Store HIGHESTMODSEQ as a string, since it may be too large for 32-bit Emacsen.
[gnus] / lisp / ChangeLog
1 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
4         parsing to avoid integer overflows.
5         (nnimap-parse-flags): Simplify the last change.
6         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
7         too large for 32-bit Emacsen.
8
9 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
10
11         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
12         XEmacs, which was one character too wide.
13
14 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
15
16         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
17         default number of articles to display.
18         (gnus-articles-to-read): Use pretty names for prompt.
19
20 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21
22         * gnus-int.el (gnus-open-server): Ditto.
23
24         * gnus-start.el (gnus-activate-group): Give a backtrace if
25         debug-on-quit is set and the user hits `C-g'.
26         (gnus-read-active-file): Ditto.
27
28         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
29
30 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
31
32         * message.el (message-yank-original): Use cond instead of CL case.
33
34 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
35
36         * lpath.el: Fbind read-char-choice for XEmacs.
37
38 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
39
40         * auth-source.el (auth-source-netrc-create): Show the default in the
41         prompt when prompting for token creation.
42
43 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
44
45         * auth-source.el (auth-source-format-prompt): Always convert the value
46         to a string to avoid evaluating non-string arguments.
47         (auth-source-netrc-create): Offer default properly, not as initial
48         content in `read-string'.
49         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
50         of line to determine if we've been run before.  If so, don't run again,
51         but print a trivial message to indicate the cache was hit instead.
52
53 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
54
55         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook): Don't
56         install `gnus-sync-read' to any hooks by default.  It's buggy.  The
57         user will have to run `gnus-sync-read' manually and wait for Cloudy
58         Gnus.
59
60 2011-03-11  Julien Danjou  <julien@danjou.info>
61
62         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
63         modified file".
64
65 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
66
67         * auth-source.el (auth-source-read-char-choice): New function to read a
68         character choice using `dropdown-list', `read-char-choice', or
69         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
70         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
71         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
72         (auth-source-netrc-saver): Use it.
73         (auth-source-pick-first-password): New convenience function.
74
75 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
76
77         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
78         parameter in the credentials.
79         (nnimap-open-connection-1): Use it after a successful login.
80         (nnimap-credentials): Add IMAP-specific user and password prompt.
81
82         * auth-source.el (auth-source-search): Add :require parameter, taking a
83         list.  Document it and the :save-function return token.  Pass :require
84         down.  Change the CREATED message from a warning to a debug statement.
85         (auth-source-search-backends): Pass :require down.
86         (auth-source-netrc-search): Pass :require down.
87         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
88         Change save prompt to indicate all modifications saved here are
89         deletions.
90         (auth-source-netrc-create): Take user login name as default in user
91         prompt.  Move all the save functionality to a lexically bound function
92         under the :save-function token in the returned list.  Set up clearer
93         default prompts for user, host, port, and secret.
94         (auth-source-netrc-saver): New function, intended to be wrapped for
95         :save-function.
96
97 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
98
99         * shr.el (shr-table-horizontal-line): Change the defaults for the table
100         lines to be spaces instead.
101
102 2011-03-07  Julien Danjou  <julien@danjou.info>
103
104         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
105         (sieve-sasl-auth): Check that auth-source-search did return something,
106         or just return an empty string.
107
108 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
109
110         * gnus.el (gnus-interactive): Use read-directory-name.
111
112         * gnus-uu.el (gnus-uu-decode-uu-and-save)
113         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
114         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
115         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
116         Likewise.
117
118         * gnus-group.el (gnus-group-make-directory-group): Likewise.
119
120 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
121
122         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
123         onto the list of killed groups, too.  This makes killed nnimap groups,
124         for instance, more reliably not reappear.
125
126         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
127         the parent.
128
129         * gnus-sum.el (gnus-update-read-articles): Fix typo.
130
131         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
132         really have server-side marks.
133
134         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
135         since most backends do not usefully have server-side marks.
136         (gnus-update-read-articles): Propagate marks to all backends that
137         really have server-side marks.
138
139 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
140
141         * message.el (message-cite-reply-position, message-cite-style): New
142         variables.
143         (message-yank-original): Use the new citation styles.
144
145 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
146
147         * message.el (message-options): Revert 22da67af (workaround for XEmacs
148         buffer-local issue); don't mark it buffer-local when running under
149         XEmacs.
150
151 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
152
153         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
154         numbers too big to be `read'.
155
156 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
157
158         * password-cache.el (password-in-cache-p): Add autoload.
159
160         * message.el (message-options): Make buffer-local two ways to attempt
161         to fix a XEmacs bug.
162
163 2011-03-02  Julien Danjou  <julien@danjou.info>
164
165         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
166
167 2011-03-01  Julien Danjou  <julien@danjou.info>
168
169         * gnus-art.el (list-identifier): Add list-identifier as a parameter
170         group.
171         (article-hide-list-identifiers): Use list-identifier group parameter.
172
173 2011-02-28  Julien Danjou  <julien@danjou.info>
174
175         * sieve.el (sieve-buffer-script-name): New local variable to store
176         sieve script name.
177         (sieve-edit-script): Store sieve script name.
178         (sieve-upload): Use sieve script name when uploading.
179         (sieve-upload): Use substitute-command-keys.
180         (sieve-edit-script): Use substitute-command-keys.
181         (sieve-refresh-scriptlist): Use substitute-command-keys.
182         (sieve-manage-mode-map): Define keymap properly.
183         (sieve-manage-mode): Do not set mode name manually, change mode-name to
184         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
185         Remove commented code about cvs.
186         (sieve-manage-quit): New function.
187         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
188
189 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
190
191         * gnus-group.el (gnus-import-other-newsrc-file): New function.
192
193 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
194
195         * auth-source.el (auth-source-search): Cache empty result sets.
196
197         * password-cache.el (password-in-cache-p): Convenience function to
198         check if a key is in the cache, even if the value is nil.
199
200         * auth-source.el (auth-source-save-behavior): New variable to replace
201         `auth-source-never-create'.
202         (auth-source-netrc-create): Use it.
203         (auth-source-never-save): Remove.
204
205 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
206
207         * nnimap.el (nnimap-stream): Doc fix.
208         (nnimap-open-connection-1): Reverse the order of the ports to that the
209         prompted-for port is first.
210
211         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
212         retrieval by the no-group selection.
213
214         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
215         numerical parameters.
216
217 2011-02-25  Julien Danjou  <julien@danjou.info>
218
219         * gnus-gravatar.el: Use gnus-with-article-buffer.
220
221         * gnus-art.el (gnus-with-article-buffer): Check that the
222         gnus-article-buffer is alive.
223
224 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
225
226         * auth-source.el (auth-source-creation-prompts): New variable to manage
227         creation-time prompts.
228         (auth-source-search): Document it.
229         (auth-source-format-prompt): Add utility function.
230         (auth-source-netrc-create): Don't default the user name to
231         user-login-name.  Use `auth-source-creation-prompts' and some default
232         prompts for user, host, port, and password (the default generic prompt
233         remains ugly).
234         (auth-source-never-save): Add customizable option to never save info.
235         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
236         mode excursion.
237
238 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
239
240         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
241         argument that XEmacs doesn't support.
242
243         * dgnushack.el (dgnushack-compile): Exclude color.el from being
244         compiled for Emacsen having no `libxml-parse-html-region' support.
245
246         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
247
248         * lpath.el: Bind buffer-save-without-query for XEmacs.
249
250 2011-02-23  Julien Danjou  <julien@danjou.info>
251
252         * gnus-art.el (article-make-date-line): Ignore errors if time is
253         invalid and not convertible.
254         (article-make-date-line): Only add lapsed time if time is not nil.
255
256 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
257
258         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
259         `read-char-choice' for backwards compatibility.
260         (auth-source-netrc-element-or-first): New function to DTRT for
261         parameter extraction.
262         (auth-source-netrc-create): Use it and fix multiple parameter print
263         bug.  Use the default passed from above (given-default) or the
264         built-in (user-login-name for :user).
265
266 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
267
268         * gnus-start.el (gnus-dribble-read-file): Set
269         buffer-save-without-query, since we always want to save the dribble
270         file, probably.
271
272         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
273         nnimap.
274
275         * gnus-sum.el (gnus-user-date-format-alist): Renamed back again from
276         -summary- since it's a user-visible variable.
277
278         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
279         first time you use the new Gnus.
280
281 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
282
283         * auth-source.el: Don't load netrc.el.
284         (auth-sources): Search ~/.netrc as well by default.
285         (auth-source-debug): Add 'trivia option for extra output.
286         (auth-source-do-trivia): Use it.
287         (auth-source-search): Simplify logic to use
288         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
289         appropriate.  Don't keep a running count at this level.  Layer :create
290         and :delete options appropriately on the first and second passes.
291         Don't track the backend with the search results.
292         (auth-source-search-backends): New function to search a list of
293         backends for a processed spec.
294         (auth-source-netrc-parse): Cache all netrc files, making
295         auth-source-netrc-cache an alist keyed by the file name and using the
296         file mtime as the caching criterion.  Keep the obfuscated data secret
297         with a lexical bind.
298         (auth-source-netrc-search): Don't calculate the length of the results
299         unnecessarily.
300         (auth-source-search-backends): Fix bug.
301         (auth-source-netrc-create): Rework prompts.
302
303 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
304
305         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
306         Lower case names of search constraints.
307         (nnir-run-query): Cache and reuse search constraints for all imap
308         servers.
309
310 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
311
312         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
313         after exit.
314         (gnus-setup-message): Define missing variable from last checkin.
315
316         * gnus-sum.el (gnus-summary-show-article): When called with t as the
317         value, show the raw article.
318
319 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
320
321         * gnus.el: No Gnus v0.13 is released.
322
323 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
324
325         * nnimap.el (nnimap-open-connection-1): Revert last change, since
326         auth-source now accepts numbers.
327
328         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
329         spec, too.
330         (auth-source-ensure-strings): New function.
331
332         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
333         (gnus-article-setup-buffer): Always restart the date timer so that user
334         changes to the frequency is respected.
335
336         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
337         port numbers, so make sure it gets that if nnimap-server-port is
338         explicit.
339
340 2011-02-21  Simon Josefsson  <simon@josefsson.org>
341
342         * nnimap.el (nnimap-inbox): Doc fix.
343
344 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
345
346         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
347         Autoload.  Add optional arg FRAME, and pass it to color-values.
348         (color-complement): Caller changed.  Doc fix.
349         (color-gradient): Rewrite for better clarity and efficiency.
350
351 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
352
353         * shr-color.el (shr-color->hexadecimal): Use renamed function names
354         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
355         color-lab-to-srgb.
356
357 2011-02-20  Drew Adams  <drew.adams@oracle.com>
358
359         * color.el: First part of merge from hexrgb.el.
360         (color-rgb-to-hex): Rename from color-rgb->hex.
361         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
362         saturation to zero if the value is too small.
363         (color-rgb-to-hsl): Rename from color-rgb->hsl.
364         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
365         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
366         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
367         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
368         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
369         (color-cie-de2000): Doc fix.
370
371 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
372
373         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
374         given method as in the group name if we're using an extended method.
375         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
376         command, if we're using that, instead of waiting for the beginning.
377
378         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
379         we're sure to get unique server names, and we don't output two async
380         commands in the same buffer.  This fixes an NNTP hang for some users.
381
382 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
383
384         * gnus.el: No Gnus v0.11 is released.
385
386 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
387
388         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
389         summary buffer before reading going to the next buffer.  This avoids
390         putting the point in the group buffer if you `C-g' the command.
391
392         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
393         cache (for now) to make ~/.authinfo.gpg files usable.
394
395         * nnfolder.el (copyright-update): Define for the compiler.
396
397         * auth-source.el (auth-source-search): Fix unbound variable.
398
399 2011-02-19  Glenn Morris  <rgm@gnu.org>
400
401         * gnus.el (gnus-meta): Doc fix.
402
403 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
404
405         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
406         in case it's not yet loaded.
407
408 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
409
410         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
411         line we're waiting for.
412
413 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
414
415         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
416         face with line-width greater than zero will cause RET in gnus summary
417         buffer to scroll down article page-wise because auto vscroll happens,
418         it should be temporalily disabled when doing a scroll-up.
419
420 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
421
422         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
423         outputs from the server.
424
425 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
426
427         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
428         later so that bbdb can hook in easier.
429
430 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
431
432         * auth-source.el (auth-source-search): Don't try to create credentials
433         if the caller doesn't want that.
434         (auth-source-search): If we don't find a match, don't bug out on
435         non-bound variables.
436         (auth-source-search): Only ask a single backend to create the
437         credentials.
438
439         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
440         logging.
441         (nnimap-credentials): Protect against auth-source-search returning nil.
442         (nnimap-request-list): Protect against not being able to open the
443         server.
444
445 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
446
447         * auth-source.el (auth-source-search): Do a two-phase search, one with
448         no :create to get the responses from all backends.
449
450         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
451         when getting credentials.
452
453         * gnus-util.el (gnus-delete-duplicates): New function.
454
455 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
456
457         * nnimap.el (nnimap-credentials): Instead of picking the first port as
458         a creation default, pass the whole port list down.  It will be
459         completed.
460
461         * auth-source.el (auth-source-search): Updated docs to talk about
462         multiple creation choices.
463         (auth-source-netrc-create): Accept a list as a value (from the search
464         parameters) and do completion on that list.  Keep a separate netrc line
465         with the password obscured for showing the user.
466
467         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
468         first choice to `auth-source-search' so it will be used for entry
469         creation instead of the server's Gnus-specific name.
470         (nnimap-credentials): Rely on the auth-source library to select which
471         port is actually wanted in the new netrc entry, so don't override
472         `auth-source-creation-defaults'.
473
474         * auth-source.el (auth-source-netrc-parse): Use :port instead of
475         :protocol and accept a missing user, host, or port as a wildcard match.
476         (auth-source-debug): Default to off.
477
478         (auth-source-netrc-search, auth-source-netrc-create)
479         (auth-source-secrets-search, auth-source-secrets-create)
480         (auth-source-user-or-password, auth-source-backend, auth-sources)
481         (auth-source-backend-parse-parameters, auth-source-search): Use :port
482         instead of :protocol.
483
484         * nnimap.el (nnimap-credentials): Pass a port default to
485         `auth-source-search' in case an entry needs to be created.
486         (nnimap-open-connection-1): Use :port instead of :protocol.
487
488 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
489
490         * auth-source.el: Bind load-path when loading EIEIO from
491         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
492         21.4 doesn't support, to `require'.
493         (auth-source-secrets-search): Use mm-delete-duplicates instead of
494         delete-dups that is not available in XEmacs 21.4.
495
496 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
497
498         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
499         as EIEIO must also be loaded when auth-source.el is being
500         byte-compiled.
501
502 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
503
504         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
505
506         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
507
508         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
509
510         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
511
512         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
513
514         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
515
516         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
517
518         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
519         necessary.
520
521 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
522
523         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
524         nil means that nnimap doesn't get updated.
525
526 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
527
528         * auth-source.el (auth-source-netrc-create): Return a synthetic search
529         result when the user doesn't want to write to the file.
530         (auth-source-netrc-search): Expect a synthetic result and proceed
531         accordingly.
532         (auth-source-cache-expiry): New variable to override
533         `password-cache-expiry'.
534         (auth-source-remember): Use it.
535
536         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
537         parameter.  Create entry if necessary by using :create t.
538         (nnimap-open-connection-1): Don't pass `inhibit-create'.
539
540 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
541
542         * auth-source.el (auth-source-debug): Enable by default and don't
543         mention the obsolete `auth-source-hide-passwords'.
544         (auth-source-do-warn): New function to debug unconditionally.
545         (auth-source-do-debug): Use it.
546         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
547         and for Secrets API entries when the secrets.el library is not
548         available.
549
550 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
551
552         * gnus-sum.el (gnus-propagate-marks): Default to nil.
553         (gnus-summary-exit): Kill the correct article buffer on exit from a
554         `C-d' group.
555
556         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
557         gnus-propagate-marks.
558
559         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
560         before killing the buffers so that a non-full window conf gets handled
561         correctly.
562         (gnus-summary-exit): Ditto.
563         (gnus-summary-read-group-1): Ditto.
564
565         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
566         async code again so that we can debug it properly.
567
568         * message.el (message-reply): Take an optional switch-buffer parameter
569         so that Gnus window confs are respected better.
570
571 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
572
573         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
574         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
575         docstring.
576         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
577         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
578         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
579         Login collection is "Login" and not "login".
580
581 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
582
583         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
584         multiple headers.
585
586         * nnimap.el (nnimap-inhibit-logging): New variable.
587         (nnimap-log-command): Don't log login commands.
588
589         * auth-source.el (auth-source-netrc-search): The asserts seem to want
590         to have more parameters.
591
592         * nnimap.el (nnimap-send-command): Mark the command time for each
593         command, so that we don't get NOOPs stepping on our toes.
594
595         * gnus-art.el (article-date-ut): Get the date from the Date header on
596         `t'.
597
598 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
599
600         * auth-source.el (auth-source-search): Use copy-sequence instead of
601         the cl.el copy-list.
602
603 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
604
605         * imap.el: Bring it back (revert
606         84d800cd31de3064f0ed39617d725709a2f8f42f).
607
608 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
609
610         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
611         Improve prompt.
612
613 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
614
615         * gnus-art.el (gnus-article-mode-line-format): Remove the article
616         washing status from the default format.  It isn't very informative.
617
618 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
619
620         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
621         Gcc processing on imap.
622
623 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
624
625         * imap.el: Remove file.  All the functionality is in nnimap.el.
626
627 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
628
629         * message.el (message-bury): Don't pop up a new window when selected
630         window is dedicated.
631
632 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
633
634         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
635
636 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
637
638         * sieve-manage.el: Autoload `auth-source-search'.
639         (sieve-sasl-auth): Use it.
640
641 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
642
643         * nnimap.el: Autoload `auth-source-forget+'.
644         (nnimap-open-connection-1): Use it if the connection fails.
645
646         * auth-source.el: Require `password-cache'.
647         (auth-source-hide-passwords, auth-source-cache): Remove and mark
648         obsolete.
649         (auth-source-magic): Marker for `password-cache' keys.
650         (auth-source-do-cache): Update docstring.
651         (auth-source-search): Use and check cache.
652         (auth-source-forget-all-cached, auth-source-remember)
653         (auth-source-recall, auth-source-forget, auth-source-forget+)
654         (auth-source-specmatchp): Caching support functions.
655         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
656         Remove and obsolete.
657         (auth-source-user-or-password): Remove caching to further discourage
658         using it.  Always hide passwords.
659
660         * password-cache.el (password-cache-remove): Accept secrets that are
661         not strings.
662
663 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
664
665         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
666         code for now, since it doesn't work for all users.
667
668 2011-02-09  Julien Danjou  <julien@danjou.info>
669
670         * message.el (message-options): Make message-options really buffer
671         local.
672
673 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
674
675         * mail-source.el: Autoload `auth-source-search'.
676         (mail-source-keyword-map): Note order matters.
677         (mail-source-set-1): Get all the mail-source source values and
678         defaults and search auth-source on those if needed.  This can all
679         probably be simplified.
680
681         * nnimap.el: Autoload `auth-source-search'.
682         (nnimap-credentials): Use it.
683         (nnimap-open-connection-1): Ask for the virtual server and physical
684         address in one shot.
685
686         * nntp.el: Autoload `auth-source-search'.
687         (nntp-send-authinfo): Use it.  Note TODO.
688
689 2011-02-08  Julien Danjou  <julien@danjou.info>
690
691         * shr.el (shr-tag-body): Add support for text attribute in body
692         markups.
693
694         * message.el (message-options): Make message-options a local variable.
695
696 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
697
698         * auth-source.el (auth-source-secrets-search)
699         (auth-source-user-or-password): Use `append' instead of `nconc'.
700         (auth-source-user-or-password): Build return list better and protect
701         against nil :secret.
702
703 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
704
705         * nnimap.el (nnimap-update-info): Refactor slightly.
706         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
707         (nnimap-update-info): Clean up slightly.
708         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
709         characters.
710         (nnimap-process-quirk): Rename function to avoid collision.
711         (nnimap-update-info): Fix macrology bug-out.
712         (nnimap-update-info): Simplify split history test.
713
714 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
715
716         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
717         `secrets-get-attributes' instead of `secrets-get-attribute'.
718         (auth-source-secrets-search): Limit search when `max' is greater than
719         number of results.
720
721 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
722
723         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
724         part not returning any data.
725
726         * proto-stream.el (open-protocol-stream): Document the return value.
727
728 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
729
730         * auth-source.el (auth-source-secrets-search): Add examples.
731
732 2011-02-06  Julien Danjou  <julien@danjou.info>
733
734         * message.el (message-setup-1): Handle message-generate-headers-first
735         set to t.
736
737 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
738
739         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
740         API with a string "secrets:collection-name" and with 'default.
741         (auth-source-backend-parse): Parse "secrets:collection-name" and
742         'default.  Recurse on parses instead of repeating code.  Use the
743         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
744         message when ignoring a source.
745         (auth-source-search): List ignored search keys at the top level.
746         (auth-source-netrc-create): Use `case' instead of `cond'.
747         (auth-source-secrets-search): Created with TODOs.
748         (auth-source-secrets-create): Created with TODOs.
749         (auth-source-retrieve, auth-source-create, auth-source-delete)
750         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
751         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
752         (auth-source-user-or-password-sftp)
753         (auth-source-user-or-password-smtp): Removed.
754         (auth-source-user-or-password): Deprecated and modified to be a wrapper
755         around `auth-source-search'.  Not tested thoroughly.
756
757 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
758
759         * auth-source.el: Bring in assoc and eioeio libraries.
760         (secrets-enabled): New variable to track the status of the Secrets API.
761         (auth-source-backend): New EIOEIO class to represent a backend.
762         (auth-source-creation-defaults): New variable to set prompt defaults
763         during token creation (see the `auth-source-search' docstring for
764         details).
765         (auth-sources): Simplify to allow a simple string as a netrc backend
766         spec.
767         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
768         (auth-source-backend-parse-parameters): Fill in the backend parameters.
769         (auth-source-search): Main auth-source API entry point.
770         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
771         (auth-source-search-collection): Helper function for searching.
772         (auth-source-netrc-parse, auth-source-netrc-normalize)
773         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
774         Supports search, create, and delete.
775         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
776         backend stubs.
777         (auth-source-user-or-password): Call `auth-source-search' but it's not
778         ready yet.
779
780 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
781
782         * message.el (message-setup-1): Remove the read-only stuff, since it
783         doesn't work under XEmacs, for some reason.
784
785         * gnus-sum.el (gnus-user-date): Rename back from
786         gnus-summary-user-date since user code refers to it.
787
788         * shr.el (shr-render-td): Store the actual background colour used.
789
790         * message.el (message-setup-1): Don't bind the constant
791         -forbidden-properties.
792         (message-setup-1): Revert previous change, since it needs to bind the
793         props to insert them.
794         (message-resend): Allow removing the read-only separator line.
795
796 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
797
798         * nnimap.el (nnimap-request-accept-article): Give an error message if
799         the APPEND wasn't successful.
800
801 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
802
803         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
804         that have no groups.
805
806 2011-02-03  Julien Danjou  <julien@danjou.info>
807
808         * gnus-draft.el: Remove progn around gnus-draft-setup.
809
810 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
811
812         * gnus-start.el (gnus-read-active-for-groups): This function is never
813         called with a nil `infos', so clean that up.
814         (gnus-get-unread-articles): Request active files from primary/secondary
815         methods that have no groups (yet).
816
817 2011-02-03  Julien Danjou  <julien@danjou.info>
818
819         * message.el (message-setup-1): Always generate References first.
820         (message-mail): Return the return value of message-setup, not always t.
821         (message-setup-1): Insert mail-header-separator with read-only and
822         intangible properties set.
823
824         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
825         user-date in docstring.
826
827         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
828
829         * gnus.el (gnus-summary-line-format): Mention &user-date format in
830         docstring.
831
832         * gnus.el (gnus-user-date-format-alist): Change default value. Use
833         defcustom, with type and group. Move from gnus-util.el. Rename to
834         gnus-summary-user-date-format-alist.
835
836 2011-02-03  Glenn Morris  <rgm@gnu.org>
837
838         * nnimap.el (gnus-fetch-headers): Declare.
839
840         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
841
842 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
843
844         * message.el (message-forward-make-body-digest-plain)
845         (message-followup, message-reply): Clean up things noted by Stefan.
846
847         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
848         gnus-article-update-date-headers is nil.
849         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
850         it didn't really work with defcustom.
851         (article-update-date-lapsed): Make sure the window start doesn't move,
852         either.
853
854 2011-02-01  Julien Danjou  <julien@danjou.info>
855
856         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
857         format.
858
859         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
860         standard in Emacs nowadays.
861
862         * color.el (color-gradient): Add a color-gradient function.
863
864 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
865
866         * message.el (message-expand-name): Don't trust the return value of
867         bbdb-complete-name.
868         (message-check-news-header-syntax): Remove unused var `start'.
869         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
870         (message-inhibit-body-encoding): Move to before first use.
871         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
872         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
873         (Organization, Message-ID, Date, mh-previous-window-config):
874         Defvar the vars using dynamic scoping.
875
876 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
877
878         * shr.el (shr-render-td): Only do colours at the final rendering.
879         Should be slightly faster.
880         (shr-insert-table): Fix up TD background colours when doing the
881         vertical padding.
882
883         * gnus-art.el (article-date-ut): Protect against articles with no Date
884         header.
885         (article-update-date-lapsed): Don't use current-column to find the
886         horizontal position.  It's fragile in the presence of \003 characters.
887
888         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
889
890 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
891
892         * gnus-art.el (article-transform-date): Rewrite to still work when
893         there are several rfc2822 parts.
894         (article-transform-date): Fix infinite recursion.
895         (article-date-ut): Replace infinitely many Date headers with a single
896         one when called interactively.
897
898         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
899         secure manner.
900
901         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
902         move around by not using save-window-excursion.  It seems to work...
903
904 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
905
906         * gnus-art.el (article-make-date-line): Work for user-defined format.
907
908 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
909
910         * nntp.el (nntp-retrieve-group-data-early)
911         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
912         fetching functions.
913
914         * gnus-start.el (gnus-read-active-for-groups): Read the active files
915         thoroughly for all backends that have no known groups.  This should
916         allow new nnml methods to retrieve mail.
917
918         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
919         that Gnus doesn't know exists again.
920
921         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
922         (gnus-treat-date-ut): Ditto.
923         (gnus-article-update-date-header): Renamed.
924         (gnus-treat-date-local): Removed.
925         (gnus-treat-date-english): Removed.
926         (gnus-treat-date-lapsed): Removed.
927         (gnus-treat-date-combined-lapsed): Removed.
928         (gnus-treat-date-original): Removed.
929         (gnus-treat-date-iso8601): Removed.
930         (gnus-treat-date-user-defined): Removed.
931         (gnus-article-date-headers): New variable to control all the date
932         header options.
933         (article-date-ut): Rewrite to allow using the new way to format date
934         headers(s).
935
936 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
937
938         * nnmail.el (nnmail-article-group): Check for a direct fancy split
939         method.
940         (nnmail-article-group): A better test for fanciness.
941
942         * nnimap.el (nnimap-request-head): Protect against not finding the
943         article by Message-ID.
944
945 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
946
947         * gnus-art.el (article-update-date-lapsed): Try a better way to really
948         keep point at the "same place".
949
950 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
951
952         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
953         data if the group is unactivated.
954
955 2011-01-28  Julien Danjou  <julien@danjou.info>
956
957         * gnus-win.el: Remove dead function gnus-window-configuration-element.
958         (gnus-all-windows-visible-p): Remove old compatibility code.
959         (gnus-window-top-edge): Add docstring.
960
961         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
962
963 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
964
965         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
966         older request-update-info.
967
968         * gnus-art.el (article-make-date-line): Limit the length a bit more.
969
970 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
971
972         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
973         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
974
975 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
976
977         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
978         groups.  This makes the nndraft:queue group pop up if it's not already
979         there.
980
981         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
982         messages" logic, which was reversed.
983
984         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
985         the "same place" even if point is on the line being replaced.
986         (article-update-date-lapsed): Allow updating both the combined lapsed
987         and the lapsed headers.
988         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
989         (article-make-date-line): Limit the number of segments dynamically to
990         avoid too-long lines.
991
992 2011-01-27  Julien Danjou  <julien@danjou.info>
993
994         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
995         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
996
997 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
998
999         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1000         Use plist-get instead of the cl function getf.
1001
1002 2011-01-27  Glenn Morris  <rgm@gnu.org>
1003
1004         * gnus-util.el (float-time): Get rid of compiler warning, again.
1005
1006 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1007
1008         * shr.el (shr-put-color): Special-case background colours: Do put them
1009         at the blank parts at the front of the lines.
1010
1011         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1012         exit hook to nix out all data on readedness on group exit.
1013
1014         * gnus-util.el (float-time): If float-time is bound, always use it on
1015         all Emacsen.  It's unclear why the subrp check was there.
1016         (time-date): Require to make some autoload issues on XEmacs go away.
1017
1018         * shr.el (shr-put-color): Don't do the box padding in tables, since
1019         they're already padded.
1020
1021 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1022
1023         * gnus-art.el (gnus-article-next-page): When the last line of the
1024         article is displayed, scroll down once more instead of going to the
1025         next article at once.
1026         (article-lapsed-string): Refactor out and allow specifying how many
1027         segments you want.
1028         (gnus-article-setup-buffer): Start updating the lapsed header directly.
1029         (gnus-article-update-lapsed-header): New variable.
1030
1031         * shr.el: Revert change that made headings use different-sized faces.
1032         The Emacs display engine isn't advanced enough that, for instance,
1033         tables can comfortably use differntly-sized faces.
1034
1035 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1036
1037         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1038         used.
1039         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1040         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1041         we're using an encrypted connection.
1042
1043         * proto-stream.el: Alter the interface functions to also return the
1044         actual stream type used: network or tls.
1045
1046 2011-01-25  Julien Danjou  <julien@danjou.info>
1047
1048         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1049         (mm-display-javascript-inline): New function.
1050
1051         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1052         viewing function.
1053
1054 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1055
1056         * shr.el (shr-expand-newlines): Fix variable name.
1057
1058 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1059
1060         * shr.el (shr-expand-newlines): Make nested boxes work.
1061
1062 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1063
1064         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1065         backgrounds.
1066         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1067         in a more sensible manner.
1068
1069 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1070
1071         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1072         if EPG is loaded.
1073
1074 2011-01-24  Julien Danjou  <julien@danjou.info>
1075
1076         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1077         tags.
1078
1079 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1080
1081         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1082         commands.
1083
1084         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1085         in the article buffer.
1086         (gnus-gravatar-insert): Use blank space from the current buffer to
1087         avoid breaking text properties.  This makes X-Sent updating work again.
1088
1089         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1090
1091 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1092
1093         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1094         fix the bug in url-http.el instead.
1095
1096         * shr.el (shr-image-fetched): Ditto.
1097
1098         * shr.el (shr-image-fetched): Avoid having point move in the article
1099         buffer.
1100
1101         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1102         buffer after being called.  It's apparently being killed by url.el, and
1103         killing it made point move to end-of-buffer in a random buffer.
1104
1105         * shr.el (shr-image-fetched): Ditto.
1106
1107 2011-01-23  Julien Danjou  <julien@danjou.info>
1108
1109         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1110
1111         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1112         text/x-org.
1113
1114 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1115
1116         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1117         (i.e., nnimap) returning nil as the article number.
1118
1119 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1120
1121         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1122         "DelSp" parameter in RFC3676.
1123
1124 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1125
1126         * message.el (message-check-recipients): Display the encoded version of
1127         the bogus address if they differ.
1128
1129         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1130         after sending.
1131
1132         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1133
1134         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1135
1136         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1137         group buffer after sending the queue.
1138
1139         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1140
1141 2011-01-22  Julien Danjou  <julien@danjou.info>
1142
1143         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1144
1145 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1146
1147         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1148         nested related parts.
1149
1150         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1151         unexpired articles.  This fixes the regression that led expiry marks to
1152         disappear from nnfolder groups.
1153
1154 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1155
1156         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1157         Don't confuse the "ret" of "retrograde" with RET.
1158
1159 2011-01-21  Julien Danjou  <julien@danjou.info>
1160
1161         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1162         than mm-insert-inline.
1163
1164 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1165
1166         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1167         Widen article buffer.
1168
1169 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1170
1171         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1172         the temp buffer.
1173         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1174
1175 2011-01-20  Julien Danjou  <julien@danjou.info>
1176
1177         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1178
1179         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1180         than mm-insert-inline to insert inline part: this respect
1181         mm-inline-media-tests displayers.
1182
1183         * mm-view.el (mm-display-shell-script-inline): New function.
1184
1185         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1186
1187         * mm-uu.el (mm-uu-type-alist): Add org block.
1188         (mm-uu-org-src-code-block-extract): New function.
1189
1190         * mm-view.el (mm-display-org-inline): New function.
1191
1192         * mm-decode.el (mm-automatic-display): Add text/org.
1193
1194         * mailcap.el (mailcap-mime-extensions): Add .org.
1195
1196 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1197
1198         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1199         gnus-article-add-buttons.
1200
1201 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1202
1203         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1204         From header with a date and "nobody" as the sender.
1205
1206 2011-01-19  Julien Danjou  <julien@danjou.info>
1207
1208         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1209         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1210         if you have the same regexp several times.
1211         (gnus-button-push): Fix matching when regexp is symbol.
1212
1213 2011-01-15  Glenn Morris  <rgm@gnu.org>
1214
1215         * message.el (message-mail): A compose-mail function should
1216         accept headers as strings.
1217
1218 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1219
1220         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1221         Add :vert-only tags.
1222         (message-mail): New arg RETURN-ACTION.
1223         (message-return-action): New var.
1224         (message-bury): Use it.
1225         (message-mode): Make it buffer-local.
1226         (message-send-and-exit): Always call message-bury.
1227
1228         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1229         message-mail.
1230
1231 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1232
1233         * nnimap.el (nnimap-convert-partial-article): Protect against
1234         zero-length body parts.
1235
1236         * mm-decode.el (mm-preferred-alternative-precedence):
1237         Discourage showing empty parts.
1238
1239         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1240         and stuff if the backend didn't return the article number.  This fixes
1241         an Exchange-related nnimap bug.
1242
1243         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1244         group window, because it does the wrong thing when a separate frame
1245         displays the group buffer.
1246
1247         * proto-stream.el (open-protocol-stream): Protect against the low-level
1248         transport functions returning nil.
1249
1250 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1251
1252         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1253         (mml2015-epg-find-usable-secret-key): New function.
1254         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1255         mml2015-epg-find-usable-key (Bug#7797).
1256         (mml2015-epg-encrypt): Ditto.
1257
1258 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1259
1260         * dgnushack.el (rot13-string): Fix the way to get the argument.
1261
1262 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1263
1264         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1265
1266 2011-01-03  Glenn Morris  <rgm@gnu.org>
1267
1268         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1269
1270         * sieve.el (sieve-open-server): Give a more explicit error if
1271         sieve-manage-open returns nil.  (Bug#7720)
1272
1273 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1274
1275         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1276
1277 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1278
1279         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1280         This avoids sending passwords in plain text over non-encrypted
1281         channels.
1282
1283         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1284
1285         * nnimap.el (nnimap-login): Refactored out into own function, and
1286         implement CRAM-MD5.
1287         (nnimap-wait-for-line): Refactored out.
1288
1289         * mm-view.el (mml-smime): Require.
1290
1291 2010-12-20  David Engster  <deng@eml.cc>
1292
1293         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1294         use EPG to decrypt S/MIME messages instead of openssl.
1295
1296 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1297
1298         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1299
1300         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1301         status is the group clearly is unreachable.
1302
1303         * auth-source.el (auth-source-create): Add the optional second
1304         parameter to `local-variable-p' to be compatible with XEmacs.
1305
1306 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1307
1308         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1309         work when using a compressed nnml folder.
1310
1311 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1312
1313         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1314         backends after sanitising on entry, because this never makes sense:
1315         If the articles have gone missing, then the data no longer exists on
1316         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1317         overwrite anything anyway.
1318
1319         * shr.el (shr-insert-document): Bind shr-width dynamically to
1320         window-width if it's nil.
1321
1322 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1323
1324         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1325         with the meaning of using the full emacs window width for rendering.
1326
1327 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1328
1329         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1330         case when sender is not given.
1331
1332 2010-12-23  Julien Danjou  <julien@danjou.info>
1333
1334         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1335         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1336         the addresses, otherwise we might misplaced the gravatar.
1337
1338 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1339
1340         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1341         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1342         obsolete in Emacs.
1343
1344 2010-12-20  Julien Danjou  <julien@danjou.info>
1345
1346         * gnus-util.el (gnus-rescale-image): Revert last change.
1347
1348 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1349
1350         * binhex.el: Improve commentary (Bug#7482).
1351
1352 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1353
1354         * gnus-group.el (gnus-group-delete-articles): New command.
1355
1356 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1357
1358         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1359
1360 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1361
1362         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1363         here, since it's up to the backends to do CRLF removal if their
1364         protocol has it.
1365
1366         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1367
1368 2010-12-17  Julien Danjou  <julien@danjou.info>
1369
1370         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1371         they are from file. Can also scale up.
1372
1373 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1374
1375         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1376         gnus-use-agent.
1377         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1378
1379         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1380
1381 2010-12-17  Julien Danjou  <julien@danjou.info>
1382
1383         * gravatar.el (gravatar-retrieve-synchronously): New function.
1384         (gravatar-get-data): Make more robust.
1385
1386 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1387
1388         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1389
1390 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1391
1392         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1393         to really consider the last line.
1394
1395 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1396
1397         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1398         list of recipient keys, or use symmetric encryption if not a list.
1399         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1400         EPA override, replacing the call to `netrc-store-data'.
1401
1402 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1403
1404         * gnus-srvr.el: Avoid passing nil regexp argument to
1405         delete-matching-lines.
1406
1407 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1408
1409         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1410         fetching stops when Gnus exits.
1411
1412         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1413         function.
1414         (nnfolder-request-expire-articles): Save all the buffers after doing
1415         expiry.
1416
1417         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1418         the last article", since that led to serious performance regressions
1419         when expiring nnml groups.
1420
1421 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1422
1423         * nnir.el: Improve customizations.
1424
1425 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1426
1427         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1428
1429         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1430         group has been killed.
1431         (gnus-group-yank-group): Ditto.
1432
1433         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1434
1435         * nnimap.el (nnimap-request-update-group-status): New function.
1436
1437         * gnus-int.el (gnus-request-update-group-status): New interface
1438         function.
1439
1440         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1441         copying read-ness to the backends.
1442
1443         * nnimap.el (nnimap-quirk): New function.
1444         (nnimap-retrieve-group-data-early): Use it.
1445         (nnimap-quirks): New alist.
1446
1447 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1448
1449         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1450         don't delete it within indentation.
1451
1452 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1453
1454         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1455         previous line.
1456
1457 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1458
1459         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1460         QRESYNC command by deleting a superfluous space which broke Cyrus
1461         servers.  This change will break other servers that are buggy the other
1462         way around.
1463
1464 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1465
1466         * spam.el: Reindent and fix long lines.
1467         (spam-copy-or-move-routine): Exclude invalid move destinations.
1468
1469 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1470
1471         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1472         installed the registry.
1473
1474 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1475
1476         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1477
1478 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1479
1480         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1481         groupname doesn't contain "gmane".
1482
1483 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1484
1485         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1486         and netrc-bound-and-true-p bindings.
1487         (netrc-parse): Cache the netrc contents.
1488
1489         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1490         (gnus-1): Don't create the nndrafts group twice.
1491         (gnus-setup-news): There's no need to read the active file here, since
1492         that's done again later on a per-backend basis.
1493         (gnus-start-draft-setup): Make sure that the new group is started out
1494         empty.
1495
1496         * gnus-agent.el (gnus-agentize): Don't create the queue group
1497         automatically on startup.  It'll be created later, if needed.
1498
1499         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1500         of automatically subscribed groups.
1501         (gnus-auto-subscribed-categories): New variable.
1502         (gnus-matches-options-n): Use it.
1503         (gnus-default-subscribed-newsgroups): Remove unused variable.
1504         (gnus-start-draft-setup): Message a bit less.
1505
1506 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1507
1508         * nnir.el (nnir-run-imap): Return article list in order of increasing
1509         UID.
1510
1511 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1512
1513         * gnus-sum.el (gnus-summary-enter-digest-group):
1514         Mention gnus-auto-select-on-ephemeral-exit.
1515
1516         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1517         convention of the network-only option.
1518
1519 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1520
1521         * proto-stream.el (proto-stream-open-network-only): New function to
1522         have a way to specify non-STARTTLS upgrade connections.
1523
1524 2010-12-10  Julien Danjou  <julien@danjou.info>
1525
1526         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1527         email address is nil.
1528
1529         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1530
1531 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1532
1533         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1534         deletion.
1535         (nnir-run-imap): Only need to parse list once.
1536
1537 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1538
1539         * shr.el (shr-tag-script): Ignore <script>.
1540         (shr-tag-label): Add <label> support.
1541
1542 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1543
1544         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1545
1546         * shr.el (shr-image-displayer): Work for images lined side by side.
1547
1548 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1549
1550         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1551         parameter, since XEmacs doesn't accept t as a parameter.
1552
1553 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1554
1555         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1556         ids.
1557         (nnir-run-gmane): Simplify groupspec formatting.
1558         (nnir-request-expire-articles): New function.
1559
1560 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1561
1562         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1563         overflow, possibly.
1564
1565         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1566         (shr-render-td): Handle td style="" better.
1567         (shr-tag-table): Use the color from the style sheet.
1568         (shr-render-td): Make sure we copy over all the overlays, too.
1569
1570 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1571
1572         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1573         (nnir-request-article): Improve article retrieval.
1574
1575 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1576
1577         * mm-util.el (mm-extra-numeric-entities): New variable.
1578
1579         * mm-url.el (mm-url-decode-entities):
1580         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1581
1582         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1583
1584 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1585
1586         * message.el: Use completion-at-point.
1587         (message-completion-function): New fun, extracted from message-tab.
1588         (message-mode): Use it for completion-at-point-functions.
1589         (message-tab): Use it and completion-at-point.
1590
1591 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1592
1593         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1594         character if a non-breakable character follows.
1595
1596 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1597
1598         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1599         any stream.
1600
1601         * shr.el (shr-tag-font): Colorize the region.
1602         (shr-tag-body): Ditto.
1603         (shr-tag-font): Actually let the styles be inherited instead of
1604         overwriting them.
1605         (shr-tag-font): Get the background color right.
1606         (shr-tag-style): Ignore all <style> tags for the moment.
1607
1608         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1609         a Message-ID to avoid having nnimap depend on gnus-sum.
1610
1611         * shr.el (shr-descend): Only colorize something if we have a node that
1612         sets colors.
1613
1614 2010-12-06  Julien Danjou  <julien@danjou.info>
1615
1616         * shr.el (shr-render-td): Render td content with shr-descend, so style
1617         will be applied to <td> too.
1618         (shr-colorize-region): Colorize region even if we only have a background.
1619         (shr-tag-body): Fix color and background color inheritance.
1620         Do not recolorize after shr-generic.
1621         (shr-tag-font): Let shr-generic colorize via inheritance.
1622
1623 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1624
1625         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1626
1627 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1628
1629         * nnir.el (nnir-request-move-article): Remove obsolete code.
1630
1631 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1632
1633         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1634
1635 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1636
1637         * gnus-sum.el (gnus-summary-respool-article): The completion function
1638         expects a list instead of an alist.
1639
1640         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1641         string as the parameter.
1642
1643         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1644
1645         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1646         styles.
1647         (shr-colorize-region): New function.
1648         (shr-insert-background-overlay): Remove.
1649         (shr-render-td): Background setting should be taken care of on a higher
1650         level.
1651         (shr-tag-body): Use post-hoc colorizations.
1652         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1653         (shr-put-color-1): Don't overwrite old colors.
1654         (shr-colorize-region): When the background color isn't explicit, use
1655         a fixed background.
1656
1657         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1658         nnmail variables.
1659
1660 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1661
1662         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1663         unless necessary.
1664
1665 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1666
1667         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1668         server.
1669
1670 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1671
1672         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1673         so that TAB works.
1674
1675         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1676         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1677
1678         * shr.el (shr-urlify): Show the URL before the title to avoid
1679         misleading URLs.
1680
1681 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1682
1683         * shr.el (shr-urlify): Display the title in <a> tags.
1684
1685 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1686
1687         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1688
1689 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1690
1691         * nnir.el: Rearrange code to allow macros to be autoloaded by
1692         gnus-sum.el.
1693         (nnir-retrieve-headers-override-function): Make this variable
1694         customizable.
1695         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1696
1697         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1698         from nnir.el.
1699
1700 2010-12-03  Julien Danjou  <julien@danjou.info>
1701
1702         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1703
1704 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1705
1706         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1707         allow optional argument `environment'.
1708
1709 2010-12-03  Glenn Morris  <rgm@gnu.org>
1710
1711         * mm-extern.el (message-goto-body): Update declaration.
1712
1713 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1714
1715         * gnus-util.el (gnus-macroexpand-all): New function.
1716
1717         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1718         instead of macroexpand-all that is unavailable in XEmacs.
1719
1720 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1721
1722         * nnir.el (nnir-summary-line-format): New variable.
1723         (nnir-mode): Use it.
1724         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1725         (nnir-article-ids): Reimplement as defsubst.
1726         (nnir-retrieve-headers): Don't mangle the subject header.
1727         (nnir-run-imap): Use 100 as RSV score.
1728         (nnir-run-find-grep): Fix for full server searching.
1729         (nnir-run-gmane): Better restriction to gmane groups.
1730
1731         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1732         summary buffers.
1733
1734 2010-12-02  Julien Danjou  <julien@danjou.info>
1735
1736         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1737
1738         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1739
1740         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1741         support.
1742
1743 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1744
1745         * nnir.el: Update to handle the registry better.
1746         (autoload): Silence byte-compiler.
1747         (nnir-open-server): Add a hook for nnir groups.
1748         (nnir-request-move-article): Don't mangle the header. Better to use
1749         formating variables (which will be added in the future).
1750         (nnir-registry-action): Update the registry using the original article
1751         group name.
1752         (nnir-mode): Install nnir-specific hooks for updating the registry.
1753
1754         * gnus-sum.el
1755         (gnus-article-original-subject,gnus-newsgroup-original-name):
1756         Remove obsolete variables.
1757         (gnus-summary-move-article): Remove use of obsolete variables.
1758         (gnus-summary-local-variables): Make move and delete hooks local to
1759         summary buffers.
1760
1761 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1762
1763         * rtree.el: New file.
1764
1765 2010-12-01  Julien Danjou  <julien@danjou.info>
1766
1767         * message.el (message-user-organization): Do not use
1768         gnus-local-organization.
1769
1770         * gnus.el: Remove gnus-local-organization.
1771
1772         * gnus-msg.el: Remove nastygram thing.
1773
1774 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1775
1776         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1777         funcall.
1778
1779 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1780
1781         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1782         names.
1783
1784         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1785         characters.
1786
1787         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1788         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1789         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
1790         (gnus-gravatar-transform-address): Use mail-extract-address-components
1791         that supports non-ASCII names rather than mail-header-parse-addresses.
1792
1793 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1794
1795         * proto-stream.el (open-protocol-stream): All starttls connections are
1796         handled by the network handler.
1797
1798 2010-11-30  Julien Danjou  <julien@danjou.info>
1799
1800         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1801         (nnimap-open-connection-1): Fix PREAUTH.
1802
1803         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1804
1805 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1806
1807         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1808         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1809         (shr-insert): Use them.
1810         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1811
1812 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1813
1814         * nnir.el (nnir-request-move-article): Bail out if original group
1815         doesn't support article moves.
1816         (nnir-get-active): Improve active list retrieval.
1817
1818 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1819
1820         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1821
1822 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1823
1824         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1825         seem to accept strings-with-numbers as port numbers,
1826
1827 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1828
1829         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1830         change the registry.
1831
1832 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1833
1834         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1835         delete-dups that is not available in XEmacs 21.4.
1836
1837         * mm-util.el (mm-delete-duplicates): Add comment.
1838
1839 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1840
1841         * nnir.el (nnir-ignored-newsgroups): New variable.
1842         (nnir-get-active): Use it.
1843
1844 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1845
1846         * proto-stream.el (proto-stream-open-network): Add some comments.
1847
1848         * nntp.el (nntp-open-connection): Provide a :success condition.
1849
1850         * nnimap.el (nnimap-open-connection-1): Ditto.
1851
1852         * proto-stream.el (proto-stream-open-network): See what the response to
1853         the STARTTLS command is.
1854
1855         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1856         backwards compatibility).
1857         (nnimap-open-connection-1): Really respect nnimap-server-port.
1858
1859         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1860         TLS upgrades we don't really care about the identity of the peer.
1861         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1862         that what we've checked for.
1863         (proto-stream-always-use-starttls): Only default to t if
1864         open-gnutls-stream exists.
1865         (proto-stream-open-network): If STARTTLS failed, then just open a
1866         normal connection.
1867         (proto-stream-open-network): Wait until the greeting before doing
1868         STARTTLS.
1869
1870         * nntp.el (nntp-open-connection): Report what the connection error is.
1871
1872         * proto-stream.el (open-protocol-stream): Rename from
1873         open-proto-stream.
1874
1875 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1876
1877         * nnimap.el (nnimap-stream): Change default to `undecided'.
1878         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1879         first, and then network.
1880         (nnimap-open-connection-1): Respect nnimap-server-port.
1881         (nnimap-open-connection): Be more backwards-compatible.
1882
1883         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1884         (proto-stream-open-starttls): De-duplicate the starttls code.
1885         (proto-stream-open-starttls): Folded back into the main function.
1886         (proto-stream-open-network): Fix typo in the gnutls path.
1887         (proto-stream-command): Refactor out.
1888
1889         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1890
1891         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1892         starttls.el STARTTLS.
1893
1894         * color.el (color-lab->srgb): Fix function call name.
1895
1896         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1897         if we're using tls.el.
1898         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1899         built in, then don't try to establish a STARTTLS connection.
1900
1901         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1902         servers.
1903
1904         * proto-stream.el (open-proto-stream): Use network, not stream.
1905         (open-proto-stream): Add a way to specify what the end of a command is.
1906
1907         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1908         connections types.
1909         (nntp-open-network-stream): Remove.
1910         (nntp-open-ssl-stream): Remove.
1911         (nntp-open-tls-stream): Remove.
1912         (nntp-ssl-program): Remove.
1913
1914         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1915
1916 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1917
1918         * nnir.el: Fix typos.
1919         (nnir-retrieve-headers-override-function): Rename variable to reflect
1920         new semantics.
1921         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1922         macros.
1923         (nnir-request-article, nnir-request-move-article): Use them.
1924         (nnir-categorize): New function.
1925         (nnir-run-query): Use it.
1926         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1927         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1928         sorted.
1929         (nnir-group-full-name): Use gnus-group-full-name instead.
1930         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1931         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1932
1933 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1934
1935         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1936
1937         * proto-stream.el: New library to provide protocol-specific
1938         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1939         protocols.
1940         (open-proto-stream): Complete the documentation.
1941         (proto-stream-open-network): Fix some typos.
1942
1943         * nnimap.el (nnimap-open-connection): Use it.
1944
1945 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1946
1947         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1948         negotiation.
1949
1950 2010-11-26  Julien Danjou  <julien@danjou.info>
1951
1952         * color.el: Rename various rgb functions to srgb.
1953
1954 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1955
1956         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1957         names.
1958
1959 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1960
1961         * shr.el (shr-insert): Revert last change.
1962         (shr-find-fill-point): Never leave point being at bol;
1963         relax the kinsoku limitation when rendering tables.
1964
1965 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1966
1967         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1968         results from -accept-article.
1969
1970         * shr-color.el: Require cl when compiling.
1971
1972         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1973         checkin.
1974
1975         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1976
1977         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1978
1979         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1980         'add and 'delete to set backend marks.
1981
1982         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1983
1984         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1985
1986         * nntp.el (nntp-request-set-mark): Use it.
1987
1988         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1989
1990         * nnml.el (nnml-request-set-mark): Ditto.
1991
1992         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1993         introduces regressions in article selection.
1994         (nnimap-find-uid-response): New function.
1995         (nnimap-request-accept-article): Use the UID returned, if any.
1996         (nnimap-request-move-article): Use the UID returned, if any.
1997         (nnimap-get-groups): Reimplement to work with folded lines.
1998         (nnimap-find-uid-response): The UID is the last element in the list.
1999         (nnimap-request-set-mark): Extend syntax with 'set.
2000
2001         * nnml.el (nnml-request-set-mark): Ditto.
2002
2003         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2004
2005         * nntp.el (nntp-request-set-mark): Ditto.
2006
2007 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2008
2009         * message.el (message-called-interactively-p): A temporary macro.
2010         (message-goto-body): Use it temporarily.
2011
2012 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2013
2014         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2015         (nnimap-last-response-string): Unfold quoted lines, if they exist.
2016         (nnimap-last-response-string): Fix last unfolding fix.
2017
2018 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2019
2020         * shr.el (shr-insert): Fix the way to fold lines.
2021
2022 2010-11-25  Julien Danjou  <julien@danjou.info>
2023
2024         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2025
2026         * color.el: Rename from color-lab.el
2027         (color-rgb->hex): Add.
2028         (color-complement): Add.
2029         (color-complement-hex): Add.
2030
2031         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2032
2033 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2034
2035         * shr-color.el (shr-color-visible): Don't bug out if the colour names
2036         don't exist.
2037
2038 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2039
2040         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2041         assuming that article displaying or another mml-preview may be
2042         interrupted for an error or for the like.
2043
2044         * shr.el (shr-get-background): Fix argument name.
2045
2046 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2047
2048         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2049
2050         * gnus-sum.el (gnus-summary-include-articles): New function.
2051
2052         * message.el (message-goto-body): called-interactively-p needs a
2053         parameter, so use `any'.
2054
2055         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2056         clear marks before moving, since they're synced from the Gnus side
2057         first.
2058
2059         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2060         (gnus-summary-move-article): Copy over all marks before moving, so that
2061         IMAP doesn't think a new article has arrived.
2062
2063 2010-11-24  Julien Danjou  <julien@danjou.info>
2064
2065         * shr.el (shr-insert-background-overlay): Fix typo.
2066         (shr-render-td): Copy the background before rendering.
2067
2068         * shr-color.el (shr-color-visible): Fix docstring.
2069
2070         * shr.el (shr-tag-table): Add bgcolor support.
2071         (shr-render-td): Add bgcolor support.
2072         (shr-get-background): Add.
2073         (shr-insert-foreground-overlay): Use shr-get-background.
2074
2075         * message.el (message-goto-body): Use called-interactively-p.
2076         (message-in-body-p): message-goto-body returns point.
2077
2078 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2079
2080         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2081         Fixes something or other in Emacs 23, and is backwards compatible.
2082
2083         * message.el (message-goto-body): Remove the <#secure special-casing,
2084         which is too special.
2085
2086         * shr.el (shr-parse-style): Drop !important from styles.
2087
2088 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2089
2090         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2091         this function to return incorrect results when calling it with an
2092         explicit article argument different from
2093         (gnus-summary-article-number).
2094
2095 2010-11-24  Julien Danjou  <julien@danjou.info>
2096
2097         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2098         (shr-tag-body): Add background support.
2099         (shr-descend): Add background support.
2100         (shr-tag-title): Add.
2101
2102         * shr-color.el (shr-color-visible): Really return original background
2103         if fixed.
2104
2105 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2106
2107         * shr.el (shr-color-check): Protect against non-existant colour names.
2108
2109 2010-11-24  Julien Danjou  <julien@danjou.info>
2110
2111         * color-lab.el: Require 'cl when compiling.
2112
2113         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2114
2115         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2116         matched part.
2117
2118         * color-lab.el: Fix all expt calls to use float type.
2119
2120 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2121
2122         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2123         expression to shr-color-check as is.
2124
2125         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2126
2127         * color-lab.el: Add coding cookie.
2128         (float-pi): Use eval-and-compile.
2129
2130         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
2131         compiled for Emacsen having no `libxml-parse-html-region' support.
2132
2133 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2134
2135         * shr.el (shr-insert-color-overlay): Split stuff like
2136         "#444444 !important" to find the real colour.
2137         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2138         parse <font color="red"> entries.
2139
2140 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2141
2142         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2143         point when parsing headers.
2144
2145         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2146         is positioned properly when parsing headers.
2147
2148 2010-11-23  Julien Danjou  <julien@danjou.info>
2149
2150         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2151
2152         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2153
2154         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2155
2156         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2157         Use shr-color-hue-to-rgb.
2158         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2159
2160 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2161
2162         * shr.el (shr-color->hexadecimal): Autoload.
2163         (shr-descend): Add color to all tags.
2164
2165 2010-11-22  Julien Danjou  <julien@danjou.info>
2166
2167         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2168         shr-color->hexadecimal.
2169
2170         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2171         RGB() or HSL() color representation.
2172
2173         * shr.el (shr-tag-font): Add.
2174         (shr-tag-color-check): New function to get better colors.
2175         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2176         tag-span.
2177
2178         * shr-color.el: New file.
2179
2180         * color-lab.el: New file.
2181
2182         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2183
2184 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2185
2186         * nnir.el: Fix typo in comments.
2187         (nnir-run-imap): Simplify code. No need to reverse artlist.
2188         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2189
2190 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2191
2192         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2193
2194         * nnimap.el (nnimap-get-capabilities): Refactor out.
2195         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2196
2197 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2198
2199         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2200         appearing when `mm-uu-hide-markers' is nil.
2201
2202 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2203
2204         * nnimap.el (nnimap-unselect-group): Make into its own function.
2205         (nnimap-request-rename-group): Unselect group before renaming.
2206         This had gotten lost somewhere.
2207         (nnimap-request-accept-article): Keep track of examined groups, and
2208         unselect the group before APPENDing to read-only groups.
2209         (nnimap-request-move-article): Clear flags before moving so that they
2210         can be re-set later.
2211
2212 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2213
2214         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2215         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2216
2217 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2218
2219         * gnus-art.el (gnus-mime-display-single)
2220         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2221         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2222         parameter.
2223
2224 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2225
2226         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2227         (shr-table-vertical-line): New variable.
2228         (shr-insert-table): Use it.
2229
2230 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2231
2232         * gnus-html.el (gnus-html-wash-images): Don't display images if
2233         gnus-inhibit-images is non-nil; register displayer for cid images.
2234         (gnus-html-display-image): Work for cid image.
2235         (gnus-html-insert-image): Allow arguments.
2236         (gnus-html-put-image): Inhibit read-only.
2237         (gnus-html-prefetch-images): Don't prefetch images if
2238         gnus-inhibit-images is non-nil.
2239
2240 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2241
2242         * shr.el (shr-put-image): Break lines when inserting big pictures.
2243
2244 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2245
2246         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2247         sender, thanks Katsumi Yamaoka.
2248
2249 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2250
2251         * nnir.el (nnir-run-imap): Reverse the article list for each group
2252         rather than the whole list.
2253
2254 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2255
2256         * shr.el (shr-image-displayer): Protect function against non-existent
2257         image source.
2258
2259         * gnus-art.el (gnus-inhibit-images): New user option.
2260         (gnus-mime-display-single): Don't display image if it is non-nil.
2261
2262         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2263         gnus-inhibit-images.
2264
2265         * shr.el (shr-image-displayer): New function.
2266         (shr-tag-img): Use it.
2267
2268 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2269
2270         * mml2015.el (mml2015-epg-sign): Use From header.
2271
2272 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2273
2274         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2275
2276         * gnus-util.el (gnus-find-text-property-region): Return markers.
2277
2278         * shr.el (shr-tag-img): Put a displayer in the text property.
2279
2280         * gnus-util.el (gnus-find-text-property-region): New utility function.
2281
2282         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2283         (gnus-html-show-images): Remove.
2284
2285         * gnus-art.el (gnus-article-show-images): New, more general function.
2286
2287         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2288         image url text properties.
2289
2290         * shr.el: Ditto.
2291
2292         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2293         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2294
2295 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2296
2297         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2298         work for two or more articles.
2299
2300 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2301
2302         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2303         divide an image that's in an html article to two or more when washing
2304         non-ASCII characters in alt text of it.
2305
2306 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2307
2308         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2309         smime-decrypt-region using function argument.
2310         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2311
2312         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2313
2314         * smime.el (smime-decrypt-region): Catch it.
2315
2316 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2317
2318         * smime.el (smime-mode-map): Move initialization into declaration.
2319         (gnus-run-mode-hooks): Don't autoload.
2320         (smime-mode): Use define-derived-mode.
2321
2322 2010-11-11  Glenn Morris  <rgm@gnu.org>
2323
2324         * smime.el (from): Restrict declaration to XEmacs.
2325
2326         * nnir.el (gnus-group-topic-name): Autoload.
2327
2328 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2329
2330         * shr.el (shr-insert): Don't break long line if it is because of
2331         kinsoku-bol characters in the line end.
2332
2333 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2334
2335         * nnir.el (nnir-request-move-article): Fix to provide original group
2336         and subject.
2337         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2338         been retrieved.
2339
2340         * gnus-sum.el (gnus-summary-move-article): Use original group and
2341         subject for virtual articles such as those in an nnir summary buffer.
2342
2343 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2344
2345         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2346         least 21.5).
2347
2348         * smime.el (from): Declare it again for XEmacs.
2349
2350 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2351
2352         * message.el (message-resend): Don't disable encoding unless it's
2353         already encoded.
2354
2355         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2356         low-numbered articles.
2357
2358 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2359
2360         * rfc2047.el (rfc2047-syntax-table): Simplify.
2361
2362         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2363
2364         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2365         set-char-table-range for XEmacs.
2366
2367 2010-11-10  Glenn Morris  <rgm@gnu.org>
2368
2369         * time-date.el (time-to-seconds): Always an alias on Emacs,
2370         never a real function.
2371         (with-no-warnings): Remove compat stub, now unused.
2372         (time-less-p): Doc fix.
2373         (time-to-number-of-days): Simplify.
2374
2375         * smime.el (from): Remove unused declaration.
2376
2377         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2378         (gnus-float-time): On Emacs, always an alias.
2379
2380         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2381         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2382
2383 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2384
2385         * dgnushack.el: Don't use ignore-errors in the top level form since it
2386         is unavailable in XEmacs even if cl is loaded.
2387
2388         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2389
2390 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2391
2392         * shr.el (browse-url-mailto): Autoload.
2393
2394         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2395
2396         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2397         regexp doesn't need quoting.
2398
2399 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2400
2401         * message.el (message-subject-trailing-was-ask-regexp)
2402         (message-subject-trailing-was-regexp): Match was: in addition to was.
2403
2404 2010-11-09  Glenn Morris  <rgm@gnu.org>
2405
2406         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2407         (nnbabyl-check-mbox): Use point-at-bol.
2408
2409 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2410
2411         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2412
2413         * message.el (message-mailto): New function.
2414         (message-mailto): Should accept other parameters.
2415         (message-mailto): Remove since it duplicates browse-url-mailto
2416         functionality.
2417
2418 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2419
2420         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2421         methods.
2422         (gnus-read-active-file): Ditto.
2423
2424         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2425         ": " from the prompt.
2426         (gnus-group-make-group): Ditto.
2427
2428 2010-11-07  Glenn Morris  <rgm@gnu.org>
2429
2430         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2431         (gnus-bookmark-kill-line): Use point-at-eol.
2432
2433 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2434
2435         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2436         asterisks in From header.
2437
2438 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2439
2440         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2441         string to avoid making the From headers syntactically invalid.
2442
2443         * message.el (message-send-mail): Don't insert courtesy messages if the
2444         message already has List-Post and List-ID messages.
2445
2446 2010-11-06  Glenn Morris  <rgm@gnu.org>
2447
2448         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2449         `condition', `type', `length' a prefix.
2450         (gnus-treat-predicate): Update for above name changes.
2451
2452 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2453
2454         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2455         binding.  Handled by `gnus-summary-refer-thread' instead.
2456         (nnir-warp-to-article): New backend function.
2457
2458         * nnimap.el (nnimap-request-thread): Force dependency updating.
2459
2460         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2461         (gnus-summary-refer-thread): Rework to improve thread-referral.
2462
2463         * gnus-int.el (gnus-warp-to-article): New function.
2464
2465         * gnus-sum.el (gnus-summary-article-map): Bind it.
2466
2467 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2468
2469         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2470         gnus-summary-refer-thread.
2471
2472         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2473         headers.
2474         (gnus-summary-limit-include-thread): Prevent articles in thread from
2475         being cut in gnus-cut-threads.
2476         (gnus-summary-refer-thread): Limit retrieved headers to those in
2477         thread.
2478
2479 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2480
2481         * message.el (message-send-mail): Use the value of
2482         message-courtesy-message from the message buffer.
2483
2484         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2485
2486         * shr.el (shr-browse-url): Implement mailto: URLs.
2487
2488         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2489         "raw".
2490
2491         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2492         if it's already selected.
2493
2494         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2495
2496 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2497
2498         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2499         to measure the length and truncate alt text.
2500
2501 2010-11-03  Glenn Morris  <rgm@gnu.org>
2502
2503         * nndiary.el (nndiary-generate-nov-databases-1)
2504         (nndiary-generate-active-info): Rename dynamic variable `files' to
2505         something less generic.
2506
2507 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2508
2509         * nnir.el (nnir-request-move-article): Call the underlying backend to
2510         move articles from nnir.
2511
2512 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2513
2514         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2515
2516 2010-11-02  Julien Danjou  <julien@danjou.info>
2517
2518         * nnir.el: Remove wais support.
2519
2520 2010-11-02  Glenn Morris  <rgm@gnu.org>
2521
2522         * gnus-html.el: Reorder requirements to quieten compiler.
2523
2524 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2525
2526         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2527         properly for XEmacs as well.
2528         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2529         (gnus-article-natural-long-line-p): Use window-width rather than
2530         frame-width.
2531
2532 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2533
2534         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2535         (nnir-read-parms): Don't modify query.
2536         (nnir-run-query): Add ability to search topic on current line.
2537         (nnir-get-active): Clean up.
2538
2539 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2540
2541         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2542         degenerate articles.
2543
2544         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2545         (gnus-print-buffer): Just print the buffer as is, without any copying
2546         to a buffer and then re-highlighting.
2547
2548         * nnimap.el (nnimap-request-group): Store the new updated info.
2549         (nnimap-request-group): Select the group when we don't know whether it
2550         exists or not.
2551
2552         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2553         groups.
2554
2555         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2556         groups.
2557
2558         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2559         groups.
2560
2561         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2562         long-lines case by only filling the long lines.
2563
2564         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2565         (bug #7311).
2566
2567 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2568
2569         * shr.el: No need to declare `declare-function' since shr.el is for
2570         only Emacsen that provide `libxml-parse-html-region'.
2571
2572         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2573         effective only in a file it is referred to.
2574
2575 2010-11-01  Glenn Morris  <rgm@gnu.org>
2576
2577         * mm-util.el (gnus-completing-read): Autoload.
2578         (mm-read-coding-system): Simplify Emacs definition.
2579
2580         * nnmail.el (gnus-activate-group):
2581         * nnimap.el (gnutls-negotiate):
2582         * nntp.el (netrc-parse): Fix declarations.
2583
2584 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2585
2586         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2587         string-match-p in Emacs >=23.
2588
2589         * gnus-msg.el (gnus-configure-posting-styles)
2590         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2591
2592 2010-11-01  Glenn Morris  <rgm@gnu.org>
2593
2594         * nnir.el (declare-function): Add compat stub.
2595         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2596         (nnir-run-gmane): Require 'mm-url.
2597
2598         * mm-util.el (mm-string-to-multibyte): Simplify.
2599
2600         * shr.el (declare-function): Add compat stub.
2601         (url-cache-create-filename): Declare.
2602         (mm-disable-multibyte, widget-convert-button): Autoload.
2603
2604         * smime.el (ldap-search): Declare.
2605         (smime-cert-by-ldap-1): Require ldap on Emacs.
2606
2607         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2608         (nnimap-keepalive): Use gnus-float-time.
2609
2610         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2611         (mail-source-delete-crash-box): Use gnus-float-time.
2612
2613         * gnus-dired.el (gnus-completing-read): Autoload.
2614
2615         * mm-view.el (gnus-rescale-image): Autoload.
2616
2617         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2618
2619         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2620
2621         * sieve-manage.el: Require 'cl when compiling.
2622
2623         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2624         (gnus-iswitchb-completing-read): Require iswitchb.
2625         (gnus-select-frame-set-input-focus): Silence compiler.
2626
2627 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2628
2629         * message.el (message-subject-trailing-was-query): Change default to t,
2630         since I think that's what most people want.
2631
2632         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2633         appending for easier debugging.
2634         (nnimap-wait-for-connection): Take a regexp.
2635         (nnimap-request-accept-article): Wait for the continuation line before
2636         sending anything unless we're streaming.
2637
2638         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2639         leave the header washing to take place.
2640
2641 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2642
2643         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2644         regular expression match and replace in posting styles.
2645
2646 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2647
2648         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2649         an entire server.
2650         (nnir-get-active): New function.
2651         (nnir-run-imap): Use it.
2652         (nnir-run-gmane): Who knew, gmane search returns an article score!
2653
2654         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2655         server on the current line with nnir.
2656
2657 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2658
2659         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2660         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2661         left edge.
2662         (gnus-article-foldable-buffer): Skip past the prefix when determining
2663         raggedness.
2664
2665         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2666         the raw article, and change `C-u g' to show the article without doing
2667         treatments.
2668
2669         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2670         on to `gnus-treat-article'.
2671         (gnus-inhibit-article-treatments): New variable.
2672
2673         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2674
2675         * gnus-art.el (gnus-treatment-function-alist): Have
2676         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2677         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2678         sections.
2679
2680         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2681         parameter.
2682         (gnus-article-fill-cited-long-lines): New function.
2683         (gnus-article-fill-cited-article): Allow filling only long sections.
2684
2685         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2686         and non-punctuation (like after the apostrophe in "'We").
2687
2688         * gnus-sum.el (gnus-summary-select-article): Make sure
2689         gnus-original-article-buffer is alive.
2690
2691         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2692         reflect the order they're in in the digest.
2693
2694         * gnus.el (gnus-group-startup-message): Move point to the start of the
2695         buffer.
2696
2697         * nnimap.el (nnimap-capability): New function.
2698         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2699         is set.
2700
2701 2010-10-31  David Engster  <dengste@eml.cc>
2702
2703         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2704         conform with changes to gnus-completing-read.
2705
2706 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2707
2708         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2709
2710 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2711
2712         * nnir.el: Move defvar, defcustom around to keep file organized
2713         and keep byte-compiler quiet.
2714         (nnir-read-parms): Accept search-engine as arg.
2715         (nnir-run-query): Pass search-engine as arg.
2716         (nnir-search-engine): Remove.
2717
2718 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2719
2720         * shr.el (shr-generic): The text nodes should be text, not :text.
2721
2722         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2723         later in the file.
2724
2725 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2726
2727         * nnir.el: General clean up.  Allow searching with multiple engines.
2728         Allow separate extra-parameters for each engine.
2729         Batch queries when possible.
2730         (nnir-imap-default-search-key,nnir-method-default-engines):
2731         Add customize interface.
2732         (nnir-run-gmane): New engine.
2733         (nnir-engines): Use it.  Qualify all prompts with engine name.
2734         (nnir-search-engine): Remove global variable.
2735         (nnir-run-hyrex): Restore for now.
2736         (nnir-extra-parms,nnir-search-history): New variables.
2737         (gnus-group-make-nnir-group): Use them.
2738         (nnir-group-server): Remove in favor of gnus-group-server.
2739         (nnir-request-group): Avoid searching twice.
2740         (nnir-sort-groups-by-server): New function.
2741
2742 2010-10-30  Julien Danjou  <julien@danjou.info>
2743
2744         * gnus-group.el: Remove gnus-group-fetch-control.
2745
2746         * gnus-start.el (gnus-find-new-newsgroups):
2747         Remove gnus-check-first-time-used.
2748
2749         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2750
2751 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2752
2753         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2754         set on groups that don't have \* permanentflags.
2755
2756 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2757
2758         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2759         control the background color.
2760         (shr-tag-img): Ignore very small web bug type images.
2761         (shr-put-image): Add help-echo alt texts to the images.
2762         (shr-tag-video): Show the video poster image.
2763
2764 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2765
2766         * shr.el (shr-table-depth): New variable.
2767         (shr-tag-table-1): Only insert the images after the top-level table.
2768
2769         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2770
2771         * gnus-util.el (gnus-list-memq-of-list): New function.
2772
2773         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2774         selected.
2775         (nnimap-unsplittable-articles): New slot.
2776         (nnimap-new-articles): Use it.
2777
2778 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2779
2780         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2781         move to the previous line on `M-g'.
2782
2783 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2784
2785         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2786         *-request-group, which seems unnecessary.
2787
2788         * nnimap.el (nnimap-quote-specials): Function copied over from
2789         imap.el.
2790         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2791         they support that.  Suggested by Tom Regner.
2792
2793 2010-10-29  Julien Danjou  <julien@danjou.info>
2794
2795         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2796         defalias.
2797         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2798
2799         * gnus.el: Remove `gnus-nntp-service' variable.
2800         (gnus-secondary-servers): Make obsolete.
2801         (gnus-nntp-server): Make obsolete.
2802
2803         * gnus-start.el (gnus-1): Remove x-splash calls.
2804
2805         * gnus-ems.el (gnus-x-splash): Remove.
2806
2807         * gnus.el (gnus-group-startup-message): Simplify/update code.
2808
2809         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2810         definition.
2811
2812         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2813         capability before doing anything.
2814         (gnus-group-insert-group-line): Remove useless
2815         gnus-group-remove-excess-properties.
2816
2817 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2818
2819         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2820
2821 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2822
2823         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2824         config after reselecting.
2825
2826 2010-10-28  Julien Danjou  <julien@danjou.info>
2827
2828         * shr.el (shr-put-image): Use point even if only inserting text.
2829         (shr-put-image): Save excursion when inserting alt text on non-graphic
2830         display, so the behaviour is the same when we are on a graphic display.
2831
2832         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2833
2834 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2835
2836         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2837         (gnus-mime-copy-part): Check coding system, not charset.
2838         (gnus-mime-view-part-externally): Never remove part.
2839         (gnus-mime-view-part-internally): Don't remove part here.
2840         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2841         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2842         multipart/alternative.
2843
2844         * mm-decode.el (mm-display-part): Take optional arg `force'.
2845
2846 2010-10-26  Julien Danjou  <julien@danjou.info>
2847
2848         * gnus-group.el (gnus-group-default-list-level): Add this function to
2849         compute the default list level.
2850         (gnus-group-default-list-level): Add possibility to use a function.
2851
2852 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2853
2854         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2855
2856         * gnus-group.el (gnus-group-completing-read)
2857         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2858         gnus-replace-in-string.
2859
2860 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2861
2862         * shr.el (shr-tag-div): Add.
2863
2864         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2865
2866 2010-10-25  Julien Danjou  <julien@danjou.info>
2867
2868         * gnus-util.el: Remove `gnus-with-local-quit'.
2869
2870         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2871
2872 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2873
2874         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2875         the original article buffer.
2876
2877 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2878
2879         * nnimap.el (nnimap-request-head): New function.
2880         (nnimap-request-move-article): Try to be slighly faster by not
2881         requesting the entire message when moving.
2882         (nnimap-transform-headers): Don't bug out on bodiless articles.
2883         (nnimap-send-command): Have no outstanding messages if the IMAP server
2884         doesn't support streaming.
2885         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2886
2887 2010-10-24  Julien Danjou  <julien@danjou.info>
2888
2889         * message.el (message-default-headers): Fix type.
2890
2891 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2892
2893         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2894         prefetching images.
2895
2896         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2897         backend for unknown groups.  This is mainly useful for nnimap groups.
2898
2899         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2900         group isn't covered by the agent.
2901
2902 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2903
2904         * nnir.el (nnir-method-default-engines): New variable.
2905         (nnir-run-query): Use it.
2906         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2907         (gnus-summary-nnir-goto-thread): Change group if needed.
2908
2909         * gnus-group.el (gnus-group-group-map): Add key binding for
2910         gnus-group-make-nnir-group.
2911
2912 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2913
2914         * shr.el (shr-tag-object): Add.
2915
2916         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2917         original article buffer live.
2918         (gnus-summary-select-article-buffer):
2919         Mention gnus-widen-article-buffer.
2920
2921 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2922
2923         * shr.el (shr-tag-strong): Add.
2924
2925 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2926
2927         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2928         group names.  They mess up the group buffer badly.
2929
2930         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2931
2932         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2933         instead of the summary one.
2934
2935 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2936
2937         * mml.el (mml-preview): Work properly when editing article.
2938
2939         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2940         gnus-have-read-active-file if it's already been in.
2941
2942 2010-10-22  Tom Tromey  <tromey@redhat.com>
2943
2944         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2945         gnus-group-completing-read.
2946
2947 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2948
2949         * message.el (message-mode-map): Don't bind M-; to comment region, to
2950         allow the global comment-dwim to work.
2951
2952 2010-10-21  Julien Danjou  <julien@danjou.info>
2953
2954         * message.el (message-setup-1): Allow message-default-headers to be a
2955         function.
2956
2957 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2958
2959         * shr.el (shr-tag-table): Simplify.
2960
2961 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2962
2963         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2964         to avoid trying to snarf invalid stuff.
2965
2966         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2967
2968         * gnus.el (gnus-message-archive-group): Quote value.
2969         (gnus-message-archive-group): Mark as changed.
2970
2971         * shr.el (shr-add-font): Don't put the font properties on the newline
2972         or the indentation.
2973
2974         * message.el (message-fix-before-sending): Change options when sending
2975         non-printable characters.
2976
2977         * gnus.el (gnus-message-archive-method): Change the default to
2978         monthly outgoing groups.
2979
2980         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2981         that have gotten new numbers.
2982
2983         * nnimap.el (nnimap-request-replace-article): New function.
2984
2985 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2986
2987         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2988         (nnrss-request-article): Don't use special html washing code.
2989
2990 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2991
2992         * shr.el (shr-tag-table): Remove useless nconc.
2993
2994 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2995
2996         * gnus-art.el (article-wash-html): Simplify and remove the charset
2997         stuff.  Use the normal html rendering code instead of the special html
2998         washing code.
2999
3000         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3001         `gnus-w3m' symbols.
3002         (mm-text-html-washer-alist): Remove.
3003
3004         * mm-decode.el (mm-inline-text-html-renderer): Remove.
3005         (mm-inline-media-tests): Remove use.
3006         (mm-text-html-renderer): Change default to the `shr' symbol.
3007
3008         * mm-view.el (mm-inline-text-html): Remove use.
3009
3010         * gnus-art.el (gnus-blocked-images): New function.  Allow the
3011         `gnus-blocked-images' to be a function.
3012         (gnus-article-wash-function): Remove.
3013
3014 2010-10-20  Julien Danjou  <julien@danjou.info>
3015
3016         * spam.el (spam-list-of-processors): Mark as obsolete.
3017
3018         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3019         (nnimap-insert-partial-structure): Fix boundary detection.
3020
3021 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
3022
3023         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3024         run file-truename on remote files.  This can be expensive and even
3025         prevent one from editing drafts if some unrelated buffer has a stale
3026         connection.
3027
3028 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3029
3030         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3031         kinsoku-eol regardless of shr-kinsoku-shorten.
3032         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3033         (shr-tag-table): Support caption, thead, and tfoot.
3034
3035 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3036
3037         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3038         lines.
3039         (shr-save-contents): New command and keystroke.
3040
3041         * nndoc.el (nndoc-type-alist): Add git support.
3042         (nndoc-git-type-p): New function.
3043         (nndoc-transform-git-article): Ditto.
3044         (nndoc-transform-git-headers): Ditto.
3045         (nndoc-transform-git-headers): Generate Subject headers.
3046
3047         * shr.el (shr-parse-style): New function.
3048         (shr-tag-span): Ditto.
3049
3050         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3051         to `G G' to avoid collisions.
3052
3053 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3054
3055         * shr.el: Load kinsoku if necessary.
3056         (shr-kinsoku-shorten): New internal variable.
3057         (shr-find-fill-point): Make kinsoku shorten text line if
3058         shr-kinsoku-shorten is bound to non-nil.
3059         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3060         shr-indentation too when testing if table is wider than frame width.
3061         (shr-insert-table): Use `string-width' instead of `length' to measure
3062         text width.
3063         (shr-insert-table-ruler): Make sure indentation is done at bol.
3064
3065 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3066
3067         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3068         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3069         undecoded network data.
3070
3071 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3072
3073         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3074         name in the mode line spec so that the mode line menu works
3075         (bug #2431).
3076
3077         * message.el (message-get-reply-headers): If we're fed `to-address',
3078         then always use that.
3079
3080         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3081         aren't so wide as to need to switch off the edit menu.
3082
3083         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3084         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3085
3086         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3087         `M-g'.
3088         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3089         the permanent marks.
3090
3091 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3092
3093         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3094         Splitting according to references/in-reply-to obeys the ignore-groups
3095         variable, while splitting by sender and subject do not.
3096
3097 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3098
3099         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3100         alist, so that we can look for non-Unicode chars.
3101         (article-translate-strings): Allow both character and string maps.
3102
3103 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3104
3105         * shr.el (shr-insert): Don't insert space behind a wide character
3106         categorized as kinsoku-bol, or between characters both categorized as
3107         nospace.
3108
3109 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3110
3111         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3112         headers to gnus-newsgroup-headers.
3113
3114 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3115
3116         * shr.el (shr-tag-img): Don't align images -- since we're not
3117         rescaling, this often leads to ugly displays.
3118
3119 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3120
3121         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3122         duplicates.
3123
3124 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3125
3126         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3127         call.
3128
3129 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3130
3131         * gnus.el: Autoload gnus-html-show-images.
3132
3133         * nnimap.el: Use nnheader-message throughout.
3134
3135         * shr.el (shr-tag-img): Ignore images with no data.
3136
3137 2010-10-15  Julien Danjou  <julien@danjou.info>
3138
3139         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3140         a possibility to disable format=flow encoding when using hard newlines.
3141
3142 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3143
3144         * shr.el (shr-insert): Remove space inserted before or after a
3145         breakable character or at the beginning or the end of a line.
3146         (shr-find-fill-point): Do kinsoku; find the second best point or give
3147         it up if there's no breakable point.
3148
3149 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3150
3151         * nnimap.el (nnimap-open-connection): Message when opening connection
3152         for debugging purposes.
3153
3154         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3155         on every setup buffer call to allow this to change from article to
3156         article.
3157
3158         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3159         buffers where we have a wide table.
3160
3161 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3162
3163         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3164         uses *-request-thread.
3165
3166 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3167
3168         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3169         incantation, which is no longer valid.
3170
3171 2010-10-14  Julien Danjou  <julien@danjou.info>
3172
3173         * shr.el: Fix defcustom type (char -> character).
3174
3175 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3176
3177         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3178         programs.
3179
3180 2010-10-14  Julien Danjou  <julien@danjou.info>
3181
3182         * shr.el (shr-tag-a): Use url-link as widget type.
3183
3184         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3185         `gnus-group-get-icon'.
3186
3187 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3188
3189         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3190         This should make server editing work better.
3191
3192         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3193
3194         * tls.el (tls-program): Remove spurious %s from openssl.
3195
3196         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3197         (nnimap-parse-flags): Fix regexp.
3198
3199         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3200         probably work for CJVK text, too.
3201
3202         * nnimap.el (nnimap-extend-tls-programs): Remove.
3203         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3204
3205         * tls.el (tls-starttls-switches): Remove starttls hack.
3206         (open-tls-stream): Ditto.
3207         (tls-find-starttls-argument): Ditto.
3208
3209 2010-10-13  Julien Danjou  <julien@danjou.info>
3210
3211         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3212         responses.
3213
3214 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3215
3216         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3217
3218         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3219         anything in Emacs.
3220
3221         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3222
3223 2010-10-13  Julien Danjou  <julien@danjou.info>
3224
3225         * shr.el (shr-width): Make shr-width a defcustom with default to
3226         fill-column.
3227         (shr-tag-img): Use shr-width rather than fill-column.
3228
3229 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3230
3231         * dgnushack.el (byte-optimize-apply)
3232         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3233
3234         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3235         position when (X-)Faces exist.
3236         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3237         avatars when called interactively.
3238
3239 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3240
3241         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3242         gnus-article-x-face-too-ugly is bound.
3243
3244 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3245
3246         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3247
3248         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3249         mailbox that doesn't exist.
3250
3251 2010-10-12  Julien Danjou  <julien@danjou.info>
3252
3253         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3254         (shr-get-image-data): Encode URL properly when fetching from cache.
3255         (shr-tag-img): Use aligned-to spaces to align correctly images.
3256
3257         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3258         before inserting the Gravatar.
3259
3260         * shr.el (shr-tag-img): Add align attribute support for <img>.
3261
3262 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3263
3264         * gnus-gravatar.el (gnus-art): Require.
3265
3266         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3267         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3268         Remove long obsoleted functions.
3269
3270 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3271
3272         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3273
3274         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3275
3276         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3277         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3278         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3279         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3280         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3281         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3282         * sieve-manage.el, smime.el, spam.el:
3283         Fix comment for declare-function.
3284
3285 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3286
3287         * nnimap.el (nnimap-request-rename-group): Select group read-only
3288         before renaming it.
3289
3290         * shr.el (shr-insert): Fix up the white space only regexp.
3291
3292         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3293         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3294
3295         * shr.el (shr-current-column): New function.
3296         (shr-find-fill-point): New function.
3297
3298 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3299
3300         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3301         numbers.
3302
3303 2010-10-11  Julien Danjou  <julien@danjou.info>
3304
3305         * shr.el (shr-hr-line): Add.
3306         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3307         display hr lines.
3308         (shr-max-columns): Do not change state to nil if we just inserting
3309         spaces.
3310
3311 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3312
3313         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3314         select the last group.
3315
3316 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3317
3318         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3319
3320 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3321
3322         * dig.el (dig-mode-map): Declare and define in one step.
3323
3324 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3325
3326         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3327         for Gnus.
3328         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3329         (nnimap-update-qresync-info): Mark \Seen articles as read.
3330
3331         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3332         non-variable, too.
3333
3334         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3335         available.
3336         (nnimap-update-info): Rely more on the current active than the param
3337         active to avoid marking articles as read too much.
3338
3339         * auth-source.el (auth-source-create): Use (user-login-name) for the
3340         user name default.
3341
3342         * nnimap.el (nnimap-update-info): If the server doesn't return any
3343         useful info, just use the previous info.
3344         (nnimap-update-info): Prefer old info over start-article.
3345         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3346
3347 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3348
3349         * nnir.el (autoload): Clean up autoloads.
3350         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3351         Use key rather than value.
3352         (nnir-imap-search-other): New variable.
3353         (nnir-read-parm): Use it.
3354         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3355         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3356
3357 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3358
3359         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3360         the process, too.
3361
3362 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3363
3364         * spam.el (gnus-summary-mode-map): Bind to "$".
3365         Suggested by Russ Allbery.
3366
3367         * shr.el: Rework the way things are indented by <li> slightly.
3368
3369         * gnus.el (gnus-group-set-parameter): Fix typo.
3370
3371         * nnimap.el: Start implementing QRESYNC support.
3372
3373 2010-10-09  Julien Danjou  <julien@danjou.info>
3374
3375         * nnir.el (nnir-engines): Fix too many arguments.
3376
3377 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3378
3379         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3380         group is the "last", so that the backends like nnfolder actually save
3381         their folders.
3382
3383         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3384         try to use that for the tls stream.
3385         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3386         UIDVALIDITY and find out which groups are read-only and not.
3387         (nnimap-get-flags): Use the same marks parsing code as the rest of
3388         nnimap.
3389
3390 2010-10-09  Julien Danjou  <julien@danjou.info>
3391
3392         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3393
3394         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3395         retrieving gravatars.
3396
3397         * shr.el (shr-table-corner): Add.
3398         (shr-table-line): Add.
3399         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3400
3401 2010-10-08  Julien Danjou  <julien@danjou.info>
3402
3403         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3404
3405 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3406
3407         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3408
3409         * gnus-sum.el (gnus-mark-article-as-unread)
3410         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3411         (gnus-summary-set-bookmark): Use it.
3412
3413         * gnus-msg.el (gnus-setup-message): Use it.
3414
3415         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3416
3417         * gnus.el (gnus-group-remove-parameter): Use it.
3418
3419         * gnus-group.el (gnus-group-make-web-group): Use it.
3420
3421         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3422
3423         * nnregistry.el: Update docs to mention manual.
3424
3425         * gnus-registry.el: Update docs to mention nnregistry.el.
3426         (gnus-registry-initialize): Don't install nnregistry refer method
3427         automatically.
3428         (gnus-registry-install-nnregistry): Remove it.
3429
3430 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3431
3432         * shr.el (shr-insert): Don't insert double spaces.
3433
3434 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3435
3436         * gnus-gravatar.el (gnus-treat-from-gravatar)
3437         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3438         called interactively.
3439
3440         * gnus-art.el (gnus-mime-view-part-externally)
3441         (gnus-mime-view-part-internally): Make predicate function passed to
3442         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3443         of a mime type.
3444
3445         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3446
3447 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3448
3449         * shr.el (require): Require cl when compiling.
3450         (shr-tag-hr): New function.
3451
3452         * nnimap.el (nnimap-update-info): Remove double setting of high.
3453         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3454         This makes nnimap work properly on Courier again.
3455
3456         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3457         the variable for backwards compatability.
3458
3459         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3460         the file name before using to avoid setting mm-default-directory to
3461         nil.
3462
3463         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3464         bidning gnus-agent variables.
3465
3466         * shr.el (shr-render-td): Use a cache for the table rendering function
3467         to avoid getting an exponential rendering behaviour in nested tables.
3468         (shr-insert): Rework the line-breaking algorithm.
3469         (shr-insert): Don't leave trailing spaces.
3470         (shr-insert-table): Also insert empty TDs.
3471         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3472
3473 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3474
3475         * gnus-sum.el (gnus-number): Rename from `number'.
3476         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3477         (gnus-summary-limit-children): Update uses correspondingly.
3478
3479 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3480
3481         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3482         (gnus-gravatar-transform-address): Don't show avatars of people of
3483         which mail addresses match gnus-gravatar-too-ugly.
3484
3485 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3486
3487         * shr.el (shr-table-widths): Expand TD elements to fill available
3488         space.
3489
3490 2010-10-07  Julien Danjou  <julien@danjou.info>
3491
3492         * nnimap.el (nnimap-request-rename-group): Add this method.
3493
3494 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3495
3496         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3497         name from XEmacs' function-arglist.
3498
3499         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3500         gravatar under XEmacs.
3501
3502 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3503
3504         * auth-source.el: Update docs with TODO items.
3505
3506         * gnus-sync.el: Update docs to explain state and plans.
3507
3508         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3509         Hooks for mark updates.
3510         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3511
3512         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3513         hooks with arguments, which is needed for mark update hooks.
3514
3515 2010-10-06  Julien Danjou  <julien@danjou.info>
3516
3517         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3518         was matched.
3519
3520         * sieve-manage.el: Update example in `Commentary'.
3521
3522         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3523
3524         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3525         not 2000.
3526         (sieve-manage-authenticate): Re-add function.
3527
3528 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3529
3530         * shr.el (shr-insert): Get 'space transition right.
3531         (shr-render-td): Only delete space at the end of the TD.
3532
3533         * nnimap.el (nnimap-open-connection): Prepare to support
3534         open-gnutls-stream.
3535
3536         * shr.el: Rearrange function order to be more logical.
3537
3538 2010-10-06  Julien Danjou  <julien@danjou.info>
3539
3540         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3541         (nnrss-discover-feed): Remove 404 URL in docstring.
3542
3543         * nnir.el: Fix Swish-E URL.
3544         Fix Namazu URL.
3545
3546         * message.el (message-change-subject): Remove 404 URL in a comment.
3547
3548 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3549
3550         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3551         called interactively.
3552
3553         * gnus-util.el (gnus-remove-if): Allow hash table.
3554         (gnus-remove-if-not): New function.
3555
3556         * gnus-art.el (gnus-mime-view-part-as-type)
3557         * gnus-score.el (gnus-summary-score-effect)
3558         * gnus-sum.el (gnus-read-move-group-name):
3559         Replace remove-if-not with gnus-remove-if-not.
3560
3561         * gnus-group.el (gnus-group-completing-read):
3562         Regard collection as a hash table if it is not a list.
3563
3564 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3565
3566         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3567
3568         * shr.el: Document the table-rendering algorithm.
3569
3570 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3571
3572         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3573         for Emacsen having no `libxml-parse-html-region' support.
3574
3575 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3576
3577         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3578         invalid URLs.
3579
3580         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3581         line-broken.
3582         (shr-tag-img): Ignore image fetching errors.
3583         (shr-overlays-in-region): Compute overlay positions correctly.
3584
3585         * mm-decode.el (mm-shr): Require shr.
3586
3587         * gnus-art.el (gnus-blocked-images): Move variable here.
3588
3589         * shr.el (shr-insert-table): Bind free variable.
3590
3591         * mm-decode.el (mm-shr): Bind shr-content-function.
3592
3593         * shr.el (shr-content-function): New variable.
3594
3595         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3596         added for symmetry.
3597
3598         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3599
3600         * gnus-group.el (gnus-group-make-group): Doc fix.
3601
3602         * nnimap.el (nnimap-request-newgroups): Return success.
3603
3604         * shr.el (shr-find-elements): New function.
3605         (shr-tag-table): Put all the images after the table.
3606         (shr-tag-table): Really inhibit images inside the table.
3607         (shr-collect-overlays): Copy over overlays from the TD elements to the
3608         main document.
3609
3610         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3611         gnus-blocked-images.
3612
3613 2010-10-05  Julien Danjou  <julien@danjou.info>
3614
3615         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3616
3617         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3618         (gnus-html-maximum-image-size): Add this function.
3619         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3620
3621         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3622         server-value of the capability is nil.
3623
3624 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3625
3626         * shr.el (shr-tag-em): Add <EM> tag.
3627
3628 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3629
3630         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3631         customizable.
3632
3633         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3634         handing broken links to browse-url.
3635
3636 2010-10-05  Julien Danjou  <julien@danjou.info>
3637
3638         * gnus-util.el (gnus-emacs-completing-read)
3639         (gnus-iswitchb-completing-read): Use autoload rather than require.
3640
3641 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3642
3643         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3644         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3645         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3646         iswitchb-temp-buflist for XEmacs.
3647
3648         * gnus-util.el (gnus-completing-read-function): Exclude
3649         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3650         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3651         XEmacs.
3652
3653         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3654         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3655
3656         * gnus-html.el: Don't require help-fns under XEmacs.
3657         (gnus-html-schedule-image-fetching): Work for XEmacs.
3658
3659         * mm-decode.el (mm-shr): Decode contents by charset.
3660
3661 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3662
3663         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3664         unknown.
3665
3666         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3667         (shr-get-image-data): Ensure against the cache file missing.
3668
3669         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3670         for data.
3671
3672         * spam-report.el (spam-report-url-ping-plain): Don't query about
3673         killing the process.
3674
3675         * shr.el (shr-render-td): Protect against too-wide text.
3676
3677 2010-10-04  Julien Danjou  <julien@danjou.info>
3678
3679         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3680         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3681
3682         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3683         retrieved.
3684
3685 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3686
3687         * shr.el (browse-url): Require.
3688         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3689         lines.
3690         (shr-show-alt-text, shr-browse-image): New commands.
3691         (shr-browse-url, shr-copy-url): New commands.
3692
3693         * gnus-sum.el (gnus-widen-article-window): New variable.
3694         (gnus-summary-select-article-buffer): Use it.
3695
3696         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3697         without @ signs.
3698
3699 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3700
3701         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3702
3703 2010-10-04  Julien Danjou  <julien@danjou.info>
3704
3705         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3706         for XEmacs.
3707
3708 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3709
3710         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3711
3712         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3713         (nnimap-close-server): Implement.
3714
3715         * dgnushack.el (iswitchb): Require to shut up the compiler.
3716
3717         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3718         (shr-insert): Tweak line breaking.
3719         (shr-insert): Handle <pre> better.
3720         (shr-tag-li): Get <li> indentation right.
3721         (shr-tag-li): Get <li> indentation even righter.
3722         (shr-tag-blockquote): Ensure paragraph start.
3723         (shr-make-table): Tweak table generation.
3724         (shr-make-table): Fix typo.
3725
3726         * shr.el: Implement table rendering.
3727
3728 2010-10-04  Julien Danjou  <julien@danjou.info>
3729
3730         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3731
3732 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3733
3734         * shr.el (shr-insert): Use string anchors instead of line anchors.
3735
3736 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3737
3738         * shr.el: Add headings.
3739         (shr-ensure-paragraph): Actually work.
3740         (shr-tag-li): Make <ul> prettier.
3741         (shr-insert): Get white space at the beginning/end of elements right.
3742         (shr-tag-p): Collapse subsequent <p>s.
3743         (shr-ensure-paragraph): Don't insert double line feeds after blank
3744         lines.
3745         (shr-insert): \t is also space.
3746         (shr-tag-s): Fix "s" tag name function.
3747         (shr-tag-s): Fix face prop name.
3748
3749 2010-10-03  Julien Danjou  <julien@danjou.info>
3750
3751         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3752
3753         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3754         gnus-window-inside-pixel-edges.
3755
3756         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3757         gnus-ems.
3758
3759         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3760
3761         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3762         function.
3763
3764         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3765         resize choice.
3766
3767 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3768
3769         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3770         beginning of the buffer.
3771
3772         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3773         article buffer again.
3774
3775         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3776
3777         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3778         when it's at the start of the buffer.
3779
3780         * shr.el (shr-tag-blockquote): Convert name.
3781         (shr-rescale-image): Use the right image-size variant.
3782
3783         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3784         buffer isn't shown, then select the current article first instead of
3785         bugging out.
3786         (gnus-summary-select-article-buffer): Show both the article and summary
3787         buffers again.
3788
3789         * shr.el (shr-fontize-cont): Protect against regions with no text.
3790         Rename tag functions to shr-tag-* for enhanced security.
3791         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3792
3793 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3794
3795         * shr.el (shr-insert):
3796         * pop3.el (pop3-movemail):
3797         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3798         loaded.
3799
3800 2010-10-03  Glenn Morris  <rgm@gnu.org>
3801
3802         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3803
3804         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3805
3806         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3807
3808         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3809
3810         * gnus-util.el (gnus-make-local-hook): Simplify.
3811
3812 2010-10-02  Julien Danjou  <julien@danjou.info>
3813
3814         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3815         (gnus-ido-completing-read): New function.
3816         (gnus-emacs-completing-read): New function.
3817         (gnus-completing-read): Use gnus-completing-read-function.
3818         Add gnus-completing-read-function.
3819
3820 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3821
3822         * shr.el (shr-insert-document): Autoload.
3823         (shr-img): Be silent.
3824         (shr-insert): Add a newline after every picture before text.
3825         (shr-add-font): Use overlays for combining faces.
3826         (shr-insert): Pass upwards the text start point.
3827
3828         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3829         possible.
3830         (mm-shr): New function.
3831
3832 2010-10-02  Julien Danjou  <julien@danjou.info>
3833
3834         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3835         should go backward.
3836
3837 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3838
3839         * shr.el (shr): Fix typo in provide call.
3840
3841 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3842
3843         * shr.el: New file.
3844
3845         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3846
3847         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3848         completing read.
3849
3850 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3851
3852         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3853         we're being queried about.  Suggested by Dan Jacobson.
3854
3855         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3856         Suggested by Jason Eisner.
3857
3858         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3859         table, too.  Suggested by Stefan Wiens.
3860         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3861         the table unnecessary.  Suggested by Stefan Wiens.
3862
3863         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3864         longer needed, and probably doesn't work either, as pointed out by
3865         Stefan Wiens.
3866         (gnus-summary-exit): Remove call to the clearing function.
3867         (gnus-summary-exit-no-update): Ditto.
3868
3869         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3870         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3871         Reported by Stefan Monnier.
3872         (gnus-summary-save-in-rmail): Ditto.
3873
3874         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3875         article buffer, instead of both the article buffer and the summary
3876         buffer.  Sort of suggested by Dan Jacobson.
3877
3878         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3879
3880         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3881         Suggested by Dan Jacobson.
3882
3883         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3884         documentation clearer.
3885
3886         * message.el (message-shorten-references): Comment on the number "21".
3887         Suggested by Stefan Monnier.
3888
3889         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3890         Suggested by Dan Jacobson.
3891
3892         * gnus.el (gnus-large-newsgroup):
3893         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3894
3895         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3896         externalize attachments.  Bug reported by Steve Wen.
3897
3898         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3899         really message anything to the user.
3900
3901         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3902         directly.
3903
3904         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3905         messages in empty groups.
3906
3907 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3908
3909         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3910         non-UIDNEXT group.
3911
3912 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3913
3914         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3915         not the value from the collection.
3916
3917         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3918         values.  This sometimes happens on some groups that have no info.
3919         (nnimap-request-newgroups): New function.
3920
3921 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3922
3923         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3924         check into `gnus-registry-initialize'.
3925         (gnus-registry-initialize): Ditto.
3926         Fix and extend header docs.
3927
3928 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3929
3930         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3931         regexp backtrace overflows.
3932
3933         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3934         for starttls that tls.el implements; i.e. openssl.
3935
3936         * tls.el (tls-starttls-switches): Give up on using starttls with
3937         gnutls-cli.
3938         (tls-program): Add --insecure to be consistent with the defaults from
3939         openssl s_client.  Now all three commands are insecure.
3940
3941 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3942
3943         * lpath.el: Bind completion-styles-alist for XEmacs.
3944
3945         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3946         (gravatar-create-image): New function that's an alias to
3947         gnus-xmas-create-image, gnus-create-image, or create-image.
3948         (gravatar-data->image): Use it.
3949
3950 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3951
3952         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3953         install the nnregistry refer method.
3954         (gnus-registry-install-hooks): Use it.
3955         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3956         unfollowed groups.
3957
3958 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3959
3960         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3961         expanding threads.
3962
3963 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3964
3965         * nnir.el: Use the server names without suffixes (bug #7009).
3966
3967         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3968         unencrypted to STARTTLS, if possible.
3969
3970 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3971
3972         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3973         headers before superseding.
3974
3975 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3976
3977         * nnrss.el (nnrss-use-local): Add documentation.
3978
3979         * nnimap.el (nnimap-extend-tls-programs): New function.
3980         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3981         (nnimap-wait-for-connection): Accept the greeting from the stupid
3982         output from openssl s_client -starttls, too.
3983
3984         * tls.el (tls-starttls-switches): New variable.
3985         (tls-find-starttls-argument): Use it.
3986         (open-tls-stream): Ditto.
3987
3988         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3989         (netrc-machine): Ditto.
3990
3991         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3992         article number.
3993         (nnimap-split-fancy): New variable.
3994         (nnimap-split-incoming-mail): Use it.
3995
3996         * nntp.el (nntp-server-list-active-group): Document.
3997
3998         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3999         SELECT to get the message-id.
4000
4001         * mail-source.el (mail-sources): Remove webmail support.
4002         (defvar): Ditto.
4003         (mail-source-fetcher-alist): Ditto.
4004         (mail-source-fetch-webmail): Remove.
4005
4006         * webmail.el: Remove -- doesn't seem relevant any more.
4007
4008         * gnus.el: Fix up make-obsolete-variable declarations throughout.
4009
4010         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4011         the \r.
4012
4013 2010-09-30  Julien Danjou  <julien@danjou.info>
4014
4015         * gnus-agent.el (gnus-agent-add-group): Fix call to
4016         gnus-completing-read.
4017
4018 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4019
4020         * nndoc.el (nndoc-retrieve-groups): New function.
4021
4022         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4023         `default', use nnmail-split-methods.
4024         (nnimap-request-article): Downcase the NILs so that they are nil.
4025
4026         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4027         symbol.
4028
4029         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4030         code, since if the user has requested network, that's what they ought
4031         to get.
4032         (nnimap-request-set-mark): Erase the buffer before issuing commands.
4033         (nnimap-split-rule): Mark as obsolete.
4034
4035         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4036         New variable.
4037
4038         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4039         correct slot, too.
4040
4041 2010-09-29  Julien Danjou  <julien@danjou.info>
4042
4043         * gnus.el (gnus-local-domain): Declare variable obsolete.
4044
4045         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4046         Fix history computing.
4047         (gnus-ido-completing-read): Require ido.
4048
4049 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4050
4051         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4052         build Gnus.
4053
4054         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4055         when interpreting the structures.
4056         (nnimap-request-accept-article): Add \r\n to the lines to make this
4057         work with Cyrus.
4058
4059         * nndraft.el (nndraft-request-expire-articles): Use the group name
4060         instead if "nndraft".  Fix found by Nils Ackermann.
4061
4062 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4063
4064         * nnregistry.el: Add.
4065
4066 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4067
4068         * nnmail.el (group, group-art-list, group-art):
4069         Remove unneeded directives.
4070
4071 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4072
4073         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4074         (mm-mime-charset)
4075         * rfc2047.el (rfc2047-syntax-table)
4076         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4077
4078         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4079         rather than `insert-file-contents' and `eval-region'.
4080
4081         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4082         construction.
4083
4084         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
4085
4086         * time-date.el: No need to require cl for Emacs 21.
4087
4088 2010-09-29  Julien Danjou  <julien@danjou.info>
4089
4090         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4091         replacement of `gnus-gravatar-relief' to mimic
4092         `gnus-faces-properties-alist'.
4093         Add :version property.
4094
4095 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4096
4097         * mail-source.el (mail-source-report-new-mail)
4098         * message.el (message-default-mail-headers)
4099         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4100
4101         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4102
4103 2010-09-28  Julien Danjou  <julien@danjou.info>
4104
4105         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4106         mail-address contains the same string as real-name.
4107
4108         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4109         non-blank in header, otherwise it'll get stripped.
4110
4111         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4112         real-name, and then for mail address rather than doing : or , search.
4113
4114 2010-09-27  Julien Danjou  <julien@danjou.info>
4115
4116         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4117         right completing-read function.
4118         (gnus-use-ido): New variable
4119         (gnus-completing-read-with-default): Remove.
4120         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4121         (gnus-agent-add-group):
4122         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4123         * mm-view.el (mm-view-pkcs7-decrypt):
4124         * mm-util.el (mm-codepage-setup):
4125         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4126         * mml-smime.el (mml-smime-openssl-sign-query):
4127         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4128         (mml-insert-multipart):
4129         * gnus-msg.el (gnus-summary-yank-message):
4130         * gnus-int.el (gnus-start-news-server):
4131         * mm-decode.el (mm-interactively-view-part):
4132         * gnus-dired.el (gnus-dired-attach):
4133         * gnus.el (gnus-read-method):
4134         * gnus-bookmark.el (gnus-bookmark-jump):
4135         * gnus-art.el (gnus-mime-view-part-as-type)
4136         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4137         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4138         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4139         * nnmairix.el (nnmairix-create-server-and-default-group)
4140         (nnmairix-update-groups, nnmairix-get-server)
4141         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4142         (nnmairix-get-group-from-file-path):
4143         * nnrss.el (nnrss-find-rss-via-syndic8):
4144         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4145         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4146         (gnus-group-browse-foreign-server):
4147         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4148         (gnus-summary-execute-command, gnus-summary-respool-article)
4149         (gnus-read-move-group-name):
4150         * gnus-score.el (gnus-summary-increase-score)
4151         (gnus-summary-score-effect):
4152         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4153
4154 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4155
4156         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4157         x-focus-frame.
4158
4159         * nnimap.el (auth-source-forget-user-or-password)
4160         (auth-source-user-or-password): Autoload.
4161
4162         * message.el (message-from-style, message-interactive)
4163         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4164         (message-yank-prefix, message-indentation-spaces, message-signature)
4165         (message-signature-file): Add comment.
4166
4167 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4168
4169         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4170         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4171         new articles.
4172
4173         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4174         parts.
4175         (nnimap-request-article): Work with the t setting, too.
4176
4177         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4178         that you don't get flashes of other buffers.
4179         (gnus-summary-show-complete-article): Intern before setting.
4180
4181 2010-09-27  David Engster  <dengste@eml.cc>
4182
4183         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4184         well as HEADERS.
4185         (nnmairix-retrieve-headers): Provide new argument for the above.
4186
4187 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4188
4189         * gnus-sum.el (gnus-summary-move-article): Don't alter
4190         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4191         group.
4192
4193         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4194
4195         * message.el (message-cite-prefix-regexp): Revert my last edit.
4196
4197         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4198         variable instead of the Gnus variable.
4199
4200         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4201
4202         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4203
4204         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4205         since some servers don't like it.
4206         (nnimap-open-connection): Forget credentials if the server says the
4207         password was wrong.
4208         (nnimap-parse-line): Protect against invalid data.
4209
4210         * gnus-sum.el (gnus-summary-move-article): Add comment.
4211         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4212         nothing alters it while scanning for new messages.
4213
4214         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4215         which may or may not help.
4216         (nnimap-open-connection): If we're doing a stream connection, and then
4217         discover we're on a STARTTLS-capable server, then open a STARTTLS
4218         connection instead.
4219
4220 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4221
4222         * nnimap.el (utf7): Require.
4223
4224         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4225         prefix.
4226
4227 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4228
4229         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4230
4231 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4232
4233         * nnimap.el (nnimap-request-accept-article): Message the error on
4234         error.
4235
4236 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4237
4238         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4239
4240 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4241
4242         * nndoc.el (nndoc-request-list): Return success always.
4243
4244         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4245         `fetch-old' -- we only want to fetch the articles we've requested.
4246         The rest are in the agent, probably.
4247         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4248         disappeared server" to something low.  It's not important.
4249
4250         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4251         arrived before the FETCH data.
4252
4253         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4254         target here, because we don't know the Gnus name of the group.
4255
4256         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4257         for the correct group.
4258
4259         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4260
4261         * gnus.el (gnus): Give a final warning after startup.
4262
4263         * gnus-util.el (gnus-action-message-log): New variable.
4264         (gnus-message): Use it.
4265         (gnus-final-warning): New function.
4266
4267         * nnimap.el (nnimap-open-connection): Record the greeting.
4268         (nnimap): Add greeting.
4269
4270 2010-09-26  Julien Danjou  <julien@danjou.info>
4271
4272         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4273         arguments.
4274         (gnus-html-wash-images): Fix spec computing to include start/end.
4275
4276         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4277
4278 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4279
4280         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4281         deletion.
4282         (nnimap-retrieve-headers): Don't select the group, because that's
4283         already done by nnimap-possibly-change-group.
4284
4285         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4286         (gnus-picon-transform-address): Use it.
4287
4288         * mail-source.el (mail-source-value): Revert previous patch.
4289
4290         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4291         on failure.
4292         (nnimap-open-connection): Look up both virtual and physical server name
4293         credentials.
4294
4295         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4296
4297 2009-02-07  Dave Love  <fx@gnu.org>
4298
4299         * tls.el (open-tls-stream): Don't query killing process.
4300
4301 2009-02-08  Dave Love  <fx@gnu.org>
4302
4303         * gnus-win.el (gnus-window-to-buffer-helper)
4304         (gnus-all-windows-visible-p): Function needn't be a symbol.
4305
4306         * mail-source.el (mail-source-value): Function needn't be a symbol.
4307
4308 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4309
4310         * message.el (message-cite-prefix-regexp): Remove } from the cite
4311         prefix.
4312
4313         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4314         highlight again, so that the highlight is correct.
4315
4316         * gnus-picon.el (gnus-picon): Remove again.
4317         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4318
4319         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4320         doing the header highlightling, so that the background colour of the
4321         picon is correct.
4322
4323         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4324         (gnus-picon): Ditto.
4325         (gnus-picon): Reinstate.  The background colour for picons is white.
4326         (gnus-picon-insert-glyph): Make the background white.
4327
4328         * nnml.el (nnml-open-nov): Don't return dead buffers.
4329
4330         * auth-source.el (auth-source-create): Query the user for whether to
4331         store the credentials.
4332
4333         * netrc.el (netrc-store-data): New function.
4334
4335         * auth-source.el (auth-source-user-or-password): Use the existing auth
4336         sources, if any, for creation.
4337
4338         * gnus.el (gnus-group-fast-parameter): Return the last matching
4339         parameter instead of the first matching parameter.
4340
4341 2010-09-26  Julien Danjou  <julien@danjou.info>
4342
4343         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4344
4345 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4346
4347         * mml2015.el (mml2015-use): Remove gpg support.
4348
4349         * mml1991.el (mml1991-function-alist): Remove gpg function.
4350         (mml1991-gpg-sign): Remove.
4351
4352 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4353
4354         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4355         (gnus-browse-unsubscribe-current-group): Document it.
4356         (gnus-browse-unsubscribe-group): Use it.
4357
4358 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4359
4360         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4361         address to the To list for easier response.
4362
4363         * gnus.el (gnus-play-startup-jingle): Remove.
4364         (gnus-splash): Don't play jingle.
4365         (gnus): Silence gnus-load message.
4366
4367         * gnus-art.el (gnus-treat-play-sounds): Remove.
4368
4369         * gnus.el (gnus-play-jingle): Remove audio support.
4370
4371         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4372
4373         * earcon.el: Remove -- no users.
4374
4375         * gnus-audio.el: Remove -- no users of this package.
4376
4377         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4378
4379         * gnus-start.el (gnus-setup-news): Remove nocem support.
4380
4381         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4382
4383         * gnus.el (gnus-use-nocem): Remove.
4384
4385         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4386         Remove.
4387
4388         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4389         uses NoCeM any more.
4390
4391         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4392         (gnus-button-ctan-handler): Ditto.
4393         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4394         (gnus-button-ctan-directory-regexp): Ditto.
4395         (gnus-button-handle-ctan): Ditto.
4396         (gnus-button-tex-level): Ditto.
4397         (gnus-button-alist): Remove CTAN stuff.
4398
4399 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4400
4401         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4402         nnimap-streaming test.
4403
4404         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4405         servers twice.
4406
4407         * nnimap.el (nnimap-open-connection): Add more error reporting when
4408         nnimap fails early.
4409
4410         * nnheader.el (nnheader-get-report-string): New function.
4411         (nnheader-get-report): Use it.
4412
4413         * gnus-int.el (gnus-check-server): Say what the error was when opening
4414         failed.
4415
4416         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4417         using streaming.
4418
4419 2010-09-25  Julien Danjou  <julien@danjou.info>
4420
4421         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4422         gnus-window-inside-pixel-edges.
4423
4424 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4425
4426         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4427
4428         * mm-decode.el (mm-save-part): Allow saving to other directories the
4429         normal Emacs way.
4430
4431         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4432         Suggested by Jay Berkenbilt.
4433
4434         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4435         there isn't a single byte.
4436
4437         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4438         just do it.  It doesn't really seem to matter what the user responds
4439         here, I think, so it's just a confusing question.
4440
4441         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4442         non-streaming case.
4443
4444         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4445         (gnus-article-encrypt-body): Use it.
4446
4447         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4448         keystroke.
4449
4450         * nnimap.el (nnimap-find-wanted-parts-1):
4451         Use gnus-fetch-partial-articles.
4452
4453         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4454
4455         * nnimap.el (nnimap-insert-partial-structure): New function.
4456         (nnimap-get-partial-article): New function.
4457         (nnimap-request-article): Use it.
4458         (nnimap-wait-for-response): Return whether the wait was successful.
4459         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4460         retrieval wasn't successful.
4461         (nnimap-retrieve-group-data-early): Allow throttling servers.
4462         (nnimap-streaming): New variable.
4463         (nnimap-fetch-partial-articles): Remove.
4464
4465         * mm-decode.el (mm-with-part): Protect against killed buffers.
4466
4467         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4468         for prettier summary display.
4469
4470 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4471
4472         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4473
4474 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4475
4476         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4477         apparently third-party libraries depend on it.
4478
4479         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4480         before starting negotiation.
4481
4482         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4483         privacy reasons.
4484         (gnus-treat-mail-gravatar): Ditto.
4485
4486         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4487         buffer when inserting images.  Inserting text into the headers, for
4488         instance, can make them invalid.
4489
4490 2010-09-25  Julien Danjou  <julien@danjou.info>
4491
4492         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4493         variables.
4494
4495         * nnheader.el: Remove useless variables news-reply-yank-from and
4496         news-reply-yank-message-id.
4497
4498         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4499         variables.
4500
4501         * mml1991.el: Remove useless mml1991-verbose.
4502
4503         * gnus.el: Remove useless variable gnus-use-generic-from.
4504         Remove obsolete variable gnus-topic-indentation.
4505
4506         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4507
4508         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4509
4510         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4511
4512         * gnus-group.el: Remove useless gnus-group-icon-cache.
4513         Remove useless gnus-ephemeral-group-server.
4514
4515         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4516
4517         * mml2015.el: Remove useless mml2015-verbose.
4518
4519         * mml-smime.el: Remove useless mml-smime-verbose.
4520
4521         * gnus.el: Remove useless gnus-local-domain.
4522
4523         * gnus-gravatar.el (gnus-gravatar-transform-address):
4524         Use gnus-gravatar-size.
4525
4526         * gnus-art.el: Remove useless gnus-treat-translate.
4527
4528 2010-09-24  Julien Danjou  <julien@danjou.info>
4529
4530         * gnus-sum.el: Add support for Gravatars.
4531
4532         * gnus-art.el: Add support for Gravatars.
4533
4534         * gnus-gravatar.el: Add this file.
4535
4536         * gravatar.el: Add this file.
4537
4538 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4539
4540         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4541
4542         * gnus-group.el (gnus-group-fetch-faq): Remove.
4543
4544         * gnus.el (gnus-group-faq-directory): Remove.
4545
4546         * gnus-group.el (gnus-group-fetch-charter): Remove.
4547
4548         * gnus.el (gnus-group-charter-alist): Remove.
4549
4550         * gnus-group.el (gnus-group-archive-directory): Remove.
4551         (gnus-group-recent-archive-directory): Ditto.
4552         (gnus-group-make-archive-group): Remove.
4553
4554         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4555
4556         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4557         use the same article number for all the cached articles.
4558
4559         * nnimap.el (nnimap-command): Register the last command time so
4560         that we can use it for idling NOOPs.
4561         (nnimap-open-connection): Start the keeplive timer.
4562         (nnimap-make-process-buffer): Store all the process buffers.
4563         (nnimap-keepalive): New function.
4564
4565         * starttls.el (starttls-open-stream): Add autoload cookie.
4566
4567 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4568
4569         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4570         handling.
4571
4572 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4573
4574         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4575         its data structures.
4576
4577         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4578         instead of the cl.el copy-list.
4579         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4580         equalp.
4581
4582 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4583
4584         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4585         and tool-bar-local-item-from-menu.
4586
4587         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4588         mode-line-highlight face for Emacs.
4589
4590         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4591         loading gnus-sum.elc; fix comment for canlock-verify.
4592         (gnus-article-jump-to-part): Use read-number.
4593         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4594         Remove Emacs pre-21 compatible code for help-echo.
4595         (gnus-article-next-page-1): No need to adjust the number of lines.
4596         (gnus-article-describe-bindings): Always use help-buffer.
4597
4598         * gnus-audio.el (gnus-audio-inline-sound)
4599         * gnus-cus.el (gnus-custom-mode)
4600         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4601
4602         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4603
4604         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4605         compatible code.
4606
4607 2010-09-24  Glenn Morris  <rgm@gnu.org>
4608
4609         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4610         visiting the fcc file in rmail-mode.
4611
4612         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4613
4614 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4615
4616         * nnir.el: Silence the byte compiler.
4617
4618         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4619         alias to browse-url-url-encode-chars if any.
4620         (gnus-html-encode-url): Use it.
4621
4622 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4623
4624         * gnus-start.el (gnus-use-backend-marks): New variable.
4625         (gnus-get-unread-articles-in-group): Use it.
4626
4627         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4628         makeover.
4629
4630 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4631
4632         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4633
4634 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4635
4636         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4637         Remove.
4638         (gnus-setup-news-hook):
4639         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4640
4641         * gnus-int.el (gnus-request-update-info): Protect against backends not
4642         having the function.
4643
4644         * nnimap.el (nnimap-stream): Mention starttls.
4645         (nnimap-open-connection): Add starttls support.
4646
4647 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4648
4649         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4650
4651 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4652
4653         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4654         BODYSTRUCTUREs.
4655         (nnimap-transform-headers): Unfold quoted {42} headers.
4656
4657         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4658         the info.
4659         (gnus-get-unread-articles): Only call updatep on backends that support
4660         it.
4661
4662         * nnweb.el (nnweb-request-update-info): NOOP.
4663
4664         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4665
4666         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4667         since it only deals with marks.
4668
4669         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4670         gnus-request-marks, and make a new gnus-request-update-info.
4671
4672         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4673         the active instead of the high number, which is usually too low.
4674
4675 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4676
4677         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4678         * encrypt.el: Remove.
4679
4680 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4681
4682         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4683         server in symbolic form.
4684
4685         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4686
4687 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4688
4689         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4690         (nnimap-update-info): Fix up code slightly.
4691
4692         * gnus-int.el (gnus-open-server): Add tracing for performance
4693         debugging.
4694
4695         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4696         (gnus-group-insert-group-line): Pass the real group name so that it
4697         gets the right data.
4698
4699         * gnus-start.el (gnus-get-unread-articles): Don't have
4700         `gnus-get-unread-articles-in-group' update info, since that can be
4701         really slow and doesn't seem to be needed?
4702
4703 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4704
4705         * time-date.el (date-to-time): Try using parse-time-string first before
4706         using the slower timezone-make-date-arpa-standard.
4707
4708 2010-09-22  Julien Danjou  <julien@danjou.info>
4709
4710         * gnus-group.el (gnus-group-insert-group-line):
4711         Call gnus-group-highlight-line.
4712         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4713         default hook list.
4714         (gnus-group-update-eval-form): Add new function.
4715         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4716         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4717
4718 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4719
4720         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4721         immediate, then expire all articles.
4722         (nnimap-update-info): Fix off-by-one errors.
4723         (nnimap-flags-to-marks): Would return no marks lists for group with no
4724         flags.  Instead return the other data.
4725
4726 2010-09-22  Julien Danjou  <julien@danjou.info>
4727
4728         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4729         Only return an icon.
4730         (gnus-group-insert-group-line): Compute icon to return.
4731
4732         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4733         (gnus-html-image-fetched): Only cache if
4734         gnus-html-image-automatic-caching is set.
4735         (gnus-html-image-fetched): Check for errors.
4736
4737 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4738
4739         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4740         once per method on `g'.  This ensures that backends like nnfolder don't
4741         open all their folders.
4742
4743         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4744         (nnimap-request-list): Nix out group in the correct buffer.
4745         (nnimap-parse-flags): Implement by using `read' instead of
4746         hand-parsing.
4747         (nnimap-flags-to-marks): Pass on permanent-flags.
4748         (nnimap-make-process-buffer): Record the server name.
4749         (nnimap-parse-flags): Fix typo.
4750         (nnimap-request-scan): Run split on the server in general, not just a
4751         single group.
4752
4753         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4754         parameter, and propagate this downwards.
4755
4756         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4757         since EXAMINE changes it on the server.
4758
4759         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4760         this command might take a while.
4761
4762 2010-09-22  Julien Danjou  <julien@danjou.info>
4763
4764         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4765         harmful if you have 2 images side-by-side, they can't be properly
4766         update on text deletion.  Using text-property is safer here.
4767         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4768         data.
4769
4770 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4771
4772         * nnimap.el (nnimap-expunge-inbox): Remove.
4773         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4774         (nnimap-expunge): Flip default to t.
4775
4776         * gnus.el (gnus-method-to-server): Don't push things to the cache
4777         unless it's unique.
4778         (gnus-server-to-method): Ditto.
4779
4780 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4781
4782         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4783
4784 2010-09-22  Julien Danjou  <julien@danjou.info>
4785
4786         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4787         get the start of data.
4788         (gnus-html-encode-url): Add this function to encode special chars in
4789         URL.
4790         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4791         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4792
4793         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4794         default.
4795         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4796
4797         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4798         images alt-text.
4799         (gnus-html-put-image): Put alt-text as help-echo.
4800
4801 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4802
4803         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4804         * mm-util.el (mm-decompress-buffer)
4805         * nnir.el (nnir-run-find-grep)
4806         * pop3.el (pop3-list): Use 3rd arg of split-string.
4807
4808         * time-date.el (format-seconds): Comment fix.
4809
4810         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4811         and byte-optimize-form-code-walker.
4812         (dgnushack-make-auto-load): Don't advise make-autoload.
4813
4814         * lpath.el: Remove Emacs 21 stuff.
4815
4816 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4817
4818         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4819         outside the active range.  Suggested by Dan Christensen.
4820
4821         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4822         slightly later to avoid double-getting it.
4823
4824         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4825         previous patch.
4826
4827         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4828
4829 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4830
4831         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4832
4833 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4834
4835         * gnus-int.el (gnus-open-server): Give a better error message in the
4836         "go offline" case.
4837
4838         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4839         marks for nnimap, which is seldom the right thing to do.
4840
4841         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4842         (gnus-same-method-different-name): New function.
4843
4844         * nnimap.el (parse-time): Require.
4845
4846         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4847         method in the presence of many similar methods.
4848
4849         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4850
4851         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4852         nnml-inhibit-expiry.
4853
4854         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4855         find out whether methods are equal.
4856
4857         * nnimap.el (nnimap-find-expired-articles): New function.
4858         (nnimap-process-expiry-targets): New function.
4859         (nnimap-request-move-article): Request the article before looking at
4860         what the Message-ID is.  Fix found by Andrew Cohen.
4861         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4862
4863         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4864         for oldness in addition to being a predicate.
4865
4866         * nnimap.el (nnimap-request-group): When we have zero articles, return
4867         the right data to Gnus.
4868         (nnimap-request-expire-articles): Only delete articles immediately if
4869         the target is 'delete.
4870
4871         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4872         method, this would bug out.
4873
4874         * gnus-group.el (gnus-group-expunge-group): Rename from
4875         gnus-group-nnimap-expunge, and implemented as a normal interface
4876         function.
4877
4878         * gnus-int.el (gnus-request-expunge-group): New function.
4879
4880         * nnimap.el (nnimap-request-create-group): Implement.
4881         (nnimap-request-expunge-group): New function.
4882
4883 2010-09-21  Julien Danjou  <julien@danjou.info>
4884
4885         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4886         (gnus-html-cache-expired): Add new function.
4887         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4888         wethever we should display image for fetch it.
4889         Compute alt-text earlier to pass it to the fetching function too.
4890         (gnus-html-schedule-image-fetching): Change function argument to only
4891         get one image at a time, not a list.
4892         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4893         cache.
4894         (gnus-html-get-image-data): New function to retrieve image data from
4895         cache.
4896         (gnus-html-put-image): Change buffer argument to use image data rather
4897         than file, and place image above region rather than inserting a new
4898         one.  Do not take alt-text as argument, since it's useless now: we place
4899         the image above alt-text.
4900         (gnus-html-prune-cache): Remove.
4901         (gnus-html-show-images): Start to fetch image when we find one, do not
4902         push into a temporary list.
4903         (gnus-html-prefetch-images): Only fetch image if they have expired.
4904         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4905         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4906
4907 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4908
4909         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4910
4911 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4912
4913         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4914         spec inser "*" if the group isn't active instead of 0.
4915
4916         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4917         opening the server.
4918         (nnimap-request-delete-group): Implement group deletion.
4919         (nnimap-transform-headers): Return the size of the entire message in
4920         the Bytes header, not just the size of the first part.
4921         (nnimap-request-move-article): When moving an article from nnimap,
4922         request the article first so the accepting form has an article to
4923         accept.  Reported by Dan Christensen.
4924         (nnimap-command): Make sure that the error message doesn't error out.
4925
4926 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4927
4928         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4929         we haven't requested anything.
4930
4931 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4932
4933         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4934         "".  Fix found by Andrew Cohen.
4935
4936         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4937         instead of -encode-string.
4938
4939 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4940
4941         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4942
4943         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4944         by mm-subst-char-in-string.
4945
4946 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4947
4948         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4949         waiting for the connection string.
4950
4951         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4952         arriving.
4953
4954         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4955         bogus characters.  This allows selecting certain Gmail groups.
4956
4957         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4958         (nnimap-fetch-partial-articles): New variable.
4959         (nnimap-open-connection): When looking for credentials, also use the
4960         nnimap-server-port.
4961         (nnimap-request-article): Return the group/article number, so that Gnus
4962         `^' works as expected.
4963         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4964
4965         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4966         comments.
4967         (gnus-methods-sloppily-equal): New function.
4968         (gnus): When using the development version of Gnus, load the gnus-load
4969         file.
4970
4971         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4972         `gnus-open-server' on each method before trying to scan them etc.
4973         This ensures that all the backend parameters are set correctly.
4974
4975         * nnimap.el (nnimap-authenticator): New variable.
4976         (nnimap-open-connection): Allow anonymous login.
4977         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4978         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4979
4980         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4981         patch, found by Knut Anders Hatlen.
4982
4983 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4984
4985         * gnus-agent.el (gnus-agent-batch-confirmation)
4986         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4987         to gnus-message.
4988         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4989         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4990         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4991         * gnus-int.el (gnus-open-server): Likewise.
4992         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4993         (gnus-score-check-syntax): Likewise.
4994         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4995         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4996         Likewise.
4997         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4998
4999 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5000
5001         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5002         calling conventions so that prefetch doesn't bug out.
5003
5004 2010-09-19  Julien Danjou  <julien@danjou.info>
5005
5006         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5007         rather than `subst-char-in-region' in order to be able to replace ASCII
5008         char by UTF-8 ones.
5009
5010         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5011         than curl.
5012         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5013         the right URL and ALT text on images.
5014         (gnus-html-wash-tags): Fix tag case.
5015         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
5016         (gnus-article-html): Add -o display_ins_del=2 option.
5017         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5018
5019 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5020
5021         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5022         the extra mail headers, which sometimes seem to happen for unknown
5023         reasons.
5024
5025         * mail-parse.el (mail-header-encode-parameter): Define as
5026         rfc2045-encode-string instead of as rfc2231-encode-string, since some
5027         (or most, perhaps?) mail readers don't understand the latter, but do
5028         understand the former.
5029
5030         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5031         to nil, so that no methods are automatically agentized.  I think this
5032         is probably what most users want.
5033
5034         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5035         from url-retrieve, for instance about invalid URLs.
5036
5037         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5038         groups that have no articles.
5039         (nnimap-request-article): Check that we really got an article when we
5040         requested one.
5041
5042         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5043         doesn't exist.
5044
5045         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5046         nntp buffer so the agent can save it.
5047         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5048         that CRLF doesn't get translated to \n.
5049         (nnimap-open-connection): Don't make 'shell commands only send \n.
5050
5051 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5052
5053         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5054         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5055         Update var name.
5056         (nnml-generate-nov-file): Use dolist.
5057         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5058         Use with-current-buffer.
5059
5060 2010-09-18  Julien Danjou  <julien@danjou.info>
5061
5062         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5063         parallel.
5064
5065 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5066
5067         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5068         the range update right.
5069         (nnimap-request-group): Don't make `M-g' bug out on group with no
5070         marks.
5071         (nnoo): Require, so that other packages can require nnimap.
5072         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5073         command we're looking for.  This helps when the server sends more
5074         responses after we've gotten everything we expected.
5075         (nnimap): Add a `newlinep' field to keep track of end-of-line
5076         conventions.
5077         Don't send CRLF to things that don't want it.
5078         (nnimap-request-accept-article): Ditto.
5079
5080 2010-09-18  Julien Danjou  <julien@danjou.info>
5081
5082         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5083         than curl to retrieve images.
5084
5085 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5086
5087         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5088         the marks.
5089         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5090         (nnimap-wait-for-connection): New function.
5091         (nnimap-open-connection): If we have PREAUTH, don't query for login
5092         credentials.
5093         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5094         when doing a partial update.
5095
5096 2010-09-18  Julien Danjou  <julien@danjou.info>
5097
5098         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5099         tags.
5100
5101 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5102
5103         * nnimap.el (nnimap-credentials): New function.
5104         (nnimap-open-connection): Use the new function to look for credentials
5105         also on the numeric equivalents of "imap" and "imaps".
5106
5107         * gnus-start.el (gnus-activate-group): Send the info to
5108         gnus-request-group.
5109
5110         * nnimap.el (nnimap-request-group): Have the "check" version of the
5111         function parse flags and update the info, so that a `M-g' get a total
5112         resync of all flags from the group.
5113
5114         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5115         to allow backends to alter the info on group selection.  Also alter all
5116         the backend -request-group functions to take the parameter.
5117
5118         * nnimap.el (nnimap-store-info): New function.
5119         (nnimap-update-info): Store the info for later usage.
5120         (nnimap-request-group): Use the stored info for the dont-check case, so
5121         that we don't retrieve all marks when we enter a group.
5122
5123         * nnimap.el: Use deffoo instead of defun for interface functions.
5124
5125         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5126         update the group info.  This makes the nndraft groups, for instance, go
5127         back to their old behaviour.
5128
5129         * gnus-sum.el (gnus-select-newsgroup): Indent.
5130
5131         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5132         in.
5133         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5134         nothing.
5135
5136         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5137         from methods that are denied.
5138
5139         * gnus-int.el (gnus-method-denied-p): New function.
5140
5141         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5142         store the password instead of netrc.
5143         (nnimap-open-connection): Don't error out when we can't make a
5144         connections.
5145
5146         * auth-source.el (auth-source-create): In the password prompt, say what
5147         we're querying for.  Also prompt for user name if that hasn't been
5148         given.
5149
5150         * nnimap.el (nnimap-with-process-buffer): Remove.
5151
5152 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5153
5154         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5155         method when we're reading from the agent.
5156
5157         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5158
5159         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5160         that's probably most useful for users.
5161
5162         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5163         "failed" all the time.
5164
5165         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5166         ...)) with (with-current-buffer ... ).
5167
5168         * nntp.el (nntp-open-server): Return whether the open was successful or
5169         not.
5170
5171         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5172         select an unread unseen article first.
5173
5174         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5175         /etc/services, supply some sensible port defaults.
5176
5177         * dgnushack.el: Define netrc-credentials.
5178
5179 2010-09-17  Julien Danjou  <julien@danjou.info>
5180
5181         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5182
5183 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5184
5185         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5186         doesn't have any parameters.
5187
5188 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5189
5190         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5191         only upcased checks.
5192
5193         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5194
5195         * nnimap.el (nnimap-open-shell-stream): New function.
5196         (nnimap-open-connection): Use it.
5197         (nnimap-transform-headers): Get the number of lines in each message.
5198         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5199         number of lines.
5200         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5201         problem.
5202
5203         * utf7.el (utf7-encode): Autoload.
5204
5205         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5206         to allow the mail splitting to not return a default group.  This is
5207         useful for nnimap, which will leave unmatched mail in the inbox.
5208
5209         * nnimap.el: Rewritten.
5210
5211         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5212         nnimap usage.
5213
5214         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5215         if the move is internal, so that nnimap can do fast internal moves.
5216
5217         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5218         data.
5219         (gnus-read-active-for-groups): Support finishing the early retrieval of
5220         data.
5221
5222         * gnus-range.el (gnus-range-nconcat): New function.
5223
5224         * gnus-int.el (gnus-finish-retrieve-group-infos)
5225         (gnus-retrieve-group-data-early): New functions.
5226
5227 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5228
5229         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5230         (nnrss-retrieve-groups):
5231         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5232         (pop3-quit): Use with-current-buffer.
5233
5234 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5235
5236         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5237         instead of nnheader-accept-process-output.
5238
5239         * dgnushack.el (dgnushack-compile): Add comment.
5240
5241         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5242
5243         * gnus-html.el (gnus-html-schedule-image-fetching)
5244         (gnus-html-prefetch-images): Replace process-kill-without-query by
5245         gnus-set-process-query-on-exit-flag.
5246
5247 2010-09-16  Romain Francoise  <romain@orebokech.com>
5248
5249         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5250
5251 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5252
5253         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5254         parameter to unintern is mandatory-ish in Emacs 24.
5255
5256         * gnus-html.el (gnus-html-schedule-image-fetching)
5257         (gnus-html-prefetch-images): Check for curl before using it.
5258
5259         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5260         depend on curl, which isn't essential.
5261
5262         * imap.el: Revert back to version
5263         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5264         seem problematic.
5265
5266 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5267
5268         * gnus-registry.el (gnus-registry-install-shortcuts):
5269         Explicitly pass `obarray' to `unintern' to avoid a warning.
5270
5271 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5272
5273         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5274         change.
5275
5276         * nnrss.el (nnrss-request-list): Remove this function and related
5277         functions, including the moreover stuff.
5278
5279 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5280
5281         * nnrss.el (nnrss-retrieve-groups): New function.
5282
5283 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5284
5285         * .dir-locals.el: Add no-byte-compile cookie.
5286
5287 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5288
5289         * time-date.el (format-seconds): Comment fix.
5290
5291         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5292         for back end that doesn't support request-scan.
5293
5294 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5295
5296         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5297         then do request scans from the backends.
5298
5299         * netrc.el (netrc-credentials): New conveniency function.
5300
5301         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5302         avoid running a hook per line, since this takes a lot of time,
5303         profiling shows.
5304         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5305         directly if gnus-visual-p is true.
5306
5307 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5308
5309         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5310         groups; replace mapcar with dolist which is a bit faster; pass groups
5311         info to gnus-read-active-file-1.
5312         (gnus-read-active-file-1): Scan only specified groups if the new
5313         optional arg `infos' is given.
5314
5315 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5316
5317         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5318
5319         * pop3.el (pop3-movemail): Remove.
5320         (pop3-streaming-movemail): Rename to pop3-movemail.
5321
5322         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5323         don't restrict end-tag searches to the end of the line.
5324
5325 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5326
5327         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5328         articles of every unchecked group to t, which means unknown since the
5329         server has never been opened.
5330
5331 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5332
5333         * gnus-html.el (gnus-html-show-alt-text): New command.
5334         (gnus-html-browse-image): Ditto.
5335         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5336         to browse the image directly.
5337         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5338         better.
5339
5340         * gnus-async.el (gnus-async-article-callback):
5341         Call `gnus-html-prefetch-images' unconditionally.
5342
5343         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5344         before feeding URLs to curl.
5345
5346 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5347
5348         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5349         internal images as deletable by `W D D'.
5350
5351         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5352         (gnus-async-article-callback): Fix typo.
5353
5354 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5355
5356         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5357         current line to work around bugs in the output from w3m.
5358
5359         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5360         for groups that want that.
5361
5362         * nntp.el (nntp-wait-for-string): Supply a timeout for
5363         accept-process-output to ensure progress.
5364
5365         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5366         level to get unread articles from, then use that for foreign groups,
5367         too.
5368
5369         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5370         confuses the rest of the function.
5371
5372         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5373         for the methods that support -retrieve-groups, too.
5374
5375         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5376
5377 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5378
5379         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5380         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5381
5382         * pop3.el: Require cl when compiling.
5383         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5384
5385 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5386
5387         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5388         that aren't going to be activated.
5389         (gnus-get-unread-articles): Fix up the last commit.
5390
5391         * gnus-html.el (gnus-article-html): Allow calling without specifying
5392         the handle.  In that case, dissect the buffer first.
5393
5394         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5395
5396         * nnimap.el (nnimap-open-connection): Revert the change that would look
5397         into authinfo for imaps instead of imap.
5398
5399         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5400         say that you don't want to call gnus-request-group with don-check, but
5401         do check the reponse.  This is for virtual groups only.
5402         (gnus-get-unread-articles): Count the archive groups as secondary, so
5403         that they're activated the same way as before.
5404
5405         * imap.el (imap-message-map): Removed optional buffer parameter, since
5406         no callers use it.
5407         (imap-message-get): Ditto.
5408         (imap-message-put): Ditto.
5409         (imap-mailbox-map): Ditto.
5410         (imap-mailbox-put): Ditto.
5411         (imap-mailbox-get): Ditto.
5412         (imap-mailbox-get): Revert last change for this function.
5413
5414         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5415         case-insensitively.
5416         (nnimap-debug): Remove.
5417
5418         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5419         to use `imap-fetch' instead.  According to the comments, this should be
5420         safe, since all other IMAP clients use the 1:* syntax.
5421         (imap-enable-exchange-bug-workaround): Removed.
5422         (imap-debug): Removed -- doesn't seem very useful.
5423
5424         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5425         mail from a file, and the file doesn't exist.
5426
5427         * imap.el (imap-log): New convenience function used throughout instead
5428         of repeating the same code all over the place.
5429
5430         * pop3.el (pop3-streaming-movemail): Return t for success.
5431
5432         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5433         .authinfo if we're using ssl connection.
5434
5435         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5436         already have if we're in a main Gnus `g' run.
5437
5438         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5439
5440 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5441
5442         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5443
5444         * nnmh.el (nnmh-request-list-1): Bind `file'.
5445
5446         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5447         alias to set-process-query-on-exit-flag or process-kill-without-query.
5448         (pop3-open-server): Use it.
5449
5450 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5451
5452         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5453         box to the Incoming file.  Fixes mistake in previous checkin.
5454
5455         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5456         request loop (for debugging purposes) removed.
5457
5458         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5459         culprit is more visible.
5460         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5461         (nnml-add-incremental-nov): New functions to do "incremental" nov
5462         updates, where we just append to the end of the existing nov files
5463         without reading/writing them in full.
5464
5465         * mail-source.el (mail-source-delete-crash-box): Really only check the
5466         incoming files once in a while.
5467
5468         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5469
5470         * mail-source.el (mail-source-delete-crash-box): Only check the
5471         incoming files for deletion once per day to save a lot of file
5472         accesses.
5473
5474         * pop3.el (pop3-logon): Fix up unbound variable typo.
5475
5476         * mail-source.el (pop3-streaming-movemail): Autoload.
5477
5478         * pop3.el (pop3-streaming-movemail):
5479         Respect pop3-leave-mail-on-server.
5480
5481         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5482         retrieval.
5483
5484         * pop3.el (pop3-process-filter): Remove unused function.
5485         (pop3-streaming-movemail, pop3-send-streaming-command)
5486         (pop3-wait-for-messages, pop3-write-to-file)
5487         (pop3-number-of-responses): New functions for streaming pop3
5488         retrieval.
5489
5490         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5491         come from no known methods.
5492         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5493         list.
5494
5495         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5496         message sizes.
5497         (pop3-movemail): Use erase-buffer instead of looping and deleting
5498         regions, which seems rather odd.
5499
5500         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5501         file once per `g' run.
5502
5503         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5504         directories.  This makes the draft queue directory work.
5505
5506         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5507         data from the backends, so that we only request the list of groups from
5508         each method once.  This should speed things up considerably.
5509
5510         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5511         detect that it's not implemented.
5512
5513         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5514         we actually do recurse down into the tree, but don't stat all leaf
5515         nodes.
5516
5517         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5518         then say so instead of bugging out.
5519
5520         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5521         files exist before trying to read them.
5522
5523         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5524         around <pre_int>.
5525
5526         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5527
5528         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5529
5530 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5531
5532         * mm-util.el (mm-image-load-path): Just return the image directories,
5533         not all directories in the path in addition to the image directories.
5534         (mm-image-load-path): Maintain a cache of the image directories so that
5535         the `g' command in Gnus doesn't have to stat dozens of directories each
5536         time.
5537
5538         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5539         (gnus-html-wash-tags): Add a new `i' command to insert images.
5540         (gnus-html-insert-image): New command and keystroke.
5541         (gnus-html-redisplay-with-images): New command and keystroke.
5542         (gnus-html-show-images): Rename command.
5543         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5544         spacers.
5545         (gnus-html-wash-tags): Decode entities at the end, so that entities
5546         inside the tags don't mess up the rest of the "parsing".
5547
5548         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5549         so that nnimap methods aren't agentized by default.  There's apparently
5550         many problems related to agent/imap behaviour.
5551
5552         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5553
5554         * gnus-html.el: Doc fix.
5555
5556 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5557
5558         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5559         specifier-spec-list for Emacs 21.
5560
5561         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5562         glyph-width and glyph-height instead of display-graphic-p and
5563         image-size; make avoidance of displaying small images work for XEmacs.
5564
5565         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5566         for XEmacs.
5567
5568         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5569         of symbol that holds plist data.
5570         (gnus-process-plist): Remove plist of process after getting it.
5571
5572 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5573
5574         * message.el (message-generate-hashcash): Change default to
5575         'opportunistic if hashcash is installed.
5576
5577         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5578         (gnus-html-put-image): Only call image-size once, since it's somewhat
5579         time-consuming on remote X servers.
5580
5581 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5582
5583         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5584         type on data, not a file name.
5585
5586         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5587         window-pixel-edges for Emacs 21.
5588
5589         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5590         decoded contents.
5591         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5592
5593 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5594
5595         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5596         group line format, since it isn't very interesting.
5597
5598         * gnus-agent.el (gnus-agent-short-article),
5599         (gnus-agent-long-article): Increase values for these two variables,
5600         since most people are likely to have more network connection and
5601         storage than before.
5602
5603         * gnus.el (gnus-refer-article-method): Change default to 'current.
5604         When referring an article, the common behaviour is to refer it from the
5605         current select method, not the native select method.  The chances of
5606         the native select method having the message in question is rather slim
5607         these days.
5608
5609         * gnus-sum.el (gnus-auto-select-subject): Change default to
5610         `unseen-or-unread'.  I think it's likely that most people want to
5611         select an unseen article over a previously seen, but unread one.
5612
5613         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5614         means that in the article buffer none of the minor mode elements will
5615         be shown, usually, and this is not desirable in most cases.
5616
5617         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5618         that commands like `d' (and the like) go to the next line in the
5619         buffer, instead of the next unread article.  I think this is the
5620         behaviour that is most natural for most users.
5621         (gnus-single-article-buffer): Change default to nil, so that people can
5622         have as many article buffers open as they have summary buffer.  I think
5623         this is the most natural way for the groups to behave.
5624
5625         * message.el (message-generate-new-buffers): Change default to
5626         `unsent', so that all new message buffers start their names with the
5627         string "*unsent", and it's easier to find the buffers if you move from
5628         them.
5629
5630 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5631
5632         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5633         small.  They're probably tracking images.
5634         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5635         (gnus-html-rescale-image): Yet another try at getting the image sizing
5636         right.
5637
5638         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5639         nntp-marks-file-name is nil.
5640
5641 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5642
5643         * gnus-html.el (gnus-html-wash-tags)
5644         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5645         Better logging.
5646
5647 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5648
5649         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5650
5651         * gnus-html.el (gnus-html-wash-tags): Check the value of
5652         gnus-blocked-images in the summary buffer.
5653
5654 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5655
5656         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5657
5658 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5659
5660         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5661         like "a", it seems like.
5662         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5663         since it needs to be picked from the correct buffer.
5664
5665         * nnwfm.el: Remove.
5666
5667         * nnlistserv.el: Remove.
5668
5669 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5670
5671         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5672         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5673
5674 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5675
5676         * nnkiboze.el: Remove.
5677
5678         * nndb.el: Remove.
5679
5680         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5681         alt text.
5682         (gnus-html-rescale-image): Try to get the rescaling logic right for
5683         images that are just wide and not tall.
5684
5685         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5686         overshadow variable bindings.
5687
5688 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5689
5690         * gnus-html.el (gnus-html-wash-tags)
5691         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5692         Add extra logging.
5693
5694 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5695
5696         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5697         (gnus-max-image-proportion): New variable.
5698         (gnus-html-rescale-image): New function.
5699         (gnus-html-put-image): Rescale images.
5700
5701 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5702
5703         Fix up some byte-compiler warnings.
5704         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5705         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5706         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5707         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5708         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5709         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5710         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5711
5712 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5713
5714         * gnus-html.el (gnus-article-html): Decode contents by charset.
5715
5716 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5717
5718         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5719         (gnus-html-frame-width, gnus-blocked-images)
5720         * message.el (message-prune-recipient-rules): Add custom version.
5721         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5722
5723         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5724         functions.
5725
5726         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5727         gnus-process-get.
5728
5729 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5730
5731         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5732         instead of lsub directly.
5733
5734 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5735
5736         * nnwarchive.el: Remove.
5737
5738         * gnus-soup.el: Remove.
5739
5740         * nnsoup.el: Remove.
5741
5742         * nnultimate.el: Remove.
5743
5744         * gnus-html.el (gnus-blocked-images): New variable.
5745
5746         * message.el (message-prune-recipients): New function.
5747         (message-prune-recipient-rules): New variable.
5748
5749         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5750         guess whether a long line is natural text or not.
5751
5752         * gnus-html.el (gnus-html-schedule-image-fetching):
5753         Use gnus-process-plist and friends for compatibility.
5754
5755 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5756
5757         * gnus-html.el: Require packages that define macros used in this file.
5758         (gnus-article-mouse-face): Declare to silence byte-compiler.
5759         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5760         process-get.
5761         (gnus-html-put-image): Use plist-get to avoid getf.
5762         (gnus-html-prefetch-images): Use with-current-buffer.
5763
5764 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5765
5766         * gnus-ems.el: Provide compatibility functions for
5767         gnus-set-process-plist.
5768
5769         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5770         header-line-format for XEmacs 21.4.
5771
5772         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5773         * gnus.el (gnus-valid-select-methods)
5774         * message.el (message-send-mail-partially-limit)
5775         * mm-decode.el (mm-text-html-renderer)
5776         * mml.el (mml-insert-mime-headers-always)
5777         * smiley.el (smiley-regexp-alist): Bump custom version.
5778
5779 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5780
5781         * gnus-html.el: require mm-url.
5782         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5783         with the url to `url'.
5784         (gnus-html-wash-tags): Support cid: URLs/images.
5785
5786 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5787
5788         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5789         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5790         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5791
5792         * gnus-move.el: Remove file, since it doesn't really work.
5793
5794         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5795         UTF-8.  This seems to fix problems with some German web feeds.
5796
5797         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5798         at the top so that the proper colours are applied.
5799
5800         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5801         don't have dots in their names.
5802
5803         * gnus-art.el (gnus-article-view-part): Doc fix.
5804
5805         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5806         XEmacs-compatible.
5807         (gnus-html-put-image): Don't do images on non-graphic displays.
5808
5809         * nnslashdot.el: Remove this unused backend.
5810
5811         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5812         actions.
5813         (gnus-undo-register-1): Revert last change.
5814
5815         * gnus-group.el (gnus-group-completing-read): Protect against not
5816         having completion-styles bound.
5817
5818         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5819         make broken recipients happier.
5820
5821         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5822
5823         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5824         point parameter.
5825
5826         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5827
5828         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5829         completion-styles for group selection.
5830
5831 2009-02-04  Andreas Schwab  <schwab@suse.de>
5832
5833         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5834         headers and regexp-quote the match if necessary.
5835
5836 2009-03-24  Miles Bader  <miles@gnu.org>
5837
5838         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5839         the blinking smiley.
5840
5841 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5842
5843         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5844         blink smiley.
5845
5846 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5847
5848         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5849         where the dribbel file lives exists.
5850
5851         * message.el (message-send-mail-partially-limit): Change the default to
5852         nil, since most people don't want this.
5853
5854         * mm-url.el (mm-url-decode-entities): Also decode entities like
5855         &#x3212.
5856
5857 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5858
5859         * gnus-sum.el (gnus-summary-idna-message):
5860         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5861         Hyperlink urls in docstrings with URL `...'.
5862
5863 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5864
5865         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5866         functions.
5867
5868 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5869
5870         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5871         say what the mouseover text should be.
5872
5873         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5874         version of the mm-w3m-safe-url-regexp variable to only download images
5875         in the groups where we want that to happen.
5876
5877         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5878
5879         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5880         easier debugging.
5881         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5882         big pictures in the article buffer.
5883
5884         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5885         gnus-article-html.
5886         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5887         w3m.
5888
5889         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5890
5891 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5892
5893         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5894         which doesn't exist.
5895
5896         * message.el (message-inhibit-ecomplete): New variable to allow some
5897         function to inhibit ecomplete address storage.
5898         (message-resend): Disable ecomplete message storage when resending
5899         messages.
5900
5901         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5902
5903 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5904
5905         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5906         Save excursion while copying, moving, and deleting articles in order to
5907         prevent the cursor from jumping to unforeseen place.
5908
5909 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5910
5911         * lpath.el: No need to bind bookmark-current-buffer,
5912         bookmark-yank-point and bookmark-make-record-function.
5913
5914 2010-08-17  Glenn Morris  <rgm@gnu.org>
5915
5916         * gnus-sync.el: Require gnus components whose functions are used.
5917
5918         * gnus-art.el (bookmark-make-record-function):
5919         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5920         Declare for compiler.
5921
5922         * mm-url.el (mml-compute-boundary): Autoload.
5923
5924 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5925
5926         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5927
5928 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5929
5930         Typo fix "hoo4a" -> "hook".
5931
5932         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5933
5934 2010-08-14  Glenn Morris  <rgm@gnu.org>
5935
5936         * gnus-sync.el (gnus-sync): Fix defgroup version.
5937
5938 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5939
5940         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5941
5942         * gnus-sync.el: Fix docs.
5943         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5944         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5945
5946 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5947
5948         Optimizations for gnus-sync.el.
5949
5950         * gnus-sync.el: Add docs about gnus-sync-backend
5951         possibilities.
5952         (gnus-sync-save): Remove unnecessary message.
5953         (gnus-sync-read): Optimize and show what groups were skipped.
5954
5955 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5956
5957         Minor bug fixes for gnus-sync.el.
5958
5959         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5960         Don't read the sync on get-new-news.
5961
5962         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5963         quiet.
5964
5965         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5966         (fix typo).
5967
5968 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5969
5970         Make saving and restoring of hidden threads work with overlays.
5971         Patch applied by Ted Zlatanov.
5972
5973         * gnus-sum.el (gnus-hidden-threads-configuration)
5974         (gnus-restore-hidden-threads-configuration): Update to deal with text
5975         properties, rather than searching for a magic character.
5976
5977 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5978
5979         New gnus-sync.el library for synchronization of marks.
5980
5981         * gnus-sync.el: New library for synchronization of marks.
5982
5983         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5984         renamed from `gnus-registry-grep-in-list'.
5985
5986         * gnus-registry.el (gnus-registry-follow-group-p):
5987         Use `gnus-grep-in-list'.
5988
5989         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5990
5991 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5992
5993         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5994         determining charset of text fails.
5995
5996 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5997
5998         * nnmail.el (nnmail-get-new-mail-1): Revert.
5999
6000         * nnml.el (nnml-active-number): Make sure names of newly created groups
6001         in nnml-group-alist are encoded.
6002
6003 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6004
6005         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6006         containing non-ASCII characters in active file for nnml back end.
6007
6008 2010-07-24  David Engster  <dengste@eml.cc>
6009
6010         * mml-smime.el (mml-smime-epg-verify): Also accept the older
6011         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6012
6013 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
6014
6015         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6016         tag (Bug#6654).
6017
6018 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6019
6020         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6021         the article buffer, not the summary buffer.
6022
6023 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6024
6025         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6026         Emacs 23 as well.
6027
6028 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6029
6030         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
6031         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
6032
6033 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6034
6035         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6036         Patch applied by Karl Fogel.
6037
6038         * gnus-sum.el (gnus-summary-bookmark-make-record):
6039         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6040
6041 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6042
6043         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6044         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
6045         C-w still not working correctly from Article buffers; Thierry's
6046         patch to fix that will be applied after this.
6047
6048         * gnus-art.el (bookmark-make-record-function): New local variable.
6049
6050         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6051         article buffer.
6052         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6053
6054 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6055
6056         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6057         on changes in bookmark.el.
6058
6059 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6060
6061         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
6062         `no-log' instead of message not to log prompt string.
6063
6064 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
6065
6066         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6067         the *other* type of HTML form submission.
6068
6069 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6070
6071         * auth-source.el (auth-source-pick): If choice does not contain a
6072         questioned keyword, set the check to t.
6073
6074 2010-06-12  Romain Francoise  <romain@orebokech.com>
6075
6076         * gnus-util.el (gnus-date-get-time): Move up before first use.
6077
6078 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6079
6080         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6081         (gnus-article-edit-part): Bind it to make last part that is substituted
6082         or deleted visible.
6083         (gnus-mime-display-single): Buttonize part of which id equals to
6084         gnus-mime-buttonized-part-id.
6085
6086 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6087
6088         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6089         (gnus-dd-mmm): Use gnus-date-get-time.
6090         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6091         simplify logic.
6092         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6093         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6094
6095 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6096
6097         * auth-source.el (top): Autoload `secrets-list-collections',
6098         `secrets-create-item', `secrets-delete-item'.
6099         (auth-sources): Fix tag string.
6100         (auth-get-source, auth-source-retrieve, auth-source-create)
6101         (auth-source-delete): New defuns.
6102         (auth-source-pick): Rewrite in order to avoid 2 passes.
6103         (auth-source-forget-user-or-password): New parameter USERNAME.
6104         (auth-source-user-or-password): New parameters CREATE-MISSING and
6105         DELETE-EXISTING.  Retrieve password interactively, if needed.
6106
6107 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6108
6109         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6110         deleting unused directories when gnus-expert-user is t.
6111
6112 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6113
6114         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6115         for each temp file when gnus-article-browse-delete-temp is ask.
6116
6117 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6118
6119         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
6120         Lisp calls to delete-backward-char by calls to delete-char.
6121
6122 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6123
6124         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6125
6126 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6127
6128         * password-cache.el (password-cache-remove): Fix docstring.
6129
6130 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6131
6132         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6133         article unless decoding article to be saved.
6134
6135 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6136
6137         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6138         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6139         generated within the mm-with-unibyte-current-buffer macro.
6140
6141 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6142
6143         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6144         to nil when we're in a mml-preview buffer and no group is selected.
6145
6146 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6147
6148         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6149         when catching the `C-g'.  Reported by "Leo".
6150
6151 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6152
6153         * message.el (message-forward-make-body-plain)
6154         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6155         multibyte-string-p.
6156
6157         * lpath.el: Revert.
6158
6159 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6160
6161         * message.el (message-forward-make-body-mml): Assume original message
6162         is multibyte string; error on unibyte.
6163         (message-forward-make-body-plain): Ditto; don't add excessive newline
6164         in body end.
6165
6166         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6167
6168 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6169
6170         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6171         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6172
6173 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6174
6175         * mm-extern.el (mm-extern-url): Don't use
6176         mm-with-unibyte-current-buffer.
6177         (mm-extern-cache-contents): Use with-current-buffer instead of
6178         save-excursion + set-buffer.
6179
6180 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6181
6182         * mm-util.el (mm-emacs-mule): Remove.
6183
6184 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6185
6186         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6187         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6188         change.
6189
6190 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6191
6192         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6193         bind the default value of enable-multibyte-characters to nil.
6194
6195 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6196
6197         * message.el (message-forward-make-body-plain)
6198         (message-forward-make-body-mml):
6199         Don't use mm-with-unibyte-current-buffer.
6200
6201 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6202
6203         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6204
6205 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6206
6207         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6208         (Bug#5592).
6209
6210 2010-05-07  Julien Danjou  <julien@danjou.info>
6211
6212         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6213         it to mm-pipe-part.
6214
6215         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6216         it is given.
6217
6218 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6219
6220         * binhex.el (binhex-decode-region-internal)
6221         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6222         (dns-query)
6223         * nnweb.el (nnweb-gmane-search)
6224         * pgg-parse.el (pgg-parse-armor)
6225         * pgg.el (pgg-verify-region)
6226         * sha1.el (sha1-string-external)
6227         * uudecode.el (uudecode-decode-region-internal)
6228         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6229         XEmacs.
6230
6231         * gnus-art.el (gnus-article-browse-html-parts)
6232         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6233         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6234         make-temp-file.
6235
6236         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6237         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6238         compiling.
6239
6240         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6241         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6242         XEmacs when compiling.
6243
6244         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6245         gnus-pick-mode-off-hook for XEmacs when compiling.
6246         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6247         gnus-binary-mode-off-hook for XEmacs when compiling.
6248
6249         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6250         Return nil if char-charset is not available.
6251
6252         * imap.el (imap-disable-multibyte)
6253         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6254         macros.
6255
6256         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6257         instead of encode-coding-string.
6258
6259         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6260         'xemacs) instead of mm-emacs-mule to switch function definitions.
6261         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6262
6263         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6264         bind temporary-file-directory for XEmacs;
6265         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6266         timer-set-function for XEmacs 21.4 and SXEmacs;
6267         bind timer-list for XEmacs 21.4 and SXEmacs;
6268         fbind char-charset and find-charset-region for non-Mule XEmacs;
6269         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6270         encode-coding-region and encode-coding-string for XEmacs having no
6271         file-coding feature.
6272
6273 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6274
6275         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6276
6277 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6278
6279         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6280         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6281
6282 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6283
6284         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6285         alias `jka-compr-delete-temp-file' no longer exists.
6286
6287 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6288
6289         Use define-minor-mode in Gnus where applicable.
6290         * mml.el (mml-mode): Use define-minor-mode.
6291         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6292         (gnus-undo-mode): Use define-minor-mode.
6293         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6294         (gnus-dead-summary-mode): Use define-minor-mode.
6295         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6296         Initialize in declaration.
6297         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6298         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6299         (gnus-mailing-list-mode): Use define-minor-mode.
6300         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6301         (gnus-draft-mode): Use define-minor-mode.
6302         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6303         (gnus-dired-mode): Use define-minor-mode.
6304
6305 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6306
6307         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6308         handles on recursive mml-to-mime translation and check them for
6309         boundary delimiter collisions.  Reported by Greg Troxel.
6310
6311 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6312
6313         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6314
6315 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6316
6317         * mm-util.el (mm-find-buffer-file-coding-system):
6318         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6319
6320 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6321
6322         * message.el (message-generate-headers): Record insertion of optional
6323         headers as well.  Otherwise the check to prevent repeated insertion of
6324         optional headers is a no-op.
6325
6326 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6327
6328         * smime.el: Don't mention CVS.
6329
6330         * nnrss.el (nnrss-fetch): Don't mention CVS.
6331
6332         * nnir.el: Don't mention CVS.
6333
6334 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6335
6336         * gnus-sum.el (gnus-summary-bookmark-make-record):
6337         Add `location' field.
6338
6339 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6340
6341         * lpath.el: Fbind bookmark-default-handler,
6342         bookmark-get-bookmark-record, bookmark-make-record-default,
6343         bookmark-prop-get for Emacs <23 and XEmacs.
6344
6345 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6346
6347         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6348         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6349         Use with-current-buffer to silence the byte-compiler.
6350         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6351         bother to require `gnus'.
6352         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6353
6354 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6355
6356         * gnus-sum.el (gnus-summary-bookmark-make-record)
6357         (gnus-summary-bookmark-jump): New functions.
6358         (gnus-summary-mode): Setup bookmark support.
6359
6360 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6361
6362         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6363         if set.
6364
6365 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6366
6367         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6368         gnus-article-browse-html-save-cid-image; make it work recursively for
6369         forwarded messages as well.
6370         (gnus-article-browse-html-parts): Work when prefix arg is given.
6371         (gnus-article-browse-html-article): Doc fix.
6372
6373 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6374
6375         * message.el (message-default-mail-headers):
6376         (message-default-headers): Carry the value mail-default-headers over
6377         into message-default-mail-headers, rather than message-default-headers.
6378
6379 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6380
6381         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6382         charset.
6383
6384         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6385         charset into the <meta> tag when the article is encoded to utf-8.
6386
6387 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6388
6389         * gnus-art.el (gnus-article-browse-delete-temp-files):
6390         Delete directories as well.
6391         (gnus-article-browse-html-parts): Work for images that do not specify
6392         file names; delete temp directory when quitting; insert header at the
6393         right place; use file: scheme for image files.
6394
6395 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6396
6397         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6398         (gnus-article-browse-html-parts): Use it to make temporary cid image
6399         files in addition to html file so that browser may display them.
6400
6401 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6402
6403         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6404
6405 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6406
6407         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6408
6409 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6410
6411         * auth-source.el (auth-sources): Change default to be simpler.
6412         Explain about Secret Service API sources.  Improve Customize options.
6413         (auth-source-pick): Change to accept any number of search parameters.
6414         Implement fallbacks iteratively, not recursively.  Add scoring on the
6415         second pass and sort by score.  Call Secret Service API when needed.
6416         (auth-source-user-or-password): Use it.  Call Secret Service API
6417         directly when needed to get the user name and the password.
6418
6419 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6420
6421         * message.el (message-interactive): Doc fix.
6422         (message-qmail-inject-args): Reflow.
6423         (message-kill-to-signature): Fix typo in docstring.
6424
6425         * smiley.el (smiley-buffer): Fix typo in docstring.
6426
6427 2010-03-24  Glenn Morris  <rgm@gnu.org>
6428
6429         * mail-source.el (gnus-message): Declare.
6430         (mail-source-delete-old-incoming): Require gnus-util.
6431
6432 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6433
6434         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6435
6436         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6437
6438         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6439         password-cache's default if it is not bound.
6440         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6441         password-cache-expiry's default if it is not bound.
6442
6443         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6444         available in Emacs 21.
6445
6446         * lpath.el: Suppress compiler warnings for:
6447         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6448         XEmacs;
6449         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6450         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6451         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6452
6453 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6454
6455         * auth-source.el (auth-sources): Fix up definition so extra parameters
6456         are always inline.
6457
6458 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6459
6460         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6461         wasn't updated after mismatch.  Clear cached mailbox info correctly
6462         when uidvalidity changes.
6463         (nnimap-group-prefixed-name): New function to avoid some code
6464         duplication.
6465         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6466         (nnimap-request-group): Use it.
6467         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6468         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6469         with many imap folders.  This is done by caching the group status from
6470         the imap server persistently in a group parameter `imap-status'.  (This
6471         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6472         but not persistently, so every Gnus startup was still very slow.)
6473
6474 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6475
6476         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6477         delete the extra newline.  Otherwise editing of :string and :number
6478         types don't work.
6479
6480 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6481
6482         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6483         secrets.el dependency.
6484         (auth-sources): Add optional user name.  Add secrets.el configuration
6485         choice (unused right now).
6486
6487 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6488
6489         * gnus-sum.el (gnus-summary-make-menu-bar):
6490         Let `gnus-registry-install-shortcuts' fill in the functions.
6491
6492         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6493         warnings.
6494         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6495         (gnus-registry-install-shortcuts): Populate and use it in a
6496         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6497
6498 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6499
6500         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6501         In-place substitutions for the group name encoding/decoding.
6502         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6503         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6504         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6505         (nnimap-update-unseen, nnimap-request-list)
6506         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6507         (nnimap-request-set-mark, nnimap-split-to-groups)
6508         (nnimap-split-articles, nnimap-request-newgroups)
6509         (nnimap-request-create-group, nnimap-request-accept-article)
6510         (nnimap-request-delete-group, nnimap-request-rename-group)
6511         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6512         `encoded-mbx' for consistency.
6513         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6514         variable `imap-current-mailbox'.
6515
6516         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6517         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6518
6519 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6520
6521         * pop3.el (pop3-display-message-size-flag): Display message size byte
6522         counts during POP3 download.
6523         (pop3-movemail): Use it.
6524         (pop3-list): Implement listing of available messages.
6525
6526 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6527
6528         * nnir.el (nnir-get-article-nov-override-function): New function to
6529         override the normal NOV retrieval.
6530         (nnir-retrieve-headers): Use it.
6531
6532 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6533
6534         * auth-source.el (netrc-machine-user-or-password): Autoload.
6535
6536 2010-03-19  Glenn Morris  <rgm@gnu.org>
6537
6538         Stop message.el from loading about 40 libraries it doesn't always need.
6539         The general approach is to autoload rather than require, and to
6540         require in the specific functions rather than the file.  (Bug#5642)
6541
6542         * gmm-utils.el: Don't require wid-edit.
6543         (widget-create-child-value, widget-convert, widget-default-get):
6544         Autoload.
6545
6546         * gnus-util.el: Don't require time-date, netrc.
6547         (message-fetch-field, gnus-group-name-decode): Declare rather than
6548         autoloading.
6549         (gnus-fetch-field): Require message.
6550         (gnus-decode-newsgroups): Require gnus-group.
6551
6552         * ietf-drums.el: Don't require time-date.
6553
6554         * message.el: Don't require hashcash, canlock, ecomplete.
6555         Do require mail-utils.  Require nnheader only when compiling.
6556         (smtpmail-default-smtp-server): Remove declaration.
6557         (message-send-mail-function): Check smtpmail-default-smtp-server
6558         is bound rather than requiring smtpmail.
6559         (message-auto-save-directory, message-insert-signature):
6560         Use expand-file-name rather than nnheader-concat.
6561         (nnheader-insert-file-contents): Autoload.
6562         (hashcash-wait-async): Declare.
6563         (message-send-mail): Only call gnus-setup-posting-charset if
6564         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6565         (message-send-mail-with-sendmail): Require sendmail.
6566         (canlock-password, canlock-password-for-verify): Declare.
6567         (message-canlock-password): Require canlock.
6568         (nnheader-get-report): Autoload.
6569         (gnus-setup-posting-charset): Declare.
6570         (message-send-news): Require gnus-msg.
6571         (message-make-references, message-make-in-reply-to): Use mail-header-id
6572         rather than the alias mail-header-message-id.
6573         (ecomplete-add-item, ecomplete-save): Declare.
6574         (message-put-addresses-in-ecomplete): Require ecomplete.
6575         (ecomplete-display-matches): Autoload.
6576
6577         * mm-decode.el: Don't require mailcap, gnus-util.
6578         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6579         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6580         Autoload.
6581         (mailcap-mime-extensions): Declare.
6582
6583         * mm-encode.el: Don't require mailcap.
6584         (mailcap-extension-to-mime): Autoload.
6585
6586         * mml-sec.el: Don't require password-cache.
6587
6588         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6589         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6590         (mml-minibuffer-read-type): Require mailcap.
6591         (mml-preview): Require gnus-msg.
6592
6593         * mml1991.el: Require password-cache.
6594         (password-cache-expiry): Remove declaration.
6595
6596         * mml2015.el: Require password-cache.
6597         (password-cache-expiry): Remove declaration.
6598
6599         * nneething.el (mailcap): Require mailcap.
6600
6601         * nnheader.el (declare-function): Add compatibility stub.
6602         (message-remove-header): Declare rather than autoload.
6603         (nnheader-replace-header): Require message.
6604
6605         * nnimap.el (declare-function): Add compatibility stub.
6606         (netrc-parse, netrc-machine-user-or-password): Declare.
6607         (nnimap-open-connection): Require netrc.
6608
6609         * nntp.el (declare-function): Add compatibility stub.
6610         (netrc-parse, netrc-machine, netrc-get): Declare.
6611         (nntp-send-authinfo): Require netrc.
6612
6613         * rfc2047.el: Don't require qp.
6614         (quoted-printable-encode-region, quoted-printable-decode-string):
6615         Autoload.
6616
6617         * sieve-mode.el: Don't require easymenu.
6618         (easy-menu-add-item): Autoload it.
6619
6620         * spam-stat.el (time-to-number-of-days): Autoload it.
6621
6622 2010-03-19  Glenn Morris  <rgm@gnu.org>
6623
6624         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6625
6626 2010-03-18  Glenn Morris  <rgm@gnu.org>
6627
6628         * hashcash.el (declare-function): Remove duplicate definition.
6629
6630 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6631
6632         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6633         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6634         value if any backslash escapes).
6635
6636 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6637
6638         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6639         if it is available.  (bug#5647)
6640
6641         * lpath.el: Suppress compiler warning for coding-system-from-name for
6642         Emacs 21 and XEmacs.
6643
6644 2010-03-14  Juri Linkov  <juri@jurta.org>
6645
6646         * hmac-def.el:
6647         * hmac-md5.el:
6648         * netrc.el: Fix keywords.
6649
6650 2010-02-26  Glenn Morris  <rgm@gnu.org>
6651
6652         * message.el (message-send-mail-function): Change the default, so that
6653         it inherits from a customized send-mail-function.  (Bug#5643)
6654
6655 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6656
6657         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6658         shell-command-to-string signals an error (bug#5299).
6659
6660 2010-02-24  Glenn Morris  <rgm@gnu.org>
6661
6662         * message.el (message-smtpmail-send-it)
6663         (message-send-mail-with-mailclient): Doc fixes.
6664
6665 2010-02-16  Glenn Morris  <rgm@gnu.org>
6666
6667         * message.el (message-default-mail-headers): Change the default value
6668         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6669
6670 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6671
6672         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6673         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6674
6675 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6676
6677         * time-date.el (date-to-time): Doc fix (Bug#5408).
6678
6679 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6680
6681         * message.el (message-mail): Just pass yank-action on to message-setup.
6682         (message-setup): Handle (FUN . ARGS) form of yank-action.
6683         (message-with-reply-buffer, message-widen-reply)
6684         (message-yank-original): Handle non-buffer values of
6685         message-reply-buffer (Bug#4080).
6686         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6687
6688 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6689
6690         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6691         Fix typo in docstring.
6692
6693 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6694
6695         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6696         response.
6697
6698 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6699
6700         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6701
6702         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6703
6704         * message.el (message-check-news-header-syntax): Protect against a
6705         string that `rfc822-addresses' returns when parsing fails.
6706
6707 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6708
6709         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6710         (gnus-previous-char-property-change): New functions.
6711
6712         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6713
6714 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6715
6716         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6717         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6718
6719 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6720
6721         * message.el (message-exchange-point-and-mark): Rework last change to
6722         avoid using optional arg of exchange-point-and-mark, for backward
6723         compatibility.
6724
6725 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6726
6727         * message.el (message-exchange-point-and-mark):
6728         Call exchange-point-and-mark with an argument rather than setting
6729         mark-active by hand (Bug#5175).
6730
6731 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6732
6733         * nntp.el (nntp-service-to-port): Work for service expressed with
6734         numeric string; replace [:digit:] with [0-9] for XEmacs.
6735
6736 2009-12-17  Glenn Morris  <rgm@gnu.org>
6737
6738         * gnus-group.el (gnus-bug-group-download-format-alist):
6739         Change emacs entry to debbugs.gnu.org.  Bump :version.
6740
6741 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6742
6743         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6744
6745 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6746
6747         * message.el (message-info): Explain why we use `Info-goto-node'.
6748
6749 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6750
6751         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6752
6753 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6754
6755         * message.el (message-completion-in-region): New compatibility function.
6756         (message-expand-group): Use it.
6757
6758 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6759
6760         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6761         with no unread article should be listed if the 2nd arg `predicate' is
6762         given.
6763
6764 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6765
6766         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6767
6768 2009-11-29  Juri Linkov  <juri@jurta.org>
6769
6770         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6771         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6772         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6773
6774 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6775
6776         * sha1.el (sha1-string-external): default-directory "/" in case
6777         otherwise non-existent.  process-connection-type pipe for touch of
6778         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6779
6780 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6781
6782         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6783         it's comms related and sgml-mode.el has "comm" on that basis too.
6784
6785 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6786
6787         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6788         containing tspecial characters if they have been already quoted.
6789
6790 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6791
6792         * dns-mode.el (auto-mode-alist): Purecopy string.
6793
6794 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6795
6796         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6797
6798 2009-10-24  Glenn Morris  <rgm@gnu.org>
6799
6800         * gnus-art.el (help-xref-stack-item): Define for compiler.
6801
6802 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6803
6804         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6805
6806 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6807
6808         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6809
6810 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6811
6812         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6813         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6814
6815 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6816
6817         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6818         (gnus-overlays-in): New alias to overlays-in.
6819
6820         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6821         gnus-overlay-get, and gnus-delete-overlay.
6822         (gnus-summary-show-thread): Make it work as well for systems in which
6823         next-single-char-property-change is not available.
6824         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6825
6826         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6827         (gnus-overlay-get): New alias to extent-property.
6828         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6829
6830         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6831         SXEmacs.
6832
6833         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6834         SXEmacs.
6835
6836 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6837
6838         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6839
6840 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6841
6842         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6843         and XEmacs that don't have `remove-overlays'.
6844
6845 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6846
6847         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6848         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6849         selective display.  Use overlays instead.
6850
6851 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6852
6853         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6854
6855 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6856
6857         * spam-stat.el (spam-stat-load): Fix typo in message.
6858
6859 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6860
6861         * dig.el (dig-invoke): Fix typo in docstring.
6862         (query-dig): Reflow docstring.
6863
6864 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6865
6866         * gnus-art.el (gnus-article-encrypt-body):
6867         * message.el (message-check-recipients):
6868         * mm-util.el (mm-codepage-setup):
6869         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6870         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6871
6872 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6873
6874         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6875         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6876         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6877         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6878         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6879
6880 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6881
6882         * dig.el: Add "Keywords: comm", as per net-utils.el.
6883
6884 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6885
6886         * dig.el (dig-mode): Use define-derived-mode.
6887
6888 2009-09-19  Glenn Morris  <rgm@gnu.org>
6889
6890         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6891
6892 2009-09-18  Glenn Morris  <rgm@gnu.org>
6893
6894         * gnus-diary.el (gnus-diary-check-message):
6895         * message.el (message-insert-formatted-citation-line):
6896         * nnbabyl.el (top-level):
6897         * nndiary.el (nndiary-schedule):
6898         Fix typos in condition-case handlers.
6899
6900 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6901
6902         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6903         configuration that provides the sole article window in a frame;
6904         position point correctly after deleting a part.
6905
6906 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6907
6908         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6909         (spam-resolve-registrations-routine): Use it to unregister articles
6910         that change status.
6911
6912 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6913
6914         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6915         with XEmacs.
6916         (parse-time-string-chars): Use it.
6917
6918 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6919
6920         * imap.el (imap-interactive-login): Better messages.
6921         (imap-open): Fix bug with renamed buffer on reconnect.
6922         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6923         for easier debugging and cleaner code.  On successful (guessed based on
6924         server capabilities) secondary authentication, set imap-state
6925         correctly.
6926         (imap-last-authenticator): Define imap-last-authenticator as a variable
6927         to avoid warnings.
6928
6929 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6930
6931         * nnrss.el (nnrss-request-article): Remove binding of
6932         default-enable-multibyte-characters that has gotten needless by
6933         the 2007-07-13 change in rfc2047-encode-message-header.
6934
6935         * mml.el (mml-insert-multipart): Error on the message header.
6936         (mml-insert-part): Error on the message header; position point at
6937         the end of a MIME tag.
6938
6939 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6940
6941         * time-date.el (autoload): Expand define-obsolete-function-alias into
6942         defalias and make-obsolete for old Emacsen that Gnus supports.
6943         (with-no-warnings): Define it for old Emacsen.
6944         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6945         is available.
6946         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6947         float-time is available; suppress compile warning for time-to-seconds.
6948
6949         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6950         (gnus-float-time): Alias to float-time if it exists.
6951
6952         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6953         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6954         float-time is available; suppress compile warning for time-to-seconds.
6955
6956         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6957         XEmacs.
6958
6959 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6960
6961         * imap.el (imap-message-map): Docstring fix.
6962
6963 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6964
6965         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6966         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6967         Add the optional argument `encoding' that overrides the default.
6968
6969         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6970         mm-encode-buffer.
6971
6972 2009-09-04  Glenn Morris  <rgm@gnu.org>
6973
6974         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6975         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6976         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6977         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6978         * mm-util.el (mm-with-unibyte-current-buffer)
6979         (mm-find-buffer-file-coding-system):
6980         * yenc.el (yenc-decode-region): Use default-value rather than
6981         default-enable-multibyte-characters.
6982
6983 2009-09-03  Glenn Morris  <rgm@gnu.org>
6984
6985         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6986         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6987         than default-enable-multibyte-characters.
6988
6989 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6990
6991         * gnus-art.el (gnus-article-read-summary-keys):
6992         Fix gnus-buffer-configuration's value temporarily used.
6993
6994 2009-09-02  Glenn Morris  <rgm@gnu.org>
6995
6996         * gnus-util.el (gnus-float-time): New function.
6997         * gnus-delay.el (gnus-delay-article):
6998         * gnus-sum.el (gnus-thread-latest-date):
6999         * gnus-util.el (gnus-user-date): Use gnus-float-time.
7000         * nnspool.el (nnspool-request-newgroups):
7001         Use gnus-float-time rather than time-to-seconds.
7002         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7003
7004         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7005         (gnus-header-subject-face, gnus-header-newsgroups-face)
7006         (gnus-header-name-face, gnus-header-content-face):
7007         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7008         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7009         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7010         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7011         (gnus-cite-face-11):
7012         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7013         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7014         (gnus-server-closed-face, gnus-server-denied-face)
7015         (gnus-server-offline-face):
7016         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7017         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7018         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7019         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7020         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7021         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7022         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7023         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7024         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7025         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7026         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7027         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7028         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7029         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7030         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7031         (gnus-summary-high-undownloaded-face)
7032         (gnus-summary-low-undownloaded-face)
7033         (gnus-summary-normal-undownloaded-face)
7034         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7035         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7036         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7037         (gnus-splash-face):
7038         * message.el (message-header-to-face, message-header-cc-face)
7039         (message-header-subject-face, message-header-newsgroups-face)
7040         (message-header-other-face, message-header-name-face)
7041         (message-header-xheader-face, message-separator-face)
7042         (message-cited-text-face, message-mml-face):
7043         * sieve-mode.el (sieve-control-commands-face)
7044         (sieve-action-commands-face, sieve-test-commands-face)
7045         (sieve-tagged-arguments-face):
7046         * spam.el (spam-face):
7047         Mark face aliases with "-face" in the name as obsolete.
7048
7049 2009-09-01  Glenn Morris  <rgm@gnu.org>
7050
7051         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7052         than goto-line.
7053
7054 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7055
7056         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7057         Don't move point if the command is invoked inside the message header.
7058
7059 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7060
7061         * imap.el (imap-send-command): Simplify.
7062         (imap-wait-for-tag): point-max -> buffer-size.
7063
7064 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7065
7066         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7067         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7068         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7069         * nnir.el (nnir-swish-e-index-file):
7070         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7071         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7072         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7073         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7074         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7075         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7076
7077 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7078
7079         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7080         Don't save excursion.
7081
7082 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7083
7084         * nnheader.el (nnheader-find-file-noselect):
7085         * mm-util.el (mm-insert-file-contents):
7086         Use (default-value 'major-mode) instead of default-major-mode.
7087
7088 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7089
7090         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7091
7092 2009-08-26  Glenn Morris  <rgm@gnu.org>
7093
7094         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
7095         than placing in files.el.
7096
7097 2009-08-25  Glenn Morris  <rgm@gnu.org>
7098
7099         * nnir.el (top-level): Don't require cl at run-time.
7100         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7101         Replace cl-function substitute with gnus-replace-in-string.
7102         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7103         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7104         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7105         simplified expansions.
7106
7107 2009-08-25  Kevin Ryde  <user42@zip.com.au>
7108
7109         * dig.el (dig): Add autoload cookie.
7110
7111 2009-08-22  Glenn Morris  <rgm@gnu.org>
7112
7113         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7114         goto-line.
7115
7116 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7117
7118         * parse-time.el (parse-time-string-chars): Save match data.
7119
7120 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7121
7122         * parse-time.el (parse-time-string-chars): Compute using character
7123         classes, to handle non-ascii characters (Bug#3190).
7124
7125 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7126
7127         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7128
7129         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7130         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7131         (gnus-mm-display-part, gnus-mime-display-single)
7132         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7133         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7134
7135         * gnus-sum.el
7136         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7137         (gnus-summary-move-article): Add expirable mark to articles copied or
7138         moved to group that has auto-expire turned on if the option is non-nil.
7139
7140 2009-07-24  Glenn Morris  <rgm@gnu.org>
7141
7142         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7143         Fix typo.  (Bug#3903)
7144
7145 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7146
7147         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7148         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7149         that should not be used for draft articles.
7150         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7151         that has no concern in minor mode keys.
7152         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7153         Abolish.
7154
7155 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7156
7157         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7158         article without making inquiry to a user for unknown encoding.
7159
7160         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7161         (nnmaildir--scan): Assume i-node and device number that file-attributes
7162         returns might be cons-cell.
7163
7164         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7165
7166         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7167
7168 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7169
7170         * auth-source.el: Remove docs now in auth.texi.  Don't use
7171         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7172         `auth-source-hide-passwords' and use them.
7173
7174 2009-07-15  Glenn Morris  <rgm@gnu.org>
7175
7176         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7177
7178 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7179
7180         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7181         excessive whitespace from the default values of title and description.
7182
7183 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7184
7185         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7186         mail-fetch-field to fetch Content-Description header in order to
7187         exclude newlines.
7188
7189 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7190
7191         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7192         format used by GnuPG 2.0.11.
7193
7194 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7195
7196         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7197         to deleted part.
7198
7199 2009-05-30  David Engster  <dengste@eml.cc>
7200
7201         * nnmairix.el: Remove old documentation in the commentary block.
7202         (nnmairix-request-group): Do not update active file for nnml back ends.
7203         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7204         end so that overview files are ignored.
7205         (nnmairix-update-groups): Make updating the groups more robust by using
7206         marks.
7207         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7208         with dollar characters in message-id.
7209
7210 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7211
7212         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7213         2008-12-25 in dns.el.
7214
7215 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7216
7217         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7218         could happen if the text is only composed of spaces and/or tabs.
7219
7220 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7221
7222         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7223         when sending a queued message to avoid extra mml tags.
7224
7225 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7226
7227         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7228
7229 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7230
7231         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7232         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7233         rmail-toggle-header for XEmacs;
7234         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7235
7236 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7237
7238         * gnus-dired.el: Remove autoload for gnus-setup-message.
7239         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7240         displaying Gnus logo; always use compose-mail.
7241
7242 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7243
7244         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7245
7246 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7247
7248         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7249         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7250         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7251         available.
7252         (gnus-nocem-epg-verify): New function.
7253
7254 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7255
7256         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7257
7258 2009-02-15  Glenn Morris  <rgm@gnu.org>
7259
7260         * gnus-util.el (rmail-insert-rmail-file-header)
7261         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7262         autoloads.
7263         (rmail-default-rmail-file): Remove unnecessary declaration.
7264         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7265
7266 2009-02-14  Glenn Morris  <rgm@gnu.org>
7267
7268         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7269         variable (only used in gnus-util, which declares it anyway).
7270         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7271         which was only needed by gnus-art (changed to not use it any more).
7272         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7273         only used in gnus-util, which autoloads it itself.
7274         (rmail-update-summary): Fix autoload.
7275
7276         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7277         rather than rmail-output-to-rmail-file.
7278
7279 2009-02-07  Glenn Morris  <rgm@gnu.org>
7280
7281         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7282         autoload of function that no longer exists.
7283         (rmail-toggle-header): Declare.
7284         (message-forward-rmail-make-body): Handle mbox Rmail.
7285
7286 2009-01-31  Glenn Morris  <rgm@gnu.org>
7287
7288         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7289         2009-01-09 change.
7290
7291 2009-01-31  Dave Love  <fx@gnu.org>
7292
7293         * imap.el (imap-fetch-safe): Bind debug-on-error.
7294         (imap-debug): Add imap-fetch-safe.
7295
7296 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7297
7298         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7299         (auth-source-forget-all-cached): New convenience function.
7300         (auth-source-user-or-password): Accept list of modes or a single mode.
7301
7302         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7303         auth-source modes.
7304
7305         * netrc.el (netrc-machine-user-or-password): Use list of
7306         auth-source modes.
7307
7308         * nnimap.el (nnimap-open-connection): Use list of
7309         auth-source modes.
7310
7311         * nntp.el (nntp-send-authinfo): Use list of
7312         auth-source modes.
7313
7314 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7315
7316         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7317         now.
7318
7319 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7320
7321         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7322         coding system in XEmacs; add a workaround for XEmacs.
7323
7324         * lpath.el: Fbind coding-system-aliasee.
7325
7326 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7327
7328         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7329         of current-language-environment.
7330
7331 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7332
7333         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7334         available at runtime.
7335
7336 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7337
7338         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7339
7340 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7341
7342         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7343         the greatest positive fixnum value doesn't work under an XEmacs with
7344         bignum support; use the most-positive-fixnum constant instead,
7345         available since Emacs 21.1 with cl and XEmacs 21.1.
7346
7347 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7348
7349         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7350         XEmacs gets not to work.
7351
7352 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7353
7354         * mm-util.el (mm-coding-system-priorities): Allow the value like
7355         "Japanese (UTF-8)" of current-language-environment.
7356
7357 2009-01-09  Glenn Morris  <rgm@gnu.org>
7358
7359         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7360         with last-command-event.
7361
7362 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7363
7364         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7365         in the doc string.
7366
7367         * message.el (message-fix-before-sending): Amend comment.
7368
7369 2009-01-08  Dave Love  <fx@gnu.org>
7370
7371         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7372
7373 2009-01-07  David Engster  <dengste@eml.cc>
7374
7375         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7376         simplified server definitions by converting it via
7377         gnus-server-to-method.
7378
7379 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7380
7381         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7382         parameter's operands.
7383
7384 2009-01-06  David Engster  <dengste@eml.cc>
7385
7386         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7387         primary select method (for gnus-group-mark-article-as-read).
7388
7389 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7390
7391         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7392         `(gnus)Face', not `(gnus)X-Face'.
7393
7394 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7395
7396         * mm-util.el (mm-ucs-to-char): New function.
7397
7398         * mm-url.el (mm-url-decode-entities): Use it.
7399
7400         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7401         unicode-to-char.
7402
7403 2009-01-05  Dave Love  <fx@gnu.org>
7404
7405         * time-date.el: Require cl for `declare'.
7406
7407 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7408
7409         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7410         Dave Love.
7411
7412 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7413
7414         * message.el (message-fix-before-sending): Add `eight-bit' to
7415         illegible-text check.
7416
7417 2009-01-03  Michael Olson  <mwolson@gnu.org>
7418
7419         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7420         `headers' is nil.  This can occur if the IMAP server does not have
7421         permissions to read messages from a folder, but can write new messages
7422         to the folder.
7423         (nnimap-request-article-part): Do not insert `data' if it is nil.
7424
7425         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7426         characters which will confuse `read', so skip past them.
7427
7428 2009-01-01  Dave Love  <fx@gnu.org>
7429
7430         * imap.el (imap-string-to-integer): Fix typo.
7431         (imap-fetch-safe): New function.
7432         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7433
7434         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7435
7436         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7437         (imap-parse-greeting): Fix doc strings.
7438         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7439         (imap-parse-flag-list): Make messages unique.
7440         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7441
7442         * nnimap.el: Fix author email.
7443         (nnimap-split-rule): Add FIXME comment.
7444         (nnimap-debug): Fix doc string.
7445
7446 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7447
7448         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7449
7450 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7451
7452         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7453         nslookup if resolv.conf isn't available.
7454         (dns-query): Rename from query-dns.
7455         (dns-query-cached): Rename from query-dns-cached.
7456
7457 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7458
7459         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7460         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7461         to check if those variables exist (first appeared in Emacs 18.50).
7462
7463 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7464
7465         * mm-util.el (mm-line-number-at-pos): New function.
7466
7467         * spam-report.el (spam-report-process-queue): Use it.
7468
7469 2008-12-24  David Engster  <dengste@eml.cc>
7470
7471         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7472         parameters that haven't existed as variables as buffer-local variables.
7473
7474 2008-12-23  Dave Love  <fx@gnu.org>
7475
7476         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7477         cadar.
7478
7479         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7480         imap-starttls-p.
7481         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7482
7483 2008-12-22  Dave Love  <fx@gnu.org>
7484
7485         * imap.el: Fix author email.  Doc fixes.
7486         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7487         reply.
7488
7489 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7490
7491         * spam-report.el (spam-report-gmane-max-requests): New constant.
7492         (spam-report-gmane-wait): New variable.
7493         (spam-report-gmane-ham, spam-report-gmane-spam)
7494         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7495         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7496         the server.
7497
7498         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7499         Add explanations.
7500
7501         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7502         nnheader-accept-process-output and nnheader-read-timeout if available.
7503         (pop3-movemail): Use it.
7504
7505         * message.el (message-check-news-body-syntax): Fix signature check if
7506         there's an attachment.
7507
7508 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7509
7510         * mm-util.el: Add comments to the mm- emulating functions.
7511
7512 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7513
7514         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7515         Reported by Stephen Berman <stephen.berman@gmx.net>.
7516
7517 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7518
7519         * mm-util.el (mm-substring-no-properties): New function.
7520         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7521         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7522         (mm-string-to-multibyte): Doc fix.
7523
7524         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7525
7526 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7527
7528         * mml.el (mml-attach-file): Strip text properties from file name.
7529         (Bug#1574)
7530
7531 2008-12-16  Glenn Morris  <rgm@gnu.org>
7532
7533         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7534
7535 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7536
7537         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7538         knows since the charset specified might be a bogus alias that
7539         mm-charset-synonym-alist provides.
7540
7541 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7542
7543         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7544         "ISO_8859-1".
7545
7546         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7547
7548 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7549
7550         * mm-util.el (mm-charset-eval-alist):
7551         Define it before mm-charset-to-coding-system.
7552         (mm-charset-to-coding-system): Add optional argument `silent';
7553         define it before mm-charset-override-alist.
7554         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7555         default value if it can be used in Emacs currently running;
7556         silence mm-charset-to-coding-system.
7557
7558 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7559
7560         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7561         `allow-override' which says whether to use `mm-charset-override-alist'.
7562         (rfc2047-decode-encoded-words): Use it.
7563
7564         * mm-util.el (mm-charset-override-alist): Fix custom type;
7565         add `(gb2312 . gbk)' to choices.
7566
7567 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7568
7569         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7570         fast.
7571
7572         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7573
7574         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7575
7576 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7577
7578         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7579         on links.
7580
7581         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7582
7583 2008-12-03  Lute Kamstra  <lute@gnu.org>
7584
7585         * sha1.el: Remove leading * from docstrings of defcustoms,
7586         deffaces, defconsts and defuns.
7587
7588 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7589
7590         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7591         users' addresses that don't have domain parts.
7592         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7593         rather than message-narrow-to-head since there will be the message
7594         header separator.
7595
7596 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7597
7598         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7599         since the result is inserted in a unibyte buffer anyway.
7600         (nnimap-demule-use-string-to-multibyte): Remove.
7601         (nnimap-demule): Alias it to mm-string-to-multibyte.
7602
7603 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7604
7605         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7606         variable for debugging bug#464 and bug#1174.
7607         (nnimap-demule): Use it.
7608
7609 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7610
7611         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7612         score calculation correctly.
7613
7614 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7615
7616         * message.el (message-send-mail): Just set the buffer to unibyte
7617         rather than use mm-with-unibyte-current-buffer which does a lot more.
7618         (message-send-mail-partially): Don't bother with
7619         mm-with-unibyte-current-buffer since it's already been made unibyte by
7620         message-send-mail.
7621
7622 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7623
7624         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7625
7626 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7627
7628         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7629
7630 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7631
7632         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7633         require itself and to remove `with-no-warnings'.
7634
7635 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7636
7637         * starttls.el (starttls-any-program-available): Get the name of the
7638         available TLS layer program.
7639         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7640         well as the host name in the "opening" message.
7641
7642         * auth-source.el (auth-source-cache, auth-source-do-cache)
7643         (auth-source-user-or-password): Cache passwords and logins by default,
7644         allow override with `auth-source-do-cache'.
7645         (auth-source-forget-user-or-password): Allow users to remove cache
7646         entries if needed.
7647
7648 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7649
7650         * md4.el (md4-buffer): Fix typo in docstring.
7651         (md4, md4-64): Doc fixes.
7652         (md4-pack-int32): Reflow docstring.
7653
7654 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7655
7656         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7657         condition-case to only the forward-sexp call.
7658
7659 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7660
7661         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7662         quotes contained.  Make it more robust regardless by an extra
7663         condition-case wrapper.
7664
7665 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7666
7667         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7668
7669 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7670
7671         * nnml.el (nnml-request-expire-articles): Check if the function set to
7672         `nnmail-expiry-target' returns the symbol `delete'.
7673
7674         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7675
7676         * nnmail.el (nnmail-expiry-target): Fix custom type.
7677
7678 2008-10-02  Glenn Morris  <rgm@gnu.org>
7679
7680         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7681         Silence compiler warning.
7682
7683 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7684
7685         * tls.el (open-tls-stream): Show the actual command being
7686         executed, instead of the format string.
7687
7688 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7689
7690         * lpath.el: Fbind codepage-setup for Emacs 23.
7691
7692 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7693
7694         * mml.el (mml-menu): Don't assume mml2015 is bound.
7695
7696 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7697
7698         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7699         exists.
7700
7701 2008-09-27  Glenn Morris  <rgm@gnu.org>
7702
7703         * gnus-util.el (mail-header-remove-comments): Autoload it.
7704
7705 2008-09-27  Andreas Schwab  <schwab@suse.de>
7706
7707         * gnus-util.el (gnus-split-references): Strip comments.
7708         (gnus-parent-id): Likewise.
7709
7710 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7711
7712         * message.el (message-confirm-send): Fix version.
7713
7714 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7715
7716         * message.el (message-idna-to-ascii-rhs-1): Use
7717         mail-extract-address-components rather than mail-header-parse-addresses
7718         that is an alias by default to ietf-drums-parse-addresses that does not
7719         support non-ASCII names in headers' contents.
7720
7721 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7722
7723         * message.el (message-confirm-send): Fix variable documentation to
7724         avoid the "y/n" wording.
7725
7726 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7727
7728         * message.el (message-set-auto-save-file-name): Save to a different
7729         filename so multiple messages (especially drafts) can be recovered.
7730
7731 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7732
7733         * message.el (message-confirm-send): Add appropriate version.
7734
7735 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7736
7737         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7738         defvar.
7739
7740 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7741
7742         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7743         (mm-pkcs7-enveloped-magic): Ditto.
7744
7745 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7746
7747         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7748         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7749
7750 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7751
7752         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7753         default, it's better.
7754
7755 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7756
7757         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7758         summary line gnus-number property and ignore them (with a warning
7759         message).
7760
7761 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7762
7763         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7764         macro caddr in the interactive form since it won't be expanded.
7765
7766 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7767
7768         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7769         `charset'; fix name of function called recursively.
7770         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7771
7772 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7773
7774         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7775         (gnus-mime-set-charset-parameters): New function.
7776         (gnus-mime-view-part-as-charset): Use it to correctly display part
7777         specifying wrong charset.
7778
7779 2008-09-08  David Engster  <dengste@eml.cc>
7780
7781         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7782         in completing-read for back end server.
7783
7784 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7785
7786         * message.el (message-confirm-send): New variable to confirm sending a
7787         message.
7788         (message-send): Use it.
7789
7790 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7791
7792         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7793
7794 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7795
7796         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7797
7798 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7799
7800         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7801         prevent tracking too many groups.
7802         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7803         Use it.
7804
7805 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7806
7807         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7808         moving point to the bottom of the window in order to avoid recentering.
7809
7810 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7811
7812         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7813
7814         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7815         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7816         (gnus-article-beginning-of-window): Fix calculation.
7817
7818 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7819
7820         * gnus-msg.el (gnus-summary-supersede-article)
7821         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7822         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7823         message header.
7824
7825 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7826
7827         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7828         pending output coming after the status change.
7829
7830 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7831
7832         * message.el:
7833         * gnus-start.el:
7834         * gnus-registry.el: Remove VMS support.
7835
7836 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7837
7838         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7839         macro.
7840         (rfc2104-hash): Use it.
7841
7842 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7843
7844         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7845         (gnus-summary-sort-by-most-recent-date): New commands.
7846         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7847         and menu entries.
7848
7849 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7850
7851         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7852         don't redisplay article for raw contents; remove plural articles stuff.
7853
7854         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7855         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7856         on gnus-summary-save-article; display results properly.
7857
7858 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7859
7860         * lpath.el: No need to fbind ns-focus-frame.
7861
7862 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7863
7864         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7865
7866 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7867
7868         * gnus-art.el (gnus-summary-save-in-pipe):
7869         Consider gnus-save-all-headers.
7870
7871 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7872
7873         * gnus-util.el (ns-focus-frame): Remove declaration.
7874         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7875         like x.
7876
7877 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7878
7879         * rfc2104.el (rfc2104-zero): Delete defconst.
7880         (rfc2104-hex-alist): Likewise.
7881         (rfc2104-hex-to-int): Delete func.
7882         (rfc2104-hexstring-to-bitstring): Likewise.
7883         (rfc2104-nybbles): New defconst.
7884         (rfc2104-hash): Rewrite for speed.
7885
7886 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7887
7888         * tls.el (open-tls-stream): Make it work with the 2nd argument
7889         BUFFER that is a string but does not exist as a buffer object, as
7890         mentioned in the doc-string.
7891
7892 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7893
7894         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7895         SXEmacs.
7896
7897 2008-07-16  Glenn Morris  <rgm@gnu.org>
7898
7899         * gnus-util.el (ns-focus-frame): Declare for compiler.
7900
7901 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7902
7903         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7904         set as a group parameter.
7905         (gnus-summary-save-in-pipe): Work when it is called independently.
7906         (gnus-summary-pipe-to-muttprint): Don't modify
7907         gnus-summary-pipe-output-default-command.
7908
7909 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7910
7911         * message.el (message-send-mail-with-sendmail):
7912         Display the error message.
7913
7914 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7915
7916         * gnus-art.el (gnus-default-article-saver):
7917         Add gnus-summary-save-in-pipe to choices.
7918         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7919         gnus-summary-pipe-output-default-command as the default command.
7920         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7921         instead of gnus-last-shell-command.
7922
7923         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7924         New user option.
7925         (gnus-summary-muttprint-program): Mention the value will be changed.
7926         (gnus-summary-save-article): Force showing of all headers.
7927         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7928
7929 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7930
7931         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7932
7933 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7934
7935         * nnimap.el (nnimap-id):
7936         * sieve-manage.el (sieve-manage-open): Doc fixes.
7937
7938 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7939
7940         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7941         if available.
7942
7943 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7944
7945         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7946
7947         * nnkiboze.el (nnkiboze-generate-group):
7948         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7949
7950         * nnmairix.el: Require CL.
7951
7952 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7953
7954         * dgnushack.el: Autoload get-display-table and put-display-table for
7955         XEmacs 21.5.
7956
7957         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7958         21.4 and SXEmacs.
7959
7960 2008-06-15  David Engster  <dengste@eml.cc>
7961
7962         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7963
7964 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7965
7966         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7967         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7968         runtime choice under XEmacs.
7969
7970         * gnus-sum.el (gnus-summary-set-display-table):
7971         Use `gnus-put-display-table', `gnus-get-display-table',
7972         `gnus-set-display-table' for the display table, instead of `aset'.
7973
7974         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7975         Use `gnus-put-display-table', `gnus-get-display-table',
7976         `gnus-set-display-table' for the display table.
7977
7978 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7979
7980         * nnmairix.el: Add autoloads.
7981
7982 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7983
7984         * nnmairix.el (nnmairix-delete-recreate-group)
7985         (nnmairix-update-and-clear-marks): Fix error messages.
7986
7987 2008-06-14  David Engster  <dengste@eml.cc>
7988
7989         * nnmairix.el: Upgrade to version 0.6.
7990         (nnmairix-group-toggle-propmarks-this-group)
7991         (nnmairix-group-toggle-readmarks-this-group)
7992         (nnmairix-group-delete-recreate-this-group)
7993         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7994         (nnmairix-remove-tick-mark-original-article): New commands.
7995         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7996         (nnmairix-propagate-marks-to-nnmairix-groups)
7997         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7998         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7999         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8000         functions needed for marks propagation and manipulation of read marks.
8001         (nnmairix-update-groups): New function.
8002         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8003         (nnmairix-determine-original-group-from-registry)
8004         (nnmairix-determine-original-group-from-path)
8005         (nnmairix-get-group-from-file-path, nnmairix-map-range)
8006         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8007         New helper functions.
8008         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8009         keystrokes for new commands.
8010         (nnmairix-delete-and-create-on-change): Doc string cleanup.
8011         (nnmairix-request-group): Check allow-fast group parameter.
8012         (nnmairix-request-create-group): Set allow-fast group parameter if
8013         nnmairix-allowfast-default is set.
8014         (nnmairix-close-group): Propagate marks upon closing if needed.
8015         (nnmairix-group-toggle-threads-this-group): Use new.
8016         nnmairix-group-toggle-parameter helper function.
8017         (nnmairix-search): Better check for empty search result.
8018         (nnmairix-goto-original-article): Use new helper functions for
8019         determining original article.
8020         (nnmairix-show-original-article): Make sure message-id is in brackets.
8021         (nnmairix-call-mairix-binary): Change variable name.
8022         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8023         helper function.
8024         (nnmairix-widget-toggle-activate): Fix doc string.
8025
8026 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8027
8028         * nnir.el: Require edmacro when compiling with XEmacs.
8029         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8030         available in Emacs 21.
8031
8032 2008-06-11  Glenn Morris  <rgm@gnu.org>
8033
8034         * gnus-util.el (x-focus-frame):
8035         * gnus.el (image-size):
8036         * mm-decode.el (image-size): Declare.
8037
8038         * gnus-picon.el (declare-function): Add compat definition.
8039         (image-size): Declare.
8040
8041         * gnus-group.el (tool-bar-map):
8042         * gnus-sum.el (tool-bar-map): Define for compiler.
8043
8044         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8045
8046         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8047
8048         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8049         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8050         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8051         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8052         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8053         * sieve-manage.el, spam-report.el, spam.el:
8054         Remove unnecessary eval-and-compile of autoloads.
8055
8056 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8057
8058         * auth-source.el: Precise Tramp doc.
8059
8060 2008-06-07  Glenn Morris  <rgm@gnu.org>
8061
8062         * nnmairix.el: Remove unnecessary eval-when-compile.
8063
8064 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8065
8066         * lpath.el: Fbind propertize for XEmacs 21.4.
8067
8068 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
8069
8070         * nnir.el: Move here from ../contrib.
8071
8072 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8073
8074         * gnus-util.el (gnus-read-shell-command): New function.
8075         * mm-decode.el (mm-pipe-part):
8076         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8077
8078 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8079
8080         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8081
8082 2008-06-03  Glenn Morris  <rgm@gnu.org>
8083
8084         * pop3.el (nnheader-accept-process-output): Autoload it.
8085
8086 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8087
8088         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8089         are not 2-digit hexadecimal characters that follow `%'s.
8090
8091 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8092
8093         * message.el (message-bogus-recipient-p): Fix type in doc string.
8094         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8095         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8096         Improve custom options.
8097         (message-bogus-recipient-p): Adjust accordingly.
8098
8099 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
8100
8101         * parse-time.el (parse-time-months, parse-time-weekdays): Add
8102         long-form month and day names.
8103
8104 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8105
8106         * dgnushack.el: Autoload debug, eudc-expand-inline and
8107         pgg-snarf-keys-region for XEmacs.
8108
8109         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
8110
8111         * nnmairix.el: Require edmacro when compiling with XEmacs.
8112
8113 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8114
8115         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8116         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8117
8118 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8119
8120         * auth-source.el: Add more docs.
8121
8122         * netrc.el (netrc-machine): Always match if the port is not given.
8123
8124 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8125
8126         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8127         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8128         retrieval faster in some cases, but might make CPU usage larger.
8129         If this has any bad side effects, we might revert this change.
8130
8131         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8132         seems to make mail retrieval much, much faster.
8133         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8134         unconditionally.
8135
8136         * gnus-draft.el (gnus-group-send-queue):
8137         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8138
8139 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8140
8141         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8142
8143         * message.el (message-bogus-address-regexp): Fix and improve custom
8144         type.
8145         (message-setup-hook): Add message-check-recipients as custom option.
8146
8147 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8148
8149         * message.el (message-cite-function): Remove bogus autoload which crept
8150         in during merge from v5-10.
8151
8152 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8153
8154         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8155
8156         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8157
8158         * auth-source.el: Preliminary Tramp docs.
8159         (auth-sources): Change the default auth-sources to use
8160         EPA .gpg files.
8161
8162 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8163
8164         * nntp.el: Autoload `auth-source-user-or-password'.
8165         (nntp-send-authinfo): Use it.
8166
8167         * nnimap.el: Autoload `auth-source-user-or-password'.
8168         (nnimap-open-connection): Use it.
8169
8170         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8171         for the gnus-message function.
8172         (auth-source-user-or-password): Use it.
8173
8174 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8175
8176         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8177         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8178         (rfc2104-hash): Use it.
8179
8180 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8181
8182         * gnus-art.el (gnus-article-toggle-truncate-lines):
8183         Don't use `iff' in docstring.
8184
8185 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8186
8187         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8188
8189         * gnus-util.el (gnus-extract-address-component-name)
8190         (gnus-extract-address-component-email): Convenience functions around
8191         `gnus-extract-address-components'.
8192
8193         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8194         Use `gnus-extract-address-component-email' to fix bug of comparing full
8195         sender name to `user-mail-address'.
8196
8197 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8198
8199         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8200         catch/throw to optimize.
8201         (gnus-registry-find-keywords): Just use member to find a keyword.
8202
8203 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8204
8205         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8206         is current before calling gnus-server-prepare.
8207         (gnus-server-setup-buffer, gnus-server-update-server)
8208         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8209
8210 2008-05-04  Juri Linkov  <juri@jurta.org>
8211
8212         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8213         (mailcap-file-default-commands): Use mailcap-replace-in-string
8214         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8215         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8216
8217 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8218
8219         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8220
8221 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8222
8223         * gnus.el: Bump version to 0.11.
8224
8225 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8226
8227         * gnus.el: No Gnus v0.10 is released.
8228
8229 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8230
8231         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8232         hooks.
8233         (gnus-update-read-articles): Speed up non-marks-using users.
8234         (gnus-use-marks): Define gnus-use-marks.
8235         (gnus-propagate-marks): Rename variable to something more sensible.
8236
8237 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8238
8239         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8240         (gmm-image-load-path-for-library): Fix typos in docstrings.
8241         (gmm-message): Reflow docstring.
8242
8243 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8244
8245         * mail-source.el (mail-source-set-1, mail-source-bind):
8246         Move auth-source code out of the macro to clean it up and fix bugs.
8247
8248 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8249
8250         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8251         by sender if it's equal to user-mail-address, it's likely to be
8252         useless.
8253
8254         * mail-source.el (mail-source-bind): Don't use user or password if they
8255         are not bound.  Unintern them if they are nil.  Don't use server unless
8256         it's bound, and default it to empty string otherwise.
8257
8258 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8259
8260         * mail-source.el: Load auth-source.el.
8261         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8262         get user name or password, if auth-sources is set up.
8263
8264         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8265         strategy of splitting with parent.
8266         (gnus-registry-split-fancy-with-parent)
8267         (gnus-registry-post-process-groups): Use it and fix prior
8268         bug (returning a list as the split result).
8269
8270         * auth-source.el (auth-sources): Remove server parameter.
8271         (auth-source-pick, auth-source-user-or-password)
8272         (auth-source-user-or-password-imap)
8273         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8274         (auth-source-user-or-password-sftp)
8275         (auth-source-user-or-password-smtp): Remove server parameter.
8276
8277 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8278
8279         * smime.el (smime-sign-region, smime-encrypt-region)
8280         (smime-decrypt-region):
8281         Remove redundant calls to `generate-new-buffer-name'.
8282
8283 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8284
8285         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8286         Don't use QP for message/rfc822.
8287         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8288
8289 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8290
8291         * sieve-manage.el (sieve-string-bytes): Remove.
8292         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8293         correct byte-length only if the process's coding-system is the same as
8294         the one used internally by Emacs to represent strings.
8295
8296 2008-04-22  Juri Linkov  <juri@jurta.org>
8297
8298         * mailcap.el (mailcap-file-default-commands): New function.
8299
8300 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8301
8302         * message.el (message-signature-separator, message-cite-function):
8303         Change custom version.
8304
8305 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8306
8307         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8308         commands.
8309         (tls-checktrust): Ditto.
8310
8311 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8312
8313         * mm-decode.el (mm-display-external): Make temp file read-only.
8314
8315 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8316
8317         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8318         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8319         `C-c C-f d'.
8320
8321 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8322
8323         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8324
8325 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8326
8327         * gnus.el: Bump version to 0.9.
8328
8329 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8330
8331         * gnus.el: No Gnus v0.8 is released.
8332
8333 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8334
8335         * mail-source.el (mail-source-value):
8336         Prefer fboundp to functionp so it works with macros as well.
8337
8338 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8339
8340         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8341         Fix last change in case the element is not even a symbol.
8342
8343 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8344
8345         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8346         Prefer fboundp to functionp so it works with macros as well.
8347
8348 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8349
8350         * auth-source.el: Add docs.
8351         (auth-sources): Modify format to support server.
8352         (auth-source-pick, auth-source-user-or-password)
8353         (auth-source-user-or-password-imap)
8354         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8355         (auth-source-user-or-password-sftp)
8356         (auth-source-user-or-password-smtp): Add server parameter.
8357
8358 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8359
8360         * gnus-registry.el: Initialize the registry when gnus-registry-install
8361         is t.
8362
8363 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8364
8365         * compface.el (uncompface): Make buffer unibyte.
8366
8367 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8368
8369         * mail-source.el (mail-source-value):
8370         Prefer fboundp to functionp so it works with macros as well.
8371
8372 2008-04-05  Glenn Morris  <rgm@gnu.org>
8373
8374         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8375
8376 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8377
8378         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8379         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8380
8381         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8382         multibyteness after rather than before erasing it.
8383
8384         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8385         mm-with-multibyte.
8386         (gnus-request-article-this-buffer): Make sure the proper decoding is
8387         used if gnus-original-article-buffer happens to be unibyte.
8388
8389         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8390         default-enable-multibyte-characters.
8391
8392         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8393         default-enable-multibyte-characters.
8394
8395         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8396
8397         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8398
8399 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8400
8401         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8402         Fix last change in case the element is not even a symbol.
8403
8404 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8405
8406         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8407         (imap-message-copyuid-1): Use it.
8408         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8409         J. Williams in
8410         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8411
8412         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8413         imap-enable-exchange-bug-workaround.
8414         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8415
8416 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8417
8418         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8419         a 100 byte status-checks into a 2-3MB transfer for each group.
8420         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8421         to enable bug workaround or not.
8422         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8423
8424 2008-03-31  Glenn Morris  <rgm@gnu.org>
8425
8426         * message.el (mml2015-use): Declare for compiler.
8427         (message-info): Require mml2015 when appropriate.
8428
8429 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8430
8431         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8432         whitespace.
8433
8434 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8435
8436         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8437         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8438         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8439         (nntp-service-to-port): New function.
8440         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8441         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8442         (nntp-open-netcat-stream): New function.
8443         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8444
8445 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8446
8447         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8448
8449 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8450
8451         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8452
8453 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8454
8455         * dns.el (dns-write): Use set-buffer-multibyte.
8456
8457 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8458
8459         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8460
8461 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8462
8463         * message.el (message-signature-separator): Change default.
8464         Improve custom type.
8465         (message-cite-function): Change default to
8466         message-cite-original-without-signature.
8467
8468         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8469         toggle.
8470
8471         * message.el (message-check-news-body-syntax): Fix signature check.
8472         (message-setup-1): Mark buffer as unmodified _after_ running
8473         message-setup-hook and handling message-alternative-emails.
8474         (message-shorten-references): Be more strict when building list of
8475         valid references to comply with GNKSA.
8476
8477         * gnus-group.el (gnus-read-ephemeral-bug-group)
8478         (gnus-read-ephemeral-debian-bug-group)
8479         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8480
8481         * message.el (message-info): Don't use booleanp which isn't supported
8482         in Emacs 21 and XEmacs.
8483
8484 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8485
8486         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8487         gnus-group-gmane-group-download-format.
8488         (gnus-group-read-ephemeral-gmane-group): Rename from
8489         gnus-group-read-ephemeral-gmane-group.
8490         (gnus-read-ephemeral-gmane-group-url): Rename from
8491         gnus-group-read-ephemeral-gmane-group-url.
8492         (gnus-bug-group-download-format-alist): New variable.
8493         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8494         (gnus-read-ephemeral-emacs-bug-group): New commands.
8495
8496 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8497
8498         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8499         (gnus-visible-headers): Improve custom type.
8500
8501 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8502
8503         * mml.el (mml-menu): Add workarounds for XEmacs.
8504
8505         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8506         X-Boundary header.
8507
8508         * message.el (message-simplify-recipients): Fix previous commit.
8509
8510 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8511
8512         * mm-util.el (mm-set-buffer-multibyte): New function.
8513         * mm-decode.el (mm-copy-to-buffer): Use it.
8514
8515         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8516         Prefer fboundp to functionp so it works with macros as well.
8517
8518 2008-03-19  Glenn Morris  <rgm@gnu.org>
8519
8520         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8521         Accidentally removed in the sync process with Emacs.
8522
8523 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8524
8525         * message.el (message-alter-recipients-discard-bogus-full-name):
8526         New function.
8527         (message-alter-recipients-function): New variable.
8528         (message-get-reply-headers): Use it.
8529         (message-replace-header): New helper function.
8530         (message-recipients-without-full-name): New variable.
8531         (message-simplify-recipients): New command.
8532
8533         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8534
8535         * message.el (message-info): Handle EasyPG manual.
8536
8537         * mml.el (mml-menu): Add entry for EasyPG.
8538
8539 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8540
8541         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8542         parameter.
8543
8544         * message.el (message-disassociate-draft): Specify drafts group name
8545         fully.
8546
8547 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8548
8549         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8550         Eliminate unnecessary duplicates from the match list.
8551
8552 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8553
8554         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8555
8556         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8557
8558         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8559         args of `how-many' of which the XEmacs version doesn't take; declare
8560         Info-index-next as function.
8561
8562 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8563
8564         * gnus-score.el (gnus-score-headers): Fix handling of
8565         gnus-inhibit-slow-scoring.
8566
8567         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8568         string.
8569         (gnus-button-url-regexp): Improve handling of parenthesis.
8570         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8571         (gnus-button-handle-info-keystrokes): Handle index entries.
8572
8573 2008-03-15  Glenn Morris  <rgm@gnu.org>
8574
8575         * parse-time.el (parse-time-string): Simplify.
8576
8577 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8578
8579         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8580         Incoming* files.
8581
8582 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8583
8584         * auth-source.el (auth-sources): Rename from auth-source-choices.
8585         (auth-source-pick): Use it.
8586
8587 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8588
8589         * binhex.el (binhex-decode-region-internal):
8590         * uudecode.el (uudecode-decode-region-internal):
8591         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8592         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8593         setting default-enable-multibyte-characters.
8594
8595 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8596
8597         * auth-source.el (auth-source-protocols)
8598         (auth-source-protocols-customize, auth-source-choices): Add and
8599         modified variable customizations and defaults.
8600         (auth-source-pick, auth-source-user-or-password)
8601         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8602         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8603         (auth-source-user-or-password-sftp)
8604         (auth-source-user-or-password-smtp): Use new variables and provide an
8605         interface to netrc.el.
8606
8607 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8608
8609         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8610         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8611         Make sure the nntp port to specify is a string.
8612
8613 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8614
8615         * nntp.el: Use with-current-buffer.
8616         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8617         dubious mm-with-unibyte-current-buffer.
8618         (nntp-with-open-group-function): New function extracted from
8619         nntp-with-open-group macro.
8620         (nntp-with-open-group): Use the function, so it's easier to debug.
8621         Add indentation and debugging info.
8622         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8623         Recommend the use of the netcat alternatives.
8624
8625         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8626         Avoid mm-string-as-multibyte as well.
8627
8628         * nnweb.el (nnweb-insert-html):
8629         Remove use of nnheader-string-as-multibyte.
8630
8631         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8632         (nnheader-string-as-multibyte): Remove.
8633
8634         * mm-view.el: Use inhibit-read-only.
8635         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8636         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8637         or unibyte-string.
8638
8639         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8640         (mm-uu-yenc-extract): Use with-current-buffer.
8641
8642         * gnus-soup.el (gnus-soup-send-packet): Don't use
8643         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8644
8645         * nnmh.el: Use with-current-buffer.
8646         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8647         mm-string-as-multibyte on the output of mm-encode-coding-string.
8648
8649         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8650         (nnimap-request-move-article): Use with-current-buffer.
8651
8652         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8653         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8654         conversion uses string-make-unibyte rather than string-as-unibyte.
8655
8656         * gnus-msg.el: Use with-current-buffer.
8657
8658         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8659
8660 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8661
8662         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8663         string for caching if it is 'PIN.
8664
8665 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8666
8667         * lpath.el: Consider the case without Emacs/W3.
8668
8669 2008-03-08  Glenn Morris  <rgm@gnu.org>
8670
8671         * time-date.el (date-to-time, time-subtract, time-add)
8672         (safe-date-to-time): Doc fixes.
8673
8674 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8675
8676         * mail-source.el (mail-source-delete-old-incoming-confirm):
8677         Change default to nil.
8678         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8679
8680 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8681
8682         * lpath.el: Rearrange.
8683
8684         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8685         (gnus-article-goto-prev-page): Work for articles having ^L's.
8686
8687         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8688
8689         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8690
8691 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8692
8693         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8694         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8695         (gnus-bookmark-jump): Adjust some variable names.
8696
8697 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8698
8699         * auth-source.el: New package.
8700         (auth-source-choices): Add customization entry point variable.
8701
8702         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8703         bug.
8704
8705 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8706
8707         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8708         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8709         (gnus-registry-install-shortcuts): Rename from
8710         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8711         the `gnus-registry-mark-map' keymap dynamically from
8712         `gnus-registry-marks'.  The generated functions update the summary line
8713         when a registry mark is added or deleted, and will call
8714         `gnus-registry-install-p' (see the comments in the code).
8715         (gnus-registry-user-format-function-M): Use concat intelligently.
8716
8717         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8718         the registry mark functions.
8719
8720 2008-03-05  Glenn Morris  <rgm@gnu.org>
8721
8722         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8723         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8724         gnus-art.
8725         (top-level): No need to load own source when compiling.
8726
8727 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8728
8729         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8730         Suggested by <chris.anderton@zetnet.co.uk>.
8731
8732 2008-03-04  Glenn Morris  <rgm@gnu.org>
8733
8734         * gnus-sum.el (top-level): No need to require gnus when compiling,
8735         since unconditionally required near start of file.
8736         (gnus-summary-display-while-building): Move definition before use.
8737
8738 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8739
8740         * gnus-registry.el (gnus-registry-user-format-function-M):
8741         Add formatting function.
8742
8743 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8744
8745         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8746         with plists.
8747         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8748         Use new format.
8749
8750 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8751
8752         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8753         `where-is-internal' that returns a range of key sequences.
8754
8755 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8756
8757         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8758
8759         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8760         (gnus-summary-jump-to-group): Consider windows on other displayed
8761         frames as well.  Similar changes might be needed elsewhere, but that's
8762         the one I've bumped into during my use.
8763
8764         * nndoc.el (nndoc-oe-dbx-type-p):
8765         * gnus-msg.el (gnus-debug):
8766         * gnus-group.el (gnus-update-group-mark-positions):
8767         Use mm-string-to-multibyte.
8768
8769 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8770
8771         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8772         doesn't handle NotDashEscaped.
8773
8774         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8775         (mml-dnd-attach-options): Fix typo in custom choice.
8776
8777         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8778         Change nndoc-article-type to mbox.
8779         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8780
8781         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8782         to nil, instead of html2text.
8783
8784         * imap.el (imap-debug): Add `imap-ping-server'.
8785
8786         * gnus-bookmark.el: Add FIXMEs.
8787
8788         * message.el (message-form-letter-separator)
8789         (message-send-form-letter-delay): New variables.
8790         (message-send-form-letter): Use them.  New command to send form
8791         letters.  Requested by Uwe Siart.
8792         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8793
8794 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8795
8796         * Update copyright years.
8797
8798 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8799
8800         Sync from EMACS_22_BASE.
8801
8802         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8803
8804 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8805
8806         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8807         empty author.
8808
8809 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8810
8811         * gnus-registry.el (gnus-registry-marks): Add variable for
8812         customization of marks and their appearance.
8813         (gnus-registry-read-mark): Use it.
8814         (gnus-registry-do-marks): Add utility function to loop through
8815         `gnus-registry-marks'.
8816         (gnus-registry-install-shortcuts-and-menus): Add function to install
8817         shortcuts and menus.
8818         (gnus-registry-initialize): Use it.
8819         (gnus-registry-default-mark): Clarify documentation.
8820
8821 2008-02-29  Glenn Morris  <rgm@gnu.org>
8822
8823         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8824         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8825         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8826         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8827         Change defcustom :version from 23.0 to 23.1.
8828
8829 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8830
8831         * gnus-registry.el (gnus-registry-follow-group-p)
8832         (gnus-registry-post-process-groups): Add functions to aid registry
8833         splitting and improve logging.  Clarify behavior in function
8834         documentation.
8835         (gnus-registry-split-fancy-with-parent): Use them.
8836
8837 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8838
8839         * gnus-art.el: Use with-current-buffer.
8840
8841 2008-02-27  David Engster  <dengste@eml.cc>
8842
8843         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8844         Express real group name in the response.
8845
8846 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8847
8848         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8849         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8850         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8851         autoload gnus-registry-fetch-group when compiling.
8852         (nnmairix-request-group-with-article-number-correction):
8853         Remove unreferenced argument passed to nnmairix-call-backend.
8854
8855 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8856
8857         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8858         (mm-uu-extract): Improve face for low color ttys.
8859         Reported by Sascha Wilde.
8860
8861 2008-02-27  Glenn Morris  <rgm@gnu.org>
8862
8863         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8864         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8865         variables to defconsts.  Convert comments to doc-strings.
8866         (nnmairix-last-server, nnmairix-current-server): Convert from free
8867         variables to defvars.  Convert comments to doc-strings.
8868         (gnus-registry-fetch-group): Autoload.
8869         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8870         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8871         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8872         caddr.
8873         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8874         nnmairix-request-group-with-article-number-correction call.
8875         (nnmairix-fast, nnmairix-group): New, less general names, for free
8876         variables passed from nnmairix-request-group to
8877         nnmairix-request-group-with-article-number-correction.  Declare.
8878         (nnmairix-request-group-with-article-number-correction):
8879         Use nnmairix-fast, nnmairix-group rather than fast, group.
8880
8881 2008-02-26  David Engster  <dengste@eml.cc>
8882
8883         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8884         version 0.5.
8885
8886 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8887
8888         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8889         instead of making an extra function call.  Don't add the current group
8890         to articles only when they have the group.  Use
8891         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8892         Reported by David <de_bb@arcor.de>.
8893
8894 2008-02-24  Miles Bader  <miles@gnu.org>
8895
8896         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8897         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8898         (mm-find-mime-charset-region):
8899         * mm-bodies.el (mm-encode-body):
8900         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8901
8902 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8903
8904         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8905         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8906
8907 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8908
8909         * mail-source.el (mail-source-delete-incoming): Change default.
8910         Supplement doc string.
8911
8912         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8913
8914 2008-02-14  Glenn Morris  <rgm@gnu.org>
8915
8916         * time-date.el (format-seconds): New function.
8917
8918 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8919
8920         * nnmail.el (nnmail-message-id-cache-file): Derive from
8921         `gnus-home-directory'.
8922
8923 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8924
8925         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8926         Document negative prefix.
8927
8928         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8929
8930 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8931
8932         * message.el (message-unsent-separator): Add the Exim bounce
8933         separator.
8934
8935 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8936
8937         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8938         list.
8939         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8940         recipient/signer list.
8941
8942 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8943
8944         * Makefile.in (datarootdir): Define.
8945         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8946         name that might contain whitespace.
8947
8948 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8949
8950         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8951         fbound (Emacs 23 unicode), signal an error.
8952
8953 2008-02-08  Glenn Morris  <rgm@gnu.org>
8954
8955         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8956
8957 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8958
8959         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8960         ports to the calls to `netrc-machine-user-or-password' in addition to
8961         "imap" and "imaps".
8962
8963 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8964
8965         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8966
8967         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8968
8969 2008-02-01  Kenichi Handa  <handa@m17n.org>
8970
8971         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8972         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8973         (rfc2104-hash): Convert the result of concat to unibyte string.
8974
8975 2008-02-01  Dave Love  <fx@gnu.org>
8976
8977         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8978         coding-system-for-read.
8979         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8980
8981 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8982
8983         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8984         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8985         <hanche@math.ntnu.no>.
8986
8987 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8988
8989         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8990
8991         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8992
8993 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8994
8995         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8996         * message.el (message-beginning-of-line): Use featurep instead of bound
8997         tests in order to resolve conditionals at compile time.
8998
8999 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
9000
9001         * mail-source.el (mail-sources): Add `group' choice.
9002
9003         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9004         parameter `in-group' to control into which group the articles go.
9005         Add treatment of `group' mail-source.
9006
9007 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9008
9009         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9010
9011         * mm-decode.el (mm-dissect-buffer): Decode description.
9012
9013         * mml.el (mml-to-mime): Encode message header first.
9014
9015 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9016
9017         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9018         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9019
9020         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
9021         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
9022
9023 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
9024
9025         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9026
9027 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9028
9029         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9030         prefix keys.
9031         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9032         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9033         gnus-xmas.el.
9034
9035         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
9036         (gnus-xmas-article-describe-bindings): New function.
9037         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
9038         gnus-xmas-article-describe-bindings.
9039
9040         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
9041
9042 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9043
9044         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9045         Add new variables for article mark management.
9046         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9047         list of extra data entries which, when present, will indicate that the
9048         article ID should not be trimmed from the registry.
9049         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9050         functions.
9051         (gnus-registry-read-mark): New function to read a mark name from the
9052         user.
9053         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9054         (gnus-registry-set-article-mark-internal): New functions to add and
9055         remove marks.
9056         (gnus-registry-get-article-marks): New function to show the marks for
9057         an article, or retrieve them for further use.
9058
9059 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9060
9061         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9062         keys when no argument is given.
9063
9064 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9065
9066         * imap.el (imap-ping-server): New variable.
9067         (imap-opened): On add extra ping if imap-ping-server is non-nil.
9068         (imap-ping-server): Minor doc string fixes.
9069
9070 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9071
9072         * imap.el (imap-ping-server): New function.
9073         (imap-opened): Call imap-ping-server.
9074
9075 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9076
9077         * gnus-sum.el (gnus-article-sort-by-random)
9078         (gnus-thread-sort-by-random): Fix doc strings.
9079         Reported by jidanni@jidanni.org.
9080
9081 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9082
9083         * gnus-art.el (gnus-article-describe-bindings): New function.
9084         (gnus-article-read-summary-keys): Use it.
9085         (gnus-article-mode-map): Bind `C-h b' to it.
9086
9087 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9088
9089         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9090         XEmacs.
9091         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9092         Protect against non-character events.
9093
9094         * lpath.el: Fbind map-keymap for Emacs 21.
9095
9096 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9097
9098         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9099         New command.
9100         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9101         instead of END.  Change name of the temp file.
9102         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9103         customizable.
9104
9105 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9106
9107         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9108         bind `S W' to gnus-article-wide-reply-with-original; set default
9109         binding to gnus-article-read-summary-send-keys.
9110         (gnus-article-read-summary-keys): Fix the order of keys; display
9111         continuation keys correctly in the echo area; describe bindings
9112         correctly when keys end with `C-h'.
9113         (gnus-article-read-summary-send-keys): New function.
9114         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9115         Work for gnus-article-read-summary-send-keys; display continuation keys
9116         correctly in the echo area.
9117         (gnus-article-reply-with-original): Ignore prefix argument.
9118         (gnus-article-wide-reply-with-original): New function.
9119
9120         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
9121         Emacs 21.
9122
9123 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9124
9125         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9126         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9127
9128 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9129
9130         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9131         (gnus-group-read-ephemeral-gmane-group): New command.
9132
9133 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9134
9135         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9136
9137 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9138
9139         * message.el (message-send-mail-function): Increase custom version.
9140
9141         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9142         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9143
9144 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9145
9146         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
9147         for the cases where imap-authenticate is called with a nil buffer
9148         parameter.
9149
9150 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9151
9152         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9153         html parts correctly; support forwarded messages.
9154         (gnus-article-browse-html-article): Remove work buffers.
9155
9156         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9157         compiling.
9158         (netrc-bound-and-true-p): New macro.
9159         (netrc-parse): Use it instead of bound-and-true-p that is not available
9160         in XEmacs 21.4.
9161
9162 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9163
9164         * gnus-registry.el (gnus-registry-mark-article)
9165         (gnus-registry-article-marks): Add functionality to mark articles
9166         through the Gnus registry.
9167
9168         * encrypt.el: Clarify documentation for the new pgg method.
9169         (encrypt-file-alist): Add PGG option.
9170         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9171         functionality.  Abstract password key and messaging to external
9172         functions.
9173         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9174         (encrypt-message-method-and-cipher): Add new convenience external
9175         functions.
9176         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9177         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9178
9179         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9180         (netrc-parse): Use encrypt-file-alist to determine if
9181         encrypt-find-model or encrypt-insert-file-contents should be used.
9182
9183         * encrypt.el: Clarify documentation.  Load password-cache or
9184         password, whichever one is found first, instead of autoloading.
9185
9186 2007-12-19  Glenn Morris  <rgm@gnu.org>
9187
9188         * mml.el (message-options-set, message-narrow-to-head)
9189         (message-in-body-p, message-mail-p, message-encode-message-body):
9190         Autoload.
9191         (message-remove-header, message-narrow-to-headers-or-head)
9192         (message-subscribed-p, message-make-mail-followup-to)
9193         (message-position-on-field, message-news-p)
9194         (message-options-set-recipient, message-generate-headers)
9195         (message-sort-headers): Declare as functions.
9196
9197 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9198
9199         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9200         convention in doc string.
9201
9202 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9203
9204         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9205         title to html parts.
9206         (gnus-article-browse-html-article): Pass message header to it.
9207
9208         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9209
9210 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9211
9212         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9213         or password compatible with XEmacs.
9214
9215 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9216
9217         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9218         format document.
9219         (gnus-mime-delete-part): Don't write description line if empty.
9220         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9221
9222 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
9223
9224         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9225         (gnus-summary-mark-read-and-unread-as-read)
9226         (gnus-summary-mark-current-read-and-unread-as-read)
9227         (gnus-summary-mark-unread-as-ticked): Doc fix.
9228         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9229
9230 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9231
9232         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9233         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9234
9235 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9236
9237         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9238         yes-or-no-p.
9239
9240 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9241
9242         * mm-decode.el (mm-add-meta-html-tag): New function.
9243         (mm-save-part-to-file, mm-pipe-part): Use it.
9244
9245         * gnus-art.el (gnus-article-browse-delete-temp-files):
9246         Use gnus-y-or-n-p instead of y-or-n-p.
9247         (gnus-article-browse-html-parts): Work with message/external-body; use
9248         mm-add-meta-html-tag.
9249
9250 2007-12-11  Glenn Morris  <rgm@gnu.org>
9251
9252         * gnus-cache.el: Require gnus-sum not just when compiling.
9253
9254         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9255
9256         * gnus-int.el (gnus-server-opened, gnus-status-message):
9257         Move definitions before use.
9258
9259         * mm-decode.el: Require gnus-util.
9260         (mm-remove-part): Only call delete-annotation on XEmacs.
9261
9262         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9263
9264         * nnmail.el: Require gnus-int.
9265
9266         * spam.el: Move `require's before `eval-when-compile's.
9267
9268         * gnus-ems.el (gnus-alive-p):
9269         * gnus-fun.el (message-goto-eoh):
9270         * gnus-util.el (gnus-group-name-decode):
9271         * mail-source.el (gnus-compress-sequence):
9272         * message.el (Info-goto-node, format-spec):
9273         * mm-bodies.el (message-options-get):
9274         * mm-decode.el (mm-view-pkcs7):
9275         * mm-util.el (gmm-write-region):
9276         * mml-smime.el (mml-compute-boundary)
9277         (gnus-completing-read-with-default):
9278         * mml.el (widget-button-press, gnus-make-hashtable):
9279         * mml1991.el (mm-decode-content-transfer-encoding)
9280         (mm-encode-content-transfer-encoding)
9281         (message-options-get, message-options-set):
9282         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9283         * nnfolder.el (gnus-request-group):
9284         * nnheader.el (ietf-drums-unfold-fws):
9285         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9286         * smime.el (gnus-run-mode-hooks):
9287         * spam-stat.el (gnus-message): Autoload.
9288
9289         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9290         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9291         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9292         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9293         Add declare-function compatibility definition.
9294
9295         * gnus-cache.el (nnvirtual-find-group-art):
9296         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9297         (gnus-add-image, gnus-add-wash-type):
9298         * gnus-group.el (nnkiboze-score-file):
9299         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9300         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9301         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9302         (message-tokenize-header, gnus-get-buffer-create)
9303         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9304         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9305         * gnus.el (gnus-group-decoded-name):
9306         * mail-source.el (imap-capability):
9307         * mm-bodies.el (message-options-set):
9308         * mm-decode.el (gnus-configure-windows):
9309         * mm-extern.el (message-goto-body):
9310         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9311         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9312         (epg-sub-key-validity, message-options-set):
9313         * mml.el (widget-event-point, gnus-configure-windows):
9314         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9315         * mml2015.el (epg-check-configuration, epg-configuration)
9316         (message-options-set):
9317         * nndb.el (nndb-request-article):
9318         * nnfolder.el (gnus-request-create-group):
9319         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9320         * nnmaildir.el (gnus-group-mark-article-read):
9321         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9322         * rfc1843.el (message-fetch-field):
9323         * spam.el (gnus-extract-address-components):
9324         Declare as functions.
9325
9326 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9327
9328         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9329
9330         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9331
9332         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9333         bind show-trailing-whitespace for XEmacs.
9334
9335 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9336
9337         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9338         new no-op macro for backward compatibility.
9339
9340         * imap.el (imap-string-to-integer): New function.
9341
9342 2007-12-09  Glenn Morris  <rgm@gnu.org>
9343
9344         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9345
9346         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9347         * message.el, mm-view.el, sieve-manage.el, smime.el:
9348         Add declare-function compatibility definition.
9349
9350         * gnus-art.el (w3-region, w3m-region, Info-menu):
9351         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9352         * gnus-sum.el (gnus-get-predicate):
9353         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9354         * message.el (mail-abbrev-in-expansion-header-p):
9355         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9356         (w3m-detect-meta-charset, w3m-region):
9357         * sieve-manage.el (password-read, password-cache-add)
9358         (password-cache-remove):
9359         * smime.el (password-read-and-add): Declare as functions.
9360
9361 2007-12-08  David Kastrup  <dak@gnu.org>
9362
9363         * gnus-sum.el (gnus-summary-simplify-subject-query):
9364         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9365         `message'.
9366
9367 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9368
9369         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9370         it to bind idna-program, installation-directory, defined-colors, and
9371         face-attribute for XEmacs of the version that compiles defcustom forms.
9372
9373 2007-12-07  Glenn Morris  <rgm@gnu.org>
9374
9375         * gnus-art.el (article-make-date-line): Revert previous change.
9376
9377 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9378
9379         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9380
9381 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9382
9383         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9384         Call gnus-add-to-range ranges only once with a prepared article-list.
9385
9386 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9387
9388         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9389         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9390         group names with backslashes.
9391         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9392
9393 2007-12-06  Deepak Goel  <deego3@gmail.com>
9394
9395         * gnus-art.el (article-make-date-line):
9396         * gnus-start.el (gnus-load):
9397         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9398
9399 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9400
9401         * gnus-art.el (gnus-use-idna)
9402         * gnus-start.el (gnus-site-init-file)
9403         * message.el (message-use-idna)
9404         * mm-uu.el (mm-uu-hide-markers)
9405         * smiley.el (smiley-style): Revert changes that suppress warnings.
9406
9407 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9408
9409         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9410         specify charset to html source.
9411         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9412
9413 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9414
9415         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9416         idna-program in order to suppress byte compile warning issued by XEmacs
9417         that came to byte compile the default value section of defcustom forms
9418         recently.
9419
9420         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9421         value of installation-directory.
9422
9423         * message.el (message-use-idna): Don't directly refer to the value of
9424         idna-program.
9425
9426         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9427
9428         * smiley.el (smiley-style): Don't directly call face-attribute.
9429
9430 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9431
9432         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9433
9434         * gnus-dired.el: Reduce Gnus dependencies.
9435         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9436         Don't require.  Use autoloads instead.
9437         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9438         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9439         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9440         (gnus-dired-mode): Adjust doc string.
9441         (gnus-dired-mail-mode): New variable.
9442         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9443         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9444         (gnus-dired-mail-buffers): New function.  Return mail or message
9445         composition buffers.
9446         (gnus-dired-attach): Use it.
9447         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9448         NO-DECODE.
9449         (gnus-dired-print): Use `gnus-print-buffer' depending on
9450         `gnus-dired-mail-mode'.
9451
9452 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9453
9454         * rfc2047.el (rfc2047-encoded-word-regexp)
9455         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9456         explaining what regexp patterns are for.
9457
9458 2007-12-04  Glenn Morris  <rgm@gnu.org>
9459
9460         * password.el: Move to password-cache.el.
9461
9462         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9463         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9464         * mml-smime.el (password-read, password-cache-add)
9465         (password-cache-remove):
9466         No need to autoload, since mml-sec requires password.
9467
9468         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9469         * message.el (gnus-extract-address-components):
9470         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9471
9472         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9473         password.
9474
9475 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9476
9477         * mailcap.el: Reduce dependencies.
9478         (mail-header-parse-content-type): Autoload.
9479         (mailcap-delete-duplicates): New alias.
9480         (mailcap-mime-info): Add optional argument NO-DECODE.
9481         (mailcap-mime-types): Use mailcap-delete-duplicates.
9482
9483         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9484
9485 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9486
9487         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9488         (imap-parse-status): Upcase status-att for servers that sends them
9489         lower-case (e.g., MS Exchange 2007).
9490
9491 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9492
9493         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9494         function.
9495
9496         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9497         (gnus-uu-yenc-article): New function.
9498
9499         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9500
9501         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9502
9503 2007-12-02  Glenn Morris  <rgm@gnu.org>
9504
9505         * binhex.el (binhex): New custom group.
9506         (binhex-decoder-program, binhex-decoder-switches)
9507         (binhex-use-external): Move to the binhex custom group.
9508
9509         * uudecode.el (uudecode): New custom group.
9510         (uudecode-decoder-program, uudecode-decoder-switches)
9511         (uudecode-use-external): Move to the uudecode custom group.
9512
9513         * netrc.el (top-level): Don't load `encrypt' features.
9514         (netrc-parse): Don't use encrypt.
9515         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9516
9517         * encrypt.el: Remove file.
9518
9519 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9520
9521         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9522         matches on patches.
9523
9524         * gnus-art.el (gnus-article-browse-html-article):
9525         Mention `mm-text-html-renderer' in the doc string.
9526
9527         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9528         string.  Add comments.
9529
9530         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9531         if rhs is ASCII.
9532
9533 2007-12-01  Glenn Morris  <rgm@gnu.org>
9534
9535         * mail-source.el (top-level): Require format-spec before
9536         eval-when-compile.
9537
9538 2007-11-30  Glenn Morris  <rgm@gnu.org>
9539
9540         * encrypt.el: Require password, rather than autoloading password-read.
9541
9542 2007-11-29  Glenn Morris  <rgm@gnu.org>
9543
9544         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9545         (sasl-make-client, sasl-next-step, sasl-step-data)
9546         (sasl-step-set-data): Declare as functions.
9547
9548 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9549
9550         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9551
9552 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9553
9554         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9555         certs should be verified and what is to be done in the event of a
9556         verification failure.
9557
9558         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9559         caller can indicate whether the cache should be disregarded for this
9560         call.  This way the result of the call is reproducible at all times and
9561         can be considered a canonical server name for the supplied method.
9562         (gnus-agent-method-p): Canonicalize server names by pushing their
9563         method through `gnus-method-to-server' using the no-cache argument.
9564
9565         * gnus-srvr.el (gnus-server-insert-server-line):
9566         Call `gnus-method-to-server' with `no-cache' argument.
9567
9568         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9569         gnus-agent-possibly-synchronize-flags as this should be called when the
9570         server is actually being opened.
9571         (gnus-agent-possibly-synchronize-flags)
9572         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9573         flags file of an agentized server to the latter function.
9574
9575         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9576         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9577         after a connection has been established successfully.
9578
9579 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9580
9581         * gnus-art.el (article-display-face): Force to display face if called
9582         interactively; check if gnus-article-x-face-too-ugly matches author.
9583         (article-display-x-face): Display face even if From header is missing
9584         as article-display-face does.
9585
9586 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9587
9588         * hashcash.el (message-narrow-to-headers-or-head)
9589         (message-fetch-field, message-goto-eoh)
9590         (message-narrow-to-headers): Declare as functions.
9591
9592 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9593
9594         * mail-source.el (mail-sources): Default to fetch from file for
9595         compatibility with default of nnmail-spool-file.
9596
9597 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9598
9599         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9600         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9601         to look for encoded word that should be encoded again.
9602         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9603         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9604         encoding pattern.
9605         (rfc2047-decode-region): Switch strict regexp and loose one according
9606         to rfc2047-allow-irregular-q-encoded-words.
9607
9608 2007-11-25  Romain Francoise  <romain@orebokech.com>
9609
9610         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9611
9612 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9613
9614         * tls.el (tls-program): Provide more custom choices from
9615         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9616         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9617
9618 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9619
9620         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9621         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9622
9623         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9624         `nnmail-spool-file'.
9625
9626         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9627         `nnmail-spool-file'.
9628
9629         * gnus-move.el (gnus-change-server): Ditto.
9630
9631         * gnus-kill.el (gnus-batch-score): Ditto.
9632
9633         * gnus-cache.el (gnus-jog-cache): Ditto.
9634
9635         * gnus-msg.el (gnus-summary-reply):
9636         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9637
9638 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9639
9640         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9641         version.  Minor improvement to doc strings.
9642         (tls-program): Add comment.
9643
9644 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9645
9646         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9647         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9648         mismatch between the hostname provided in the certificate and the name
9649         of the host connnecting to.
9650         (open-tls-stream): Use them.  Check certificates against trusted root
9651         certificates.
9652
9653 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9654
9655         * gnus-cache.el (gnus-cache-generate-nov-databases):
9656         Use nnml-generate-nov-databases-directory instead of
9657         nnml-generate-nov-databases-1.
9658
9659 2007-11-24  Glenn Morris  <rgm@gnu.org>
9660
9661         * message.el (message-tool-bar-retro): Update for rename
9662         mail_send.xpm->mail-send.xpm.
9663
9664 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9665
9666         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9667         `smime-ldap-search' for Emacs 22 and up.
9668
9669 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9670
9671         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9672
9673         * message.el (message-send-mail-function): Fix error convention.
9674         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9675         (message-widen-reply, message-send-mail, message-talkative-question)
9676         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9677         (message-clone-locals, message-send-news): Use with-current-buffer.
9678         (message-insert-or-toggle-importance): Remove unused var `valid'.
9679         (message-make-references): Remove unused var `new-references'.
9680         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9681
9682 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9683
9684         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9685         (spam-split-symbolic-return-positive): Reflow docstring.
9686         (spam-backends, spam-summary-exit-behavior)
9687         (spam-mark-ham-unread-before-move-from-spam-group)
9688         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9689         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9690         (spam-clear-cache, spam-backend-check, spam-install-backend)
9691         (spam-install-statistical-backend, spam-list-of-processors)
9692         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9693         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9694         (spam-check-crm114, spam-initialize, spam-unload-hook):
9695         Fix typos in docstrings.
9696
9697 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9698
9699         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9700         been checked if they have never been read and those group levels are
9701         higher than the one that a user specified.
9702
9703 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9704
9705         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9706         foreign groups unless a group level is specified by a user.
9707         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9708
9709 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9710
9711         * message.el (message-send-mail-function): Require sendmail.
9712
9713 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9714
9715         * message.el (message-send-mail-function): Check for smtpmail too.
9716
9717         * utf7.el (utf7-encode, utf7-decode): Use coding system
9718         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9719
9720         * message.el (message-send-mail-function): New function.
9721         (message-send-mail-function): Set default using
9722         message-send-mail-function.  Adjust doc string.
9723         (message-send-mail-with-mailclient): New function.
9724
9725 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9726
9727         * smime.el (from):
9728         * rfc2047.el (message-posting-charset):
9729         * qp.el (mm-use-ultra-safe-encoding):
9730         * pop3.el (parse-time-months):
9731         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9732         * nnml.el (files):
9733         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9734         (jka-compr-compression-info-list, ange-ftp-path-format)
9735         (efs-path-regexp):
9736         * nndiary.el (files):
9737         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9738         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9739         (epg-digest-algorithm-alist, inhibit-redisplay)
9740         (password-cache-expiry):
9741         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9742         (pgg-output-buffer, password-cache-expiry):
9743         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9744         (efs-path-regexp):
9745         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9746         (inhibit-redisplay):
9747         * mm-uu.el (file-name, start-point, end-point, entry)
9748         (gnus-newsgroup-name, gnus-newsgroup-charset):
9749         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9750         (latin-unity-ucs-list):
9751         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9752         (mm-uu-binhex-decode-function):
9753         * message.el (gnus-message-group-art, gnus-list-identifiers)
9754         (rmail-enable-mime-composing, gnus-local-organization)
9755         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9756         (gnus-read-active-file, facemenu-add-face-function)
9757         (facemenu-remove-face-function, gnus-article-decoded-p)
9758         (tool-bar-mode):
9759         * mail-source.el (display-time-mail-function):
9760         * gnus-util.el (nnmail-pathname-coding-system)
9761         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9762         (gnus-original-article-buffer, gnus-user-agent)
9763         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9764         (xemacs-codename, sxemacs-codename, emacs-program-version):
9765         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9766         * gnus-start.el (gnus-agent-covered-methods)
9767         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9768         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9769         (gnus-newsgroup-headers, gnus-group-list-mode)
9770         (gnus-group-mark-positions, gnus-newsgroup-data)
9771         (gnus-newsgroup-unreads, nnoo-state-alist)
9772         (gnus-current-select-method, mail-sources)
9773         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9774         (nnmail-spool-file, gnus-cache-active-hashtb):
9775         * gnus-mh.el (mh-lib-progs):
9776         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9777         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9778         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9779         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9780         (gnus-group-buffer):
9781         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9782         (font-lock-set-defaults):
9783         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9784         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9785         (gnus-summary-post-menu, total-parts, type, condition, length):
9786         * gnus-agent.el (gnus-agent-read-agentview):
9787         * flow-fill.el (show-trailing-whitespace):
9788         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9789         eval-and-compile wrappers for byte compiler pacifiers.
9790
9791         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9792         (mm-display-inline-fontify): Check for featurep 'xemacs not
9793         extent-list.
9794
9795         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9796         itimer-list.
9797         (mm-create-image-xemacs): Only do something for XEmacs.
9798         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9799
9800         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9801
9802         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9803         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9804
9805 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9806
9807         * nnimap.el (nnimap-split-download-body):
9808         * gnus-demon.el (gnus-demon):
9809         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9810
9811 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9812
9813         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9814         New macros.
9815         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9816         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9817         copy data from unibyte buffer to multibyte current buffer.
9818         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9819         to copy data from unibyte current buffer to multibyte buffer.
9820         (nntp-make-process-buffer): Make process buffer unibyte.
9821
9822         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9823
9824 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9825
9826         * pop3.el (pop3-open-server): Accept and process data more robustly at
9827         connexion start to avoid spurious "POP SSL connexion failed" errors.
9828
9829 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9830
9831         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9832         read group names.
9833
9834 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9835
9836         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9837
9838 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9839
9840         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9841         (nnmail-save-active): Use a unibyte buffer when saving active file,
9842         which may contain non-ASCII group names.
9843
9844         * nnml.el (nnml-request-group): Decode group names in messages.
9845
9846 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9847
9848         * message.el (message-citation-line-function)
9849         (message-insert-formatted-citation-line): Fix spelling of
9850         `message-insert-formated-citation-line'.
9851
9852 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9853
9854         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9855
9856 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9857
9858         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9859         nnmail-pathname-coding-system.
9860
9861         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9862         that a user enters; decode group names in messages.
9863
9864         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9865
9866 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9867
9868         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9869
9870         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9871
9872         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9873         risky local variable.
9874
9875         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9876
9877 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9878
9879         * encrypt.el: Improve documentation to fix function name typo.
9880         Reported by Daiki Ueno <ueno@unixuser.org>.
9881
9882 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9883
9884         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9885         even if the point is not in the last page of an article.
9886         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9887         back to the previous page.
9888
9889 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9890
9891         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9892
9893 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9894
9895         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9896
9897 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9898
9899         * message.el (message-check-news-body-syntax):
9900         Avoid mm-string-as-multibyte.
9901         (message-hide-headers): Don't assume (point-min)==1.
9902
9903 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9904
9905         * message.el (message-remove-blank-cited-lines): Fix if remove is
9906         given.
9907         (message-bogus-address-regexp): New variable.
9908         (message-bogus-recipient-p): New function.
9909         (message-check-recipients): New command.
9910         (message-syntax-checks): Add `bogus-recipient'.
9911         (message-fix-before-sending): Add `bogus-recipient'.
9912
9913         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9914         (gnus-treat-body-boundary): Don't test window-system.
9915
9916 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9917
9918         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9919
9920 2007-10-28  Miles Bader  <miles@gnu.org>
9921
9922         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9923         at compile-time too.
9924
9925 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9926
9927         * gnus-msg.el (gnus-message-setup-hook):
9928         Add `message-remove-blank-cited-lines' to options.
9929
9930 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9931
9932         * message.el (message-remove-blank-cited-lines): New function.
9933         Suggested by Karl Plästerer.
9934
9935 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9936
9937         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9938         mapc.
9939
9940         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9941         (top-level): Use mapc to set functions to be traced for debugging.
9942
9943         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9944         called for effect with while loop.
9945
9946         * message.el (message-talkative-question): Replace mapcar called for
9947         effect with mapc.
9948
9949         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9950         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9951         called for effect with dolist.
9952
9953         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9954
9955         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9956         gnus-extra-headers and nnmail-extra-headers.
9957
9958         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9959         called for effect with dolist.
9960         (top-level): Use mapc to set functions to be traced for debugging.
9961
9962         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9963         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9964         dolist.
9965
9966         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9967         Replace mapcar called for effect with mapc.
9968         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9969         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9970         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9971         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9972
9973         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9974         remove-if that's a cl function.
9975
9976         * webmail.el (webmail-debug): Replace mapcar called for effect with
9977         dolist.
9978
9979         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9980         with mapc.
9981
9982 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9983
9984         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9985         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9986         with while loop.
9987
9988         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9989         functions from article-* functions.
9990         (gnus-multi-decode-header): Replace mapcar called for effect with
9991         dolist.
9992
9993         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9994         (gnus-bookmark-show-details): Replace mapcar called for effect with
9995         while loop.
9996
9997         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9998         called for effect with while loop.
9999
10000         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10001         with dolist.
10002
10003         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10004         Replace mapcar called for effect with dolist.
10005
10006         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10007
10008         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10009         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10010         Replace mapcar called for effect with dolist.
10011         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10012         mapc.
10013
10014         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10015         Replace mapcar called for effect with dolist.
10016         (gnus-topic-list): Replace mapcar called for effect with mapc.
10017
10018         * gnus.el: Use mapc instead of mapcar to add autoloads.
10019
10020 2007-10-23  Richard Stallman  <rms@gnu.org>
10021
10022         * gnus-group.el (gnus-group-highlight): Mark as risky.
10023
10024 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10025
10026         * gnus.el (gnus-server-to-method): Return method found first in
10027         gnus-newsrc-alist.
10028
10029         * gnus-art.el (gnus-article-highlight-signature)
10030         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10031         button overlay without the front stickiness.
10032
10033 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
10034
10035         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10036         overview buffer needed a catch to receive its throw.
10037         (gnus-agent-flush-cache): Declare as interactive to make this function
10038         easier to use.
10039
10040 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
10041
10042         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10043         `next-line'.
10044
10045 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10046
10047         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10048         exclude address matching message-dont-reply-to-names.
10049
10050 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10051
10052         * gnus-util.el (gnus-string<): New function.
10053
10054         * gnus-sum.el (gnus-article-sort-by-author)
10055         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10056
10057 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10058
10059         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10060         the frame-focus tag is set in gnus-buffer-configuration.
10061
10062 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10063
10064         * gnus-art.el (gnus-article-add-button): Make a button overlay without
10065         the front stickiness.
10066
10067 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10068
10069         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10070         url pattern; remove duplicate one.
10071         (gnus-article-extend-url-button): New function.
10072         (gnus-article-add-buttons): Use it.
10073         (gnus-button-push): Use concatenated url that it makes.
10074
10075 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
10076
10077         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10078
10079 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10080
10081         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10082         Don't hardcode point-min==1.
10083
10084 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10085
10086         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10087         Fix comment about "iso8859-1".
10088
10089 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
10090
10091         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10092         ones returned from the verify-function.
10093
10094         * mm-uu.el (mm-uu-pgp-signed-extract-1):
10095         Call mml2015-extract-cleartext-signature if extraction failed.
10096
10097 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
10098
10099         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10100         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10101         failed.
10102
10103 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10104
10105         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10106
10107 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
10108
10109         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
10110         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
10111         recommends to use EasyPG instead of PGG.
10112
10113         * pgg.el: Revert to revision 6.23.2.16.
10114
10115         * pgg-def.el: Revert to revision 6.6.2.14.
10116
10117         * pgg-gpg.el: Revert to revision 6.23.2.34.
10118
10119 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10120
10121         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10122         to mark a thread as expirable.  Add variable `hide' to handle hiding of
10123         thread for both the null and zero (kill/expire thread) universal prefix
10124         cases.
10125         (gnus-summary-expire-thread): Add new function to expire a thread,
10126         using gnus-summary-kill-thread.
10127         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10128         shortcuts for gnus-summary-expire-thread.
10129         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10130         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
10131
10132 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10133
10134         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10135         extras value, so an extras entry can be deleted.
10136         (gnus-registry-delete-extra-entry): Use it.
10137         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10138         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10139         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10140         storage through the gnus-registry, and provide an appropriate API for
10141         it.
10142
10143 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10144
10145         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10146         Suggested by Leo <sdl.web@gmail.com>.
10147
10148         * gnus.el: Do.
10149
10150 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10151
10152         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10153         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10154
10155         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10156
10157         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10158         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10159
10160 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10161
10162         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10163         newline.
10164         (nnmbox-request-accept-article): Don't change article in source buffer;
10165         narrow to header to use message-fetch-field rather than
10166         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10167         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10168         as delimiters; make sure article ends with newline.
10169         (nnmbox-delete-mail): Correct last position of article to be deleted;
10170         ignore X-Gnus-Newsgroup header in article body.
10171         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10172         positions; make sure article ends with newline.
10173
10174         * message.el (message-display-abbrev): Don't infloop when a user
10175         inserts SPC in the beginning of header.
10176
10177         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10178         coding-system-for-read and coding-system-for-write for XEmacs having no
10179         file-coding feature.
10180
10181         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10182
10183 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10184
10185         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10186         list of groups not followed by default.  Fix type to be regexp.
10187         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10188
10189 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10190
10191         * hmac-def.el (define-hmac-function): Switch from old-style to
10192         new-style backquotes.
10193
10194         * md4.el (md4-make-step): Likewise.
10195
10196 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10197
10198         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10199         raw-text coding system when saving .newsrc file, which may contain
10200         non-ASCII group names.
10201
10202 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10203
10204         * gnus-cus.el (gnus-score-extra): New widget.
10205         (gnus-score-extra-convert): New function.
10206         (gnus-score-customize): Use it for Extra.
10207
10208 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10209
10210         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10211         (mml2015-mailcrypt-clear-verify): Use it.
10212         (mml2015-gpg-clear-verify): Use it.
10213         (mml2015-pgg-clear-verify): Use it.
10214         (mml2015-epg-clear-verify): Replace the current part with the output
10215         from GnuPG; don't extract the plaintext by itself.
10216
10217         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10218         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10219         mml2015-clear-verify-function; don't touch the armor headers or
10220         dash-escaped text here.
10221
10222 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10223
10224         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10225         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10226         parts, or application/octet-stream as a last resort.
10227         (gnus-mime-view-part-as-type): Don't toggle display.
10228         (gnus-mime-view-part-as-charset): Don't turn off display before
10229         querying charset.
10230
10231         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10232         stuff to undisplayer function in Emacs.
10233         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10234
10235         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10236         text/calendar parts.
10237
10238 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10239
10240         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10241         decoding text/calendar parts.
10242
10243         * message.el (message-forward-make-body-mime): Always mark body as
10244         having no illegible text; remove signed-or-encrypted argument.
10245         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10246
10247         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10248         (mml-generate-mime-1): Don't encode body if it is specified to be in
10249         raw form; don't make buffer be unibyte when inserting multibyte string.
10250
10251 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10252
10253         * sha1.el: Fix up comment style.
10254         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10255         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10256
10257         * hex-util.el: Fix up comment style.
10258         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10259
10260         * gnus-salt.el: Use with-current-buffer.
10261         (gnus-pick-setup-message): Fix long-standing typo.
10262
10263 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10264
10265         * imap.el (imap-logout-timeout): New variable.
10266         (imap-logout, imap-logout-wait): New functions.
10267         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10268
10269         * nnimap.el (nnimap-logout-timeout): New server variable.
10270         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10271         nnimap-logout-timeout.
10272
10273         * gnus-art.el (gnus-article-summary-command-nosave)
10274         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10275
10276 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10277
10278         * gnus.el (gnus-maximum-newsgroup): New variable.
10279
10280         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10281         according to gnus-maximum-newsgroup.
10282
10283         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10284         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10285         Limit the range of articles according to gnus-maximum-newsgroup.
10286
10287 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10288
10289         * gnus-art.el (gnus-sticky-article): Fix problems described in
10290         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10291         Don't perform gnus-configure-windows here; reuse existing sticky
10292         article buffer.
10293
10294         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10295         it doesn't exist in gnus-article-mode.
10296
10297 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10298
10299         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10300         (gnus-agent-decoded-group-name): New function.
10301         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10302         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10303
10304 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10305
10306         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10307         Add binding for gnus-sticky-article.
10308         (gnus-summary-exit): Don't kill sticky article buffers.
10309
10310         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10311         article buffer.
10312         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10313         (gnus-kill-sticky-article-buffers): New commands.
10314
10315 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10316
10317         * nntp.el (nntp-xref-number-is-evil): New server variable.
10318         (nntp-find-group-and-number): If it is non-nil, don't trust article
10319         numbers in the Xref header.
10320
10321 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10322
10323         * gnus-agent.el (gnus-agent-read-group): New function.
10324         (gnus-agent-flush-group, gnus-agent-expire-group)
10325         (gnus-agent-regenerate-group): Use it.
10326         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10327         nnmail-pathname-coding-system.
10328
10329 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10330
10331         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10332
10333         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10334         that are unread as unread, and also as selected so that information of
10335         marks having been changed by a user may be updated when exiting group.
10336
10337 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10338
10339         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10340
10341 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10342
10343         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10344         calculated ignoring signature parts to gnus-treat-article.
10345
10346 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10347
10348         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10349         a point here in order to keep the window start.
10350         (gnus-insert-mime-security-button): Make a button overlay without the
10351         front stickiness.
10352         (gnus-mime-display-security): Goto the end of a button.
10353
10354         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10355
10356 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10357
10358         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10359         group-name-at-point.
10360         (gnus-group-completing-read): New function that offers decoded
10361         non-ASCII group names for completion.
10362         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10363         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10364         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10365         (gnus-group-fetch-control): Use it.
10366         (gnus-fetch-group): Use group-name-at-point for the initial value
10367         rather than the default value; use gnus-alive-p.
10368
10369         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10370         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10371         (gnus-summary-post-news): Use gnus-group-completing-read.
10372
10373         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10374         (gnus-read-move-group-name): Decode group name for completion.
10375
10376 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10377
10378         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10379         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10380         Yamaoka slightly modified the code).
10381
10382 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10383
10384         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10385         (nnmail-split-incoming): Bind it.
10386
10387         * nnml.el (nnml-group-name-charset): New function.
10388         (nnml-decoded-group-name): Use it; don't decode group name if
10389         nnmail-group-names-not-encoded-p is non-nil.
10390         (nnml-encoded-group-name): New function.
10391         (nnml-group-pathname): Inline nnml-decoded-group-name.
10392         (nnml-request-expire-articles): Decode group name in message.
10393         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10394         nnmail-pathname-coding-system.
10395         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10396         not decoded ones according to nnmail-group-names-not-encoded-p.
10397         (nnml-generate-active-info): Use nnml-encoded-group-name.
10398
10399 2007-08-08  Glenn Morris  <rgm@gnu.org>
10400
10401         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10402         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10403         doc-strings and comments.
10404
10405 2007-07-25  Glenn Morris  <rgm@gnu.org>
10406
10407         * Relicense all FSF files to GPLv3 or later.
10408
10409 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10410
10411         * gnus-sum.el (gnus-summary-move-article):
10412         Make gnus-summary-respool-article work.
10413
10414 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10415
10416         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10417         string.
10418
10419 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10420
10421         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10422         that should be ignored when comparing distant RSS articles with local
10423         ones.
10424         (nnrss-make-hash-index): New function.  Create a hash index according
10425         to the ignored fields.
10426         (nnrss-check-group): Use it.
10427
10428 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10429
10430         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10431
10432         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10433
10434         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10435         the new optional argument ENCODED is non-nil.
10436         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10437         coding system for encoding group name.
10438         (gnus-group-make-rss-group): Pass un-encoded group name to
10439         gnus-group-make-group.
10440         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10441         encoded.
10442
10443         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10444         Encode group name to which articles are moved or copied.
10445         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10446         coding system for encoding Newsgroup, Followup-To and Xref headers.
10447
10448         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10449         marks; use nnheader-file-coding-system to write a file.
10450         (nnagent-retrieve-headers): Bind file-name-coding-system to
10451         nnmail-pathname-coding-system.
10452
10453         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10454
10455         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10456         (nnml-request-article, nnml-request-create-group)
10457         (nnml-request-rename-group, nnml-find-id)
10458         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10459         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10460         (nnml-save-marks): Use nnml-group-pathname instead of
10461         nnmail-group-pathname.
10462
10463         (nnml-request-create-group, nnml-request-expire-articles)
10464         (nnml-request-move-article, nnml-request-delete-group)
10465         (nnml-deletable-article-p, nnml-possibly-create-directory)
10466         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10467         (nnml-open-marks): Bind file-name-coding-system to
10468         nnmail-pathname-coding-system.
10469
10470         (nnml-request-article): Pass server argument to nnml-find-group-number.
10471         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10472         Pass server argument to nnml-possibly-create-directory.
10473         (nnml-request-accept-article): Pass server argument to
10474         nnml-active-number and nnml-save-mail.
10475         (nnml-find-group-number): Pass server argument to nnml-find-id.
10476         (nnml-request-update-info): Pass server argument to
10477         nnml-marks-changed-p.
10478
10479         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10480         (nnml-save-mail, nnml-active-number): Add server argument.
10481
10482         (nnml-request-delete-group): Warn if group is missing.
10483         (nnml-get-nov-buffer): Decode group name.
10484         (nnml-generate-active-info): Encode group name.
10485         (nnml-open-marks): Decode group name in messages.
10486
10487 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10488
10489         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10490         if it is not specified.
10491         (gnus-article-pipe-part, gnus-article-save-part)
10492         (gnus-article-interactively-view-part, gnus-article-copy-part)
10493         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10494         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10495         (gnus-article-replace-part, gnus-article-delete-part)
10496         (gnus-article-view-part-as-type): Pass raw prefix argument to
10497         gnus-article-part-wrapper.
10498
10499 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10500
10501         * gnus-agent.el (gnus-agent-save-active):
10502         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10503
10504         * gnus-cache.el (gnus-cache-save-buffers)
10505         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10506         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10507         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10508         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10509         (gnus-cache-generate-active, gnus-cache-rename-group)
10510         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10511         (gnus-cache-update-overview-total-fetched-for):
10512         Bind file-name-coding-system to nnmail-pathname-coding-system.
10513         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10514         New variables.
10515         (gnus-cache-decoded-group-name): New function.
10516         (gnus-cache-file-name): Use it.
10517         (gnus-cache-generate-active): Use non-decoded group name for active.
10518
10519         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10520         right place.
10521         (gnus-write-active-file): Don't break non-ASCII group names.
10522
10523         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10524         nnmail-pathname-coding-system.
10525
10526         * lpath.el: Bind default-file-name-coding-system,
10527         file-name-coding-system and language-info-alist for XEmacs.
10528
10529         * gnus-uu.el (gnus-uu-decode-save): Typo.
10530
10531 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10532
10533         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10534
10535 2007-07-14  David Kastrup  <dak@gnu.org>
10536
10537         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10538         finishing actions if we did not edit the article.
10539
10540 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10541
10542         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10543         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10544         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10545         (gnus-agent-flush-group, gnus-agent-flush-cache)
10546         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10547         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10548         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10549         (gnus-agent-regenerate-group)
10550         (gnus-agent-update-files-total-fetched-for)
10551         (gnus-agent-update-view-total-fetched-for):
10552         Bind file-name-coding-system to nnmail-pathname-coding-system.
10553         (gnus-agent-group-pathname): Don't encode file names by
10554         nnmail-pathname-coding-system.
10555         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10556         coding-system-for-write instead of buffer-file-coding-system to
10557         gnus-agent-file-coding-system.
10558
10559         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10560         Decode group name.
10561
10562         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10563
10564         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10565         (gnus-read-newsrc-el-file): Make group names unibyte.
10566
10567         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10568         nnmail-pathname-coding-system.
10569
10570         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10571         (nnrss-request-delete-group): Bind file-name-coding-system to
10572         nnmail-pathname-coding-system.
10573         (nnrss-read-server-data, nnrss-read-group-data):
10574         Bind file-name-coding-system correctly.
10575         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10576
10577         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10578         (nntp-server-to-method-cache): New variable.
10579         (nntp-group-pathname): New function that decodes non-ASCII group names.
10580         (nntp-possibly-create-directory, nntp-marks-changed-p)
10581         (nntp-save-marks, nntp-open-marks): Use it.
10582         (nntp-possibly-create-directory, nntp-open-marks):
10583         Bind file-name-coding-system to nnmail-pathname-coding-system.
10584         (nntp-open-marks): Decode group names when bootstrapping marks.
10585
10586         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10587         Newsgroups and Folowup-To headers.
10588
10589 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10590
10591         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10592         (gnus-server-closed-face, gnus-server-denied-face)
10593         (gnus-server-offline-face): Remove variable.
10594         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10595
10596         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10597         of modifying message-stack directly for XEmacs.
10598
10599         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10600         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10601         if the coding-system argument is nil for XEmacs.
10602
10603         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10604         mm-charset-override-alist.
10605
10606         * rfc2047.el: Don't require base64; require rfc2045 for the function
10607         rfc2045-encode-string.
10608         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10609         to quote the parameter value.
10610
10611 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10612
10613         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10614         form in gnus-group-name-charset-method-alist.
10615
10616         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10617         overrides the default layout edit-form.
10618
10619         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10620
10621         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10622
10623 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10624
10625         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10626         as unfetched articles.
10627
10628 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10629
10630         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10631
10632 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10633
10634         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10635         original back end that keeps marks in the local system.
10636
10637 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10638
10639         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10640         arg of pop-to-buffer for XEmacs.
10641         (gnus-article-read-summary-keys): Ditto; don't restore window
10642         configuration if summary command ends up with neither article buffer
10643         nor summary buffer; describe bindings if summary keys end with C-h.
10644
10645 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10646
10647         * message.el (message-fix-before-sending): Skip raw message part to be
10648         forwarded while checking illegible text.
10649         (message-forward-make-body-mime, message-forward-make-body):
10650         Mark signed or encrypted raw message as having no illegible text.
10651
10652 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10653
10654         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10655         (gnus-message-with-timestamp-1): New macro.
10656         (gnus-message-with-timestamp): New function.
10657         (gnus-message): Use them.
10658
10659         * nnheader.el (nnheader-message): Use them.
10660
10661 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10662
10663         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10664         .newsrc.eld file.
10665
10666 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10667
10668         * gnus-agent.el (gnus-agent-fetch-headers)
10669         (gnus-agent-retrieve-headers):
10670         Bind gnus-decode-encoded-address-function to identity.
10671
10672         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10673         available also when the server returns simply a dot.
10674
10675         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10676
10677 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10678
10679         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10680
10681 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10682
10683         * gnus-ems.el (gnus-x-splash): Make it work.
10684
10685         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10686         from being used.
10687
10688         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10689
10690 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10691
10692         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10693         4th and the 5th arguments.
10694
10695         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10696         the front stickiness.
10697         (gnus-article-summary-command-nosave): Correct the order of the
10698         arguments passed to pop-to-buffer.
10699         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10700         summary command ends up with the article buffer.
10701
10702         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10703         the same faces.
10704
10705 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10706
10707         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10708
10709 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10710
10711         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10712         * gnus-sum.el (gnus-summary-highlight):
10713         * pgg.el (pgg-sign-region, pgg-sign):
10714         * mail-source.el (mail-source-delete-old-incoming-confirm):
10715         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10716
10717 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10718
10719         * gnus-art.el (gnus-mime-view-part-externally)
10720         (gnus-mime-view-part-internally): Fix predicate function passed to
10721         completing-read.
10722
10723         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10724
10725         * gnus.el (gnus-update-message-archive-method): Add :version.
10726
10727 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10728
10729         * gnus.el (gnus-update-message-archive-method): New variable.
10730
10731         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10732         according to gnus-message-archive-method if
10733         gnus-update-message-archive-method is non-nil.
10734
10735 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10736
10737         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10738         Suggested by Loic Dachary <loic@dachary.org>.
10739         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10740
10741 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10742
10743         * message.el (message-pop-to-buffer): Add switch-function argument.
10744         (message-mail): Pass switch-function argument to it.
10745
10746 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10747
10748         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10749         Improve doc string.
10750
10751 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10752
10753         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10754         (gnus-header-content)
10755         * gnus-cite.el (gnus-cite-10)
10756         * gnus-srvr.el (gnus-server-closed)
10757         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10758         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10759         (gnus-group-mail-3-empty, gnus-group-mail-low)
10760         (gnus-group-mail-low-empty, gnus-splash)
10761         * message.el (message-header-to, message-header-cc)
10762         (message-header-subject, message-header-other, message-header-name)
10763         (message-header-xheader, message-separator, message-cited-text)
10764         (message-mml): Lighten colors of faces used for dark background.
10765
10766 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10767
10768         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10769         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10770
10771 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10772
10773         * message.el (message-narrow-to-headers-or-head):
10774         Ignore mail-header-separator in the body.
10775
10776 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10777
10778         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10779         same as window size.
10780
10781 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10782
10783         * message.el (message-font-lock-keywords): Use message-header-xheader
10784         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10785         ahead of the anything pattern, to get it recognised.
10786
10787 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10788
10789         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10790         spam.el loads uses it in the compiled defadvice form.
10791
10792 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10793
10794         * gnus-sum.el (gnus-articles-to-read)
10795         (gnus-summary-insert-old-articles): Don't truncate group name for
10796         `read-string'.
10797
10798         * gnus-util.el (gnus-limit-string): Delete this function.
10799
10800         * gnus-sum.el (gnus-simplify-subject-fully):
10801         Use `truncate-string-to-width' instead.
10802
10803 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10804
10805         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10806         Tell if, on summary exit, the next group has to be selected.
10807         (gnus-summary-exit): Use it.
10808
10809 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10810
10811         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10812         non-break space.
10813
10814 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10815
10816         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10817         Check if group is not a directory.
10818         (nnfolder-request-expire-articles): Don't delete articles if the target
10819         group is not available.
10820
10821         * nnml.el (nnml-request-create-group): Properly check if group is not a
10822         file.
10823         (nnml-request-expire-articles): Don't delete articles if the target
10824         group is not available.
10825
10826         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10827         Don't quote characters that are within parentheses.
10828
10829 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10830
10831         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10832         (gnus-handle-ephemeral-exit): Select article according to it.
10833
10834 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10835
10836         * message.el (message-insert-formated-citation-line): Remove newline.
10837         (message-citation-line-format): Add final \n here so that the user can
10838         avoid a blank line.
10839
10840 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10841
10842         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10843         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10844         Update lanl/arXiv support.
10845
10846 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10847
10848         * gnus.el: Bump version number.
10849
10850 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10851
10852         * gnus.el (gnus-version-number): Bump version.
10853
10854 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10855
10856         * gnus.el: No Gnus v0.6 is released.
10857
10858 2007-04-27  Didier Verna  <didier@xemacs.org>
10859
10860         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10861         * gmm-utils.el (gmm-regexp-concat): ... here.
10862         * message.el: Don't require 'gnus-util.
10863         (message-dont-reply-to-names): Handle name change above.
10864         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10865
10866 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10867
10868         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10869         since the initial value varies according to the system.
10870
10871 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10872
10873         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10874
10875 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10876
10877         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10878
10879 2007-04-24  Didier Verna  <didier@xemacs.org>
10880
10881         Improve the type of gnus-ignored-from-addresses.
10882         * gnus-util.el (gnus-orify-regexp): New function.
10883         * message.el (gnus-util): Require it.
10884         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10885         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10886         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10887
10888 2007-04-24  Didier Verna  <didier@xemacs.org>
10889
10890         * gnus-sum.el:
10891         * gnus-utils.el: Fix some trailing whitespaces.
10892
10893 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10894
10895         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10896         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10897         article's Message-ID; refer parent article in summary buffer.
10898
10899         * message.el (message-bounce): Call mime-to-mml.
10900
10901         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10902         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10903         optimize and/or forms properly.
10904
10905 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10906
10907         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10908         URL.
10909
10910 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10911
10912         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10913
10914 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10915
10916         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10917         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10918         displayed of multipart/alternative part if it is invoked from summary
10919         buffer.
10920
10921         * mm-view.el (mm-inline-text-html-render-with-w3m)
10922         (mm-inline-text-html-render-with-w3m-standalone)
10923         (mm-inline-render-with-function): Use mail-parse-charset by default.
10924
10925 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10926
10927         * parse-time.el (parse-time-string-chars): Check if CHAR
10928         is less than the length of parse-time-syntax.
10929
10930 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10931
10932         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10933         from gnus-newsgroup-processable.
10934
10935 2007-04-16  Didier Verna  <didier@xemacs.org>
10936
10937         * gnus-msg.el (gnus-configure-posting-styles):
10938         Handle message-signature-directory properly with :file syntax.
10939         Reported by "Leo".
10940
10941 2007-04-11  Didier Verna  <didier@xemacs.org>
10942
10943         New user option: message-signature-directory.
10944         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10945         * message.el (message-insert-signature): Ditto.
10946         * message.el (message-signature-file): Doc update.
10947         * message.el (message-signature-directory): New.
10948
10949 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10950
10951         * gnus-msg.el (gnus-inews-yank-articles):
10952         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10953
10954 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10955
10956         * message.el (message-yank-original): Make sure cited text ends with
10957         newline; don't exchange point and mark.
10958
10959 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10960
10961         * tls.el (open-tls-stream): Properly handle case where there
10962         is no associated buffer.
10963
10964 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10965
10966         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10967         message-yank-original, make sure (< mark TEXT point).
10968
10969 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10970
10971         * message.el (message-fill-column): New variable.
10972         (message-mode): Use it.  Add comment on a possible new hook.
10973
10974         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10975         (nnmail-get-new-mail): Reformat.
10976
10977         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10978
10979         * gmm-utils.el: Fix Commentary.
10980         (gmm-tool-bar-from-list): Fix typo in doc string.
10981
10982 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10983
10984         * message.el (message-yank-original): Don't switch point and mark
10985         unnecessarily to put point and mark as documented.
10986
10987 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10988
10989         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10990         from the message heads.
10991
10992 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10993
10994         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10995         article buffer does not have a window.  This may not be the best
10996         solution but is certainly better than setting the start of the null,
10997         that is the current, window.
10998
10999 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11000
11001         * gnus-draft.el (gnus-draft-setup-hook): New hook.
11002         (gnus-draft-setup): Run it.
11003
11004         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11005         gnus-score-fast-scoring.  Allow regexp.
11006         (gnus-score-headers): Use it.
11007
11008         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11009         XEmacs.
11010
11011         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11012         string.
11013         (gnus-button-alist): Also catch `<f1> k ...'.
11014         (gnus-treat-display-x-face): Fix doc string.
11015
11016 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11017
11018         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11019         evaluation of gnus-extended-version to ensure correct generation of the
11020         User-Agent header when message-generate-headers-first is used.
11021
11022 2007-03-24  Simon Josefsson  <simon@josefsson.org>
11023
11024         * hashcash.el (hashcash-generate-payment-async): Don't crash if
11025         hashcash-path is nil.  Don't call callback with incorrect number of
11026         parameters if val is 0.
11027
11028 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11029
11030         * message.el (message-required-news-headers):
11031         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11032
11033 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
11034
11035         * tls.el (open-tls-stream): In handshake-waiting loop,
11036         don't wait more if there is output available to process.
11037
11038 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
11039
11040         * tls.el (tls-program): Doc fix.
11041
11042 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11043
11044         * message.el (message-generate-new-buffers): Change the meaning of the
11045         nil value; add `standard' to the choices; treat t as `unique'; improve
11046         doc string.
11047         (gnus-select-frame-set-input-focus): Autoload.
11048         (message-buffer-name): Search for the existing message buffer if
11049         message-generate-new-buffers is nil or `standard'; treat the value t of
11050         message-generate-new-buffers as `unique'.
11051         (message-pop-to-buffer): Raise the frame already displaying the message
11052         buffer; clear the echo area after querying.
11053         (message-setup): Pass the `continue' argument to compose-mail.
11054         (message-mail): Prefer `switch-function' if it is given; search for the
11055         existing message buffer if the `continue' argument is non-nil; pass
11056         continue and switch-function arguments to compose-mail by way of
11057         message-setup.
11058         (message-mail-other-window): Adjust argument of message-setup.
11059         (message-mail-other-frame): Ditto.
11060
11061 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11062
11063         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11064         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11065         to turn font-lock on when turning gnus-message-citation-mode on.
11066
11067 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
11068
11069         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11070         (mml-smime-function-alist): New variable; add epg as the backend.
11071         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11072         mml-smime- functions instead.
11073         * mm-view.el: Require smime.
11074
11075 2007-03-05  Didier Verna  <didier@xemacs.org>
11076
11077         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11078         instead of just inheritance for posting styles.
11079         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11080
11081 2007-02-24  Chris Moore  <dooglus@gmail.com>
11082
11083         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
11084         * pgg-pgp.el (pgg-pgp-encrypt-region):
11085         * pgg-gpg.el (pgg-gpg-encrypt-region):
11086         Check pgg-encrypt-for-me if no other recipients.
11087
11088 2007-02-24  John Paul Wallington  <jpw@pobox.com>
11089
11090         * tls.el (tls-certtool-program): Fix custom type.
11091
11092 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11093
11094         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11095         and point-at-eol instead of line-(beginning|end)-position.
11096
11097         * assistant.el (assistant-parse-buffer): Ditto.
11098
11099         * netrc.el (netrc-parse-services): Ditto.
11100
11101 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
11102
11103         * mml2015.el (mml2015-epg-find-usable-key): New function.
11104         (mml2015-epg-sign): Use it.
11105         (mml2015-epg-encrypt): Use it.
11106
11107 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11108
11109         * message.el (message-make-in-reply-to): Quote name containing
11110         non-ASCII characters.  It will make the RFC2047 encoder cause an error
11111         if there are special characters.  Reported by NAKAJI Hiroyuki
11112         <nakaji@jp.freebsd.org>.
11113
11114 2007-02-27  Didier Verna  <didier@xemacs.org>
11115
11116         Include the group parameters as well as the topic ones in the
11117         inheritance filter process.
11118         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11119         argument GROUP-PARAMS-LIST.
11120         * gnus-topic.el (gnus-group-topic-parameters): Use it.
11121
11122 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11123
11124         * nntp.el (nntp-never-echoes-commands)
11125         (nntp-open-connection-functions-never-echo-commands): New variables.
11126         (nntp-send-command): Use them.
11127
11128 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
11129
11130         * mml2015.el (mml2015-epg-verify): Simplify.
11131
11132 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11133
11134         * mml.el (mml-content-disposition-alist): New user option.
11135         (mml-content-disposition): New function.
11136         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11137         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11138
11139 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
11140
11141         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11142         verification.
11143
11144 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11145
11146         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11147         articles posted in the last 24 hours.
11148
11149 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11150
11151         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11152
11153 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11154
11155         * nntp.el (nntp-send-command): Don't wait for echoes when
11156         nntp-open-ssl-stream is used.
11157
11158 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11159
11160         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11161         (gnus-message-add-citation-keywords)
11162         (gnus-message-remove-citation-keywords): Remove.
11163         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11164         directly, make the variables in font-lock-defaults buffer-local, add
11165         gnus-message-citation-keywords to them and then update the value of
11166         font-lock-keywords.
11167
11168 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11169
11170         * message.el (message-cite-original-1): Don't call
11171         gnus-article-highlight-citation.
11172
11173         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11174         citations; fix line count.
11175
11176 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11177
11178         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11179         (gnus-message-add-citation-keywords)
11180         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11181         versions of font-lock-add-keywords and font-lock-remove-keywords to
11182         work with XEmacs correctly.
11183
11184 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11185
11186         * gnus-cite.el (gnus-cite-face-list): Set the values of
11187         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11188         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11189         (gnus-message-cite-prefix-regexp): New variable.
11190         (gnus-message-search-citation-line): Use it; protect against long
11191         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11192         the 0th match data for Emacs.
11193         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11194         (gnus-message-add-citation-keywords): Append keywords rather than
11195         prepending; emulate font-lock-add-keywords if it is not available.
11196         (gnus-message-remove-citation-keywords):
11197         Emulate font-lock-remove-keywords if it is not available.
11198
11199         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11200
11201         * message.el (message-cite-prefix-regexp): Set the value of
11202         gnus-message-cite-prefix-regexp.
11203
11204 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11205
11206         * nnweb.el (nnweb-google-parse-1): Update parser.
11207
11208 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11209
11210         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11211
11212 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11213
11214         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11215         regexp.
11216
11217 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11218
11219         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11220         string-to-multibyte.
11221         (uudecode-decode-region-internal): Use it.
11222
11223         * lpath.el: Fbind string-as-multibyte for XEmacs.
11224
11225 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11226
11227         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11228         Fix custom choice.
11229
11230         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11231
11232 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11233
11234         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11235
11236         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11237         `write-region' to respect `mm-inhibit-file-name-handlers'.
11238
11239 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11240
11241         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11242         Use gnus-home-directory instead of "~/" or "$HOME".
11243
11244 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11245
11246         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11247         to mention filename.
11248         Add comments at beginning regarding usage.
11249         (encrypt-write-file-contents): Change interactive so a string is
11250         acceptable.  If the file has no associated model, show an error instead
11251         of a nonsense prompt.
11252
11253 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11254
11255         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11256         Thanks to Yoshihiko Yamada for kind notification of this typo.
11257
11258 2007-01-12  Kenichi Handa  <handa@m17n.org>
11259
11260         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11261         multibyte buffer.
11262
11263 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11264
11265         * gnus-score.el (gnus-score-fast-scoring): New variable.
11266         (gnus-score-headers): Use it.
11267
11268         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11269
11270         * message.el (message-cite-original-1):
11271         Call gnus-article-highlight-citation if requested.
11272         (message-make-from): Allow name and address as optional arguments.
11273
11274         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11275
11276         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11277         bugs to doc string.
11278         (gnus-button-alist): Add mid\\|message-id.
11279         (gnus-button-fetch-group): Extend for use in
11280         `browse-url-browser-function'.
11281         (gnus-button-url-regexp): Try to catch paired parentheses like in
11282         Wikipedia URLs.
11283
11284         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11285         Suggested by Simon Krahnke <overlord@gmx.li>.
11286
11287 2007-01-13  Romain Francoise  <romain@orebokech.com>
11288
11289         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11290         Update copyright.
11291
11292 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11293
11294         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11295
11296 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11297
11298         * gnus-registry.el (gnus-registry-unfollowed-groups)
11299         (gnus-registry-split-fancy-with-parent): Fix documentation.
11300
11301 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11302
11303         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11304         from nnweb groups.
11305
11306 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11307
11308         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11309         Xref urls.  Erase buffer before requesting head.
11310
11311         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11312
11313 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11314
11315         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11316         customizable.
11317
11318 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11319
11320         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11321         no signing key is found.
11322         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11323         no encrypting and/or signing key is found.
11324
11325 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11326
11327         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11328
11329 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11330
11331         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11332         headers read from disk with the ones newly found in the current search.
11333         This should no longer cause problems, because the article numbers in
11334         Gmane's `nov.php' output are ignored since the previous change.
11335
11336 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11337
11338         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11339
11340 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11341
11342         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11343         replace-regexp-in-string; bind url-version; fbind display-images-p and
11344         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11345         find-face and set-itimer-function for Emacs; bind itimer-list for
11346         Emacs.
11347
11348         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11349
11350 2007-01-01  Romain Francoise  <romain@orebokech.com>
11351
11352         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11353
11354 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11355
11356         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11357         `define-minor-mode' macro definition expanded properly.
11358         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11359         exclude it there.
11360
11361         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11362         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11363         `fboundp' test.
11364         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11365         This is OK to autoload in (S)XEmacs now.
11366
11367 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11368
11369         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11370         keystroke.
11371         (gnus-summary-limit-to-singletons): Fix typo.
11372
11373         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11374         else fails.
11375
11376 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11377
11378         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11379         docstring.
11380
11381         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11382         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11383         (gnus-summary-insert-dormant-articles): Fix typo in message.
11384
11385 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11386
11387         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11388         nil for XEmacs.
11389         (gnus-message-citation-mode): Don't autoload in XEmacs.
11390
11391         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11392
11393 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11394
11395         * nnimap.el (nnimap-expunge-search-string):
11396         Mention nnimap-search-uids-not-since-is-evil in docstring.
11397
11398 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11399
11400         * spam.el: Revert to make-obsolete-variable because
11401         define-obsolete-variable-alias is not supported in Emacs 21.
11402
11403         * spam.el (spam-ifile-path, spam-ifile-database-path)
11404         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11405         make-obsolete-variable.
11406         (spam-bsfilter-path, spam-bsfilter-program)
11407         (spam-spamassassin-path, spam-spamassassin-program)
11408         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11409         Don't use "path" inappropriately.
11410         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11411         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11412         variable names.
11413
11414 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11415
11416         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11417         summary buffer.
11418
11419         * password.el (password-cache-remove): Use clear-string to burn
11420         password, if available.
11421
11422 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11423
11424         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11425
11426         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11427
11428         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11429         (gnus-message-highlight-citation): Move defcustom here from
11430         gnus-cite.el.
11431         (gnus-message-citation-mode): Autoload.
11432
11433         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11434         checks to make it compile with XEmacs.
11435         (gnus-message-citation-mode): New minor mode.
11436         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11437         (gnus-message-highlight-citation): New variables.
11438         (gnus-message-search-citation-line)
11439         (gnus-message-add-citation-keywords)
11440         (gnus-message-remove-citation-keywords)
11441         (turn-on-gnus-message-citation-mode)
11442         (turn-off-gnus-message-citation-mode): New functions.
11443
11444 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11445
11446         * gnus-cite.el: Enable highlighting of different citation levels in
11447         message-mode.
11448
11449 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11450
11451         * message.el (message-make-fqdn): Fix comment.
11452         (message-bogus-system-names): Add ".local".
11453
11454         * spam.el (spam-ifile-path, spam-ifile-program)
11455         (spam-ifile-database-path, spam-ifile-database)
11456         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11457         Don't use "path" inappropriately.
11458         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11459         strings.
11460         (spam-check-ifile, spam-ifile-register-with-ifile)
11461         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11462         Use new variable names.
11463
11464         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11465         (gnus-treat-display-smileys): Simplify using
11466         gnus-image-type-available-p.
11467
11468         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11469         available.
11470
11471         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11472         Use `display-images-p' if available.
11473
11474 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11475
11476         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11477         one after turning on the buffer's multibyteness instead of decoding
11478         them directly in the unibyte buffer that causes unexpected conversion
11479         in Emacs 23 (unicode).
11480
11481 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11482
11483         * message.el (message-generate-hashcash): Fix custom type.
11484
11485 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11486
11487         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11488
11489 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11490
11491         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11492         disconnect icons.  Add help text.
11493
11494 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11495
11496         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11497         negated to be consistent with the others we handle.
11498
11499 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11500
11501         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11502         version of gnus-summary-buffer to something, so that we can use two
11503         article buffers at the same time.
11504
11505 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11506
11507         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11508         trigger all the extra headers.
11509         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11510         sorting.
11511
11512 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11513
11514         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11515         solid groups.
11516
11517 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11518
11519         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11520
11521 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11522
11523         * legacy-gnus-agent.el: Add Copyright notice.
11524
11525 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11526
11527         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11528
11529 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11530
11531         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11532
11533         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11534         to make it work reliably in CVS Emacs.
11535         (gnus-summary-limit-strange-charsets-predicate)
11536         (gnus-summary-limit-to-predicate): New functions.
11537
11538 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11539
11540         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11541         specifying array size.
11542         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11543         array if it is too small.
11544         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11545         (gnus-sort-threads-loop): New function.
11546
11547 2006-12-06  Chris Moore  <dooglus@gmail.com>
11548
11549         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11550         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11551
11552 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11553
11554         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11555         options.
11556
11557 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11558
11559         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11560         DOS-ing the recipient.
11561
11562         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11563         the headers when creating the mapping to avoid mismappings.
11564         (nnweb-gmane-create-mapping): Always nix out old mapping.
11565
11566 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11567
11568         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11569         and mm-verify-option to never.
11570
11571 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11572
11573         * message.el (message-signed-or-encrypted-p): New function.
11574         (message-forward-make-body): Use it.
11575
11576         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11577         Replace encode-coding-string with mm-encode-coding-string.
11578
11579 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11580
11581         * nneething.el (nneething-decode-file-name):
11582         Replace decode-coding-string with mm-decode-coding-string.
11583
11584         * gnus-int.el (gnus-open-server): Say failed server's name.
11585
11586 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11587
11588         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11589         strings to a single string.  Quote `errors-file-name'.
11590         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11591         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11592         Adjust calls.  Use `shell-quote-argument'.
11593
11594 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11595
11596         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11597         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11598
11599         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11600         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11601         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11602         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11603         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11604         (gnus-subscribe-newsgroup, gnus-1):
11605         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11606         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11607         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11608         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11609
11610 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11611
11612         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11613         keystroke.
11614         (gnus-summary-limit-to-bodies): Implement headersp.
11615
11616 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11617
11618         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11619
11620 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11621
11622         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11623
11624 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11625
11626         * message.el (message-generate-hashcash): Expand range of values to
11627         include `opportunistic'.
11628         (message-send-mail): Use it.
11629
11630 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11631
11632         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11633         and comment it.
11634
11635         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11636
11637 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11638
11639         * gnus-util.el (gnus-extract-address-components): Improve comment.
11640
11641 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11642
11643         * gnus-util.el (gnus-extract-address-components): Work with address in
11644         which the name portion contains @.
11645
11646         * lpath.el: Fbind custom-autoload.
11647
11648 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11649
11650         * gnus.el (gnus-start): Move custom group up.
11651         (gnus-select-method): Don't autoload, but make it available for
11652         `customize-variable'.
11653         (gnus-getenv-nntpserver): Don't autoload.
11654
11655 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11656
11657         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11658
11659 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11660
11661         * message.el (message-sendmail-extra-arguments): New variable.
11662         (message-send-mail-with-sendmail): Use it.
11663
11664 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11665
11666         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11667         mm-with-unibyte-current-buffer to make string unibyte.
11668
11669         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11670         mm-string-as-multibyte.
11671
11672 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11673
11674         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11675         Reported by Werner Koch <wk@gnupg.org>.
11676
11677 2006-11-14  Daiki Ueno  <ueno@p360>
11678
11679         * mml2015.el: Autoload epa-select-keys when compiling.
11680
11681 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11682
11683         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11684         message-options.
11685         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11686
11687 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11688
11689         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11690         EasyPG (< 0.0.6).
11691         (mml2015-always-trust): New user option.
11692         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11693         prompt.
11694
11695 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11696
11697         * nntp.el (nntp-authinfo-force): New variable.
11698         (nntp-send-authinfo): Use it.
11699
11700 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11701
11702         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11703         decode encoded words.  Improve prompt.  Add comment about forwarding.
11704         (message-replacement-char): Move up.
11705
11706 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11707
11708         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11709         instead of gnus-intersection because arguments of gnus-sorted-nunion
11710         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11711
11712 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11713
11714         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11715         (message-simplify-subject-functions):
11716         Enable message-strip-subject-encoded-words by default.
11717
11718 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11719
11720         * message.el (message-strip-subject-encoded-words): New function.
11721         (message-simplify-subject-functions): New variable.
11722         (message-simplify-subject): Use it.  Fix typo in doc string.
11723         Support message-strip-subject-encoded-words.
11724
11725 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11726
11727         * gnus-diary.el (gnus-diary-delay-format-function):
11728         * nndiary.el (nndiary-reminders):
11729         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11730
11731 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11732
11733         * gnus-art.el (article-hide-boring-headers): Fetch date from
11734         gnus-original-article-buffer to avoid problems with localized date
11735         strings.
11736
11737 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11738
11739         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11740
11741 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11742
11743         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11744         New variables.
11745         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11746         (mm-charset-synonym-alist): Move some entries to
11747         mm-codepage-iso-8859-list.
11748         (mm-charset-synonym-alist, mm-charset-override-alist):
11749         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11750
11751 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11752
11753         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11754
11755 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11756
11757         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11758         with Emacs 21 and XEmacs.
11759
11760 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11761
11762         * spam.el (spam-parse-address): New function for better parsing,
11763         catching errors, etc.
11764         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11765
11766 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11767
11768         * mm-view.el: Add interactive arg to html2text autoload.
11769
11770 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11771
11772         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11773
11774 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11775
11776         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11777         New variables.
11778         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11779         (mm-charset-synonym-alist): Move some entries to
11780         mm-codepage-iso-8859-list.
11781
11782         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11783
11784 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11785
11786         * message.el (message-citation-line-format)
11787         (message-insert-formated-citation-line): Fix implementation of %E, %N
11788         and %n according to the doc string.
11789
11790 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11791
11792         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11793         Use car-safe to avoid bad parses.
11794
11795 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11796
11797         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11798         names.
11799
11800         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11801
11802 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11803
11804         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11805         header.
11806
11807         * message.el (message-draft-headers): Add Date.
11808         (message-headers-to-generate): Fix typo in docstring.
11809
11810         * nndraft.el (nndraft-required-headers): New variable.
11811         (nndraft-generate-headers): Use it.
11812
11813         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11814
11815 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11816
11817         * gnus-registry.el (gnus-registry-wash-for-keywords)
11818         (gnus-registry-find-keywords): New functions to allow easy searching of
11819         articles that are in the registry.
11820
11821 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11822
11823         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11824         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11825         Reported by Damien Elmes <damien@repose.cx>.
11826
11827 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11828
11829         * gnus.el (gnus-mime): Remove unused custom group.
11830
11831 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11832
11833         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11834         "blank line" when searching for end of armor headers.
11835
11836 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11837
11838         * gmm-utils.el (gmm-write-region): Fix variable name.
11839
11840 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11841
11842         * gmm-utils.el (gmm-write-region): New function based on compatibility
11843         code from `mm-make-temp-file'.
11844
11845         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11846
11847         * nnmaildir.el (nnmaildir--update-nov)
11848         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11849         Use `gmm-write-region'.
11850
11851 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11852
11853         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11854         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11855
11856         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11857
11858         * message.el (message-replacement-char): New variable.
11859         (message-fix-before-sending): Use it.
11860         (message-simplify-subject): New function to remove duplicate code.
11861         (message-reply, message-followup): Use it.
11862
11863         * gnus-sum.el (gnus-summary-make-menu-bar):
11864         Clarify gnus-summary-limit-to-articles.
11865
11866 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11867
11868         * gnus-util.el (gnus-with-local-quit): New macro.
11869
11870         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11871
11872 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11873
11874         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11875         ignore non-string data.
11876
11877 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11878
11879         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11880         non-string data (needs to be done in the registry too).
11881
11882 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11883
11884         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11885         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11886         (gnus-registry-split-fancy-with-parent)
11887         (gnus-registry-fetch-simplified-message-subject-fast)
11888         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11889         Remove text properties on ingress into the registry and when it's saved.
11890         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11891         registry from entries with no groups.
11892
11893 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11894
11895         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11896         function to remove string properties.
11897
11898 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11899
11900         * gmm-utils.el (gmm): Adjust custom version.
11901
11902         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11903         Adjust custom version.
11904
11905         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11906
11907 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11908
11909         * gnus-art.el (gnus-insert-prev-page-button)
11910         (gnus-insert-next-page-button): Simplify.  Reformat.
11911
11912 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11913
11914         * gnus-art.el (gnus-insert-prev-page-button)
11915         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11916
11917 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11918
11919         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11920
11921 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11922
11923         * gnus-art.el (gnus-insert-mime-button)
11924         (gnus-insert-mime-security-button):
11925         Apply gnus-article-button-face to MIME and security buttons.
11926
11927 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11928
11929         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11930         readable.
11931
11932 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11933
11934         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11935
11936 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11937
11938         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11939         `browse-url-of-file' instead of `browse-url'.
11940
11941 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11942
11943         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11944         regexp.  Articles containing quotation were cut prematurely.
11945
11946 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11947
11948         * message.el (message-cite-original-1): Use nobody by default for the
11949         value of From header.
11950         (message-reply): Ditto.
11951
11952 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11953
11954         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11955         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11956         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11957
11958 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11959
11960         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11961         mails in the doc string.  Add some URLs in comment.
11962         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11963
11964 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11965
11966         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11967         backslashes handling and the way to find boundaries of quoted strings.
11968
11969 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11970
11971         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11972         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11973         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11974         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11975
11976 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11977
11978         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11979         doc string.
11980         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11981
11982 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11983
11984         * lpath.el: Fbind epg-check-configuration.
11985
11986 2006-09-06  Simon Josefsson  <jas@extundo.com>
11987
11988         * mml2015.el (mml2015-use): Doc fix, mention epg.
11989
11990 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11991
11992         * mml2015.el (mml2015-use): Default to epg, if available.
11993
11994 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11995
11996         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11997         message-sender.
11998         (mml1991-epg-encrypt): Ditto.
11999         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12000         message-sender.
12001         (mml2015-epg-encrypt): Ditto.
12002
12003 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
12004
12005         * message.el (message-send-mail-with-sendmail): Look for sendmail in
12006         several common directories.
12007
12008 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
12009
12010         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12011         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12012
12013 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12014
12015         * gnus-art.el (article-decode-encoded-words): Make it fast.
12016
12017 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12018
12019         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12020
12021         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12022         in quoted string into `\'.
12023
12024 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12025
12026         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12027         Use standard-syntax-table.
12028
12029 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12030
12031         * gnus-art.el (gnus-decode-address-function): New variable.
12032         (article-decode-encoded-words): Use it to decode headers which are
12033         assumed to contain addresses.
12034         (gnus-mime-delete-part): Remove useless `or'.
12035
12036         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12037         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12038         (gnus-nov-parse-line): Use it to decode From header.
12039         (gnus-get-newsgroup-headers): Ditto.
12040         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12041
12042         * mail-parse.el (mail-decode-encoded-address-region): New alias.
12043         (mail-decode-encoded-address-string): New alias.
12044
12045         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12046         New function.
12047         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12048         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12049         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12050         (rfc2047-decode-string): Ditto.
12051         (rfc2047-decode-address-region): New function.
12052         (rfc2047-decode-address-string): New function.
12053
12054 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
12055
12056         * message.el (message-caesar-buffer-body): Allow rotating headers.
12057
12058         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12059
12060         * message.el (message-insert-formated-citation-line): Fix %f.
12061         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12062
12063 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12064
12065         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12066         (gnus-bookmark-mouse-available-p): New macro.
12067         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12068         (gnus-bookmark-bmenu-show-infos): Use it.
12069         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12070         (gnus-bookmark-bmenu-hide-infos): Ditto.
12071         (gnus-bookmark-remove-properties): New function.
12072         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12073         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12074         (gnus-bookmark-write-file): Bind coding-system-for-write.
12075         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12076         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12077         group before selecting it.
12078         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12079         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12080         quit-window if it is not available; use gnus-mouse-2 and bind it to
12081         gnus-bookmark-bmenu-select-by-mouse.
12082         (gnus-bookmark-show-details): Remove unused variable `details-list'.
12083         (gnus-bookmark-bmenu-select-by-mouse): New function.
12084
12085 2006-08-13  Romain Francoise  <romain@orebokech.com>
12086
12087         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12088         space.
12089
12090 2006-08-10  Romain Francoise  <romain@orebokech.com>
12091
12092         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
12093         (dns-mode-soa-auto-increment-serial): New user option.
12094         (dns-mode-soa-maybe-increment-serial): New function.
12095         (dns-mode): Add the latter to `write-contents-functions'.
12096
12097 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12098
12099         * compface.el (uncompface): Use binary rather than raw-text-unix.
12100
12101 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12102
12103         * compface.el (uncompface): Make sure the eol conversion doesn't take
12104         place when communicating with the external programs.
12105         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12106
12107 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12108
12109         * nnheader.el (nnheader-insert-head): Fix typo in comment.
12110
12111 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12112
12113         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12114         Make it more robust by parsing author and date independently.
12115
12116 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12117
12118         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12119
12120 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
12121
12122         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12123         first matching secret key.
12124         (mml2015-epg-encrypt): Ditto.
12125
12126         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12127         first matching secret key.
12128         (mml1991-epg-encrypt): Ditto.
12129
12130         * mml2015.el (mml2015-encrypt-to-self): New user option.
12131         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12132         mml2015-epg-encrypt-to-self is set.
12133
12134         * mml1991.el (mml1991-encrypt-to-self): New variable.
12135         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12136         mml1991-epg-encrypt-to-self is set.
12137
12138         * mml2015.el (mml2015-signers): New user option.
12139         (mml2015-epg-sign): Reflect the value of mml2015-signers.
12140         (mml2015-epg-encrypt): Allow to select signing keys.
12141
12142         * mml1991.el (mml1991-signers): New variable.
12143         (mml1991-epg-sign): Reflect the value of mml1991-signers.
12144         (mml1991-epg-encrypt): Allow to select signing keys.
12145
12146 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12147
12148         * nnheader.el (nnheader-insert-head): Make it work even if the file
12149         uses CRLF for the line-break code.
12150
12151 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12152
12153         * mml2015.el: Require mml-sec instead of password.
12154         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12155         (mml2015-cache-passphrase): Inherit the default value from
12156         mml-secure-cache-passphrase.
12157         (mml2015-passphrase-cache-expiry): Inherit the default value from
12158         mml-secure-passphrase-cache-expiry.
12159
12160         * mml1991.el: Require mml-sec instead of password.
12161         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12162         (mml1991-cache-passphrase): Inherit the default value from
12163         mml-secure-cache-passphrase.
12164         (mml1991-passphrase-cache-expiry): Inherit the default value from
12165         mml-secure-passphrase-cache-expiry.
12166
12167         * mml-sec.el: Require password.
12168         (mml-secure-verbose): New user option.
12169         (mml-secure-cache-passphrase): New user option.
12170         (mml-secure-passphrase-cache-expiry): New user option.
12171
12172 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12173
12174         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12175         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12176         andreas@altroot.de (Andreas Vögele).
12177
12178         FIXME: Use `tiny change'?
12179
12180 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12181
12182         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12183         workaround for the url package included with Emacs.
12184
12185         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12186
12187 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12188
12189         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12190         correctly.  This fixes a bug caused by the 2006-05-12 change.
12191
12192 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12193
12194         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12195         some information about the error when saying that the `bogus' mail
12196         group will be used.
12197
12198 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12199
12200         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12201         string.
12202
12203 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12204
12205         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12206
12207 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12208
12209         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12210
12211 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12212
12213         * mml1991.el (mml1991-function-alist): Add epg.
12214         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12215         (mml1991-epg-encrypt): New functions.
12216
12217 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12218
12219         * mml2015.el (mml2015-verbose): New variable.
12220         (mml2015-cache-passphrase): Ditto.
12221         (mml2015-passphrase-cache-expiry): Ditto.
12222         (mml2015-function-alist): Add epg.
12223         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12224         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12225         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12226         New functions.
12227
12228 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12229
12230         * message.el (message-cite-original-1): Preserve region when removing
12231         quoted text due to X-No-Archive in order to avoid bogus attribution
12232         when citing multiple messages.
12233
12234 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12235
12236         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12237         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12238
12239 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12240
12241         * gnus-diary.el (gnus-user-format-function-d)
12242         (gnus-user-format-function-D): Autoload.
12243
12244         * imap.el (Commentary): Fix typo.
12245
12246         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12247         2006-04-22 contribution.
12248
12249 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12250
12251         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12252         It didn't really fix the bogosity I'm seeing with solid web groups.
12253
12254 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12255
12256         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12257         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12258         created using server names.  If we use the feature without declaring
12259         it, Gnus does not properly manage server and group state.
12260
12261         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12262         bound.
12263
12264 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12265
12266         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12267         looking up the method using GROUP's prefix before inventing a new one.
12268         It is used on killed/unknown groups in various places where returning
12269         an all-new method isn't expected by the caller.
12270
12271         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12272         and match semantics of gnus-group-real-prefix.
12273
12274 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12275
12276         * nnmail.el (nnmail-broken-references-mailers): New variable.
12277         (nnmail-ignore-broken-references): New function generalizing
12278         nnmail-fix-eudora-headers.
12279         (nnmail-fix-eudora-headers): Now obsolete.
12280
12281         * gnus-art.el (gnus-button-handle-custom):
12282         Support `customize-apropos*'.
12283
12284 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12285
12286         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12287
12288         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12289         articles.
12290
12291 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12292
12293         * message.el (message-cite-reply-above): New variable.
12294         (message-yank-original): Use it.
12295
12296 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12297
12298         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12299
12300 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12301
12302         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12303         as read.
12304
12305         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12306
12307 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12308
12309         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12310         (gnus-bookmark-default-file): Use gnus-directory.
12311         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12312         Remove "*" in doc string.
12313         (gnus-bookmark-write-file): Simplify.
12314         (gnus-bookmark-maybe-sort-alist): Use `when'.
12315         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12316         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12317         Add FIXME about Emacs 21 and XEmacs compatibility.
12318         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12319         compatibility.
12320         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12321         compatibility.
12322         (gnus-bookmark-menu-heading): Fix version.
12323
12324 2006-06-19  Bastien Guerry  <bzg@altern.org>
12325
12326         * gnus-bookmark.el: New file.
12327
12328 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12329
12330         * message.el (message-syntax-checks): Doc fix.
12331
12332 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12333
12334         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12335         unsubscribed groups as if they were killed ones.  It causes duplicate
12336         entries in gnus-newsrc-alist.
12337
12338 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12339
12340         * message.el (message-syntax-checks): Doc fix.
12341         (message-send-mail): Add check for continuation headers.
12342         (message-check-news-header-syntax): Fix regexp used to check for
12343         continuation headers.
12344
12345 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12346
12347         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12348
12349 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12350
12351         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12352
12353 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12354
12355         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12356         default-truncate-lines.
12357
12358 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12359
12360         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12361         to fill the utf-8 entry.
12362
12363         * lpath.el: Fbind unicode-precedence-list.
12364
12365 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12366
12367         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12368
12369 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12370
12371         * gnus-agent.el (directory-files-and-attributes): Move all the way
12372         forward (the third and final move).
12373         (gnus-agent-read-agentview): Trap reconstruction errors due to
12374         nonexistent directory.  Handle by returning nil.
12375
12376 2006-05-30  Didier Verna  <didier@xemacs.org>
12377
12378         * message.el (message-dont-reply-to-names): Update the custom type.
12379         * message.el (message-dont-reply-to-names): New defsubst: potentially
12380         convert a list of regexps into a single one.
12381         * message.el (message-get-reply-headers): Use it.
12382         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12383
12384 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12385
12386         * gnus-agent.el (directory-files-and-attributes): Move forward.
12387
12388 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12389
12390         * gnus-ml.el (gnus-mailing-list-subscribe)
12391         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12392         (gnus-mailing-list-message): Fix doc strings.
12393
12394 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12395
12396         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12397         of doing it manually.
12398
12399 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12400
12401         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12402         comment.
12403
12404 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12405
12406         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12407         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12408         (gnus-agent-read-local): All symbols allocated in my-obarray.
12409         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12410         (gnus-agent-regenerate-group): Check numeric names to see if they are
12411         messages or groups.
12412         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12413         better way of do this...)
12414
12415         * gnus-cache.el (gnus-agent-total-fetched-for):
12416         Ignore 'dummy.group' (there should be a better way of do this...)
12417
12418 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12419
12420         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12421         (gnus-saved-headers): Ditto.
12422         (gnus-default-article-saver): Mention functions may have properties.
12423         (gnus-article-save): Override gnus-save-all-headers and
12424         gnus-saved-headers by :headers property which saver function may have.
12425         (gnus-summary-save-in-file): Add :headers property.
12426         (gnus-summary-write-to-file): Ditto.
12427
12428         * gnus-sum.el (gnus-summary-save-article): Bind
12429         gnus-prompt-before-saving to t when saving many articles in a file;
12430         always show all headers.
12431
12432         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12433
12434 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12435
12436         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12437         marks.
12438
12439         * message.el (message-indent-citation): Add optional arguments to allow
12440         using it outside of message buffers.
12441
12442         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12443         (gnus-article-treat-unfold-headers): Use it.
12444         (gnus-article-truncate-lines): New variable.
12445         (gnus-article-mode): Use it.
12446         (gnus-article-toggle-truncate-lines): New function.
12447
12448         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12449         Add gnus-article-toggle-truncate-lines.
12450
12451         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12452         coding system in XEmacs, use binary.
12453
12454 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12455
12456         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12457         after-load-alist.
12458
12459         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12460         this function should save decoded articles.
12461         (gnus-summary-write-to-file): Use property to specify this function
12462         should save decoded articles and specify gnus-summary-save-in-file
12463         should be used to save articles other than the first one when saving
12464         many articles.
12465         (gnus-summary-save-body-in-file): Use property to specify this
12466         function should save decoded articles.
12467         (gnus-summary-write-body-to-file): Use property to specify this
12468         function should save decoded articles and specify
12469         gnus-summary-save-body-in-file should be used to save articles other
12470         than the first one when saving many articles.
12471
12472         * gnus-sum.el (gnus-summary-save-article): Simplify.
12473
12474 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12475
12476         * gnus-art.el (gnus-default-article-saver):
12477         Add gnus-summary-write-body-to-file.
12478         (gnus-article-save-coding-system): Don't use coding system object
12479         in XEmacs.
12480         (gnus-read-save-file-name): Add optional `dir-var' argument which
12481         specifies directory in which files are saved; work even if optional
12482         `variable' argument is not specified.
12483         (gnus-summary-write-to-file): Read file name.
12484         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12485         (gnus-summary-write-body-to-file): New function.
12486
12487         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12488         (gnus-summary-local-variables): Add it.
12489         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12490         (gnus-summary-save-article): Remove optional `decode' argument;
12491         determine whether to decode articles by the value of
12492         gnus-default-article-saver; when saving many files using
12493         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12494         it first and use gnus-summary-save-in-file or
12495         gnus-summary-save-body-in-file thereafter unless
12496         gnus-prompt-before-saving is always; move point to article which
12497         will be saved.
12498         (gnus-summary-save-article-file): Revert.
12499         (gnus-summary-write-article-file): Revert.
12500         (gnus-summary-save-article-body-file): Revert.
12501         (gnus-summary-write-article-body-file): New function.
12502
12503 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12504
12505         * gnus-art.el (gnus-default-article-saver): Doc fix.
12506         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12507         from gnus-summary-save-article-coding-system, and default to a
12508         certain coding system.
12509         (gnus-output-to-file): Add coding cookie and encode text according
12510         to gnus-article-save-coding-system; don't use mm-append-to-file.
12511
12512         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12513         gnus-art.el and rename to gnus-article-save-coding-system.
12514         (gnus-summary-save-article): Require gnus-art; don't show all
12515         headers if it decodes articles; don't add coding cookie here;
12516         don't bind mm-text-coding-system-for-write.
12517         (gnus-summary-save-article-file): Save decoded articles.
12518         (gnus-summary-write-article-file): When saving many files, use
12519         gnus-summary-write-to-file first and gnus-summary-save-in-file
12520         thereafter unless gnus-prompt-before-saving is always.
12521         (gnus-summary-save-article-body-file): Save decoded articles.
12522
12523         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12524
12525 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12526
12527         * nnrss.el (nnrss-check-group): Bind hash-index.
12528
12529 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12530
12531         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12532         its hash index.  Store this hash in `nnrss-group-data'.
12533         (nnrss-read-group-data): Update accordingly.
12534
12535 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12536
12537         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12538         entry.
12539
12540         * gnus-sum.el (gnus-summary-make-menu-bar):
12541         Add gnus-article-browse-html-article.
12542
12543 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12544
12545         * gnus-sum.el (gnus-summary-mime-map):
12546         Add gnus-article-browse-html-article.
12547
12548         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12549
12550 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12551
12552         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12553         suitable coding systems in customize.
12554
12555 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12556
12557         * mail-source.el (mail-sources): Fix custom type.
12558
12559 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12560
12561         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12562         (gnus-summary-expire-articles-now): Shorten prompt.
12563
12564         * gmm-utils.el (wid-edit): Require.
12565         (defun-gmm): Rename from `gmm-defun-compat'.
12566         (gmm-image-search-load-path): Use it.
12567         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12568
12569 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12570
12571         * gnus-sum.el (gnus-summary-save-article-coding-system):
12572         New variable.
12573         (gnus-summary-save-article): Add optional `decode' argument.
12574         If it is set and gnus-summary-save-article-coding-system is non-nil,
12575         save decoded article.
12576         (gnus-summary-write-article-file): Save decoded article if
12577         gnus-summary-save-article-coding-system is non-nil.
12578
12579         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12580         type.
12581
12582 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12583
12584         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12585
12586 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12587
12588         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12589         first to test gnus-single-article-buffer which may be buffer-local.
12590
12591         * gnus-sum.el (gnus-summary-setup-buffer):
12592         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12593         group; make gnus-article-buffer, gnus-article-current, and
12594         gnus-original-article-buffer always buffer-local.
12595         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12596         group.
12597         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12598
12599 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12600
12601         * nnml.el (nnml-request-compact-group): Compressed files might not
12602         have .gz extension.
12603
12604 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12605
12606         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12607         (mm-copy-to-buffer): Use with-current-buffer.
12608         (mm-display-part): Simplify.
12609         (mm-inlinable-p): Add optional arg `type'.
12610
12611 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12612
12613         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12614         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12615         Try harder to show the attachment internally or externally using
12616         gnus-mime-view-part-as-type.
12617
12618 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12619
12620         * message.el (message-from-style, message-signature-separator)
12621         (message-user-organization-file, message-send-mail-function)
12622         (message-citation-line-function, message-yank-prefix)
12623         (message-indent-citation-function, message-signature)
12624         (message-signature-file, message-signature-insert-empty-line):
12625         Remove autoloads.
12626
12627         * gnus-art.el (gnus-buttonized-mime-types):
12628         Remove "multipart/signed".  Revert 2006-04-26 change.
12629
12630 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12631
12632         * gnus.el (gnus-version-number): Bump version.
12633
12634 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12635
12636         * gnus.el: No Gnus v0.5 is released.
12637
12638 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12639
12640         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12641         fetching articles by message-id.
12642
12643 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12644
12645         * message.el (hashcash): Require hashcash as normal.
12646
12647         * ecomplete.el (ecomplete-highlight-match-line):
12648         Use point-at-eol.
12649         (ecomplete-highlight-match-line): Use `highlight', because that
12650         face exists in both Emacs and XEmacs.
12651
12652         * message.el (message-display-abbrev): Use point-at-bol.
12653
12654         * mail-source.el: Don't require timer/timer-funcs.
12655
12656         * gnus-async.el: Ditto.
12657
12658         * password.el: Ditto.
12659
12660         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12661
12662         * mm-url.el: Ditto.
12663
12664         * gnus-xmas.el: Don't require timer-funcs.
12665
12666         * mm-util.el: Require timer/timer-funcs.
12667
12668 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12669
12670         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12671         Close.
12672
12673 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12674
12675         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12676         unibyte after clear-decrypt function runs.
12677
12678         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12679         returns as a unibyte string.
12680
12681 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12682
12683         * lpath.el: Revert.
12684
12685         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12686         (pgg-gpg-process-sentinel): Revert.
12687
12688         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12689         (pgg-pgp-lookup-key): Revert.
12690
12691         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12692         (pgg-pgp5-lookup-key): Revert.
12693
12694         * pgg.el (pgg-fetch-key): Revert.
12695
12696 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12697
12698         * lpath.el: Fbind string-as-multibyte for XEmacs.
12699
12700         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12701         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12702         (mml1991-pgg-encrypt): Ditto.
12703
12704         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12705         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12706         a multibyte buffer.
12707
12708         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12709         (pgg-pgp-lookup-key): Ditto.
12710
12711         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12712         (pgg-pgp5-lookup-key): Ditto.
12713
12714         * pgg.el (pgg-fetch-key): Ditto.
12715
12716 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12717
12718         * message.el (message-user-organization-file): Check several
12719         locations of the organization file.
12720
12721         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12722         Add gnus-article-view-part-as-type.
12723
12724         * gnus-art.el (gnus-article-view-part-as-type): New function.
12725
12726         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12727         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12728
12729         * mml.el: Simplify autoload.
12730         (mml-mode): defvar dnd-protocol-alist instead of using
12731         symbol-value.
12732         (mml-default-directory): New variable.
12733         (mml-minibuffer-read-file): Use it.
12734         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12735
12736         * message.el (message-citation-line-format): New variable.
12737         (message-insert-formated-citation-line): New function.
12738         (message-citation-line-function):
12739         Add `message-insert-formated-citation-line' to custom type.
12740
12741         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12742         to doc string.
12743
12744         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12745         depending on mm-verify-option.
12746
12747 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12748
12749         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12750         binding pgg-* variables; reimplement the section which prevents
12751         MIME header from being signed.
12752         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12753         pgg-text-mode; remove a blank line at the top of body.
12754
12755         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12756         lines at the top of body; use gnus-newsgroup-charset if there's no
12757         Charset header.
12758
12759 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12760
12761         * message.el (message-self-insert-commands): Doc fix.
12762
12763         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12764         (mm-uu-pgp-encrypted-test): Ditto.
12765         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12766         between header and body; return application/pgp-encrypted handle
12767         if decryption failed; decode decrypted body by charset.
12768
12769         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12770         element match to application/pgp-*.
12771
12772 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12773
12774         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12775         HTML.
12776
12777 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12778
12779         * mail-source.el (mail-source-call-script): Message the error
12780         string.
12781
12782 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12783
12784         * gnus-util.el (gnus-byte-compile): Use it.
12785
12786 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12787
12788         * gnus-util.el (kill-empty-logs): New function.
12789
12790 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12791
12792         * message.el (message-mail-alias-type): Doc fix.
12793         (message-mail-alias-type-p): New function.
12794         (message-send): Use it.
12795         (message-mode): Ditto.
12796         (message-strip-forbidden-properties): Ditto.
12797
12798         * ecomplete.el (ecomplete-database-file-coding-system):
12799         New variable.
12800         (ecomplete-save): Use it.
12801         (ecomplete-setup): Use it.
12802
12803 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12804
12805         * message.el (message-self-insert-commands): New variable.
12806         (message-strip-forbidden-properties): Use it.
12807
12808 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12809
12810         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12811         that doesn't make XEmacs choke.
12812
12813 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12814
12815         * gnus-util.el (gnus-replace-in-string):
12816         Prefer replace-regexp-in-string over of replace-in-string.
12817
12818 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12819
12820         * gnus-util.el (gnus-select-frame-set-input-focus):
12821         Use select-frame-set-input-focus if it is available in XEmacs; use
12822         definition defined in Emacs 22 for old Emacsen.
12823
12824         * dgnushack.el: Autoload unmorse-region for XEmacs.
12825
12826         * lpath.el: Bind cursor-in-non-selected-windows and
12827         select-frame-set-input-focus for XEmacs.
12828
12829 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12830
12831         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12832
12833 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12834
12835         * gnus-registry.el (gnus-registry-cache-save): Remove text
12836         properties when saving via the temp buffer.
12837
12838 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12839
12840         * message.el (message-generate-hashcash): Honor custom type.
12841
12842 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12843
12844         * message.el (message-generate-hashcash): Default to non-nil when
12845         hashcash is found.
12846
12847         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12848         (gnus-refer-thread-limit): Increase default to 500.
12849
12850         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12851
12852         * flow-fill.el (fill-flowed): Allow delete-space.
12853
12854 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12855
12856         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12857         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12858         Remove autoloads.
12859
12860 2006-04-18  Simon Josefsson  <jas@extundo.com>
12861
12862         * message.el (message-generate-hashcash): Default to.
12863
12864 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12865
12866         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12867         concatenating segments rather than before concatenating them.
12868
12869 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12870
12871         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12872
12873 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12874
12875         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12876
12877         * message.el (message-forward-make-body-plain):
12878         Allow message-forward-ignored-headers to be a list.
12879         (message-remove-ignored-headers): Factor out into function.
12880         (message-forward-make-body-mml): Use it.
12881
12882         * imap.el (imap-quote-specials): New function.
12883         (imap-login-auth): Quote specials.
12884
12885         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12886         (rfc2231-parse-string): Allow concatanation of parameters that
12887         aren't contiguous.  The test case is
12888           (mail-header-parse-content-type "message/external-body;
12889             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12890             access-type=LOCAL-FILE;
12891             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12892
12893 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12894
12895         * nntp.el (nntp-accept-process-output): Return the value of
12896         `nnheader-accept-process-output'.
12897
12898 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12899
12900         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12901         (gnus-button-alist): Recognize more diff formats.
12902         (gnus-button-patch): Strip directory.
12903
12904 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12905
12906         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12907         Emacs 22 when setting focus.
12908
12909 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12910
12911         * gnus-art.el (gnus-article-treat-types): Do treatment of
12912         text/x-verbatim parts.
12913         (gnus-button-patch): New command.
12914
12915         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12916         addresses that contain invalid characters.
12917
12918 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12919
12920         * message.el (message-put-addresses-in-ecomplete):
12921         Use gnus-replace-in-string.
12922         (message-is-yours-p): Use the more correct
12923         mail-header-parse-address instead of
12924         mail-extract-address-components.
12925         (message-put-addresses-in-ecomplete): Fix typo.
12926
12927         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12928         keystroke.
12929
12930         * gnus-art.el (gnus-treatment-function-alist): Change order of
12931         newsgroups/generic header folding to avoid double-folding.
12932
12933         * message.el (message-hidden-headers): Add X-Draft-From.
12934
12935         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12936         New command.
12937         (gnus-summary-repeat-search-article-backward): New command.
12938
12939         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12940         groups in the parent topic.
12941
12942 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12943
12944         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12945         (spam-extra-header-to-number): Return the CRM114 number as a
12946         number instead of a string.
12947
12948 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12949
12950         * gnus-art.el (gnus-face-properties-alist): Move here from
12951         gnus-fun.
12952
12953         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12954
12955 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12956
12957         * message.el (message-strip-forbidden-properties): Only display on
12958         self-insert-command.
12959
12960         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12961         reindent.
12962         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12963
12964 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12965
12966         * smiley.el (smiley-style): Fix typo.
12967
12968 2006-03-23  Kenichi Handa  <handa@m17n.org>
12969
12970         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12971         instead of set-buffer-multibyte.
12972
12973 2006-03-23  Kenichi Handa  <handa@m17n.org>
12974
12975         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12976         buffer and then decode the buffer text if necessary.
12977         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12978         first, and after mm-encode-body, change the buffer to unibyte.
12979
12980 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12981
12982         * hashcash.el (hashcash-insert-payment-async-2):
12983         Use message-goto-eoh instead of doing it manually.
12984         (mail-add-payment): Use message-narrow-to-header instead of trying
12985         to do the same itself.
12986
12987         * message.el (message-hidden-headers): Add Face.
12988
12989         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12990         reparenting code.
12991         (gnus-summary-reparent-children): Refactored out code.
12992         (gnus-summary-thread-map): New keystroke.
12993         (gnus-summary-reparent-children): Make into command.
12994
12995         * smiley.el (smiley-style): Default to `medium' if using a large
12996         font.
12997
12998         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12999         does it itself.
13000
13001         * message.el (message-point-in-header-p): Simplify definition.
13002
13003 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13004
13005         * nnagent.el (nnagent-request-set-mark): Silence log file
13006         writing.
13007         (nnagent-request-set-mark): Use write-region instead of
13008         append-to-file.
13009
13010         * gnus-sum.el (gnus-read-header): Fudge article number if using a
13011         strange select method.
13012
13013         * ecomplete.el (ecomplete-display-matches): Get highlightling
13014         right.
13015         (ecomplete-display-matches): Use literals.
13016         (ecomplete-display-matches): Disable message logging.
13017
13018         * message.el (message-display-abbrev): Small optimization.
13019
13020         * ecomplete.el (ecomplete-display-matches): Allow automatic
13021         display.
13022
13023         * message.el (message-strip-forbidden-properties):
13024         Display abbrevs.
13025         (message-display-abbrev): Get automatic display right.
13026
13027         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13028         keystrokes.
13029
13030 2006-04-13  Romain Francoise  <romain@orebokech.com>
13031
13032         TODO: Backport to v5-10!
13033
13034         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13035         Move here (and rename) from gnus-registry.el.
13036
13037         * gnus-registry.el: Require gnus-util.
13038         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13039
13040 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13041
13042         * gnus-group.el (gnus-group-catchup-current):
13043         Change if-then-else-if-then-else into cond.
13044         (gnus-group-catchup): Indent.
13045         (group-name-at-point): New function.
13046         (gnus-fetch-group): Provide default from thing at point.
13047
13048 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13049
13050         * message.el (message-display-abbrev): Fix regexp.
13051
13052         * ecomplete.el (ecomplete-highlight-match-line):
13053         Reimplement choosing.
13054         (ecomplete-highlight-match-line): Fix up code rewrite, remove
13055         dead variables.
13056
13057         * message.el (message-newline-and-indent): Remove debugging.
13058         (message-display-abbrev): Use new implementation.
13059
13060 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13061
13062         * gnus-art.el (gnus-article-mode):
13063         Set cursor-in-non-selected-windows to nil.
13064
13065         * smiley.el: Revert previous change.
13066         (smiley-data-directory): defvar it before using it in the
13067         defcustom of `smiley-style'.
13068
13069 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13070
13071         * message.el (message-newline-and-indent): New function.
13072
13073         * ecomplete.el: Implement more bits.
13074
13075         * message.el (message-put-addresses-in-ecomplete): Clean up the
13076         string.
13077
13078         * ecomplete.el (ecomplete-add-item): Chop off decimals.
13079
13080         * gnus-sum.el (gnus-summary-save-parts):
13081         Bind gnus-summary-save-parts-counter and use it to make unique file
13082         names.
13083
13084         * gnus-art.el (gnus-ignored-headers): Add some more headers.
13085
13086         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13087         parameter to say whether to actually parse the individual
13088         addresses.
13089
13090         * message.el (message-put-addresses-in-ecomplete): New function.
13091         (ecomplete): Require.
13092         (message-mail-alias-type): Add ecomplete as an option.
13093
13094 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
13095
13096         * flow-fill.el (fill-flowed): Remove trailing space from blank
13097         quoted lines.
13098
13099 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13100
13101         * smiley.el (smiley-style): Move definition later to avoid a
13102         compilation warning.
13103
13104 2006-04-12  Kenichi Handa  <handa@m17n.org>
13105
13106         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13107         buffer and then decode the buffer text if necessary.
13108         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13109         first, and after mm-encode-body, change the buffer to unibyte.
13110         Use mm-disable-multibyte instead of set-buffer-multibyte.
13111
13112 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13113
13114         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13115         Content-Type header instead of Content-Disposition header.
13116         (gnus-mime-inline-part): Ditto.
13117         (gnus-mime-view-part-as-charset): Ignore charset that the part
13118         specifies.
13119
13120         * mm-decode.el (mm-display-part): Work with external parts and
13121         usual parts similarly.
13122
13123         * mm-extern.el (mm-inline-external-body): Use mm-display-part
13124         instead of gnus-display-mime.
13125
13126         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13127         instead of with-temp-buffer.
13128
13129         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13130         tag to summarized topics part in order to encode non-ASCII text.
13131
13132 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13133
13134         * smiley.el (smiley-style): New variable.
13135         (smiley-directory): New function.
13136         (smiley-data-directory): Derive from `smiley-style' using
13137         `smiley-directory'.
13138         (smiley-regexp-alist): Add new entries.
13139
13140         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13141         (gnus-article-browse-delete-temp): Add :version.
13142
13143 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
13144
13145         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13146         the sieve region.
13147
13148 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13149
13150         * gnus.el (gnus-version-number): Bump version.
13151
13152 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13153
13154         * gnus.el: No Gnus v0.4 is released.
13155
13156 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13157
13158         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13159         layout.
13160
13161         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13162         unknown charset.
13163
13164         * message.el (message-header-synonyms): Add Original-To to the
13165         default.
13166
13167         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13168         optional parameter.
13169
13170 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13171
13172         * gnus-fun.el (gnus): Require it for gnus-directory.
13173
13174 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13175
13176         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13177
13178 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13179
13180         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13181
13182 2006-04-05  Simon Josefsson  <jas@extundo.com>
13183
13184         * password.el (password-reset): New function.
13185
13186 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13187
13188         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13189         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13190
13191 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13192
13193         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13194         Some whitespace was matched into the url, which broke browsing hits
13195         > 100 when mm-url-use-external was nil.
13196
13197 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13198
13199         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13200         Check gnus-extra-headers for 'Newsgroups.
13201
13202         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13203         bound.
13204
13205 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13206
13207         * pgg-gpg.el: Clean up process buffers every time gpg processes
13208         complete.
13209
13210 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13211
13212         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13213         doc string.
13214
13215 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13216
13217         * pgg-gpg.el (pgg-gpg-process-filter)
13218         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13219
13220         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13221         lines, temporary fix.
13222
13223 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13224
13225         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13226
13227 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13228
13229         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13230         default-enable-multibyte-characters.  This reverts the change from
13231         revision 6.17 which is no longer necessary because the passphrase
13232         is sent separately now.  GnuPG messages are unreadable under
13233         multibyte locales with default-enable-multibyte-characters set to
13234         nil.
13235
13236 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13237
13238         * message.el (message-tool-bar-gnome): Move "spell".
13239
13240 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13241
13242         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13243         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13244         instead.
13245
13246 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13247
13248         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13249         Improve newsgroups handling for NNTP overviews which don't include
13250         Newsgroups.
13251
13252 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13253
13254         * message.el (message-resend): Bind message-generate-hashcash to nil.
13255
13256 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13257
13258         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13259         when searching for already-paid recipients.
13260
13261 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13262
13263         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13264         passphrases when it is not needed.
13265         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13266         passphrase stuff from gpg, should only be necessary when you use
13267         gpg with a smartcard.
13268
13269 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13270
13271         * mml.el (mml-insert-mime): Ignore cached contents of
13272         message/external-body part.
13273
13274         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13275         (mm-insert-part): Ditto.
13276
13277 2006-03-23  Simon Josefsson  <jas@extundo.com>
13278
13279         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13280         Reiner.
13281         (pgg-gpg-use-agent-p): Use it again.
13282
13283 2006-03-23  Simon Josefsson  <jas@extundo.com>
13284
13285         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13286         older emacsen.
13287         (pgg-gpg-use-agent-p): Don't use it.
13288
13289 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13290
13291         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13292         if we can.
13293
13294 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13295
13296         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13297         (pgg-gpg-update-agent): New function.
13298         (pgg-gpg-use-agent-p): New function.
13299         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13300         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13301         (pgg-gpg-sign-region): Use it.
13302
13303 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13304
13305         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13306         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13307
13308 2006-03-21  Simon Josefsson  <jas@extundo.com>
13309
13310         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13311         <wilde@sha-bang.de>.
13312         (pgg-gpg-use-agent): New variable.
13313         (pgg-gpg-process-region): Use it.
13314         (pgg-gpg-encrypt-region): Likewise.
13315         (pgg-gpg-encrypt-symmetric-region): Likewise.
13316         (pgg-gpg-decrypt-region): Likewise.
13317         (pgg-gpg-sign-region): Likewise.
13318         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13319
13320 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13321
13322         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13323
13324         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13325         Add comment on version.
13326
13327 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13328
13329         * smiley.el: Add missing test smiley.
13330
13331 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13332
13333         * mm-decode.el (mm-with-part): New macro.
13334         (mm-get-part): Use it; work with message/external-body as well.
13335         (mm-save-part): Treat name and filename equally.
13336
13337         * mm-extern.el (mm-extern-cache-contents): New function.
13338         (mm-inline-external-body): Use it; force the part to be displayed;
13339         move undisplayer added to the cached handle to the parent.
13340
13341         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13342         (gnus-mime-view-part-as-type): Work with message/external-body.
13343
13344         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13345
13346 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13347
13348         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13349         images in image-load-path.  [Sync with image.el, revision 1.60, in
13350         Emacs.]
13351
13352 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13353
13354         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13355         path rather than symbol.  Always return list of directories.
13356         Guarantee that image directory comes first.  [Sync with image.el,
13357         revision 1.59, in Emacs.]
13358
13359         * message.el (message-make-tool-bar): Adjust to new API of
13360         `gmm-image-load-path-for-library'.
13361
13362         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13363
13364         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13365
13366 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13367
13368         * gnus-art.el (gnus-article-only-boring-p):
13369         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13370         intangible text.
13371         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13372
13373 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13374
13375         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13376         Use `defun' instead of `gmm-defun-compat'.
13377
13378 2006-03-14  Simon Josefsson  <jas@extundo.com>
13379
13380         * message.el (message-unique-id): Don't use message-number-base36
13381         if (user-uid) is a float.
13382         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13383
13384 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13385
13386         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13387
13388         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13389         empty line between a part and a message part.
13390
13391 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13392
13393         * smiley.el: Add more test smileys.
13394         (smiley-data-directory, smiley-regexp-alist)
13395         (gnus-smiley-file-types): Fix doc strings.
13396         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13397         adding new elements.
13398         (smiley-mouse-map): Unused code.  Make it a comment.
13399
13400 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13401
13402         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13403         scan latest NoCeM messages instead of old ones.
13404         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13405         delimiters that are recently used.
13406         (gnus-nocem-load-cache): Add autoload cookie.
13407
13408         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13409
13410         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13411         level which is larger than gnus-use-nocem is specified.
13412
13413         * gnus-group.el (gnus-group-get-new-news): Ditto.
13414
13415 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13416
13417         * gnus-util.el (gnus-tool-bar-update): New function.
13418
13419         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13420         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13421
13422         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13423
13424         * gnus-group.el (gnus-group-redraw-when-idle)
13425         (gnus-group-redraw-check): Remove.
13426         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13427
13428 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13429
13430         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13431         if optional last element is specified in splits (FIELD VALUE...).
13432
13433 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13434
13435         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13436         to gmm-image-load-path-for-library.  Call with no-error argument.
13437         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13438
13439         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13440
13441         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13442
13443         * gmm-utils.el (gmm-image-load-path): Remove alias.
13444
13445 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13446
13447         * gmm-utils.el (gmm-image-load-path): Add alias.
13448
13449         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13450         nnml-generate-nov-databases-1.
13451         (nnml-generate-nov-databases): Use it.
13452         (nnml-generate-nov-databases-directory): Document no-active
13453         argument.
13454
13455         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13456         directory if path is t.  Add no-error.
13457
13458         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13459         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13460
13461         * gnus-art.el (gnus-article-browse-delete-temp-files):
13462         Simplify resetting gnus-article-browse-html-temp-list.
13463
13464         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13465         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13466         Add example to docstring.  Rename local variables.  Move error
13467         checks to default case in cond and simplify.
13468
13469 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13470
13471         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13472         handle is multipart when calling it recursively.
13473         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13474
13475 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13476
13477         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13478         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13479
13480 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13481
13482         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13483         is loaded.
13484
13485         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13486         loaded.
13487
13488 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13489
13490         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13491         to "Emacs 23 (unicode)" in doc string.
13492
13493         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13494         "Emacs 23 (unicode)" in comment.
13495
13496 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13497
13498         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13499
13500         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13501         characters 160 through 255 in Emacs 23.
13502
13503 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13504
13505         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13506         gnus-article-browse-html-temp.
13507         (gnus-article-browse-delete-temp): Make it customizable.
13508         Add `file'.  Adjust doc string.
13509         (gnus-article-browse-delete-temp-files): Add argument.
13510         Allow query for each file.  Adjust doc string.
13511         (gnus-article-browse-html-parts):
13512         Add `gnus-article-browse-delete-temp-files' to
13513         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13514
13515 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13516
13517         * gnus-art.el (gnus-article-browse-html-temp)
13518         (gnus-article-browse-delete-temp): New variables.
13519         (gnus-article-browse-delete-temp-files): New function.
13520         (gnus-article-browse-html-parts): Use it.
13521
13522 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13523
13524         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13525
13526         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13527         string.
13528
13529         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13530         gnus-summary-insert-new-articles when unplugged.
13531         Remove gnus-summary-search-article-forward.
13532
13533         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13534         display-visual-class instead of display-color-cells.
13535
13536 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13537
13538         * dgnushack.el: Autoload customize-group for XEmacs.
13539
13540         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13541         message/* containing non-ASCII text properly.
13542
13543 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13544
13545         * message.el: Require gmm-utils, remove autoloads.
13546         (message-tool-bar): Set default based on
13547         gmm-tool-bar-style.
13548         (message-tool-bar-gnome): Add gmm-customize-mode.
13549
13550         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13551         gmm-tool-bar-style.
13552         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13553
13554         * gnus-group.el (gnus-group-tool-bar): Set default based on
13555         gmm-tool-bar-style.
13556         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13557
13558         * gmm-utils.el (gmm-image-directory): Rename variable from
13559         gmm-image-load-path.
13560         (gmm-image-load-path): Use gmm-image-directory.
13561         (gmm-customize-mode): New function.
13562         (gmm-tool-bar-style): New variable.
13563
13564         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13565         gnus-group-redraw-line-number.
13566         (gnus-group-redraw-check): Simplify.
13567         (gnus-group-tool-bar-update): Remove redraw check.
13568         (gnus-group-make-tool-bar): Add redraw check.
13569
13570 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13571
13572         * gnus-art.el (gnus-button): Add missing parentheses.
13573
13574 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13575
13576         * lpath.el: Fbind line-number-at-pos.
13577
13578 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13579
13580         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13581
13582 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13583
13584         * gnus-art.el (gnus-button): New face.
13585         (gnus-article-button-face): Use it.
13586
13587         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13588         Add gnus-summary-next-page.  Re-order.
13589
13590         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13591         next-node are now included.
13592         (gnus-group-redraw-line-number): New internal variable.
13593         (gnus-group-redraw-check): Helper function for updating the tool
13594         bar.
13595         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13596
13597         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13598
13599         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13600         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13601         Use it to match format of Spamassassin 3.0 and later.
13602         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13603         (spam-check-bogofilter)
13604         (spam-bogofilter-register-with-bogofilter): Fix args of
13605         `gnus-error' calls.
13606
13607 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13608
13609         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13610         unnecessary interaction when sending queued mails.
13611         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13612
13613 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13614
13615         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13616         first or last are nil.
13617
13618 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13619
13620         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13621
13622 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13623
13624         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13625
13626 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13627
13628         * dns.el (query-dns): Protect more against buggy tcp output.
13629
13630 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13631
13632         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13633         nov.php.
13634
13635 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13636
13637         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13638         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13639         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13640         output on the server side.
13641         (nnweb-google-create-mapping): Update regexps and add some
13642         progress indication.
13643
13644 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13645
13646         * gnus-group.el (gnus-group-tool-bar-gnome):
13647         Fix gnus-agent-toggle-plugged.  Re-order icons.
13648         (gnus-group-tool-bar-gnome):
13649         Add gnus-group-{prev,next}-unread-group.
13650         (gnus-group-tool-bar-gnome): Re-order icons.
13651
13652         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13653         Move gnus-summary-insert-new-articles.
13654
13655         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13656         Fix comments.
13657
13658         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13659         also available in Emacs 21.3.
13660
13661         * message.el (message-fix-before-sending): Change "Emacs 22" to
13662         "Emacs 23 (unicode)" in comment.
13663
13664         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13665         "Emacs 23 (unicode)" in comment.
13666
13667         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13668         comment.
13669         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13670
13671         * mm-view.el (mm-fill-flowed): Add :version.
13672
13673 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13674
13675         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13676         and load-path.
13677
13678 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13679
13680         * message.el: Autoload gmm-image-load-path.
13681         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13682         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13683         consitency.
13684
13685         * gmm-utils.el (gmm-image-load-path): Also search in
13686         "../etc/images".  Don't set gmm-image-load-path if we don't find
13687         the image.
13688
13689 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13690
13691         * gmm-utils.el (gmm-image-load-path): Don't make
13692         `gmm-image-load-path' include subdirectories which the second arg
13693         `image' might specify.
13694
13695         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13696         subdirectory to icon file names.
13697
13698         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13699
13700 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13701
13702         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13703         gmm-image-load-path calls.
13704
13705         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13706
13707         * message.el (message-make-tool-bar): Ditto.
13708
13709         * mml.el (mml-preview): Add comment concerning tool bar icons.
13710
13711         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13712         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13713
13714         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13715         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13716
13717         * message.el (message-tool-bar-gnome): Use new icon names.
13718         (message-make-tool-bar): Use `gmm-image-load-path'.
13719
13720         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13721         New functions from MH-E.
13722         (gmm-image-load-path): New variable from MH-E.
13723         (gmm-image-load-path): New function from MH-E.  Add arguments
13724         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13725         *-image-load-path-called-flag.
13726
13727 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13728
13729         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13730
13731 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13732
13733         * nnimap.el (nnimap-request-move-article): Change folder back to
13734         source group before deleting.
13735
13736 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13737
13738         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13739
13740         * gnus-art.el (mm-url-insert-file-contents-external):
13741         Autoload mm-url.
13742
13743         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13744
13745 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13746
13747         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13748         coding system which mm-charset-to-coding-system returns for a
13749         given charset is valid.
13750
13751 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13752
13753         * html2text.el (html2text-remove-tag-list):
13754         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13755
13756 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13757
13758         * gnus-cus.el: Revert 2005-10-17 change.
13759
13760 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13761
13762         * gnus-art.el (article-strip-banner):
13763         Call article-really-strip-banner only when the regexp match is made.
13764
13765 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13766
13767         * gnus-art.el (article-strip-banner):
13768         Use gnus-extract-address-components instead of
13769         mail-header-parse-addresses to make it work with non-ASCII text;
13770         remove mail-encode-encoded-word-string.
13771
13772         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13773         values which are surrounded with \"...\"; make it never cause a
13774         Lisp error; give up parsing of parameters if it failed in
13775         extracting type.
13776
13777 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13778
13779         * smime.el (smime-cert-by-ldap-1): Fix bug where
13780         `smime-ldap-search' returns results without userCertificates.
13781
13782 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13783
13784         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13785
13786 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13787
13788         * spam.el (spam-check-spamassassin-headers): Adapt format for
13789         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13790         <ari@mbf.ocn.ne.jp>.
13791         (spam-list-of-processors): Add spam-use-gmane.
13792
13793 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13794
13795         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13796         make-temp-file; make it work with XEmacs as well.
13797
13798         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13799         mm-make-temp-file.
13800
13801         * mm-decode.el (mm-display-external): Use the 3rd arg of
13802         mm-make-temp-file.
13803         (mm-create-image-xemacs): Ditto.
13804
13805 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13806
13807         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13808         with message-narrow-to-headers.
13809         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13810         (gnus-draft-check-draft-articles): New function.
13811         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13812
13813 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13814
13815         * gnus-art.el (gnus-article-browse-html-parts):
13816         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13817         Don't use suffix argument for mm-make-temp-file for Emacs 21
13818         compatibility.  Remove useless `format'.
13819
13820 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13821
13822         * nnweb.el (nnweb-google-wash-article): Update regexps.
13823         (nnweb-group-alist): Use defvoo instead of defvar.
13824
13825 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13826
13827         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13828         re-loading nn* modules.
13829
13830 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13831
13832         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13833         for `tool-bar-mode' and don't check it's default-value.
13834
13835         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13836
13837         * message.el (message-make-tool-bar): Ditto.
13838
13839         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13840         `substring'.  Shorten tmp-file name.
13841
13842         * gnus.el: Remove bogus comment.
13843
13844 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13845
13846         * gnus-art.el (gnus-article-browse-html-parts): New function.
13847         (gnus-article-browse-html-article): New function for viewing html
13848         articles with a browser.
13849
13850 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13851
13852         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13853         in elisp.
13854         (pgg-gpg-encrypt-symmetric-region): Ditto.
13855         (pgg-gpg-sign-region): Ditto.
13856
13857         * pgg-def.el (pgg-text-mode): New variable.
13858
13859         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13860         (mml2015-pgg-encrypt): Ditto.
13861
13862         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13863         (mml1991-pgg-encrypt): Ditto.
13864
13865 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13866
13867         * nnfolder.el (nnfolder-insert-newsgroup-line):
13868         Use message-make-date instead of current-time-string.
13869
13870         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13871         to gnus-decoded which mm-uu might set.
13872
13873 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13874
13875         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13876         don't decode quoted parameters; remove misimported Emacs code.
13877         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13878         (rfc2231-decode-encoded-string): Don't use split-string which
13879         behaves differently according to Emacs version; use
13880         mm-decode-coding-region to convert charset to coding-system.
13881         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13882         (rfc2231-encode-string): Remove misimported Emacs code.
13883
13884 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13885
13886         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13887         when calling mail-header-parse-content-type.
13888         (article-de-quoted-unreadable): Ditto.
13889         (article-de-base64-unreadable): Ditto.
13890         (article-wash-html): Ditto.
13891
13892         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13893         calling mail-header-parse-content-type and
13894         mail-header-parse-content-disposition.
13895         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13896         mail-header-parse-content-type.
13897
13898         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13899         insert charset and format parameters; encode description after
13900         inserting it to buffer.
13901         (mml-insert-parameter): Fold lines properly even if a parameter is
13902         segmented into two or more lines; change the max column to 76.
13903
13904         * rfc1843.el (rfc1843-decode-article-body): Don't use
13905         ignore-errors when calling mail-header-parse-content-type.
13906
13907         * rfc2231.el (rfc2231-parse-string): Return at least type if
13908         possible; don't cause an error even if it fails in parsing of
13909         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13910         (rfc2231-encode-string): Don't break lines at the beginning, leave
13911         it to mml-insert-parameter.
13912
13913         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13914         calling mail-header-parse-content-type.
13915
13916 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13917
13918         * spam-report.el (spam-report-gmane-use-article-number):
13919         Improve doc string.
13920         (spam-report-gmane-internal): Check if a suitable header was found
13921         in the article.
13922
13923 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13924
13925         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13926         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13927
13928 2006-02-05  Romain Francoise  <romain@orebokech.com>
13929
13930         Update copyright notices of all files in the gnus directory.
13931
13932 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13933
13934         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13935
13936 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13937
13938         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13939         segmented lines of parameter value to cope with Thunderbird 1.5
13940         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13941         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13942         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13943
13944 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13945
13946         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13947         parts.
13948
13949 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13950
13951         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13952         there's only one active file for all servers.
13953         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13954         solid groups.  Gnus might have used a FAST request to select the group.
13955         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13956         and nnweb-search redundantly in the active file.
13957         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13958         (nnweb-request-create-group): Don't use ARGS.
13959         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13960         initialisations.  Let nnoo do the work.
13961
13962 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13963
13964         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13965         Say the part has been decoded.
13966
13967         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13968
13969 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13970
13971         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13972         mailcap-viewer-test-cache when there's no 'test clause, since that
13973         will invert the meaning of a "nil" test previously determined by
13974         mailcap-mailcap-entry-passes-test.
13975
13976 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13977
13978         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13979         compiling.
13980
13981         * gnus-sum.el: Ditto.
13982
13983         * message.el: Don't bind tool-bar-map when compiling.
13984
13985 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13986
13987         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13988
13989 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13990
13991         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13992         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13993         current Google Groups.
13994
13995 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13996
13997         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13998         and tool-bar-mode.
13999
14000         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14001         and tool-bar-mode.
14002
14003         * message.el (message-tool-bar-update): Simplify.
14004         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14005
14006         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14007         gnus-summary-buffer.
14008         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14009         gnus-summary-reply.
14010
14011         * gmm-utils.el (gmm): Add :version.
14012
14013 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14014
14015         * Makefile.in (clean): New rule.
14016         (distclean): Use it.
14017
14018 2006-01-26  Steve Youngs  <steve@sxemacs.org>
14019
14020         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14021         Don't autoload.
14022
14023 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14024
14025         * gmm-utils.el (gmm-verbose): Add :group.
14026
14027 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
14028
14029         * message.el: Change some comments WRT tool-bars.
14030
14031         * gnus-sum.el (gnus-summary-tool-bar)
14032         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14033         (gnus-summary-tool-bar-zap-list): New variables.
14034         (gnus-summary-make-tool-bar): Complete rewrite using
14035         `gmm-tool-bar-from-list'.
14036
14037         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14038         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14039         New variables.
14040         (gnus-group-make-tool-bar): Complete rewrite using
14041         `gmm-tool-bar-from-list'.
14042         (gnus-group-tool-bar-update): New function.
14043
14044         * message.el (message-mode-field-menu): Add "Show hidden Headers".
14045
14046 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14047
14048         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14049         is dissected into a single part of which the type is the same as
14050         the given one; decode charset.
14051
14052 2006-01-21  Kevin Ryde  <user42@zip.com.au>
14053
14054         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14055         into alists as symbol not string, since that's what
14056         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14057         look for.
14058
14059 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
14060
14061         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14062         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14063
14064         * message.el (message-tool-bar-gnome): Use gmm-ignore.
14065
14066 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14067
14068         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
14069         (gnus-xmas-mime-security-button-menu): New function.
14070
14071         * gnus-art.el (gnus-mime-security-button-commands): New variable.
14072         (gnus-mime-security-button-menu): New definition.
14073         (gnus-mime-security-button-map): Use them.
14074         (gnus-mime-security-button-menu): New function.
14075         (gnus-insert-mime-security-button): Addition to help echo.
14076         (gnus-mime-security-run-function, gnus-mime-security-save-part)
14077         (gnus-mime-security-pipe-part): New functions.
14078
14079         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14080         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14081
14082         * mm-decode.el (mm-handle-set-disposition): Remove.
14083         (mm-handle-set-description): Remove.
14084
14085 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14086
14087         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14088         (mm-w3m-standalone-supports-m17n-p): New function.
14089         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14090         w3m usage.
14091
14092         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14093         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14094
14095 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14096
14097         * message.el (message-tool-bar-zap-list):
14098         Use gmm-tool-bar-zap-list as custom type.
14099         (message-tool-bar-update): New function.
14100         (message-tool-bar, message-tool-bar-gnome)
14101         (message-tool-bar-retro): Add message-tool-bar-update.
14102         (message-tool-bar-gnome): Add flyspell-buffer.
14103
14104         * gnus-util.el (gnus-error): Describe `args'.
14105
14106         * gmm-utils.el (gmm-error): Describe `args'.
14107         (gmm-tool-bar-zap-list): New widget.
14108         (gmm-tool-bar-from-list): Improve description of `zap-list'.
14109
14110 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14111
14112         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14113         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14114         the number of recursive calls.
14115
14116         * mm-decode.el (mm-handle-set-disposition): New macro.
14117         (mm-handle-set-description): New macro.
14118
14119 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14120
14121         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14122         encoding.
14123
14124 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14125
14126         * message.el (message-tool-bar-zap-list, message-tool-bar)
14127         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14128         (message-tool-bar-local-item-from-menu): Remove.
14129         (message-tool-bar-map): Replace by `message-make-tool-bar'.
14130         (message-make-tool-bar): New function.
14131         (message-mode): Use `message-make-tool-bar'.
14132
14133         * gmm-utils.el: New file.
14134         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14135         (gmm-lazy): New widget copied from `nnmail.el'.
14136         (gmm-tool-bar-from-list): New function for creating customizable
14137         tool bars.
14138         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
14139         output.
14140         (gmm): Add :prefix to defgroup.
14141
14142 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
14143
14144         * gmm-utils.el (gmm-widget-p): New function.
14145
14146 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14147
14148         * mml.el (mml-attach-file): Describe `description' in doc string.
14149         (mml-menu): Add Emacs MIME manual and PGG manual.
14150
14151 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14152
14153         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14154
14155 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14156
14157         * nntp.el (nntp-end-of-line): Doc fix.
14158
14159 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14160
14161         * imap.el (imap-open): Handle case where buffer is a buffer
14162         object.
14163
14164 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14165
14166         * gnus-delay.el (gnus-delay): Don't autoload.
14167         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14168         to be re-loaded when customizing the `gnus-delay' group.
14169
14170 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14171
14172         * message.el (message-insert-citation-line): Use newlines.
14173
14174 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14175
14176         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14177         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14178         these routines, so the passphrase can be managed externally and
14179         passed in to the system.
14180         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14181         pgg-add-passphrase-to-cache function.
14182
14183         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14184         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14185         these routines, so the passphrase can be managed externally and
14186         passed in to the system.
14187         (pgg-pgp5-sign-region): Use new name of
14188         pgg-add-passphrase-to-cache function.
14189
14190 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14191
14192         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14193         part of the decoded armor to find the key-identifier.
14194         (pgg-gpg-lookup-key-owner): New function to return the
14195         human-readable identifier of a key owner.
14196         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14197         itself.
14198         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14199         the key value) if we have a key and can match it against a secret
14200         key.  Also, added a note pointing out fact that the prompt only
14201         indicates the first matching key.
14202
14203         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14204         pgg-decrypt-region.
14205         (pgg-add-passphrase-to-cache): Rename from
14206         `pgg-add-passphrase-cache' to reduce confusion (all callers
14207         changed).
14208         (pgg-remove-passphrase-from-cache): Rename from
14209         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14210         changed).
14211         (pgg-read-passphrase, pgg-add-passphrase-cache)
14212         (pgg-remove-passphrase-cache): Add informative docstrings.
14213         (pgg-decrypt): Convey provided passphrase in subordinate call to
14214         pgg-decrypt-region.
14215
14216 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14217
14218         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14219         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14220         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14221         'passphrase' argument, so the passphrase can be managed externally
14222         and then passed in to the system.
14223
14224         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14225         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14226         so the passphrase cache can be used reliably with identifiers
14227         besides a pgp packet's key id.
14228
14229         * pgg-gpg.el (pgg-gpg-encrypt-region)
14230         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14231         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14232         these routines, so the passphrase can be managed externally and
14233         passed in to the system.
14234
14235         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14236         'notruncate' argument, so the passphrase cache can be used
14237         reliably with identifiers besides a pgp packet's key id.
14238
14239 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14240
14241         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14242         symmetric encryption.
14243         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14244         encrypted session key.
14245         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14246         message ask for the passphrase in a proper way.
14247
14248         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14249         New user commands for symmetric encryption.
14250
14251 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14252
14253         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14254
14255         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14256
14257 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14258
14259         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14260
14261 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14262
14263         * mm-decode.el (mm-inlined-types): Add application/pgp.
14264         (mm-automatic-display): Ditto.
14265
14266         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14267         part as text.
14268
14269 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14270
14271         * nnrss.el: Update copyright.
14272         (nnrss-opml-import): Query whether to subscribe to each entry.
14273
14274         * gnus-art.el:
14275         * gnus-sum.el:
14276         * gnus-xmas.el:
14277         * messagexmas.el:
14278         * mm-uu.el:
14279         * mm-view.el: Update copyright.
14280
14281 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14282
14283         * message.el (message-info): New function.
14284         (message-mode-menu): Add it.
14285         Update copyright.
14286
14287         * ChangeLog: Fix and update copyright.
14288
14289 2006-01-13  Romain Francoise  <romain@orebokech.com>
14290
14291         * message.el (message-forward-subject-name-subject): Prefer the
14292         address to 'nowhere' if the sender has no name.
14293         Fix typo.  Update copyright year.
14294
14295 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14296
14297         * gnus-art.el (article-wash-html):
14298         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14299         (gnus-article-wash-html-with-w3m-standalone): New function.
14300
14301         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14302         mm-inline-text-html-render-with-w3m-standalone.
14303         (mm-text-html-washer-alist): Map w3m-standalone to
14304         gnus-article-wash-html-with-w3m-standalone.
14305         (mm-inline-text-html-render-with-w3m-standalone): New function.
14306
14307 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14308
14309         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14310         Improve LaTeX.
14311
14312 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14313
14314         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14315         (nnrss-request-article): Render text/plain parts as HTML.
14316
14317         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14318         the buffer.
14319
14320 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14321
14322         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14323         custom definition of `gnus-posting-styles'.
14324
14325         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14326         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14327
14328 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14329
14330         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14331         Use nntp for bug archive.
14332
14333 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14334
14335         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14336         parts.
14337         (nnrss-normalize-date): New function converts ISO 8601 date into
14338         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14339         (nnrss-check-group): Use it.
14340
14341 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14342
14343         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14344
14345         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14346         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14347         (nnrss-insert-w3): Ditto.
14348
14349 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14350
14351         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14352         the articles to be forwarded including the case where neither a
14353         number of articles nor a region is specified.
14354
14355 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14356
14357         * nnrss.el (nnrss-request-article): Fix last change; fill
14358         text/plain parts.
14359
14360 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14361
14362         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14363         in text/plain part.
14364         (nnrss-check-group): Don't add excessive newline to dc:subject.
14365
14366 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14367
14368         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14369         article.
14370
14371 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14372
14373         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14374         (nnml-use-compressed-files, nnml-save-mail): Support other
14375         comression programs such as bzip2.
14376
14377 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14378
14379         * dns.el (query-dns): Make sure we check the buffer size before
14380         removing tcp headers.
14381
14382 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14383
14384         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14385         remove MIME buttons associated with multipart/alternative parts.
14386         (gnus-mime-display-alternative): Tag buttons using `article-type'
14387         text property.
14388
14389         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14390         associated with multipart/alternative parts.
14391
14392         * gnus-art.el (gnus-signature-separator): Fix custom type.
14393
14394         * mm-decode.el (mm-inlined-types): Fix custom type.
14395         (mm-keep-viewer-alive-types): Ditto.
14396         (mm-automatic-display): Ditto.
14397         (mm-attachment-override-types): Ditto.
14398         (mm-inline-override-types): Ditto.
14399         (mm-automatic-external-display): Ditto.
14400
14401 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14402
14403         * spam-report.el (spam-report-user-mail-address)
14404         (spam-report-user-agent): New variables.
14405         (spam-report-url-ping-plain): Use spam-report-user-agent.
14406
14407 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14408
14409         * gnus-art.el (gnus-button-handle-custom): Do not just use
14410         `customize-apropos' for any "M-x customize-*" button but the
14411         function called for.  Accept both the function name and its
14412         argument in order to achieve this.
14413         (gnus-button-alist): Remove support for "custom:" URL's.
14414         Pass function name to `gnus-button-handle-custom' in case of "M-x
14415         customize-*" buttons.
14416
14417 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14418
14419         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14420         multipart/alternative and add xref to mm-discouraged-alternatives
14421         in doc string.
14422
14423         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14424         gnus-buttonized-mime-types in doc string.
14425
14426 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14427
14428         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14429         Suggest image/.* in the doc string.
14430
14431 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14432
14433         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14434         message-marks (Debian bug #342521).
14435
14436 2005-12-12  Simon Josefsson  <jas@extundo.com>
14437
14438         * password.el (password-read-from-cache): Add.
14439         (password-read): Use it.
14440
14441 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14442
14443         * rfc2047.el (rfc2047-charset-to-coding-system):
14444         Recognize us-ascii as a MIME charset.
14445
14446         * mm-bodies.el (mm-decode-content-transfer-encoding):
14447         Protect against the case where the 2nd arg TYPE is nil.
14448
14449 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14450
14451         * pop3.el (pop3-stream-type): Fix custom version.
14452
14453         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14454
14455 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14456
14457         * mm-decode.el (mm-display-external): Add missing cdr.
14458
14459 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14460
14461         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14462         RFC1524) if it is in mailcap or add a suffix according to
14463         mailcap-mime-extensions when generating a temp filename; postpone
14464         deleting a temp file for 2 seconds for some wrappers, shell
14465         scripts, and so on, which might exit right after having started a
14466         viewer command as a background job.
14467
14468 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14469
14470         * nntp.el (nntp-marks-directory): Fix custom group.
14471
14472         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14473         steps when < 10.
14474
14475         * gnus-start.el (gnus-no-server-1):
14476         Mention `gnus-level-default-subscribed' in doc string.
14477
14478 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14479
14480         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14481         parens.
14482
14483 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14484
14485         * gnus-xmas.el (gnus-use-toolbar): Revert.
14486         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14487         gnus-use-toolbar is default.
14488
14489         * messagexmas.el (message-use-toolbar): Revert.
14490         (message-setup-toolbar): Use global default-toolbar if
14491         message-use-toolbar is default.
14492
14493 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14494
14495         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14496         according to default-toolbar-visible-p.
14497
14498         * messagexmas.el (message-use-toolbar): Ditto.
14499
14500 2005-11-26  Dave Love  <fx@gnu.org>
14501
14502         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14503         (tls-program, tls-success): Provide openssl alternative.
14504
14505         * starttls.el: Doc fixes.
14506         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14507         SERVICE to PORT.
14508
14509         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14510         port null or service name.
14511         (starttls-negotiate): Autoload.
14512
14513 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14514
14515         * message.el (message-kill-to-signature): Fix interactive spec.
14516
14517 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14518
14519         * pop3.el (pop3-open-server): Recognize a string as a service name.
14520
14521 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14522
14523         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14524
14525 2005-11-23  Dave Love  <fx@gnu.org>
14526
14527         Add pop3s, pop3/starttls.
14528
14529         * pop3.el (pop3-authentication-scheme): Clarify doc.
14530         (open-tls-stream, starttls-open-stream): Autoload.
14531         (pop3-stream-type): New.
14532         (pop3-open-server): Use it.
14533
14534         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14535         for POP.
14536         (mail-source-keyword-map): Add :stream for POP.
14537         (mail-source-fetch-pop): Use pop3-stream-type.
14538
14539 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14540
14541         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14542         of current-time-string.
14543
14544 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14545
14546         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14547         date header.
14548
14549 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14550
14551         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14552         it can seriously impact performance as it bypasses the agent's
14553         local caches.
14554
14555 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14556
14557         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14558         must be explicitly online rather than "not explicitly offline" for
14559         its flags to be synchronized.
14560
14561         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14562         that gnus-uu-unmark-thread will function correctly.
14563
14564         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14565         1024K is instead displayed as 1M.
14566
14567 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14568
14569         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14570
14571 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14572
14573         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14574
14575 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14576
14577         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14578         error message to display actual error condition.
14579         (gnus-agent-save-local): Avoid saving symbols that are bound to
14580         nil as they simply result in a warning message in
14581         gnus-agent-read-local.
14582
14583 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14584
14585         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14586         rather than make-variable-buffer-local for file-precious-flag.
14587
14588 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14589
14590         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14591         for duplicates which are removed.  The invalid sort check then
14592         triggers a rescan after the sort as sorting may have moved
14593         duplicate entries such that they can be cheaply detected.
14594
14595 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14596
14597         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14598
14599 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14600
14601         * gnus-agent.el (gnus-agent-article-alist-save-format):
14602         Change internal variable to a custom variable.  Change default value
14603         from compressed(2) to uncompressed(1).
14604         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14605         support for uncompressed agentview files.  Taken together, reading
14606         the agentview file should now be 6-7 times faster.
14607
14608 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14609
14610         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14611         as a buffer-local variable.  This avoids creating truncated
14612         dribble files as a result of a hang up, eg.
14613
14614 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14615
14616         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14617         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14618         XEmacs.
14619
14620 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14621
14622         * gnus-start.el (gnus-start-draft-setup):
14623         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14624
14625         * gnus.el (gnus-splash): Change custom group.
14626         (gnus-group-get-parameter, gnus-group-parameter-value):
14627         Describe allow-list argument.
14628
14629         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14630         string.
14631
14632 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14633
14634         * gnus-art.el (gnus-default-article-saver): Add user-defined
14635         `function' to custom type.
14636
14637 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14638
14639         * imap.el (imap-open): Handle case where buffer is a buffer
14640         object.
14641
14642 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14643
14644         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14645         long lines.
14646         (gnus-cache-delete-group): Wrap doc strings.
14647
14648         * gnus-agent.el (gnus-agent-rename-group)
14649         (gnus-agent-delete-group): Wrap doc strings.
14650
14651 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14652
14653         * messagexmas.el (message-use-toolbar): Change the valid values
14654         into default, top, bottom, left, and right.
14655         (message-toolbar-thickness): New variable.
14656         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14657         well.
14658         (message-setup-toolbar): Make it work.
14659
14660         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14661         (gnus-use-toolbar): Change the valid values into default, top,
14662         bottom, left, and right.
14663         (gnus-toolbar-thickness): New variable.
14664         (gnus-xmas-setup-toolbar): New function.
14665         (gnus-xmas-setup-group-toolbar): Use it.
14666         (gnus-xmas-setup-summary-toolbar): Use it.
14667
14668 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14669
14670         * gnus-start.el (gnus-1): Add "native" to
14671         gnus-predefined-server-alist.
14672
14673         * gnus.el (gnus-method-to-server): Don't add "native" to the
14674         lists here, because that leads to problems when
14675         gnus-select-method is bound.
14676
14677 2005-11-09  Simon Josefsson  <jas@extundo.com>
14678
14679         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14680         use (not sort-by-date) instead.
14681
14682 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14683
14684         * gnus-delay.el (gnus-delay-group): Don't autoload.
14685         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14686         to be re-loaded when customizing the `gnus-delay' group.
14687
14688 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14689
14690         * message.el: Revert last changes.
14691         (message-insert-citation-line): Use newlines.
14692
14693 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14694
14695         * message.el (message-courtesy-message)
14696         (message-mark-insert-begin, message-mark-insert-end)
14697         (message-elide-ellipsis, message-cancel-message)
14698         (message-add-header, message-change-subject)
14699         (message-cross-post-followup-to-header)
14700         (message-cross-post-insert-note, message-reduce-to-to-cc)
14701         (message-widen-reply, message-delete-not-region)
14702         (message-kill-to-signature, message-insert-signature)
14703         (message-insert-importance-high, message-insert-importance-low)
14704         (message-insert-or-toggle-importance)
14705         (message-insert-disposition-notification-to)
14706         (message-indent-citation, message-yank-original)
14707         (message-cite-original-without-signature, message-cite-original)
14708         (message-insert-citation-line, message-position-on-field)
14709         (message-fix-before-sending, message-send-mail-partially)
14710         (message-send-mail, message-send-mail-with-sendmail)
14711         (message-send-mail-with-qmail, message-send-news)
14712         (message-check-news-header-syntax, message-generate-headers)
14713         (message-insert-courtesy-copy, message-fill-address)
14714         (message-fill-header, message-shorten-references)
14715         (message-setup-1, message-cancel-news)
14716         (message-forward-make-body-plain, message-forward-make-body-mime)
14717         (message-forward-make-body-mml, message-encode-message-body)
14718         (message-forward-make-body-digest-plain)
14719         (message-forward-make-body-digest-mime)
14720         (message-use-alternative-email-as-from): Insert `hard-newline'
14721         instead of ordinary newlines.
14722
14723 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14724
14725         * message.el (message-generate-headers): Downcase the argument
14726         given to message-check-element.
14727
14728 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14729
14730         * nntp.el (nntp-authinfo-rejected): New error condition.
14731         (nntp-wait-for): Use new error condition to signal authentication
14732         error.
14733         (nntp-retrieve-data): Rethrow new error condition to break out of
14734         recursive call to nntp-send-authinfo.
14735
14736 2005-11-08  Romain Francoise  <romain@orebokech.com>
14737
14738         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14739         (gnus-summary-exit-map): Bind to `Z p'.
14740         (gnus-summary-make-menu-bar): Add menu item.
14741
14742 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14743
14744         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14745         (gnus-treat-*): Add `first' in all doc strings.
14746
14747         * gnus-group.el (gnus-group-compact-group): Fix typo.
14748
14749 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14750
14751         * gnus.el (gnus-parameters-case-fold-search): New variable.
14752         (gnus-parameters-get-parameter): Use it.
14753
14754         * gnus-score.el (gnus-home-score-file): Doc fix.
14755
14756 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14757
14758         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14759
14760 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14761
14762         * mm-util.el (mm-special-display-p): New function.
14763
14764         * mml.el (mml-preview): Use it; doc fix.
14765
14766 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14767
14768         * imap.el (imap-open): Handle case where buffer is a buffer object.
14769
14770 2005-10-29  Romain Francoise  <romain@orebokech.com>
14771
14772         * message.el (message-fix-before-sending): Fix comment.
14773
14774 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14775
14776         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14777
14778 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14779
14780         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14781         Used in gnus-score.el.
14782
14783 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14784
14785         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14786
14787 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14788
14789         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14790         whitespace removed in revision 7.8.  Use concatenated string to
14791         protect trailing whitespace.
14792
14793 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14794
14795         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14796         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14797         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14798         Courier IMAP ("some version from 2004").  Mostly based on similar
14799         code in the same function.
14800
14801 2005-10-26  Didier Verna  <didier@xemacs.org>
14802
14803         * gnus-group.el (gnus-group-compact-group): Invalidate original
14804         article buffer.
14805         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14806         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14807         NOV database and in article itself.
14808         Invalidate article backlog.
14809
14810 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14811
14812         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14813
14814 2005-10-26  Simon Josefsson  <jas@extundo.com>
14815
14816         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14817         part of 2004-07-25 change.
14818
14819 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14820
14821         * message.el (message-display-completion-list): New function.
14822         (message-expand-group): Use it; make sure the Completions buffer
14823         is modifiable.
14824 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14825
14826         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14827         user-mail-name is an empty string.
14828
14829 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14830
14831         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14832         depending on gnus-score-decay-constant.
14833
14834         * encrypt.el (encrypt-insert-file-contents)
14835         (encrypt-write-file-contents): Don't use `gnus-message'.
14836
14837         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14838         arguments.
14839         (mm-uu-type-alist): Add message-marks and insert-marks.
14840         Pass arguments to mm-uu-verbatim-marks-extract.
14841         (mm-uu-hide-markers): New variable.
14842         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14843
14844         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14845         (gnus-convert-image-to-face-command): Use "convert" by default to
14846         allow other input image formats.
14847         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14848         accordingly.
14849
14850 2005-10-23  Simon Josefsson  <jas@extundo.com>
14851
14852         * imap.el (imap-gssapi-program): Align command line parameters
14853         with latest GNU SASL.
14854         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14855
14856 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14857
14858         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14859         HTML.
14860         (nnslashdot-request-article): Ditto.
14861
14862         * lpath.el (featurep): Add nobreak-char-display.
14863
14864 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14865
14866         * mail-source.el (mail-source-fetch-pop): Require pop3.
14867         (mail-source-check-pop): Ditto.
14868
14869 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14870
14871         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14872         errors.
14873
14874 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14875
14876         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14877         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14878
14879         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14880
14881         * mm-bodies.el (mm-decode-string):
14882         Call `mm-charset-to-coding-system' with allow-override argument.
14883
14884 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14885
14886         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14887         (rfc2047-charset-to-coding-system): New function.
14888         (rfc2047-decode-encoded-words): New function.
14889         (rfc2047-decode-region): Use them.
14890         (rfc2047-decode-cte): Remove.
14891         (rfc2047-parse-and-decode): Remove.
14892         (rfc2047-decode): Remove.
14893
14894 2005-10-15  Kenichi Handa  <handa@m17n.org>
14895
14896         * rfc2047.el (rfc2047-decode-cte): New function.
14897         (rfc2047-decode-region): Change the way to decode successive
14898         encoded-words: decode B- or Q-encoding in each encoded-word,
14899         concatenate them, and decode it as charset.
14900
14901 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14902
14903         * lpath.el: Fbind codepage-setup for XEmacs.
14904
14905 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14906
14907         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14908         widget-move-and-invoke.
14909         (gnus-custom-mode): Use gnus-custom-map.
14910
14911 2005-10-15  Bill Wohler  <wohler@newt.com>
14912
14913         * message.el (message-tool-bar-map): Rename image file from
14914         mail_send to mail/send.
14915
14916 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14917
14918         * message.el (message-expand-group): Pass the common
14919         prefix substring of completion to `display-completion-list'.
14920
14921 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14922
14923         * mml-sec.el (mml-secure-method): New internal variable.
14924         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14925         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14926         New functions using mml-secure-method.
14927
14928         * mml.el (mml-mode-map): Add key bindings for those functions.
14929         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14930         Harder <harder@myrealbox.com>.
14931         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14932         Goto end of message if point is the headers of the message.
14933
14934         * message.el (message-in-body-p): New function.
14935
14936         * assistant.el: Autoload gnus-util and netrc.
14937
14938         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14939         Use `mm-charset-override-alist' only when decoding.
14940
14941         * mm-bodies.el (mm-decode-body):
14942         Call `mm-charset-to-coding-system' with allow-override argument.
14943
14944         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14945         `filename' from Content-Disposition if Content-Type doesn't
14946         provide `name'.
14947         (gnus-mime-view-part-as-type): Set default instead of
14948         initial-input.
14949
14950 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14951
14952         * format-spec.el (format-spec): Propagate text properties of % spec.
14953
14954 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14955
14956         * gnus-art.el (gnus-treat-predicate): Add `first'.
14957
14958 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14959
14960         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14961         (mm-charset-override-alist): New variable.
14962         (mm-charset-to-coding-system): Use it.
14963         (mm-codepage-setup): New helper function.
14964         (mm-charset-eval-alist): New variable.
14965         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14966         Warn about unknown charsets.
14967
14968         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14969
14970 2005-10-04  David Hansen  <david.hansen@gmx.net>
14971
14972         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14973         (nnrss-check-group): Ditto.
14974
14975 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14976
14977         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14978         Rename x-gnus-verbatim to x-verbatim.
14979         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14980
14981         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14982         x-verbatim.
14983
14984         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14985
14986         * gnus-util.el (gnus-remove-duplicates): Remove.
14987
14988         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14989         instead of gnus-remove-duplicates.
14990
14991         * message.el (message-remove-duplicates): Remove.
14992         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14993         message-remove-duplicates.
14994
14995         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14996         available, else use implementation from `delete-dups'.
14997
14998         * message.el (message-insert-expires): New function.
14999         (message-mode-map): Add key binding.
15000         (message-mode-field-menu): Add menu entry.
15001         (message-mode): Document it.
15002         (message-make-expires-date): Use `message-make-date'.
15003
15004 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
15005
15006         * message.el (message-make-expires-date): New function.
15007
15008 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15009
15010         * Makefile.in (list-installed-shadows): New entry.
15011         (install): Use it.
15012         (remove-installed-shadows): New entry.
15013
15014         * dgnushack.el (dgnushack-default-load-path): New variable.
15015         (dgnushack-find-lisp-shadows): New function.
15016         (dgnushack-remove-lisp-shadows): New function.
15017
15018 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15019
15020         * Makefile.in (install-el-elc): New entry.
15021         (install): Use it so that .el files are necessarily installed.
15022
15023 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15024
15025         * time-date.el: Autoload parse-time-string, XEmacs needs it.
15026
15027 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15028
15029         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15030         function rather than the diff-mode.el package.
15031         (mm-display-external): Use with-current-buffer.
15032         (mm-viewer-completion-map, mm-viewer-completion-map):
15033         Move initialization inside declaration.
15034
15035 2005-09-29  Simon Josefsson  <jas@extundo.com>
15036
15037         * spam.el: Load hashcash when compiling, to avoid warnings.
15038         Don't autoload mail-check-payment.
15039         (spam-check-hashcash): Define unconditionally, since hashcash.el
15040         is part of Gnus now.  Ignore errors from payment checking.
15041
15042 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15043
15044         * message.el (message-bold-region, message-unbold-region):
15045         Rename from `bold-region' and `unbold-region'.
15046
15047         * message.el: Remove useless autoloads.
15048
15049 2005-09-28  Simon Josefsson  <jas@extundo.com>
15050
15051         * message.el (message-use-idna): Default to t.
15052         (message-use-idna): Test whether encoding works too.  Doc fix.
15053
15054 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15055
15056         * nntp.el (nntp-warn-about-losing-connection): Remove.
15057
15058 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15059
15060         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15061         customizable.  Change default value.
15062         (mm-uu-diff-groups-regexp): Change default value.
15063         (mm-uu-type-alist): Add doc string.
15064         (mm-uu-configure): Add doc string.  Make it interactive.
15065         (mm-uu-tex-groups-regexp): New variable.
15066         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15067         (mm-uu-type-alist): Add LaTeX documents.
15068         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15069         of "text/verbatim".
15070         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15071
15072         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15073         instead of "text/verbatim".
15074
15075         * message.el (message-mark-inserted-region)
15076         (message-mark-insert-file): Use slrn style marks when called with
15077         prefix argument.
15078
15079 2005-09-27  Simon Josefsson  <jas@extundo.com>
15080
15081         * message.el (message-idna-to-ascii-rhs-1): Reformat.
15082
15083 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
15084
15085         * message.el (message-remove-duplicates): New function.
15086         Implementation borrowed from `gnus-remove-duplicates'.
15087         (message-idna-to-ascii-rhs): Also encode idna addresses in
15088         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15089         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15090         only ask about the same idna domain once per header and also tell
15091         in what header to replace the idna domain.
15092
15093         * gnus-art.el (article-decode-idna-rhs): Also decode idna
15094         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15095         (article-decode-idna-rhs): Fix regexp so that all idna-address in
15096         a header is decoded and not just the last one.
15097
15098 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15099
15100         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15101         has been decoded.
15102
15103         * mm-decode.el (mm-automatic-display): Add text/verbatim.
15104         (mm-insert-part): Don't modify text if it has been decoded.
15105
15106         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15107         decoded.
15108
15109         * mm-view.el (mm-inline-text): Don't strip text props unless
15110         decoding enriched or richtext parts.
15111
15112 2005-09-25  Romain Francoise  <romain@orebokech.com>
15113
15114         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15115         * gnus-start.el (gnus-subscribe-interactively):
15116         * gnus-uu.el (gnus-uu-grab-articles):
15117         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15118         space.
15119
15120 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15121
15122         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15123         * mm-view.el (mm-view-pkcs7-decrypt):
15124         * gnus-sum.el (gnus-summary-limit-to-extra)
15125         (gnus-summary-respool-article, gnus-read-move-group-name):
15126         * gnus-score.el (gnus-summary-increase-score):
15127         * gnus-util.el (gnus-completing-read-with-default):
15128         * gnus-art.el (gnus-read-save-file-name)
15129         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15130         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15131         * message.el (message-check-news-header-syntax):
15132         Follow convention for reading with the minibuffer.
15133
15134 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
15135
15136         * spam-report.el (spam-report-url-ping-plain):
15137         Use gnus-extended-version as User-Agent.
15138
15139         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15140         default value is nil.
15141
15142         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15143         (mm-uu-verbatim-marks-extract): New function.
15144         (mm-uu-extract): New face.
15145         (mm-uu-copy-to-buffer): Use it.
15146
15147         * spam-report.el (spam-report-gmane-ham): Rename from
15148         `spam-report-gmane-unspam'.
15149         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15150         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15151
15152         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15153         Autoload.
15154         (spam-report-gmane-unregister-routine):
15155         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15156
15157 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15158
15159         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15160         (spam-report-gmane-unregister-routine): Add support for gmane
15161         unregistration.
15162
15163         * spam-report.el (spam-report-gmane-unspam)
15164         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15165         (spam-report-gmane): Change to take a single article and do unspam
15166         registration.
15167
15168 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15169
15170         * mm-url.el (mm-url-decode-entities): Fix regexp.
15171
15172 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15173
15174         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15175         default to nil, to be able to use Gnus at all.  If the default
15176         switches to something else, then the function should be fixed not
15177         be exceedingly slow.
15178
15179 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15180
15181         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15182         fail hard.
15183
15184         * spam-report.el: Add better Keywords line.
15185
15186         * spam.el: Add Maintainer and better Keywords line.
15187
15188 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15189
15190         * gnus-art.el (gnus-article-replace-part)
15191         (gnus-mime-replace-part): New functions.
15192         (gnus-mime-action-alist, gnus-mime-button-commands)
15193         (gnus-mime-save-part-and-strip): Add file argument.
15194         (gnus-article-part-wrapper): Add interactive argument.
15195
15196         * gnus-sum.el (gnus-summary-mime-map):
15197         Add `gnus-article-replace-part'.
15198
15199 2005-09-19  Didier Verna  <didier@xemacs.org>
15200
15201         The nnml compaction feature:
15202         * nnml.el (nnml-request-compact-group): New function.
15203         * nnml.el (nnml-request-compact): New function.
15204         * gnus-int.el (gnus-request-compact-group): New function.
15205         * gnus-int.el (gnus-request-compact): New function.
15206         * gnus-group.el (gnus-group-compact-group): New function.
15207         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15208         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15209         * gnus-srvr.el (gnus-server-compact-server): New function.
15210         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15211         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15212
15213 2005-09-18  Deepak Goel  <deego@gnufans.org>
15214
15215         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15216         format spec.
15217
15218 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15219
15220         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15221
15222 2005-09-15  Romain Francoise  <romain@orebokech.com>
15223
15224         * message.el (message-fill-paragraph): Clarify docstring.
15225
15226 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15227
15228         * gnus-art.el (gnus-mime-display-part): Protect against broken
15229         MIME messages.
15230
15231 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15232
15233         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15234         before parsing header.
15235
15236 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15237
15238         * html2text.el (html2text-replace-list): Add new entities.
15239
15240 2005-09-11  Romain Francoise  <romain@orebokech.com>
15241
15242         * message.el (message-alternative-emails): Improve docstring.
15243         (message-setup-1): Call `message-use-alternative-email-as-from'
15244         after `message-setup-hook' to give it precedence over posting
15245         styles, etc.
15246         (message-use-alternative-email-as-from): Add docstring.
15247         Remove the original From header if present.
15248
15249         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15250         (nnml-save-mail): Use it.
15251
15252         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15253         articles.  Add new argument `silent'.
15254         (gnus-uu-mark-all): Report the total number of marked articles.
15255
15256 2005-09-10  Romain Francoise  <romain@orebokech.com>
15257
15258         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15259         (gnus-uu-mark-series): Likewise.
15260
15261 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15262
15263         * spam-report.el (spam-report-gmane): Fix generation of spam
15264         report URL.
15265
15266 2005-09-10  Simon Josefsson  <jas@extundo.com>
15267
15268         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15269         t, based on discussion on the ding list with Robert Epprecht
15270         <epprecht@solnet.ch>.
15271
15272 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15273
15274         * spam-report.el (spam-report-gmane): Make it work without
15275         X-Report-Spam header.  Gmane now only provides Archived-At.
15276         This is only used if `spam-report-gmane-use-article-number' is nil.
15277         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15278
15279         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15280         make `gnus-summary-sort-by-recipient' work with threading.
15281
15282         * nnweb.el (nnweb-google-wash-article): Print a message if article
15283         is not available.
15284
15285 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15286
15287         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15288         change.  Decode text/* parts content before displaying.
15289
15290 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15291
15292         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15293
15294 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15295
15296         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15297
15298         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15299         url-package-name, url-package-version,
15300         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15301         w3m-display-inline-images, and w3m-minor-mode-map.
15302
15303 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15304
15305         * message.el (message-tab-body-function): Fix mismatched custom type.
15306
15307         * gnus.el (gnus-group-change-level-function): Ditto.
15308
15309         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15310
15311         * gnus-art.el (gnus-signature-limit)
15312         (gnus-article-mime-part-function): Ditto.
15313
15314 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15315
15316         * mml.el (mml-mode): Silence the byte compiler.
15317
15318         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15319         using `(sit-for 0)' before moving the point to the specified part;
15320         skip unbuttonized parts.
15321         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15322         return to the summary window if gnus-auto-select-part is non-nil.
15323
15324 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15325
15326         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15327         New variables.
15328         (mml-dnd-attach-file, mml-mode): Use them.
15329
15330         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15331         Make fetching article by MID work again for Google Groups.
15332         Add FIXME concerning gnus-group-make-web-group.
15333
15334         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15335         Don't depend on Gnus by using mail-extract-address-components if
15336         gnus-extract-address-components is not bound.
15337
15338 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15339
15340         * gnus-art.el (gnus-mime-display-security): Don't display the
15341         signature, but only the signed part.
15342
15343 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15344
15345         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15346
15347         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15348         list, not listp.
15349
15350 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15351
15352         * mm-encode.el (mm-encode-content-transfer-encoding):
15353         Likewise when encoding.
15354
15355         * mm-bodies.el (mm-decode-content-transfer-encoding):
15356         De-canonicalize CRLF for all text content types, not just
15357         text/plain.
15358
15359 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15360
15361         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15362         valid article; point arrow and cursor at the MIME button.
15363
15364 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15365
15366         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15367         Suggested by Dan Christensen <jdc@uwo.ca>.
15368
15369         * mm-decode.el (mm-save-part): Enable change of prompt.
15370
15371 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15372
15373         * gnus-msg.el (gnus-inews-add-send-actions):
15374         Make `message-post-method' lambda parameter ARG `&optional'.
15375
15376 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15377
15378         * gnus-sum.el (gnus-summary-mime-map):
15379         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15380         gnus-article-jump-to-part.
15381
15382         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15383         (gnus-article-edit-part): Use it.
15384         (gnus-article-part-wrapper): Add no-handle argument.
15385         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15386         New functions.
15387
15388 2005-08-29  Romain Francoise  <romain@orebokech.com>
15389
15390         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15391         docstring.
15392         (gnus-face-from-file): Likewise.
15393
15394 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15395
15396         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15397         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15398         non-nil.
15399         (gnus-auto-select-part): New variable.
15400         (gnus-article-jump-to-part): New function.
15401         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15402         (gnus-mime-delete-part): Allow selecting specified part after
15403         deleting or stripping parts.
15404         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15405         part if argument is bogus.
15406
15407 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15408
15409         * gnus-art.el (w3m-minor-mode-map):
15410         * gnus-spec.el (gnus-newsrc-file-version):
15411         * gnus-util.el (nnmail-active-file-coding-system)
15412         (gnus-original-article-buffer, gnus-user-agent):
15413         * gnus.el (gnus-ham-process-destinations)
15414         (gnus-parameter-ham-marks-alist)
15415         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15416         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15417         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15418         * mm-decode.el (gnus-current-window-configuration):
15419         * mm-extern.el (gnus-article-mime-handles):
15420         * mm-url.el (url-current-object, url-package-name)
15421         (url-package-version):
15422         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15423         (smime-keys, w3m-cid-retrieve-function-alist)
15424         (w3m-current-buffer, w3m-display-inline-images)
15425         (w3m-minor-mode-map):
15426         * mml-smime.el (gnus-extract-address-components):
15427         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15428         (gnus-newsrc-hashtb, message-default-charset)
15429         (message-deletable-headers, message-options)
15430         (message-posting-charset, message-required-mail-headers)
15431         (message-required-news-headers):
15432         * mml1991.el (mc-pgp-always-sign):
15433         * mml2015.el (mc-pgp-always-sign):
15434         * nnheader.el (nnmail-extra-headers):
15435         * rfc1843.el (gnus-decode-encoded-word-function)
15436         (gnus-decode-header-function, gnus-newsgroup-name):
15437         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15438
15439 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15440
15441         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15442         the end of the date treatments.
15443
15444 2005-08-15  Simon Josefsson  <jas@extundo.com>
15445
15446         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15447         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15448         Capello and Romain Francoise.
15449         (pgg-fetch-key-function): Remove, not used?
15450         (pgg-insert-url-with-w3): Require url, to get
15451         url-insert-file-contents regardless of where it is defined.
15452
15453 2005-08-13  Romain Francoise  <romain@orebokech.com>
15454
15455         * message.el (message-cite-original-1): New function.
15456         (message-cite-original): Use it.
15457         (message-cite-original-without-signature): Ditto.
15458
15459 2005-08-08  Romain Francoise  <romain@orebokech.com>
15460
15461         * message.el (message-yank-empty-prefix): New variable.
15462         (message-indent-citation): Use it.
15463         (message-cite-original-without-signature): Respect X-No-Archive.
15464
15465 2005-08-08  Simon Josefsson  <jas@extundo.com>
15466
15467         * pgg.el: Autoload url-insert-file-contents instead of loading
15468         w3/url.
15469         (pgg-insert-url-with-w3): Don't load url here.
15470
15471 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15472
15473         * message.el (message-kill-to-signature): Don't insert newline at
15474         bol.
15475         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15476
15477 2005-08-06  Romain Francoise  <romain@orebokech.com>
15478
15479         * message.el (message-user-fqdn): Fix typo in docstring.
15480
15481 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15482
15483         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15484
15485         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15486
15487 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15488
15489         * mm-bodies.el (mm-encode-body): Use coding system rather than
15490         charset to encode text.
15491
15492         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15493         number of charsets if utf-8 is available (XEmacs).
15494
15495 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15496
15497         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15498         taken from `gnus-button-mid-or-mail-regexp'.
15499         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15500         (gnus-button-alist): Improve regexp for domain part of the MIDs
15501         for news:localpart@domain buttons.
15502         (gnus-button-ctan-directory-regexp): Update.
15503
15504 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15505
15506         * sieve-manage.el (sieve-manage-interactive-login):
15507         Use make-local-variable rather than make-variable-buffer-local.
15508         (sieve-manage-open): Ditto.
15509         (sieve-manage-authenticate): Ditto.
15510
15511         * mml.el (mml-generate-mime-1): Make the content type default to
15512         text/plain if the filename is not specified.
15513
15514 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15515
15516         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15517         instead of insert-buffer.
15518
15519         * message.el (message-yank-original): Ditto; set the mark at the
15520         end of the yanked message.
15521
15522 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15523
15524         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15525         lines to scroll rather than to stop it.
15526
15527         * mml.el (mml-generate-default-type): Add doc string.
15528         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15529         default to application/octet-stream when determining the content
15530         type if it is not specified for the part or the mml contents; add
15531         a comment about mml-generate-default-type.
15532
15533 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15534
15535         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15536         make it default to application/octet-stream when determining the
15537         content type if it is not specified for the external contents.
15538
15539 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15540
15541         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15542         segmented parameter but also other parameters might be there.
15543
15544 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15545
15546         * mm-decode.el (mm-display-external): Delete temp file, directory
15547         and buffer immediately if the external process is exited.
15548
15549 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15550
15551         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15552         fewer lines than that of scroll-margin.
15553         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15554
15555 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15556
15557         * gnus-art.el (gnus-article-next-page): Revert.
15558         (gnus-article-beginning-of-window): New macro.
15559         (gnus-article-next-page-1): Use it.
15560         (gnus-article-prev-page): Ditto.
15561         (gnus-article-edit-part): Use insert-buffer-substring instead of
15562         insert-buffer.
15563         (gnus-article-edit-exit): Ditto.
15564
15565         * gnus-util.el (gnus-beginning-of-window): Remove.
15566         (gnus-end-of-window): Remove.
15567
15568         * lpath.el: Don't bind header-line-format and scroll-margin.
15569
15570 2005-07-25  Simon Josefsson  <jas@extundo.com>
15571
15572         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15573         to have the url package without w3.  Reported by Daiki Ueno
15574         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15575
15576 2005-07-20  Didier Verna  <didier@xemacs.org>
15577
15578         * gnus-diary.el: Remove the description comment (nndiary is now
15579         properly documented in the Gnus manual).
15580         Fix the spelling of "Back End".
15581         * nndiary.el: Ditto.
15582         Fix the copyright notice.
15583
15584 2005-07-18  Romain Francoise  <romain@orebokech.com>
15585
15586         * gnus-sum.el (gnus-summary-to-prefix)
15587         (gnus-summary-newsgroup-prefix): New variables.
15588         (gnus-summary-from-or-to-or-newsgroups): Use them.
15589
15590 2005-07-17  Romain Francoise  <romain@orebokech.com>
15591
15592         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15593         space as it's generally not especially interesting to the user.
15594
15595 2005-07-16  Romain Francoise  <romain@orebokech.com>
15596
15597         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15598         nil to avoid prompting and file modification if one of the
15599         messages at the top of the nnfolder file contains a copyright
15600         notice.
15601         Update copyright notice.
15602
15603         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15604         instead of `current-time-string' as the latter creates a time
15605         string that is not RFC 2822 compliant (it lacks the zone).
15606         Update copyright notice.
15607
15608 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15609
15610         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15611         for text/rtf.  Display default in prompt.  Pass default for M-n.
15612
15613         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15614
15615 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15616
15617         * gnus-msg.el (gnus-button-mailto):
15618         Remove save-selected-window-window hackery because it relies on
15619         save-selected-window internals.
15620
15621 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15622
15623         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15624         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15625         (gnus-article-prev-page): Ditto.
15626
15627         * gnus-util.el (gnus-beginning-of-window): New function.
15628         (gnus-end-of-window): New function.
15629
15630         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15631
15632 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15633
15634         * gnus-score.el (gnus-score-edit-all-score):
15635         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15636         gnus-message.
15637
15638 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15639
15640         * gnus-msg.el (gnus-button-mailto):
15641         Remove save-selected-window-window hackery because it relies on
15642         save-selected-window internals.
15643
15644 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15645
15646         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15647         add-minor-mode.
15648         (gnus-binary-mode): Ditto.
15649
15650         * gnus-topic.el (gnus-topic-mode): Ditto.
15651
15652 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15653
15654         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15655         (gnus-article-prev-page): Take scroll-margin into consideration.
15656
15657 2005-07-04  Lute Kamstra  <lute@gnu.org>
15658
15659         Update FSF's address in GPL notices.
15660
15661 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15662
15663         * gnus.el (gnus-exit):
15664         * gnus-group.el (gnus-group-icons):
15665         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15666
15667         * gnus-nocem.el (gnus-nocem):
15668         * message.el (message-various, message-buffers, message-sending)
15669         (message-interface, message-forwarding, message-insertion)
15670         (message-headers, message-news, message-mail):
15671         * pgg-gpg.el (pgg-gpg):
15672         * pgg-parse.el (pgg-parse):
15673         * pgg-pgp.el (pgg-pgp):
15674         * pgg-pgp5.el (pgg-pgp5):
15675         * pop3.el (pop3): Finish `defgroup' description with period.
15676
15677 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15678
15679         * gnus-art.el (article-display-face): Improve the efficiency.
15680         (article-display-x-face): Ditto; remove grey x-face stuff.
15681
15682 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15683
15684         * gnus-art.el (article-display-face): Correct the position in
15685         which Faces are inserted.
15686
15687 2005-06-29  Didier Verna  <didier@xemacs.org>
15688
15689         * gnus-art.el (article-display-face): Display faces in correct
15690         order.
15691
15692 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15693
15694         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15695         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15696         (gnus-nocem-check-article): Fetch the Type header.
15697         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15698         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15699         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15700         make sure gnus-nocem-hashtb is initialized.
15701         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15702         (gnus-nocem-unwanted-article-p): Ditto.
15703
15704         * pgg.el (pgg-verify): Return the verification result.
15705
15706 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15707
15708         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15709         is ascii.
15710
15711 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15712
15713         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15714         `show-nonbreak-escape'.
15715
15716 2005-06-23  Lute Kamstra  <lute@gnu.org>
15717
15718         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15719
15720         * dig.el (dig-mode):
15721         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15722
15723 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15724
15725         * nnimap.el (nnimap-split-download-body): Fix spellings.
15726
15727 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15728
15729         * gnus-art.el (gnus-article-encrypt-body):
15730         * gnus-cus.el (gnus-score-customize):
15731         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15732         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15733
15734 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15735
15736         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15737         header by looking for magic "MII" at the beginnig.
15738
15739 2005-06-16  Miles Bader  <miles@gnu.org>
15740
15741         * gnus-xmas.el (gnus-xmas-group-startup-message):
15742         Use renamed gnus-splash face.
15743
15744         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15745         (assistant-field-face): New backward-compatibility alias for renamed
15746         face.
15747         (assistant-render-text): Use renamed assistant-field face.
15748
15749         * spam.el (spam): Remove "-face" suffix from face name.
15750         (spam-face): New backward-compatibility alias for renamed face.
15751         (spam-face, spam-initialize): Use renamed spam face.
15752
15753         * message.el (message-header-to, message-header-cc)
15754         (message-header-subject, message-header-newsgroups)
15755         (message-header-other, message-header-name)
15756         (message-header-xheader, message-separator, message-cited-text)
15757         (message-mml): Remove "-face" suffix from face names.
15758         (message-header-to-face, message-header-cc-face)
15759         (message-header-subject-face, message-header-newsgroups-face)
15760         (message-header-other-face, message-header-name-face)
15761         (message-header-xheader-face, message-separator-face)
15762         (message-cited-text-face, message-mml-face):
15763         New backward-compatibility aliases for renamed faces.
15764         (message-font-lock-keywords): Use renamed message faces.
15765
15766         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15767         (sieve-test-commands, sieve-tagged-arguments):
15768         Remove "-face" suffix from face names.
15769         (sieve-control-commands-face, sieve-action-commands-face)
15770         (sieve-test-commands-face, sieve-tagged-arguments-face):
15771         New backward-compatibility aliases for renamed faces.
15772         (sieve-control-commands-face, sieve-action-commands-face)
15773         (sieve-test-commands-face, sieve-tagged-arguments-face):
15774         Use renamed sieve faces.
15775
15776         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15777         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15778         (gnus-group-news-3-empty, gnus-group-news-4)
15779         (gnus-group-news-4-empty, gnus-group-news-5)
15780         (gnus-group-news-5-empty, gnus-group-news-6)
15781         (gnus-group-news-6-empty, gnus-group-news-low)
15782         (gnus-group-news-low-empty, gnus-group-mail-1)
15783         (gnus-group-mail-1-empty, gnus-group-mail-2)
15784         (gnus-group-mail-2-empty, gnus-group-mail-3)
15785         (gnus-group-mail-3-empty, gnus-group-mail-low)
15786         (gnus-group-mail-low-empty, gnus-summary-selected)
15787         (gnus-summary-cancelled, gnus-summary-high-ticked)
15788         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15789         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15790         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15791         (gnus-summary-low-undownloaded)
15792         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15793         (gnus-summary-low-unread, gnus-summary-normal-unread)
15794         (gnus-summary-high-read, gnus-summary-low-read)
15795         (gnus-summary-normal-read, gnus-splash):
15796         Remove "-face" suffix from face names.
15797         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15798         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15799         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15800         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15801         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15802         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15803         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15804         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15805         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15806         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15807         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15808         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15809         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15810         (gnus-summary-normal-ticked-face)
15811         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15812         (gnus-summary-normal-ancient-face)
15813         (gnus-summary-high-undownloaded-face)
15814         (gnus-summary-low-undownloaded-face)
15815         (gnus-summary-normal-undownloaded-face)
15816         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15817         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15818         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15819         (gnus-splash-face):
15820         New backward-compatibility aliases for renamed faces.
15821         (gnus-group-startup-message): Use renamed gnus faces.
15822
15823         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15824         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15825         (gnus-server-agent): Remove "-face" suffix from face names.
15826         (gnus-server-agent-face, gnus-server-opened-face)
15827         (gnus-server-closed-face, gnus-server-denied-face)
15828         (gnus-server-offline-face):
15829         New backward-compatibility aliases for renamed faces.
15830         (gnus-server-agent-face, gnus-server-opened-face)
15831         (gnus-server-closed-face, gnus-server-denied-face)
15832         (gnus-server-offline-face): Use renamed gnus faces.
15833
15834         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15835         Remove "-face" suffix from face names.
15836         (gnus-picon-xbm-face, gnus-picon-face):
15837         New backward-compatibility aliases for renamed faces.
15838
15839         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15840         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15841         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15842         (gnus-cite-11): Remove "-face" suffix from face names.
15843         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15844         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15845         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15846         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15847         New backward-compatibility aliases for renamed faces.
15848         (gnus-cite-attribution-face, gnus-cite-face-list)
15849         (gnus-article-boring-faces): Use renamed gnus faces.
15850
15851         * gnus-art.el (gnus-signature, gnus-header-from)
15852         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15853         (gnus-header-content): Remove "-face" suffix from face names.
15854         (gnus-signature-face, gnus-header-from-face)
15855         (gnus-header-subject-face, gnus-header-newsgroups-face)
15856         (gnus-header-name-face, gnus-header-content-face):
15857         New backward-compatibility aliases for renamed faces.
15858         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15859
15860         * gnus-sum.el (gnus-summary-selected-face)
15861         (gnus-summary-highlight): Use renamed gnus faces.
15862         * gnus-group.el (gnus-group-highlight): Likewise.
15863
15864 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15865
15866         * gnus-sieve.el (gnus-sieve-article-add-rule):
15867         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15868         * spam-stat.el (spam-stat-buffer-change-to-spam)
15869         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15870
15871         * message.el (message-is-yours-p):
15872         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15873
15874 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15875
15876         * mm-view.el (mm-inline-text): Withdraw the last change.
15877
15878 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15879
15880         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15881         executing enriched-decode.
15882
15883 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15884
15885         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15886         charset of tar files.
15887
15888 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15889
15890         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15891
15892 2005-06-04  Lute Kamstra  <lute@gnu.org>
15893
15894         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15895         information is never recorded.
15896
15897 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15898
15899         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15900
15901 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15902
15903         * pop3.el (pop3-apop): Run md5 in the binary mode.
15904
15905         * starttls.el (starttls-set-process-query-on-exit-flag):
15906         Use eval-and-compile.
15907
15908 2005-05-31  Simon Josefsson  <jas@extundo.com>
15909
15910         * smime.el (smime-replace-in-string): Define.
15911         (smime-cert-by-ldap-1): Use it.
15912
15913 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15914
15915         * gnus-art.el (article-display-x-face): Replace
15916         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15917
15918         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15919         set-process-query-on-exit-flag or process-kill-without-query.
15920
15921         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15922         loop instead of replace-regexp.
15923
15924         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15925         instead of process-kill-without-query if it is available.
15926
15927         * lpath.el: Fbind ldap-search-entries.
15928
15929         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15930         instead of find-file-hooks if it is available.
15931
15932         * mml1991.el: Bind pgg-default-user-id when compiling.
15933
15934         * mml2015.el: Bind pgg-default-user-id when compiling.
15935
15936         * nndraft.el (nndraft-request-associate-buffer):
15937         Use write-contents-functions instead of write-contents-hooks if it is
15938         available.
15939
15940         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15941         instead of find-file-hooks if it is available.
15942
15943         * nntp.el (nntp-open-connection): Replace
15944         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15945         (nntp-open-ssl-stream): Ditto.
15946         (nntp-open-tls-stream): Ditto.
15947
15948         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15949         set-process-query-on-exit-flag or process-kill-without-query.
15950         (starttls-open-stream-gnutls): Use it instead of
15951         process-kill-without-query.
15952         (starttls-open-stream): Ditto.
15953
15954 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15955
15956         * smime.el (smime-cert-by-ldap-1): Don't use
15957         replace-regexp-in-string.
15958
15959 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15960
15961         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15962
15963         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15964         in PEM format.  Adjust to the XEmacs compability.
15965
15966 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15967
15968         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15969         by `string-to-number'.
15970         * gnus-agent.el (gnus-agent-regenerate-group)
15971         (gnus-agent-fetch-articles): Ditto.
15972         * gnus-art.el (gnus-button-fetch-group): Ditto.
15973         * gnus-cache.el (gnus-cache-generate-active)
15974         (gnus-cache-articles-in-group): Ditto.
15975         * gnus-group.el (gnus-group-set-current-level)
15976         (gnus-group-insert-group-line): Ditto.
15977         * gnus-score.el (gnus-score-set-expunge-below)
15978         (gnus-score-set-mark-below, gnus-summary-score-effect)
15979         (gnus-summary-score-entry): Ditto.
15980         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15981         (gnus-soup-pack): Ditto.
15982         * gnus-spec.el (gnus-xmas-format): Ditto.
15983         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15984         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15985         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15986         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15987         * nndb.el (nndb-get-remote-expire-response): Ditto.
15988         * nndiary.el (nndiary-parse-schedule-value)
15989         (nndiary-string-to-number, nndiary-request-replace-article)
15990         (nndiary-request-article): Ditto.
15991         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15992         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15993         * nneething.el (nneething-make-head): Ditto.
15994         * nnfolder.el (nnfolder-request-article)
15995         (nnfolder-retrieve-headers): Ditto.
15996         * nnheader.el (nnheader-file-to-number): Ditto.
15997         * nnkiboze.el (nnkiboze-request-article): Ditto.
15998         * nnmail.el (nnmail-process-unix-mail-format)
15999         (nnmail-process-babyl-mail-format): Ditto.
16000         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16001         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16002         (nnmh-request-create-group, nnmh-request-list-1)
16003         (nnmh-request-group, nnmh-request-article): Ditto.
16004         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16005         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16006         * nnsoup.el (nnsoup-make-active): Ditto.
16007         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16008         * nntp.el (nntp-find-group-and-number)
16009         (nntp-retrieve-headers-with-xover): Ditto.
16010         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16011         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16012         (pgg-format-key-identifier): Ditto.
16013         * pop3.el (pop3-last, pop3-stat): Ditto.
16014         * qp.el (quoted-printable-decode-region): Ditto.
16015
16016         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16017         of concat.
16018
16019 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16020
16021         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16022
16023         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16024
16025         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16026
16027         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16028
16029         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16030
16031         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16032
16033         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16034         (gnus-carpal-mode): Ditto.
16035
16036         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16037         (gnus-browse-mode): Ditto.
16038
16039         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16040
16041         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16042
16043 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16044
16045         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16046
16047 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16048
16049         * gnus-util.el (gnus-run-mode-hooks): New function.
16050
16051         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16052
16053         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
16054         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
16055
16056 2005-05-27  Lute Kamstra  <lute@gnu.org>
16057
16058         * dns-mode.el (dns-mode): Specify customization group.
16059
16060 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16061
16062         * gnus-agent.el (gnus-agent-make-mode-line-string):
16063         Use mode-line-highlight as mouse-face.
16064
16065 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16066
16067         * canlock.el (canlock): Change the parent group to news.
16068
16069         * deuglify.el (gnus-outlook-deuglify): Add :group.
16070
16071         * dig.el (dig): Add :group.
16072
16073         * dns-mode.el (dns-mode): Add :group.
16074
16075         * encrypt.el (encrypt): Add :group.
16076
16077         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16078         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16079         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16080         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16081         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16082
16083         * gnus-diary.el (gnus-diary): Add :group.
16084
16085         * gnus.el (gnus-group-news-1-face): Add :group.
16086         (gnus-group-news-1-empty-face): Ditto.
16087         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16088         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16089         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16090         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16091         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16092         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16093         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16094         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16095         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16096         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16097         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16098         (gnus-summary-high-ticked-face): Ditto.
16099         (gnus-summary-low-ticked-face): Ditto.
16100         (gnus-summary-normal-ticked-face): Ditto.
16101         (gnus-summary-high-ancient-face): Ditto.
16102         (gnus-summary-low-ancient-face): Ditto.
16103         (gnus-summary-normal-ancient-face): Ditto.
16104         (gnus-summary-high-undownloaded-face): Ditto.
16105         (gnus-summary-low-undownloaded-face): Ditto.
16106         (gnus-summary-normal-undownloaded-face): Ditto.
16107         (gnus-summary-high-unread-face): Ditto.
16108         (gnus-summary-low-unread-face): Ditto.
16109         (gnus-summary-normal-unread-face): Ditto.
16110         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16111         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16112
16113         * hashcash.el (hashcash): New custom group.
16114         (hashcash-default-payment): Add :group.
16115         (hashcash-payment-alist): Ditto.
16116         (hashcash-default-accept-payment): Ditto.
16117         (hashcash-accept-resources): Ditto.
16118         (hashcash-path): Ditto.
16119         (hashcash-extra-generate-parameters): Ditto.
16120         (hashcash-double-spend-database): Ditto.
16121         (hashcash-in-news): Ditto.
16122
16123         * message.el (message-minibuffer-local-map): Add :group.
16124
16125         * netrc.el (netrc): Add :group.
16126
16127         * sieve-manage.el (sieve-manage-log): Add :group.
16128         (sieve-manage-default-user): Diito.
16129         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16130         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16131         (sieve-manage-authenticators): Ditto.
16132         (sieve-manage-authenticator-alist): Ditto.
16133         (sieve-manage-default-port): Ditto.
16134
16135         * sieve-mode.el (sieve-control-commands-face): Add :group.
16136         (sieve-action-commands-face): Ditto.
16137         (sieve-test-commands-face): Ditto.
16138         (sieve-tagged-arguments-face): Ditto.
16139
16140         * smime.el (smime): Add :group.
16141
16142         * spam-report.el (spam-report): Add :group.
16143
16144         * spam.el (spam, spam-face): Add :group.
16145
16146 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16147
16148         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16149         return \n.\n.\n at the end of articles.  Protect against that.
16150         (nntp-with-open-group): Allow debugging.
16151
16152         * nnheader.el (mail-header-set-extra): Make into a function
16153         because I just could't understand how to quote the list properly.
16154
16155         * dns.el (query-dns-cached): New function.
16156
16157 2005-05-26  Lute Kamstra  <lute@gnu.org>
16158
16159         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16160
16161 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16162
16163         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16164
16165         * gnus-art.el: Don't autoload mail-extract-address-components.
16166
16167         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16168         eval-and-compile to evaluate it.
16169
16170         * hashcash.el: Don't autoload executable-find.
16171
16172         * nndb.el: Don't declare the nndb back end two or more times; don't
16173         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16174
16175         * nntp.el: Autoload format-spec instead of format; use
16176         eval-and-compile to evaluate autoload forms.
16177
16178 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16179
16180         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16181
16182 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16183
16184         * gnus.el (gnus-version-number): Bump version.
16185
16186 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16187
16188         * gnus.el: No Gnus v0.3 is released.
16189
16190 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16191
16192         * lpath.el (featurep): Bind show-nonbreak-escape.
16193
16194 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16195
16196         * gnus-art.el (gnus-article-edit-part): Disable undo.
16197
16198 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16199
16200         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16201         gnus-article-date-lapsed-new-header is t if date timer is active;
16202         skip headers in which the original date value is empty.
16203         (gnus-article-save-original-date): Redefine it as a macro.
16204         (gnus-display-mime): Use it.
16205
16206 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16207
16208         * gnus-art.el (article-date-ut): Support converting date in
16209         forwarded parts as well.
16210         (gnus-article-save-original-date): New function.
16211         (gnus-display-mime): Use it.
16212
16213 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16214
16215         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16216         enclosure element of <item>.
16217
16218 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16219
16220         * message.el (message-kill-buffer-query): Rename from
16221         `message-kill-buffer-query-if-modified'.  Add :version.
16222
16223 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16224
16225         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16226         window layout.
16227
16228 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16229
16230         * mml.el: Autoload dnd when compiling.
16231
16232 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16233
16234         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16235         x-dnd-*.
16236
16237 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16238
16239         * qp.el (quoted-printable-encode-region): Save excursion.
16240
16241 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16242
16243         * message.el (message-kill-buffer-query-if-modified): Add new variable
16244         so the user can kill a modified message buffer quickly.
16245         (message-kill-buffer): Use it.
16246
16247 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16248
16249         * lpath.el: Fbind display-time-event-handler; don't fbind
16250         string-to-multibyte.
16251
16252         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16253
16254 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16255
16256         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16257         contained in text because xml.el decodes entities) with LFs.
16258
16259 2005-04-11  Lute Kamstra  <lute@gnu.org>
16260
16261         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16262         differently.
16263
16264 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16265
16266         * mm-util.el (mm-detect-coding-region): Typo.
16267
16268 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16269
16270         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16271
16272 2005-04-06  Deepak Goel  <deego@gnufans.org>
16273
16274         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16275         user-function allow user modifications of the scores.
16276         (spam-stat-score-buffer-user): New function, to allow
16277         user-computed modifications to the score.
16278         (spam-stat-score-buffer-user-functions): List of additional
16279         scoring functions.
16280         (spam-stat-error-holder): Global temporary error holder.
16281         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16282         variable.
16283
16284 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16285
16286         * gnus-registry.el (gnus-registry-clean-empty-function)
16287         (gnus-registry-trim, gnus-registry-fetch-groups)
16288         (gnus-registry-delete-group): Groups that match
16289         `gnus-registry-ignored-groups' are removed from the registry
16290         entries, not just ignored for splitting.  This helps clean up the
16291         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16292         to get all the groups a message ID is in.
16293
16294         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16295         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16296         (spam-stat-score-buffer-user-functions): Add :number custom type.
16297
16298 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16299
16300         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16301         argument in XEmacs.
16302
16303         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16304         (nnrss-request-group): Decode group name first.
16305         (nnrss-request-article): Make a text/plain article if mml-to-mime
16306         failed.
16307         (nnrss-get-encoding): Return a compatible encoding according to
16308         nnrss-compatible-encoding-alist.
16309         (nnrss-find-el): Use consp instead of listp.
16310         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16311
16312 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16313
16314         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16315         which Emacs 20 doesn't support.
16316         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16317
16318 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16319
16320         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16321         silence the byte compiler inside the defun.
16322
16323         * gnus-demon.el (parse-time-string): Add autoload.
16324
16325         * gnus-delay.el (parse-time-string): Add autoload.
16326
16327         * gnus-art.el (parse-time-string): Add autoload.
16328
16329         * nnultimate.el (parse-time): Require for `parse-time-string'.
16330
16331 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16332
16333         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16334
16335         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16336
16337         * smime.el (smime-ldap-host-list): Add :version.
16338
16339 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16340
16341         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16342         pass it to `gnus-browse-read-group'.
16343         (gnus-browse-read-group): Add NUMBER argument and pass it to
16344         `gnus-group-read-ephemeral-group'.
16345
16346         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16347         argument and pass it to `gnus-group-read-group'.
16348
16349 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16350
16351         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16352         mm-xemacs-find-mime-charset-1 if we have the mule feature
16353         available at runtime.
16354
16355 2005-03-25  Werner Lemberg  <wl@gnu.org>
16356
16357         * nnmaildir.el: Replace `illegal' with `invalid'.
16358
16359 2005-03-23  Lute Kamstra  <lute@gnu.org>
16360
16361         * time-date.el: Add comment on time value formats.
16362         Don't require parse-time.
16363         (with-decoded-time-value): New macro.
16364         (encode-time-value): New function.
16365         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16366         (days-to-time): Return a valid time value when arg is huge.
16367         (time-since): Use time-subtract.
16368         (time-to-number-of-days): Use time-to-seconds.
16369
16370 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16371
16372         * gnus-start.el (gnus-display-time-event-handler):
16373         Check display-time-timer at runtime rather than only at load time
16374         in case display-time-mode is turned off in the mean time.
16375
16376 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16377
16378         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16379         used.
16380
16381         * nneething.el (nneething-map-file-directory): Derive from
16382         `gnus-directory'.
16383
16384         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16385         the To/Cc button.
16386
16387 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16388
16389         * nnmaildir.el (nnmaildir-request-accept-article):
16390         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16391
16392 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16393
16394         * gnus-async.el: Require timer-funcs at compile time when in
16395         XEmacs for `run-with-idle-timer'.
16396
16397 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16398
16399         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16400         autoloaded function.
16401
16402 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16403
16404         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16405
16406 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16407
16408         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16409
16410 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16411
16412         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16413         Add gnus-expert-user to default.
16414
16415 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16416
16417         * nnimap.el (nnimap-open-server): Ditto.
16418
16419         * imap.el (imap-authenticate): Fix typo.
16420
16421 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16422
16423         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16424         buffer (since IMAP server might return FETCH response out of
16425         order, and the nntp buffer must be sorted).
16426
16427 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16428
16429         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16430         comparison on string.
16431
16432         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16433         (gnus-agent-score): Rename category keywords to match gnus-cus.
16434         (gnus-agent-summary-fetch-series): Modify to protect against
16435         gnus-agent-summary-fetch-group clearing processable flags.
16436         (gnus-agent-synchronize-group-flags): Update live group buffer as
16437         synchronization may occur due to the user toggle the plugged
16438         status.
16439         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16440         successfully downloaded.
16441         (gnus-agent-expire-group-1): Avoid using markers when the overview
16442         is in ascending order; greatly improves performance.
16443         (gnus-agent-regenerate-group):
16444         Use gnus-agent-synchronize-group-flags to reset read status in both
16445         gnus and server.
16446         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16447
16448 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16449
16450         * message.el: Don't autoload former message-utils variables.
16451         (message-strip-subject-trailing-was): Change doc string.
16452
16453         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16454         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16455         (nnweb-google-search): Add "hl=en" here.
16456         (nnweb-google-parse-1, nnweb-google-create-mapping):
16457         Don't hardcode URL.
16458
16459 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16460
16461         * message.el (message-get-reply-headers, message-followup):
16462         Mention related variables `message-use-followup-to' and
16463         `message-use-mail-followup-to', in the information buffer.
16464
16465         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16466         of broken groups(-beta).google.com.
16467
16468 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16469
16470         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16471         parameter to invoked gnus-request-move-article; remove the
16472         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16473         all at once instead of once per article.
16474         (gnus-summary-remove-process-mark): Accept a list of articles as
16475         well as a single article for processing.
16476
16477         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16478         parameter.
16479
16480         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16481
16482         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16483
16484         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16485         parameter.
16486
16487         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16488         parameter.
16489
16490         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16491         parameter and remove the gnus-sum-hint-move-is-internal variable.
16492
16493         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16494         parameter.
16495
16496         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16497         parameter.
16498
16499         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16500         parameter.
16501
16502         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16503
16504         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16505         parameter.
16506
16507         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16508         parameter.
16509
16510 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16511
16512         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16513         a more conservative way.
16514
16515 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16516
16517         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16518         buffer, so it moves the window's cursor.
16519
16520 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16521
16522         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16523         `mm-dissect-multipart' and receive the from field as an (optional)
16524         argument from `mm-dissect-multipart'.
16525         (mm-dissect-multipart): Receive the from field as an argument and
16526         pass it on when we call `mm-dissect-buffer' on MIME parts.
16527         Fixes verification/decryption of signed/encrypted MIME parts.
16528
16529 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16530
16531         * gnus-sum.el (gnus-summary-move-article):
16532         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16533         whatever it calls (right now, only nnimap-request-move article
16534         respects it).
16535
16536         * nnimap.el (nnimap-request-move-article):
16537         When gnus-sum-hint-move-is-internal is set, don't do the extra
16538         nnimap-request-article.
16539
16540 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16541
16542         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16543
16544         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16545         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16546
16547         * gnus-sum.el (gnus-summary-caesar-message):
16548         Apply `gnus-treat-article' after rotation.
16549
16550         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16551         doc string.
16552
16553 2005-02-22  Simon Josefsson  <jas@extundo.com>
16554
16555         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16556         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16557         <arne@arnested.dk>.
16558         (encrypt): Add password-cache and password-cache-expiry as group
16559         members.
16560
16561 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16562
16563         * smime.el (smime-ldap-host-list): Doc fix.
16564         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16565         cache) password.
16566         (smime-sign-region): Use it.
16567         (smime-decrypt-region): Use it.
16568         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16569         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16570         fails.
16571         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16572         certificate from DER to PEM format rather than calling openssl.
16573
16574         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16575
16576         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16577         for signing/encryption.
16578
16579         * mml.el (mml-parse-1): Use them.
16580
16581 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16582
16583         * nnrss.el (nnrss-verbose): Remove.
16584         (nnrss-request-group): Use `nnheader-message' instead.
16585
16586 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16587
16588         * nnrss.el (nnrss-verbose): New variable.
16589         (nnrss-request-group): Make it say nnrss is requesting a group.
16590
16591 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16592
16593         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16594         Handle news URL with given port correctly.
16595
16596 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16597
16598         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16599         containing special characters.
16600
16601         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16602
16603         * mml.el (mime-to-mml): Ditto.
16604
16605         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16606         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16607         (rfc2047-decode-region): Quote decoded words containing special
16608         characters when rfc2047-quote-decoded-words-containing-tspecials
16609         is non-nil.
16610
16611 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16612
16613         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16614
16615         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16616
16617 2005-02-15  Simon Josefsson  <jas@extundo.com>
16618
16619         * nnimap.el (nnimap-debug): Doc fix.
16620
16621         * imap.el (imap-debug): Doc fix.
16622
16623 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16624
16625         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16626
16627 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16628
16629         * gnus.el (spam-contents): Improve docs for spam-contents
16630         parameter in its variable incarnation.
16631
16632 2005-02-14  Simon Josefsson  <jas@extundo.com>
16633
16634         * smime-ldap.el: Use require instead of load-library for ldap.
16635         (smime-ldap-search): Indent.
16636         (smime-ldap-search-internal): Shorten line.
16637
16638         * smime.el (smime-cert-by-dns): Add doc-string.
16639         (smime-cert-by-ldap-1): Indent.
16640
16641         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16642         mml-smime-get-dns-ldap.
16643         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16644
16645 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16646
16647         * smime.el: Require smime-ldap.
16648         (smime-ldap-host-list): New variable.
16649         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16650
16651         * mml-smime.el (mml-smime-encrypt-query): New function.
16652         (mml-smime-encrypt-query): Use it.
16653
16654         * smime-ldap.el: New file.
16655
16656 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16657
16658         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16659
16660 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16661
16662         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16663         argument in doc string.  Make query for type more clear.
16664
16665 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16666
16667         * gnus.el (gnus-group-startup-message): Search for gnus images in
16668         etc/images/gnus.
16669         * mm-util.el (mm-image-load-path): Likewise.
16670         * smiley.el (smiley-data-directory): Search for smilies in
16671         etc/images/smilies.
16672
16673 2005-02-09  Kim F. Storm  <storm@cua.dk>
16674
16675         Change Emacs release version from 21.4 to 22.1 throughout.
16676         Change Emacs development version from 21.3.50 to 22.0.50.
16677
16678 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16679
16680         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16681
16682         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16683         non-Mule XEmacs as well.
16684         (mm-decompress-buffer): Signal an error intentionally if it does
16685         not decompress compressed data because auto-compression-mode is
16686         disabled.
16687
16688 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16689
16690         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16691         an ID in the registry even if it has no groups.
16692
16693 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16694
16695         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16696         merge it into mm-decompress-buffer.
16697         (gnus-mime-copy-part): Use the MIME part charset, the value which
16698         a user specified or gnus-newsgroup-charset for decoding, like
16699         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16700         save-buffer what was used.  Suggested by Kevin Ryde
16701         <user42@zip.com.au>.
16702         (gnus-mime-inline-part): Allow the name parameter as well as the
16703         filename parameter; force decompressing of compressed data; always
16704         display contents being not decoded as unibyte.
16705
16706         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16707         as well as the filename parameter.
16708
16709         * mm-util.el (mm-decompress-buffer):
16710         Merge gnus-mime-jka-compr-maybe-uncompress.
16711         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16712         of compressed data.
16713
16714 2005-02-08  Simon Josefsson  <jas@extundo.com>
16715
16716         * imap.el (imap-log): Doc fix.
16717
16718 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16719
16720         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16721         the coding cookies; decompress compressed parts.
16722
16723         * mml.el (mml-generate-mime-1): Add the charset parameter according
16724         to the value which a user specified manually or the coding cookie.
16725
16726         * mm-util.el (mm-string-to-multibyte): New function.
16727         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16728         (mm-coding-system-to-mime-charset): New function.
16729         (mm-decompress-buffer): New function.
16730         (mm-find-buffer-file-coding-system): New function.
16731
16732         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16733         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16734         parts.
16735
16736 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16737
16738         * mm-view.el (mm-display-inline-fontify): Decode a part according
16739         to the charset parameter.
16740
16741 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16742
16743         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16744         prefix arg is neither nil nor a number, as info specifies.
16745
16746 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16747
16748         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16749         timestamps.
16750
16751 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16752
16753         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16754         groups error checking and notify user.
16755
16756 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16757
16758         * message.el (message-send-mail-function): Check existence of
16759         sendmail-program first before using default value
16760         `message-send-mail-with-sendmail'.  Otherwise use more generic
16761         `smtpmail-send-it'.
16762
16763 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16764
16765         * nntp.el (nntp-request-update-info): Always return nil.
16766
16767 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16768
16769         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16770
16771 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16772
16773         * message.el (message-beginning-of-line): Change the behavior when
16774         invoked between BOL and : so that it first moves backward.
16775
16776 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16777
16778         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16779         article buffer when editing of the article is discarded.
16780         (gnus-article-prepare): Revert.
16781
16782 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16783
16784         * gnus-art.el (gnus-article-prepare):
16785         Remove message-strip-forbidden-properties from the local hook.
16786
16787 2005-01-27  Simon Josefsson  <jas@extundo.com>
16788
16789         * password.el (password-cache-add): Only start one timer per key.
16790         Reported by Derek Atkins <warlord@MIT.EDU>.
16791
16792 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16793
16794         * run-at-time.el: Remove.  It is no longer needed as
16795         timer-funcs.el in the xemacs-base package has a working version of
16796         `run-at-time'.
16797
16798         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16799
16800         * password.el: Require timer-funcs instead of run-at-time in
16801         XEmacs.
16802         Remove `password-run-at-time' macro.
16803         (password-cache-add): Use `run-at-time' instead of
16804         `password-run-at-time'.
16805
16806         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16807         Remove `nnheader-cancel-function-timers' alias,
16808         `cancel-function-timers' exists in XEmacs in timer-funcs.
16809
16810         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16811         for `run-with-idle-timer'.
16812
16813         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16814         for `run-at-time'.
16815
16816         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16817         for `with-timeout'.
16818
16819         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16820         the same as for XEmacs 21.4.
16821         No need to ignore `run-with-idle-timer', this function exists in
16822         XEmacs now in timer-funcs.el in the xemacs-base package.
16823         (dgnushack-compile): No need to delete
16824         run-at-time.el from the list of files to compile because it
16825         doesn't exist anymore.
16826
16827 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16828
16829         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16830         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16831
16832 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16833
16834         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16835         sensitively.
16836
16837 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16838
16839         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16840
16841 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16842
16843         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16844         which will be inserted according to the multibyteness of a buffer
16845         rather than the type of contents.  Suggested by ARISAWA Akihiro
16846         <ari@mbf.ocn.ne.jp>.
16847
16848         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16849         of string which old xml.el may return rather than a string.
16850
16851 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16852
16853         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16854
16855 2005-01-16  Simon Josefsson  <jas@extundo.com>
16856
16857         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16858         idn/idna.el isn't available.
16859         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16860         <michael@waxrat.com>.
16861
16862         * hashcash.el: Remove non-FSF copyright header.
16863
16864         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16865         (hashcash-generate-payment): Use it.
16866         (hashcash-generate-payment-async): Use it.
16867
16868 2005-01-15  Simon Josefsson  <jas@extundo.com>
16869
16870         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16871         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16872
16873         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16874         gnus-summary-idna-message.
16875         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16876         (gnus-summary-idna-message): New function.
16877
16878 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16879
16880         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16881         gnus-novice-user.
16882
16883 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16884
16885         * nnrss.el (nnrss-request-delete-group): Delete entries in
16886         nnrss-group-alist as well.
16887         (nnrss-save-server-data): Insert newline.
16888
16889 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16890
16891         * gnus.el (gnus-user-agent): Use list of symbols instead of
16892         symbols.  Display full version number for (S)XEmacs.
16893         Optionally display (S)XEmacs codename.
16894
16895         * gnus-util.el (gnus-emacs-version): Update for new
16896         `gnus-user-agent'.
16897
16898         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16899         Gnus version.
16900
16901 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16902
16903         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16904         which is unreadable in some setups.
16905
16906 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16907
16908         * gnus-spec.el (gnus-update-format-specifications): Flush the
16909         group format spec cache if it doesn't support decoded group names.
16910
16911 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16912
16913         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16914         Allow to apply decay on score files matching a regexp.
16915
16916 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16917
16918         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16919         compatibility in %g and %c.
16920
16921 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16922
16923         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16924         name for only %g and %c.
16925         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16926         of gnus-tmp-group to decoded group name.
16927         (gnus-group-make-rss-group): Exclude `/'s from group names.
16928
16929 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16930
16931         * nnrss.el (nnrss-get-encoding): Fix regexp.
16932
16933 2004-12-27  Simon Josefsson  <jas@extundo.com>
16934
16935         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16936         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16937         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16938
16939 2004-12-17  Kim F. Storm  <storm@cua.dk>
16940
16941         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16942
16943         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16944
16945 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16946
16947         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16948
16949 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16950
16951         * nnrss.el: Require rfc2047 and mml.
16952         (nnrss-file-coding-system): New variable.
16953         (nnrss-format-string): Redefine it as an inline function.
16954         (nnrss-decode-group-name): New function.
16955         (nnrss-string-as-multibyte): Remove.
16956         (nnrss-retrieve-headers): Decode group name; don't use
16957         nnrss-format-string.
16958         (nnrss-request-group): Decode group name.
16959         (nnrss-request-article): Decode group name; allow a Message-ID as
16960         well as an article number; don't use nnrss-format-string; encode a
16961         Message-ID string which may contain non-ASCII characters; use
16962         mml-to-mime to compose a MIME article.
16963         (nnrss-request-expire-articles): Decode group name.
16964         (nnrss-request-delete-group): Decode group name.
16965         (nnrss-fetch): Clarify error message.
16966         (nnrss-read-server-data): Use insert-file-contents instead of load;
16967         bind file-name-coding-system; use multibyte buffer.
16968         (nnrss-save-server-data): Bind coding-system-for-write to the
16969         value of nnrss-file-coding-system; bind file-name-coding-system;
16970         add coding cookie.
16971         (nnrss-read-group-data): Use insert-file-contents instead of load;
16972         bind file-name-coding-system; use multibyte buffer.
16973         (nnrss-save-group-data): Bind coding-system-for-write to the
16974         value of nnrss-file-coding-system; bind file-name-coding-system.
16975         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16976         make it work with non-ASCII text.
16977         (nnrss-find-el): Make it work with old xml.el as well.
16978
16979 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16980
16981         * nnrss.el (nnrss-get-encoding): New function.
16982         (nnrss-fetch): Use unibyte buffer initially; bind
16983         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16984         decode contents according to the encoding attribute.
16985         (nnrss-save-group-data): Add coding cookie.
16986         (nnrss-mime-encode-string): New function.
16987         (nnrss-check-group): Use it to encode subject and author.
16988
16989 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16990
16991         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16992         imaginary variable.
16993
16994 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16995
16996         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16997         correctly even if there are wide characters.
16998
16999 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
17000
17001         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17002         downcased symbol names; make a new cache instead of reusing
17003         bbdb-hashtable.
17004
17005 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17006
17007         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17008         concatenating segments rather than before concatenating them.
17009         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17010
17011         * message.el (message-get-reply-headers): Bind `extra'.
17012
17013 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17014
17015         * message.el (message-extra-wide-headers): New variable.
17016         (message-get-reply-headers): Use it.
17017
17018 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17019
17020         * gnus-agent.el (gnus-agent-group-path): Decode group name.
17021         (gnus-agent-group-pathname): Ditto.
17022
17023         * gnus-cache.el (gnus-cache-file-name): Decode group name.
17024
17025         * gnus-group.el (gnus-group-make-group): Decode group name.
17026         (gnus-group-make-rss-group): Register the group data after opening
17027         the nnrss group.
17028
17029 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
17030
17031         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17032         by expiry now get marked as read.
17033
17034 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17035
17036         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17037
17038 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
17039
17040         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17041         unify Latin characters in XEmacs.
17042         (mm-find-mime-charset-region): Use it.
17043
17044 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17045
17046         * gnus-util.el (gnus-delete-directory): New function.
17047
17048         * gnus-agent.el (gnus-agent-delete-group): Use it.
17049
17050         * gnus-cache.el (gnus-cache-delete-group): Use it.
17051
17052 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17053
17054         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17055         names.
17056
17057 2004-12-16  Simon Josefsson  <jas@extundo.com>
17058
17059         * hashcash.el (hashcash-payment-alist): Fix custom :type.
17060
17061 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17062
17063         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17064
17065         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17066         (gnus-group-set-current-level): Decode group name.
17067
17068 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
17069
17070         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17071         failed.
17072
17073 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17074
17075         * gnus-group.el (gnus-group-delete-group): Decode group name.
17076         (gnus-group-make-rss-group): Encode group name.
17077         (gnus-group-catchup-current): Decode group name.
17078         (gnus-group-kill-group): Decode group name.
17079
17080 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17081
17082         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17083
17084 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17085
17086         * gnus-group.el (gnus-group-make-rss-group):
17087         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17088
17089         * gnus-start.el (gnus-setup-news): Honor user's setting to
17090         gnus-message-archive-method.  Suggested by Lute Kamstra
17091         <lute@gnu.org>.
17092
17093 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
17094
17095         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17096         global counterparts of the buffer-local variables.
17097
17098 2004-11-16  Romain Francoise  <romain@orebokech.com>
17099
17100         * gnus-sum.el (gnus-summary-exit): Don't clear the global
17101         counterparts of the buffer-local variables.
17102
17103 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17104
17105         * message.el (message-forbidden-properties): Fix typo in doc
17106         string.
17107
17108 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17109
17110         * gnus-util.el (gnus-replace-in-string): Add doc string.
17111
17112         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17113         to avoid problems when splitting mails with many recipients.
17114
17115 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17116
17117         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17118         pop-to-buffer, covered by the subsequent gnus-configure-windows.
17119
17120 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
17121
17122         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17123         if there is no hashtable in memory or file modification time is
17124         newer than cached timestamp.
17125
17126 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17127
17128         * gnus-sum.el (gnus-summary-limit-to-recipient):
17129         Implement not-matching option.
17130
17131 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
17132
17133         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17134         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17135         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17136         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17137         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
17138         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17139
17140 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17141
17142         * message.el (message-forward-make-body-mml): Remove headers
17143         according to message-forward-ignored-headers if a message is decoded.
17144
17145 2004-12-02  Romain Francoise  <romain@orebokech.com>
17146
17147         * message.el (message-forward-make-body-plain): Always remove
17148         headers according to message-forward-ignored-headers.
17149
17150 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17151
17152         * spam.el (spam-summary-prepare-exit): Remove the
17153         gnus-summary-limit pop for now, it has problems with ham marks for
17154         me.
17155
17156 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17157
17158         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17159         correctly.
17160
17161 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17162
17163         * format-spec.el (format-spec): Message the char.
17164
17165 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17166
17167         * gnus-art.el (gnus-split-methods): Reformat comments.
17168
17169         * spam.el (spam-summary-prepare-exit): Remove article limits
17170         before exiting the summary buffer.
17171
17172 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17173
17174         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17175         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17176
17177         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17178         order to silence the byte compiler.
17179
17180         * spam.el: Fix the way to silence the byte compiler, which
17181         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17182         bbdb-search-simple, spam-BBDB-register-routine,
17183         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17184         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17185         spam-stat-buffer-is-spam, spam-stat-load,
17186         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17187         spam-stat-save and spam-stat-split-fancy.
17188
17189 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17190
17191         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17192         which may confuse users.
17193         (canlock-password-for-verify): Ditto.
17194
17195         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17196
17197         * gnus-art.el (gnus-emphasis-alist): Ditto.
17198
17199         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17200
17201         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17202
17203         * gnus-start.el (gnus-save-killed-list): Ditto.
17204
17205         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17206         (gnus-sum-thread-tree-root): Ditto.
17207         (gnus-sum-thread-tree-false-root): Ditto.
17208         (gnus-sum-thread-tree-single-indent): Ditto.
17209
17210         * message.el (message-courtesy-message): Ditto.
17211         (message-archive-note): Ditto.
17212         (message-subscribed-address-file): Ditto.
17213         (message-user-fqdn): Ditto.
17214
17215         * spam-report.el (spam-report-gmane-regex): Ditto.
17216
17217         * spam.el (spam-blackhole-good-server-regex): Ditto.
17218
17219 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17220
17221         * mml.el (mml-preview): Widen the message buffer before copying
17222         the contents to the preview buffer; sort headers before previewing.
17223
17224         * message.el (message-hidden-headers): Fix the way to avoid a bug
17225         in the `repeat' widget in Emacs 21.3 or earlier.
17226
17227 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17228
17229         * message.el (message-hidden-headers): Default to "^References:".
17230         Improve customization type.  Suggested by Reiner Steib
17231         <Reiner.Steib@gmx.de>.
17232
17233 2004-11-25  Romain Francoise  <romain@orebokech.com>
17234
17235         * message.el (message-strip-forbidden-properties): Remove check for
17236         obsolete `message-hidden' text property, hidden headers are not
17237         accessible in the buffer anymore.
17238
17239 2004-11-22  Romain Francoise  <romain@orebokech.com>
17240
17241         * message.el (message-header-format-alist): Add `From' in list
17242         so that it can be sorted.
17243         (message-fix-before-sending): Widen and sort headers before
17244         sending.
17245         (message-hide-headers): Use narrowing to hide headers by moving
17246         them to the top of the buffer and narrowing to the region
17247         underneath.
17248
17249 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17250
17251         * message.el (message-strip-forbidden-properties):
17252         Bind buffer-read-only (etc) to nil.
17253
17254 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17255
17256         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17257         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17258
17259 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17260
17261         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17262
17263 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17264
17265         * dns.el (query-dns): Use sit-for to time instead of
17266         accept-process-output, since that doesn't seem to work on udp
17267         sockets.
17268
17269 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17270
17271         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17272
17273 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17274
17275         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17276         doc string.  Improve doc string.
17277
17278 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17279
17280         * nntp.el (nntp-request-update-info): Return nil if
17281         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17282         may not call gnus-activate-group which uselessly issues the GROUP
17283         commands for all nntp groups and wastes time.  Reported by Romain
17284         Francoise <romain@orebokech.com>.
17285
17286         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17287
17288 2004-11-15  Simon Josefsson  <jas@extundo.com>
17289
17290         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17291         headers separately.
17292         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17293         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17294
17295 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17296
17297         * gnus-start.el (gnus-convert-old-newsrc):
17298         Assign legacy-gnus-agent to 5.10.7.
17299
17300 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17301
17302         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17303         start of the lines.
17304
17305 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17306
17307         * hashcash.el (hashcash-default-payment): Change default to 20.
17308         (hashcash-default-accept-payment): Change default to 20.
17309         (hashcash-process-alist): New variable.
17310         (hashcash-generate-payment-async): Add.
17311         (hashcash-already-paid-p): Add.
17312         (hashcash-insert-payment): Don't generate payments twice.
17313         (hashcash-insert-payment-async): Add.
17314         (hashcash-insert-payment-async-2): Add.
17315         (hashcash-cancel-async): Add.
17316         (hashcash-wait-async): Add.
17317         (hashcash-processes-running-p): Add.
17318         (hashcash-wait-or-cancel): Add.
17319         (mail-add-payment): New optional argument.  Conditionally start
17320         asynchronous calculation.
17321         (mail-add-payment-async): Add.
17322
17323         * message.el (message-send-mail): Wait for asynchronous hashcash
17324         results.  Don't clobber existing X-Hashcash headers.
17325         (message-setup-1): Call mail-add-payment-async when
17326         message-generate-hashcash is non-nil.
17327
17328 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17329
17330         * message.el (message-use-alternative-email-as-from): Examine the
17331         From header as well; use message-make-from in order to include a
17332         user's full name.
17333
17334 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17335
17336         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17337         default; improve customization type.
17338         (gnus-emphasis-custom-with-format): New macro.
17339         (gnus-emphasis-custom-value-to-external): New function.
17340         (gnus-emphasis-custom-value-to-internal): New function.
17341
17342 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17343
17344         * dns.el (query-dns): Resolve reverse addresses.
17345
17346 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17347
17348         * gnus-group.el (gnus-group-get-new-news): Use it.
17349
17350         * gnus-start.el (gnus-check-reasonable-setup): New function.
17351
17352 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17353
17354         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17355         "Args out of range" error.  Reported by Arnaud Giersch
17356         <arnaud.giersch@free.fr>.
17357
17358 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17359
17360         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17361
17362 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17363
17364         * spam.el (spam group): Add :version.
17365
17366         * pgg-def.el (pgg group): Add :version.
17367
17368 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17369
17370         * gnus-art.el (gnus-article-edit-article): Don't associate the
17371         article buffer with a draft file.  This is a temporary measure
17372         against the 2004-08-22 change to gnus-article-edit-mode.
17373
17374 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17375
17376         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17377         (html2text-format-tags): Remove unused variable `attr'.
17378
17379 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17380
17381         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17382
17383         * tls.el (tls-process-connection-type, tls-success)
17384         (tls-certtool-program): Add :version.
17385
17386         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17387         (starttls-extra-arguments, starttls-process-connection-type)
17388         (starttls-connect, starttls-failure, starttls-success): Add :version.
17389
17390         * spam-stat.el (spam-stat): Add :version.
17391
17392         * sieve.el (sieve): Add :version.
17393
17394         * sha1.el (sha1): Add :version.
17395         (sha1-use-external): Remove redundant version.
17396
17397         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17398         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17399         (nnmail-split-fancy-match-partial-words)
17400         (nnmail-split-lowercase-expanded): Add :version.
17401
17402         * nndiary.el (nndiary): Add :version.
17403
17404         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17405
17406         * mml-sec.el (mml-default-sign-method)
17407         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17408         Add :version.
17409
17410         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17411
17412         * mm-url.el (mm-url-use-external, mm-url-program)
17413         (mm-url-arguments): Add :version.
17414
17415         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17416         (mm-attachment-file-modes, mm-decrypt-option)
17417         (mm-w3m-safe-url-regexp): Add :version.
17418
17419         * message.el (message-cite-prefix-regexp)
17420         (message-sendmail-envelope-from, message-minibuffer-local-map)
17421         (message-user-fqdn, message-completion-alist): Add :version.
17422
17423         * gnus-win.el (gnus-configure-windows-hook)
17424         (gnus-use-frames-on-any-display): Add :version.
17425
17426         * gnus-art.el (gnus-article-address-banner-alist)
17427         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17428         (gnus-treat-from-picon, gnus-treat-mail-picon)
17429         (gnus-treat-x-pgp-sig): Add :version.
17430
17431         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17432         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17433         (gnus-summary-article-delete-hook)
17434         (gnus-summary-display-while-building): Add :version.
17435
17436         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17437         (gnus-get-top-new-news-hook): Add :version.
17438
17439         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17440         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17441
17442         * gnus-registry.el (gnus-registry): Add :version.
17443
17444         * gnus-spec.el (gnus-use-correct-string-widths)
17445         (gnus-make-format-preserve-properties): Add :version.
17446
17447         * gnus.el (gnus-group-charter-alist)
17448         (gnus-group-fetch-control-use-browse-url)
17449         (gnus-install-group-spam-parameters): Add :version.
17450
17451         * gnus-diary.el (gnus-diary): Add :version.
17452
17453         * gnus-delay.el (gnus-delay): Add :version.
17454
17455         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17456         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17457         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17458         Add :version.
17459
17460         * gnus-agent.el (gnus-agent-max-fetch-size)
17461         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17462         (gnus-agent-prompt-send-queue): Add :version.
17463
17464         * deuglify.el (gnus-outlook-deuglify): Add :version.
17465
17466         * html2text.el: Beautify code.  Improve doc strings.
17467         Some checkdoc cleanup.
17468         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17469
17470 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17471
17472         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17473
17474 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17475
17476         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17477         when package is loaded.
17478
17479         * spam.el (spam-summary-score-preferred-header): Add global preference
17480         for people who want to override the default SpamAssassin over
17481         Bogofilter preference (when both are set).
17482         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17483         (spam-user-format-function-S):
17484         Check spam-summary-score-preferred-header.
17485         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17486         (spam-user-format-function-S): Format the score correctly.
17487
17488 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17489
17490         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17491         signature file.  Suggested by Manoj Srivastava
17492         <srivasta@golden-gryphon.com>.
17493
17494         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17495         iso-2022-jp even in the Japanese language environment.
17496         Suggested by Jason Rumney <jasonr@gnu.org>.
17497
17498 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17499
17500         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17501         use the same characters as the dummy marks; make it free from
17502         getting affected by the language environment.
17503         (gnus-summary-read-group-1): Update mark positions only when the
17504         format spec is updated.
17505
17506         * gnus-spec.el (gnus-update-format-specifications): Return a list
17507         of updated types.
17508
17509 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17510
17511         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17512         of boundp to check if display-warning is available.
17513
17514 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17515
17516         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17517
17518 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17519
17520         * nnspool.el (nnspool-spool-directory): Use news-path if the
17521         news-directory variable is not bound.
17522
17523         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17524         function instead of display-warning if it is not available.
17525
17526 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17527
17528         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17529         v5-10: Use `point-at-bol'.
17530
17531 2004-10-26  Simon Josefsson  <jas@extundo.com>
17532
17533         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17534         <chenggao@gmail.com>.
17535
17536 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17537
17538         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17539         instead.
17540
17541 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17542
17543         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17544         to remove a server from the nnimap-server-buffer-alist.
17545         (nnimap-open-connection, nnimap-close-server): Use it.
17546
17547         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17548
17549 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17550
17551         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17552         running the major-mode function.
17553
17554 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17555
17556         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17557         dummy marks in the right way.
17558
17559 2004-10-18  David Edmondson  <dme@dme.org>
17560
17561         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17562         excessively.
17563
17564 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17565
17566         * gnus-util.el (gnus-split-references): Accept a nil references
17567         string and go on blissfully.
17568
17569         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17570         cases where the references string is non-nil but has no references.
17571
17572         * encrypt.el: Add autoload tags.
17573
17574         * spam.el (spam-resolve-registrations-routine): Remove article
17575         from unregistration list too.  Reported by David Hanak
17576         <dhanak@isis.vanderbilt.edu>
17577
17578 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17579
17580         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17581         nil.  Change custom type.
17582
17583 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17584
17585         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17586
17587         * gnus-sum.el (gnus-summary-move-article): Use it.
17588
17589 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17590
17591         * encrypt.el: Add autoload cookies.
17592
17593         * spam.el (spam-backend-article-list-property)
17594         (spam-backend-get-article-todo-list)
17595         (spam-backend-put-article-todo-list)
17596         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17597         Resolve registrations separately.
17598         (spam-register-routine): Format comments.
17599         (spam-unregister-routine, spam-register-routine): Always call with
17600         specific-articles, no default list.
17601         (spam-summary-prepare-exit): Use the spam-classifications function.
17602
17603         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17604         gnus-encrypt.el.
17605
17606         * encrypt.el: Copied from gnus-encrypt.el.
17607
17608         * gnus-encrypt.el: Commented that it's obsolete.
17609
17610 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17611
17612         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17613         (gnus-score-save): Use it.
17614
17615         * message.el (message-bury): Use `window-dedicated-p'.
17616
17617 2004-10-15  Simon Josefsson  <jas@extundo.com>
17618
17619         * pop3.el (top-level): Don't require nnheader.
17620         (pop3-read-timeout): Add.
17621         (pop3-accept-process-output): Add.
17622         (pop3-read-response, pop3-retr): Use it.
17623
17624 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17625
17626         * spam.el (spam-register-routine): Move comment.
17627         (spam-verify-bogofilter): Use 'unknown for the initial
17628         spam-bogofilter-valid state, not 'never.
17629
17630         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17631         for netrc-machine.
17632
17633         * nnimap.el (nnimap-open-connection):
17634         Use netrc-machine-user-or-password.
17635
17636 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17637
17638         * gnus-registry.el (gnus-registry-unload-hook):
17639         Set as a variable with add-hook.
17640
17641         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17642         of news-path.
17643
17644         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17645
17646         * spam.el: Delete duplicate `provide'.
17647         (spam-unload-hook): Set as a variable with add-hook.
17648
17649 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17650
17651         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17652         in the doc string.
17653
17654         * message.el (message-ignored-news-headers)
17655         (message-ignored-supersedes-headers)
17656         (message-ignored-resent-headers)
17657         (message-forward-ignored-headers): Improve custom type.
17658
17659 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17660
17661         * message.el (message-tokenize-header): Fix 2004-09-06 change
17662         which used point-min in the wrong place.
17663
17664 2004-10-12  Simon Josefsson  <jas@extundo.com>
17665
17666         * tls.el (tls-certtool-program): New variable.
17667         (tls-certificate-information): New function, based on
17668         ssl-certificate-information.
17669
17670 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17671
17672         * compface.el: Move the version of ELisp-based uncompface program
17673         to the contrib directory because of the copyright problem.
17674
17675 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17676
17677         * message.el (message-kill-buffer): Raise the current frame.
17678
17679 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17680
17681         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17682
17683         * gnus.el (message-y-or-n-p): Autoload.
17684
17685         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17686         (pop3-password-required, pop3-authentication-scheme)
17687         (pop3-leave-mail-on-server): Make customizable.
17688         (pop3): New custom group.
17689         (pop3-retr): Remove `sleep-for' statements.
17690         Suggested by Dave Love <fx@gnu.org>.
17691
17692         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17693         Windows/DOS.
17694
17695         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17696         (imap-parse-body): Fix incorrect use of `assert'.
17697         Suggested by Dave Love <fx@gnu.org>.
17698
17699         * mml.el (mml-minibuffer-read-disposition): Require match.
17700         Suggested by Dave Love <fx@gnu.org>.
17701
17702 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17703
17704         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17705         doc string.
17706
17707 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17708
17709         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17710
17711 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17712
17713         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17714         instead of calling `mm-insert-inline', to decode text/* parts
17715         before displaying them.
17716
17717 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17718
17719         * mm-uu.el (mm-uu-text-plain-type): New variable.
17720         (mm-uu-pgp-signed-extract-1): Use it.
17721         (mm-uu-pgp-encrypted-extract-1): Use it.
17722         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17723         bind mm-uu-text-plain-type with that value.
17724         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17725         mm-uu-dissect.
17726
17727 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17728
17729         * gnus-group.el (gnus-update-group-mark-positions):
17730         * gnus-sum.el (gnus-update-summary-mark-positions):
17731         * message.el (message-check-news-body-syntax):
17732         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17733         of string-as-multibyte.
17734
17735 2004-10-05  Juri Linkov  <juri@jurta.org>
17736
17737         * gnus-group.el (gnus-update-group-mark-positions):
17738         * gnus-sum.el (gnus-update-summary-mark-positions):
17739         * message.el (message-check-news-body-syntax):
17740         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17741         8-bit unibyte values to a multibyte string for search functions.
17742
17743 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17744
17745         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17746         (mm-uu-dissect-text-parts): New function.
17747
17748         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17749         dissect text parts.
17750
17751         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17752         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17753
17754         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17755
17756         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17757         Use gnus-current-topics instead of gnus-current-topic.
17758
17759 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17760
17761         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17762
17763 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17764
17765         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17766         where approriate.
17767
17768         * nnml.el (nnml-generate-active-info): do.
17769
17770         * nndiary.el (nndiary-generate-active-info): do.
17771
17772         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17773         (gnus-topic-move): do.
17774
17775         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17776         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17777
17778         * gnus-srvr.el (gnus-server-prepare)
17779         (gnus-server-open-all-servers): do.
17780
17781         * gnus-msg.el (gnus-summary-cancel-article)
17782         (gnus-summary-resend-message)
17783         (gnus-summary-mail-crosspost-complaint): do.
17784
17785         * gnus-move.el (gnus-change-server): do.
17786
17787         * gnus-group.el (gnus-group-unmark-all-groups)
17788         (gnus-group-set-current-level): do.
17789
17790 2004-10-04  Simon Josefsson  <jas@extundo.com>
17791
17792         * message.el (message-generate-hashcash): Doc fix.
17793
17794 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17795
17796         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17797         avoid infinite recursion via gnus-get-function.
17798
17799 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17800
17801         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17802
17803         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17804
17805         * nnmail.el (nnmail-split-history): do.
17806
17807         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17808         (nnml-request-delete-group): do.
17809
17810         * nnslashdot.el (nnslashdot-read-groups): do.
17811
17812         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17813         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17814
17815         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17816         (nnspool-sift-nov-with-sed): Use last.
17817         (nnspool-retrieve-headers-with-nov): Use mapc.
17818         (nnspool-request-newgroups): Use dolist.
17819         (nnspool-request-group): Use last.
17820
17821         * nntp.el (nntp-read-server-type): Use dolist.
17822
17823         * nnvirtual.el (nnvirtual-create-mapping)
17824         (nnvirtual-update-read-and-marked): Use dolist.
17825         (nnvirtual-convert-headers): Simplify.
17826
17827 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17828
17829         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17830         Add support for sync'ing tick marks.
17831
17832 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17833
17834         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17835         there's no visible header.
17836
17837 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17838
17839         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17840         When necessary, pass full group name to gnus-request-set-marks.
17841
17842 2004-10-01  Simon Josefsson  <jas@extundo.com>
17843
17844         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17845         acroread.
17846
17847 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17848
17849         * spam-report.el (spam-report-gmane): Fix interactive.
17850
17851         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17852
17853         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17854         when writing file.
17855         (gnus-agent-synchronize-flags): Don't default to being
17856         interactive.
17857
17858 2004-09-30  Simon Josefsson  <jas@extundo.com>
17859
17860         * message.el (message-generate-hashcash): Add.
17861         (message-send-mail): Use it, call mail-add-payment.
17862
17863 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17864
17865         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17866
17867 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17868
17869         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17870         gnus-requst-update-info with explicit code to sync the in-memory
17871         info read flags with the marks being sync'd to the backend.
17872
17873         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17874
17875 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17876
17877         * spam.el (spam-verify-bogofilter): Add new function.
17878         (spam-check-bogofilter)
17879         (spam-bogofilter-register-with-bogofilter): Use it.
17880         (spam-verify-bogofilter): Add small fixes.
17881
17882 2004-09-28  Simon Josefsson  <jas@extundo.com>
17883
17884         * hashcash.el (hashcash-generate-payment): Revert.
17885
17886 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17887
17888         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17889         Use gnus-extract-references instead of gnus-split-references.
17890
17891         * gnus-util.el (gnus-extract-references): Add new function, analogous
17892         to gnus-split-references but extracts only the message-ID without
17893         anything extra.
17894
17895         * hashcash.el (hashcash-generate-payment)
17896         (hashcash-check-payment): Do the right thing if hashcash-path is
17897         nil (because the hashcash program could not be found).
17898
17899         * spam.el (spam-use-hashcash): Remove comment.
17900
17901 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17902
17903         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17904         (gnus-cache-enter-article, gnus-cache-remove-article)
17905         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17906
17907         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17908
17909         * gnus-art.el (article-hide-boring-headers)
17910         (article-translate-strings, article-display-face)
17911         (gnus-article-mime-match-handle-first)
17912         (gnus-article-highlight-headers)
17913         (gnus-article-add-buttons-to-head): do.
17914
17915 2004-09-27  Simon Josefsson  <jas@extundo.com>
17916
17917         * hashcash.el: New version, from
17918         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17919         ../contrib/.
17920
17921 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17922
17923         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17924
17925 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17926
17927         * gnus-dup.el (gnus-dup-open): Use mapc.
17928         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17929
17930         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17931         Reported by Stefan Wiens <s.wi@gmx.net>.
17932
17933         * gnus.el (gnus-shutdown): Use dolist.
17934
17935         * gnus-undo.el (gnus-undo): Use mapc.
17936
17937         * nnrss.el (nnrss-generate-active): do.
17938
17939         * message.el (message-cite-original-without-signature)
17940         (message-cite-original): Use mapc.
17941         (message-do-actions, message-make-forward-subject): Use dolist.
17942
17943 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17944
17945         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17946         deletion to remove entire duplicate line.  Fixes merged article
17947         number bug.
17948
17949 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17950
17951         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17952         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17953         first ask if you want to open a server and then, even when you
17954         responded with no, asking if you want to synchronize the server's
17955         flags.
17956         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17957         multi-line expressions.
17958         (gnus-agent-synchronize-group-flags): New internal function.
17959         Updates marks in memory (in the info structure) AND in the
17960         backend.
17961
17962         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17963
17964         * nnagent.el (nnagent-request-set-mark):
17965         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17966         method, to ensure that synchronization updates marks in the
17967         backend and in the info (in memory) structure.
17968
17969 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17970
17971         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17972         convention fully; don't miss the root article of a thread; make
17973         the X-Draft-From header with correct article numbers.
17974
17975 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17976
17977         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17978         unless plugged.  Disable the agent so that an open failure causes
17979         an error.
17980
17981         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17982         Revert 2004-09-21 change.  The backend must be opened while
17983         synchronizing flags even when the backend stores the flags
17984         locally.
17985
17986 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17987
17988         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17989         in `header' match.  Reported by Svend Tollak Munkejord.
17990
17991         * message.el (message-cite-original): Fix use of
17992         `message-cite-articles-with-x-no-archive'.
17993
17994 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17995
17996         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17997         (gnus-window-to-buffer): Ditto.
17998
17999         * mml.el (mml-preview-buffer): New variable.
18000         (mml-preview): Manage window layout with gnus-buffer-configuration.
18001
18002         * gnus-msg.el (gnus-setup-message): Put article numbers into the
18003         X-Draft-From header even if those articles aren't quoted.
18004
18005 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
18006
18007         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18008         (gnus-request-set-mark, gnus-request-update-mark): Use new
18009         g-s-t-u-l-m to decide to use backend even when unplugged.
18010
18011 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18012
18013         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18014         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
18015
18016 2004-09-20  Simon Josefsson  <jas@extundo.com>
18017
18018         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18019         "utf-16-le".
18020
18021 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18022
18023         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18024
18025 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18026
18027         * uudecode.el (uudecode-use-external): Add :version.
18028
18029         * smime.el (smime-CA-file, smime-encrypt-cipher)
18030         (smime-dns-server): Add :version.
18031
18032         * smiley.el (gnus-smiley-file-types): Add :version.
18033
18034         * sha1.el (sha1-use-external): Add :version.
18035
18036         * pgg-def.el (pgg-query-keyserver): Add :version.
18037
18038         * nnmail.el (nnmail-fancy-expiry-targets)
18039         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18040         Add :version.
18041
18042         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18043         (nnimap-retrieve-groups-asynchronous): Add :version.
18044         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
18045
18046         * mml.el (mml-content-disposition-parameters)
18047         (mml-insert-mime-headers-always): Add :version.
18048
18049         * mm-util.el (mm-coding-system-priorities): Add :version.
18050
18051         * mm-decode.el (mm-inline-text-html-with-images)
18052         (mm-keep-viewer-alive-types, mm-external-terminal-program)
18053         (mm-verify-option): Add :version.
18054         (mm-text-html-renderer): Change :version.
18055
18056         * message.el (message-fcc-externalize-attachments)
18057         (message-required-headers, message-draft-headers)
18058         (message-subject-trailing-was-query)
18059         (message-subject-trailing-was-ask-regexp)
18060         (message-subject-trailing-was-regexp, message-mark-insert-begin)
18061         (message-mark-insert-end, message-archive-header)
18062         (message-archive-note, message-cross-post-default)
18063         (message-cross-post-note, message-followup-to-note)
18064         (message-cross-post-note-function, message-use-mail-followup-to)
18065         (message-subscribed-address-functions)
18066         (message-subscribed-address-file, message-subscribed-addresses)
18067         (message-subscribed-regexps, message-allow-no-recipients)
18068         (message-yank-cited-prefix, message-signature-insert-empty-line)
18069         (message-hidden-headers, message-hierarchical-addresses)
18070         (message-mail-user-agent, message-use-idna)
18071         (message-valid-fqdn-regexp)
18072         (message-strip-special-text-properties, message-header-synonyms)
18073         (message-beginning-of-line, message-tab-body-function): Add :version.
18074         (message-insert-canlock, message-wide-reply-confirm-recipients):
18075         Change :version.
18076
18077         * mail-source.el (mail-source-ignore-errors): Add :group, :type
18078         and :version.
18079         (mail-source-delete-old-incoming-confirm)
18080         (mail-source-movemail-program): Add :version.
18081
18082         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18083         (gnus-agent-cache, gnus-agent): Change :version.
18084
18085         * gnus-util.el (gnus-use-byte-compile): Change :version.
18086
18087         * gnus-sum.el (gnus-summary-make-false-root-always)
18088         (gnus-summary-default-high-score)
18089         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18090         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18091         (gnus-read-all-available-headers, gnus-article-emulate-mime)
18092         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18093         (gnus-sum-thread-tree-single-indent)
18094         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18095         (gnus-sum-thread-tree-leaf-with-other)
18096         (gnus-sum-thread-tree-single-leaf): Add :version.
18097         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18098         (gnus-article-loose-mime): Change :version.
18099
18100         * gnus-start.el (gnus-backup-startup-file)
18101         (gnus-save-startup-file-via-temp-buffer): Add :version.
18102
18103         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18104         (gnus-server-offline-face): Add :version.
18105
18106         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18107
18108         * gnus-msg.el (gnus-gcc-externalize-attachments)
18109         (gnus-debug-files, gnus-debug-exclude-variables)
18110         (gnus-discouraged-post-methods): Change :version.
18111         (gnus-confirm-mail-reply-to-news)
18112         (gnus-confirm-treat-mail-like-news): Add :version.
18113
18114         * gnus-int.el (gnus-server-unopen-status): Add :version.
18115
18116         * gnus-group.el (gnus-group-jump-to-group-prompt)
18117         (gnus-large-ephemeral-newsgroup)
18118         (gnus-fetch-old-ephemeral-headers): Add :version.
18119
18120         * gnus-fun.el (gnus-x-face-directory)
18121         (gnus-convert-pbm-to-x-face-command)
18122         (gnus-convert-image-to-x-face-command)
18123         (gnus-convert-image-to-face-command): Add :version.
18124
18125         * gnus-delay.el (gnus-delay-default-hour): Add :version.
18126
18127         * gnus-cite.el (gnus-cite-blank-line-after-header)
18128         (gnus-article-boring-faces): Add :version.
18129
18130         * gnus-art.el (gnus-buttonized-mime-types)
18131         (gnus-inhibit-mime-unbuttonizing)
18132         (gnus-treat-display-face)
18133         (gnus-treat-body-boundary): Change :version.
18134         (gnus-body-boundary-delimiter, gnus-picon-databases)
18135         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18136         (gnus-treat-date-english, gnus-treat-fold-headers)
18137         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18138         (gnus-treat-mail-picon, gnus-treat-wash-html)
18139         (gnus-article-encrypt-protocol)
18140         (gnus-use-idna, gnus-article-over-scroll)
18141         (gnus-mime-display-multipart-alternative-as-mixed)
18142         (gnus-mime-display-multipart-related-as-mixed)
18143         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18144         (gnus-ctan-url, gnus-button-ctan-handler)
18145         (gnus-button-handle-ctan-bogus-regexp)
18146         (gnus-button-ctan-directory-regexp)
18147         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18148         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18149         (gnus-button-man-level, gnus-button-emacs-level)
18150         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18151
18152         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18153         (gnus-agent-go-online): Change :version.
18154         (gnus-agent-expire-unagentized-dirs)
18155         (gnus-agent-auto-agentize-methods): Add :version.
18156
18157         * flow-fill.el (fill-flowed-display-column)
18158         (fill-flowed-encode-column): Add :version.
18159
18160         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18161         (gnus-outlook-deuglify-unwrap-max)
18162         (gnus-outlook-deuglify-cite-marks)
18163         (gnus-outlook-deuglify-unwrap-stop-chars)
18164         (gnus-outlook-deuglify-no-wrap-chars)
18165         (gnus-outlook-deuglify-attrib-cut-regexp)
18166         (gnus-outlook-deuglify-attrib-verb-regexp)
18167         (gnus-outlook-deuglify-attrib-end-regexp)
18168         (gnus-outlook-display-hook): Add :version.
18169
18170         * binhex.el (binhex-use-external): Add :version.
18171
18172 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18173
18174         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18175         and `invisible'.
18176
18177 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18178
18179         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18180         in gnus-registry-trim.
18181
18182 2004-09-13  Simon Josefsson  <jas@extundo.com>
18183
18184         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18185
18186         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18187
18188         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18189         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18190         <yamaoka@jpl.org>.
18191         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18192         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18193         <yamaoka@jpl.org>.
18194
18195         * sieve.el (sieve-manage-mode): Ditto.
18196
18197 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18198
18199         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18200
18201 2004-09-11  Simon Josefsson  <jas@extundo.com>
18202
18203         * dns-mode.el: Add.
18204
18205         * mm-view.el (mm-display-dns-inline): Add.
18206
18207         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18208         (mm-automatic-display): Ditto.
18209
18210         * mailcap.el (mailcap-mime-data): Add text/dns.
18211         (mailcap-mime-extensions): Map .soa to text/dns.
18212
18213 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18214
18215         * gnus-art.el (article-decode-mime-words, article-babel)
18216         (gnus-article-highlight-signature, gnus-article-add-buttons)
18217         (gnus-signature-toggle): Remove unnecessary bindings of
18218         `inhibit-read-only' inherited from v5.10 merge.
18219
18220 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18221
18222         * nntp.el (nntp): New customization group.
18223         (nntp-authinfo-file): Add customization group.
18224
18225         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18226
18227         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18228
18229         * gnus.el (to-address, to-list, subscribed)
18230         (large-newsgroup-initial): Ditto.
18231
18232         * flow-fill.el (fill-flowed-display-column)
18233         (fill-flowed-encode-column): Ditto.
18234
18235 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18236
18237         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18238         Use point-min rather than 1.
18239         (message-send-mail): Use buffer-size rather than point-max.
18240
18241         * gnus-sum.el (gnus-summary-search-article-forward):
18242         Signal a specific `search-failed' rather than a generic `error'.
18243
18244         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18245         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18246         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18247
18248 2004-09-10  Simon Josefsson  <jas@extundo.com>
18249
18250         * nndb.el (require): Remove tcp and duplicate cl.
18251
18252 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18253
18254         * gnus-agent.el (directory-files-and-attributes): Move forward.
18255
18256 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18257
18258         * gnus-agent.el (directory-files-and-attributes):
18259         Optionally defined to support XEmacs.
18260
18261 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18262
18263         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18264         to avoid run-time CL dependencies.
18265         (gnus-agent-unfetch-articles): New function.
18266         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18267         article numbers even when local .overview file is missing.
18268         (gnus-agent-read-article-number): New function.  Only accepts
18269         27-bit article numbers.
18270         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18271         Use gnus-agent-read-article-number.
18272         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18273         from backend while recognizing that article numbers in .overview
18274         must be valid.
18275         (gnus-agent-update-files-total-fetched-for):
18276         Use directory-files-and-attributes to improve performance.
18277         * gnus-int.el (gnus-request-move-article):
18278         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18279         improve performance.
18280
18281         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18282         some users confused by references to .newsrc when they only have a
18283         .newsrc.eld file.
18284         (gnus-convert-mark-converter-prompt)
18285         (gnus-convert-converter-needs-prompt): Fix use of property list.
18286         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18287         New function.  Used internally to only display 'gnus converting
18288         files' message when actually necessary.
18289
18290         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18291         methods now autoloaded.
18292
18293 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18294
18295         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18296         identifiers.
18297
18298 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18299
18300         * gnus-picon.el: Fix indentation and closing parenthesis.
18301
18302 2004-09-01  Simon Josefsson  <jas@extundo.com>
18303
18304         * message.el (message-canlock-generate): Require sha1, not
18305         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18306         to require within a function.  Sadly, if sha1.el isn't loaded, the
18307         let binding in m-c-g will hide the defcustom definition, which is
18308         bad.)
18309
18310         * canlock.el: Require sha1, not sha1-el.
18311
18312         * message.el: Don't autoload sha1 (there is a autoload cookie in
18313         sha1.el).
18314
18315         * sha1-el.el: Rename to sha1.el.
18316
18317 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18318
18319         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18320
18321 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18322
18323         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18324
18325 2004-08-30  Kim F. Storm  <storm@cua.dk>
18326
18327         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18328
18329         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18330         Add :group 'nnimap.
18331
18332 2004-08-30  Andreas Schwab  <schwab@suse.de>
18333
18334         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18335         ?* and ?\;.
18336
18337         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18338         and ?\' to symbol instead of whitespace.
18339
18340 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18341
18342         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18343
18344         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18345         instead of re-search-forward.
18346
18347         * gnus-uu.el (gnus-uu-save-article): Ditto.
18348         (gnus-uu-post-encode-uuencode): Ditto.
18349
18350         * html2text.el (html2text-clean-list-items): Ditto.
18351         (html2text-clean-dtdd): Ditto.
18352         (html2text-format-tags): Ditto.
18353
18354         * message.el (message-send-mail-with-sendmail): Fix regexp.
18355         (message-fill-field-general): Use search-forward instead of
18356         re-search-forward.
18357         (unbold-region): Ditto.
18358
18359         * nnrss.el (nnrss-request-article): Ditto.
18360
18361         * nnslashdot.el (nnslashdot-request-article): Ditto.
18362
18363         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18364
18365         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18366         "Unrecognized menu descriptor" error in XEmacs.
18367
18368 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18369
18370         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18371         parent article of a sparse article in the thread hashtb.
18372
18373 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18374
18375         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18376         (nnmail-expand-newtext): Lowercase expanded entries if
18377         nnmail-split-lowercase-expanded is non-nil.
18378
18379 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18380
18381         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18382
18383         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18384         of gnus-tmp-news-method into string under XEmacs.  It will be
18385         passed to gnus-correct-length which takes only a string argument.
18386
18387 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18388
18389         * gnus-util.el (gnus-bind-print-variables): New macro.
18390         (gnus-prin1): Use it.
18391         (gnus-prin1-to-string): Use it.
18392         (gnus-pp): New function.
18393         (gnus-pp-to-string): New function.
18394
18395         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18396         Replace pp-to-string with gnus-pp-to-string.
18397         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18398         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18399         * gnus-msg.el (gnus-debug): Ditto.
18400         * gnus-score.el (gnus-score-save): Ditto.
18401         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18402         gnus-pp-to-string.
18403         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18404         with gnus-pp.
18405         * score-mode.el (gnus-score-pretty-print): Ditto.
18406         * webmail.el (webmail-debug): Ditto.
18407
18408 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18409
18410         * gnus-art.el (article-display-face, article-display-x-face):
18411         Use buffer-read-only.
18412
18413 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18414
18415         * gnus-art.el (article-hide-list-identifiers):
18416         Bind inhibit-read-only as t.
18417
18418 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18419
18420         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18421
18422 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18423
18424         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18425         (gnus-narrow-to-page): Don't assume point-min == 1.
18426         (gnus-article-edit-mode): Derive from message-mode.
18427
18428         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18429         point-min == 1.
18430
18431         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18432         Disable incorrect use of `assert'.
18433
18434         * message.el (message-mode): Set comment-start-skip.
18435
18436
18437 2004-08-22  Sam Steingold  <sds@gnu.org>
18438
18439         * pop3.el (pop3-leave-mail-on-server): New user variable.
18440         (pop3-movemail): Delete mail only when it is nil.
18441
18442 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18443
18444         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18445
18446         * mml.el (mml-preview): Use `pop-to-buffer'.
18447
18448         * message.el (message-goto-mail-followup-to): Insert after "To".
18449         (message-carefully-insert-headers): Add comment.
18450
18451         * gnus.el: Remove unused variable `gnus-article-check-size'.
18452
18453         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18454
18455         * gnus-art.el (gnus-button-alist):
18456         Improve `gnus-button-handle-library' entry.
18457
18458 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18459
18460         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18461         Use downcase, since XEmacs capitalizes error messages differently.
18462
18463 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18464
18465         * nntp.el: Add (require 'gnus) due to reference to
18466         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18467
18468 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18469
18470         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18471         Bind `mm-fill-flowed'.
18472
18473         * mm-decode.el (mm-dissect-singlepart): Check it.
18474
18475 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18476
18477         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18478         'imap' for netrc parsing.
18479
18480 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18481
18482         * mailcap.el (mailcap-mime-data): Mark as risky.
18483
18484 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18485
18486         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18487         may be included in the encoded word.
18488         (rfc2047-encode): Don't append a space if the encoded word
18489         includes close parenthesis.
18490
18491 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18492
18493         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18494         of text within parentheses.
18495
18496 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18497
18498         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18499         (gnus-encrypt-write-file-contents): Make the password key the file
18500         name PLUS the cipher, not just the cipher.  Also remove failed
18501         passwords from the cache.
18502
18503 2004-08-06  Simon Josefsson  <jas@extundo.com>
18504
18505         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18506         Doc fix.
18507
18508 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18509
18510         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18511         LWSP.
18512
18513 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18514
18515         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18516         Try to append in-reply-to: data to the references: header.
18517
18518         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18519         (netrc-parse): Use gnus-encrypt.el functions.
18520
18521         * gnus-encrypt.el: Add new file for encryption support; currently
18522         does only a few GPG ciphers and an internal XOR cipher.
18523
18524         * password.el: Add comments on using password-read-and-add.
18525         (password-read-and-add): Add function to read and add the
18526         password to the cache at once.
18527
18528 2004-07-28  Simon Josefsson  <jas@extundo.com>
18529
18530         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18531         parameter (but don't use it, for now).
18532
18533         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18534         instead of hard coding to nil.
18535
18536 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18537
18538         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18539         as mm-inline-image-xemacs does.
18540
18541 2004-07-26  Simon Josefsson  <jas@extundo.com>
18542
18543         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18544         Revert part of 2004-07-17 change below.
18545
18546 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18547
18548         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18549         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18550
18551 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18552
18553         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18554         quotes that actually start with ">" at the beginning of the
18555         lines.
18556
18557 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18558
18559         * rfc2047.el (rfc2047-encode-region): Fix last change.
18560         (rfc2047-encode-parameter): Remove useless concat.
18561
18562 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18563
18564         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18565         encode special characters; fix some kind of misconfigured headers;
18566         signal a real error if debug-on-quit or debug-on-error is non-nil.
18567         (rfc2047-encode-max-chars): New variable.
18568         (rfc2047-encode-1): Use it.
18569         (rfc2047-encode-parameter): New function.
18570
18571         * mml.el (mml-insert-parameter): Remove an excessive space.
18572
18573 2004-07-17  Simon Josefsson  <jas@extundo.com>
18574
18575         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18576         Kai Grossjohann <kai@emptydomain.de>.
18577         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18578         (gnus-group-make-menu-bar): Ditto.
18579
18580         * gnus-util.el (gnus-group-server): Add.
18581
18582 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18583
18584         * message.el (message-clone-locals): Clone sendmail and smtp
18585         variables.
18586
18587 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18588
18589         * rfc2047.el (rfc2047-encode-region): Fix last change.
18590
18591 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18592
18593         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18594         characters as non-special.
18595
18596 2004-07-09  Simon Josefsson  <jas@extundo.com>
18597
18598         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18599         Users will lose all flag changes made while unplugged with
18600         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18601         good default.  See numerous reports on ding mailing list.
18602
18603 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18604
18605         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18606         add generate-head-function and generate-article-function to the
18607         rfc822-forward entry.
18608         (nndoc-rfc822-forward-generate-article): New function.
18609         (nndoc-rfc822-forward-generate-head): New function.
18610
18611         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18612
18613 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18614
18615         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18616         respect display group parameter and gnus-summary-expunge-below.
18617         (gnus-articles-to-read): Remove unused reference to display group
18618         parameter.
18619
18620 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18621
18622         * nnheader.el (nnheader-uniquify-message-id): New experimental
18623         variable.
18624         (nnheader-nov-read-message-id): Use it.
18625
18626         * spam-report.el (spam-report-gmane): Add interactive.
18627
18628 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18629
18630         * mm-encode.el (mm-content-transfer-encoding-defaults):
18631         Use qp-or-base64 for the application/* types.
18632
18633 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18634
18635         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18636
18637 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18638
18639         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18640         trim value.
18641
18642 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18643
18644         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18645         New macro and function.
18646         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18647
18648 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18649
18650         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18651         after-load-alist.
18652
18653 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18654
18655         * gnus-group.el (gnus-group-get-new-news-this-group):
18656         Don't update info that isn't there.
18657
18658 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18659
18660         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18661         entry.
18662
18663 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18664
18665         * mm-view.el (mm-inline-render-with-function): Use multibyte
18666         buffer; decode html source by charset.
18667
18668         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18669
18670         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18671         Mule-UCS is loaded under XEmacs.
18672         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18673
18674 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18675
18676         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18677
18678 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18679
18680         * mm-util.el (mm-coding-system-p): Return a coding-system.
18681         (mm-mime-mule-charset-alist): Use shift_jis instead of
18682         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18683         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18684         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18685         instead of japanese-shift-jis and iso-latin-1 respectively in
18686         order to share the default value with both Emacs and XEmacs-mule.
18687         (mm-mule-charset-to-mime-charset):
18688         Make mm-coding-system-priorities effective.
18689         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18690         while predicating of candidates upon the priorities.
18691
18692 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18693
18694         * gnus-sum.el (gnus-summary-make-menu-bar):
18695         Add gnus-uu-invert-processable.
18696
18697         * gnus.el: Autoload gnus-uu-invert-processable.
18698
18699 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18700
18701         * mm-util.el (mm-with-multibyte-buffer): New macro.
18702
18703         * rfc2047.el (rfc2047-encode-string): Use it.
18704         (rfc2047-encode-region): Move point to the end of the region after
18705         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18706
18707 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18708
18709         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18710         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18711
18712 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18713
18714         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18715         (gnus-cite-parse): Ignore quoted envelope From_.
18716         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18717
18718 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18719
18720         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18721         invalid addresses.
18722
18723 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18724
18725         * spam.el: Change section markers, revise TODO list.
18726         (spam-backends): Make new master list of all installed backends.
18727         (spam-summary-exit-behavior): Add new variable to determine how
18728         messages moves are done at summary exit.
18729         (spam-move-spam-nonspam-groups-only)
18730         (spam-process-ham-in-nonham-groups)
18731         (spam-process-ham-in-spam-groups): Remove variables, the
18732         spam-summary-exit-behavior variable should be used to manage this
18733         behavior.
18734         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18735         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18736         and spam-old-spam-articles.
18737         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18738         Add empty variables, placeholders for the backends they represent.
18739         (spam-set-difference): Move, unchanged.
18740         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18741         unless the user has a processor variable.
18742         (spam-classifications, spam-classification-valid-p)
18743         (spam-backend-properties, spam-backend-property-valid-p)
18744         (spam-backend-function-type-valid-p)
18745         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18746         (spam-report-articles-gmane, spam-report-articles-resend):
18747         Remove functions, they are not needed.
18748         (spam-install-backend-super, spam-backend-list)
18749         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18750         (spam-backend-function, spam-backend-ham-registration-function)
18751         (spam-backend-spam-registration-function)
18752         (spam-backend-ham-unregistration-function)
18753         (spam-backend-spam-unregistration-function)
18754         (spam-backend-statistical-p, spam-backend-mover-p)
18755         (spam-install-backend-alias, spam-install-checkonly-backend)
18756         (spam-install-mover-backend, spam-install-nocheck-backend)
18757         (spam-install-backend, spam-install-statistical-backend)
18758         (spam-install-statistical-checkonly-backend): Add backend installation
18759         support.
18760         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18761         (spam-group-processor-p): Use the new backend code and respect the
18762         summary exit behavior.
18763         (spam-mark-spam-as-expired-and-move-routine): Remove.
18764         (spam-summary-prepare): Change to use the new spam-old-articles
18765         variable.
18766         (spam-copy-or-move-routine, spam-copy-spam-routine)
18767         (spam-move-spam-routine, spam-copy-ham-routine)
18768         (spam-move-ham-routine): Add code to copy/move ham or spam.
18769         (spam-fetch-field-fast): Improve doc and code, plus allow the
18770         'number request.
18771         (spam-list-of-checks, spam-list-of-statistical-checks):
18772         Remove variables.
18773         (spam-split, spam-find-spam): Use the new backend code.
18774         (spam-registration-functions): Remove variable.
18775         (spam-unregister-routine): Add convenience wrapper.
18776         (spam-log-undo-registration, spam-register-routine)
18777         (spam-log-processing-to-registry)
18778         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18779         where possible.
18780         (spam-check-gmane-xref, spam-check-regex-headers)
18781         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18782         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18783         (spam-check-bogofilter-headers, spam-check-spamoracle)
18784         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18785         (spam-check-crm114-headers): Use the spam-split-group that
18786         spam-split prepares, no need to determine it every time.
18787
18788         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18789         to the nnheader-parse-naked-head call.
18790
18791         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18792
18793         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18794         the nnheader-nov-read-message-id call.
18795
18796 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18797
18798         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18799         gnus-activate-group twice.  Suggested by Markus Peter
18800         <warp@spin.de>.
18801
18802 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18803
18804         * gnus-art.el (gnus-article-time-format): Exchange the order of
18805         day and month in the default value; fix customization type.
18806         (article-date-ut): Use add-text-properties.
18807         (article-make-date-line): Use message-make-date instead of
18808         current-time-string.
18809
18810         * message.el (message-fetch-field): Don't use set-text-properties.
18811         (message-make-date): Simplify.
18812
18813         * messagexmas.el (message-xmas-make-date): New function.
18814         (message-xmas-redefine): Defalias message-make-date to it.
18815
18816 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18817
18818         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18819         (rfc2047-encode-region): Treat text within parentheses as special;
18820         show the original text when error has occurred.
18821
18822         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18823         already-computed method to gnus-activate-group.
18824
18825         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18826         same select-methods identical Lisp objects.
18827
18828         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18829         object when modifying the info.
18830
18831 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18832
18833         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18834         gnus-opened-servers since it has never been opened with the new
18835         configuration yet.
18836
18837 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18838
18839         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18840         arg to nnheader-generate-fake-message-id.
18841
18842 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18843
18844         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18845         number and build a fake message ID localized to a group and
18846         article number (so it's repeatable from that point on).
18847         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18848         ID format.
18849
18850         * gnus-sum.el (gnus-get-newsgroup-headers):
18851         Call nnheader-generate-fake-message-id with the article number.
18852
18853 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18854
18855         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18856         end-of-buffer.
18857
18858 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18859
18860         * message.el (message-ignored-supersedes-headers): Add Approved.
18861
18862 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18863
18864         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18865         goto-char.
18866         (rfc2047-encode): Fold the line before encoding.
18867
18868 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18869
18870         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18871         folding -- not all headers can be folded, and this should be done
18872         by the message composition mode.  Probably.  I think.
18873
18874 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18875
18876         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18877         fast.
18878
18879         * gnus-ems.el (gnus-remove-image): Don't use
18880         message-text-with-property; remove only the image found first.
18881
18882         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18883         found first.
18884
18885 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18886
18887         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18888
18889 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18890
18891         * message.el (message-text-with-property): Make it fast and accept
18892         optional arguments.
18893         (message-strip-forbidden-properties): Use it.
18894         (message-fix-before-sending): Follow the m-t-w-p change.
18895
18896         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18897
18898 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18899
18900         * gnus-art.el (article-hide-headers): Don't change the buffer
18901         mistakenly when performing mml-preview even if
18902         gnus-single-article-buffer is nil.
18903
18904 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18905
18906         * message.el (message-expand-name-databases): New user option.
18907         (message-expand-name): Use it.
18908
18909 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18910
18911         * spam.el (spam-report-articles-resend)
18912         (spam-report-resend-register-routine): Allow ham reporting.
18913         (spam-report-resend-register-ham-routine): Add wrapper.
18914         (spam-registration-functions): Add ham resending functions.
18915         (spam-list-of-processors): Add ham resend processor.
18916
18917         * gnus.el (ham-resend-to): Add new group parameter.
18918         (spam-process): Add ham resend option.
18919
18920         * spam-report.el (spam-report-resend): Allow reporting ham.
18921         (spam-report-resend-ham): Add wrapper.
18922
18923 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18924
18925         * message.el (message-cite-articles-with-x-no-archive):
18926         New variable.
18927         (message-cite-original): Use it.
18928
18929 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18930
18931         * message.el (message-cite-original): Respect X-No-Archive.
18932
18933 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18934
18935         * gnus-art.el (article-hide-headers): Refer to the values for
18936         gnus-ignored-headers and gnus-visible-headers in the summary
18937         buffer since a user may have set them as group parameters.
18938
18939 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18940
18941         * assistant.el (assistant-node-name): Add convenience function.
18942         (assistant-render-text, assistant-render-node): Add error handling,
18943         plus handle multiple next nodes.
18944         (assistant-find-next-node): Comment out for now.
18945         (assistant-find-next-nodes): Add function, returns list of next
18946         nodes.
18947
18948 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18949
18950         * mail-source.el (mail-source-directory): Fix doc-string.
18951
18952 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18953
18954         * assistant.el (assistant-render-text, assistant-eval): Add :set
18955         widget type, which is different because it takes and returns a
18956         list.  Much hilarity ensues.
18957
18958 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18959
18960         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18961
18962         * gnus-group.el (gnus-group-get-new-news-this-group):
18963         Add doc-string.
18964
18965         * gnus-start.el (gnus-activate-group): Add doc-string.
18966
18967 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18968
18969         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18970
18971 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18972
18973         * assistant.el (assistant-render-text): Try to add a :set
18974         widget, more to come.
18975
18976         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18977         strings.
18978         (spam-report-articles-resend)
18979         (spam-register-routine): Do registration iff any articles warrant
18980         it.
18981         (spam-summary-prepare-exit): Change log message for nil group
18982         destinations.
18983
18984 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18985
18986         * spam.el (spam-report-resend-register-routine):
18987         Allow spam-report-resend-to to be a group parameter or a global value.
18988
18989 2004-05-26  Simon Josefsson  <jas@extundo.com>
18990
18991         * starttls.el: Merge with my GNUTLS based starttls.el.
18992         (starttls-gnutls-program, starttls-use-gnutls)
18993         (starttls-extra-arguments, starttls-process-connection-type)
18994         (starttls-connect, starttls-failure, starttls-success):
18995         New variables.
18996         (starttls-program, starttls-extra-args): Doc fix.
18997         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18998         New functions.
18999         (starttls-negotiate, starttls-open-stream):
19000         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19001         function if it is set.
19002
19003 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19004
19005         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19006         structured fields.
19007
19008 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19009
19010         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19011
19012 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
19013
19014         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19015         Add variable.
19016         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
19017         assigning the spam-mark to new messages.
19018
19019 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
19020
19021         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19022
19023 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19024
19025         * dgnushack.el: Autoload customize-set-variable for XEmacs.
19026
19027         * rfc2047.el (rfc2047-encodable-p): Don't move point.
19028         (rfc2047-decode): Treat the ascii coding-system as raw-text by
19029         default.
19030
19031 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
19032
19033         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19034         correct data.
19035
19036 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
19037
19038         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19039         (spam-group-processor-p): Fix function.
19040         (spam-group-processor-multiple-p)
19041         (spam-group-spam-processor-report-gmane-p)
19042         (spam-group-spam-processor-report-resend-p)
19043         (spam-group-spam-processor-bogofilter-p)
19044         (spam-group-spam-processor-blacklist-p)
19045         (spam-group-spam-processor-ifile-p)
19046         (spam-group-ham-processor-ifile-p)
19047         (spam-group-spam-processor-spamoracle-p)
19048         (spam-group-spam-processor-crm114-p)
19049         (spam-group-ham-processor-bogofilter-p)
19050         (spam-group-spam-processor-stat-p)
19051         (spam-group-ham-processor-stat-p)
19052         (spam-group-ham-processor-whitelist-p)
19053         (spam-group-ham-processor-BBDB-p)
19054         (spam-group-ham-processor-spamoracle-p)
19055         (spam-group-ham-processor-copy-p): Remove functions with some
19056         prejudice against unneeded code.
19057         (spam-report-articles-resend)
19058         (spam-report-resend-register-routine): Allow the group/topic
19059         spam-resend-to value to override spam-report-resend-to.
19060         (spam-summary-prepare-exit): Invoke spam-group-processor-p
19061         properly now.
19062
19063         * gnus.el (spam-resend-to): Add group/topic parameter.
19064         (spam-process): Move the OBSOLETE processors to the end of the
19065         choices.
19066
19067 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
19068
19069         * spam-report.el (spam-report-resend-to, spam-report-resend):
19070         Start with resend-to set to nil, and then ask the user if necessary.
19071         (spam-report-resend): spam-report-resend takes a list of articles, not
19072         separate article numbers.
19073
19074 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19075
19076         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19077         addition to emacs-w3m.
19078
19079 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19080
19081         * assistant.el (assistant-authinfo-data): New function.
19082         (assistant-eval): Eval for entire assistant.
19083
19084         * netrc.el (netrc-services-file): New variable.
19085         (netrc-parse-services): New function.
19086         (netrc-find-service-name): New function.
19087         (netrc-find-service-number): New function.
19088         (netrc-port-equal): New function.
19089         (netrc-machine): Use it.
19090
19091         * nnimap.el (nnimap-open-connection): Use netrc.
19092
19093         * gnus-util.el (gnus-netrc-get): Remove aliases.
19094
19095         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19096
19097         * assistant.el (wid-edit): Fix compilation.
19098
19099         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19100
19101 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
19102
19103         * gnus-util.el (gnus-set-file-modes): New function.  (small
19104         patch).
19105
19106 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19107
19108         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19109
19110         * assistant.el (assistant-render-node): Fix up rendering and
19111         read-only text.
19112         (assistant-render-node): Reset.
19113         (assistant-make-read-only): Not sticky.
19114
19115 2004-05-20  Danny Siu  <dsiu@adobe.com>
19116
19117         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19118         centered even when gnus-auto-center-summary is t.
19119
19120 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19121
19122         * dns.el (dns-get-txt-answer): New function.
19123         (dns-read-txt): Ditto.
19124         (query-dns): Use it.
19125
19126 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19127
19128         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19129         active for foreign groups even if the group level is higher than
19130         the specified value.
19131
19132 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19133
19134         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19135         non-active groups.
19136
19137         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19138
19139 2004-05-20  Magnus Henoch  <mange@freemail.hu>
19140
19141         * dns.el (dns-read-type): Add support for SVR.  (small patch)
19142
19143 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19144
19145         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19146         (spam-crm114-header, spam-crm114-spam-switch)
19147         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19148         (spam-crm114-positive-spam-header)
19149         (spam-crm114-database-directory, spam-list-of-processors)
19150         (spam-group-spam-processor-crm114-p)
19151         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19152         (spam-generic-score, spam-list-of-checks)
19153         (spam-list-of-statistical-checks, spam-registration-functions)
19154         (spam-check-crm114-headers, spam-crm114-score)
19155         (spam-check-crm114, spam-crm114-register-with-crm114)
19156         (spam-crm114-register-spam-routine)
19157         (spam-crm114-unregister-spam-routine)
19158         (spam-crm114-register-ham-routine)
19159         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19160         From asjo@koldfront.dk (Adam Sjøgren).
19161
19162         * gnus.el: Add spam-use-crm114.
19163
19164         * spam.el (spam-list-of-processors, spam-registration-functions):
19165         Add spam-use-resend.
19166         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19167         (spam-report-articles-gmane): Add doc fix.
19168         (spam-report-articles-resend, spam-report-resend-register-routine):
19169         Add wrappers around spam-report-resend-to.
19170
19171         * spam-report.el (spam-report-resend-to, spam-report-resend):
19172         Add support for resending spam.
19173         (spam-report-gmane): Fix line length >80.
19174
19175         * gnus.el (spam-process): Add spam-use-resend.
19176
19177 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19178
19179         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19180         number of processed spam messages.
19181         (spam-ham-copy-or-move-routine): Return the number of processed
19182         ham messages.
19183         (spam-summary-prepare-exit): Use the above values to decide
19184         whether status messages shouled be displayed.
19185
19186 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19187
19188         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19189         `rfc2047-encoding-function-alist' in order to avoid conflicting
19190         with the old version.
19191         (rfc2047-encode-region): Concatenate words containing non-ASCII
19192         characters in structured fields; don't encode space-delimited
19193         ASCII words even in unstructured fields; don't break words at
19194         char-category boundaries.
19195         (rfc2047-encode-1): New function.
19196         (rfc2047-encode): Use it; encode text so that it occupies the
19197         maximum width within 76-column; work correctly on Q encoding for
19198         iso-2022-* charsets.
19199         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19200         sure not to break a line just after the header name.
19201         (rfc2047-b-encode-region): Remove.
19202         (rfc2047-b-encode-string): New function.
19203         (rfc2047-q-encode-region): Remove.
19204         (rfc2047-q-encode-string): New function.
19205
19206         * mm-util.el (mm-replace-in-string): New function.
19207
19208 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19209
19210         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19211         Really get it right.
19212         (gnus-inews-make-draft): Really.
19213
19214 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19215
19216         * nnmh.el (nnmh-request-list-1): Don't check the link count
19217         before descending.  (small patch)
19218
19219 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19220
19221         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19222         stuff.
19223
19224         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19225         Match on real group name.
19226
19227         * gnus-art.el (gnus-signature-limit): Doc fix.
19228
19229         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19230
19231         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19232
19233 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19234
19235         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19236         isn't a string.
19237
19238 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19239
19240         * gnus-draft.el (gnus-draft-send):
19241         Bind rfc2047-encode-encoded-words.
19242
19243         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19244         (rfc2047-encodable-p): Say that =? needs encoding.
19245         (rfc2047-encode-encoded-words): New variable.
19246
19247         * gnus-group.el (gnus-group-select-group): Doc fix.
19248
19249         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19250
19251         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19252         to nil.
19253
19254         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19255
19256         * nnheader.el (nnheader-get-lines-and-char): New function.
19257
19258 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19259
19260         * gnus-msg.el (gnus-summary-followup-with-original):
19261         Document yanking of region when active.
19262
19263 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19264
19265         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19266         groups if the group level is higher than the specified value.
19267
19268 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19269
19270         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19271         (gnus-group-jump-to-group): Add prefix argument using
19272         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19273         non-active group.
19274
19275         * compface.el (uncompface): Be verbose when changing
19276         `uncompface-use-external'.
19277
19278         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19279         handle manual section.
19280
19281 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19282
19283         * gnus-art.el (gnus-button-alist): Revert previous change.
19284
19285 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19286
19287         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19288
19289 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19290
19291         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19292         whether backend can accept message.
19293
19294         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19295
19296 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19297
19298         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19299         Avoid creating directory when nntp-marks-is-evil is true.
19300         Reported by Reiner Steib.
19301
19302 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19303
19304         * gnus-picon.el (gnus-picon-style): New variable.
19305         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19306         (gnus-picon-transform-address): Support `gnus-picon-style'.
19307         From Jesper Harder <harder@ifa.au.dk>.
19308
19309 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19310
19311         * message.el (message-fill-field): Return point.
19312         (message-generate-headers): Go to end of field.
19313
19314         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19315         stuff for non-living groups.
19316
19317 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19318
19319         * gnus-art.el (gnus-article-followup-with-original)
19320         (gnus-article-reply-with-original): gnus-mark-active-p ->
19321         gnus-region-active-p.
19322
19323 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19324
19325         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19326         only when there is spam or ham to be processed.
19327
19328 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19329
19330         * mail-source.el (mail-source-delete-crash-box): Refactor.
19331         (mail-source-fetch): Use it.
19332         (mail-source-fetch-file): Ditto.
19333         (mail-source-fetch-directory): Run postscript in loop.
19334         (mail-source-fetch-pop): Delete.
19335         (mail-source-fetch-maildir): Ditto.
19336         (mail-source-fetch-imap): Ditto.
19337
19338         * imap.el (imap-authenticators): Comment out sasl.
19339
19340         * message.el (message-skip-to-next-address): New function.
19341         (message-fill-header-address): Refactor.
19342         (message-fill-address): Use it.
19343         (message-delete-address): Use it.
19344         (message-fill-header-general): Refactor.
19345         (message-fill-field-address): Rename.
19346         (message-narrow-to-field): Find the start of the header.
19347         (message-header-format-alist): Don't pre-fill.
19348         (message-fill-header): Remove.
19349         (message-insert-header): New function.
19350         (message-shorten-references): Use it.
19351
19352         * rfc2047.el (rfc2047-field-value): Strip props.
19353
19354         * mail-parse.el (mail-header-make-address): New alias.
19355
19356         * ietf-drums.el (ietf-drums-make-address): New function.
19357
19358         * imap.el: Add compiler directives.
19359
19360         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19361
19362         * gnus-art.el (article-decode-idna-rhs): Don't use
19363         message-idna-inside-rhs-p.
19364
19365 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19366
19367         * message.el (message-idna-inside-rhs-p): Remove.
19368         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19369
19370         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19371         false positives.
19372
19373 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19374
19375         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19376
19377 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19378
19379         * nneething.el (nneething-file-name): Don't create spurious
19380         files.
19381
19382         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19383         (gnus-inews-do-gcc): Remove sleep.
19384
19385         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19386         part under point.
19387
19388         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19389         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19390
19391 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19392
19393         * spam.el (spam-summary-prepare-exit): Fix (length).
19394
19395 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19396
19397         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19398         as expired without moving it" message when there are spam
19399         messages left.
19400
19401 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19402
19403         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19404         header is not nil.
19405
19406 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19407
19408         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19409         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19410         (nntp-marks-changed-p): New arg SERVER.
19411         (nntp-request-update-info): Adjust caller.
19412
19413 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19414
19415         * nntp.el (nntp-save-marks): Pass missing arg.
19416
19417 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19418
19419         * nntp.el: Support marks.
19420         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19421         (nntp-marks-modtime, nntp-marks-directory): New variables.
19422         (nntp-request-set-mark, nntp-request-update-info)
19423         (nntp-possibly-create-directory, nntp-marks-changed-p)
19424         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19425         New functions.
19426
19427 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19428
19429         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19430         (gnus-xmas-redefine): Rename.
19431
19432         * gnus-score.el (gnus-score-insert-help):
19433         Use gnus-select-lowest-window.
19434
19435         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19436         appt-select-lowest-window and rename to gnus-select-lowest-window.
19437
19438         * gnus.el: do.
19439
19440 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19441
19442         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19443         encodings of MIME-encoded words, in order to improve
19444         interoperability with several broken MUAs.
19445
19446 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19447
19448         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19449         tags, only when charsets are not specified in headers.
19450         (mm-inline-text-html-render-with-w3m): Ditto.
19451
19452         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19453         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19454
19455 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19456
19457         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19458         instead of MIME-decoded from fields when checking
19459         `gnus-article-address-banner-alist'.
19460
19461 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19462
19463         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19464         description rather than subject.
19465
19466 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19467
19468         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19469
19470 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19471
19472         * gnus.el (gnus-version-number): Bump.
19473
19474 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19475
19476         * gnus.el: No Gnus v0.2 is released.
19477
19478 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19479
19480         * gnus-agent.el (gnus-agent-read-agentview):
19481         Inline gnus-uncompress-range.
19482
19483 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19484
19485         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19486         `exec-installed-p'.
19487
19488 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19489
19490         * gnus.el (spam-process, spam-autodetect-methods):
19491         Add bsfilter and bsfilter-headers.
19492
19493         * spam.el (spam-bsfilter): New customize group.
19494         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19495         (spam-bsfilter-header, spam-bsfilter-probability-header)
19496         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19497         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19498         (spam-bsfilter-database-directory): New options.
19499         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19500         (spam-list-of-statistical-checks, spam-registration-functions):
19501         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19502         (spam-bsfilter-score): New command.
19503         (spam-check-bsfilter-headers, spam-check-bsfilter)
19504         (spam-bsfilter-register-with-bsfilter)
19505         (spam-bsfilter-register-spam-routine)
19506         (spam-bsfilter-unregister-spam-routine)
19507         (spam-bsfilter-register-ham-routine)
19508         (spam-bsfilter-unregister-ham-routine): New functions.
19509         (spam-generic-score): Support bsfilter; Accept an optional argument
19510         to recalcurate spam score even if scoring header has already been
19511         added.
19512         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19513         optional argument to recalcurate spam score even if scoring header
19514         has already been added.
19515
19516 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19517
19518         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19519         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19520         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19521         link is missing.
19522
19523 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19524
19525         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19526         (html2text-get-attr): Rewrite.
19527
19528         * message.el (message-setup-1): Remove redundant put-text-property
19529         on mail-header-separator.
19530
19531 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19532
19533         * gnus-registry.el (gnus-registry-cache-whitespace)
19534         (gnus-registry-action, gnus-registry-spool-action)
19535         (gnus-registry-split-fancy-with-parent): Change message levels
19536         from 5 to 3 or 7, as needed.
19537
19538         * spam.el (spam-summary-prepare-exit)
19539         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19540         (spam-split, spam-find-spam, spam-log-undo-registration)
19541         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19542         level from 5 to 6.
19543
19544 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19545
19546         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19547         2004-03-04 change).
19548
19549 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19550
19551         * sieve-manage.el (sieve-manage-open):
19552         * nnweb.el (nnweb-insert-html):
19553         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19554         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19555         * nnspool.el (nnspool-request-group):
19556         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19557         * nnml.el (nnml-request-update-info):
19558         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19559         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19560         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19561         (nnimap-request-set-mark):
19562         * nnfolder.el (nnfolder-request-update-info):
19563         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19564         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19565         * gnus-uu.el (gnus-uu-find-articles-matching):
19566         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19567         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19568         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19569         * gnus-nocem.el (gnus-nocem-scan-groups):
19570         * gnus-int.el (gnus-start-news-server):
19571         * gnus-group.el (gnus-group-make-kiboze-group)
19572         (gnus-group-browse-foreign-server):
19573         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19574         Use mapc when appropriate.
19575
19576 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19577
19578         FIXME: Make separate entries for each person.
19579
19580         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19581         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19582         <shields@msrl.com>:
19583
19584         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19585         may need for spam sorting and scoring.
19586         (spam-user-format-function-S): Add user format function suitable for
19587         general use.
19588         (spam-article-sort-by-spam-status): Add sorting function for summary
19589         sorting.
19590         (spam-extra-header-to-number): Add function to get a score from a
19591         header.
19592         (spam-summary-score): Add function to get a numeric score from the
19593         headers.
19594         (spam-generic-score): Fix function doc, was in wrong place.
19595         (spam-initialize): Take symbols when it's run, and install the
19596         extra headers that spam-necessary-extra-headers thinks we need.
19597
19598 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19599
19600         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19601         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19602
19603 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19604
19605         * gnus-sum.el (gnus-set-global-variables)
19606         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19607         (gnus-article-get-xrefs, gnus-summary-best-group)
19608         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19609         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19610         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19611         Use with-current-buffer.
19612
19613 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19614
19615         * spam.el (spam-summary-prepare-exit): Simplify logic.
19616         (spam-fetch-article-header): Read the article header if it's not
19617         available.
19618         (spam-list-articles): Simplify logic.
19619         (spam-filelist-register-routine): Fix bug with unregister-list.
19620
19621         * gnus-registry.el: Fix comments at beginning.
19622
19623 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19624
19625         * message.el (message-cater-to-broken-inn): Remove.
19626         (message-shorten-references): Make sure the total folded length of
19627         References is shorter than 998 characters to cater to a bug in INN
19628         2.3.  Also, don't pretend that references aren't folded -- this
19629         hasn't worked for a while.
19630
19631 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19632
19633         * gnus-agent.el (gnus-agentize):
19634         gnus-agent-send-mail-real-function no longer set to current value
19635         of message-send-mail-function but rather a lambda that calls
19636         message-send-mail-function.  The change makes the agent real-time
19637         responsive to user changes to message-send-mail-function.
19638
19639 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19640
19641         * legacy-gnus-agent.el
19642         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19643         help from Florian Weimer <fw@deneb.enyo.de>
19644
19645 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19646
19647         * nnmail.el (nnmail-cache-insert): Revert last change.
19648
19649 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19650
19651         * nnmail.el (nnmail-cache-insert): Always check whether
19652         nnmail-cache-ignore-groups matches a group name.
19653
19654 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19655
19656         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19657         (spam-find-spam, spam-log-processing-to-registry)
19658         (spam-log-registered-p, spam-log-unregistration-needed-p)
19659         (spam-log-undo-registration): Use gnus-message instead of
19660         gnus-error, none of these errors are fatal.
19661
19662         * gnus-registry.el (gnus-registry-clean-empty-function)
19663         (gnus-registry-clean-empty): Remove only empty entries without
19664         extra data.
19665
19666 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19667
19668         * spam-stat.el (spam-stat-buffer-change-to-spam)
19669         (spam-stat-buffer-change-to-non-spam): Change (error) to
19670         (gnus-message 8) invocation.
19671
19672 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19673
19674         * nntp.el (nntp-via-netcat-command): New variable.
19675         (nntp-via-netcat-switches): New variable.
19676         (nntp-open-via-rlogin-and-netcat): New function.
19677         (nntp-open-connection-function): Doc fix.
19678         (nntp-telnet-command): Doc fix.
19679         (nntp-end-of-line): Doc fix.
19680         (nntp-via-rlogin-command): Doc fix.
19681         (nntp-via-user-name): Doc fix.
19682         (nntp-via-address): Doc fix.
19683
19684 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19685
19686         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19687         error in Emacs 21.1.
19688
19689 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19690
19691         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19692
19693 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19694
19695         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19696         (gnus-agent-with-refreshed-group): New macro.
19697         (gnus-agent-rename-group): New function.
19698         (gnus-agent-delete-group): New function.
19699         (gnus-agent-save-group-info): Use gnus-command-method when
19700         `method' parameter is nil.  Don't write nil entries into the
19701         active file.
19702         (gnus-agent-get-group-info): New function.
19703         (gnus-agent-fetch-articles):
19704         Use gnus-agent-update-files-total-fetched-for to increment disk space
19705         used.
19706         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19707         Use gnus-agent-update-view-total-fetched-for to increment disk space
19708         used.
19709         (gnus-agent-get-local): Add optional parameters to avoid calling
19710         gnus-group-real-name and gnus-find-method-for-group.
19711         (gnus-agent-set-local): Delete stored entry if either min, or max,
19712         are nil.
19713         (gnus-agent-fetch-session): Reworded error/quit messages.
19714         On quit, use gnus-agent-regenerate-group to record existance of any
19715         articles fetched to disk before the quit occurred.
19716         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19717         gnus-agent-update-view-total-fetched-for, and
19718         gnus-agent-update-files-total-fetched-for to decrement disk space
19719         used.
19720         (gnus-agent-retrieve-headers):
19721         Use gnus-agent-update-view-total-fetched-for to increment disk space
19722         used.
19723         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19724         with gnus-agent-update-files-total-fetched-for to decrement disk
19725         space and fresh group buffer.
19726         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19727         (gnus-agent-need-update-total-fetched-for): New variable.
19728         (gnus-agent-update-files-total-fetched-for): New function.
19729         (gnus-agent-update-view-total-fetched-for): New function.
19730         (gnus-agent-total-fetched-for): New function.
19731
19732         * gnus-cache.el (gnus-cache-save-buffers):
19733         Use gnus-cache-update-overview-total-fetched-for to change disk space
19734         used by this group.
19735         (gnus-cache-possibly-enter-article):
19736         Use gnus-cache-update-file-total-fetched-for to increment disk space
19737         used by this group.
19738         (gnus-cache-possibly-remove-article):
19739         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19740         used by this group.
19741         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19742         (gnus-cache-rename-group): New function.
19743         (gnus-cache-delete-group): New function.
19744         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19745         (gnus-cache-need-update-total-fetched-for): New variable.
19746         (gnus-cache-with-refreshed-group): New macro.
19747         (gnus-cache-update-file-total-fetched-for): New function.
19748         (gnus-cache-update-overview-total-fetched-for): New function.
19749         (gnus-cache-rename-group-total-fetched-for): New function.
19750         (gnus-cache-delete-group-total-fetched-for): New function.
19751         (gnus-cache-total-fetched-for): New function.
19752
19753         * gnus-group.el: Require gnus-sum and autoload functions to
19754         resolve warnings when gnus-group.el compiled alone.
19755         (gnus-group-line-format): Documented new %F.
19756         (size of Fetched data) group line format; identifies disk space
19757         used by agent and cache.
19758         (gnus-group-line-format-alist): Defined new F format.
19759         (gnus-total-fetched-for): New function.
19760         (gnus-group-delete-group): No longer update
19761         gnus-cache-active-altered as gnus-request-delete-group now keeps
19762         the cache in sync.
19763         (gnus-group-list-active): Let the agent store a server's active
19764         list if currently plugged.
19765
19766         * gnus-int.el (gnus-request-delete-group):
19767         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19768         local disk in sync with the server.
19769         (gnus-request-rename-group):
19770         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19771         local disk in sync with the server.
19772
19773         * gnus-start.el (gnus-get-unread-articles):
19774         Cosmetic simplification to logic.
19775
19776         * gnus-util.el (gnus-rename-file): New function.
19777
19778 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19779
19780         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19781
19782 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19783
19784         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19785         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19786
19787 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19788
19789         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19790         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19791
19792 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19793
19794         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19795
19796 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19797
19798         * spam.el (spam-set-difference): Add function to replace
19799         gnus-set-difference in spam.el.
19800         (spam-summary-prepare-exit): Use spam-set-difference.
19801
19802 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19803
19804         * gnus-registry.el (gnus-registry-cache-file): Update to use
19805         gnus-dribble-directory OR gnus-home-directory OR ~.
19806         (gnus-registry-split-fancy-with-parent): Fix doc.
19807
19808 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19809
19810         * message.el (message-exchange-point-and-mark):
19811         Use message-mark-active-p.  Suggested by Jesper Harder
19812         <harder@ifa.au.dk>.
19813
19814 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19815
19816         * message.el (message-exchange-point-and-mark): Don't activate
19817         region if it was inactive.  Suggested by Hiroshi Fujishima
19818         <pooh@nature.tsukuba.ac.jp>.
19819
19820 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19821
19822         * gnus-art.el (article-display-face): Display Faces in the same
19823         order as X-Faces.
19824
19825 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19826
19827         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19828
19829 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19830
19831         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19832         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19833         (gnus-article-mime-hierarchy): Remove.
19834         (gnus-article-mime-hierarchy-next): Remove.
19835         (gnus-article-mode): Revert 2004-03-19 change.
19836         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19837         (gnus-insert-mime-button): Revert 2004-03-19 change.
19838         (gnus-mime-accumulate-hierarchy): Remove.
19839         (gnus-mime-enter-multipart): Remove.
19840         (gnus-mime-leave-multipart): Remove.
19841         (gnus-mime-display-part): Revert 2004-03-19 change.
19842         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19843
19844         * mml.el (mml-preview): Revert 2004-03-19 change.
19845
19846 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19847
19848         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19849
19850 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19851
19852         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19853         t while entering a file name using the mm-with-multibyte macro.
19854         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19855
19856         * mm-util.el (mm-with-multibyte): New macro.
19857
19858 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19859
19860         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19861         New user option.
19862         (gnus-mime-multipart-functions): Doc and customization fix.
19863         (gnus-article-mime-hierarchy): New variable.
19864         (gnus-article-mime-hierarchy-next): New variable.
19865         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19866         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19867         gnus-article-mime-hierarchy-next to nil.
19868         (gnus-insert-mime-button): Show hierarchy numbers.
19869         (gnus-mime-accumulate-hierarchy): New function.
19870         (gnus-mime-enter-multipart): New function.
19871         (gnus-mime-leave-multipart): New function.
19872         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19873         (gnus-mime-display-alternative): Show hierarchy numbers.
19874
19875         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19876         gnus-article-mime-hierarchy-next to nil.
19877
19878 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19879
19880         * dns.el: Don't require gnus-xmas.
19881
19882 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19883
19884         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19885         inline PGP.
19886         (mml-menu): Disable mml-quote-region if mark is inactive.
19887
19888 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19889
19890         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19891         when the group's active is not available.
19892
19893 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19894
19895         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19896         error.
19897
19898 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19899
19900         * imap.el (imap-store-password): New variable.
19901         (imap-interactive-login): Use it.
19902         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19903
19904 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19905
19906         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19907         window-start and hscroll to summary window.
19908
19909 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19910
19911         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19912         conversion message to newsrc-dribble when an actual conversion is
19913         performed.
19914
19915 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19916
19917         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19918
19919 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19920
19921         * mm-decode.el (mm-complicated-handles): New function reviving
19922         former definition of mm-multiple-handles.
19923
19924         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19925         (gnus-mime-delete-part): Use it.
19926
19927 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19928
19929         * gnus-agent.el (gnus-agent-read-local):
19930         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19931         avoid the implicit assumption that they will always be equal.
19932         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19933         coding-system-for-write, as the with-temp-file macro first prints
19934         to a buffer then saves the buffer.
19935
19936 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19937
19938         * gnus-art.el (gnus-article-edit-part): New function.
19939         (gnus-mime-save-part-and-strip): Use it; do query instead of
19940         signaling an error; don't use mm-multiple-handles.
19941         (gnus-mime-delete-part): Ditto.
19942
19943 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19944
19945         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19946         old file versions.
19947         (gnus-group-prepare-hook): Remove function that converted list
19948         form of gnus-agent-expire-days to group properties.
19949
19950         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19951         (gnus-request-accept-article): Re-indented.
19952
19953         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19954         converters to handle old agent file formats.  Add logic for a
19955         "backup before upgrading warning".
19956         (gnus-convert-mark-converter-prompt): Developers can mark
19957         functions as needing (default), or not needing,
19958         gnus-convert-old-newsrc's "backup before upgrading warning".
19959         (gnus-convert-converter-needs-prompt): Tests whether the user
19960         should be protected from potentially irreversable changes by the
19961         function.
19962
19963         * legacy-gnus-agent.el: New.  Provides converters that are only
19964         loaded when gnus-convert-old-newsrc needs to call them.
19965
19966 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19967
19968         * mail-source.el (mail-source-touch-pop): Doc fix.
19969
19970         * message.el (message-smtpmail-send-it): Doc fix.
19971
19972 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19973
19974         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19975
19976         * nnmail.el (nnmail-split-fancy): do.
19977
19978         * gnus-kill.el (gnus-kill, gnus-execute): do.
19979
19980 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19981
19982         * gnus-sum.el (gnus-widget-reversible-match)
19983         (gnus-widget-reversible-to-internal)
19984         (gnus-widget-reversible-to-external): New functions.
19985         (gnus-widget-reversible): New widget.
19986         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19987
19988 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19989
19990         * gnus-sum.el (gnus-thread-sort-functions)
19991         (gnus-article-sort-functions): Document `(not F)' items.
19992
19993 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19994
19995         * spam.el (spam-use-gmane-xref): Add new backend.
19996         (spam-gmane-xref-spam-group): Add variable to control the name of the
19997         Gmane spam group.
19998         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19999         (spam-regex-headers-spam, spam-regex-headers-ham)
20000         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20001         (spam-list-of-checks): Add spam-use-gmane-xref to list of
20002         backends and checks.
20003         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20004
20005         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20006         an autodetect method.
20007
20008 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20009
20010         * gnus-int.el (gnus-request-accept-article): Inform the agent that
20011         articles are being added to a group.
20012         (gnus-request-replace-article): Inform the agent that articles
20013         need to be uncached as the cached contents are no longer valid.
20014
20015 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20016
20017         * binhex.el: Don't autoload executable-find.
20018
20019         * canlock.el: Don't autoload mail-fetch-field.
20020
20021         * dgnushack.el: Autoload c-mode for XEmacs.
20022
20023         * gnus-ems.el: Don't autoload appt-select-lowest-window.
20024
20025         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20026         rmail-dont-reply-to and rmail-output.
20027
20028         * gnus-score.el: Don't autoload ffap-string-at-point.
20029
20030         * gnus-setup.el: Don't autoload sc-cite-original.
20031
20032         * imap.el: Don't autoload base64-decode-string,
20033         base64-encode-string and md5.
20034
20035         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20036         and rmail-msg-restore-non-pruned-header.
20037
20038         * mm-decode.el: Don't autoload executable-find.
20039
20040         * mm-url.el: Don't autoload executable-find.
20041
20042         * mm-view.el: Don't autoload diff-mode.
20043
20044         * nndb.el: Don't autoload news-reply-mode, news-setup,
20045         cancel-timer and telnet.
20046
20047         * password.el: Don't autoload run-at-time for Emacs.
20048
20049         * sha1-el.el: Don't autoload executable-find.
20050
20051         * sieve-mode.el: Don't autoload c-mode.
20052
20053         * uudecode.el: Don't autoload executable-find.
20054
20055 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20056
20057         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20058         (gnus-agent-possibly-alter-active): Avoid null in numeric
20059         comparison.
20060         (gnus-agent-set-local): Refuse to save null in local object table.
20061         (gnus-agent-regenerate-group): The REREAD parameter can now be a
20062         list of articles that will be marked as unread.
20063
20064 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20065
20066         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20067
20068 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20069
20070         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20071         language tags.
20072
20073 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
20074
20075         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20076         Don't bind "obarray".
20077
20078         * gnus-sum.el (gnus-thread-sort-functions):
20079         Add `gnus-thread-sort-by-most-recent-number' and
20080         `gnus-thread-sort-by-most-recent-date'.
20081         Reported by Kai Grossjohann <kai@emptydomain.de>.
20082
20083 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20084
20085         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20086
20087 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20088
20089         * gnus-cus.el (gnus-agent-customize-category):
20090         Remove ignore-errors macro reference that required cl to be loaded at
20091         run-time.
20092
20093         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20094         single-interval range of the form (min . max).  Previously the
20095         range had to look like ((min . max)).  Likewise, return
20096         (min . max) rather than ((min . max)).
20097         (gnus-range-map): Use gnus-range-normalize to accept
20098         single-interval range.
20099
20100         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20101         the cache, but not the agent, now appear with their usual face.
20102
20103         * dgnushack.el (loaddir): New variable that is bound to the
20104         directory containing the dgnushack.el file. Use loaddir, rather
20105         than srcdir, to update load-path. Change lets dgnushack compile
20106         code in directories other than GNUS/lisp.
20107
20108 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20109
20110         * lpath.el: Don't bind w3m-safe-url-regexp.
20111
20112         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20113         w3m-safe-url-regexp variable buffer-local.
20114
20115         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20116
20117 2004-02-27  Simon Josefsson  <jas@extundo.com>
20118
20119         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20120         gnus-group-real-prefix.
20121         (gnus-summary-move-article): Use it, instead of
20122         gnus-group-real-prefix.
20123
20124 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20125
20126         * lpath.el: Bind w3m-safe-url-regexp.
20127
20128         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20129         w3m-safe-url-regexp variable buffer-local and set it as the value
20130         of mm-w3m-safe-url-regexp.
20131
20132         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20133
20134         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20135         parsing gnus-posting-styles when the message is not for replying.
20136
20137         * dgnushack.el: Autoload sgml-mode for XEmacs.
20138
20139         * nnrss.el (nnrss-opml-export):
20140         Use mm-set-buffer-file-coding-system instead of
20141         set-buffer-file-coding-system.
20142
20143 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20144
20145         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20146         of checkdoc.el).
20147         * nnrss.el: do.
20148         * gnus-mlspl.el: do.
20149         * gnus-ml.el: do.
20150         * gnus-srvr.el: do.
20151
20152         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20153
20154 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20155
20156         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20157         Corrections to custom-manual links.
20158
20159         * gnus-art.el (gnus-article): Ditto.
20160
20161         * mm-decode.el (mime-display, mime-security): Ditto.
20162
20163 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20164
20165         * flow-fill.el: Typo.
20166
20167 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20168
20169         * spam-wash.el: New file.
20170
20171 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20172
20173         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20174
20175 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20176
20177         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20178         to be run with new-articles as LIST1, not LIST2.
20179         (spam-registration-functions): Add spam-use-ham-copy as a nil
20180         registration backend.
20181
20182 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20183
20184         * spam-stat.el (spam-stat-washing-hook): New option.
20185         (spam-stat-buffer-words): Use it.
20186         (spam-stat-process-directory, spam-stat-test-directory):
20187         Use insert-file-contents-literally.
20188         (spam-stat-coding-system): New variable.
20189         (spam-stat-load, spam-stat-save): Use it.
20190
20191 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20192
20193         * spam-report.el (spam-report-plug-agent):
20194         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20195
20196 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20197
20198         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20199         Allow / in mailto URLs.
20200
20201 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20202
20203         * spam-report.el (spam-report-process-queue): Fix interactive use.
20204         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20205         (spam-report-unplug-agent): Doc fixes.
20206         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20207         (spam-report-agentize, spam-report-deagentize): Autoload.
20208
20209 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20210
20211         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20212
20213         * message.el (message-setup-fill-variables): Add mml tags to
20214         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20215         <ajk@iu.edu>.
20216         (message-mode): Don't modify paragraph-separate there.
20217
20218 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20219
20220         * compface.el (uncompface-use-external): Default to undecided.
20221         (uncompface-use-external-threshold): New variable.
20222         (uncompface-float-time): New macro.
20223         (uncompface): Determine whether to use the external decoder if
20224         uncompface-use-external is undecided.
20225
20226 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20227
20228         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20229         after images.
20230
20231         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20232
20233 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20234
20235         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20236
20237         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20238
20239         * gnus-sum.el (gnus-summary-limit-to-age)
20240         (gnus-summary-limit-children): do.
20241
20242         * gnus-int.el (gnus-request-scan): do.
20243
20244         * gnus-group.el (gnus-group-suspend): do.
20245
20246         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20247
20248         * gnus-cite.el (gnus-cite-parse-attributions): do.
20249
20250         * gnus-agent.el (gnus-summary-set-agent-mark)
20251         (gnus-agent-regenerate-group): do.
20252
20253         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20254
20255         * binhex.el (binhex-decode-region-internal): do.
20256
20257 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20258
20259         * gnus-fun.el (gnus-face-properties-alist): New user option.
20260         (gnus-display-x-face-in-from): Use it.
20261
20262         * gnus-art.el (article-display-face): Ditto.
20263
20264         * compface.el (uncompface-use-external): Default to nil.
20265
20266 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20267
20268         * nntp.el (nntp-erase-buffer): New function.
20269         (nntp-retrieve-data, nntp-send-command)
20270         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20271         (nntp-possibly-change-group): Use it.
20272
20273         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20274         Use with-current-buffer.
20275
20276 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20277
20278         * compface.el: Merge the ELisp-based uncompface program.
20279         (compface): New customization group.
20280         (uncompface-use-external): New user option.
20281         (uncompface): Call uncompface-internal if uncompface-use-external
20282         is nil.
20283         (uncompface-internal): New function.  Note that there are also
20284         some other functions and variables added for this function.
20285
20286 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20287
20288         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20289         if necessary.
20290
20291 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20292
20293         * spam-report.el (spam-report-unplug-agent)
20294         (spam-report-plug-agent, spam-report-deagentize)
20295         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20296         Add support for the Agent in spam-report: when unplugged, report to a
20297         file; when plugged, submit all the requests.
20298
20299         * spam.el (spam-register-routine): Fix message about
20300         registration.
20301
20302 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20303
20304         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20305         dependencies.
20306         (rfc2047-encode): Use it.
20307
20308         * gnus-art.el (gnus-button-marker-list): Move before first
20309         reference.
20310
20311         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20312         (imap-parse-body): Fix format string mismatch.
20313
20314         * gnus-score.el (gnus-summary-increase-score): do.
20315
20316         * nnrss.el (nnrss-close): New function.
20317
20318 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20319
20320         * nnrss.el (nnrss-make-filename): New function.
20321         (nnrss-request-delete-group, nnrss-read-server-data)
20322         (nnrss-save-server-data, nnrss-read-group-data)
20323         (nnrss-save-group-data): Use it.
20324         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20325         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20326         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20327
20328 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20329
20330         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20331
20332 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20333
20334         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20335         files.
20336
20337         * message.el (message-generate-headers-first): Don't quote nil
20338         and t in docstrings.
20339
20340         * imap.el (imap-id): do.
20341
20342         * gnus-agent.el (gnus-agent-consider-all-articles)
20343         (gnus-agent-queue-mail): do.
20344
20345 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20346
20347         * spam-report.el (spam-report-process-queue): New function.
20348         Process requests from `spam-report-requests-file'.
20349         (spam-report-process-queue): Doc fix.
20350
20351 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20352
20353         * spam.el (spam-register-routine)
20354         (spam-log-processing-to-registry, spam-log-registered-p)
20355         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20356         Change "check" to "spam-check" for semi-clarity.
20357
20358 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20359
20360         * pop3.el: Require nnheader.
20361
20362         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20363
20364         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20365
20366         * gnus-picon.el: Require cl.
20367
20368         * gnus-fun.el: Require gnus-ems and gnus-util.
20369
20370         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20371
20372         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20373
20374         * gnus-art.el (gnus-article-edit-mode): Define before first
20375         reference.
20376
20377 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20378
20379         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20380         (gnus-uu-post-encoded): Use point-at-bol.
20381
20382         * gnus-topic.el (gnus-group-active-topic-p): do.
20383
20384         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20385
20386         * gnus-group.el (gnus-group-kill-region): do.
20387
20388         * gnus-art.el (article-date-ut): do.
20389
20390         * message.el (message-fetch-field): Remove redundant
20391         case-fold-search binding.
20392         (message-narrow-to-field): Simplify.
20393
20394 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20395
20396         * spam.el (spam-directory): Derive from `gnus-directory'.
20397
20398         * spam-report.el (spam-report-url-to-file)
20399         (spam-report-requests-file): New function and variable for offline
20400         reporting.
20401         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20402         and user defined function.
20403         (spam-report-url-ping-mm-url): Remove doubled slash.
20404
20405 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20406
20407         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20408
20409 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20410
20411         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20412         Fix format string mismatch.
20413
20414         * sieve.el (sieve-deactivate-all): do.
20415
20416         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20417
20418         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20419
20420         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20421
20422         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20423
20424 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20425
20426         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20427         the list of checks.
20428
20429 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20430
20431         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20432         padding.
20433
20434 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20435
20436         * mm-view.el (mm-fill-flowed): New variable.
20437         (mm-inline-text): Use it.
20438
20439 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20440
20441         * spam.el (spam-spamassassin-register-ham-routine)
20442         (spam-spamassassin-register-spam-routine): Fix function names.
20443
20444 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20445
20446         * gnus.el (gnus-tmp-grouplens): Remove.
20447         (gnus-summary-line-format): Remove grouplens.
20448
20449         * gnus-group.el (gnus-group-line-format): Ditto.
20450
20451         * gnus-spec.el (gnus-format-specs): Ditto.
20452         (gnus-update-format-specifications): Flush the group format spec
20453         cache if there's the grouplens stuff.
20454         (gnus-parse-simple-format): Replace %l with the empty string.
20455
20456 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20457
20458         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20459         omission.
20460
20461 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20462
20463         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20464         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20465
20466 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20467
20468         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20469         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20470         New macros and functions.
20471         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20472         Handle > NLINK_MAX messages.
20473         * nnmaildir.el (nnmaildir-request-set-mark):
20474         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20475
20476 2004-01-25  Alex Schroeder  <alex@gnu.org>
20477
20478         * spam-stat.el (spam-stat-process-directory-age): New option.
20479         (spam-stat-process-directory): Use it.
20480
20481 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20482
20483         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20484         (spam-stat-save): Accept prefix argument.
20485
20486 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20487
20488         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20489         links" error.
20490
20491 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20492
20493         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20494         the rest of the and/or forms.
20495
20496 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20497
20498         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20499         compatibility with old .newsrc.eld files.
20500
20501         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20502
20503         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20504
20505         * gnus-start.el (gnus-1): do.
20506
20507         * gnus-group.el (gnus-group-line-format-alist): do.
20508
20509         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20510
20511         * gnus-gl.el: Remove.
20512
20513 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20514
20515         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20516         marks consisting of a single range {for example, (3 . 5)} rather
20517         than a list of a single range { ((3 . 5)) }.
20518
20519 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20520
20521         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20522         Use with-current-buffer.
20523         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20524         avoid consing a string.
20525
20526         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20527         Remove obsolete entries for big5 and gb2312.
20528
20529 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20530
20531         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20532         uncompressed list.
20533
20534 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20535
20536         * spam-stat.el (spam-stat-strip-xref): New function.
20537         (spam-stat-process-directory): Use it.
20538
20539         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20540         here -- it's done in message-fetch-field.
20541
20542 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20543
20544         * gnus-agent.el (gnus-agent-queue-mail)
20545         (gnus-agent-prompt-send-queue): New variables.
20546         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20547         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20548         "nndraft:queue" along to gnus-draft-send.
20549         Use gnus-agent-prompt-send-queue.
20550         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20551         is "nndraft:queue".  Suggested by Gaute Strokkenes
20552         <gs234@srcf.ucam.org>
20553
20554         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20555         (agent-enable-undownloaded-faces): Add.
20556         (gnus-agent-cat-groups): Use eval-and-compile, not
20557         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20558         method of gnus-agent-cat-groups even when the buffer has been
20559         evaled.
20560         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20561         delete gnus-agent-save-active-1.
20562         (gnus-agent-save-groups): Delete.  Identical to
20563         gnus-agent-save-active.
20564         (gnus-agent-write-active): No longer adjust agent's copy of active
20565         file as agent's adjustments are now stored in their own
20566         file.  Remove optional parameter.
20567         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20568         servers.  Add use of min/max range limits from server's local
20569         file.
20570         (gnus-agent-save-alist): Remove unused optional argument.
20571         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20572         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20573         (gnus-agent-set-local): A per-server file that keeps min/max range
20574         limits for articles known to the agent.  Provides a fast mechanism
20575         for altering many active ranges.
20576         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20577         active file (local makes it unnecessary).
20578         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20579
20580         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20581         (agent-enable-undownloaded-faces): Add.
20582
20583         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20584         disable it when sending to "nndraft:queue".
20585         (gnus-group-send-queue): Add safety check to avoid sending queue
20586         when unplugged.
20587
20588         * gnus-group.el (gnus-group-catchup): Use new
20589         gnus-sequence-of-unread-articles, not
20590         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20591         numbers of articles.  Use gnus-range-map to avoid having to
20592         uncompress the unread list.
20593         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20594         Fix invalid ange-ftp reference.
20595
20596         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20597         (gnus-sorted-range-intersection): Intersection of two ranges
20598         without requiring that they first be uncompressed.
20599
20600         * gnus-start.el (gnus-activate-group): Unless blocked by the
20601         caller, possibly expand the active range to include both cached
20602         and agentized articles.
20603         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20604         multiple version-dependent converters.
20605         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20606         gnus-agent-save-active.
20607         (gnus-save-newsrc-file): Save dirty agent range limits.
20608
20609         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20610         gnus-agent-possibly-alter-active.
20611         (gnus-adjust-marked-articles): Faster handling of simple lists.
20612
20613 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20614
20615         * spam-stat.el (spam-stat-test-directory): New optional argument
20616         displays a list of files detected.  Suggested by Andrew Cohen
20617         <cohen@andy.bu.edu>.
20618         (spam-stat-buffer-words-with-scores): Don't narrow and change
20619         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20620
20621 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20622
20623         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20624         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20625         (spam-spamassassin-arguments)
20626         (spam-spamassassin-spam-flag-header)
20627         (spam-spamassassin-positive-spam-flag-header)
20628         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20629         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20630         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20631         (spam-list-of-processors, spam-list-of-checks)
20632         (spam-list-of-statistical-checks, spam-registration-functions)
20633         (spam-check-spamassassin-headers, spam-check-spamassassin)
20634         (spam-spamassassin-score)
20635         (spam-spamassassin-register-with-sa-learn)
20636         (spam-spamassassin-register-spam-routine)
20637         (spam-spamassassin-register-ham-routine)
20638         (spam-assassin-register-spam-routine)
20639         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20640         (spam-bogofilter-score): Fix to show article before scoring.
20641
20642 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20643
20644         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20645         default scoring function.
20646         (spam-generic-score): Call spam-spamassassin-score if
20647         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20648         spam-bogofilter-score otherwise.
20649
20650         * gnus.el (spam-process, spam-autodetect-methods):
20651         Add spamassassin and spamassassin-headers.
20652
20653 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20654
20655         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20656         Suppress unnecessary messages.
20657
20658 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20659
20660         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20661         make-hash-table.
20662
20663 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20664
20665         * canlock.el (base64-encode-string): Don't autoload it.
20666
20667 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20668
20669         * run-at-time.el: Remove useless (require 'itimer),
20670         eval-and-compile and (featurep 'xemacs).
20671
20672 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20673
20674         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20675         GROUP is a virtual group.
20676
20677 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20678
20679         * gnus.el: Autoload `message-y-or-n-p'.
20680
20681 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20682
20683         * pgg-parse.el: Remove unnecessary (require 'custom).
20684
20685         * pgg-def.el: do.
20686
20687         * nnmail.el: do.
20688
20689         * gnus-undo.el: do.
20690
20691         * gnus-picon.el: do.
20692
20693         * gnus-util.el: do.
20694
20695 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20696
20697         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20698
20699 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20700
20701         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20702         handle, as well as a list.
20703
20704         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20705         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20706         (mm-w3m-cid-retrieve): Simplify.
20707
20708 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20709
20710         * message.el (message-kill-to-signature): Allow prefix arg to
20711         specify number of lines to keep before signature.
20712
20713 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20714
20715         * message.el (message-kill-to-signature): Change docstring.
20716
20717 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20718
20719         * canlock.el: Always require sha1-el.
20720         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20721
20722         * message.el: Autoload sha1 only when compiling.
20723
20724         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20725         eudc-expand-inline for XEmacs.
20726
20727 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20728
20729         * message.el (message-canlock-generate): Require sha1-el.
20730
20731 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20732
20733         * message.el (message-expand-name): Silence the byte compiler.
20734
20735         * lpath.el: Add detect-coding-system.
20736
20737         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20738         cus-edit.
20739
20740 2004-01-13  Simon Josefsson  <jas@extundo.com>
20741
20742         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20743         Invoke gnus-score-mode.
20744         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20745
20746         * gnus-range.el (gnus-compress-sequence): Doc fix.
20747         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20748
20749 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20750
20751         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20752
20753 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20754
20755         * spam.el (spam-get-article-as-string): Update to use
20756         gnus-request-article-this-buffer, much simpler.
20757         (spam-get-article-as-buffer): Remove.
20758
20759 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20760
20761         * message.el (message-expand-name): Use EUDC if the user uses that.
20762
20763 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20764
20765         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20766         character for the encoding to avoid consing a string.
20767
20768         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20769         unnecessarily.
20770
20771         * mm-util.el (mm-replace-chars-in-string): Remove.
20772
20773         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20774         of mm-replace-chars-in-string.
20775
20776 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20777
20778         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20779
20780         * mm-util.el (mm-subst-char-in-string): Support inplace.
20781
20782         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20783         a new string in every iteration.  Use shy groups.
20784
20785 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20786
20787         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20788         * gnus-soup.el (gnus-soup-group-brew):
20789         * gnus-msg.el (gnus-put-message):
20790         * gnus-move.el (gnus-group-move-group-to-server):
20791         * gnus-kill.el (gnus-batch-score):
20792         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20793         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20794         (gnus-group-update-group, gnus-group-read-group)
20795         (gnus-group-make-group, gnus-group-make-help-group)
20796         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20797         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20798         (gnus-group-sort-by-unread, gnus-group-catchup)
20799         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20800         (gnus-group-yank-group, gnus-group-set-info)
20801         (gnus-group-list-groups):
20802         * gnus.el (gnus-generate-new-group-name):
20803         * gnus-delay.el (gnus-delay-send-queue):
20804         * nnvirtual.el (nnvirtual-catchup-group):
20805         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20806         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20807         (gnus-group-prepare-topics, gnus-topic-check-topology):
20808         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20809         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20810         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20811         (gnus-group-make-articles-read):
20812         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20813         (gnus-group-change-level, gnus-kill-newsgroup)
20814         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20815         (gnus-get-unread-articles, gnus-make-articles-unread)
20816         (gnus-make-ascending-articles-unread): Use accessor
20817         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20818         to get group information for improved readability.
20819
20820
20821 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20822
20823         * gnus-art.el (article-decode-mime-words, article-babel)
20824         (gnus-article-highlight-signature, gnus-article-add-buttons)
20825         (gnus-signature-toggle): Use gnus-with-article-buffer.
20826
20827         * gnus-art.el (gnus-article-highlight-headers)
20828         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20829
20830         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20831         (gnus-article-set-globals, gnus-request-article-this-buffer)
20832         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20833         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20834         (gnus-mime-display-alternative): Use with-current-buffer.
20835
20836 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20837
20838         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20839         also under 80 char limit, and call gnus-error if needed.
20840         (spam-fetch-article-header): Fix - it was a
20841         buffer-local variable (gnus-newsgroup-data).
20842         (spam-find-spam): Use spam-generate-fake-headers, forget about
20843         spam-insert-fake-headers.
20844         (spam-insert-fake-headers): Remove.
20845
20846 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20847
20848         * deuglify.el (gnus-article-outlook-unwrap-lines)
20849         (gnus-outlook-rearrange-article)
20850         (gnus-outlook-repair-attribution-outlook)
20851         (gnus-outlook-repair-attribution-block)
20852         (gnus-outlook-repair-attribution-other): Remove redundant
20853         save-excursion.
20854
20855 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20856
20857         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20858         (spam-fetch-field-subject-fast)
20859         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20860         (spam-fetch-article-header): Add functions to deal with Gnus
20861         internals for fast retrieval of article header data.
20862         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20863
20864 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20865
20866         * pop3.el (pop3-md5): Remove.
20867         (pop3-apop): Replace pop3-md5 with md5.
20868
20869         * mm-bodies.el: base64 is always built-in.
20870
20871         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20872         Use with-current-buffer.
20873
20874 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20875
20876         * canlock.el (canlock-insert-header): Remove excessive grouping in
20877         regexp.
20878
20879         * gnus-sum.el (gnus-summary-read-document): Ditto.
20880
20881         * gnus-uu.el (gnus-uu-part-number): Ditto.
20882
20883         * html2text.el (html2text-remove-tags): Ditto.
20884         (html2text-format-tags): Ditto.
20885         (html2text-format-single-elements): Ditto.
20886
20887         * mml.el (mml-parse-1): Ditto.
20888
20889 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20890
20891         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20892
20893         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20894
20895         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20896
20897         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20898
20899 2003-11-15  Simon Josefsson  <jas@extundo.com>
20900
20901         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20902         (pgg-gpg-lookup-key): Use regexp match instead of
20903         split-string (split-string is different between emacs 21.2 and
20904         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20905
20906 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20907
20908         * gnus-art.el (gnus-mime-view-all-parts)
20909         (gnus-article-part-wrapper, gnus-article-view-part):
20910         Use with-current-buffer.
20911
20912 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20913
20914         * spam.el (spam-disable-spam-split-during-ham-respool)
20915         (spam-spamoracle-database, spam-cache-lookups)
20916         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20917         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20918         (spam-group-ham-marks, spam-group-spam-marks)
20919         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20920         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20921         also add spam-use-blackholes to the statistical checks.
20922         (spam-fetch-field-fast): Add interface to fetching fields, may
20923         become a macro.
20924         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20925         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20926         (spam-insert-fake-headers): Fake an article when needed.
20927         (spam-find-spam): Fake article when possible.
20928         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20929         (spam-check-bogofilter-headers): Use message-fetch-field instead
20930         of nnmail-fetch-field.
20931
20932 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20933
20934         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20935
20936 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20937
20938         * spam.el (spam-split): Do not require spam-use-CHECK to be
20939         enabled if that check is passed to spam-split explicitly; also
20940         fix so 'spam doesn't get converted to spam-split-group when
20941         spam-split-symbolic-return is t.
20942         (spam-find-spam): Find registrations of the article and use those
20943         instead of re-running spam-split to find the spam/ham
20944         classification of the article.
20945         (spam-log-processing-to-registry, spam-log-registered-p)
20946         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20947         Use gnus-error instead of gnus-message.
20948         (spam-log-registration-type): Add function to determine the
20949         classification of a message based on registry entries; will
20950         return nil if both 'spam and 'ham are found.
20951         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20952         a reasonably fast local cache without the loading errors.
20953         (spam-cache-lookups): Set to t by default.
20954         (spam-find-spam): Don't try to guess spam-cache-lookups.
20955         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20956         spam-caches entry.
20957         (spam-filelist-build-cache, spam-filelist-check-cache):
20958         Fix caching of whitelist/blacklist entries.
20959         (spam-check-whitelist, spam-check-blacklist):
20960         Invoke spam-from-listed-p with a type, not a cache variable.
20961         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20962
20963 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20964
20965         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20966
20967         * nnmail.el (nnmail-split-fancy): do.
20968
20969         * mml.el (mml-parse): do.
20970
20971         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20972         (gnus-score-adaptive): do.
20973
20974 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20975
20976         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20977         (gnus-mime-button-map): Don't set keymap parent.
20978         (gnus-button-ctan-directory-regexp): Use shy grouping.
20979         (gnus-prev-page-map): Don't set keymap parent.
20980         (gnus-prev-page-map): Remove duplicated one.
20981         (gnus-next-page-map): Don't set keymap parent.
20982         (gnus-mime-security-button-map): Ditto.
20983
20984         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20985         version number.
20986
20987         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20988
20989 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20990
20991         * canlock.el (canlock-sha1-function): Remove.
20992         (canlock-sha1-function-for-verify): Remove.
20993         (canlock-openssl-program): Remove.
20994         (canlock-openssl-args): Remove.
20995         (canlock-ignore-errors): Remove.
20996         (canlock-sha1-with-openssl): Remove.
20997         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20998         (canlock-verify): Don't use canlock-ignore-errors.
20999
21000         * sha1-el.el (sha1-string-external): Make it can return a string
21001         in binary form.
21002         (sha1-region-external): Ditto.
21003         (sha1-string-internal): Ditto.
21004         (sha1-region-internal): Ditto.
21005         (sha1-region): Ditto.
21006         (sha1-string): Ditto.
21007         (sha1): Ditto.
21008
21009 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21010
21011         * spam.el (spam-report-articles-gmane): New command.
21012
21013 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21014
21015         * gnus.el: Don't make unnecessary *Group* buffer when loading.
21016
21017         * run-at-time.el (run-at-time-saved): Remove.
21018         (run-at-time): Doc fix.
21019
21020 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21021
21022         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21023         (gnus-summary-limit-map): Add it.
21024         (gnus-summary-make-menu-bar): do.
21025
21026 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
21027
21028         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21029         Make attempt at some caching support (done for BBDB only now).
21030         (spam-find-spam): Set spam-cache-lookups if there are more than 2
21031         addresses to be checked.
21032         (spam-clear-cache-BBDB): Add function, to be invoked by
21033         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21034         (spam-check-BBDB): Check and use the caches, if
21035         spam-cache-lookups is on, remove superfluous (provide).
21036
21037 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
21038
21039         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21040
21041 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
21042
21043         * run-at-time.el (run-at-time-saved): Move to after the definition
21044         of `run-at-time'.
21045
21046         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
21047
21048 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21049
21050         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21051         mm-w3m-local-map-property.
21052
21053         * mm-view.el (mm-w3m-mode-map): Remove.
21054         (mm-w3m-local-map-property): Remove.
21055         (mm-inline-text-html-render-with-w3m): Don't use
21056         mm-w3m-local-map-property.
21057
21058 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21059
21060         * run-at-time.el: New file.
21061
21062         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
21063         under Emacs.
21064
21065         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21066         of gnus-set-text-properties.
21067
21068         * gnus-uu.el (gnus-uu-save-article): Ditto.
21069
21070         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21071
21072         * gnus-cite.el (gnus-cite-parse): Ditto.
21073
21074         * gnus-art.el (gnus-button-push): Use set-text-properties instead
21075         of gnus-.
21076
21077         * gnus-xmas.el (run-at-time): Require run-at-time.
21078
21079         * gnus.el: Change calls to nnheader-run-at-time and
21080         password-run-at-time throughout to use run-at-time directly.
21081
21082         * password.el: Remove definition of run-at-time.
21083
21084         * nnheaderxm.el: Remove definition of run-at-time.
21085
21086 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
21087
21088         * mml.el (mml-minibuffer-read-disposition): Show attachment type
21089         in prompt.
21090
21091 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21092
21093         * messagexmas.el (message-xmas-redefine): Alias
21094         `message-make-caesar-translation-table' to
21095         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
21096         version.
21097
21098         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
21099         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
21100         `gnus-xmas-set-text-properties'.
21101         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
21102         `gnus-xmas-completing-read'.
21103         (gnus-xmas-completing-read): Removed.
21104         (gnus-xmas-open-network-stream): Removed.
21105
21106         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21107         XEmacs version.
21108
21109         * dns.el (dns-make-network-process): Use `open-network-stream'
21110         instead of `gnus-xmas-open-network-stream'.
21111
21112         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
21113
21114         * .cvsignore: Add auto-autoloads.el, custom-load.el.
21115
21116 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21117
21118         * gnus-art.el (gnus-mime-display-alternative)
21119         (gnus-insert-mime-button, gnus-insert-mime-security-button)
21120         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21121         Don't use gnus-local-map-property.
21122
21123         * gnus-util.el (gnus-local-map-property): Remove.
21124
21125         * mm-view.el (mm-view-pkcs7-decrypt):
21126         Replace gnus-completing-read-maybe-default with completing-read.
21127
21128         * gnus-util.el (gnus-completing-read): do.
21129         (gnus-completing-read-maybe-default): Remove.
21130
21131 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21132
21133         * password.el: Only autoload `run-at-time' if not XEmacs.
21134         Only autoload the itimer functions if XEmacs.
21135
21136 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21137
21138         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
21139         XEmacsen.
21140
21141         * dgnushack.el: Autoload executable-find for XEmacs.
21142
21143 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21144
21145         * gnus-art.el (gnus-read-string): Remove.
21146         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21147         read-string.
21148
21149 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21150
21151         * netrc.el: Autoload password-read.
21152         (netrc): Add configuration group.
21153         (netrc-encoding-method, netrc-openssl-path):
21154         Add variables for encoding and decoding of files with symmetric
21155         ciphers.
21156         (netrc-encode): Add assistant function to encode a file with
21157         netrc-encoding-method.
21158         (netrc-parse): Add interactive parameter, added optional
21159         decoding if netrc-encoding-method is non-nil but otherwise
21160         behavior is standard.
21161         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21162         Do s/encode/encrypt/ everywhere.
21163
21164         * spam.el: Remove executable-find autoload.
21165
21166 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21167
21168         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21169
21170         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21171
21172 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21173
21174         * gnus-art.el (gnus-treat-ansi-sequences)
21175         (article-treat-ansi-sequences): New variable and function.
21176         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21177
21178         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21179         Use it.
21180
21181 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21182
21183         * mm-util.el (mm-quote-arg): Remove.
21184
21185         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21186         shell-quote-argument.
21187
21188         * gnus-uu.el (gnus-uu-command): do.
21189
21190         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21191
21192         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21193         with make-char.
21194
21195         * mm-util.el (mm-make-char): Remove.
21196
21197         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21198         add-minor-mode.
21199
21200         * gnus-undo.el (gnus-undo-mode): do.
21201
21202         * gnus-topic.el (gnus-topic-mode): do.
21203
21204         * gnus-sum.el (gnus-dead-summary-mode): do.
21205
21206         * gnus-start.el (gnus-slave-mode): do.
21207
21208         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21209
21210         * gnus-ml.el (gnus-mailing-list-mode): do.
21211
21212         * gnus-gl.el (gnus-grouplens-mode): do.
21213
21214         * gnus-draft.el (gnus-draft-mode): do.
21215
21216         * gnus-dired.el (gnus-dired-mode): do.
21217
21218         * gnus-ems.el (gnus-add-minor-mode): Remove.
21219
21220         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21221         Replace gnus-char-width with char-width.
21222
21223         * gnus-ems.el (gnus-char-width): Remove.
21224
21225         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21226         Replace gnus-char-width with char-width.
21227
21228         * gnus-ems.el (gnus-char-width): Remove.
21229
21230         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21231         definition.
21232         Remove Emacs 20 hash table compatibility code.
21233
21234         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21235         20 compatibility code.
21236
21237         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21238
21239         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21240
21241         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21242         Replace with point-at-{eol,bol}.
21243
21244         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21245
21246         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21247
21248         * flow-fill.el (fill-flowed-point-at-bol)
21249         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21250
21251         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21252         Replace with point-at-{eol,bol} throughout all files.
21253
21254 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21255
21256         * ntlm.el (ntlm-string-as-unibyte): New macro.
21257         (ntlm-build-auth-response): Use it.
21258
21259         Remove Emacs 20 stuff:
21260         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21261         (butlast, mapc, remove): Remove the compiler macros.
21262         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21263         of delq and copy-sequence.
21264         * gnus-art.el (popup-menu): Remove the compiler macro.
21265         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21266         Emacs 20.
21267
21268 2004-01-05  Simon Josefsson  <jas@extundo.com>
21269
21270         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21271         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21272         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21273         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21274         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21275         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21276         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21277         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21278         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21279         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21280         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21281         string-xor into ntlm-string-xor.
21282         Suggested by Jesper Harder <harder@myrealbox.com>.
21283
21284         * ntlm.el: Don't include poem.
21285
21286         * md4.el (print-int32, print-string-hexa): Remove.
21287         Suggested by Jesper Harder <harder@myrealbox.com>.
21288
21289         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21290
21291         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21292         probably breaks emacs with DL patch, but do we care? Is anyone
21293         still using the DL stuff?)
21294
21295         * sieve-manage.el: Use the password package.
21296         (sieve-manage-read-passwd): Remove.
21297         (sieve-manage-interactive-login): Use password.  Re-add
21298         condition-case around loop.
21299
21300         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21301         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21302         Use the password package.
21303
21304 2003-02-19  Simon Josefsson  <jas@extundo.com>
21305
21306         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21307         token.
21308
21309 2002-08-07  Simon Josefsson  <jas@extundo.com>
21310
21311         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21312         (sieve-manage-authenticators):
21313         (sieve-manage-authenticator-alist): Add some SASL mechs.
21314         (sieve-sasl-auth): New function.
21315         (sieve-manage-cram-md5-auth):
21316         (sieve-manage-plain-auth): Rewrite using SASL library.
21317         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21318         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21319         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21320         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21321
21322 2004-01-05  Simon Josefsson  <jas@extundo.com>
21323
21324         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21325         New files.
21326
21327 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21328
21329         * gnus-group.el (gnus-no-groups-message): Update.
21330
21331         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21332
21333 2003-11-09  Simon Josefsson  <jas@extundo.com>
21334
21335         * imap.el: Support for ID IMAP extension (RFC 2971).
21336         (imap-local-variables): Add imap-id.
21337         (imap-id): New variable.
21338         (imap-id): New function.
21339         (imap-parse-response): Parse untagged ID response.
21340         * nnimap.el (nnimap-id): New variable.
21341         (nnimap-open-connection): Use it.
21342
21343 2003-12-28  Simon Josefsson  <jas@extundo.com>
21344
21345         * gnus-score.el (gnus-score-edit-all-score): New.
21346         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21347
21348 2004-01-04  Simon Josefsson  <jas@extundo.com>
21349
21350         * password.el: Add.
21351
21352 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21353
21354         * dns.el (dns-query-types): Fix typo.
21355         (dns-query-types): New function.
21356         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21357         PTR and SOA replies, see RFC 1035.
21358
21359 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21360
21361         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21362
21363         * Move to Changelog.2.
21364
21365 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21366
21367         * gnus.el (gnus-version-number): Bump version.
21368
21369 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21370
21371         * gnus.el: No Gnus v0.1 is released.
21372
21373 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21374
21375         * gnus.el: No Gnus v0.0 is released.
21376
21377 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21378
21379         * gnus.el (gnus-version-number): Bump.
21380         (gnus-version): No.
21381
21382 See ChangeLog.2 for earlier changes.
21383
21384   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21385
21386   This file is part of GNU Emacs.
21387
21388   GNU Emacs is free software: you can redistribute it and/or modify
21389   it under the terms of the GNU General Public License as published by
21390   the Free Software Foundation, either version 3 of the License, or
21391   (at your option) any later version.
21392
21393   GNU Emacs is distributed in the hope that it will be useful,
21394   but WITHOUT ANY WARRANTY; without even the implied warranty of
21395   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21396   GNU General Public License for more details.
21397
21398   You should have received a copy of the GNU General Public License
21399   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21400
21401 ;; Local Variables:
21402 ;; coding: utf-8
21403 ;; fill-column: 79
21404 ;; add-log-time-zone-rule: t
21405 ;; End: