2ea13bd18a40707bee913649c53827627e94f1cf
[gnus] / lisp / ChangeLog
1 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * auth-source.el (auth-source-read-char-choice): New function to read a
4         character choice using `dropdown-list', `read-char-choice', or
5         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
6         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.
7         (auth-source-netrc-saver): Use it.
8
9 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
10
11         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
12         parameter in the credentials.
13         (nnimap-open-connection-1): Use it after a successful login.
14         (nnimap-credentials): Add IMAP-specific user and password prompt.
15
16         * auth-source.el (auth-source-search): Add :require parameter, taking a
17         list.  Document it and the :save-function return token.  Pass :require
18         down.  Change the CREATED message from a warning to a debug statement.
19         (auth-source-search-backends): Pass :require down.
20         (auth-source-netrc-search): Pass :require down.
21         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
22         Change save prompt to indicate all modifications saved here are
23         deletions.
24         (auth-source-netrc-create): Take user login name as default in user
25         prompt.  Move all the save functionality to a lexically bound function
26         under the :save-function token in the returned list.  Set up clearer
27         default prompts for user, host, port, and secret.
28         (auth-source-netrc-saver): New function, intended to be wrapped for
29         :save-function.
30
31 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
32
33         * shr.el (shr-table-horizontal-line): Change the defaults for the table
34         lines to be spaces instead.
35
36 2011-03-07  Julien Danjou  <julien@danjou.info>
37
38         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
39         (sieve-sasl-auth): Check that auth-source-search did return something,
40         or just return an empty string.
41
42 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
43
44         * gnus.el (gnus-interactive): Use read-directory-name.
45
46         * gnus-uu.el (gnus-uu-decode-uu-and-save)
47         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
48         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
49         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
50         Likewise.
51
52         * gnus-group.el (gnus-group-make-directory-group): Likewise.
53
54 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
55
56         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
57         onto the list of killed groups, too.  This makes killed nnimap groups,
58         for instance, more reliably not reappear.
59
60         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
61         the parent.
62
63         * gnus-sum.el (gnus-update-read-articles): Fix typo.
64
65         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
66         really have server-side marks.
67
68         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
69         since most backends do not usefully have server-side marks.
70         (gnus-update-read-articles): Propagate marks to all backends that
71         really have server-side marks.
72
73 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
74
75         * message.el (message-cite-reply-position, message-cite-style): New
76         variables.
77         (message-yank-original): Use the new citation styles.
78
79 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
80
81         * message.el (message-options): Revert 22da67af (workaround for XEmacs
82         buffer-local issue); don't mark it buffer-local when running under
83         XEmacs.
84
85 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
86
87         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
88         numbers too big to be `read'.
89
90 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
91
92         * password-cache.el (password-in-cache-p): Add autoload.
93
94         * message.el (message-options): Make buffer-local two ways to attempt
95         to fix a XEmacs bug.
96
97 2011-03-02  Julien Danjou  <julien@danjou.info>
98
99         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
100
101 2011-03-01  Julien Danjou  <julien@danjou.info>
102
103         * gnus-art.el (list-identifier): Add list-identifier as a parameter
104         group.
105         (article-hide-list-identifiers): Use list-identifier group parameter.
106
107 2011-02-28  Julien Danjou  <julien@danjou.info>
108
109         * sieve.el (sieve-buffer-script-name): New local variable to store
110         sieve script name.
111         (sieve-edit-script): Store sieve script name.
112         (sieve-upload): Use sieve script name when uploading.
113         (sieve-upload): Use substitute-command-keys.
114         (sieve-edit-script): Use substitute-command-keys.
115         (sieve-refresh-scriptlist): Use substitute-command-keys.
116         (sieve-manage-mode-map): Define keymap properly.
117         (sieve-manage-mode): Do not set mode name manually, change mode-name to
118         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
119         Remove commented code about cvs.
120         (sieve-manage-quit): New function.
121         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
122
123 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
124
125         * gnus-group.el (gnus-import-other-newsrc-file): New function.
126
127 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
128
129         * auth-source.el (auth-source-search): Cache empty result sets.
130
131         * password-cache.el (password-in-cache-p): Convenience function to
132         check if a key is in the cache, even if the value is nil.
133
134         * auth-source.el (auth-source-save-behavior): New variable to replace
135         `auth-source-never-create'.
136         (auth-source-netrc-create): Use it.
137         (auth-source-never-save): Remove.
138
139 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
140
141         * nnimap.el (nnimap-stream): Doc fix.
142         (nnimap-open-connection-1): Reverse the order of the ports to that the
143         prompted-for port is first.
144
145         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
146         retrieval by the no-group selection.
147
148         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
149         numerical parameters.
150
151 2011-02-25  Julien Danjou  <julien@danjou.info>
152
153         * gnus-gravatar.el: Use gnus-with-article-buffer.
154
155         * gnus-art.el (gnus-with-article-buffer): Check that the
156         gnus-article-buffer is alive.
157
158 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
159
160         * auth-source.el (auth-source-creation-prompts): New variable to manage
161         creation-time prompts.
162         (auth-source-search): Document it.
163         (auth-source-format-prompt): Add utility function.
164         (auth-source-netrc-create): Don't default the user name to
165         user-login-name.  Use `auth-source-creation-prompts' and some default
166         prompts for user, host, port, and password (the default generic prompt
167         remains ugly).
168         (auth-source-never-save): Add customizable option to never save info.
169         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
170         mode excursion.
171
172 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
173
174         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
175         argument that XEmacs doesn't support.
176
177         * dgnushack.el (dgnushack-compile): Exclude color.el from being
178         compiled for Emacsen having no `libxml-parse-html-region' support.
179
180         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
181
182         * lpath.el: Bind buffer-save-without-query for XEmacs.
183
184 2011-02-23  Julien Danjou  <julien@danjou.info>
185
186         * gnus-art.el (article-make-date-line): Ignore errors if time is
187         invalid and not convertible.
188         (article-make-date-line): Only add lapsed time if time is not nil.
189
190 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
191
192         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
193         `read-char-choice' for backwards compatibility.
194         (auth-source-netrc-element-or-first): New function to DTRT for
195         parameter extraction.
196         (auth-source-netrc-create): Use it and fix multiple parameter print
197         bug.  Use the default passed from above (given-default) or the
198         built-in (user-login-name for :user).
199
200 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
201
202         * gnus-start.el (gnus-dribble-read-file): Set
203         buffer-save-without-query, since we always want to save the dribble
204         file, probably.
205
206         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
207         nnimap.
208
209         * gnus-sum.el (gnus-user-date-format-alist): Renamed back again from
210         -summary- since it's a user-visible variable.
211
212         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
213         first time you use the new Gnus.
214
215 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
216
217         * auth-source.el: Don't load netrc.el.
218         (auth-sources): Search ~/.netrc as well by default.
219         (auth-source-debug): Add 'trivia option for extra output.
220         (auth-source-do-trivia): Use it.
221         (auth-source-search): Simplify logic to use
222         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
223         appropriate.  Don't keep a running count at this level.  Layer :create
224         and :delete options appropriately on the first and second passes.
225         Don't track the backend with the search results.
226         (auth-source-search-backends): New function to search a list of
227         backends for a processed spec.
228         (auth-source-netrc-parse): Cache all netrc files, making
229         auth-source-netrc-cache an alist keyed by the file name and using the
230         file mtime as the caching criterion.  Keep the obfuscated data secret
231         with a lexical bind.
232         (auth-source-netrc-search): Don't calculate the length of the results
233         unnecessarily.
234         (auth-source-search-backends): Fix bug.
235         (auth-source-netrc-create): Rework prompts.
236
237 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
238
239         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
240         Lower case names of search constraints.
241         (nnir-run-query): Cache and reuse search constraints for all imap
242         servers.
243
244 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
245
246         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
247         after exit.
248         (gnus-setup-message): Define missing variable from last checkin.
249
250         * gnus-sum.el (gnus-summary-show-article): When called with t as the
251         value, show the raw article.
252
253 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
254
255         * gnus.el: No Gnus v0.13 is released.
256
257 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
258
259         * nnimap.el (nnimap-open-connection-1): Revert last change, since
260         auth-source now accepts numbers.
261
262         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
263         spec, too.
264         (auth-source-ensure-strings): New function.
265
266         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
267         (gnus-article-setup-buffer): Always restart the date timer so that user
268         changes to the frequency is respected.
269
270         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
271         port numbers, so make sure it gets that if nnimap-server-port is
272         explicit.
273
274 2011-02-21  Simon Josefsson  <simon@josefsson.org>
275
276         * nnimap.el (nnimap-inbox): Doc fix.
277
278 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
279
280         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
281         Autoload.  Add optional arg FRAME, and pass it to color-values.
282         (color-complement): Caller changed.  Doc fix.
283         (color-gradient): Rewrite for better clarity and efficiency.
284
285 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
286
287         * shr-color.el (shr-color->hexadecimal): Use renamed function names
288         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
289         color-lab-to-srgb.
290
291 2011-02-20  Drew Adams  <drew.adams@oracle.com>
292
293         * color.el: First part of merge from hexrgb.el.
294         (color-rgb-to-hex): Rename from color-rgb->hex.
295         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
296         saturation to zero if the value is too small.
297         (color-rgb-to-hsl): Rename from color-rgb->hsl.
298         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
299         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
300         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
301         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
302         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
303         (color-cie-de2000): Doc fix.
304
305 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
306
307         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
308         given method as in the group name if we're using an extended method.
309         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
310         command, if we're using that, instead of waiting for the beginning.
311
312         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
313         we're sure to get unique server names, and we don't output two async
314         commands in the same buffer.  This fixes an NNTP hang for some users.
315
316 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
317
318         * gnus.el: No Gnus v0.11 is released.
319
320 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
321
322         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
323         summary buffer before reading going to the next buffer.  This avoids
324         putting the point in the group buffer if you `C-g' the command.
325
326         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
327         cache (for now) to make ~/.authinfo.gpg files usable.
328
329         * nnfolder.el (copyright-update): Define for the compiler.
330
331         * auth-source.el (auth-source-search): Fix unbound variable.
332
333 2011-02-19  Glenn Morris  <rgm@gnu.org>
334
335         * gnus.el (gnus-meta): Doc fix.
336
337 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
338
339         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
340         in case it's not yet loaded.
341
342 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
343
344         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
345         line we're waiting for.
346
347 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
348
349         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
350         face with line-width greater than zero will cause RET in gnus summary
351         buffer to scroll down article page-wise because auto vscroll happens,
352         it should be temporalily disabled when doing a scroll-up.
353
354 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
355
356         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
357         outputs from the server.
358
359 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
360
361         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
362         later so that bbdb can hook in easier.
363
364 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
365
366         * auth-source.el (auth-source-search): Don't try to create credentials
367         if the caller doesn't want that.
368         (auth-source-search): If we don't find a match, don't bug out on
369         non-bound variables.
370         (auth-source-search): Only ask a single backend to create the
371         credentials.
372
373         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
374         logging.
375         (nnimap-credentials): Protect against auth-source-search returning nil.
376         (nnimap-request-list): Protect against not being able to open the
377         server.
378
379 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
380
381         * auth-source.el (auth-source-search): Do a two-phase search, one with
382         no :create to get the responses from all backends.
383
384         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
385         when getting credentials.
386
387         * gnus-util.el (gnus-delete-duplicates): New function.
388
389 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
390
391         * nnimap.el (nnimap-credentials): Instead of picking the first port as
392         a creation default, pass the whole port list down.  It will be
393         completed.
394
395         * auth-source.el (auth-source-search): Updated docs to talk about
396         multiple creation choices.
397         (auth-source-netrc-create): Accept a list as a value (from the search
398         parameters) and do completion on that list.  Keep a separate netrc line
399         with the password obscured for showing the user.
400
401         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
402         first choice to `auth-source-search' so it will be used for entry
403         creation instead of the server's Gnus-specific name.
404         (nnimap-credentials): Rely on the auth-source library to select which
405         port is actually wanted in the new netrc entry, so don't override
406         `auth-source-creation-defaults'.
407
408         * auth-source.el (auth-source-netrc-parse): Use :port instead of
409         :protocol and accept a missing user, host, or port as a wildcard match.
410         (auth-source-debug): Default to off.
411
412         (auth-source-netrc-search, auth-source-netrc-create)
413         (auth-source-secrets-search, auth-source-secrets-create)
414         (auth-source-user-or-password, auth-source-backend, auth-sources)
415         (auth-source-backend-parse-parameters, auth-source-search): Use :port
416         instead of :protocol.
417
418         * nnimap.el (nnimap-credentials): Pass a port default to
419         `auth-source-search' in case an entry needs to be created.
420         (nnimap-open-connection-1): Use :port instead of :protocol.
421
422 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
423
424         * auth-source.el: Bind load-path when loading EIEIO from
425         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
426         21.4 doesn't support, to `require'.
427         (auth-source-secrets-search): Use mm-delete-duplicates instead of
428         delete-dups that is not available in XEmacs 21.4.
429
430 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
431
432         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
433         as EIEIO must also be loaded when auth-source.el is being
434         byte-compiled.
435
436 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
437
438         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
439
440         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
441
442         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
443
444         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
445
446         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
447
448         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
449
450         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
451
452         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
453         necessary.
454
455 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
456
457         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
458         nil means that nnimap doesn't get updated.
459
460 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
461
462         * auth-source.el (auth-source-netrc-create): Return a synthetic search
463         result when the user doesn't want to write to the file.
464         (auth-source-netrc-search): Expect a synthetic result and proceed
465         accordingly.
466         (auth-source-cache-expiry): New variable to override
467         `password-cache-expiry'.
468         (auth-source-remember): Use it.
469
470         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
471         parameter.  Create entry if necessary by using :create t.
472         (nnimap-open-connection-1): Don't pass `inhibit-create'.
473
474 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
475
476         * auth-source.el (auth-source-debug): Enable by default and don't
477         mention the obsolete `auth-source-hide-passwords'.
478         (auth-source-do-warn): New function to debug unconditionally.
479         (auth-source-do-debug): Use it.
480         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
481         and for Secrets API entries when the secrets.el library is not
482         available.
483
484 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
485
486         * gnus-sum.el (gnus-propagate-marks): Default to nil.
487         (gnus-summary-exit): Kill the correct article buffer on exit from a
488         `C-d' group.
489
490         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
491         gnus-propagate-marks.
492
493         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
494         before killing the buffers so that a non-full window conf gets handled
495         correctly.
496         (gnus-summary-exit): Ditto.
497         (gnus-summary-read-group-1): Ditto.
498
499         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
500         async code again so that we can debug it properly.
501
502         * message.el (message-reply): Take an optional switch-buffer parameter
503         so that Gnus window confs are respected better.
504
505 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
506
507         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
508         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
509         docstring.
510         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
511         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
512         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
513         Login collection is "Login" and not "login".
514
515 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
516
517         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
518         multiple headers.
519
520         * nnimap.el (nnimap-inhibit-logging): New variable.
521         (nnimap-log-command): Don't log login commands.
522
523         * auth-source.el (auth-source-netrc-search): The asserts seem to want
524         to have more parameters.
525
526         * nnimap.el (nnimap-send-command): Mark the command time for each
527         command, so that we don't get NOOPs stepping on our toes.
528
529         * gnus-art.el (article-date-ut): Get the date from the Date header on
530         `t'.
531
532 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
533
534         * auth-source.el (auth-source-search): Use copy-sequence instead of
535         the cl.el copy-list.
536
537 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
538
539         * imap.el: Bring it back (revert
540         84d800cd31de3064f0ed39617d725709a2f8f42f).
541
542 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
543
544         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
545         Improve prompt.
546
547 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
548
549         * gnus-art.el (gnus-article-mode-line-format): Remove the article
550         washing status from the default format.  It isn't very informative.
551
552 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
553
554         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
555         Gcc processing on imap.
556
557 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
558
559         * imap.el: Remove file.  All the functionality is in nnimap.el.
560
561 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
562
563         * message.el (message-bury): Don't pop up a new window when selected
564         window is dedicated.
565
566 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
567
568         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
569
570 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
571
572         * sieve-manage.el: Autoload `auth-source-search'.
573         (sieve-sasl-auth): Use it.
574
575 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
576
577         * nnimap.el: Autoload `auth-source-forget+'.
578         (nnimap-open-connection-1): Use it if the connection fails.
579
580         * auth-source.el: Require `password-cache'.
581         (auth-source-hide-passwords, auth-source-cache): Remove and mark
582         obsolete.
583         (auth-source-magic): Marker for `password-cache' keys.
584         (auth-source-do-cache): Update docstring.
585         (auth-source-search): Use and check cache.
586         (auth-source-forget-all-cached, auth-source-remember)
587         (auth-source-recall, auth-source-forget, auth-source-forget+)
588         (auth-source-specmatchp): Caching support functions.
589         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
590         Remove and obsolete.
591         (auth-source-user-or-password): Remove caching to further discourage
592         using it.  Always hide passwords.
593
594         * password-cache.el (password-cache-remove): Accept secrets that are
595         not strings.
596
597 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
598
599         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
600         code for now, since it doesn't work for all users.
601
602 2011-02-09  Julien Danjou  <julien@danjou.info>
603
604         * message.el (message-options): Make message-options really buffer
605         local.
606
607 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
608
609         * mail-source.el: Autoload `auth-source-search'.
610         (mail-source-keyword-map): Note order matters.
611         (mail-source-set-1): Get all the mail-source source values and
612         defaults and search auth-source on those if needed.  This can all
613         probably be simplified.
614
615         * nnimap.el: Autoload `auth-source-search'.
616         (nnimap-credentials): Use it.
617         (nnimap-open-connection-1): Ask for the virtual server and physical
618         address in one shot.
619
620         * nntp.el: Autoload `auth-source-search'.
621         (nntp-send-authinfo): Use it.  Note TODO.
622
623 2011-02-08  Julien Danjou  <julien@danjou.info>
624
625         * shr.el (shr-tag-body): Add support for text attribute in body
626         markups.
627
628         * message.el (message-options): Make message-options a local variable.
629
630 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
631
632         * auth-source.el (auth-source-secrets-search)
633         (auth-source-user-or-password): Use `append' instead of `nconc'.
634         (auth-source-user-or-password): Build return list better and protect
635         against nil :secret.
636
637 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
638
639         * nnimap.el (nnimap-update-info): Refactor slightly.
640         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
641         (nnimap-update-info): Clean up slightly.
642         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
643         characters.
644         (nnimap-process-quirk): Rename function to avoid collision.
645         (nnimap-update-info): Fix macrology bug-out.
646         (nnimap-update-info): Simplify split history test.
647
648 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
649
650         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
651         `secrets-get-attributes' instead of `secrets-get-attribute'.
652         (auth-source-secrets-search): Limit search when `max' is greater than
653         number of results.
654
655 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
656
657         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
658         part not returning any data.
659
660         * proto-stream.el (open-protocol-stream): Document the return value.
661
662 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
663
664         * auth-source.el (auth-source-secrets-search): Add examples.
665
666 2011-02-06  Julien Danjou  <julien@danjou.info>
667
668         * message.el (message-setup-1): Handle message-generate-headers-first
669         set to t.
670
671 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
672
673         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
674         API with a string "secrets:collection-name" and with 'default.
675         (auth-source-backend-parse): Parse "secrets:collection-name" and
676         'default.  Recurse on parses instead of repeating code.  Use the
677         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
678         message when ignoring a source.
679         (auth-source-search): List ignored search keys at the top level.
680         (auth-source-netrc-create): Use `case' instead of `cond'.
681         (auth-source-secrets-search): Created with TODOs.
682         (auth-source-secrets-create): Created with TODOs.
683         (auth-source-retrieve, auth-source-create, auth-source-delete)
684         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
685         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
686         (auth-source-user-or-password-sftp)
687         (auth-source-user-or-password-smtp): Removed.
688         (auth-source-user-or-password): Deprecated and modified to be a wrapper
689         around `auth-source-search'.  Not tested thoroughly.
690
691 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
692
693         * auth-source.el: Bring in assoc and eioeio libraries.
694         (secrets-enabled): New variable to track the status of the Secrets API.
695         (auth-source-backend): New EIOEIO class to represent a backend.
696         (auth-source-creation-defaults): New variable to set prompt defaults
697         during token creation (see the `auth-source-search' docstring for
698         details).
699         (auth-sources): Simplify to allow a simple string as a netrc backend
700         spec.
701         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
702         (auth-source-backend-parse-parameters): Fill in the backend parameters.
703         (auth-source-search): Main auth-source API entry point.
704         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
705         (auth-source-search-collection): Helper function for searching.
706         (auth-source-netrc-parse, auth-source-netrc-normalize)
707         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
708         Supports search, create, and delete.
709         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
710         backend stubs.
711         (auth-source-user-or-password): Call `auth-source-search' but it's not
712         ready yet.
713
714 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
715
716         * message.el (message-setup-1): Remove the read-only stuff, since it
717         doesn't work under XEmacs, for some reason.
718
719         * gnus-sum.el (gnus-user-date): Rename back from
720         gnus-summary-user-date since user code refers to it.
721
722         * shr.el (shr-render-td): Store the actual background colour used.
723
724         * message.el (message-setup-1): Don't bind the constant
725         -forbidden-properties.
726         (message-setup-1): Revert previous change, since it needs to bind the
727         props to insert them.
728         (message-resend): Allow removing the read-only separator line.
729
730 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
731
732         * nnimap.el (nnimap-request-accept-article): Give an error message if
733         the APPEND wasn't successful.
734
735 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
736
737         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
738         that have no groups.
739
740 2011-02-03  Julien Danjou  <julien@danjou.info>
741
742         * gnus-draft.el: Remove progn around gnus-draft-setup.
743
744 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
745
746         * gnus-start.el (gnus-read-active-for-groups): This function is never
747         called with a nil `infos', so clean that up.
748         (gnus-get-unread-articles): Request active files from primary/secondary
749         methods that have no groups (yet).
750
751 2011-02-03  Julien Danjou  <julien@danjou.info>
752
753         * message.el (message-setup-1): Always generate References first.
754         (message-mail): Return the return value of message-setup, not always t.
755         (message-setup-1): Insert mail-header-separator with read-only and
756         intangible properties set.
757
758         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
759         user-date in docstring.
760
761         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
762
763         * gnus.el (gnus-summary-line-format): Mention &user-date format in
764         docstring.
765
766         * gnus.el (gnus-user-date-format-alist): Change default value. Use
767         defcustom, with type and group. Move from gnus-util.el. Rename to
768         gnus-summary-user-date-format-alist.
769
770 2011-02-03  Glenn Morris  <rgm@gnu.org>
771
772         * nnimap.el (gnus-fetch-headers): Declare.
773
774         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
775
776 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
777
778         * message.el (message-forward-make-body-digest-plain)
779         (message-followup, message-reply): Clean up things noted by Stefan.
780
781         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
782         gnus-article-update-date-headers is nil.
783         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
784         it didn't really work with defcustom.
785         (article-update-date-lapsed): Make sure the window start doesn't move,
786         either.
787
788 2011-02-01  Julien Danjou  <julien@danjou.info>
789
790         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
791         format.
792
793         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
794         standard in Emacs nowadays.
795
796         * color.el (color-gradient): Add a color-gradient function.
797
798 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
799
800         * message.el (message-expand-name): Don't trust the return value of
801         bbdb-complete-name.
802         (message-check-news-header-syntax): Remove unused var `start'.
803         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
804         (message-inhibit-body-encoding): Move to before first use.
805         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
806         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
807         (Organization, Message-ID, Date, mh-previous-window-config):
808         Defvar the vars using dynamic scoping.
809
810 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
811
812         * shr.el (shr-render-td): Only do colours at the final rendering.
813         Should be slightly faster.
814         (shr-insert-table): Fix up TD background colours when doing the
815         vertical padding.
816
817         * gnus-art.el (article-date-ut): Protect against articles with no Date
818         header.
819         (article-update-date-lapsed): Don't use current-column to find the
820         horizontal position.  It's fragile in the presence of \003 characters.
821
822         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
823
824 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
825
826         * gnus-art.el (article-transform-date): Rewrite to still work when
827         there are several rfc2822 parts.
828         (article-transform-date): Fix infinite recursion.
829         (article-date-ut): Replace infinitely many Date headers with a single
830         one when called interactively.
831
832         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
833         secure manner.
834
835         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
836         move around by not using save-window-excursion.  It seems to work...
837
838 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
839
840         * gnus-art.el (article-make-date-line): Work for user-defined format.
841
842 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
843
844         * nntp.el (nntp-retrieve-group-data-early)
845         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
846         fetching functions.
847
848         * gnus-start.el (gnus-read-active-for-groups): Read the active files
849         thoroughly for all backends that have no known groups.  This should
850         allow new nnml methods to retrieve mail.
851
852         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
853         that Gnus doesn't know exists again.
854
855         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
856         (gnus-treat-date-ut): Ditto.
857         (gnus-article-update-date-header): Renamed.
858         (gnus-treat-date-local): Removed.
859         (gnus-treat-date-english): Removed.
860         (gnus-treat-date-lapsed): Removed.
861         (gnus-treat-date-combined-lapsed): Removed.
862         (gnus-treat-date-original): Removed.
863         (gnus-treat-date-iso8601): Removed.
864         (gnus-treat-date-user-defined): Removed.
865         (gnus-article-date-headers): New variable to control all the date
866         header options.
867         (article-date-ut): Rewrite to allow using the new way to format date
868         headers(s).
869
870 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
871
872         * nnmail.el (nnmail-article-group): Check for a direct fancy split
873         method.
874         (nnmail-article-group): A better test for fanciness.
875
876         * nnimap.el (nnimap-request-head): Protect against not finding the
877         article by Message-ID.
878
879 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
880
881         * gnus-art.el (article-update-date-lapsed): Try a better way to really
882         keep point at the "same place".
883
884 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
885
886         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
887         data if the group is unactivated.
888
889 2011-01-28  Julien Danjou  <julien@danjou.info>
890
891         * gnus-win.el: Remove dead function gnus-window-configuration-element.
892         (gnus-all-windows-visible-p): Remove old compatibility code.
893         (gnus-window-top-edge): Add docstring.
894
895         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
896
897 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
898
899         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
900         older request-update-info.
901
902         * gnus-art.el (article-make-date-line): Limit the length a bit more.
903
904 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
905
906         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
907         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
908
909 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
910
911         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
912         groups.  This makes the nndraft:queue group pop up if it's not already
913         there.
914
915         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
916         messages" logic, which was reversed.
917
918         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
919         the "same place" even if point is on the line being replaced.
920         (article-update-date-lapsed): Allow updating both the combined lapsed
921         and the lapsed headers.
922         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
923         (article-make-date-line): Limit the number of segments dynamically to
924         avoid too-long lines.
925
926 2011-01-27  Julien Danjou  <julien@danjou.info>
927
928         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
929         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
930
931 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
932
933         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
934         Use plist-get instead of the cl function getf.
935
936 2011-01-27  Glenn Morris  <rgm@gnu.org>
937
938         * gnus-util.el (float-time): Get rid of compiler warning, again.
939
940 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
941
942         * shr.el (shr-put-color): Special-case background colours: Do put them
943         at the blank parts at the front of the lines.
944
945         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
946         exit hook to nix out all data on readedness on group exit.
947
948         * gnus-util.el (float-time): If float-time is bound, always use it on
949         all Emacsen.  It's unclear why the subrp check was there.
950         (time-date): Require to make some autoload issues on XEmacs go away.
951
952         * shr.el (shr-put-color): Don't do the box padding in tables, since
953         they're already padded.
954
955 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
956
957         * gnus-art.el (gnus-article-next-page): When the last line of the
958         article is displayed, scroll down once more instead of going to the
959         next article at once.
960         (article-lapsed-string): Refactor out and allow specifying how many
961         segments you want.
962         (gnus-article-setup-buffer): Start updating the lapsed header directly.
963         (gnus-article-update-lapsed-header): New variable.
964
965         * shr.el: Revert change that made headings use different-sized faces.
966         The Emacs display engine isn't advanced enough that, for instance,
967         tables can comfortably use differntly-sized faces.
968
969 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
970
971         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
972         used.
973         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
974         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
975         we're using an encrypted connection.
976
977         * proto-stream.el: Alter the interface functions to also return the
978         actual stream type used: network or tls.
979
980 2011-01-25  Julien Danjou  <julien@danjou.info>
981
982         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
983         (mm-display-javascript-inline): New function.
984
985         * mm-decode.el (mm-inline-media-tests): Add application/javascript
986         viewing function.
987
988 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
989
990         * shr.el (shr-expand-newlines): Fix variable name.
991
992 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
993
994         * shr.el (shr-expand-newlines): Make nested boxes work.
995
996 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
997
998         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
999         backgrounds.
1000         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1001         in a more sensible manner.
1002
1003 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1004
1005         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1006         if EPG is loaded.
1007
1008 2011-01-24  Julien Danjou  <julien@danjou.info>
1009
1010         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1011         tags.
1012
1013 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1014
1015         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1016         commands.
1017
1018         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1019         in the article buffer.
1020         (gnus-gravatar-insert): Use blank space from the current buffer to
1021         avoid breaking text properties.  This makes X-Sent updating work again.
1022
1023         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1024
1025 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1026
1027         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1028         fix the bug in url-http.el instead.
1029
1030         * shr.el (shr-image-fetched): Ditto.
1031
1032         * shr.el (shr-image-fetched): Avoid having point move in the article
1033         buffer.
1034
1035         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1036         buffer after being called.  It's apparently being killed by url.el, and
1037         killing it made point move to end-of-buffer in a random buffer.
1038
1039         * shr.el (shr-image-fetched): Ditto.
1040
1041 2011-01-23  Julien Danjou  <julien@danjou.info>
1042
1043         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1044
1045         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1046         text/x-org.
1047
1048 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1049
1050         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1051         (i.e., nnimap) returning nil as the article number.
1052
1053 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1054
1055         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1056         "DelSp" parameter in RFC3676.
1057
1058 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1059
1060         * message.el (message-check-recipients): Display the encoded version of
1061         the bogus address if they differ.
1062
1063         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1064         after sending.
1065
1066         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1067
1068         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1069
1070         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1071         group buffer after sending the queue.
1072
1073         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1074
1075 2011-01-22  Julien Danjou  <julien@danjou.info>
1076
1077         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1078
1079 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1080
1081         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1082         nested related parts.
1083
1084         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1085         unexpired articles.  This fixes the regression that led expiry marks to
1086         disappear from nnfolder groups.
1087
1088 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1089
1090         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1091         Don't confuse the "ret" of "retrograde" with RET.
1092
1093 2011-01-21  Julien Danjou  <julien@danjou.info>
1094
1095         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1096         than mm-insert-inline.
1097
1098 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1099
1100         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1101         Widen article buffer.
1102
1103 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1104
1105         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1106         the temp buffer.
1107         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1108
1109 2011-01-20  Julien Danjou  <julien@danjou.info>
1110
1111         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1112
1113         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1114         than mm-insert-inline to insert inline part: this respect
1115         mm-inline-media-tests displayers.
1116
1117         * mm-view.el (mm-display-shell-script-inline): New function.
1118
1119         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1120
1121         * mm-uu.el (mm-uu-type-alist): Add org block.
1122         (mm-uu-org-src-code-block-extract): New function.
1123
1124         * mm-view.el (mm-display-org-inline): New function.
1125
1126         * mm-decode.el (mm-automatic-display): Add text/org.
1127
1128         * mailcap.el (mailcap-mime-extensions): Add .org.
1129
1130 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1131
1132         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1133         gnus-article-add-buttons.
1134
1135 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1136
1137         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1138         From header with a date and "nobody" as the sender.
1139
1140 2011-01-19  Julien Danjou  <julien@danjou.info>
1141
1142         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1143         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1144         if you have the same regexp several times.
1145         (gnus-button-push): Fix matching when regexp is symbol.
1146
1147 2011-01-15  Glenn Morris  <rgm@gnu.org>
1148
1149         * message.el (message-mail): A compose-mail function should
1150         accept headers as strings.
1151
1152 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1153
1154         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1155         Add :vert-only tags.
1156         (message-mail): New arg RETURN-ACTION.
1157         (message-return-action): New var.
1158         (message-bury): Use it.
1159         (message-mode): Make it buffer-local.
1160         (message-send-and-exit): Always call message-bury.
1161
1162         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1163         message-mail.
1164
1165 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1166
1167         * nnimap.el (nnimap-convert-partial-article): Protect against
1168         zero-length body parts.
1169
1170         * mm-decode.el (mm-preferred-alternative-precedence):
1171         Discourage showing empty parts.
1172
1173         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1174         and stuff if the backend didn't return the article number.  This fixes
1175         an Exchange-related nnimap bug.
1176
1177         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1178         group window, because it does the wrong thing when a separate frame
1179         displays the group buffer.
1180
1181         * proto-stream.el (open-protocol-stream): Protect against the low-level
1182         transport functions returning nil.
1183
1184 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1185
1186         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1187         (mml2015-epg-find-usable-secret-key): New function.
1188         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1189         mml2015-epg-find-usable-key (Bug#7797).
1190         (mml2015-epg-encrypt): Ditto.
1191
1192 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1193
1194         * dgnushack.el (rot13-string): Fix the way to get the argument.
1195
1196 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1197
1198         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1199
1200 2011-01-03  Glenn Morris  <rgm@gnu.org>
1201
1202         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1203
1204         * sieve.el (sieve-open-server): Give a more explicit error if
1205         sieve-manage-open returns nil.  (Bug#7720)
1206
1207 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1208
1209         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1210
1211 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1212
1213         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1214         This avoids sending passwords in plain text over non-encrypted
1215         channels.
1216
1217         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1218
1219         * nnimap.el (nnimap-login): Refactored out into own function, and
1220         implement CRAM-MD5.
1221         (nnimap-wait-for-line): Refactored out.
1222
1223         * mm-view.el (mml-smime): Require.
1224
1225 2010-12-20  David Engster  <deng@eml.cc>
1226
1227         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1228         use EPG to decrypt S/MIME messages instead of openssl.
1229
1230 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1231
1232         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1233
1234         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1235         status is the group clearly is unreachable.
1236
1237         * auth-source.el (auth-source-create): Add the optional second
1238         parameter to `local-variable-p' to be compatible with XEmacs.
1239
1240 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1241
1242         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1243         work when using a compressed nnml folder.
1244
1245 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1246
1247         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1248         backends after sanitising on entry, because this never makes sense:
1249         If the articles have gone missing, then the data no longer exists on
1250         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1251         overwrite anything anyway.
1252
1253         * shr.el (shr-insert-document): Bind shr-width dynamically to
1254         window-width if it's nil.
1255
1256 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1257
1258         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1259         with the meaning of using the full emacs window width for rendering.
1260
1261 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1262
1263         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1264         case when sender is not given.
1265
1266 2010-12-23  Julien Danjou  <julien@danjou.info>
1267
1268         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1269         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1270         the addresses, otherwise we might misplaced the gravatar.
1271
1272 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1273
1274         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1275         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1276         obsolete in Emacs.
1277
1278 2010-12-20  Julien Danjou  <julien@danjou.info>
1279
1280         * gnus-util.el (gnus-rescale-image): Revert last change.
1281
1282 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1283
1284         * binhex.el: Improve commentary (Bug#7482).
1285
1286 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1287
1288         * gnus-group.el (gnus-group-delete-articles): New command.
1289
1290 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1291
1292         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1293
1294 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1295
1296         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1297         here, since it's up to the backends to do CRLF removal if their
1298         protocol has it.
1299
1300         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1301
1302 2010-12-17  Julien Danjou  <julien@danjou.info>
1303
1304         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1305         they are from file. Can also scale up.
1306
1307 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1308
1309         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1310         gnus-use-agent.
1311         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1312
1313         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1314
1315 2010-12-17  Julien Danjou  <julien@danjou.info>
1316
1317         * gravatar.el (gravatar-retrieve-synchronously): New function.
1318         (gravatar-get-data): Make more robust.
1319
1320 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1321
1322         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1323
1324 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1325
1326         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1327         to really consider the last line.
1328
1329 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1330
1331         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1332         list of recipient keys, or use symmetric encryption if not a list.
1333         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1334         EPA override, replacing the call to `netrc-store-data'.
1335
1336 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1337
1338         * gnus-srvr.el: Avoid passing nil regexp argument to
1339         delete-matching-lines.
1340
1341 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1342
1343         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1344         fetching stops when Gnus exits.
1345
1346         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1347         function.
1348         (nnfolder-request-expire-articles): Save all the buffers after doing
1349         expiry.
1350
1351         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1352         the last article", since that led to serious performance regressions
1353         when expiring nnml groups.
1354
1355 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1356
1357         * nnir.el: Improve customizations.
1358
1359 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1360
1361         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1362
1363         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1364         group has been killed.
1365         (gnus-group-yank-group): Ditto.
1366
1367         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1368
1369         * nnimap.el (nnimap-request-update-group-status): New function.
1370
1371         * gnus-int.el (gnus-request-update-group-status): New interface
1372         function.
1373
1374         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1375         copying read-ness to the backends.
1376
1377         * nnimap.el (nnimap-quirk): New function.
1378         (nnimap-retrieve-group-data-early): Use it.
1379         (nnimap-quirks): New alist.
1380
1381 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1382
1383         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1384         don't delete it within indentation.
1385
1386 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1387
1388         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1389         previous line.
1390
1391 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1392
1393         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1394         QRESYNC command by deleting a superfluous space which broke Cyrus
1395         servers.  This change will break other servers that are buggy the other
1396         way around.
1397
1398 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1399
1400         * spam.el: Reindent and fix long lines.
1401         (spam-copy-or-move-routine): Exclude invalid move destinations.
1402
1403 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1404
1405         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1406         installed the registry.
1407
1408 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1409
1410         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1411
1412 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1413
1414         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1415         groupname doesn't contain "gmane".
1416
1417 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1418
1419         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1420         and netrc-bound-and-true-p bindings.
1421         (netrc-parse): Cache the netrc contents.
1422
1423         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1424         (gnus-1): Don't create the nndrafts group twice.
1425         (gnus-setup-news): There's no need to read the active file here, since
1426         that's done again later on a per-backend basis.
1427         (gnus-start-draft-setup): Make sure that the new group is started out
1428         empty.
1429
1430         * gnus-agent.el (gnus-agentize): Don't create the queue group
1431         automatically on startup.  It'll be created later, if needed.
1432
1433         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1434         of automatically subscribed groups.
1435         (gnus-auto-subscribed-categories): New variable.
1436         (gnus-matches-options-n): Use it.
1437         (gnus-default-subscribed-newsgroups): Remove unused variable.
1438         (gnus-start-draft-setup): Message a bit less.
1439
1440 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1441
1442         * nnir.el (nnir-run-imap): Return article list in order of increasing
1443         UID.
1444
1445 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1446
1447         * gnus-sum.el (gnus-summary-enter-digest-group):
1448         Mention gnus-auto-select-on-ephemeral-exit.
1449
1450         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1451         convention of the network-only option.
1452
1453 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1454
1455         * proto-stream.el (proto-stream-open-network-only): New function to
1456         have a way to specify non-STARTTLS upgrade connections.
1457
1458 2010-12-10  Julien Danjou  <julien@danjou.info>
1459
1460         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1461         email address is nil.
1462
1463         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1464
1465 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1466
1467         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1468         deletion.
1469         (nnir-run-imap): Only need to parse list once.
1470
1471 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1472
1473         * shr.el (shr-tag-script): Ignore <script>.
1474         (shr-tag-label): Add <label> support.
1475
1476 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1477
1478         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1479
1480         * shr.el (shr-image-displayer): Work for images lined side by side.
1481
1482 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1483
1484         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1485         parameter, since XEmacs doesn't accept t as a parameter.
1486
1487 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1488
1489         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1490         ids.
1491         (nnir-run-gmane): Simplify groupspec formatting.
1492         (nnir-request-expire-articles): New function.
1493
1494 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1495
1496         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1497         overflow, possibly.
1498
1499         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1500         (shr-render-td): Handle td style="" better.
1501         (shr-tag-table): Use the color from the style sheet.
1502         (shr-render-td): Make sure we copy over all the overlays, too.
1503
1504 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1505
1506         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1507         (nnir-request-article): Improve article retrieval.
1508
1509 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1510
1511         * mm-util.el (mm-extra-numeric-entities): New variable.
1512
1513         * mm-url.el (mm-url-decode-entities):
1514         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1515
1516         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1517
1518 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1519
1520         * message.el: Use completion-at-point.
1521         (message-completion-function): New fun, extracted from message-tab.
1522         (message-mode): Use it for completion-at-point-functions.
1523         (message-tab): Use it and completion-at-point.
1524
1525 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1526
1527         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1528         character if a non-breakable character follows.
1529
1530 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1531
1532         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1533         any stream.
1534
1535         * shr.el (shr-tag-font): Colorize the region.
1536         (shr-tag-body): Ditto.
1537         (shr-tag-font): Actually let the styles be inherited instead of
1538         overwriting them.
1539         (shr-tag-font): Get the background color right.
1540         (shr-tag-style): Ignore all <style> tags for the moment.
1541
1542         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1543         a Message-ID to avoid having nnimap depend on gnus-sum.
1544
1545         * shr.el (shr-descend): Only colorize something if we have a node that
1546         sets colors.
1547
1548 2010-12-06  Julien Danjou  <julien@danjou.info>
1549
1550         * shr.el (shr-render-td): Render td content with shr-descend, so style
1551         will be applied to <td> too.
1552         (shr-colorize-region): Colorize region even if we only have a background.
1553         (shr-tag-body): Fix color and background color inheritance.
1554         Do not recolorize after shr-generic.
1555         (shr-tag-font): Let shr-generic colorize via inheritance.
1556
1557 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1558
1559         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1560
1561 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1562
1563         * nnir.el (nnir-request-move-article): Remove obsolete code.
1564
1565 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1566
1567         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1568
1569 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1570
1571         * gnus-sum.el (gnus-summary-respool-article): The completion function
1572         expects a list instead of an alist.
1573
1574         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1575         string as the parameter.
1576
1577         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1578
1579         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1580         styles.
1581         (shr-colorize-region): New function.
1582         (shr-insert-background-overlay): Remove.
1583         (shr-render-td): Background setting should be taken care of on a higher
1584         level.
1585         (shr-tag-body): Use post-hoc colorizations.
1586         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1587         (shr-put-color-1): Don't overwrite old colors.
1588         (shr-colorize-region): When the background color isn't explicit, use
1589         a fixed background.
1590
1591         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1592         nnmail variables.
1593
1594 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1595
1596         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1597         unless necessary.
1598
1599 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1600
1601         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1602         server.
1603
1604 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1605
1606         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1607         so that TAB works.
1608
1609         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1610         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1611
1612         * shr.el (shr-urlify): Show the URL before the title to avoid
1613         misleading URLs.
1614
1615 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1616
1617         * shr.el (shr-urlify): Display the title in <a> tags.
1618
1619 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1620
1621         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1622
1623 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1624
1625         * nnir.el: Rearrange code to allow macros to be autoloaded by
1626         gnus-sum.el.
1627         (nnir-retrieve-headers-override-function): Make this variable
1628         customizable.
1629         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1630
1631         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1632         from nnir.el.
1633
1634 2010-12-03  Julien Danjou  <julien@danjou.info>
1635
1636         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1637
1638 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1639
1640         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1641         allow optional argument `environment'.
1642
1643 2010-12-03  Glenn Morris  <rgm@gnu.org>
1644
1645         * mm-extern.el (message-goto-body): Update declaration.
1646
1647 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1648
1649         * gnus-util.el (gnus-macroexpand-all): New function.
1650
1651         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1652         instead of macroexpand-all that is unavailable in XEmacs.
1653
1654 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1655
1656         * nnir.el (nnir-summary-line-format): New variable.
1657         (nnir-mode): Use it.
1658         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1659         (nnir-article-ids): Reimplement as defsubst.
1660         (nnir-retrieve-headers): Don't mangle the subject header.
1661         (nnir-run-imap): Use 100 as RSV score.
1662         (nnir-run-find-grep): Fix for full server searching.
1663         (nnir-run-gmane): Better restriction to gmane groups.
1664
1665         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1666         summary buffers.
1667
1668 2010-12-02  Julien Danjou  <julien@danjou.info>
1669
1670         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1671
1672         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1673
1674         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1675         support.
1676
1677 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1678
1679         * nnir.el: Update to handle the registry better.
1680         (autoload): Silence byte-compiler.
1681         (nnir-open-server): Add a hook for nnir groups.
1682         (nnir-request-move-article): Don't mangle the header. Better to use
1683         formating variables (which will be added in the future).
1684         (nnir-registry-action): Update the registry using the original article
1685         group name.
1686         (nnir-mode): Install nnir-specific hooks for updating the registry.
1687
1688         * gnus-sum.el
1689         (gnus-article-original-subject,gnus-newsgroup-original-name):
1690         Remove obsolete variables.
1691         (gnus-summary-move-article): Remove use of obsolete variables.
1692         (gnus-summary-local-variables): Make move and delete hooks local to
1693         summary buffers.
1694
1695 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1696
1697         * rtree.el: New file.
1698
1699 2010-12-01  Julien Danjou  <julien@danjou.info>
1700
1701         * message.el (message-user-organization): Do not use
1702         gnus-local-organization.
1703
1704         * gnus.el: Remove gnus-local-organization.
1705
1706         * gnus-msg.el: Remove nastygram thing.
1707
1708 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1709
1710         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1711         funcall.
1712
1713 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1714
1715         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1716         names.
1717
1718         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1719         characters.
1720
1721         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1722         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1723         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
1724         (gnus-gravatar-transform-address): Use mail-extract-address-components
1725         that supports non-ASCII names rather than mail-header-parse-addresses.
1726
1727 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1728
1729         * proto-stream.el (open-protocol-stream): All starttls connections are
1730         handled by the network handler.
1731
1732 2010-11-30  Julien Danjou  <julien@danjou.info>
1733
1734         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1735         (nnimap-open-connection-1): Fix PREAUTH.
1736
1737         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1738
1739 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1740
1741         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1742         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1743         (shr-insert): Use them.
1744         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1745
1746 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1747
1748         * nnir.el (nnir-request-move-article): Bail out if original group
1749         doesn't support article moves.
1750         (nnir-get-active): Improve active list retrieval.
1751
1752 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1753
1754         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1755
1756 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1757
1758         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1759         seem to accept strings-with-numbers as port numbers,
1760
1761 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1762
1763         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1764         change the registry.
1765
1766 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1767
1768         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1769         delete-dups that is not available in XEmacs 21.4.
1770
1771         * mm-util.el (mm-delete-duplicates): Add comment.
1772
1773 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1774
1775         * nnir.el (nnir-ignored-newsgroups): New variable.
1776         (nnir-get-active): Use it.
1777
1778 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1779
1780         * proto-stream.el (proto-stream-open-network): Add some comments.
1781
1782         * nntp.el (nntp-open-connection): Provide a :success condition.
1783
1784         * nnimap.el (nnimap-open-connection-1): Ditto.
1785
1786         * proto-stream.el (proto-stream-open-network): See what the response to
1787         the STARTTLS command is.
1788
1789         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1790         backwards compatibility).
1791         (nnimap-open-connection-1): Really respect nnimap-server-port.
1792
1793         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1794         TLS upgrades we don't really care about the identity of the peer.
1795         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1796         that what we've checked for.
1797         (proto-stream-always-use-starttls): Only default to t if
1798         open-gnutls-stream exists.
1799         (proto-stream-open-network): If STARTTLS failed, then just open a
1800         normal connection.
1801         (proto-stream-open-network): Wait until the greeting before doing
1802         STARTTLS.
1803
1804         * nntp.el (nntp-open-connection): Report what the connection error is.
1805
1806         * proto-stream.el (open-protocol-stream): Rename from
1807         open-proto-stream.
1808
1809 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1810
1811         * nnimap.el (nnimap-stream): Change default to `undecided'.
1812         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1813         first, and then network.
1814         (nnimap-open-connection-1): Respect nnimap-server-port.
1815         (nnimap-open-connection): Be more backwards-compatible.
1816
1817         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1818         (proto-stream-open-starttls): De-duplicate the starttls code.
1819         (proto-stream-open-starttls): Folded back into the main function.
1820         (proto-stream-open-network): Fix typo in the gnutls path.
1821         (proto-stream-command): Refactor out.
1822
1823         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1824
1825         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1826         starttls.el STARTTLS.
1827
1828         * color.el (color-lab->srgb): Fix function call name.
1829
1830         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1831         if we're using tls.el.
1832         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1833         built in, then don't try to establish a STARTTLS connection.
1834
1835         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1836         servers.
1837
1838         * proto-stream.el (open-proto-stream): Use network, not stream.
1839         (open-proto-stream): Add a way to specify what the end of a command is.
1840
1841         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1842         connections types.
1843         (nntp-open-network-stream): Remove.
1844         (nntp-open-ssl-stream): Remove.
1845         (nntp-open-tls-stream): Remove.
1846         (nntp-ssl-program): Remove.
1847
1848         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1849
1850 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1851
1852         * nnir.el: Fix typos.
1853         (nnir-retrieve-headers-override-function): Rename variable to reflect
1854         new semantics.
1855         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1856         macros.
1857         (nnir-request-article, nnir-request-move-article): Use them.
1858         (nnir-categorize): New function.
1859         (nnir-run-query): Use it.
1860         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1861         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1862         sorted.
1863         (nnir-group-full-name): Use gnus-group-full-name instead.
1864         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1865         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1866
1867 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1868
1869         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1870
1871         * proto-stream.el: New library to provide protocol-specific
1872         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1873         protocols.
1874         (open-proto-stream): Complete the documentation.
1875         (proto-stream-open-network): Fix some typos.
1876
1877         * nnimap.el (nnimap-open-connection): Use it.
1878
1879 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1880
1881         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1882         negotiation.
1883
1884 2010-11-26  Julien Danjou  <julien@danjou.info>
1885
1886         * color.el: Rename various rgb functions to srgb.
1887
1888 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1889
1890         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1891         names.
1892
1893 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1894
1895         * shr.el (shr-insert): Revert last change.
1896         (shr-find-fill-point): Never leave point being at bol;
1897         relax the kinsoku limitation when rendering tables.
1898
1899 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1900
1901         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1902         results from -accept-article.
1903
1904         * shr-color.el: Require cl when compiling.
1905
1906         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1907         checkin.
1908
1909         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1910
1911         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1912
1913         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1914         'add and 'delete to set backend marks.
1915
1916         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1917
1918         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1919
1920         * nntp.el (nntp-request-set-mark): Use it.
1921
1922         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1923
1924         * nnml.el (nnml-request-set-mark): Ditto.
1925
1926         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1927         introduces regressions in article selection.
1928         (nnimap-find-uid-response): New function.
1929         (nnimap-request-accept-article): Use the UID returned, if any.
1930         (nnimap-request-move-article): Use the UID returned, if any.
1931         (nnimap-get-groups): Reimplement to work with folded lines.
1932         (nnimap-find-uid-response): The UID is the last element in the list.
1933         (nnimap-request-set-mark): Extend syntax with 'set.
1934
1935         * nnml.el (nnml-request-set-mark): Ditto.
1936
1937         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1938
1939         * nntp.el (nntp-request-set-mark): Ditto.
1940
1941 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1942
1943         * message.el (message-called-interactively-p): A temporary macro.
1944         (message-goto-body): Use it temporarily.
1945
1946 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1947
1948         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1949         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1950         (nnimap-last-response-string): Fix last unfolding fix.
1951
1952 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1953
1954         * shr.el (shr-insert): Fix the way to fold lines.
1955
1956 2010-11-25  Julien Danjou  <julien@danjou.info>
1957
1958         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1959
1960         * color.el: Rename from color-lab.el
1961         (color-rgb->hex): Add.
1962         (color-complement): Add.
1963         (color-complement-hex): Add.
1964
1965         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1966
1967 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1968
1969         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1970         don't exist.
1971
1972 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1973
1974         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1975         assuming that article displaying or another mml-preview may be
1976         interrupted for an error or for the like.
1977
1978         * shr.el (shr-get-background): Fix argument name.
1979
1980 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1981
1982         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1983
1984         * gnus-sum.el (gnus-summary-include-articles): New function.
1985
1986         * message.el (message-goto-body): called-interactively-p needs a
1987         parameter, so use `any'.
1988
1989         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1990         clear marks before moving, since they're synced from the Gnus side
1991         first.
1992
1993         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1994         (gnus-summary-move-article): Copy over all marks before moving, so that
1995         IMAP doesn't think a new article has arrived.
1996
1997 2010-11-24  Julien Danjou  <julien@danjou.info>
1998
1999         * shr.el (shr-insert-background-overlay): Fix typo.
2000         (shr-render-td): Copy the background before rendering.
2001
2002         * shr-color.el (shr-color-visible): Fix docstring.
2003
2004         * shr.el (shr-tag-table): Add bgcolor support.
2005         (shr-render-td): Add bgcolor support.
2006         (shr-get-background): Add.
2007         (shr-insert-foreground-overlay): Use shr-get-background.
2008
2009         * message.el (message-goto-body): Use called-interactively-p.
2010         (message-in-body-p): message-goto-body returns point.
2011
2012 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2013
2014         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2015         Fixes something or other in Emacs 23, and is backwards compatible.
2016
2017         * message.el (message-goto-body): Remove the <#secure special-casing,
2018         which is too special.
2019
2020         * shr.el (shr-parse-style): Drop !important from styles.
2021
2022 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2023
2024         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2025         this function to return incorrect results when calling it with an
2026         explicit article argument different from
2027         (gnus-summary-article-number).
2028
2029 2010-11-24  Julien Danjou  <julien@danjou.info>
2030
2031         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2032         (shr-tag-body): Add background support.
2033         (shr-descend): Add background support.
2034         (shr-tag-title): Add.
2035
2036         * shr-color.el (shr-color-visible): Really return original background
2037         if fixed.
2038
2039 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2040
2041         * shr.el (shr-color-check): Protect against non-existant colour names.
2042
2043 2010-11-24  Julien Danjou  <julien@danjou.info>
2044
2045         * color-lab.el: Require 'cl when compiling.
2046
2047         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2048
2049         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2050         matched part.
2051
2052         * color-lab.el: Fix all expt calls to use float type.
2053
2054 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2055
2056         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2057         expression to shr-color-check as is.
2058
2059         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2060
2061         * color-lab.el: Add coding cookie.
2062         (float-pi): Use eval-and-compile.
2063
2064         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
2065         compiled for Emacsen having no `libxml-parse-html-region' support.
2066
2067 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2068
2069         * shr.el (shr-insert-color-overlay): Split stuff like
2070         "#444444 !important" to find the real colour.
2071         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2072         parse <font color="red"> entries.
2073
2074 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2075
2076         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2077         point when parsing headers.
2078
2079         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2080         is positioned properly when parsing headers.
2081
2082 2010-11-23  Julien Danjou  <julien@danjou.info>
2083
2084         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2085
2086         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2087
2088         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2089
2090         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2091         Use shr-color-hue-to-rgb.
2092         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2093
2094 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2095
2096         * shr.el (shr-color->hexadecimal): Autoload.
2097         (shr-descend): Add color to all tags.
2098
2099 2010-11-22  Julien Danjou  <julien@danjou.info>
2100
2101         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2102         shr-color->hexadecimal.
2103
2104         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2105         RGB() or HSL() color representation.
2106
2107         * shr.el (shr-tag-font): Add.
2108         (shr-tag-color-check): New function to get better colors.
2109         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2110         tag-span.
2111
2112         * shr-color.el: New file.
2113
2114         * color-lab.el: New file.
2115
2116         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2117
2118 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2119
2120         * nnir.el: Fix typo in comments.
2121         (nnir-run-imap): Simplify code. No need to reverse artlist.
2122         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2123
2124 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2125
2126         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2127
2128         * nnimap.el (nnimap-get-capabilities): Refactor out.
2129         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2130
2131 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2132
2133         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2134         appearing when `mm-uu-hide-markers' is nil.
2135
2136 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2137
2138         * nnimap.el (nnimap-unselect-group): Make into its own function.
2139         (nnimap-request-rename-group): Unselect group before renaming.
2140         This had gotten lost somewhere.
2141         (nnimap-request-accept-article): Keep track of examined groups, and
2142         unselect the group before APPENDing to read-only groups.
2143         (nnimap-request-move-article): Clear flags before moving so that they
2144         can be re-set later.
2145
2146 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2147
2148         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2149         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2150
2151 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2152
2153         * gnus-art.el (gnus-mime-display-single)
2154         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2155         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2156         parameter.
2157
2158 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2159
2160         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2161         (shr-table-vertical-line): New variable.
2162         (shr-insert-table): Use it.
2163
2164 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2165
2166         * gnus-html.el (gnus-html-wash-images): Don't display images if
2167         gnus-inhibit-images is non-nil; register displayer for cid images.
2168         (gnus-html-display-image): Work for cid image.
2169         (gnus-html-insert-image): Allow arguments.
2170         (gnus-html-put-image): Inhibit read-only.
2171         (gnus-html-prefetch-images): Don't prefetch images if
2172         gnus-inhibit-images is non-nil.
2173
2174 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2175
2176         * shr.el (shr-put-image): Break lines when inserting big pictures.
2177
2178 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2179
2180         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2181         sender, thanks Katsumi Yamaoka.
2182
2183 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2184
2185         * nnir.el (nnir-run-imap): Reverse the article list for each group
2186         rather than the whole list.
2187
2188 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2189
2190         * shr.el (shr-image-displayer): Protect function against non-existent
2191         image source.
2192
2193         * gnus-art.el (gnus-inhibit-images): New user option.
2194         (gnus-mime-display-single): Don't display image if it is non-nil.
2195
2196         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2197         gnus-inhibit-images.
2198
2199         * shr.el (shr-image-displayer): New function.
2200         (shr-tag-img): Use it.
2201
2202 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2203
2204         * mml2015.el (mml2015-epg-sign): Use From header.
2205
2206 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2207
2208         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2209
2210         * gnus-util.el (gnus-find-text-property-region): Return markers.
2211
2212         * shr.el (shr-tag-img): Put a displayer in the text property.
2213
2214         * gnus-util.el (gnus-find-text-property-region): New utility function.
2215
2216         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2217         (gnus-html-show-images): Remove.
2218
2219         * gnus-art.el (gnus-article-show-images): New, more general function.
2220
2221         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2222         image url text properties.
2223
2224         * shr.el: Ditto.
2225
2226         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2227         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2228
2229 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2230
2231         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2232         work for two or more articles.
2233
2234 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2235
2236         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2237         divide an image that's in an html article to two or more when washing
2238         non-ASCII characters in alt text of it.
2239
2240 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2241
2242         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2243         smime-decrypt-region using function argument.
2244         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2245
2246         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2247
2248         * smime.el (smime-decrypt-region): Catch it.
2249
2250 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2251
2252         * smime.el (smime-mode-map): Move initialization into declaration.
2253         (gnus-run-mode-hooks): Don't autoload.
2254         (smime-mode): Use define-derived-mode.
2255
2256 2010-11-11  Glenn Morris  <rgm@gnu.org>
2257
2258         * smime.el (from): Restrict declaration to XEmacs.
2259
2260         * nnir.el (gnus-group-topic-name): Autoload.
2261
2262 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2263
2264         * shr.el (shr-insert): Don't break long line if it is because of
2265         kinsoku-bol characters in the line end.
2266
2267 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2268
2269         * nnir.el (nnir-request-move-article): Fix to provide original group
2270         and subject.
2271         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2272         been retrieved.
2273
2274         * gnus-sum.el (gnus-summary-move-article): Use original group and
2275         subject for virtual articles such as those in an nnir summary buffer.
2276
2277 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2278
2279         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2280         least 21.5).
2281
2282         * smime.el (from): Declare it again for XEmacs.
2283
2284 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2285
2286         * message.el (message-resend): Don't disable encoding unless it's
2287         already encoded.
2288
2289         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2290         low-numbered articles.
2291
2292 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2293
2294         * rfc2047.el (rfc2047-syntax-table): Simplify.
2295
2296         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2297
2298         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2299         set-char-table-range for XEmacs.
2300
2301 2010-11-10  Glenn Morris  <rgm@gnu.org>
2302
2303         * time-date.el (time-to-seconds): Always an alias on Emacs,
2304         never a real function.
2305         (with-no-warnings): Remove compat stub, now unused.
2306         (time-less-p): Doc fix.
2307         (time-to-number-of-days): Simplify.
2308
2309         * smime.el (from): Remove unused declaration.
2310
2311         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2312         (gnus-float-time): On Emacs, always an alias.
2313
2314         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2315         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2316
2317 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2318
2319         * dgnushack.el: Don't use ignore-errors in the top level form since it
2320         is unavailable in XEmacs even if cl is loaded.
2321
2322         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2323
2324 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2325
2326         * shr.el (browse-url-mailto): Autoload.
2327
2328         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2329
2330         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2331         regexp doesn't need quoting.
2332
2333 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2334
2335         * message.el (message-subject-trailing-was-ask-regexp)
2336         (message-subject-trailing-was-regexp): Match was: in addition to was.
2337
2338 2010-11-09  Glenn Morris  <rgm@gnu.org>
2339
2340         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2341         (nnbabyl-check-mbox): Use point-at-bol.
2342
2343 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2344
2345         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2346
2347         * message.el (message-mailto): New function.
2348         (message-mailto): Should accept other parameters.
2349         (message-mailto): Remove since it duplicates browse-url-mailto
2350         functionality.
2351
2352 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2353
2354         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2355         methods.
2356         (gnus-read-active-file): Ditto.
2357
2358         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2359         ": " from the prompt.
2360         (gnus-group-make-group): Ditto.
2361
2362 2010-11-07  Glenn Morris  <rgm@gnu.org>
2363
2364         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2365         (gnus-bookmark-kill-line): Use point-at-eol.
2366
2367 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2368
2369         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2370         asterisks in From header.
2371
2372 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2373
2374         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2375         string to avoid making the From headers syntactically invalid.
2376
2377         * message.el (message-send-mail): Don't insert courtesy messages if the
2378         message already has List-Post and List-ID messages.
2379
2380 2010-11-06  Glenn Morris  <rgm@gnu.org>
2381
2382         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2383         `condition', `type', `length' a prefix.
2384         (gnus-treat-predicate): Update for above name changes.
2385
2386 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2387
2388         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2389         binding.  Handled by `gnus-summary-refer-thread' instead.
2390         (nnir-warp-to-article): New backend function.
2391
2392         * nnimap.el (nnimap-request-thread): Force dependency updating.
2393
2394         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2395         (gnus-summary-refer-thread): Rework to improve thread-referral.
2396
2397         * gnus-int.el (gnus-warp-to-article): New function.
2398
2399         * gnus-sum.el (gnus-summary-article-map): Bind it.
2400
2401 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2402
2403         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2404         gnus-summary-refer-thread.
2405
2406         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2407         headers.
2408         (gnus-summary-limit-include-thread): Prevent articles in thread from
2409         being cut in gnus-cut-threads.
2410         (gnus-summary-refer-thread): Limit retrieved headers to those in
2411         thread.
2412
2413 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2414
2415         * message.el (message-send-mail): Use the value of
2416         message-courtesy-message from the message buffer.
2417
2418         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2419
2420         * shr.el (shr-browse-url): Implement mailto: URLs.
2421
2422         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2423         "raw".
2424
2425         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2426         if it's already selected.
2427
2428         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2429
2430 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2431
2432         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2433         to measure the length and truncate alt text.
2434
2435 2010-11-03  Glenn Morris  <rgm@gnu.org>
2436
2437         * nndiary.el (nndiary-generate-nov-databases-1)
2438         (nndiary-generate-active-info): Rename dynamic variable `files' to
2439         something less generic.
2440
2441 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2442
2443         * nnir.el (nnir-request-move-article): Call the underlying backend to
2444         move articles from nnir.
2445
2446 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2447
2448         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2449
2450 2010-11-02  Julien Danjou  <julien@danjou.info>
2451
2452         * nnir.el: Remove wais support.
2453
2454 2010-11-02  Glenn Morris  <rgm@gnu.org>
2455
2456         * gnus-html.el: Reorder requirements to quieten compiler.
2457
2458 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2459
2460         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2461         properly for XEmacs as well.
2462         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2463         (gnus-article-natural-long-line-p): Use window-width rather than
2464         frame-width.
2465
2466 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2467
2468         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2469         (nnir-read-parms): Don't modify query.
2470         (nnir-run-query): Add ability to search topic on current line.
2471         (nnir-get-active): Clean up.
2472
2473 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2474
2475         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2476         degenerate articles.
2477
2478         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2479         (gnus-print-buffer): Just print the buffer as is, without any copying
2480         to a buffer and then re-highlighting.
2481
2482         * nnimap.el (nnimap-request-group): Store the new updated info.
2483         (nnimap-request-group): Select the group when we don't know whether it
2484         exists or not.
2485
2486         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2487         groups.
2488
2489         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2490         groups.
2491
2492         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2493         groups.
2494
2495         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2496         long-lines case by only filling the long lines.
2497
2498         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2499         (bug #7311).
2500
2501 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2502
2503         * shr.el: No need to declare `declare-function' since shr.el is for
2504         only Emacsen that provide `libxml-parse-html-region'.
2505
2506         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2507         effective only in a file it is referred to.
2508
2509 2010-11-01  Glenn Morris  <rgm@gnu.org>
2510
2511         * mm-util.el (gnus-completing-read): Autoload.
2512         (mm-read-coding-system): Simplify Emacs definition.
2513
2514         * nnmail.el (gnus-activate-group):
2515         * nnimap.el (gnutls-negotiate):
2516         * nntp.el (netrc-parse): Fix declarations.
2517
2518 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2519
2520         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2521         string-match-p in Emacs >=23.
2522
2523         * gnus-msg.el (gnus-configure-posting-styles)
2524         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2525
2526 2010-11-01  Glenn Morris  <rgm@gnu.org>
2527
2528         * nnir.el (declare-function): Add compat stub.
2529         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2530         (nnir-run-gmane): Require 'mm-url.
2531
2532         * mm-util.el (mm-string-to-multibyte): Simplify.
2533
2534         * shr.el (declare-function): Add compat stub.
2535         (url-cache-create-filename): Declare.
2536         (mm-disable-multibyte, widget-convert-button): Autoload.
2537
2538         * smime.el (ldap-search): Declare.
2539         (smime-cert-by-ldap-1): Require ldap on Emacs.
2540
2541         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2542         (nnimap-keepalive): Use gnus-float-time.
2543
2544         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2545         (mail-source-delete-crash-box): Use gnus-float-time.
2546
2547         * gnus-dired.el (gnus-completing-read): Autoload.
2548
2549         * mm-view.el (gnus-rescale-image): Autoload.
2550
2551         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2552
2553         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2554
2555         * sieve-manage.el: Require 'cl when compiling.
2556
2557         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2558         (gnus-iswitchb-completing-read): Require iswitchb.
2559         (gnus-select-frame-set-input-focus): Silence compiler.
2560
2561 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2562
2563         * message.el (message-subject-trailing-was-query): Change default to t,
2564         since I think that's what most people want.
2565
2566         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2567         appending for easier debugging.
2568         (nnimap-wait-for-connection): Take a regexp.
2569         (nnimap-request-accept-article): Wait for the continuation line before
2570         sending anything unless we're streaming.
2571
2572         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2573         leave the header washing to take place.
2574
2575 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2576
2577         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2578         regular expression match and replace in posting styles.
2579
2580 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2581
2582         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2583         an entire server.
2584         (nnir-get-active): New function.
2585         (nnir-run-imap): Use it.
2586         (nnir-run-gmane): Who knew, gmane search returns an article score!
2587
2588         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2589         server on the current line with nnir.
2590
2591 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2592
2593         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2594         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2595         left edge.
2596         (gnus-article-foldable-buffer): Skip past the prefix when determining
2597         raggedness.
2598
2599         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2600         the raw article, and change `C-u g' to show the article without doing
2601         treatments.
2602
2603         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2604         on to `gnus-treat-article'.
2605         (gnus-inhibit-article-treatments): New variable.
2606
2607         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2608
2609         * gnus-art.el (gnus-treatment-function-alist): Have
2610         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2611         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2612         sections.
2613
2614         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2615         parameter.
2616         (gnus-article-fill-cited-long-lines): New function.
2617         (gnus-article-fill-cited-article): Allow filling only long sections.
2618
2619         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2620         and non-punctuation (like after the apostrophe in "'We").
2621
2622         * gnus-sum.el (gnus-summary-select-article): Make sure
2623         gnus-original-article-buffer is alive.
2624
2625         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2626         reflect the order they're in in the digest.
2627
2628         * gnus.el (gnus-group-startup-message): Move point to the start of the
2629         buffer.
2630
2631         * nnimap.el (nnimap-capability): New function.
2632         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2633         is set.
2634
2635 2010-10-31  David Engster  <dengste@eml.cc>
2636
2637         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2638         conform with changes to gnus-completing-read.
2639
2640 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2641
2642         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2643
2644 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2645
2646         * nnir.el: Move defvar, defcustom around to keep file organized
2647         and keep byte-compiler quiet.
2648         (nnir-read-parms): Accept search-engine as arg.
2649         (nnir-run-query): Pass search-engine as arg.
2650         (nnir-search-engine): Remove.
2651
2652 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2653
2654         * shr.el (shr-generic): The text nodes should be text, not :text.
2655
2656         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2657         later in the file.
2658
2659 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2660
2661         * nnir.el: General clean up.  Allow searching with multiple engines.
2662         Allow separate extra-parameters for each engine.
2663         Batch queries when possible.
2664         (nnir-imap-default-search-key,nnir-method-default-engines):
2665         Add customize interface.
2666         (nnir-run-gmane): New engine.
2667         (nnir-engines): Use it.  Qualify all prompts with engine name.
2668         (nnir-search-engine): Remove global variable.
2669         (nnir-run-hyrex): Restore for now.
2670         (nnir-extra-parms,nnir-search-history): New variables.
2671         (gnus-group-make-nnir-group): Use them.
2672         (nnir-group-server): Remove in favor of gnus-group-server.
2673         (nnir-request-group): Avoid searching twice.
2674         (nnir-sort-groups-by-server): New function.
2675
2676 2010-10-30  Julien Danjou  <julien@danjou.info>
2677
2678         * gnus-group.el: Remove gnus-group-fetch-control.
2679
2680         * gnus-start.el (gnus-find-new-newsgroups):
2681         Remove gnus-check-first-time-used.
2682
2683         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2684
2685 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2686
2687         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2688         set on groups that don't have \* permanentflags.
2689
2690 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2691
2692         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2693         control the background color.
2694         (shr-tag-img): Ignore very small web bug type images.
2695         (shr-put-image): Add help-echo alt texts to the images.
2696         (shr-tag-video): Show the video poster image.
2697
2698 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2699
2700         * shr.el (shr-table-depth): New variable.
2701         (shr-tag-table-1): Only insert the images after the top-level table.
2702
2703         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2704
2705         * gnus-util.el (gnus-list-memq-of-list): New function.
2706
2707         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2708         selected.
2709         (nnimap-unsplittable-articles): New slot.
2710         (nnimap-new-articles): Use it.
2711
2712 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2713
2714         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2715         move to the previous line on `M-g'.
2716
2717 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2718
2719         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2720         *-request-group, which seems unnecessary.
2721
2722         * nnimap.el (nnimap-quote-specials): Function copied over from
2723         imap.el.
2724         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2725         they support that.  Suggested by Tom Regner.
2726
2727 2010-10-29  Julien Danjou  <julien@danjou.info>
2728
2729         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2730         defalias.
2731         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2732
2733         * gnus.el: Remove `gnus-nntp-service' variable.
2734         (gnus-secondary-servers): Make obsolete.
2735         (gnus-nntp-server): Make obsolete.
2736
2737         * gnus-start.el (gnus-1): Remove x-splash calls.
2738
2739         * gnus-ems.el (gnus-x-splash): Remove.
2740
2741         * gnus.el (gnus-group-startup-message): Simplify/update code.
2742
2743         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2744         definition.
2745
2746         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2747         capability before doing anything.
2748         (gnus-group-insert-group-line): Remove useless
2749         gnus-group-remove-excess-properties.
2750
2751 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2752
2753         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2754
2755 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2756
2757         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2758         config after reselecting.
2759
2760 2010-10-28  Julien Danjou  <julien@danjou.info>
2761
2762         * shr.el (shr-put-image): Use point even if only inserting text.
2763         (shr-put-image): Save excursion when inserting alt text on non-graphic
2764         display, so the behaviour is the same when we are on a graphic display.
2765
2766         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2767
2768 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2769
2770         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2771         (gnus-mime-copy-part): Check coding system, not charset.
2772         (gnus-mime-view-part-externally): Never remove part.
2773         (gnus-mime-view-part-internally): Don't remove part here.
2774         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2775         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2776         multipart/alternative.
2777
2778         * mm-decode.el (mm-display-part): Take optional arg `force'.
2779
2780 2010-10-26  Julien Danjou  <julien@danjou.info>
2781
2782         * gnus-group.el (gnus-group-default-list-level): Add this function to
2783         compute the default list level.
2784         (gnus-group-default-list-level): Add possibility to use a function.
2785
2786 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2787
2788         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2789
2790         * gnus-group.el (gnus-group-completing-read)
2791         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2792         gnus-replace-in-string.
2793
2794 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2795
2796         * shr.el (shr-tag-div): Add.
2797
2798         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2799
2800 2010-10-25  Julien Danjou  <julien@danjou.info>
2801
2802         * gnus-util.el: Remove `gnus-with-local-quit'.
2803
2804         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2805
2806 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2807
2808         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2809         the original article buffer.
2810
2811 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2812
2813         * nnimap.el (nnimap-request-head): New function.
2814         (nnimap-request-move-article): Try to be slighly faster by not
2815         requesting the entire message when moving.
2816         (nnimap-transform-headers): Don't bug out on bodiless articles.
2817         (nnimap-send-command): Have no outstanding messages if the IMAP server
2818         doesn't support streaming.
2819         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2820
2821 2010-10-24  Julien Danjou  <julien@danjou.info>
2822
2823         * message.el (message-default-headers): Fix type.
2824
2825 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2826
2827         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2828         prefetching images.
2829
2830         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2831         backend for unknown groups.  This is mainly useful for nnimap groups.
2832
2833         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2834         group isn't covered by the agent.
2835
2836 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2837
2838         * nnir.el (nnir-method-default-engines): New variable.
2839         (nnir-run-query): Use it.
2840         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2841         (gnus-summary-nnir-goto-thread): Change group if needed.
2842
2843         * gnus-group.el (gnus-group-group-map): Add key binding for
2844         gnus-group-make-nnir-group.
2845
2846 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2847
2848         * shr.el (shr-tag-object): Add.
2849
2850         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2851         original article buffer live.
2852         (gnus-summary-select-article-buffer):
2853         Mention gnus-widen-article-buffer.
2854
2855 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2856
2857         * shr.el (shr-tag-strong): Add.
2858
2859 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2860
2861         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2862         group names.  They mess up the group buffer badly.
2863
2864         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2865
2866         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2867         instead of the summary one.
2868
2869 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2870
2871         * mml.el (mml-preview): Work properly when editing article.
2872
2873         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2874         gnus-have-read-active-file if it's already been in.
2875
2876 2010-10-22  Tom Tromey  <tromey@redhat.com>
2877
2878         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2879         gnus-group-completing-read.
2880
2881 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2882
2883         * message.el (message-mode-map): Don't bind M-; to comment region, to
2884         allow the global comment-dwim to work.
2885
2886 2010-10-21  Julien Danjou  <julien@danjou.info>
2887
2888         * message.el (message-setup-1): Allow message-default-headers to be a
2889         function.
2890
2891 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2892
2893         * shr.el (shr-tag-table): Simplify.
2894
2895 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2896
2897         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2898         to avoid trying to snarf invalid stuff.
2899
2900         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2901
2902         * gnus.el (gnus-message-archive-group): Quote value.
2903         (gnus-message-archive-group): Mark as changed.
2904
2905         * shr.el (shr-add-font): Don't put the font properties on the newline
2906         or the indentation.
2907
2908         * message.el (message-fix-before-sending): Change options when sending
2909         non-printable characters.
2910
2911         * gnus.el (gnus-message-archive-method): Change the default to
2912         monthly outgoing groups.
2913
2914         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2915         that have gotten new numbers.
2916
2917         * nnimap.el (nnimap-request-replace-article): New function.
2918
2919 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2920
2921         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2922         (nnrss-request-article): Don't use special html washing code.
2923
2924 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2925
2926         * shr.el (shr-tag-table): Remove useless nconc.
2927
2928 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2929
2930         * gnus-art.el (article-wash-html): Simplify and remove the charset
2931         stuff.  Use the normal html rendering code instead of the special html
2932         washing code.
2933
2934         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2935         `gnus-w3m' symbols.
2936         (mm-text-html-washer-alist): Remove.
2937
2938         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2939         (mm-inline-media-tests): Remove use.
2940         (mm-text-html-renderer): Change default to the `shr' symbol.
2941
2942         * mm-view.el (mm-inline-text-html): Remove use.
2943
2944         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2945         `gnus-blocked-images' to be a function.
2946         (gnus-article-wash-function): Remove.
2947
2948 2010-10-20  Julien Danjou  <julien@danjou.info>
2949
2950         * spam.el (spam-list-of-processors): Mark as obsolete.
2951
2952         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2953         (nnimap-insert-partial-structure): Fix boundary detection.
2954
2955 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2956
2957         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2958         run file-truename on remote files.  This can be expensive and even
2959         prevent one from editing drafts if some unrelated buffer has a stale
2960         connection.
2961
2962 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2963
2964         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2965         kinsoku-eol regardless of shr-kinsoku-shorten.
2966         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2967         (shr-tag-table): Support caption, thead, and tfoot.
2968
2969 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2970
2971         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2972         lines.
2973         (shr-save-contents): New command and keystroke.
2974
2975         * nndoc.el (nndoc-type-alist): Add git support.
2976         (nndoc-git-type-p): New function.
2977         (nndoc-transform-git-article): Ditto.
2978         (nndoc-transform-git-headers): Ditto.
2979         (nndoc-transform-git-headers): Generate Subject headers.
2980
2981         * shr.el (shr-parse-style): New function.
2982         (shr-tag-span): Ditto.
2983
2984         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2985         to `G G' to avoid collisions.
2986
2987 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2988
2989         * shr.el: Load kinsoku if necessary.
2990         (shr-kinsoku-shorten): New internal variable.
2991         (shr-find-fill-point): Make kinsoku shorten text line if
2992         shr-kinsoku-shorten is bound to non-nil.
2993         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2994         shr-indentation too when testing if table is wider than frame width.
2995         (shr-insert-table): Use `string-width' instead of `length' to measure
2996         text width.
2997         (shr-insert-table-ruler): Make sure indentation is done at bol.
2998
2999 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3000
3001         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3002         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3003         undecoded network data.
3004
3005 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3006
3007         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3008         name in the mode line spec so that the mode line menu works
3009         (bug #2431).
3010
3011         * message.el (message-get-reply-headers): If we're fed `to-address',
3012         then always use that.
3013
3014         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3015         aren't so wide as to need to switch off the edit menu.
3016
3017         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3018         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3019
3020         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3021         `M-g'.
3022         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3023         the permanent marks.
3024
3025 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3026
3027         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3028         Splitting according to references/in-reply-to obeys the ignore-groups
3029         variable, while splitting by sender and subject do not.
3030
3031 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3032
3033         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3034         alist, so that we can look for non-Unicode chars.
3035         (article-translate-strings): Allow both character and string maps.
3036
3037 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3038
3039         * shr.el (shr-insert): Don't insert space behind a wide character
3040         categorized as kinsoku-bol, or between characters both categorized as
3041         nospace.
3042
3043 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3044
3045         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3046         headers to gnus-newsgroup-headers.
3047
3048 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3049
3050         * shr.el (shr-tag-img): Don't align images -- since we're not
3051         rescaling, this often leads to ugly displays.
3052
3053 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3054
3055         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3056         duplicates.
3057
3058 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3059
3060         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3061         call.
3062
3063 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3064
3065         * gnus.el: Autoload gnus-html-show-images.
3066
3067         * nnimap.el: Use nnheader-message throughout.
3068
3069         * shr.el (shr-tag-img): Ignore images with no data.
3070
3071 2010-10-15  Julien Danjou  <julien@danjou.info>
3072
3073         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3074         a possibility to disable format=flow encoding when using hard newlines.
3075
3076 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3077
3078         * shr.el (shr-insert): Remove space inserted before or after a
3079         breakable character or at the beginning or the end of a line.
3080         (shr-find-fill-point): Do kinsoku; find the second best point or give
3081         it up if there's no breakable point.
3082
3083 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3084
3085         * nnimap.el (nnimap-open-connection): Message when opening connection
3086         for debugging purposes.
3087
3088         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3089         on every setup buffer call to allow this to change from article to
3090         article.
3091
3092         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3093         buffers where we have a wide table.
3094
3095 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3096
3097         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3098         uses *-request-thread.
3099
3100 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3101
3102         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3103         incantation, which is no longer valid.
3104
3105 2010-10-14  Julien Danjou  <julien@danjou.info>
3106
3107         * shr.el: Fix defcustom type (char -> character).
3108
3109 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3110
3111         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3112         programs.
3113
3114 2010-10-14  Julien Danjou  <julien@danjou.info>
3115
3116         * shr.el (shr-tag-a): Use url-link as widget type.
3117
3118         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3119         `gnus-group-get-icon'.
3120
3121 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3122
3123         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3124         This should make server editing work better.
3125
3126         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3127
3128         * tls.el (tls-program): Remove spurious %s from openssl.
3129
3130         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3131         (nnimap-parse-flags): Fix regexp.
3132
3133         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3134         probably work for CJVK text, too.
3135
3136         * nnimap.el (nnimap-extend-tls-programs): Remove.
3137         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3138
3139         * tls.el (tls-starttls-switches): Remove starttls hack.
3140         (open-tls-stream): Ditto.
3141         (tls-find-starttls-argument): Ditto.
3142
3143 2010-10-13  Julien Danjou  <julien@danjou.info>
3144
3145         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3146         responses.
3147
3148 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3149
3150         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3151
3152         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3153         anything in Emacs.
3154
3155         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3156
3157 2010-10-13  Julien Danjou  <julien@danjou.info>
3158
3159         * shr.el (shr-width): Make shr-width a defcustom with default to
3160         fill-column.
3161         (shr-tag-img): Use shr-width rather than fill-column.
3162
3163 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3164
3165         * dgnushack.el (byte-optimize-apply)
3166         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3167
3168         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3169         position when (X-)Faces exist.
3170         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3171         avatars when called interactively.
3172
3173 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3174
3175         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3176         gnus-article-x-face-too-ugly is bound.
3177
3178 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3179
3180         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3181
3182         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3183         mailbox that doesn't exist.
3184
3185 2010-10-12  Julien Danjou  <julien@danjou.info>
3186
3187         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3188         (shr-get-image-data): Encode URL properly when fetching from cache.
3189         (shr-tag-img): Use aligned-to spaces to align correctly images.
3190
3191         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3192         before inserting the Gravatar.
3193
3194         * shr.el (shr-tag-img): Add align attribute support for <img>.
3195
3196 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3197
3198         * gnus-gravatar.el (gnus-art): Require.
3199
3200         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3201         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3202         Remove long obsoleted functions.
3203
3204 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3205
3206         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3207
3208         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3209
3210         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3211         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3212         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3213         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3214         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3215         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3216         * sieve-manage.el, smime.el, spam.el:
3217         Fix comment for declare-function.
3218
3219 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3220
3221         * nnimap.el (nnimap-request-rename-group): Select group read-only
3222         before renaming it.
3223
3224         * shr.el (shr-insert): Fix up the white space only regexp.
3225
3226         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3227         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3228
3229         * shr.el (shr-current-column): New function.
3230         (shr-find-fill-point): New function.
3231
3232 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3233
3234         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3235         numbers.
3236
3237 2010-10-11  Julien Danjou  <julien@danjou.info>
3238
3239         * shr.el (shr-hr-line): Add.
3240         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3241         display hr lines.
3242         (shr-max-columns): Do not change state to nil if we just inserting
3243         spaces.
3244
3245 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3246
3247         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3248         select the last group.
3249
3250 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3251
3252         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3253
3254 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3255
3256         * dig.el (dig-mode-map): Declare and define in one step.
3257
3258 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3259
3260         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3261         for Gnus.
3262         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3263         (nnimap-update-qresync-info): Mark \Seen articles as read.
3264
3265         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3266         non-variable, too.
3267
3268         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3269         available.
3270         (nnimap-update-info): Rely more on the current active than the param
3271         active to avoid marking articles as read too much.
3272
3273         * auth-source.el (auth-source-create): Use (user-login-name) for the
3274         user name default.
3275
3276         * nnimap.el (nnimap-update-info): If the server doesn't return any
3277         useful info, just use the previous info.
3278         (nnimap-update-info): Prefer old info over start-article.
3279         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3280
3281 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3282
3283         * nnir.el (autoload): Clean up autoloads.
3284         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3285         Use key rather than value.
3286         (nnir-imap-search-other): New variable.
3287         (nnir-read-parm): Use it.
3288         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3289         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3290
3291 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3292
3293         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3294         the process, too.
3295
3296 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3297
3298         * spam.el (gnus-summary-mode-map): Bind to "$".
3299         Suggested by Russ Allbery.
3300
3301         * shr.el: Rework the way things are indented by <li> slightly.
3302
3303         * gnus.el (gnus-group-set-parameter): Fix typo.
3304
3305         * nnimap.el: Start implementing QRESYNC support.
3306
3307 2010-10-09  Julien Danjou  <julien@danjou.info>
3308
3309         * nnir.el (nnir-engines): Fix too many arguments.
3310
3311 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3312
3313         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3314         group is the "last", so that the backends like nnfolder actually save
3315         their folders.
3316
3317         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3318         try to use that for the tls stream.
3319         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3320         UIDVALIDITY and find out which groups are read-only and not.
3321         (nnimap-get-flags): Use the same marks parsing code as the rest of
3322         nnimap.
3323
3324 2010-10-09  Julien Danjou  <julien@danjou.info>
3325
3326         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3327
3328         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3329         retrieving gravatars.
3330
3331         * shr.el (shr-table-corner): Add.
3332         (shr-table-line): Add.
3333         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3334
3335 2010-10-08  Julien Danjou  <julien@danjou.info>
3336
3337         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3338
3339 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3340
3341         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3342
3343         * gnus-sum.el (gnus-mark-article-as-unread)
3344         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3345         (gnus-summary-set-bookmark): Use it.
3346
3347         * gnus-msg.el (gnus-setup-message): Use it.
3348
3349         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3350
3351         * gnus.el (gnus-group-remove-parameter): Use it.
3352
3353         * gnus-group.el (gnus-group-make-web-group): Use it.
3354
3355         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3356
3357         * nnregistry.el: Update docs to mention manual.
3358
3359         * gnus-registry.el: Update docs to mention nnregistry.el.
3360         (gnus-registry-initialize): Don't install nnregistry refer method
3361         automatically.
3362         (gnus-registry-install-nnregistry): Remove it.
3363
3364 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3365
3366         * shr.el (shr-insert): Don't insert double spaces.
3367
3368 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3369
3370         * gnus-gravatar.el (gnus-treat-from-gravatar)
3371         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3372         called interactively.
3373
3374         * gnus-art.el (gnus-mime-view-part-externally)
3375         (gnus-mime-view-part-internally): Make predicate function passed to
3376         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3377         of a mime type.
3378
3379         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3380
3381 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3382
3383         * shr.el (require): Require cl when compiling.
3384         (shr-tag-hr): New function.
3385
3386         * nnimap.el (nnimap-update-info): Remove double setting of high.
3387         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3388         This makes nnimap work properly on Courier again.
3389
3390         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3391         the variable for backwards compatability.
3392
3393         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3394         the file name before using to avoid setting mm-default-directory to
3395         nil.
3396
3397         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3398         bidning gnus-agent variables.
3399
3400         * shr.el (shr-render-td): Use a cache for the table rendering function
3401         to avoid getting an exponential rendering behaviour in nested tables.
3402         (shr-insert): Rework the line-breaking algorithm.
3403         (shr-insert): Don't leave trailing spaces.
3404         (shr-insert-table): Also insert empty TDs.
3405         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3406
3407 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3408
3409         * gnus-sum.el (gnus-number): Rename from `number'.
3410         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3411         (gnus-summary-limit-children): Update uses correspondingly.
3412
3413 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3414
3415         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3416         (gnus-gravatar-transform-address): Don't show avatars of people of
3417         which mail addresses match gnus-gravatar-too-ugly.
3418
3419 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3420
3421         * shr.el (shr-table-widths): Expand TD elements to fill available
3422         space.
3423
3424 2010-10-07  Julien Danjou  <julien@danjou.info>
3425
3426         * nnimap.el (nnimap-request-rename-group): Add this method.
3427
3428 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3429
3430         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3431         name from XEmacs' function-arglist.
3432
3433         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3434         gravatar under XEmacs.
3435
3436 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3437
3438         * auth-source.el: Update docs with TODO items.
3439
3440         * gnus-sync.el: Update docs to explain state and plans.
3441
3442         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3443         Hooks for mark updates.
3444         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3445
3446         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3447         hooks with arguments, which is needed for mark update hooks.
3448
3449 2010-10-06  Julien Danjou  <julien@danjou.info>
3450
3451         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3452         was matched.
3453
3454         * sieve-manage.el: Update example in `Commentary'.
3455
3456         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3457
3458         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3459         not 2000.
3460         (sieve-manage-authenticate): Re-add function.
3461
3462 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3463
3464         * shr.el (shr-insert): Get 'space transition right.
3465         (shr-render-td): Only delete space at the end of the TD.
3466
3467         * nnimap.el (nnimap-open-connection): Prepare to support
3468         open-gnutls-stream.
3469
3470         * shr.el: Rearrange function order to be more logical.
3471
3472 2010-10-06  Julien Danjou  <julien@danjou.info>
3473
3474         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3475         (nnrss-discover-feed): Remove 404 URL in docstring.
3476
3477         * nnir.el: Fix Swish-E URL.
3478         Fix Namazu URL.
3479
3480         * message.el (message-change-subject): Remove 404 URL in a comment.
3481
3482 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3483
3484         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3485         called interactively.
3486
3487         * gnus-util.el (gnus-remove-if): Allow hash table.
3488         (gnus-remove-if-not): New function.
3489
3490         * gnus-art.el (gnus-mime-view-part-as-type)
3491         * gnus-score.el (gnus-summary-score-effect)
3492         * gnus-sum.el (gnus-read-move-group-name):
3493         Replace remove-if-not with gnus-remove-if-not.
3494
3495         * gnus-group.el (gnus-group-completing-read):
3496         Regard collection as a hash table if it is not a list.
3497
3498 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3499
3500         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3501
3502         * shr.el: Document the table-rendering algorithm.
3503
3504 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3505
3506         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3507         for Emacsen having no `libxml-parse-html-region' support.
3508
3509 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3510
3511         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3512         invalid URLs.
3513
3514         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3515         line-broken.
3516         (shr-tag-img): Ignore image fetching errors.
3517         (shr-overlays-in-region): Compute overlay positions correctly.
3518
3519         * mm-decode.el (mm-shr): Require shr.
3520
3521         * gnus-art.el (gnus-blocked-images): Move variable here.
3522
3523         * shr.el (shr-insert-table): Bind free variable.
3524
3525         * mm-decode.el (mm-shr): Bind shr-content-function.
3526
3527         * shr.el (shr-content-function): New variable.
3528
3529         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3530         added for symmetry.
3531
3532         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3533
3534         * gnus-group.el (gnus-group-make-group): Doc fix.
3535
3536         * nnimap.el (nnimap-request-newgroups): Return success.
3537
3538         * shr.el (shr-find-elements): New function.
3539         (shr-tag-table): Put all the images after the table.
3540         (shr-tag-table): Really inhibit images inside the table.
3541         (shr-collect-overlays): Copy over overlays from the TD elements to the
3542         main document.
3543
3544         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3545         gnus-blocked-images.
3546
3547 2010-10-05  Julien Danjou  <julien@danjou.info>
3548
3549         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3550
3551         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3552         (gnus-html-maximum-image-size): Add this function.
3553         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3554
3555         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3556         server-value of the capability is nil.
3557
3558 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3559
3560         * shr.el (shr-tag-em): Add <EM> tag.
3561
3562 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3563
3564         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3565         customizable.
3566
3567         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3568         handing broken links to browse-url.
3569
3570 2010-10-05  Julien Danjou  <julien@danjou.info>
3571
3572         * gnus-util.el (gnus-emacs-completing-read)
3573         (gnus-iswitchb-completing-read): Use autoload rather than require.
3574
3575 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3576
3577         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3578         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3579         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3580         iswitchb-temp-buflist for XEmacs.
3581
3582         * gnus-util.el (gnus-completing-read-function): Exclude
3583         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3584         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3585         XEmacs.
3586
3587         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3588         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3589
3590         * gnus-html.el: Don't require help-fns under XEmacs.
3591         (gnus-html-schedule-image-fetching): Work for XEmacs.
3592
3593         * mm-decode.el (mm-shr): Decode contents by charset.
3594
3595 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3596
3597         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3598         unknown.
3599
3600         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3601         (shr-get-image-data): Ensure against the cache file missing.
3602
3603         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3604         for data.
3605
3606         * spam-report.el (spam-report-url-ping-plain): Don't query about
3607         killing the process.
3608
3609         * shr.el (shr-render-td): Protect against too-wide text.
3610
3611 2010-10-04  Julien Danjou  <julien@danjou.info>
3612
3613         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3614         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3615
3616         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3617         retrieved.
3618
3619 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3620
3621         * shr.el (browse-url): Require.
3622         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3623         lines.
3624         (shr-show-alt-text, shr-browse-image): New commands.
3625         (shr-browse-url, shr-copy-url): New commands.
3626
3627         * gnus-sum.el (gnus-widen-article-window): New variable.
3628         (gnus-summary-select-article-buffer): Use it.
3629
3630         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3631         without @ signs.
3632
3633 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3634
3635         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3636
3637 2010-10-04  Julien Danjou  <julien@danjou.info>
3638
3639         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3640         for XEmacs.
3641
3642 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3643
3644         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3645
3646         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3647         (nnimap-close-server): Implement.
3648
3649         * dgnushack.el (iswitchb): Require to shut up the compiler.
3650
3651         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3652         (shr-insert): Tweak line breaking.
3653         (shr-insert): Handle <pre> better.
3654         (shr-tag-li): Get <li> indentation right.
3655         (shr-tag-li): Get <li> indentation even righter.
3656         (shr-tag-blockquote): Ensure paragraph start.
3657         (shr-make-table): Tweak table generation.
3658         (shr-make-table): Fix typo.
3659
3660         * shr.el: Implement table rendering.
3661
3662 2010-10-04  Julien Danjou  <julien@danjou.info>
3663
3664         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3665
3666 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3667
3668         * shr.el (shr-insert): Use string anchors instead of line anchors.
3669
3670 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3671
3672         * shr.el: Add headings.
3673         (shr-ensure-paragraph): Actually work.
3674         (shr-tag-li): Make <ul> prettier.
3675         (shr-insert): Get white space at the beginning/end of elements right.
3676         (shr-tag-p): Collapse subsequent <p>s.
3677         (shr-ensure-paragraph): Don't insert double line feeds after blank
3678         lines.
3679         (shr-insert): \t is also space.
3680         (shr-tag-s): Fix "s" tag name function.
3681         (shr-tag-s): Fix face prop name.
3682
3683 2010-10-03  Julien Danjou  <julien@danjou.info>
3684
3685         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3686
3687         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3688         gnus-window-inside-pixel-edges.
3689
3690         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3691         gnus-ems.
3692
3693         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3694
3695         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3696         function.
3697
3698         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3699         resize choice.
3700
3701 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3702
3703         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3704         beginning of the buffer.
3705
3706         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3707         article buffer again.
3708
3709         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3710
3711         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3712         when it's at the start of the buffer.
3713
3714         * shr.el (shr-tag-blockquote): Convert name.
3715         (shr-rescale-image): Use the right image-size variant.
3716
3717         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3718         buffer isn't shown, then select the current article first instead of
3719         bugging out.
3720         (gnus-summary-select-article-buffer): Show both the article and summary
3721         buffers again.
3722
3723         * shr.el (shr-fontize-cont): Protect against regions with no text.
3724         Rename tag functions to shr-tag-* for enhanced security.
3725         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3726
3727 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3728
3729         * shr.el (shr-insert):
3730         * pop3.el (pop3-movemail):
3731         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3732         loaded.
3733
3734 2010-10-03  Glenn Morris  <rgm@gnu.org>
3735
3736         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3737
3738         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3739
3740         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3741
3742         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3743
3744         * gnus-util.el (gnus-make-local-hook): Simplify.
3745
3746 2010-10-02  Julien Danjou  <julien@danjou.info>
3747
3748         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3749         (gnus-ido-completing-read): New function.
3750         (gnus-emacs-completing-read): New function.
3751         (gnus-completing-read): Use gnus-completing-read-function.
3752         Add gnus-completing-read-function.
3753
3754 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3755
3756         * shr.el (shr-insert-document): Autoload.
3757         (shr-img): Be silent.
3758         (shr-insert): Add a newline after every picture before text.
3759         (shr-add-font): Use overlays for combining faces.
3760         (shr-insert): Pass upwards the text start point.
3761
3762         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3763         possible.
3764         (mm-shr): New function.
3765
3766 2010-10-02  Julien Danjou  <julien@danjou.info>
3767
3768         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3769         should go backward.
3770
3771 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3772
3773         * shr.el (shr): Fix typo in provide call.
3774
3775 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3776
3777         * shr.el: New file.
3778
3779         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3780
3781         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3782         completing read.
3783
3784 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3785
3786         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3787         we're being queried about.  Suggested by Dan Jacobson.
3788
3789         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3790         Suggested by Jason Eisner.
3791
3792         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3793         table, too.  Suggested by Stefan Wiens.
3794         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3795         the table unnecessary.  Suggested by Stefan Wiens.
3796
3797         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3798         longer needed, and probably doesn't work either, as pointed out by
3799         Stefan Wiens.
3800         (gnus-summary-exit): Remove call to the clearing function.
3801         (gnus-summary-exit-no-update): Ditto.
3802
3803         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3804         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3805         Reported by Stefan Monnier.
3806         (gnus-summary-save-in-rmail): Ditto.
3807
3808         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3809         article buffer, instead of both the article buffer and the summary
3810         buffer.  Sort of suggested by Dan Jacobson.
3811
3812         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3813
3814         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3815         Suggested by Dan Jacobson.
3816
3817         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3818         documentation clearer.
3819
3820         * message.el (message-shorten-references): Comment on the number "21".
3821         Suggested by Stefan Monnier.
3822
3823         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3824         Suggested by Dan Jacobson.
3825
3826         * gnus.el (gnus-large-newsgroup):
3827         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3828
3829         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3830         externalize attachments.  Bug reported by Steve Wen.
3831
3832         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3833         really message anything to the user.
3834
3835         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3836         directly.
3837
3838         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3839         messages in empty groups.
3840
3841 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3842
3843         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3844         non-UIDNEXT group.
3845
3846 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3847
3848         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3849         not the value from the collection.
3850
3851         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3852         values.  This sometimes happens on some groups that have no info.
3853         (nnimap-request-newgroups): New function.
3854
3855 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3856
3857         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3858         check into `gnus-registry-initialize'.
3859         (gnus-registry-initialize): Ditto.
3860         Fix and extend header docs.
3861
3862 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3863
3864         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3865         regexp backtrace overflows.
3866
3867         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3868         for starttls that tls.el implements; i.e. openssl.
3869
3870         * tls.el (tls-starttls-switches): Give up on using starttls with
3871         gnutls-cli.
3872         (tls-program): Add --insecure to be consistent with the defaults from
3873         openssl s_client.  Now all three commands are insecure.
3874
3875 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3876
3877         * lpath.el: Bind completion-styles-alist for XEmacs.
3878
3879         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3880         (gravatar-create-image): New function that's an alias to
3881         gnus-xmas-create-image, gnus-create-image, or create-image.
3882         (gravatar-data->image): Use it.
3883
3884 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3885
3886         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3887         install the nnregistry refer method.
3888         (gnus-registry-install-hooks): Use it.
3889         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3890         unfollowed groups.
3891
3892 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3893
3894         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3895         expanding threads.
3896
3897 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3898
3899         * nnir.el: Use the server names without suffixes (bug #7009).
3900
3901         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3902         unencrypted to STARTTLS, if possible.
3903
3904 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3905
3906         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3907         headers before superseding.
3908
3909 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3910
3911         * nnrss.el (nnrss-use-local): Add documentation.
3912
3913         * nnimap.el (nnimap-extend-tls-programs): New function.
3914         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3915         (nnimap-wait-for-connection): Accept the greeting from the stupid
3916         output from openssl s_client -starttls, too.
3917
3918         * tls.el (tls-starttls-switches): New variable.
3919         (tls-find-starttls-argument): Use it.
3920         (open-tls-stream): Ditto.
3921
3922         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3923         (netrc-machine): Ditto.
3924
3925         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3926         article number.
3927         (nnimap-split-fancy): New variable.
3928         (nnimap-split-incoming-mail): Use it.
3929
3930         * nntp.el (nntp-server-list-active-group): Document.
3931
3932         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3933         SELECT to get the message-id.
3934
3935         * mail-source.el (mail-sources): Remove webmail support.
3936         (defvar): Ditto.
3937         (mail-source-fetcher-alist): Ditto.
3938         (mail-source-fetch-webmail): Remove.
3939
3940         * webmail.el: Remove -- doesn't seem relevant any more.
3941
3942         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3943
3944         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3945         the \r.
3946
3947 2010-09-30  Julien Danjou  <julien@danjou.info>
3948
3949         * gnus-agent.el (gnus-agent-add-group): Fix call to
3950         gnus-completing-read.
3951
3952 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3953
3954         * nndoc.el (nndoc-retrieve-groups): New function.
3955
3956         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3957         `default', use nnmail-split-methods.
3958         (nnimap-request-article): Downcase the NILs so that they are nil.
3959
3960         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3961         symbol.
3962
3963         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3964         code, since if the user has requested network, that's what they ought
3965         to get.
3966         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3967         (nnimap-split-rule): Mark as obsolete.
3968
3969         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3970         New variable.
3971
3972         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3973         correct slot, too.
3974
3975 2010-09-29  Julien Danjou  <julien@danjou.info>
3976
3977         * gnus.el (gnus-local-domain): Declare variable obsolete.
3978
3979         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3980         Fix history computing.
3981         (gnus-ido-completing-read): Require ido.
3982
3983 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3984
3985         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3986         build Gnus.
3987
3988         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3989         when interpreting the structures.
3990         (nnimap-request-accept-article): Add \r\n to the lines to make this
3991         work with Cyrus.
3992
3993         * nndraft.el (nndraft-request-expire-articles): Use the group name
3994         instead if "nndraft".  Fix found by Nils Ackermann.
3995
3996 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3997
3998         * nnregistry.el: Add.
3999
4000 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4001
4002         * nnmail.el (group, group-art-list, group-art):
4003         Remove unneeded directives.
4004
4005 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4006
4007         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4008         (mm-mime-charset)
4009         * rfc2047.el (rfc2047-syntax-table)
4010         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4011
4012         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4013         rather than `insert-file-contents' and `eval-region'.
4014
4015         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4016         construction.
4017
4018         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
4019
4020         * time-date.el: No need to require cl for Emacs 21.
4021
4022 2010-09-29  Julien Danjou  <julien@danjou.info>
4023
4024         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4025         replacement of `gnus-gravatar-relief' to mimic
4026         `gnus-faces-properties-alist'.
4027         Add :version property.
4028
4029 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4030
4031         * mail-source.el (mail-source-report-new-mail)
4032         * message.el (message-default-mail-headers)
4033         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4034
4035         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4036
4037 2010-09-28  Julien Danjou  <julien@danjou.info>
4038
4039         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4040         mail-address contains the same string as real-name.
4041
4042         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4043         non-blank in header, otherwise it'll get stripped.
4044
4045         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4046         real-name, and then for mail address rather than doing : or , search.
4047
4048 2010-09-27  Julien Danjou  <julien@danjou.info>
4049
4050         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4051         right completing-read function.
4052         (gnus-use-ido): New variable
4053         (gnus-completing-read-with-default): Remove.
4054         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4055         (gnus-agent-add-group):
4056         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4057         * mm-view.el (mm-view-pkcs7-decrypt):
4058         * mm-util.el (mm-codepage-setup):
4059         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4060         * mml-smime.el (mml-smime-openssl-sign-query):
4061         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4062         (mml-insert-multipart):
4063         * gnus-msg.el (gnus-summary-yank-message):
4064         * gnus-int.el (gnus-start-news-server):
4065         * mm-decode.el (mm-interactively-view-part):
4066         * gnus-dired.el (gnus-dired-attach):
4067         * gnus.el (gnus-read-method):
4068         * gnus-bookmark.el (gnus-bookmark-jump):
4069         * gnus-art.el (gnus-mime-view-part-as-type)
4070         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4071         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4072         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4073         * nnmairix.el (nnmairix-create-server-and-default-group)
4074         (nnmairix-update-groups, nnmairix-get-server)
4075         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4076         (nnmairix-get-group-from-file-path):
4077         * nnrss.el (nnrss-find-rss-via-syndic8):
4078         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4079         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4080         (gnus-group-browse-foreign-server):
4081         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4082         (gnus-summary-execute-command, gnus-summary-respool-article)
4083         (gnus-read-move-group-name):
4084         * gnus-score.el (gnus-summary-increase-score)
4085         (gnus-summary-score-effect):
4086         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4087
4088 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4089
4090         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4091         x-focus-frame.
4092
4093         * nnimap.el (auth-source-forget-user-or-password)
4094         (auth-source-user-or-password): Autoload.
4095
4096         * message.el (message-from-style, message-interactive)
4097         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4098         (message-yank-prefix, message-indentation-spaces, message-signature)
4099         (message-signature-file): Add comment.
4100
4101 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4102
4103         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4104         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4105         new articles.
4106
4107         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4108         parts.
4109         (nnimap-request-article): Work with the t setting, too.
4110
4111         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4112         that you don't get flashes of other buffers.
4113         (gnus-summary-show-complete-article): Intern before setting.
4114
4115 2010-09-27  David Engster  <dengste@eml.cc>
4116
4117         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4118         well as HEADERS.
4119         (nnmairix-retrieve-headers): Provide new argument for the above.
4120
4121 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4122
4123         * gnus-sum.el (gnus-summary-move-article): Don't alter
4124         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4125         group.
4126
4127         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4128
4129         * message.el (message-cite-prefix-regexp): Revert my last edit.
4130
4131         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4132         variable instead of the Gnus variable.
4133
4134         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4135
4136         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4137
4138         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4139         since some servers don't like it.
4140         (nnimap-open-connection): Forget credentials if the server says the
4141         password was wrong.
4142         (nnimap-parse-line): Protect against invalid data.
4143
4144         * gnus-sum.el (gnus-summary-move-article): Add comment.
4145         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4146         nothing alters it while scanning for new messages.
4147
4148         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4149         which may or may not help.
4150         (nnimap-open-connection): If we're doing a stream connection, and then
4151         discover we're on a STARTTLS-capable server, then open a STARTTLS
4152         connection instead.
4153
4154 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4155
4156         * nnimap.el (utf7): Require.
4157
4158         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4159         prefix.
4160
4161 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4162
4163         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4164
4165 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4166
4167         * nnimap.el (nnimap-request-accept-article): Message the error on
4168         error.
4169
4170 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4171
4172         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4173
4174 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4175
4176         * nndoc.el (nndoc-request-list): Return success always.
4177
4178         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4179         `fetch-old' -- we only want to fetch the articles we've requested.
4180         The rest are in the agent, probably.
4181         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4182         disappeared server" to something low.  It's not important.
4183
4184         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4185         arrived before the FETCH data.
4186
4187         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4188         target here, because we don't know the Gnus name of the group.
4189
4190         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4191         for the correct group.
4192
4193         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4194
4195         * gnus.el (gnus): Give a final warning after startup.
4196
4197         * gnus-util.el (gnus-action-message-log): New variable.
4198         (gnus-message): Use it.
4199         (gnus-final-warning): New function.
4200
4201         * nnimap.el (nnimap-open-connection): Record the greeting.
4202         (nnimap): Add greeting.
4203
4204 2010-09-26  Julien Danjou  <julien@danjou.info>
4205
4206         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4207         arguments.
4208         (gnus-html-wash-images): Fix spec computing to include start/end.
4209
4210         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4211
4212 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4213
4214         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4215         deletion.
4216         (nnimap-retrieve-headers): Don't select the group, because that's
4217         already done by nnimap-possibly-change-group.
4218
4219         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4220         (gnus-picon-transform-address): Use it.
4221
4222         * mail-source.el (mail-source-value): Revert previous patch.
4223
4224         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4225         on failure.
4226         (nnimap-open-connection): Look up both virtual and physical server name
4227         credentials.
4228
4229         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4230
4231 2009-02-07  Dave Love  <fx@gnu.org>
4232
4233         * tls.el (open-tls-stream): Don't query killing process.
4234
4235 2009-02-08  Dave Love  <fx@gnu.org>
4236
4237         * gnus-win.el (gnus-window-to-buffer-helper)
4238         (gnus-all-windows-visible-p): Function needn't be a symbol.
4239
4240         * mail-source.el (mail-source-value): Function needn't be a symbol.
4241
4242 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4243
4244         * message.el (message-cite-prefix-regexp): Remove } from the cite
4245         prefix.
4246
4247         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4248         highlight again, so that the highlight is correct.
4249
4250         * gnus-picon.el (gnus-picon): Remove again.
4251         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4252
4253         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4254         doing the header highlightling, so that the background colour of the
4255         picon is correct.
4256
4257         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4258         (gnus-picon): Ditto.
4259         (gnus-picon): Reinstate.  The background colour for picons is white.
4260         (gnus-picon-insert-glyph): Make the background white.
4261
4262         * nnml.el (nnml-open-nov): Don't return dead buffers.
4263
4264         * auth-source.el (auth-source-create): Query the user for whether to
4265         store the credentials.
4266
4267         * netrc.el (netrc-store-data): New function.
4268
4269         * auth-source.el (auth-source-user-or-password): Use the existing auth
4270         sources, if any, for creation.
4271
4272         * gnus.el (gnus-group-fast-parameter): Return the last matching
4273         parameter instead of the first matching parameter.
4274
4275 2010-09-26  Julien Danjou  <julien@danjou.info>
4276
4277         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4278
4279 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4280
4281         * mml2015.el (mml2015-use): Remove gpg support.
4282
4283         * mml1991.el (mml1991-function-alist): Remove gpg function.
4284         (mml1991-gpg-sign): Remove.
4285
4286 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4287
4288         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4289         (gnus-browse-unsubscribe-current-group): Document it.
4290         (gnus-browse-unsubscribe-group): Use it.
4291
4292 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4293
4294         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4295         address to the To list for easier response.
4296
4297         * gnus.el (gnus-play-startup-jingle): Remove.
4298         (gnus-splash): Don't play jingle.
4299         (gnus): Silence gnus-load message.
4300
4301         * gnus-art.el (gnus-treat-play-sounds): Remove.
4302
4303         * gnus.el (gnus-play-jingle): Remove audio support.
4304
4305         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4306
4307         * earcon.el: Remove -- no users.
4308
4309         * gnus-audio.el: Remove -- no users of this package.
4310
4311         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4312
4313         * gnus-start.el (gnus-setup-news): Remove nocem support.
4314
4315         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4316
4317         * gnus.el (gnus-use-nocem): Remove.
4318
4319         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4320         Remove.
4321
4322         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4323         uses NoCeM any more.
4324
4325         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4326         (gnus-button-ctan-handler): Ditto.
4327         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4328         (gnus-button-ctan-directory-regexp): Ditto.
4329         (gnus-button-handle-ctan): Ditto.
4330         (gnus-button-tex-level): Ditto.
4331         (gnus-button-alist): Remove CTAN stuff.
4332
4333 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4334
4335         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4336         nnimap-streaming test.
4337
4338         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4339         servers twice.
4340
4341         * nnimap.el (nnimap-open-connection): Add more error reporting when
4342         nnimap fails early.
4343
4344         * nnheader.el (nnheader-get-report-string): New function.
4345         (nnheader-get-report): Use it.
4346
4347         * gnus-int.el (gnus-check-server): Say what the error was when opening
4348         failed.
4349
4350         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4351         using streaming.
4352
4353 2010-09-25  Julien Danjou  <julien@danjou.info>
4354
4355         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4356         gnus-window-inside-pixel-edges.
4357
4358 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4359
4360         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4361
4362         * mm-decode.el (mm-save-part): Allow saving to other directories the
4363         normal Emacs way.
4364
4365         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4366         Suggested by Jay Berkenbilt.
4367
4368         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4369         there isn't a single byte.
4370
4371         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4372         just do it.  It doesn't really seem to matter what the user responds
4373         here, I think, so it's just a confusing question.
4374
4375         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4376         non-streaming case.
4377
4378         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4379         (gnus-article-encrypt-body): Use it.
4380
4381         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4382         keystroke.
4383
4384         * nnimap.el (nnimap-find-wanted-parts-1):
4385         Use gnus-fetch-partial-articles.
4386
4387         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4388
4389         * nnimap.el (nnimap-insert-partial-structure): New function.
4390         (nnimap-get-partial-article): New function.
4391         (nnimap-request-article): Use it.
4392         (nnimap-wait-for-response): Return whether the wait was successful.
4393         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4394         retrieval wasn't successful.
4395         (nnimap-retrieve-group-data-early): Allow throttling servers.
4396         (nnimap-streaming): New variable.
4397         (nnimap-fetch-partial-articles): Remove.
4398
4399         * mm-decode.el (mm-with-part): Protect against killed buffers.
4400
4401         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4402         for prettier summary display.
4403
4404 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4405
4406         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4407
4408 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4409
4410         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4411         apparently third-party libraries depend on it.
4412
4413         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4414         before starting negotiation.
4415
4416         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4417         privacy reasons.
4418         (gnus-treat-mail-gravatar): Ditto.
4419
4420         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4421         buffer when inserting images.  Inserting text into the headers, for
4422         instance, can make them invalid.
4423
4424 2010-09-25  Julien Danjou  <julien@danjou.info>
4425
4426         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4427         variables.
4428
4429         * nnheader.el: Remove useless variables news-reply-yank-from and
4430         news-reply-yank-message-id.
4431
4432         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4433         variables.
4434
4435         * mml1991.el: Remove useless mml1991-verbose.
4436
4437         * gnus.el: Remove useless variable gnus-use-generic-from.
4438         Remove obsolete variable gnus-topic-indentation.
4439
4440         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4441
4442         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4443
4444         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4445
4446         * gnus-group.el: Remove useless gnus-group-icon-cache.
4447         Remove useless gnus-ephemeral-group-server.
4448
4449         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4450
4451         * mml2015.el: Remove useless mml2015-verbose.
4452
4453         * mml-smime.el: Remove useless mml-smime-verbose.
4454
4455         * gnus.el: Remove useless gnus-local-domain.
4456
4457         * gnus-gravatar.el (gnus-gravatar-transform-address):
4458         Use gnus-gravatar-size.
4459
4460         * gnus-art.el: Remove useless gnus-treat-translate.
4461
4462 2010-09-24  Julien Danjou  <julien@danjou.info>
4463
4464         * gnus-sum.el: Add support for Gravatars.
4465
4466         * gnus-art.el: Add support for Gravatars.
4467
4468         * gnus-gravatar.el: Add this file.
4469
4470         * gravatar.el: Add this file.
4471
4472 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4473
4474         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4475
4476         * gnus-group.el (gnus-group-fetch-faq): Remove.
4477
4478         * gnus.el (gnus-group-faq-directory): Remove.
4479
4480         * gnus-group.el (gnus-group-fetch-charter): Remove.
4481
4482         * gnus.el (gnus-group-charter-alist): Remove.
4483
4484         * gnus-group.el (gnus-group-archive-directory): Remove.
4485         (gnus-group-recent-archive-directory): Ditto.
4486         (gnus-group-make-archive-group): Remove.
4487
4488         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4489
4490         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4491         use the same article number for all the cached articles.
4492
4493         * nnimap.el (nnimap-command): Register the last command time so
4494         that we can use it for idling NOOPs.
4495         (nnimap-open-connection): Start the keeplive timer.
4496         (nnimap-make-process-buffer): Store all the process buffers.
4497         (nnimap-keepalive): New function.
4498
4499         * starttls.el (starttls-open-stream): Add autoload cookie.
4500
4501 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4502
4503         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4504         handling.
4505
4506 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4507
4508         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4509         its data structures.
4510
4511         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4512         instead of the cl.el copy-list.
4513         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4514         equalp.
4515
4516 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4517
4518         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4519         and tool-bar-local-item-from-menu.
4520
4521         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4522         mode-line-highlight face for Emacs.
4523
4524         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4525         loading gnus-sum.elc; fix comment for canlock-verify.
4526         (gnus-article-jump-to-part): Use read-number.
4527         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4528         Remove Emacs pre-21 compatible code for help-echo.
4529         (gnus-article-next-page-1): No need to adjust the number of lines.
4530         (gnus-article-describe-bindings): Always use help-buffer.
4531
4532         * gnus-audio.el (gnus-audio-inline-sound)
4533         * gnus-cus.el (gnus-custom-mode)
4534         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4535
4536         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4537
4538         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4539         compatible code.
4540
4541 2010-09-24  Glenn Morris  <rgm@gnu.org>
4542
4543         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4544         visiting the fcc file in rmail-mode.
4545
4546         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4547
4548 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4549
4550         * nnir.el: Silence the byte compiler.
4551
4552         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4553         alias to browse-url-url-encode-chars if any.
4554         (gnus-html-encode-url): Use it.
4555
4556 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4557
4558         * gnus-start.el (gnus-use-backend-marks): New variable.
4559         (gnus-get-unread-articles-in-group): Use it.
4560
4561         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4562         makeover.
4563
4564 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4565
4566         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4567
4568 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4569
4570         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4571         Remove.
4572         (gnus-setup-news-hook):
4573         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4574
4575         * gnus-int.el (gnus-request-update-info): Protect against backends not
4576         having the function.
4577
4578         * nnimap.el (nnimap-stream): Mention starttls.
4579         (nnimap-open-connection): Add starttls support.
4580
4581 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4582
4583         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4584
4585 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4586
4587         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4588         BODYSTRUCTUREs.
4589         (nnimap-transform-headers): Unfold quoted {42} headers.
4590
4591         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4592         the info.
4593         (gnus-get-unread-articles): Only call updatep on backends that support
4594         it.
4595
4596         * nnweb.el (nnweb-request-update-info): NOOP.
4597
4598         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4599
4600         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4601         since it only deals with marks.
4602
4603         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4604         gnus-request-marks, and make a new gnus-request-update-info.
4605
4606         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4607         the active instead of the high number, which is usually too low.
4608
4609 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4610
4611         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4612         * encrypt.el: Remove.
4613
4614 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4615
4616         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4617         server in symbolic form.
4618
4619         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4620
4621 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4622
4623         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4624         (nnimap-update-info): Fix up code slightly.
4625
4626         * gnus-int.el (gnus-open-server): Add tracing for performance
4627         debugging.
4628
4629         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4630         (gnus-group-insert-group-line): Pass the real group name so that it
4631         gets the right data.
4632
4633         * gnus-start.el (gnus-get-unread-articles): Don't have
4634         `gnus-get-unread-articles-in-group' update info, since that can be
4635         really slow and doesn't seem to be needed?
4636
4637 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4638
4639         * time-date.el (date-to-time): Try using parse-time-string first before
4640         using the slower timezone-make-date-arpa-standard.
4641
4642 2010-09-22  Julien Danjou  <julien@danjou.info>
4643
4644         * gnus-group.el (gnus-group-insert-group-line):
4645         Call gnus-group-highlight-line.
4646         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4647         default hook list.
4648         (gnus-group-update-eval-form): Add new function.
4649         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4650         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4651
4652 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4653
4654         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4655         immediate, then expire all articles.
4656         (nnimap-update-info): Fix off-by-one errors.
4657         (nnimap-flags-to-marks): Would return no marks lists for group with no
4658         flags.  Instead return the other data.
4659
4660 2010-09-22  Julien Danjou  <julien@danjou.info>
4661
4662         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4663         Only return an icon.
4664         (gnus-group-insert-group-line): Compute icon to return.
4665
4666         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4667         (gnus-html-image-fetched): Only cache if
4668         gnus-html-image-automatic-caching is set.
4669         (gnus-html-image-fetched): Check for errors.
4670
4671 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4672
4673         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4674         once per method on `g'.  This ensures that backends like nnfolder don't
4675         open all their folders.
4676
4677         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4678         (nnimap-request-list): Nix out group in the correct buffer.
4679         (nnimap-parse-flags): Implement by using `read' instead of
4680         hand-parsing.
4681         (nnimap-flags-to-marks): Pass on permanent-flags.
4682         (nnimap-make-process-buffer): Record the server name.
4683         (nnimap-parse-flags): Fix typo.
4684         (nnimap-request-scan): Run split on the server in general, not just a
4685         single group.
4686
4687         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4688         parameter, and propagate this downwards.
4689
4690         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4691         since EXAMINE changes it on the server.
4692
4693         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4694         this command might take a while.
4695
4696 2010-09-22  Julien Danjou  <julien@danjou.info>
4697
4698         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4699         harmful if you have 2 images side-by-side, they can't be properly
4700         update on text deletion.  Using text-property is safer here.
4701         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4702         data.
4703
4704 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4705
4706         * nnimap.el (nnimap-expunge-inbox): Remove.
4707         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4708         (nnimap-expunge): Flip default to t.
4709
4710         * gnus.el (gnus-method-to-server): Don't push things to the cache
4711         unless it's unique.
4712         (gnus-server-to-method): Ditto.
4713
4714 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4715
4716         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4717
4718 2010-09-22  Julien Danjou  <julien@danjou.info>
4719
4720         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4721         get the start of data.
4722         (gnus-html-encode-url): Add this function to encode special chars in
4723         URL.
4724         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4725         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4726
4727         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4728         default.
4729         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4730
4731         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4732         images alt-text.
4733         (gnus-html-put-image): Put alt-text as help-echo.
4734
4735 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4736
4737         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4738         * mm-util.el (mm-decompress-buffer)
4739         * nnir.el (nnir-run-find-grep)
4740         * pop3.el (pop3-list): Use 3rd arg of split-string.
4741
4742         * time-date.el (format-seconds): Comment fix.
4743
4744         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4745         and byte-optimize-form-code-walker.
4746         (dgnushack-make-auto-load): Don't advise make-autoload.
4747
4748         * lpath.el: Remove Emacs 21 stuff.
4749
4750 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4751
4752         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4753         outside the active range.  Suggested by Dan Christensen.
4754
4755         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4756         slightly later to avoid double-getting it.
4757
4758         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4759         previous patch.
4760
4761         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4762
4763 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4764
4765         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4766
4767 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4768
4769         * gnus-int.el (gnus-open-server): Give a better error message in the
4770         "go offline" case.
4771
4772         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4773         marks for nnimap, which is seldom the right thing to do.
4774
4775         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4776         (gnus-same-method-different-name): New function.
4777
4778         * nnimap.el (parse-time): Require.
4779
4780         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4781         method in the presence of many similar methods.
4782
4783         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4784
4785         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4786         nnml-inhibit-expiry.
4787
4788         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4789         find out whether methods are equal.
4790
4791         * nnimap.el (nnimap-find-expired-articles): New function.
4792         (nnimap-process-expiry-targets): New function.
4793         (nnimap-request-move-article): Request the article before looking at
4794         what the Message-ID is.  Fix found by Andrew Cohen.
4795         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4796
4797         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4798         for oldness in addition to being a predicate.
4799
4800         * nnimap.el (nnimap-request-group): When we have zero articles, return
4801         the right data to Gnus.
4802         (nnimap-request-expire-articles): Only delete articles immediately if
4803         the target is 'delete.
4804
4805         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4806         method, this would bug out.
4807
4808         * gnus-group.el (gnus-group-expunge-group): Rename from
4809         gnus-group-nnimap-expunge, and implemented as a normal interface
4810         function.
4811
4812         * gnus-int.el (gnus-request-expunge-group): New function.
4813
4814         * nnimap.el (nnimap-request-create-group): Implement.
4815         (nnimap-request-expunge-group): New function.
4816
4817 2010-09-21  Julien Danjou  <julien@danjou.info>
4818
4819         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4820         (gnus-html-cache-expired): Add new function.
4821         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4822         wethever we should display image for fetch it.
4823         Compute alt-text earlier to pass it to the fetching function too.
4824         (gnus-html-schedule-image-fetching): Change function argument to only
4825         get one image at a time, not a list.
4826         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4827         cache.
4828         (gnus-html-get-image-data): New function to retrieve image data from
4829         cache.
4830         (gnus-html-put-image): Change buffer argument to use image data rather
4831         than file, and place image above region rather than inserting a new
4832         one.  Do not take alt-text as argument, since it's useless now: we place
4833         the image above alt-text.
4834         (gnus-html-prune-cache): Remove.
4835         (gnus-html-show-images): Start to fetch image when we find one, do not
4836         push into a temporary list.
4837         (gnus-html-prefetch-images): Only fetch image if they have expired.
4838         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4839         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4840
4841 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4842
4843         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4844
4845 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4846
4847         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4848         spec inser "*" if the group isn't active instead of 0.
4849
4850         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4851         opening the server.
4852         (nnimap-request-delete-group): Implement group deletion.
4853         (nnimap-transform-headers): Return the size of the entire message in
4854         the Bytes header, not just the size of the first part.
4855         (nnimap-request-move-article): When moving an article from nnimap,
4856         request the article first so the accepting form has an article to
4857         accept.  Reported by Dan Christensen.
4858         (nnimap-command): Make sure that the error message doesn't error out.
4859
4860 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4861
4862         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4863         we haven't requested anything.
4864
4865 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4866
4867         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4868         "".  Fix found by Andrew Cohen.
4869
4870         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4871         instead of -encode-string.
4872
4873 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4874
4875         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4876
4877         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4878         by mm-subst-char-in-string.
4879
4880 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4881
4882         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4883         waiting for the connection string.
4884
4885         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4886         arriving.
4887
4888         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4889         bogus characters.  This allows selecting certain Gmail groups.
4890
4891         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4892         (nnimap-fetch-partial-articles): New variable.
4893         (nnimap-open-connection): When looking for credentials, also use the
4894         nnimap-server-port.
4895         (nnimap-request-article): Return the group/article number, so that Gnus
4896         `^' works as expected.
4897         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4898
4899         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4900         comments.
4901         (gnus-methods-sloppily-equal): New function.
4902         (gnus): When using the development version of Gnus, load the gnus-load
4903         file.
4904
4905         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4906         `gnus-open-server' on each method before trying to scan them etc.
4907         This ensures that all the backend parameters are set correctly.
4908
4909         * nnimap.el (nnimap-authenticator): New variable.
4910         (nnimap-open-connection): Allow anonymous login.
4911         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4912         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4913
4914         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4915         patch, found by Knut Anders Hatlen.
4916
4917 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4918
4919         * gnus-agent.el (gnus-agent-batch-confirmation)
4920         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4921         to gnus-message.
4922         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4923         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4924         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4925         * gnus-int.el (gnus-open-server): Likewise.
4926         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4927         (gnus-score-check-syntax): Likewise.
4928         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4929         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4930         Likewise.
4931         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4932
4933 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4934
4935         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4936         calling conventions so that prefetch doesn't bug out.
4937
4938 2010-09-19  Julien Danjou  <julien@danjou.info>
4939
4940         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4941         rather than `subst-char-in-region' in order to be able to replace ASCII
4942         char by UTF-8 ones.
4943
4944         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4945         than curl.
4946         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4947         the right URL and ALT text on images.
4948         (gnus-html-wash-tags): Fix tag case.
4949         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4950         (gnus-article-html): Add -o display_ins_del=2 option.
4951         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4952
4953 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4954
4955         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4956         the extra mail headers, which sometimes seem to happen for unknown
4957         reasons.
4958
4959         * mail-parse.el (mail-header-encode-parameter): Define as
4960         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4961         (or most, perhaps?) mail readers don't understand the latter, but do
4962         understand the former.
4963
4964         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4965         to nil, so that no methods are automatically agentized.  I think this
4966         is probably what most users want.
4967
4968         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4969         from url-retrieve, for instance about invalid URLs.
4970
4971         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4972         groups that have no articles.
4973         (nnimap-request-article): Check that we really got an article when we
4974         requested one.
4975
4976         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4977         doesn't exist.
4978
4979         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4980         nntp buffer so the agent can save it.
4981         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4982         that CRLF doesn't get translated to \n.
4983         (nnimap-open-connection): Don't make 'shell commands only send \n.
4984
4985 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4986
4987         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4988         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4989         Update var name.
4990         (nnml-generate-nov-file): Use dolist.
4991         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4992         Use with-current-buffer.
4993
4994 2010-09-18  Julien Danjou  <julien@danjou.info>
4995
4996         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4997         parallel.
4998
4999 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5000
5001         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5002         the range update right.
5003         (nnimap-request-group): Don't make `M-g' bug out on group with no
5004         marks.
5005         (nnoo): Require, so that other packages can require nnimap.
5006         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5007         command we're looking for.  This helps when the server sends more
5008         responses after we've gotten everything we expected.
5009         (nnimap): Add a `newlinep' field to keep track of end-of-line
5010         conventions.
5011         Don't send CRLF to things that don't want it.
5012         (nnimap-request-accept-article): Ditto.
5013
5014 2010-09-18  Julien Danjou  <julien@danjou.info>
5015
5016         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5017         than curl to retrieve images.
5018
5019 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5020
5021         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5022         the marks.
5023         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5024         (nnimap-wait-for-connection): New function.
5025         (nnimap-open-connection): If we have PREAUTH, don't query for login
5026         credentials.
5027         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5028         when doing a partial update.
5029
5030 2010-09-18  Julien Danjou  <julien@danjou.info>
5031
5032         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5033         tags.
5034
5035 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5036
5037         * nnimap.el (nnimap-credentials): New function.
5038         (nnimap-open-connection): Use the new function to look for credentials
5039         also on the numeric equivalents of "imap" and "imaps".
5040
5041         * gnus-start.el (gnus-activate-group): Send the info to
5042         gnus-request-group.
5043
5044         * nnimap.el (nnimap-request-group): Have the "check" version of the
5045         function parse flags and update the info, so that a `M-g' get a total
5046         resync of all flags from the group.
5047
5048         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5049         to allow backends to alter the info on group selection.  Also alter all
5050         the backend -request-group functions to take the parameter.
5051
5052         * nnimap.el (nnimap-store-info): New function.
5053         (nnimap-update-info): Store the info for later usage.
5054         (nnimap-request-group): Use the stored info for the dont-check case, so
5055         that we don't retrieve all marks when we enter a group.
5056
5057         * nnimap.el: Use deffoo instead of defun for interface functions.
5058
5059         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5060         update the group info.  This makes the nndraft groups, for instance, go
5061         back to their old behaviour.
5062
5063         * gnus-sum.el (gnus-select-newsgroup): Indent.
5064
5065         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5066         in.
5067         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5068         nothing.
5069
5070         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5071         from methods that are denied.
5072
5073         * gnus-int.el (gnus-method-denied-p): New function.
5074
5075         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5076         store the password instead of netrc.
5077         (nnimap-open-connection): Don't error out when we can't make a
5078         connections.
5079
5080         * auth-source.el (auth-source-create): In the password prompt, say what
5081         we're querying for.  Also prompt for user name if that hasn't been
5082         given.
5083
5084         * nnimap.el (nnimap-with-process-buffer): Remove.
5085
5086 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5087
5088         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5089         method when we're reading from the agent.
5090
5091         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5092
5093         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5094         that's probably most useful for users.
5095
5096         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5097         "failed" all the time.
5098
5099         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5100         ...)) with (with-current-buffer ... ).
5101
5102         * nntp.el (nntp-open-server): Return whether the open was successful or
5103         not.
5104
5105         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5106         select an unread unseen article first.
5107
5108         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5109         /etc/services, supply some sensible port defaults.
5110
5111         * dgnushack.el: Define netrc-credentials.
5112
5113 2010-09-17  Julien Danjou  <julien@danjou.info>
5114
5115         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5116
5117 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5118
5119         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5120         doesn't have any parameters.
5121
5122 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5123
5124         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5125         only upcased checks.
5126
5127         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5128
5129         * nnimap.el (nnimap-open-shell-stream): New function.
5130         (nnimap-open-connection): Use it.
5131         (nnimap-transform-headers): Get the number of lines in each message.
5132         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5133         number of lines.
5134         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5135         problem.
5136
5137         * utf7.el (utf7-encode): Autoload.
5138
5139         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5140         to allow the mail splitting to not return a default group.  This is
5141         useful for nnimap, which will leave unmatched mail in the inbox.
5142
5143         * nnimap.el: Rewritten.
5144
5145         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5146         nnimap usage.
5147
5148         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5149         if the move is internal, so that nnimap can do fast internal moves.
5150
5151         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5152         data.
5153         (gnus-read-active-for-groups): Support finishing the early retrieval of
5154         data.
5155
5156         * gnus-range.el (gnus-range-nconcat): New function.
5157
5158         * gnus-int.el (gnus-finish-retrieve-group-infos)
5159         (gnus-retrieve-group-data-early): New functions.
5160
5161 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5162
5163         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5164         (nnrss-retrieve-groups):
5165         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5166         (pop3-quit): Use with-current-buffer.
5167
5168 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5169
5170         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5171         instead of nnheader-accept-process-output.
5172
5173         * dgnushack.el (dgnushack-compile): Add comment.
5174
5175         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5176
5177         * gnus-html.el (gnus-html-schedule-image-fetching)
5178         (gnus-html-prefetch-images): Replace process-kill-without-query by
5179         gnus-set-process-query-on-exit-flag.
5180
5181 2010-09-16  Romain Francoise  <romain@orebokech.com>
5182
5183         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5184
5185 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5186
5187         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5188         parameter to unintern is mandatory-ish in Emacs 24.
5189
5190         * gnus-html.el (gnus-html-schedule-image-fetching)
5191         (gnus-html-prefetch-images): Check for curl before using it.
5192
5193         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5194         depend on curl, which isn't essential.
5195
5196         * imap.el: Revert back to version
5197         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5198         seem problematic.
5199
5200 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5201
5202         * gnus-registry.el (gnus-registry-install-shortcuts):
5203         Explicitly pass `obarray' to `unintern' to avoid a warning.
5204
5205 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5206
5207         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5208         change.
5209
5210         * nnrss.el (nnrss-request-list): Remove this function and related
5211         functions, including the moreover stuff.
5212
5213 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5214
5215         * nnrss.el (nnrss-retrieve-groups): New function.
5216
5217 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5218
5219         * .dir-locals.el: Add no-byte-compile cookie.
5220
5221 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5222
5223         * time-date.el (format-seconds): Comment fix.
5224
5225         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5226         for back end that doesn't support request-scan.
5227
5228 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5229
5230         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5231         then do request scans from the backends.
5232
5233         * netrc.el (netrc-credentials): New conveniency function.
5234
5235         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5236         avoid running a hook per line, since this takes a lot of time,
5237         profiling shows.
5238         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5239         directly if gnus-visual-p is true.
5240
5241 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5242
5243         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5244         groups; replace mapcar with dolist which is a bit faster; pass groups
5245         info to gnus-read-active-file-1.
5246         (gnus-read-active-file-1): Scan only specified groups if the new
5247         optional arg `infos' is given.
5248
5249 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5250
5251         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5252
5253         * pop3.el (pop3-movemail): Remove.
5254         (pop3-streaming-movemail): Rename to pop3-movemail.
5255
5256         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5257         don't restrict end-tag searches to the end of the line.
5258
5259 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5260
5261         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5262         articles of every unchecked group to t, which means unknown since the
5263         server has never been opened.
5264
5265 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5266
5267         * gnus-html.el (gnus-html-show-alt-text): New command.
5268         (gnus-html-browse-image): Ditto.
5269         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5270         to browse the image directly.
5271         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5272         better.
5273
5274         * gnus-async.el (gnus-async-article-callback):
5275         Call `gnus-html-prefetch-images' unconditionally.
5276
5277         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5278         before feeding URLs to curl.
5279
5280 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5281
5282         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5283         internal images as deletable by `W D D'.
5284
5285         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5286         (gnus-async-article-callback): Fix typo.
5287
5288 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5289
5290         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5291         current line to work around bugs in the output from w3m.
5292
5293         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5294         for groups that want that.
5295
5296         * nntp.el (nntp-wait-for-string): Supply a timeout for
5297         accept-process-output to ensure progress.
5298
5299         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5300         level to get unread articles from, then use that for foreign groups,
5301         too.
5302
5303         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5304         confuses the rest of the function.
5305
5306         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5307         for the methods that support -retrieve-groups, too.
5308
5309         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5310
5311 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5312
5313         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5314         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5315
5316         * pop3.el: Require cl when compiling.
5317         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5318
5319 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5320
5321         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5322         that aren't going to be activated.
5323         (gnus-get-unread-articles): Fix up the last commit.
5324
5325         * gnus-html.el (gnus-article-html): Allow calling without specifying
5326         the handle.  In that case, dissect the buffer first.
5327
5328         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5329
5330         * nnimap.el (nnimap-open-connection): Revert the change that would look
5331         into authinfo for imaps instead of imap.
5332
5333         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5334         say that you don't want to call gnus-request-group with don-check, but
5335         do check the reponse.  This is for virtual groups only.
5336         (gnus-get-unread-articles): Count the archive groups as secondary, so
5337         that they're activated the same way as before.
5338
5339         * imap.el (imap-message-map): Removed optional buffer parameter, since
5340         no callers use it.
5341         (imap-message-get): Ditto.
5342         (imap-message-put): Ditto.
5343         (imap-mailbox-map): Ditto.
5344         (imap-mailbox-put): Ditto.
5345         (imap-mailbox-get): Ditto.
5346         (imap-mailbox-get): Revert last change for this function.
5347
5348         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5349         case-insensitively.
5350         (nnimap-debug): Remove.
5351
5352         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5353         to use `imap-fetch' instead.  According to the comments, this should be
5354         safe, since all other IMAP clients use the 1:* syntax.
5355         (imap-enable-exchange-bug-workaround): Removed.
5356         (imap-debug): Removed -- doesn't seem very useful.
5357
5358         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5359         mail from a file, and the file doesn't exist.
5360
5361         * imap.el (imap-log): New convenience function used throughout instead
5362         of repeating the same code all over the place.
5363
5364         * pop3.el (pop3-streaming-movemail): Return t for success.
5365
5366         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5367         .authinfo if we're using ssl connection.
5368
5369         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5370         already have if we're in a main Gnus `g' run.
5371
5372         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5373
5374 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5375
5376         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5377
5378         * nnmh.el (nnmh-request-list-1): Bind `file'.
5379
5380         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5381         alias to set-process-query-on-exit-flag or process-kill-without-query.
5382         (pop3-open-server): Use it.
5383
5384 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5385
5386         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5387         box to the Incoming file.  Fixes mistake in previous checkin.
5388
5389         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5390         request loop (for debugging purposes) removed.
5391
5392         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5393         culprit is more visible.
5394         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5395         (nnml-add-incremental-nov): New functions to do "incremental" nov
5396         updates, where we just append to the end of the existing nov files
5397         without reading/writing them in full.
5398
5399         * mail-source.el (mail-source-delete-crash-box): Really only check the
5400         incoming files once in a while.
5401
5402         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5403
5404         * mail-source.el (mail-source-delete-crash-box): Only check the
5405         incoming files for deletion once per day to save a lot of file
5406         accesses.
5407
5408         * pop3.el (pop3-logon): Fix up unbound variable typo.
5409
5410         * mail-source.el (pop3-streaming-movemail): Autoload.
5411
5412         * pop3.el (pop3-streaming-movemail):
5413         Respect pop3-leave-mail-on-server.
5414
5415         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5416         retrieval.
5417
5418         * pop3.el (pop3-process-filter): Remove unused function.
5419         (pop3-streaming-movemail, pop3-send-streaming-command)
5420         (pop3-wait-for-messages, pop3-write-to-file)
5421         (pop3-number-of-responses): New functions for streaming pop3
5422         retrieval.
5423
5424         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5425         come from no known methods.
5426         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5427         list.
5428
5429         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5430         message sizes.
5431         (pop3-movemail): Use erase-buffer instead of looping and deleting
5432         regions, which seems rather odd.
5433
5434         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5435         file once per `g' run.
5436
5437         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5438         directories.  This makes the draft queue directory work.
5439
5440         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5441         data from the backends, so that we only request the list of groups from
5442         each method once.  This should speed things up considerably.
5443
5444         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5445         detect that it's not implemented.
5446
5447         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5448         we actually do recurse down into the tree, but don't stat all leaf
5449         nodes.
5450
5451         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5452         then say so instead of bugging out.
5453
5454         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5455         files exist before trying to read them.
5456
5457         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5458         around <pre_int>.
5459
5460         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5461
5462         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5463
5464 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5465
5466         * mm-util.el (mm-image-load-path): Just return the image directories,
5467         not all directories in the path in addition to the image directories.
5468         (mm-image-load-path): Maintain a cache of the image directories so that
5469         the `g' command in Gnus doesn't have to stat dozens of directories each
5470         time.
5471
5472         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5473         (gnus-html-wash-tags): Add a new `i' command to insert images.
5474         (gnus-html-insert-image): New command and keystroke.
5475         (gnus-html-redisplay-with-images): New command and keystroke.
5476         (gnus-html-show-images): Rename command.
5477         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5478         spacers.
5479         (gnus-html-wash-tags): Decode entities at the end, so that entities
5480         inside the tags don't mess up the rest of the "parsing".
5481
5482         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5483         so that nnimap methods aren't agentized by default.  There's apparently
5484         many problems related to agent/imap behaviour.
5485
5486         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5487
5488         * gnus-html.el: Doc fix.
5489
5490 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5491
5492         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5493         specifier-spec-list for Emacs 21.
5494
5495         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5496         glyph-width and glyph-height instead of display-graphic-p and
5497         image-size; make avoidance of displaying small images work for XEmacs.
5498
5499         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5500         for XEmacs.
5501
5502         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5503         of symbol that holds plist data.
5504         (gnus-process-plist): Remove plist of process after getting it.
5505
5506 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5507
5508         * message.el (message-generate-hashcash): Change default to
5509         'opportunistic if hashcash is installed.
5510
5511         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5512         (gnus-html-put-image): Only call image-size once, since it's somewhat
5513         time-consuming on remote X servers.
5514
5515 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5516
5517         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5518         type on data, not a file name.
5519
5520         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5521         window-pixel-edges for Emacs 21.
5522
5523         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5524         decoded contents.
5525         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5526
5527 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5528
5529         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5530         group line format, since it isn't very interesting.
5531
5532         * gnus-agent.el (gnus-agent-short-article),
5533         (gnus-agent-long-article): Increase values for these two variables,
5534         since most people are likely to have more network connection and
5535         storage than before.
5536
5537         * gnus.el (gnus-refer-article-method): Change default to 'current.
5538         When referring an article, the common behaviour is to refer it from the
5539         current select method, not the native select method.  The chances of
5540         the native select method having the message in question is rather slim
5541         these days.
5542
5543         * gnus-sum.el (gnus-auto-select-subject): Change default to
5544         `unseen-or-unread'.  I think it's likely that most people want to
5545         select an unseen article over a previously seen, but unread one.
5546
5547         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5548         means that in the article buffer none of the minor mode elements will
5549         be shown, usually, and this is not desirable in most cases.
5550
5551         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5552         that commands like `d' (and the like) go to the next line in the
5553         buffer, instead of the next unread article.  I think this is the
5554         behaviour that is most natural for most users.
5555         (gnus-single-article-buffer): Change default to nil, so that people can
5556         have as many article buffers open as they have summary buffer.  I think
5557         this is the most natural way for the groups to behave.
5558
5559         * message.el (message-generate-new-buffers): Change default to
5560         `unsent', so that all new message buffers start their names with the
5561         string "*unsent", and it's easier to find the buffers if you move from
5562         them.
5563
5564 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5565
5566         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5567         small.  They're probably tracking images.
5568         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5569         (gnus-html-rescale-image): Yet another try at getting the image sizing
5570         right.
5571
5572         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5573         nntp-marks-file-name is nil.
5574
5575 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5576
5577         * gnus-html.el (gnus-html-wash-tags)
5578         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5579         Better logging.
5580
5581 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5582
5583         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5584
5585         * gnus-html.el (gnus-html-wash-tags): Check the value of
5586         gnus-blocked-images in the summary buffer.
5587
5588 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5589
5590         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5591
5592 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5593
5594         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5595         like "a", it seems like.
5596         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5597         since it needs to be picked from the correct buffer.
5598
5599         * nnwfm.el: Remove.
5600
5601         * nnlistserv.el: Remove.
5602
5603 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5604
5605         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5606         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5607
5608 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5609
5610         * nnkiboze.el: Remove.
5611
5612         * nndb.el: Remove.
5613
5614         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5615         alt text.
5616         (gnus-html-rescale-image): Try to get the rescaling logic right for
5617         images that are just wide and not tall.
5618
5619         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5620         overshadow variable bindings.
5621
5622 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5623
5624         * gnus-html.el (gnus-html-wash-tags)
5625         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5626         Add extra logging.
5627
5628 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5629
5630         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5631         (gnus-max-image-proportion): New variable.
5632         (gnus-html-rescale-image): New function.
5633         (gnus-html-put-image): Rescale images.
5634
5635 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5636
5637         Fix up some byte-compiler warnings.
5638         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5639         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5640         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5641         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5642         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5643         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5644         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5645
5646 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5647
5648         * gnus-html.el (gnus-article-html): Decode contents by charset.
5649
5650 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5651
5652         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5653         (gnus-html-frame-width, gnus-blocked-images)
5654         * message.el (message-prune-recipient-rules): Add custom version.
5655         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5656
5657         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5658         functions.
5659
5660         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5661         gnus-process-get.
5662
5663 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5664
5665         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5666         instead of lsub directly.
5667
5668 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5669
5670         * nnwarchive.el: Remove.
5671
5672         * gnus-soup.el: Remove.
5673
5674         * nnsoup.el: Remove.
5675
5676         * nnultimate.el: Remove.
5677
5678         * gnus-html.el (gnus-blocked-images): New variable.
5679
5680         * message.el (message-prune-recipients): New function.
5681         (message-prune-recipient-rules): New variable.
5682
5683         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5684         guess whether a long line is natural text or not.
5685
5686         * gnus-html.el (gnus-html-schedule-image-fetching):
5687         Use gnus-process-plist and friends for compatibility.
5688
5689 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5690
5691         * gnus-html.el: Require packages that define macros used in this file.
5692         (gnus-article-mouse-face): Declare to silence byte-compiler.
5693         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5694         process-get.
5695         (gnus-html-put-image): Use plist-get to avoid getf.
5696         (gnus-html-prefetch-images): Use with-current-buffer.
5697
5698 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5699
5700         * gnus-ems.el: Provide compatibility functions for
5701         gnus-set-process-plist.
5702
5703         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5704         header-line-format for XEmacs 21.4.
5705
5706         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5707         * gnus.el (gnus-valid-select-methods)
5708         * message.el (message-send-mail-partially-limit)
5709         * mm-decode.el (mm-text-html-renderer)
5710         * mml.el (mml-insert-mime-headers-always)
5711         * smiley.el (smiley-regexp-alist): Bump custom version.
5712
5713 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5714
5715         * gnus-html.el: require mm-url.
5716         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5717         with the url to `url'.
5718         (gnus-html-wash-tags): Support cid: URLs/images.
5719
5720 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5721
5722         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5723         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5724         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5725
5726         * gnus-move.el: Remove file, since it doesn't really work.
5727
5728         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5729         UTF-8.  This seems to fix problems with some German web feeds.
5730
5731         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5732         at the top so that the proper colours are applied.
5733
5734         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5735         don't have dots in their names.
5736
5737         * gnus-art.el (gnus-article-view-part): Doc fix.
5738
5739         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5740         XEmacs-compatible.
5741         (gnus-html-put-image): Don't do images on non-graphic displays.
5742
5743         * nnslashdot.el: Remove this unused backend.
5744
5745         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5746         actions.
5747         (gnus-undo-register-1): Revert last change.
5748
5749         * gnus-group.el (gnus-group-completing-read): Protect against not
5750         having completion-styles bound.
5751
5752         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5753         make broken recipients happier.
5754
5755         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5756
5757         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5758         point parameter.
5759
5760         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5761
5762         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5763         completion-styles for group selection.
5764
5765 2009-02-04  Andreas Schwab  <schwab@suse.de>
5766
5767         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5768         headers and regexp-quote the match if necessary.
5769
5770 2009-03-24  Miles Bader  <miles@gnu.org>
5771
5772         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5773         the blinking smiley.
5774
5775 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5776
5777         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5778         blink smiley.
5779
5780 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5781
5782         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5783         where the dribbel file lives exists.
5784
5785         * message.el (message-send-mail-partially-limit): Change the default to
5786         nil, since most people don't want this.
5787
5788         * mm-url.el (mm-url-decode-entities): Also decode entities like
5789         &#x3212.
5790
5791 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5792
5793         * gnus-sum.el (gnus-summary-idna-message):
5794         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5795         Hyperlink urls in docstrings with URL `...'.
5796
5797 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5798
5799         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5800         functions.
5801
5802 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5803
5804         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5805         say what the mouseover text should be.
5806
5807         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5808         version of the mm-w3m-safe-url-regexp variable to only download images
5809         in the groups where we want that to happen.
5810
5811         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5812
5813         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5814         easier debugging.
5815         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5816         big pictures in the article buffer.
5817
5818         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5819         gnus-article-html.
5820         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5821         w3m.
5822
5823         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5824
5825 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5826
5827         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5828         which doesn't exist.
5829
5830         * message.el (message-inhibit-ecomplete): New variable to allow some
5831         function to inhibit ecomplete address storage.
5832         (message-resend): Disable ecomplete message storage when resending
5833         messages.
5834
5835         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5836
5837 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5838
5839         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5840         Save excursion while copying, moving, and deleting articles in order to
5841         prevent the cursor from jumping to unforeseen place.
5842
5843 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5844
5845         * lpath.el: No need to bind bookmark-current-buffer,
5846         bookmark-yank-point and bookmark-make-record-function.
5847
5848 2010-08-17  Glenn Morris  <rgm@gnu.org>
5849
5850         * gnus-sync.el: Require gnus components whose functions are used.
5851
5852         * gnus-art.el (bookmark-make-record-function):
5853         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5854         Declare for compiler.
5855
5856         * mm-url.el (mml-compute-boundary): Autoload.
5857
5858 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5859
5860         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5861
5862 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5863
5864         Typo fix "hoo4a" -> "hook".
5865
5866         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5867
5868 2010-08-14  Glenn Morris  <rgm@gnu.org>
5869
5870         * gnus-sync.el (gnus-sync): Fix defgroup version.
5871
5872 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5873
5874         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5875
5876         * gnus-sync.el: Fix docs.
5877         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5878         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5879
5880 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5881
5882         Optimizations for gnus-sync.el.
5883
5884         * gnus-sync.el: Add docs about gnus-sync-backend
5885         possibilities.
5886         (gnus-sync-save): Remove unnecessary message.
5887         (gnus-sync-read): Optimize and show what groups were skipped.
5888
5889 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5890
5891         Minor bug fixes for gnus-sync.el.
5892
5893         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5894         Don't read the sync on get-new-news.
5895
5896         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5897         quiet.
5898
5899         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5900         (fix typo).
5901
5902 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5903
5904         Make saving and restoring of hidden threads work with overlays.
5905         Patch applied by Ted Zlatanov.
5906
5907         * gnus-sum.el (gnus-hidden-threads-configuration)
5908         (gnus-restore-hidden-threads-configuration): Update to deal with text
5909         properties, rather than searching for a magic character.
5910
5911 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5912
5913         New gnus-sync.el library for synchronization of marks.
5914
5915         * gnus-sync.el: New library for synchronization of marks.
5916
5917         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5918         renamed from `gnus-registry-grep-in-list'.
5919
5920         * gnus-registry.el (gnus-registry-follow-group-p):
5921         Use `gnus-grep-in-list'.
5922
5923         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5924
5925 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5926
5927         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5928         determining charset of text fails.
5929
5930 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5931
5932         * nnmail.el (nnmail-get-new-mail-1): Revert.
5933
5934         * nnml.el (nnml-active-number): Make sure names of newly created groups
5935         in nnml-group-alist are encoded.
5936
5937 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5938
5939         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5940         containing non-ASCII characters in active file for nnml back end.
5941
5942 2010-07-24  David Engster  <dengste@eml.cc>
5943
5944         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5945         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5946
5947 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5948
5949         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5950         tag (Bug#6654).
5951
5952 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5953
5954         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5955         the article buffer, not the summary buffer.
5956
5957 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5958
5959         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5960         Emacs 23 as well.
5961
5962 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5963
5964         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5965         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5966
5967 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5968
5969         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5970         Patch applied by Karl Fogel.
5971
5972         * gnus-sum.el (gnus-summary-bookmark-make-record):
5973         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5974
5975 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5976
5977         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5978         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5979         C-w still not working correctly from Article buffers; Thierry's
5980         patch to fix that will be applied after this.
5981
5982         * gnus-art.el (bookmark-make-record-function): New local variable.
5983
5984         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5985         article buffer.
5986         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5987
5988 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5989
5990         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5991         on changes in bookmark.el.
5992
5993 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5994
5995         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5996         `no-log' instead of message not to log prompt string.
5997
5998 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5999
6000         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6001         the *other* type of HTML form submission.
6002
6003 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6004
6005         * auth-source.el (auth-source-pick): If choice does not contain a
6006         questioned keyword, set the check to t.
6007
6008 2010-06-12  Romain Francoise  <romain@orebokech.com>
6009
6010         * gnus-util.el (gnus-date-get-time): Move up before first use.
6011
6012 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6013
6014         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6015         (gnus-article-edit-part): Bind it to make last part that is substituted
6016         or deleted visible.
6017         (gnus-mime-display-single): Buttonize part of which id equals to
6018         gnus-mime-buttonized-part-id.
6019
6020 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6021
6022         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6023         (gnus-dd-mmm): Use gnus-date-get-time.
6024         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6025         simplify logic.
6026         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6027         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6028
6029 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6030
6031         * auth-source.el (top): Autoload `secrets-list-collections',
6032         `secrets-create-item', `secrets-delete-item'.
6033         (auth-sources): Fix tag string.
6034         (auth-get-source, auth-source-retrieve, auth-source-create)
6035         (auth-source-delete): New defuns.
6036         (auth-source-pick): Rewrite in order to avoid 2 passes.
6037         (auth-source-forget-user-or-password): New parameter USERNAME.
6038         (auth-source-user-or-password): New parameters CREATE-MISSING and
6039         DELETE-EXISTING.  Retrieve password interactively, if needed.
6040
6041 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6042
6043         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6044         deleting unused directories when gnus-expert-user is t.
6045
6046 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6047
6048         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6049         for each temp file when gnus-article-browse-delete-temp is ask.
6050
6051 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6052
6053         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
6054         Lisp calls to delete-backward-char by calls to delete-char.
6055
6056 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6057
6058         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6059
6060 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6061
6062         * password-cache.el (password-cache-remove): Fix docstring.
6063
6064 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6065
6066         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6067         article unless decoding article to be saved.
6068
6069 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6070
6071         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6072         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6073         generated within the mm-with-unibyte-current-buffer macro.
6074
6075 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6076
6077         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6078         to nil when we're in a mml-preview buffer and no group is selected.
6079
6080 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6081
6082         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6083         when catching the `C-g'.  Reported by "Leo".
6084
6085 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6086
6087         * message.el (message-forward-make-body-plain)
6088         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6089         multibyte-string-p.
6090
6091         * lpath.el: Revert.
6092
6093 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6094
6095         * message.el (message-forward-make-body-mml): Assume original message
6096         is multibyte string; error on unibyte.
6097         (message-forward-make-body-plain): Ditto; don't add excessive newline
6098         in body end.
6099
6100         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6101
6102 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6103
6104         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6105         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6106
6107 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6108
6109         * mm-extern.el (mm-extern-url): Don't use
6110         mm-with-unibyte-current-buffer.
6111         (mm-extern-cache-contents): Use with-current-buffer instead of
6112         save-excursion + set-buffer.
6113
6114 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6115
6116         * mm-util.el (mm-emacs-mule): Remove.
6117
6118 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6119
6120         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6121         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6122         change.
6123
6124 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6125
6126         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6127         bind the default value of enable-multibyte-characters to nil.
6128
6129 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6130
6131         * message.el (message-forward-make-body-plain)
6132         (message-forward-make-body-mml):
6133         Don't use mm-with-unibyte-current-buffer.
6134
6135 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6136
6137         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6138
6139 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6140
6141         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6142         (Bug#5592).
6143
6144 2010-05-07  Julien Danjou  <julien@danjou.info>
6145
6146         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6147         it to mm-pipe-part.
6148
6149         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6150         it is given.
6151
6152 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6153
6154         * binhex.el (binhex-decode-region-internal)
6155         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6156         (dns-query)
6157         * nnweb.el (nnweb-gmane-search)
6158         * pgg-parse.el (pgg-parse-armor)
6159         * pgg.el (pgg-verify-region)
6160         * sha1.el (sha1-string-external)
6161         * uudecode.el (uudecode-decode-region-internal)
6162         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6163         XEmacs.
6164
6165         * gnus-art.el (gnus-article-browse-html-parts)
6166         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6167         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6168         make-temp-file.
6169
6170         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6171         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6172         compiling.
6173
6174         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6175         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6176         XEmacs when compiling.
6177
6178         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6179         gnus-pick-mode-off-hook for XEmacs when compiling.
6180         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6181         gnus-binary-mode-off-hook for XEmacs when compiling.
6182
6183         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6184         Return nil if char-charset is not available.
6185
6186         * imap.el (imap-disable-multibyte)
6187         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6188         macros.
6189
6190         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6191         instead of encode-coding-string.
6192
6193         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6194         'xemacs) instead of mm-emacs-mule to switch function definitions.
6195         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6196
6197         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6198         bind temporary-file-directory for XEmacs;
6199         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6200         timer-set-function for XEmacs 21.4 and SXEmacs;
6201         bind timer-list for XEmacs 21.4 and SXEmacs;
6202         fbind char-charset and find-charset-region for non-Mule XEmacs;
6203         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6204         encode-coding-region and encode-coding-string for XEmacs having no
6205         file-coding feature.
6206
6207 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6208
6209         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6210
6211 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6212
6213         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6214         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6215
6216 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6217
6218         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6219         alias `jka-compr-delete-temp-file' no longer exists.
6220
6221 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6222
6223         Use define-minor-mode in Gnus where applicable.
6224         * mml.el (mml-mode): Use define-minor-mode.
6225         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6226         (gnus-undo-mode): Use define-minor-mode.
6227         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6228         (gnus-dead-summary-mode): Use define-minor-mode.
6229         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6230         Initialize in declaration.
6231         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6232         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6233         (gnus-mailing-list-mode): Use define-minor-mode.
6234         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6235         (gnus-draft-mode): Use define-minor-mode.
6236         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6237         (gnus-dired-mode): Use define-minor-mode.
6238
6239 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6240
6241         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6242         handles on recursive mml-to-mime translation and check them for
6243         boundary delimiter collisions.  Reported by Greg Troxel.
6244
6245 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6246
6247         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6248
6249 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6250
6251         * mm-util.el (mm-find-buffer-file-coding-system):
6252         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6253
6254 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6255
6256         * message.el (message-generate-headers): Record insertion of optional
6257         headers as well.  Otherwise the check to prevent repeated insertion of
6258         optional headers is a no-op.
6259
6260 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6261
6262         * smime.el: Don't mention CVS.
6263
6264         * nnrss.el (nnrss-fetch): Don't mention CVS.
6265
6266         * nnir.el: Don't mention CVS.
6267
6268 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6269
6270         * gnus-sum.el (gnus-summary-bookmark-make-record):
6271         Add `location' field.
6272
6273 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6274
6275         * lpath.el: Fbind bookmark-default-handler,
6276         bookmark-get-bookmark-record, bookmark-make-record-default,
6277         bookmark-prop-get for Emacs <23 and XEmacs.
6278
6279 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6280
6281         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6282         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6283         Use with-current-buffer to silence the byte-compiler.
6284         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6285         bother to require `gnus'.
6286         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6287
6288 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6289
6290         * gnus-sum.el (gnus-summary-bookmark-make-record)
6291         (gnus-summary-bookmark-jump): New functions.
6292         (gnus-summary-mode): Setup bookmark support.
6293
6294 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6295
6296         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6297         if set.
6298
6299 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6300
6301         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6302         gnus-article-browse-html-save-cid-image; make it work recursively for
6303         forwarded messages as well.
6304         (gnus-article-browse-html-parts): Work when prefix arg is given.
6305         (gnus-article-browse-html-article): Doc fix.
6306
6307 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6308
6309         * message.el (message-default-mail-headers):
6310         (message-default-headers): Carry the value mail-default-headers over
6311         into message-default-mail-headers, rather than message-default-headers.
6312
6313 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6314
6315         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6316         charset.
6317
6318         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6319         charset into the <meta> tag when the article is encoded to utf-8.
6320
6321 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6322
6323         * gnus-art.el (gnus-article-browse-delete-temp-files):
6324         Delete directories as well.
6325         (gnus-article-browse-html-parts): Work for images that do not specify
6326         file names; delete temp directory when quitting; insert header at the
6327         right place; use file: scheme for image files.
6328
6329 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6330
6331         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6332         (gnus-article-browse-html-parts): Use it to make temporary cid image
6333         files in addition to html file so that browser may display them.
6334
6335 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6336
6337         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6338
6339 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6340
6341         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6342
6343 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6344
6345         * auth-source.el (auth-sources): Change default to be simpler.
6346         Explain about Secret Service API sources.  Improve Customize options.
6347         (auth-source-pick): Change to accept any number of search parameters.
6348         Implement fallbacks iteratively, not recursively.  Add scoring on the
6349         second pass and sort by score.  Call Secret Service API when needed.
6350         (auth-source-user-or-password): Use it.  Call Secret Service API
6351         directly when needed to get the user name and the password.
6352
6353 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6354
6355         * message.el (message-interactive): Doc fix.
6356         (message-qmail-inject-args): Reflow.
6357         (message-kill-to-signature): Fix typo in docstring.
6358
6359         * smiley.el (smiley-buffer): Fix typo in docstring.
6360
6361 2010-03-24  Glenn Morris  <rgm@gnu.org>
6362
6363         * mail-source.el (gnus-message): Declare.
6364         (mail-source-delete-old-incoming): Require gnus-util.
6365
6366 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6367
6368         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6369
6370         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6371
6372         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6373         password-cache's default if it is not bound.
6374         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6375         password-cache-expiry's default if it is not bound.
6376
6377         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6378         available in Emacs 21.
6379
6380         * lpath.el: Suppress compiler warnings for:
6381         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6382         XEmacs;
6383         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6384         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6385         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6386
6387 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6388
6389         * auth-source.el (auth-sources): Fix up definition so extra parameters
6390         are always inline.
6391
6392 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6393
6394         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6395         wasn't updated after mismatch.  Clear cached mailbox info correctly
6396         when uidvalidity changes.
6397         (nnimap-group-prefixed-name): New function to avoid some code
6398         duplication.
6399         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6400         (nnimap-request-group): Use it.
6401         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6402         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6403         with many imap folders.  This is done by caching the group status from
6404         the imap server persistently in a group parameter `imap-status'.  (This
6405         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6406         but not persistently, so every Gnus startup was still very slow.)
6407
6408 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6409
6410         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6411         delete the extra newline.  Otherwise editing of :string and :number
6412         types don't work.
6413
6414 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6415
6416         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6417         secrets.el dependency.
6418         (auth-sources): Add optional user name.  Add secrets.el configuration
6419         choice (unused right now).
6420
6421 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6422
6423         * gnus-sum.el (gnus-summary-make-menu-bar):
6424         Let `gnus-registry-install-shortcuts' fill in the functions.
6425
6426         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6427         warnings.
6428         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6429         (gnus-registry-install-shortcuts): Populate and use it in a
6430         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6431
6432 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6433
6434         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6435         In-place substitutions for the group name encoding/decoding.
6436         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6437         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6438         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6439         (nnimap-update-unseen, nnimap-request-list)
6440         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6441         (nnimap-request-set-mark, nnimap-split-to-groups)
6442         (nnimap-split-articles, nnimap-request-newgroups)
6443         (nnimap-request-create-group, nnimap-request-accept-article)
6444         (nnimap-request-delete-group, nnimap-request-rename-group)
6445         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6446         `encoded-mbx' for consistency.
6447         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6448         variable `imap-current-mailbox'.
6449
6450         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6451         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6452
6453 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6454
6455         * pop3.el (pop3-display-message-size-flag): Display message size byte
6456         counts during POP3 download.
6457         (pop3-movemail): Use it.
6458         (pop3-list): Implement listing of available messages.
6459
6460 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6461
6462         * nnir.el (nnir-get-article-nov-override-function): New function to
6463         override the normal NOV retrieval.
6464         (nnir-retrieve-headers): Use it.
6465
6466 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6467
6468         * auth-source.el (netrc-machine-user-or-password): Autoload.
6469
6470 2010-03-19  Glenn Morris  <rgm@gnu.org>
6471
6472         Stop message.el from loading about 40 libraries it doesn't always need.
6473         The general approach is to autoload rather than require, and to
6474         require in the specific functions rather than the file.  (Bug#5642)
6475
6476         * gmm-utils.el: Don't require wid-edit.
6477         (widget-create-child-value, widget-convert, widget-default-get):
6478         Autoload.
6479
6480         * gnus-util.el: Don't require time-date, netrc.
6481         (message-fetch-field, gnus-group-name-decode): Declare rather than
6482         autoloading.
6483         (gnus-fetch-field): Require message.
6484         (gnus-decode-newsgroups): Require gnus-group.
6485
6486         * ietf-drums.el: Don't require time-date.
6487
6488         * message.el: Don't require hashcash, canlock, ecomplete.
6489         Do require mail-utils.  Require nnheader only when compiling.
6490         (smtpmail-default-smtp-server): Remove declaration.
6491         (message-send-mail-function): Check smtpmail-default-smtp-server
6492         is bound rather than requiring smtpmail.
6493         (message-auto-save-directory, message-insert-signature):
6494         Use expand-file-name rather than nnheader-concat.
6495         (nnheader-insert-file-contents): Autoload.
6496         (hashcash-wait-async): Declare.
6497         (message-send-mail): Only call gnus-setup-posting-charset if
6498         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6499         (message-send-mail-with-sendmail): Require sendmail.
6500         (canlock-password, canlock-password-for-verify): Declare.
6501         (message-canlock-password): Require canlock.
6502         (nnheader-get-report): Autoload.
6503         (gnus-setup-posting-charset): Declare.
6504         (message-send-news): Require gnus-msg.
6505         (message-make-references, message-make-in-reply-to): Use mail-header-id
6506         rather than the alias mail-header-message-id.
6507         (ecomplete-add-item, ecomplete-save): Declare.
6508         (message-put-addresses-in-ecomplete): Require ecomplete.
6509         (ecomplete-display-matches): Autoload.
6510
6511         * mm-decode.el: Don't require mailcap, gnus-util.
6512         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6513         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6514         Autoload.
6515         (mailcap-mime-extensions): Declare.
6516
6517         * mm-encode.el: Don't require mailcap.
6518         (mailcap-extension-to-mime): Autoload.
6519
6520         * mml-sec.el: Don't require password-cache.
6521
6522         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6523         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6524         (mml-minibuffer-read-type): Require mailcap.
6525         (mml-preview): Require gnus-msg.
6526
6527         * mml1991.el: Require password-cache.
6528         (password-cache-expiry): Remove declaration.
6529
6530         * mml2015.el: Require password-cache.
6531         (password-cache-expiry): Remove declaration.
6532
6533         * nneething.el (mailcap): Require mailcap.
6534
6535         * nnheader.el (declare-function): Add compatibility stub.
6536         (message-remove-header): Declare rather than autoload.
6537         (nnheader-replace-header): Require message.
6538
6539         * nnimap.el (declare-function): Add compatibility stub.
6540         (netrc-parse, netrc-machine-user-or-password): Declare.
6541         (nnimap-open-connection): Require netrc.
6542
6543         * nntp.el (declare-function): Add compatibility stub.
6544         (netrc-parse, netrc-machine, netrc-get): Declare.
6545         (nntp-send-authinfo): Require netrc.
6546
6547         * rfc2047.el: Don't require qp.
6548         (quoted-printable-encode-region, quoted-printable-decode-string):
6549         Autoload.
6550
6551         * sieve-mode.el: Don't require easymenu.
6552         (easy-menu-add-item): Autoload it.
6553
6554         * spam-stat.el (time-to-number-of-days): Autoload it.
6555
6556 2010-03-19  Glenn Morris  <rgm@gnu.org>
6557
6558         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6559
6560 2010-03-18  Glenn Morris  <rgm@gnu.org>
6561
6562         * hashcash.el (declare-function): Remove duplicate definition.
6563
6564 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6565
6566         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6567         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6568         value if any backslash escapes).
6569
6570 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6571
6572         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6573         if it is available.  (bug#5647)
6574
6575         * lpath.el: Suppress compiler warning for coding-system-from-name for
6576         Emacs 21 and XEmacs.
6577
6578 2010-03-14  Juri Linkov  <juri@jurta.org>
6579
6580         * hmac-def.el:
6581         * hmac-md5.el:
6582         * netrc.el: Fix keywords.
6583
6584 2010-02-26  Glenn Morris  <rgm@gnu.org>
6585
6586         * message.el (message-send-mail-function): Change the default, so that
6587         it inherits from a customized send-mail-function.  (Bug#5643)
6588
6589 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6590
6591         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6592         shell-command-to-string signals an error (bug#5299).
6593
6594 2010-02-24  Glenn Morris  <rgm@gnu.org>
6595
6596         * message.el (message-smtpmail-send-it)
6597         (message-send-mail-with-mailclient): Doc fixes.
6598
6599 2010-02-16  Glenn Morris  <rgm@gnu.org>
6600
6601         * message.el (message-default-mail-headers): Change the default value
6602         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6603
6604 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6605
6606         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6607         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6608
6609 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6610
6611         * time-date.el (date-to-time): Doc fix (Bug#5408).
6612
6613 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6614
6615         * message.el (message-mail): Just pass yank-action on to message-setup.
6616         (message-setup): Handle (FUN . ARGS) form of yank-action.
6617         (message-with-reply-buffer, message-widen-reply)
6618         (message-yank-original): Handle non-buffer values of
6619         message-reply-buffer (Bug#4080).
6620         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6621
6622 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6623
6624         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6625         Fix typo in docstring.
6626
6627 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6628
6629         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6630         response.
6631
6632 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6633
6634         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6635
6636         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6637
6638         * message.el (message-check-news-header-syntax): Protect against a
6639         string that `rfc822-addresses' returns when parsing fails.
6640
6641 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6642
6643         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6644         (gnus-previous-char-property-change): New functions.
6645
6646         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6647
6648 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6649
6650         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6651         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6652
6653 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6654
6655         * message.el (message-exchange-point-and-mark): Rework last change to
6656         avoid using optional arg of exchange-point-and-mark, for backward
6657         compatibility.
6658
6659 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6660
6661         * message.el (message-exchange-point-and-mark):
6662         Call exchange-point-and-mark with an argument rather than setting
6663         mark-active by hand (Bug#5175).
6664
6665 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6666
6667         * nntp.el (nntp-service-to-port): Work for service expressed with
6668         numeric string; replace [:digit:] with [0-9] for XEmacs.
6669
6670 2009-12-17  Glenn Morris  <rgm@gnu.org>
6671
6672         * gnus-group.el (gnus-bug-group-download-format-alist):
6673         Change emacs entry to debbugs.gnu.org.  Bump :version.
6674
6675 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6676
6677         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6678
6679 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6680
6681         * message.el (message-info): Explain why we use `Info-goto-node'.
6682
6683 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6684
6685         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6686
6687 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6688
6689         * message.el (message-completion-in-region): New compatibility function.
6690         (message-expand-group): Use it.
6691
6692 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6693
6694         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6695         with no unread article should be listed if the 2nd arg `predicate' is
6696         given.
6697
6698 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6699
6700         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6701
6702 2009-11-29  Juri Linkov  <juri@jurta.org>
6703
6704         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6705         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6706         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6707
6708 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6709
6710         * sha1.el (sha1-string-external): default-directory "/" in case
6711         otherwise non-existent.  process-connection-type pipe for touch of
6712         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6713
6714 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6715
6716         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6717         it's comms related and sgml-mode.el has "comm" on that basis too.
6718
6719 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6720
6721         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6722         containing tspecial characters if they have been already quoted.
6723
6724 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6725
6726         * dns-mode.el (auto-mode-alist): Purecopy string.
6727
6728 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6729
6730         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6731
6732 2009-10-24  Glenn Morris  <rgm@gnu.org>
6733
6734         * gnus-art.el (help-xref-stack-item): Define for compiler.
6735
6736 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6737
6738         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6739
6740 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6741
6742         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6743
6744 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6745
6746         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6747         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6748
6749 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6750
6751         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6752         (gnus-overlays-in): New alias to overlays-in.
6753
6754         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6755         gnus-overlay-get, and gnus-delete-overlay.
6756         (gnus-summary-show-thread): Make it work as well for systems in which
6757         next-single-char-property-change is not available.
6758         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6759
6760         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6761         (gnus-overlay-get): New alias to extent-property.
6762         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6763
6764         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6765         SXEmacs.
6766
6767         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6768         SXEmacs.
6769
6770 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6771
6772         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6773
6774 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6775
6776         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6777         and XEmacs that don't have `remove-overlays'.
6778
6779 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6780
6781         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6782         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6783         selective display.  Use overlays instead.
6784
6785 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6786
6787         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6788
6789 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6790
6791         * spam-stat.el (spam-stat-load): Fix typo in message.
6792
6793 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6794
6795         * dig.el (dig-invoke): Fix typo in docstring.
6796         (query-dig): Reflow docstring.
6797
6798 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6799
6800         * gnus-art.el (gnus-article-encrypt-body):
6801         * message.el (message-check-recipients):
6802         * mm-util.el (mm-codepage-setup):
6803         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6804         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6805
6806 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6807
6808         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6809         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6810         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6811         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6812         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6813
6814 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6815
6816         * dig.el: Add "Keywords: comm", as per net-utils.el.
6817
6818 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6819
6820         * dig.el (dig-mode): Use define-derived-mode.
6821
6822 2009-09-19  Glenn Morris  <rgm@gnu.org>
6823
6824         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6825
6826 2009-09-18  Glenn Morris  <rgm@gnu.org>
6827
6828         * gnus-diary.el (gnus-diary-check-message):
6829         * message.el (message-insert-formatted-citation-line):
6830         * nnbabyl.el (top-level):
6831         * nndiary.el (nndiary-schedule):
6832         Fix typos in condition-case handlers.
6833
6834 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6835
6836         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6837         configuration that provides the sole article window in a frame;
6838         position point correctly after deleting a part.
6839
6840 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6841
6842         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6843         (spam-resolve-registrations-routine): Use it to unregister articles
6844         that change status.
6845
6846 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6847
6848         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6849         with XEmacs.
6850         (parse-time-string-chars): Use it.
6851
6852 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6853
6854         * imap.el (imap-interactive-login): Better messages.
6855         (imap-open): Fix bug with renamed buffer on reconnect.
6856         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6857         for easier debugging and cleaner code.  On successful (guessed based on
6858         server capabilities) secondary authentication, set imap-state
6859         correctly.
6860         (imap-last-authenticator): Define imap-last-authenticator as a variable
6861         to avoid warnings.
6862
6863 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6864
6865         * nnrss.el (nnrss-request-article): Remove binding of
6866         default-enable-multibyte-characters that has gotten needless by
6867         the 2007-07-13 change in rfc2047-encode-message-header.
6868
6869         * mml.el (mml-insert-multipart): Error on the message header.
6870         (mml-insert-part): Error on the message header; position point at
6871         the end of a MIME tag.
6872
6873 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6874
6875         * time-date.el (autoload): Expand define-obsolete-function-alias into
6876         defalias and make-obsolete for old Emacsen that Gnus supports.
6877         (with-no-warnings): Define it for old Emacsen.
6878         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6879         is available.
6880         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6881         float-time is available; suppress compile warning for time-to-seconds.
6882
6883         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6884         (gnus-float-time): Alias to float-time if it exists.
6885
6886         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6887         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6888         float-time is available; suppress compile warning for time-to-seconds.
6889
6890         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6891         XEmacs.
6892
6893 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6894
6895         * imap.el (imap-message-map): Docstring fix.
6896
6897 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6898
6899         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6900         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6901         Add the optional argument `encoding' that overrides the default.
6902
6903         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6904         mm-encode-buffer.
6905
6906 2009-09-04  Glenn Morris  <rgm@gnu.org>
6907
6908         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6909         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6910         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6911         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6912         * mm-util.el (mm-with-unibyte-current-buffer)
6913         (mm-find-buffer-file-coding-system):
6914         * yenc.el (yenc-decode-region): Use default-value rather than
6915         default-enable-multibyte-characters.
6916
6917 2009-09-03  Glenn Morris  <rgm@gnu.org>
6918
6919         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6920         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6921         than default-enable-multibyte-characters.
6922
6923 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6924
6925         * gnus-art.el (gnus-article-read-summary-keys):
6926         Fix gnus-buffer-configuration's value temporarily used.
6927
6928 2009-09-02  Glenn Morris  <rgm@gnu.org>
6929
6930         * gnus-util.el (gnus-float-time): New function.
6931         * gnus-delay.el (gnus-delay-article):
6932         * gnus-sum.el (gnus-thread-latest-date):
6933         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6934         * nnspool.el (nnspool-request-newgroups):
6935         Use gnus-float-time rather than time-to-seconds.
6936         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6937
6938         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6939         (gnus-header-subject-face, gnus-header-newsgroups-face)
6940         (gnus-header-name-face, gnus-header-content-face):
6941         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6942         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6943         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6944         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6945         (gnus-cite-face-11):
6946         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6947         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6948         (gnus-server-closed-face, gnus-server-denied-face)
6949         (gnus-server-offline-face):
6950         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6951         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6952         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6953         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6954         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6955         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6956         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6957         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6958         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6959         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6960         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6961         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6962         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6963         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6964         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6965         (gnus-summary-high-undownloaded-face)
6966         (gnus-summary-low-undownloaded-face)
6967         (gnus-summary-normal-undownloaded-face)
6968         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6969         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6970         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6971         (gnus-splash-face):
6972         * message.el (message-header-to-face, message-header-cc-face)
6973         (message-header-subject-face, message-header-newsgroups-face)
6974         (message-header-other-face, message-header-name-face)
6975         (message-header-xheader-face, message-separator-face)
6976         (message-cited-text-face, message-mml-face):
6977         * sieve-mode.el (sieve-control-commands-face)
6978         (sieve-action-commands-face, sieve-test-commands-face)
6979         (sieve-tagged-arguments-face):
6980         * spam.el (spam-face):
6981         Mark face aliases with "-face" in the name as obsolete.
6982
6983 2009-09-01  Glenn Morris  <rgm@gnu.org>
6984
6985         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6986         than goto-line.
6987
6988 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6989
6990         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6991         Don't move point if the command is invoked inside the message header.
6992
6993 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6994
6995         * imap.el (imap-send-command): Simplify.
6996         (imap-wait-for-tag): point-max -> buffer-size.
6997
6998 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6999
7000         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7001         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7002         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7003         * nnir.el (nnir-swish-e-index-file):
7004         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7005         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7006         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7007         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7008         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7009         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7010
7011 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7012
7013         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7014         Don't save excursion.
7015
7016 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7017
7018         * nnheader.el (nnheader-find-file-noselect):
7019         * mm-util.el (mm-insert-file-contents):
7020         Use (default-value 'major-mode) instead of default-major-mode.
7021
7022 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7023
7024         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7025
7026 2009-08-26  Glenn Morris  <rgm@gnu.org>
7027
7028         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
7029         than placing in files.el.
7030
7031 2009-08-25  Glenn Morris  <rgm@gnu.org>
7032
7033         * nnir.el (top-level): Don't require cl at run-time.
7034         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7035         Replace cl-function substitute with gnus-replace-in-string.
7036         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7037         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7038         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7039         simplified expansions.
7040
7041 2009-08-25  Kevin Ryde  <user42@zip.com.au>
7042
7043         * dig.el (dig): Add autoload cookie.
7044
7045 2009-08-22  Glenn Morris  <rgm@gnu.org>
7046
7047         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7048         goto-line.
7049
7050 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7051
7052         * parse-time.el (parse-time-string-chars): Save match data.
7053
7054 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7055
7056         * parse-time.el (parse-time-string-chars): Compute using character
7057         classes, to handle non-ascii characters (Bug#3190).
7058
7059 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7060
7061         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7062
7063         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7064         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7065         (gnus-mm-display-part, gnus-mime-display-single)
7066         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7067         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7068
7069         * gnus-sum.el
7070         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7071         (gnus-summary-move-article): Add expirable mark to articles copied or
7072         moved to group that has auto-expire turned on if the option is non-nil.
7073
7074 2009-07-24  Glenn Morris  <rgm@gnu.org>
7075
7076         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7077         Fix typo.  (Bug#3903)
7078
7079 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7080
7081         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7082         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7083         that should not be used for draft articles.
7084         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7085         that has no concern in minor mode keys.
7086         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7087         Abolish.
7088
7089 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7090
7091         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7092         article without making inquiry to a user for unknown encoding.
7093
7094         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7095         (nnmaildir--scan): Assume i-node and device number that file-attributes
7096         returns might be cons-cell.
7097
7098         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7099
7100         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7101
7102 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7103
7104         * auth-source.el: Remove docs now in auth.texi.  Don't use
7105         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7106         `auth-source-hide-passwords' and use them.
7107
7108 2009-07-15  Glenn Morris  <rgm@gnu.org>
7109
7110         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7111
7112 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7113
7114         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7115         excessive whitespace from the default values of title and description.
7116
7117 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7118
7119         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7120         mail-fetch-field to fetch Content-Description header in order to
7121         exclude newlines.
7122
7123 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7124
7125         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7126         format used by GnuPG 2.0.11.
7127
7128 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7129
7130         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7131         to deleted part.
7132
7133 2009-05-30  David Engster  <dengste@eml.cc>
7134
7135         * nnmairix.el: Remove old documentation in the commentary block.
7136         (nnmairix-request-group): Do not update active file for nnml back ends.
7137         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7138         end so that overview files are ignored.
7139         (nnmairix-update-groups): Make updating the groups more robust by using
7140         marks.
7141         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7142         with dollar characters in message-id.
7143
7144 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7145
7146         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7147         2008-12-25 in dns.el.
7148
7149 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7150
7151         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7152         could happen if the text is only composed of spaces and/or tabs.
7153
7154 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7155
7156         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7157         when sending a queued message to avoid extra mml tags.
7158
7159 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7160
7161         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7162
7163 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7164
7165         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7166         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7167         rmail-toggle-header for XEmacs;
7168         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7169
7170 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7171
7172         * gnus-dired.el: Remove autoload for gnus-setup-message.
7173         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7174         displaying Gnus logo; always use compose-mail.
7175
7176 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7177
7178         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7179
7180 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7181
7182         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7183         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7184         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7185         available.
7186         (gnus-nocem-epg-verify): New function.
7187
7188 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7189
7190         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7191
7192 2009-02-15  Glenn Morris  <rgm@gnu.org>
7193
7194         * gnus-util.el (rmail-insert-rmail-file-header)
7195         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7196         autoloads.
7197         (rmail-default-rmail-file): Remove unnecessary declaration.
7198         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7199
7200 2009-02-14  Glenn Morris  <rgm@gnu.org>
7201
7202         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7203         variable (only used in gnus-util, which declares it anyway).
7204         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7205         which was only needed by gnus-art (changed to not use it any more).
7206         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7207         only used in gnus-util, which autoloads it itself.
7208         (rmail-update-summary): Fix autoload.
7209
7210         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7211         rather than rmail-output-to-rmail-file.
7212
7213 2009-02-07  Glenn Morris  <rgm@gnu.org>
7214
7215         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7216         autoload of function that no longer exists.
7217         (rmail-toggle-header): Declare.
7218         (message-forward-rmail-make-body): Handle mbox Rmail.
7219
7220 2009-01-31  Glenn Morris  <rgm@gnu.org>
7221
7222         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7223         2009-01-09 change.
7224
7225 2009-01-31  Dave Love  <fx@gnu.org>
7226
7227         * imap.el (imap-fetch-safe): Bind debug-on-error.
7228         (imap-debug): Add imap-fetch-safe.
7229
7230 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7231
7232         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7233         (auth-source-forget-all-cached): New convenience function.
7234         (auth-source-user-or-password): Accept list of modes or a single mode.
7235
7236         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7237         auth-source modes.
7238
7239         * netrc.el (netrc-machine-user-or-password): Use list of
7240         auth-source modes.
7241
7242         * nnimap.el (nnimap-open-connection): Use list of
7243         auth-source modes.
7244
7245         * nntp.el (nntp-send-authinfo): Use list of
7246         auth-source modes.
7247
7248 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7249
7250         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7251         now.
7252
7253 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7254
7255         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7256         coding system in XEmacs; add a workaround for XEmacs.
7257
7258         * lpath.el: Fbind coding-system-aliasee.
7259
7260 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7261
7262         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7263         of current-language-environment.
7264
7265 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7266
7267         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7268         available at runtime.
7269
7270 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7271
7272         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7273
7274 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7275
7276         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7277         the greatest positive fixnum value doesn't work under an XEmacs with
7278         bignum support; use the most-positive-fixnum constant instead,
7279         available since Emacs 21.1 with cl and XEmacs 21.1.
7280
7281 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7282
7283         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7284         XEmacs gets not to work.
7285
7286 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7287
7288         * mm-util.el (mm-coding-system-priorities): Allow the value like
7289         "Japanese (UTF-8)" of current-language-environment.
7290
7291 2009-01-09  Glenn Morris  <rgm@gnu.org>
7292
7293         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7294         with last-command-event.
7295
7296 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7297
7298         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7299         in the doc string.
7300
7301         * message.el (message-fix-before-sending): Amend comment.
7302
7303 2009-01-08  Dave Love  <fx@gnu.org>
7304
7305         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7306
7307 2009-01-07  David Engster  <dengste@eml.cc>
7308
7309         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7310         simplified server definitions by converting it via
7311         gnus-server-to-method.
7312
7313 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7314
7315         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7316         parameter's operands.
7317
7318 2009-01-06  David Engster  <dengste@eml.cc>
7319
7320         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7321         primary select method (for gnus-group-mark-article-as-read).
7322
7323 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7324
7325         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7326         `(gnus)Face', not `(gnus)X-Face'.
7327
7328 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7329
7330         * mm-util.el (mm-ucs-to-char): New function.
7331
7332         * mm-url.el (mm-url-decode-entities): Use it.
7333
7334         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7335         unicode-to-char.
7336
7337 2009-01-05  Dave Love  <fx@gnu.org>
7338
7339         * time-date.el: Require cl for `declare'.
7340
7341 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7342
7343         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7344         Dave Love.
7345
7346 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7347
7348         * message.el (message-fix-before-sending): Add `eight-bit' to
7349         illegible-text check.
7350
7351 2009-01-03  Michael Olson  <mwolson@gnu.org>
7352
7353         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7354         `headers' is nil.  This can occur if the IMAP server does not have
7355         permissions to read messages from a folder, but can write new messages
7356         to the folder.
7357         (nnimap-request-article-part): Do not insert `data' if it is nil.
7358
7359         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7360         characters which will confuse `read', so skip past them.
7361
7362 2009-01-01  Dave Love  <fx@gnu.org>
7363
7364         * imap.el (imap-string-to-integer): Fix typo.
7365         (imap-fetch-safe): New function.
7366         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7367
7368         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7369
7370         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7371         (imap-parse-greeting): Fix doc strings.
7372         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7373         (imap-parse-flag-list): Make messages unique.
7374         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7375
7376         * nnimap.el: Fix author email.
7377         (nnimap-split-rule): Add FIXME comment.
7378         (nnimap-debug): Fix doc string.
7379
7380 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7381
7382         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7383
7384 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7385
7386         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7387         nslookup if resolv.conf isn't available.
7388         (dns-query): Rename from query-dns.
7389         (dns-query-cached): Rename from query-dns-cached.
7390
7391 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7392
7393         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7394         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7395         to check if those variables exist (first appeared in Emacs 18.50).
7396
7397 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7398
7399         * mm-util.el (mm-line-number-at-pos): New function.
7400
7401         * spam-report.el (spam-report-process-queue): Use it.
7402
7403 2008-12-24  David Engster  <dengste@eml.cc>
7404
7405         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7406         parameters that haven't existed as variables as buffer-local variables.
7407
7408 2008-12-23  Dave Love  <fx@gnu.org>
7409
7410         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7411         cadar.
7412
7413         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7414         imap-starttls-p.
7415         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7416
7417 2008-12-22  Dave Love  <fx@gnu.org>
7418
7419         * imap.el: Fix author email.  Doc fixes.
7420         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7421         reply.
7422
7423 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7424
7425         * spam-report.el (spam-report-gmane-max-requests): New constant.
7426         (spam-report-gmane-wait): New variable.
7427         (spam-report-gmane-ham, spam-report-gmane-spam)
7428         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7429         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7430         the server.
7431
7432         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7433         Add explanations.
7434
7435         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7436         nnheader-accept-process-output and nnheader-read-timeout if available.
7437         (pop3-movemail): Use it.
7438
7439         * message.el (message-check-news-body-syntax): Fix signature check if
7440         there's an attachment.
7441
7442 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7443
7444         * mm-util.el: Add comments to the mm- emulating functions.
7445
7446 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7447
7448         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7449         Reported by Stephen Berman <stephen.berman@gmx.net>.
7450
7451 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7452
7453         * mm-util.el (mm-substring-no-properties): New function.
7454         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7455         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7456         (mm-string-to-multibyte): Doc fix.
7457
7458         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7459
7460 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7461
7462         * mml.el (mml-attach-file): Strip text properties from file name.
7463         (Bug#1574)
7464
7465 2008-12-16  Glenn Morris  <rgm@gnu.org>
7466
7467         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7468
7469 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7470
7471         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7472         knows since the charset specified might be a bogus alias that
7473         mm-charset-synonym-alist provides.
7474
7475 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7476
7477         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7478         "ISO_8859-1".
7479
7480         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7481
7482 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7483
7484         * mm-util.el (mm-charset-eval-alist):
7485         Define it before mm-charset-to-coding-system.
7486         (mm-charset-to-coding-system): Add optional argument `silent';
7487         define it before mm-charset-override-alist.
7488         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7489         default value if it can be used in Emacs currently running;
7490         silence mm-charset-to-coding-system.
7491
7492 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7493
7494         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7495         `allow-override' which says whether to use `mm-charset-override-alist'.
7496         (rfc2047-decode-encoded-words): Use it.
7497
7498         * mm-util.el (mm-charset-override-alist): Fix custom type;
7499         add `(gb2312 . gbk)' to choices.
7500
7501 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7502
7503         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7504         fast.
7505
7506         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7507
7508         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7509
7510 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7511
7512         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7513         on links.
7514
7515         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7516
7517 2008-12-03  Lute Kamstra  <lute@gnu.org>
7518
7519         * sha1.el: Remove leading * from docstrings of defcustoms,
7520         deffaces, defconsts and defuns.
7521
7522 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7523
7524         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7525         users' addresses that don't have domain parts.
7526         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7527         rather than message-narrow-to-head since there will be the message
7528         header separator.
7529
7530 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7531
7532         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7533         since the result is inserted in a unibyte buffer anyway.
7534         (nnimap-demule-use-string-to-multibyte): Remove.
7535         (nnimap-demule): Alias it to mm-string-to-multibyte.
7536
7537 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7538
7539         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7540         variable for debugging bug#464 and bug#1174.
7541         (nnimap-demule): Use it.
7542
7543 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7544
7545         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7546         score calculation correctly.
7547
7548 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7549
7550         * message.el (message-send-mail): Just set the buffer to unibyte
7551         rather than use mm-with-unibyte-current-buffer which does a lot more.
7552         (message-send-mail-partially): Don't bother with
7553         mm-with-unibyte-current-buffer since it's already been made unibyte by
7554         message-send-mail.
7555
7556 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7557
7558         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7559
7560 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7561
7562         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7563
7564 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7565
7566         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7567         require itself and to remove `with-no-warnings'.
7568
7569 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7570
7571         * starttls.el (starttls-any-program-available): Get the name of the
7572         available TLS layer program.
7573         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7574         well as the host name in the "opening" message.
7575
7576         * auth-source.el (auth-source-cache, auth-source-do-cache)
7577         (auth-source-user-or-password): Cache passwords and logins by default,
7578         allow override with `auth-source-do-cache'.
7579         (auth-source-forget-user-or-password): Allow users to remove cache
7580         entries if needed.
7581
7582 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7583
7584         * md4.el (md4-buffer): Fix typo in docstring.
7585         (md4, md4-64): Doc fixes.
7586         (md4-pack-int32): Reflow docstring.
7587
7588 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7589
7590         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7591         condition-case to only the forward-sexp call.
7592
7593 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7594
7595         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7596         quotes contained.  Make it more robust regardless by an extra
7597         condition-case wrapper.
7598
7599 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7600
7601         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7602
7603 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7604
7605         * nnml.el (nnml-request-expire-articles): Check if the function set to
7606         `nnmail-expiry-target' returns the symbol `delete'.
7607
7608         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7609
7610         * nnmail.el (nnmail-expiry-target): Fix custom type.
7611
7612 2008-10-02  Glenn Morris  <rgm@gnu.org>
7613
7614         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7615         Silence compiler warning.
7616
7617 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7618
7619         * tls.el (open-tls-stream): Show the actual command being
7620         executed, instead of the format string.
7621
7622 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7623
7624         * lpath.el: Fbind codepage-setup for Emacs 23.
7625
7626 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7627
7628         * mml.el (mml-menu): Don't assume mml2015 is bound.
7629
7630 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7631
7632         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7633         exists.
7634
7635 2008-09-27  Glenn Morris  <rgm@gnu.org>
7636
7637         * gnus-util.el (mail-header-remove-comments): Autoload it.
7638
7639 2008-09-27  Andreas Schwab  <schwab@suse.de>
7640
7641         * gnus-util.el (gnus-split-references): Strip comments.
7642         (gnus-parent-id): Likewise.
7643
7644 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7645
7646         * message.el (message-confirm-send): Fix version.
7647
7648 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7649
7650         * message.el (message-idna-to-ascii-rhs-1): Use
7651         mail-extract-address-components rather than mail-header-parse-addresses
7652         that is an alias by default to ietf-drums-parse-addresses that does not
7653         support non-ASCII names in headers' contents.
7654
7655 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7656
7657         * message.el (message-confirm-send): Fix variable documentation to
7658         avoid the "y/n" wording.
7659
7660 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7661
7662         * message.el (message-set-auto-save-file-name): Save to a different
7663         filename so multiple messages (especially drafts) can be recovered.
7664
7665 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7666
7667         * message.el (message-confirm-send): Add appropriate version.
7668
7669 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7670
7671         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7672         defvar.
7673
7674 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7675
7676         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7677         (mm-pkcs7-enveloped-magic): Ditto.
7678
7679 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7680
7681         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7682         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7683
7684 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7685
7686         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7687         default, it's better.
7688
7689 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7690
7691         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7692         summary line gnus-number property and ignore them (with a warning
7693         message).
7694
7695 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7696
7697         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7698         macro caddr in the interactive form since it won't be expanded.
7699
7700 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7701
7702         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7703         `charset'; fix name of function called recursively.
7704         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7705
7706 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7707
7708         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7709         (gnus-mime-set-charset-parameters): New function.
7710         (gnus-mime-view-part-as-charset): Use it to correctly display part
7711         specifying wrong charset.
7712
7713 2008-09-08  David Engster  <dengste@eml.cc>
7714
7715         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7716         in completing-read for back end server.
7717
7718 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7719
7720         * message.el (message-confirm-send): New variable to confirm sending a
7721         message.
7722         (message-send): Use it.
7723
7724 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7725
7726         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7727
7728 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7729
7730         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7731
7732 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7733
7734         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7735         prevent tracking too many groups.
7736         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7737         Use it.
7738
7739 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7740
7741         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7742         moving point to the bottom of the window in order to avoid recentering.
7743
7744 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7745
7746         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7747
7748         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7749         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7750         (gnus-article-beginning-of-window): Fix calculation.
7751
7752 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7753
7754         * gnus-msg.el (gnus-summary-supersede-article)
7755         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7756         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7757         message header.
7758
7759 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7760
7761         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7762         pending output coming after the status change.
7763
7764 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7765
7766         * message.el:
7767         * gnus-start.el:
7768         * gnus-registry.el: Remove VMS support.
7769
7770 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7771
7772         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7773         macro.
7774         (rfc2104-hash): Use it.
7775
7776 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7777
7778         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7779         (gnus-summary-sort-by-most-recent-date): New commands.
7780         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7781         and menu entries.
7782
7783 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7784
7785         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7786         don't redisplay article for raw contents; remove plural articles stuff.
7787
7788         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7789         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7790         on gnus-summary-save-article; display results properly.
7791
7792 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7793
7794         * lpath.el: No need to fbind ns-focus-frame.
7795
7796 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7797
7798         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7799
7800 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7801
7802         * gnus-art.el (gnus-summary-save-in-pipe):
7803         Consider gnus-save-all-headers.
7804
7805 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7806
7807         * gnus-util.el (ns-focus-frame): Remove declaration.
7808         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7809         like x.
7810
7811 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7812
7813         * rfc2104.el (rfc2104-zero): Delete defconst.
7814         (rfc2104-hex-alist): Likewise.
7815         (rfc2104-hex-to-int): Delete func.
7816         (rfc2104-hexstring-to-bitstring): Likewise.
7817         (rfc2104-nybbles): New defconst.
7818         (rfc2104-hash): Rewrite for speed.
7819
7820 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7821
7822         * tls.el (open-tls-stream): Make it work with the 2nd argument
7823         BUFFER that is a string but does not exist as a buffer object, as
7824         mentioned in the doc-string.
7825
7826 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7827
7828         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7829         SXEmacs.
7830
7831 2008-07-16  Glenn Morris  <rgm@gnu.org>
7832
7833         * gnus-util.el (ns-focus-frame): Declare for compiler.
7834
7835 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7836
7837         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7838         set as a group parameter.
7839         (gnus-summary-save-in-pipe): Work when it is called independently.
7840         (gnus-summary-pipe-to-muttprint): Don't modify
7841         gnus-summary-pipe-output-default-command.
7842
7843 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7844
7845         * message.el (message-send-mail-with-sendmail):
7846         Display the error message.
7847
7848 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7849
7850         * gnus-art.el (gnus-default-article-saver):
7851         Add gnus-summary-save-in-pipe to choices.
7852         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7853         gnus-summary-pipe-output-default-command as the default command.
7854         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7855         instead of gnus-last-shell-command.
7856
7857         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7858         New user option.
7859         (gnus-summary-muttprint-program): Mention the value will be changed.
7860         (gnus-summary-save-article): Force showing of all headers.
7861         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7862
7863 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7864
7865         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7866
7867 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7868
7869         * nnimap.el (nnimap-id):
7870         * sieve-manage.el (sieve-manage-open): Doc fixes.
7871
7872 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7873
7874         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7875         if available.
7876
7877 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7878
7879         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7880
7881         * nnkiboze.el (nnkiboze-generate-group):
7882         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7883
7884         * nnmairix.el: Require CL.
7885
7886 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7887
7888         * dgnushack.el: Autoload get-display-table and put-display-table for
7889         XEmacs 21.5.
7890
7891         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7892         21.4 and SXEmacs.
7893
7894 2008-06-15  David Engster  <dengste@eml.cc>
7895
7896         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7897
7898 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7899
7900         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7901         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7902         runtime choice under XEmacs.
7903
7904         * gnus-sum.el (gnus-summary-set-display-table):
7905         Use `gnus-put-display-table', `gnus-get-display-table',
7906         `gnus-set-display-table' for the display table, instead of `aset'.
7907
7908         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7909         Use `gnus-put-display-table', `gnus-get-display-table',
7910         `gnus-set-display-table' for the display table.
7911
7912 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7913
7914         * nnmairix.el: Add autoloads.
7915
7916 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7917
7918         * nnmairix.el (nnmairix-delete-recreate-group)
7919         (nnmairix-update-and-clear-marks): Fix error messages.
7920
7921 2008-06-14  David Engster  <dengste@eml.cc>
7922
7923         * nnmairix.el: Upgrade to version 0.6.
7924         (nnmairix-group-toggle-propmarks-this-group)
7925         (nnmairix-group-toggle-readmarks-this-group)
7926         (nnmairix-group-delete-recreate-this-group)
7927         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7928         (nnmairix-remove-tick-mark-original-article): New commands.
7929         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7930         (nnmairix-propagate-marks-to-nnmairix-groups)
7931         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7932         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7933         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7934         functions needed for marks propagation and manipulation of read marks.
7935         (nnmairix-update-groups): New function.
7936         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7937         (nnmairix-determine-original-group-from-registry)
7938         (nnmairix-determine-original-group-from-path)
7939         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7940         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7941         New helper functions.
7942         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7943         keystrokes for new commands.
7944         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7945         (nnmairix-request-group): Check allow-fast group parameter.
7946         (nnmairix-request-create-group): Set allow-fast group parameter if
7947         nnmairix-allowfast-default is set.
7948         (nnmairix-close-group): Propagate marks upon closing if needed.
7949         (nnmairix-group-toggle-threads-this-group): Use new.
7950         nnmairix-group-toggle-parameter helper function.
7951         (nnmairix-search): Better check for empty search result.
7952         (nnmairix-goto-original-article): Use new helper functions for
7953         determining original article.
7954         (nnmairix-show-original-article): Make sure message-id is in brackets.
7955         (nnmairix-call-mairix-binary): Change variable name.
7956         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7957         helper function.
7958         (nnmairix-widget-toggle-activate): Fix doc string.
7959
7960 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7961
7962         * nnir.el: Require edmacro when compiling with XEmacs.
7963         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7964         available in Emacs 21.
7965
7966 2008-06-11  Glenn Morris  <rgm@gnu.org>
7967
7968         * gnus-util.el (x-focus-frame):
7969         * gnus.el (image-size):
7970         * mm-decode.el (image-size): Declare.
7971
7972         * gnus-picon.el (declare-function): Add compat definition.
7973         (image-size): Declare.
7974
7975         * gnus-group.el (tool-bar-map):
7976         * gnus-sum.el (tool-bar-map): Define for compiler.
7977
7978         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7979
7980         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7981
7982         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7983         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7984         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7985         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7986         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7987         * sieve-manage.el, spam-report.el, spam.el:
7988         Remove unnecessary eval-and-compile of autoloads.
7989
7990 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7991
7992         * auth-source.el: Precise Tramp doc.
7993
7994 2008-06-07  Glenn Morris  <rgm@gnu.org>
7995
7996         * nnmairix.el: Remove unnecessary eval-when-compile.
7997
7998 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7999
8000         * lpath.el: Fbind propertize for XEmacs 21.4.
8001
8002 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
8003
8004         * nnir.el: Move here from ../contrib.
8005
8006 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8007
8008         * gnus-util.el (gnus-read-shell-command): New function.
8009         * mm-decode.el (mm-pipe-part):
8010         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8011
8012 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8013
8014         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8015
8016 2008-06-03  Glenn Morris  <rgm@gnu.org>
8017
8018         * pop3.el (nnheader-accept-process-output): Autoload it.
8019
8020 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8021
8022         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8023         are not 2-digit hexadecimal characters that follow `%'s.
8024
8025 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8026
8027         * message.el (message-bogus-recipient-p): Fix type in doc string.
8028         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8029         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8030         Improve custom options.
8031         (message-bogus-recipient-p): Adjust accordingly.
8032
8033 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
8034
8035         * parse-time.el (parse-time-months, parse-time-weekdays): Add
8036         long-form month and day names.
8037
8038 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8039
8040         * dgnushack.el: Autoload debug, eudc-expand-inline and
8041         pgg-snarf-keys-region for XEmacs.
8042
8043         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
8044
8045         * nnmairix.el: Require edmacro when compiling with XEmacs.
8046
8047 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8048
8049         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8050         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8051
8052 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8053
8054         * auth-source.el: Add more docs.
8055
8056         * netrc.el (netrc-machine): Always match if the port is not given.
8057
8058 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8059
8060         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8061         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8062         retrieval faster in some cases, but might make CPU usage larger.
8063         If this has any bad side effects, we might revert this change.
8064
8065         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8066         seems to make mail retrieval much, much faster.
8067         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8068         unconditionally.
8069
8070         * gnus-draft.el (gnus-group-send-queue):
8071         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8072
8073 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8074
8075         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8076
8077         * message.el (message-bogus-address-regexp): Fix and improve custom
8078         type.
8079         (message-setup-hook): Add message-check-recipients as custom option.
8080
8081 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8082
8083         * message.el (message-cite-function): Remove bogus autoload which crept
8084         in during merge from v5-10.
8085
8086 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8087
8088         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8089
8090         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8091
8092         * auth-source.el: Preliminary Tramp docs.
8093         (auth-sources): Change the default auth-sources to use
8094         EPA .gpg files.
8095
8096 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8097
8098         * nntp.el: Autoload `auth-source-user-or-password'.
8099         (nntp-send-authinfo): Use it.
8100
8101         * nnimap.el: Autoload `auth-source-user-or-password'.
8102         (nnimap-open-connection): Use it.
8103
8104         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8105         for the gnus-message function.
8106         (auth-source-user-or-password): Use it.
8107
8108 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8109
8110         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8111         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8112         (rfc2104-hash): Use it.
8113
8114 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8115
8116         * gnus-art.el (gnus-article-toggle-truncate-lines):
8117         Don't use `iff' in docstring.
8118
8119 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8120
8121         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8122
8123         * gnus-util.el (gnus-extract-address-component-name)
8124         (gnus-extract-address-component-email): Convenience functions around
8125         `gnus-extract-address-components'.
8126
8127         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8128         Use `gnus-extract-address-component-email' to fix bug of comparing full
8129         sender name to `user-mail-address'.
8130
8131 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8132
8133         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8134         catch/throw to optimize.
8135         (gnus-registry-find-keywords): Just use member to find a keyword.
8136
8137 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8138
8139         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8140         is current before calling gnus-server-prepare.
8141         (gnus-server-setup-buffer, gnus-server-update-server)
8142         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8143
8144 2008-05-04  Juri Linkov  <juri@jurta.org>
8145
8146         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8147         (mailcap-file-default-commands): Use mailcap-replace-in-string
8148         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8149         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8150
8151 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8152
8153         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8154
8155 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8156
8157         * gnus.el: Bump version to 0.11.
8158
8159 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8160
8161         * gnus.el: No Gnus v0.10 is released.
8162
8163 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8164
8165         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8166         hooks.
8167         (gnus-update-read-articles): Speed up non-marks-using users.
8168         (gnus-use-marks): Define gnus-use-marks.
8169         (gnus-propagate-marks): Rename variable to something more sensible.
8170
8171 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8172
8173         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8174         (gmm-image-load-path-for-library): Fix typos in docstrings.
8175         (gmm-message): Reflow docstring.
8176
8177 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8178
8179         * mail-source.el (mail-source-set-1, mail-source-bind):
8180         Move auth-source code out of the macro to clean it up and fix bugs.
8181
8182 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8183
8184         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8185         by sender if it's equal to user-mail-address, it's likely to be
8186         useless.
8187
8188         * mail-source.el (mail-source-bind): Don't use user or password if they
8189         are not bound.  Unintern them if they are nil.  Don't use server unless
8190         it's bound, and default it to empty string otherwise.
8191
8192 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8193
8194         * mail-source.el: Load auth-source.el.
8195         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8196         get user name or password, if auth-sources is set up.
8197
8198         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8199         strategy of splitting with parent.
8200         (gnus-registry-split-fancy-with-parent)
8201         (gnus-registry-post-process-groups): Use it and fix prior
8202         bug (returning a list as the split result).
8203
8204         * auth-source.el (auth-sources): Remove server parameter.
8205         (auth-source-pick, auth-source-user-or-password)
8206         (auth-source-user-or-password-imap)
8207         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8208         (auth-source-user-or-password-sftp)
8209         (auth-source-user-or-password-smtp): Remove server parameter.
8210
8211 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8212
8213         * smime.el (smime-sign-region, smime-encrypt-region)
8214         (smime-decrypt-region):
8215         Remove redundant calls to `generate-new-buffer-name'.
8216
8217 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8218
8219         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8220         Don't use QP for message/rfc822.
8221         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8222
8223 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8224
8225         * sieve-manage.el (sieve-string-bytes): Remove.
8226         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8227         correct byte-length only if the process's coding-system is the same as
8228         the one used internally by Emacs to represent strings.
8229
8230 2008-04-22  Juri Linkov  <juri@jurta.org>
8231
8232         * mailcap.el (mailcap-file-default-commands): New function.
8233
8234 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8235
8236         * message.el (message-signature-separator, message-cite-function):
8237         Change custom version.
8238
8239 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8240
8241         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8242         commands.
8243         (tls-checktrust): Ditto.
8244
8245 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8246
8247         * mm-decode.el (mm-display-external): Make temp file read-only.
8248
8249 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8250
8251         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8252         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8253         `C-c C-f d'.
8254
8255 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8256
8257         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8258
8259 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8260
8261         * gnus.el: Bump version to 0.9.
8262
8263 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8264
8265         * gnus.el: No Gnus v0.8 is released.
8266
8267 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8268
8269         * mail-source.el (mail-source-value):
8270         Prefer fboundp to functionp so it works with macros as well.
8271
8272 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8273
8274         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8275         Fix last change in case the element is not even a symbol.
8276
8277 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8278
8279         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8280         Prefer fboundp to functionp so it works with macros as well.
8281
8282 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8283
8284         * auth-source.el: Add docs.
8285         (auth-sources): Modify format to support server.
8286         (auth-source-pick, auth-source-user-or-password)
8287         (auth-source-user-or-password-imap)
8288         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8289         (auth-source-user-or-password-sftp)
8290         (auth-source-user-or-password-smtp): Add server parameter.
8291
8292 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8293
8294         * gnus-registry.el: Initialize the registry when gnus-registry-install
8295         is t.
8296
8297 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8298
8299         * compface.el (uncompface): Make buffer unibyte.
8300
8301 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8302
8303         * mail-source.el (mail-source-value):
8304         Prefer fboundp to functionp so it works with macros as well.
8305
8306 2008-04-05  Glenn Morris  <rgm@gnu.org>
8307
8308         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8309
8310 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8311
8312         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8313         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8314
8315         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8316         multibyteness after rather than before erasing it.
8317
8318         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8319         mm-with-multibyte.
8320         (gnus-request-article-this-buffer): Make sure the proper decoding is
8321         used if gnus-original-article-buffer happens to be unibyte.
8322
8323         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8324         default-enable-multibyte-characters.
8325
8326         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8327         default-enable-multibyte-characters.
8328
8329         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8330
8331         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8332
8333 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8334
8335         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8336         Fix last change in case the element is not even a symbol.
8337
8338 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8339
8340         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8341         (imap-message-copyuid-1): Use it.
8342         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8343         J. Williams in
8344         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8345
8346         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8347         imap-enable-exchange-bug-workaround.
8348         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8349
8350 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8351
8352         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8353         a 100 byte status-checks into a 2-3MB transfer for each group.
8354         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8355         to enable bug workaround or not.
8356         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8357
8358 2008-03-31  Glenn Morris  <rgm@gnu.org>
8359
8360         * message.el (mml2015-use): Declare for compiler.
8361         (message-info): Require mml2015 when appropriate.
8362
8363 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8364
8365         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8366         whitespace.
8367
8368 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8369
8370         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8371         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8372         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8373         (nntp-service-to-port): New function.
8374         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8375         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8376         (nntp-open-netcat-stream): New function.
8377         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8378
8379 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8380
8381         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8382
8383 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8384
8385         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8386
8387 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8388
8389         * dns.el (dns-write): Use set-buffer-multibyte.
8390
8391 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8392
8393         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8394
8395 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8396
8397         * message.el (message-signature-separator): Change default.
8398         Improve custom type.
8399         (message-cite-function): Change default to
8400         message-cite-original-without-signature.
8401
8402         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8403         toggle.
8404
8405         * message.el (message-check-news-body-syntax): Fix signature check.
8406         (message-setup-1): Mark buffer as unmodified _after_ running
8407         message-setup-hook and handling message-alternative-emails.
8408         (message-shorten-references): Be more strict when building list of
8409         valid references to comply with GNKSA.
8410
8411         * gnus-group.el (gnus-read-ephemeral-bug-group)
8412         (gnus-read-ephemeral-debian-bug-group)
8413         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8414
8415         * message.el (message-info): Don't use booleanp which isn't supported
8416         in Emacs 21 and XEmacs.
8417
8418 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8419
8420         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8421         gnus-group-gmane-group-download-format.
8422         (gnus-group-read-ephemeral-gmane-group): Rename from
8423         gnus-group-read-ephemeral-gmane-group.
8424         (gnus-read-ephemeral-gmane-group-url): Rename from
8425         gnus-group-read-ephemeral-gmane-group-url.
8426         (gnus-bug-group-download-format-alist): New variable.
8427         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8428         (gnus-read-ephemeral-emacs-bug-group): New commands.
8429
8430 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8431
8432         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8433         (gnus-visible-headers): Improve custom type.
8434
8435 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8436
8437         * mml.el (mml-menu): Add workarounds for XEmacs.
8438
8439         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8440         X-Boundary header.
8441
8442         * message.el (message-simplify-recipients): Fix previous commit.
8443
8444 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8445
8446         * mm-util.el (mm-set-buffer-multibyte): New function.
8447         * mm-decode.el (mm-copy-to-buffer): Use it.
8448
8449         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8450         Prefer fboundp to functionp so it works with macros as well.
8451
8452 2008-03-19  Glenn Morris  <rgm@gnu.org>
8453
8454         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8455         Accidentally removed in the sync process with Emacs.
8456
8457 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8458
8459         * message.el (message-alter-recipients-discard-bogus-full-name):
8460         New function.
8461         (message-alter-recipients-function): New variable.
8462         (message-get-reply-headers): Use it.
8463         (message-replace-header): New helper function.
8464         (message-recipients-without-full-name): New variable.
8465         (message-simplify-recipients): New command.
8466
8467         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8468
8469         * message.el (message-info): Handle EasyPG manual.
8470
8471         * mml.el (mml-menu): Add entry for EasyPG.
8472
8473 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8474
8475         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8476         parameter.
8477
8478         * message.el (message-disassociate-draft): Specify drafts group name
8479         fully.
8480
8481 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8482
8483         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8484         Eliminate unnecessary duplicates from the match list.
8485
8486 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8487
8488         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8489
8490         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8491
8492         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8493         args of `how-many' of which the XEmacs version doesn't take; declare
8494         Info-index-next as function.
8495
8496 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8497
8498         * gnus-score.el (gnus-score-headers): Fix handling of
8499         gnus-inhibit-slow-scoring.
8500
8501         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8502         string.
8503         (gnus-button-url-regexp): Improve handling of parenthesis.
8504         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8505         (gnus-button-handle-info-keystrokes): Handle index entries.
8506
8507 2008-03-15  Glenn Morris  <rgm@gnu.org>
8508
8509         * parse-time.el (parse-time-string): Simplify.
8510
8511 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8512
8513         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8514         Incoming* files.
8515
8516 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8517
8518         * auth-source.el (auth-sources): Rename from auth-source-choices.
8519         (auth-source-pick): Use it.
8520
8521 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8522
8523         * binhex.el (binhex-decode-region-internal):
8524         * uudecode.el (uudecode-decode-region-internal):
8525         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8526         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8527         setting default-enable-multibyte-characters.
8528
8529 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8530
8531         * auth-source.el (auth-source-protocols)
8532         (auth-source-protocols-customize, auth-source-choices): Add and
8533         modified variable customizations and defaults.
8534         (auth-source-pick, auth-source-user-or-password)
8535         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8536         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8537         (auth-source-user-or-password-sftp)
8538         (auth-source-user-or-password-smtp): Use new variables and provide an
8539         interface to netrc.el.
8540
8541 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8542
8543         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8544         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8545         Make sure the nntp port to specify is a string.
8546
8547 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8548
8549         * nntp.el: Use with-current-buffer.
8550         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8551         dubious mm-with-unibyte-current-buffer.
8552         (nntp-with-open-group-function): New function extracted from
8553         nntp-with-open-group macro.
8554         (nntp-with-open-group): Use the function, so it's easier to debug.
8555         Add indentation and debugging info.
8556         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8557         Recommend the use of the netcat alternatives.
8558
8559         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8560         Avoid mm-string-as-multibyte as well.
8561
8562         * nnweb.el (nnweb-insert-html):
8563         Remove use of nnheader-string-as-multibyte.
8564
8565         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8566         (nnheader-string-as-multibyte): Remove.
8567
8568         * mm-view.el: Use inhibit-read-only.
8569         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8570         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8571         or unibyte-string.
8572
8573         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8574         (mm-uu-yenc-extract): Use with-current-buffer.
8575
8576         * gnus-soup.el (gnus-soup-send-packet): Don't use
8577         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8578
8579         * nnmh.el: Use with-current-buffer.
8580         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8581         mm-string-as-multibyte on the output of mm-encode-coding-string.
8582
8583         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8584         (nnimap-request-move-article): Use with-current-buffer.
8585
8586         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8587         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8588         conversion uses string-make-unibyte rather than string-as-unibyte.
8589
8590         * gnus-msg.el: Use with-current-buffer.
8591
8592         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8593
8594 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8595
8596         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8597         string for caching if it is 'PIN.
8598
8599 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8600
8601         * lpath.el: Consider the case without Emacs/W3.
8602
8603 2008-03-08  Glenn Morris  <rgm@gnu.org>
8604
8605         * time-date.el (date-to-time, time-subtract, time-add)
8606         (safe-date-to-time): Doc fixes.
8607
8608 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8609
8610         * mail-source.el (mail-source-delete-old-incoming-confirm):
8611         Change default to nil.
8612         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8613
8614 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8615
8616         * lpath.el: Rearrange.
8617
8618         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8619         (gnus-article-goto-prev-page): Work for articles having ^L's.
8620
8621         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8622
8623         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8624
8625 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8626
8627         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8628         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8629         (gnus-bookmark-jump): Adjust some variable names.
8630
8631 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8632
8633         * auth-source.el: New package.
8634         (auth-source-choices): Add customization entry point variable.
8635
8636         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8637         bug.
8638
8639 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8640
8641         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8642         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8643         (gnus-registry-install-shortcuts): Rename from
8644         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8645         the `gnus-registry-mark-map' keymap dynamically from
8646         `gnus-registry-marks'.  The generated functions update the summary line
8647         when a registry mark is added or deleted, and will call
8648         `gnus-registry-install-p' (see the comments in the code).
8649         (gnus-registry-user-format-function-M): Use concat intelligently.
8650
8651         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8652         the registry mark functions.
8653
8654 2008-03-05  Glenn Morris  <rgm@gnu.org>
8655
8656         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8657         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8658         gnus-art.
8659         (top-level): No need to load own source when compiling.
8660
8661 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8662
8663         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8664         Suggested by <chris.anderton@zetnet.co.uk>.
8665
8666 2008-03-04  Glenn Morris  <rgm@gnu.org>
8667
8668         * gnus-sum.el (top-level): No need to require gnus when compiling,
8669         since unconditionally required near start of file.
8670         (gnus-summary-display-while-building): Move definition before use.
8671
8672 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8673
8674         * gnus-registry.el (gnus-registry-user-format-function-M):
8675         Add formatting function.
8676
8677 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8678
8679         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8680         with plists.
8681         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8682         Use new format.
8683
8684 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8685
8686         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8687         `where-is-internal' that returns a range of key sequences.
8688
8689 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8690
8691         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8692
8693         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8694         (gnus-summary-jump-to-group): Consider windows on other displayed
8695         frames as well.  Similar changes might be needed elsewhere, but that's
8696         the one I've bumped into during my use.
8697
8698         * nndoc.el (nndoc-oe-dbx-type-p):
8699         * gnus-msg.el (gnus-debug):
8700         * gnus-group.el (gnus-update-group-mark-positions):
8701         Use mm-string-to-multibyte.
8702
8703 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8704
8705         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8706         doesn't handle NotDashEscaped.
8707
8708         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8709         (mml-dnd-attach-options): Fix typo in custom choice.
8710
8711         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8712         Change nndoc-article-type to mbox.
8713         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8714
8715         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8716         to nil, instead of html2text.
8717
8718         * imap.el (imap-debug): Add `imap-ping-server'.
8719
8720         * gnus-bookmark.el: Add FIXMEs.
8721
8722         * message.el (message-form-letter-separator)
8723         (message-send-form-letter-delay): New variables.
8724         (message-send-form-letter): Use them.  New command to send form
8725         letters.  Requested by Uwe Siart.
8726         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8727
8728 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8729
8730         * Update copyright years.
8731
8732 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8733
8734         Sync from EMACS_22_BASE.
8735
8736         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8737
8738 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8739
8740         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8741         empty author.
8742
8743 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8744
8745         * gnus-registry.el (gnus-registry-marks): Add variable for
8746         customization of marks and their appearance.
8747         (gnus-registry-read-mark): Use it.
8748         (gnus-registry-do-marks): Add utility function to loop through
8749         `gnus-registry-marks'.
8750         (gnus-registry-install-shortcuts-and-menus): Add function to install
8751         shortcuts and menus.
8752         (gnus-registry-initialize): Use it.
8753         (gnus-registry-default-mark): Clarify documentation.
8754
8755 2008-02-29  Glenn Morris  <rgm@gnu.org>
8756
8757         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8758         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8759         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8760         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8761         Change defcustom :version from 23.0 to 23.1.
8762
8763 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8764
8765         * gnus-registry.el (gnus-registry-follow-group-p)
8766         (gnus-registry-post-process-groups): Add functions to aid registry
8767         splitting and improve logging.  Clarify behavior in function
8768         documentation.
8769         (gnus-registry-split-fancy-with-parent): Use them.
8770
8771 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8772
8773         * gnus-art.el: Use with-current-buffer.
8774
8775 2008-02-27  David Engster  <dengste@eml.cc>
8776
8777         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8778         Express real group name in the response.
8779
8780 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8781
8782         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8783         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8784         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8785         autoload gnus-registry-fetch-group when compiling.
8786         (nnmairix-request-group-with-article-number-correction):
8787         Remove unreferenced argument passed to nnmairix-call-backend.
8788
8789 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8790
8791         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8792         (mm-uu-extract): Improve face for low color ttys.
8793         Reported by Sascha Wilde.
8794
8795 2008-02-27  Glenn Morris  <rgm@gnu.org>
8796
8797         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8798         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8799         variables to defconsts.  Convert comments to doc-strings.
8800         (nnmairix-last-server, nnmairix-current-server): Convert from free
8801         variables to defvars.  Convert comments to doc-strings.
8802         (gnus-registry-fetch-group): Autoload.
8803         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8804         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8805         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8806         caddr.
8807         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8808         nnmairix-request-group-with-article-number-correction call.
8809         (nnmairix-fast, nnmairix-group): New, less general names, for free
8810         variables passed from nnmairix-request-group to
8811         nnmairix-request-group-with-article-number-correction.  Declare.
8812         (nnmairix-request-group-with-article-number-correction):
8813         Use nnmairix-fast, nnmairix-group rather than fast, group.
8814
8815 2008-02-26  David Engster  <dengste@eml.cc>
8816
8817         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8818         version 0.5.
8819
8820 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8821
8822         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8823         instead of making an extra function call.  Don't add the current group
8824         to articles only when they have the group.  Use
8825         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8826         Reported by David <de_bb@arcor.de>.
8827
8828 2008-02-24  Miles Bader  <miles@gnu.org>
8829
8830         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8831         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8832         (mm-find-mime-charset-region):
8833         * mm-bodies.el (mm-encode-body):
8834         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8835
8836 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8837
8838         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8839         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8840
8841 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8842
8843         * mail-source.el (mail-source-delete-incoming): Change default.
8844         Supplement doc string.
8845
8846         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8847
8848 2008-02-14  Glenn Morris  <rgm@gnu.org>
8849
8850         * time-date.el (format-seconds): New function.
8851
8852 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8853
8854         * nnmail.el (nnmail-message-id-cache-file): Derive from
8855         `gnus-home-directory'.
8856
8857 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8858
8859         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8860         Document negative prefix.
8861
8862         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8863
8864 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8865
8866         * message.el (message-unsent-separator): Add the Exim bounce
8867         separator.
8868
8869 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8870
8871         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8872         list.
8873         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8874         recipient/signer list.
8875
8876 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8877
8878         * Makefile.in (datarootdir): Define.
8879         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8880         name that might contain whitespace.
8881
8882 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8883
8884         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8885         fbound (Emacs 23 unicode), signal an error.
8886
8887 2008-02-08  Glenn Morris  <rgm@gnu.org>
8888
8889         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8890
8891 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8892
8893         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8894         ports to the calls to `netrc-machine-user-or-password' in addition to
8895         "imap" and "imaps".
8896
8897 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8898
8899         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8900
8901         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8902
8903 2008-02-01  Kenichi Handa  <handa@m17n.org>
8904
8905         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8906         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8907         (rfc2104-hash): Convert the result of concat to unibyte string.
8908
8909 2008-02-01  Dave Love  <fx@gnu.org>
8910
8911         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8912         coding-system-for-read.
8913         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8914
8915 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8916
8917         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8918         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8919         <hanche@math.ntnu.no>.
8920
8921 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8922
8923         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8924
8925         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8926
8927 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8928
8929         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8930         * message.el (message-beginning-of-line): Use featurep instead of bound
8931         tests in order to resolve conditionals at compile time.
8932
8933 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8934
8935         * mail-source.el (mail-sources): Add `group' choice.
8936
8937         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8938         parameter `in-group' to control into which group the articles go.
8939         Add treatment of `group' mail-source.
8940
8941 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8942
8943         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8944
8945         * mm-decode.el (mm-dissect-buffer): Decode description.
8946
8947         * mml.el (mml-to-mime): Encode message header first.
8948
8949 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8950
8951         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8952         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8953
8954         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8955         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8956
8957 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8958
8959         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8960
8961 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8962
8963         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8964         prefix keys.
8965         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8966         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8967         gnus-xmas.el.
8968
8969         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8970         (gnus-xmas-article-describe-bindings): New function.
8971         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8972         gnus-xmas-article-describe-bindings.
8973
8974         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8975
8976 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8977
8978         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8979         Add new variables for article mark management.
8980         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8981         list of extra data entries which, when present, will indicate that the
8982         article ID should not be trimmed from the registry.
8983         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8984         functions.
8985         (gnus-registry-read-mark): New function to read a mark name from the
8986         user.
8987         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8988         (gnus-registry-set-article-mark-internal): New functions to add and
8989         remove marks.
8990         (gnus-registry-get-article-marks): New function to show the marks for
8991         an article, or retrieve them for further use.
8992
8993 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8994
8995         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8996         keys when no argument is given.
8997
8998 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8999
9000         * imap.el (imap-ping-server): New variable.
9001         (imap-opened): On add extra ping if imap-ping-server is non-nil.
9002         (imap-ping-server): Minor doc string fixes.
9003
9004 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9005
9006         * imap.el (imap-ping-server): New function.
9007         (imap-opened): Call imap-ping-server.
9008
9009 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9010
9011         * gnus-sum.el (gnus-article-sort-by-random)
9012         (gnus-thread-sort-by-random): Fix doc strings.
9013         Reported by jidanni@jidanni.org.
9014
9015 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9016
9017         * gnus-art.el (gnus-article-describe-bindings): New function.
9018         (gnus-article-read-summary-keys): Use it.
9019         (gnus-article-mode-map): Bind `C-h b' to it.
9020
9021 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9022
9023         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9024         XEmacs.
9025         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9026         Protect against non-character events.
9027
9028         * lpath.el: Fbind map-keymap for Emacs 21.
9029
9030 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9031
9032         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9033         New command.
9034         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9035         instead of END.  Change name of the temp file.
9036         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9037         customizable.
9038
9039 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9040
9041         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9042         bind `S W' to gnus-article-wide-reply-with-original; set default
9043         binding to gnus-article-read-summary-send-keys.
9044         (gnus-article-read-summary-keys): Fix the order of keys; display
9045         continuation keys correctly in the echo area; describe bindings
9046         correctly when keys end with `C-h'.
9047         (gnus-article-read-summary-send-keys): New function.
9048         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9049         Work for gnus-article-read-summary-send-keys; display continuation keys
9050         correctly in the echo area.
9051         (gnus-article-reply-with-original): Ignore prefix argument.
9052         (gnus-article-wide-reply-with-original): New function.
9053
9054         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
9055         Emacs 21.
9056
9057 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9058
9059         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9060         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9061
9062 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9063
9064         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9065         (gnus-group-read-ephemeral-gmane-group): New command.
9066
9067 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9068
9069         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9070
9071 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9072
9073         * message.el (message-send-mail-function): Increase custom version.
9074
9075         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9076         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9077
9078 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9079
9080         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
9081         for the cases where imap-authenticate is called with a nil buffer
9082         parameter.
9083
9084 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9085
9086         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9087         html parts correctly; support forwarded messages.
9088         (gnus-article-browse-html-article): Remove work buffers.
9089
9090         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9091         compiling.
9092         (netrc-bound-and-true-p): New macro.
9093         (netrc-parse): Use it instead of bound-and-true-p that is not available
9094         in XEmacs 21.4.
9095
9096 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9097
9098         * gnus-registry.el (gnus-registry-mark-article)
9099         (gnus-registry-article-marks): Add functionality to mark articles
9100         through the Gnus registry.
9101
9102         * encrypt.el: Clarify documentation for the new pgg method.
9103         (encrypt-file-alist): Add PGG option.
9104         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9105         functionality.  Abstract password key and messaging to external
9106         functions.
9107         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9108         (encrypt-message-method-and-cipher): Add new convenience external
9109         functions.
9110         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9111         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9112
9113         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9114         (netrc-parse): Use encrypt-file-alist to determine if
9115         encrypt-find-model or encrypt-insert-file-contents should be used.
9116
9117         * encrypt.el: Clarify documentation.  Load password-cache or
9118         password, whichever one is found first, instead of autoloading.
9119
9120 2007-12-19  Glenn Morris  <rgm@gnu.org>
9121
9122         * mml.el (message-options-set, message-narrow-to-head)
9123         (message-in-body-p, message-mail-p, message-encode-message-body):
9124         Autoload.
9125         (message-remove-header, message-narrow-to-headers-or-head)
9126         (message-subscribed-p, message-make-mail-followup-to)
9127         (message-position-on-field, message-news-p)
9128         (message-options-set-recipient, message-generate-headers)
9129         (message-sort-headers): Declare as functions.
9130
9131 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9132
9133         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9134         convention in doc string.
9135
9136 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9137
9138         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9139         title to html parts.
9140         (gnus-article-browse-html-article): Pass message header to it.
9141
9142         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9143
9144 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9145
9146         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9147         or password compatible with XEmacs.
9148
9149 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9150
9151         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9152         format document.
9153         (gnus-mime-delete-part): Don't write description line if empty.
9154         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9155
9156 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
9157
9158         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9159         (gnus-summary-mark-read-and-unread-as-read)
9160         (gnus-summary-mark-current-read-and-unread-as-read)
9161         (gnus-summary-mark-unread-as-ticked): Doc fix.
9162         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9163
9164 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9165
9166         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9167         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9168
9169 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9170
9171         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9172         yes-or-no-p.
9173
9174 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9175
9176         * mm-decode.el (mm-add-meta-html-tag): New function.
9177         (mm-save-part-to-file, mm-pipe-part): Use it.
9178
9179         * gnus-art.el (gnus-article-browse-delete-temp-files):
9180         Use gnus-y-or-n-p instead of y-or-n-p.
9181         (gnus-article-browse-html-parts): Work with message/external-body; use
9182         mm-add-meta-html-tag.
9183
9184 2007-12-11  Glenn Morris  <rgm@gnu.org>
9185
9186         * gnus-cache.el: Require gnus-sum not just when compiling.
9187
9188         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9189
9190         * gnus-int.el (gnus-server-opened, gnus-status-message):
9191         Move definitions before use.
9192
9193         * mm-decode.el: Require gnus-util.
9194         (mm-remove-part): Only call delete-annotation on XEmacs.
9195
9196         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9197
9198         * nnmail.el: Require gnus-int.
9199
9200         * spam.el: Move `require's before `eval-when-compile's.
9201
9202         * gnus-ems.el (gnus-alive-p):
9203         * gnus-fun.el (message-goto-eoh):
9204         * gnus-util.el (gnus-group-name-decode):
9205         * mail-source.el (gnus-compress-sequence):
9206         * message.el (Info-goto-node, format-spec):
9207         * mm-bodies.el (message-options-get):
9208         * mm-decode.el (mm-view-pkcs7):
9209         * mm-util.el (gmm-write-region):
9210         * mml-smime.el (mml-compute-boundary)
9211         (gnus-completing-read-with-default):
9212         * mml.el (widget-button-press, gnus-make-hashtable):
9213         * mml1991.el (mm-decode-content-transfer-encoding)
9214         (mm-encode-content-transfer-encoding)
9215         (message-options-get, message-options-set):
9216         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9217         * nnfolder.el (gnus-request-group):
9218         * nnheader.el (ietf-drums-unfold-fws):
9219         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9220         * smime.el (gnus-run-mode-hooks):
9221         * spam-stat.el (gnus-message): Autoload.
9222
9223         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9224         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9225         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9226         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9227         Add declare-function compatibility definition.
9228
9229         * gnus-cache.el (nnvirtual-find-group-art):
9230         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9231         (gnus-add-image, gnus-add-wash-type):
9232         * gnus-group.el (nnkiboze-score-file):
9233         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9234         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9235         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9236         (message-tokenize-header, gnus-get-buffer-create)
9237         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9238         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9239         * gnus.el (gnus-group-decoded-name):
9240         * mail-source.el (imap-capability):
9241         * mm-bodies.el (message-options-set):
9242         * mm-decode.el (gnus-configure-windows):
9243         * mm-extern.el (message-goto-body):
9244         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9245         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9246         (epg-sub-key-validity, message-options-set):
9247         * mml.el (widget-event-point, gnus-configure-windows):
9248         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9249         * mml2015.el (epg-check-configuration, epg-configuration)
9250         (message-options-set):
9251         * nndb.el (nndb-request-article):
9252         * nnfolder.el (gnus-request-create-group):
9253         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9254         * nnmaildir.el (gnus-group-mark-article-read):
9255         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9256         * rfc1843.el (message-fetch-field):
9257         * spam.el (gnus-extract-address-components):
9258         Declare as functions.
9259
9260 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9261
9262         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9263
9264         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9265
9266         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9267         bind show-trailing-whitespace for XEmacs.
9268
9269 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9270
9271         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9272         new no-op macro for backward compatibility.
9273
9274         * imap.el (imap-string-to-integer): New function.
9275
9276 2007-12-09  Glenn Morris  <rgm@gnu.org>
9277
9278         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9279
9280         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9281         * message.el, mm-view.el, sieve-manage.el, smime.el:
9282         Add declare-function compatibility definition.
9283
9284         * gnus-art.el (w3-region, w3m-region, Info-menu):
9285         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9286         * gnus-sum.el (gnus-get-predicate):
9287         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9288         * message.el (mail-abbrev-in-expansion-header-p):
9289         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9290         (w3m-detect-meta-charset, w3m-region):
9291         * sieve-manage.el (password-read, password-cache-add)
9292         (password-cache-remove):
9293         * smime.el (password-read-and-add): Declare as functions.
9294
9295 2007-12-08  David Kastrup  <dak@gnu.org>
9296
9297         * gnus-sum.el (gnus-summary-simplify-subject-query):
9298         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9299         `message'.
9300
9301 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9302
9303         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9304         it to bind idna-program, installation-directory, defined-colors, and
9305         face-attribute for XEmacs of the version that compiles defcustom forms.
9306
9307 2007-12-07  Glenn Morris  <rgm@gnu.org>
9308
9309         * gnus-art.el (article-make-date-line): Revert previous change.
9310
9311 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9312
9313         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9314
9315 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9316
9317         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9318         Call gnus-add-to-range ranges only once with a prepared article-list.
9319
9320 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9321
9322         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9323         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9324         group names with backslashes.
9325         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9326
9327 2007-12-06  Deepak Goel  <deego3@gmail.com>
9328
9329         * gnus-art.el (article-make-date-line):
9330         * gnus-start.el (gnus-load):
9331         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9332
9333 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9334
9335         * gnus-art.el (gnus-use-idna)
9336         * gnus-start.el (gnus-site-init-file)
9337         * message.el (message-use-idna)
9338         * mm-uu.el (mm-uu-hide-markers)
9339         * smiley.el (smiley-style): Revert changes that suppress warnings.
9340
9341 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9342
9343         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9344         specify charset to html source.
9345         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9346
9347 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9348
9349         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9350         idna-program in order to suppress byte compile warning issued by XEmacs
9351         that came to byte compile the default value section of defcustom forms
9352         recently.
9353
9354         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9355         value of installation-directory.
9356
9357         * message.el (message-use-idna): Don't directly refer to the value of
9358         idna-program.
9359
9360         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9361
9362         * smiley.el (smiley-style): Don't directly call face-attribute.
9363
9364 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9365
9366         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9367
9368         * gnus-dired.el: Reduce Gnus dependencies.
9369         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9370         Don't require.  Use autoloads instead.
9371         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9372         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9373         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9374         (gnus-dired-mode): Adjust doc string.
9375         (gnus-dired-mail-mode): New variable.
9376         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9377         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9378         (gnus-dired-mail-buffers): New function.  Return mail or message
9379         composition buffers.
9380         (gnus-dired-attach): Use it.
9381         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9382         NO-DECODE.
9383         (gnus-dired-print): Use `gnus-print-buffer' depending on
9384         `gnus-dired-mail-mode'.
9385
9386 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9387
9388         * rfc2047.el (rfc2047-encoded-word-regexp)
9389         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9390         explaining what regexp patterns are for.
9391
9392 2007-12-04  Glenn Morris  <rgm@gnu.org>
9393
9394         * password.el: Move to password-cache.el.
9395
9396         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9397         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9398         * mml-smime.el (password-read, password-cache-add)
9399         (password-cache-remove):
9400         No need to autoload, since mml-sec requires password.
9401
9402         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9403         * message.el (gnus-extract-address-components):
9404         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9405
9406         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9407         password.
9408
9409 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9410
9411         * mailcap.el: Reduce dependencies.
9412         (mail-header-parse-content-type): Autoload.
9413         (mailcap-delete-duplicates): New alias.
9414         (mailcap-mime-info): Add optional argument NO-DECODE.
9415         (mailcap-mime-types): Use mailcap-delete-duplicates.
9416
9417         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9418
9419 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9420
9421         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9422         (imap-parse-status): Upcase status-att for servers that sends them
9423         lower-case (e.g., MS Exchange 2007).
9424
9425 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9426
9427         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9428         function.
9429
9430         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9431         (gnus-uu-yenc-article): New function.
9432
9433         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9434
9435         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9436
9437 2007-12-02  Glenn Morris  <rgm@gnu.org>
9438
9439         * binhex.el (binhex): New custom group.
9440         (binhex-decoder-program, binhex-decoder-switches)
9441         (binhex-use-external): Move to the binhex custom group.
9442
9443         * uudecode.el (uudecode): New custom group.
9444         (uudecode-decoder-program, uudecode-decoder-switches)
9445         (uudecode-use-external): Move to the uudecode custom group.
9446
9447         * netrc.el (top-level): Don't load `encrypt' features.
9448         (netrc-parse): Don't use encrypt.
9449         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9450
9451         * encrypt.el: Remove file.
9452
9453 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9454
9455         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9456         matches on patches.
9457
9458         * gnus-art.el (gnus-article-browse-html-article):
9459         Mention `mm-text-html-renderer' in the doc string.
9460
9461         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9462         string.  Add comments.
9463
9464         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9465         if rhs is ASCII.
9466
9467 2007-12-01  Glenn Morris  <rgm@gnu.org>
9468
9469         * mail-source.el (top-level): Require format-spec before
9470         eval-when-compile.
9471
9472 2007-11-30  Glenn Morris  <rgm@gnu.org>
9473
9474         * encrypt.el: Require password, rather than autoloading password-read.
9475
9476 2007-11-29  Glenn Morris  <rgm@gnu.org>
9477
9478         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9479         (sasl-make-client, sasl-next-step, sasl-step-data)
9480         (sasl-step-set-data): Declare as functions.
9481
9482 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9483
9484         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9485
9486 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9487
9488         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9489         certs should be verified and what is to be done in the event of a
9490         verification failure.
9491
9492         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9493         caller can indicate whether the cache should be disregarded for this
9494         call.  This way the result of the call is reproducible at all times and
9495         can be considered a canonical server name for the supplied method.
9496         (gnus-agent-method-p): Canonicalize server names by pushing their
9497         method through `gnus-method-to-server' using the no-cache argument.
9498
9499         * gnus-srvr.el (gnus-server-insert-server-line):
9500         Call `gnus-method-to-server' with `no-cache' argument.
9501
9502         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9503         gnus-agent-possibly-synchronize-flags as this should be called when the
9504         server is actually being opened.
9505         (gnus-agent-possibly-synchronize-flags)
9506         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9507         flags file of an agentized server to the latter function.
9508
9509         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9510         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9511         after a connection has been established successfully.
9512
9513 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9514
9515         * gnus-art.el (article-display-face): Force to display face if called
9516         interactively; check if gnus-article-x-face-too-ugly matches author.
9517         (article-display-x-face): Display face even if From header is missing
9518         as article-display-face does.
9519
9520 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9521
9522         * hashcash.el (message-narrow-to-headers-or-head)
9523         (message-fetch-field, message-goto-eoh)
9524         (message-narrow-to-headers): Declare as functions.
9525
9526 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9527
9528         * mail-source.el (mail-sources): Default to fetch from file for
9529         compatibility with default of nnmail-spool-file.
9530
9531 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9532
9533         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9534         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9535         to look for encoded word that should be encoded again.
9536         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9537         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9538         encoding pattern.
9539         (rfc2047-decode-region): Switch strict regexp and loose one according
9540         to rfc2047-allow-irregular-q-encoded-words.
9541
9542 2007-11-25  Romain Francoise  <romain@orebokech.com>
9543
9544         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9545
9546 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9547
9548         * tls.el (tls-program): Provide more custom choices from
9549         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9550         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9551
9552 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9553
9554         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9555         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9556
9557         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9558         `nnmail-spool-file'.
9559
9560         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9561         `nnmail-spool-file'.
9562
9563         * gnus-move.el (gnus-change-server): Ditto.
9564
9565         * gnus-kill.el (gnus-batch-score): Ditto.
9566
9567         * gnus-cache.el (gnus-jog-cache): Ditto.
9568
9569         * gnus-msg.el (gnus-summary-reply):
9570         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9571
9572 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9573
9574         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9575         version.  Minor improvement to doc strings.
9576         (tls-program): Add comment.
9577
9578 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9579
9580         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9581         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9582         mismatch between the hostname provided in the certificate and the name
9583         of the host connnecting to.
9584         (open-tls-stream): Use them.  Check certificates against trusted root
9585         certificates.
9586
9587 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9588
9589         * gnus-cache.el (gnus-cache-generate-nov-databases):
9590         Use nnml-generate-nov-databases-directory instead of
9591         nnml-generate-nov-databases-1.
9592
9593 2007-11-24  Glenn Morris  <rgm@gnu.org>
9594
9595         * message.el (message-tool-bar-retro): Update for rename
9596         mail_send.xpm->mail-send.xpm.
9597
9598 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9599
9600         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9601         `smime-ldap-search' for Emacs 22 and up.
9602
9603 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9604
9605         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9606
9607         * message.el (message-send-mail-function): Fix error convention.
9608         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9609         (message-widen-reply, message-send-mail, message-talkative-question)
9610         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9611         (message-clone-locals, message-send-news): Use with-current-buffer.
9612         (message-insert-or-toggle-importance): Remove unused var `valid'.
9613         (message-make-references): Remove unused var `new-references'.
9614         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9615
9616 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9617
9618         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9619         (spam-split-symbolic-return-positive): Reflow docstring.
9620         (spam-backends, spam-summary-exit-behavior)
9621         (spam-mark-ham-unread-before-move-from-spam-group)
9622         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9623         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9624         (spam-clear-cache, spam-backend-check, spam-install-backend)
9625         (spam-install-statistical-backend, spam-list-of-processors)
9626         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9627         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9628         (spam-check-crm114, spam-initialize, spam-unload-hook):
9629         Fix typos in docstrings.
9630
9631 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9632
9633         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9634         been checked if they have never been read and those group levels are
9635         higher than the one that a user specified.
9636
9637 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9638
9639         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9640         foreign groups unless a group level is specified by a user.
9641         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9642
9643 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9644
9645         * message.el (message-send-mail-function): Require sendmail.
9646
9647 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9648
9649         * message.el (message-send-mail-function): Check for smtpmail too.
9650
9651         * utf7.el (utf7-encode, utf7-decode): Use coding system
9652         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9653
9654         * message.el (message-send-mail-function): New function.
9655         (message-send-mail-function): Set default using
9656         message-send-mail-function.  Adjust doc string.
9657         (message-send-mail-with-mailclient): New function.
9658
9659 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9660
9661         * smime.el (from):
9662         * rfc2047.el (message-posting-charset):
9663         * qp.el (mm-use-ultra-safe-encoding):
9664         * pop3.el (parse-time-months):
9665         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9666         * nnml.el (files):
9667         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9668         (jka-compr-compression-info-list, ange-ftp-path-format)
9669         (efs-path-regexp):
9670         * nndiary.el (files):
9671         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9672         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9673         (epg-digest-algorithm-alist, inhibit-redisplay)
9674         (password-cache-expiry):
9675         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9676         (pgg-output-buffer, password-cache-expiry):
9677         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9678         (efs-path-regexp):
9679         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9680         (inhibit-redisplay):
9681         * mm-uu.el (file-name, start-point, end-point, entry)
9682         (gnus-newsgroup-name, gnus-newsgroup-charset):
9683         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9684         (latin-unity-ucs-list):
9685         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9686         (mm-uu-binhex-decode-function):
9687         * message.el (gnus-message-group-art, gnus-list-identifiers)
9688         (rmail-enable-mime-composing, gnus-local-organization)
9689         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9690         (gnus-read-active-file, facemenu-add-face-function)
9691         (facemenu-remove-face-function, gnus-article-decoded-p)
9692         (tool-bar-mode):
9693         * mail-source.el (display-time-mail-function):
9694         * gnus-util.el (nnmail-pathname-coding-system)
9695         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9696         (gnus-original-article-buffer, gnus-user-agent)
9697         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9698         (xemacs-codename, sxemacs-codename, emacs-program-version):
9699         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9700         * gnus-start.el (gnus-agent-covered-methods)
9701         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9702         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9703         (gnus-newsgroup-headers, gnus-group-list-mode)
9704         (gnus-group-mark-positions, gnus-newsgroup-data)
9705         (gnus-newsgroup-unreads, nnoo-state-alist)
9706         (gnus-current-select-method, mail-sources)
9707         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9708         (nnmail-spool-file, gnus-cache-active-hashtb):
9709         * gnus-mh.el (mh-lib-progs):
9710         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9711         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9712         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9713         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9714         (gnus-group-buffer):
9715         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9716         (font-lock-set-defaults):
9717         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9718         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9719         (gnus-summary-post-menu, total-parts, type, condition, length):
9720         * gnus-agent.el (gnus-agent-read-agentview):
9721         * flow-fill.el (show-trailing-whitespace):
9722         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9723         eval-and-compile wrappers for byte compiler pacifiers.
9724
9725         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9726         (mm-display-inline-fontify): Check for featurep 'xemacs not
9727         extent-list.
9728
9729         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9730         itimer-list.
9731         (mm-create-image-xemacs): Only do something for XEmacs.
9732         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9733
9734         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9735
9736         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9737         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9738
9739 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9740
9741         * nnimap.el (nnimap-split-download-body):
9742         * gnus-demon.el (gnus-demon):
9743         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9744
9745 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9746
9747         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9748         New macros.
9749         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9750         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9751         copy data from unibyte buffer to multibyte current buffer.
9752         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9753         to copy data from unibyte current buffer to multibyte buffer.
9754         (nntp-make-process-buffer): Make process buffer unibyte.
9755
9756         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9757
9758 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9759
9760         * pop3.el (pop3-open-server): Accept and process data more robustly at
9761         connexion start to avoid spurious "POP SSL connexion failed" errors.
9762
9763 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9764
9765         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9766         read group names.
9767
9768 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9769
9770         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9771
9772 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9773
9774         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9775         (nnmail-save-active): Use a unibyte buffer when saving active file,
9776         which may contain non-ASCII group names.
9777
9778         * nnml.el (nnml-request-group): Decode group names in messages.
9779
9780 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9781
9782         * message.el (message-citation-line-function)
9783         (message-insert-formatted-citation-line): Fix spelling of
9784         `message-insert-formated-citation-line'.
9785
9786 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9787
9788         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9789
9790 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9791
9792         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9793         nnmail-pathname-coding-system.
9794
9795         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9796         that a user enters; decode group names in messages.
9797
9798         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9799
9800 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9801
9802         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9803
9804         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9805
9806         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9807         risky local variable.
9808
9809         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9810
9811 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9812
9813         * encrypt.el: Improve documentation to fix function name typo.
9814         Reported by Daiki Ueno <ueno@unixuser.org>.
9815
9816 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9817
9818         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9819         even if the point is not in the last page of an article.
9820         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9821         back to the previous page.
9822
9823 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9824
9825         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9826
9827 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9828
9829         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9830
9831 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9832
9833         * message.el (message-check-news-body-syntax):
9834         Avoid mm-string-as-multibyte.
9835         (message-hide-headers): Don't assume (point-min)==1.
9836
9837 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9838
9839         * message.el (message-remove-blank-cited-lines): Fix if remove is
9840         given.
9841         (message-bogus-address-regexp): New variable.
9842         (message-bogus-recipient-p): New function.
9843         (message-check-recipients): New command.
9844         (message-syntax-checks): Add `bogus-recipient'.
9845         (message-fix-before-sending): Add `bogus-recipient'.
9846
9847         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9848         (gnus-treat-body-boundary): Don't test window-system.
9849
9850 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9851
9852         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9853
9854 2007-10-28  Miles Bader  <miles@gnu.org>
9855
9856         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9857         at compile-time too.
9858
9859 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9860
9861         * gnus-msg.el (gnus-message-setup-hook):
9862         Add `message-remove-blank-cited-lines' to options.
9863
9864 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9865
9866         * message.el (message-remove-blank-cited-lines): New function.
9867         Suggested by Karl Plästerer.
9868
9869 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9870
9871         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9872         mapc.
9873
9874         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9875         (top-level): Use mapc to set functions to be traced for debugging.
9876
9877         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9878         called for effect with while loop.
9879
9880         * message.el (message-talkative-question): Replace mapcar called for
9881         effect with mapc.
9882
9883         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9884         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9885         called for effect with dolist.
9886
9887         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9888
9889         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9890         gnus-extra-headers and nnmail-extra-headers.
9891
9892         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9893         called for effect with dolist.
9894         (top-level): Use mapc to set functions to be traced for debugging.
9895
9896         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9897         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9898         dolist.
9899
9900         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9901         Replace mapcar called for effect with mapc.
9902         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9903         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9904         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9905         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9906
9907         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9908         remove-if that's a cl function.
9909
9910         * webmail.el (webmail-debug): Replace mapcar called for effect with
9911         dolist.
9912
9913         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9914         with mapc.
9915
9916 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9917
9918         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9919         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9920         with while loop.
9921
9922         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9923         functions from article-* functions.
9924         (gnus-multi-decode-header): Replace mapcar called for effect with
9925         dolist.
9926
9927         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9928         (gnus-bookmark-show-details): Replace mapcar called for effect with
9929         while loop.
9930
9931         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9932         called for effect with while loop.
9933
9934         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9935         with dolist.
9936
9937         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9938         Replace mapcar called for effect with dolist.
9939
9940         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9941
9942         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9943         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9944         Replace mapcar called for effect with dolist.
9945         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9946         mapc.
9947
9948         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9949         Replace mapcar called for effect with dolist.
9950         (gnus-topic-list): Replace mapcar called for effect with mapc.
9951
9952         * gnus.el: Use mapc instead of mapcar to add autoloads.
9953
9954 2007-10-23  Richard Stallman  <rms@gnu.org>
9955
9956         * gnus-group.el (gnus-group-highlight): Mark as risky.
9957
9958 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9959
9960         * gnus.el (gnus-server-to-method): Return method found first in
9961         gnus-newsrc-alist.
9962
9963         * gnus-art.el (gnus-article-highlight-signature)
9964         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9965         button overlay without the front stickiness.
9966
9967 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9968
9969         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9970         overview buffer needed a catch to receive its throw.
9971         (gnus-agent-flush-cache): Declare as interactive to make this function
9972         easier to use.
9973
9974 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9975
9976         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9977         `next-line'.
9978
9979 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9980
9981         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9982         exclude address matching message-dont-reply-to-names.
9983
9984 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9985
9986         * gnus-util.el (gnus-string<): New function.
9987
9988         * gnus-sum.el (gnus-article-sort-by-author)
9989         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9990
9991 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9992
9993         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9994         the frame-focus tag is set in gnus-buffer-configuration.
9995
9996 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9997
9998         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9999         the front stickiness.
10000
10001 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10002
10003         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10004         url pattern; remove duplicate one.
10005         (gnus-article-extend-url-button): New function.
10006         (gnus-article-add-buttons): Use it.
10007         (gnus-button-push): Use concatenated url that it makes.
10008
10009 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
10010
10011         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10012
10013 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10014
10015         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10016         Don't hardcode point-min==1.
10017
10018 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10019
10020         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10021         Fix comment about "iso8859-1".
10022
10023 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
10024
10025         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10026         ones returned from the verify-function.
10027
10028         * mm-uu.el (mm-uu-pgp-signed-extract-1):
10029         Call mml2015-extract-cleartext-signature if extraction failed.
10030
10031 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
10032
10033         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10034         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10035         failed.
10036
10037 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10038
10039         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10040
10041 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
10042
10043         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
10044         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
10045         recommends to use EasyPG instead of PGG.
10046
10047         * pgg.el: Revert to revision 6.23.2.16.
10048
10049         * pgg-def.el: Revert to revision 6.6.2.14.
10050
10051         * pgg-gpg.el: Revert to revision 6.23.2.34.
10052
10053 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10054
10055         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10056         to mark a thread as expirable.  Add variable `hide' to handle hiding of
10057         thread for both the null and zero (kill/expire thread) universal prefix
10058         cases.
10059         (gnus-summary-expire-thread): Add new function to expire a thread,
10060         using gnus-summary-kill-thread.
10061         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10062         shortcuts for gnus-summary-expire-thread.
10063         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10064         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
10065
10066 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10067
10068         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10069         extras value, so an extras entry can be deleted.
10070         (gnus-registry-delete-extra-entry): Use it.
10071         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10072         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10073         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10074         storage through the gnus-registry, and provide an appropriate API for
10075         it.
10076
10077 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10078
10079         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10080         Suggested by Leo <sdl.web@gmail.com>.
10081
10082         * gnus.el: Do.
10083
10084 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10085
10086         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10087         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10088
10089         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10090
10091         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10092         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10093
10094 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10095
10096         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10097         newline.
10098         (nnmbox-request-accept-article): Don't change article in source buffer;
10099         narrow to header to use message-fetch-field rather than
10100         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10101         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10102         as delimiters; make sure article ends with newline.
10103         (nnmbox-delete-mail): Correct last position of article to be deleted;
10104         ignore X-Gnus-Newsgroup header in article body.
10105         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10106         positions; make sure article ends with newline.
10107
10108         * message.el (message-display-abbrev): Don't infloop when a user
10109         inserts SPC in the beginning of header.
10110
10111         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10112         coding-system-for-read and coding-system-for-write for XEmacs having no
10113         file-coding feature.
10114
10115         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10116
10117 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10118
10119         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10120         list of groups not followed by default.  Fix type to be regexp.
10121         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10122
10123 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10124
10125         * hmac-def.el (define-hmac-function): Switch from old-style to
10126         new-style backquotes.
10127
10128         * md4.el (md4-make-step): Likewise.
10129
10130 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10131
10132         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10133         raw-text coding system when saving .newsrc file, which may contain
10134         non-ASCII group names.
10135
10136 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10137
10138         * gnus-cus.el (gnus-score-extra): New widget.
10139         (gnus-score-extra-convert): New function.
10140         (gnus-score-customize): Use it for Extra.
10141
10142 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10143
10144         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10145         (mml2015-mailcrypt-clear-verify): Use it.
10146         (mml2015-gpg-clear-verify): Use it.
10147         (mml2015-pgg-clear-verify): Use it.
10148         (mml2015-epg-clear-verify): Replace the current part with the output
10149         from GnuPG; don't extract the plaintext by itself.
10150
10151         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10152         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10153         mml2015-clear-verify-function; don't touch the armor headers or
10154         dash-escaped text here.
10155
10156 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10157
10158         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10159         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10160         parts, or application/octet-stream as a last resort.
10161         (gnus-mime-view-part-as-type): Don't toggle display.
10162         (gnus-mime-view-part-as-charset): Don't turn off display before
10163         querying charset.
10164
10165         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10166         stuff to undisplayer function in Emacs.
10167         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10168
10169         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10170         text/calendar parts.
10171
10172 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10173
10174         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10175         decoding text/calendar parts.
10176
10177         * message.el (message-forward-make-body-mime): Always mark body as
10178         having no illegible text; remove signed-or-encrypted argument.
10179         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10180
10181         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10182         (mml-generate-mime-1): Don't encode body if it is specified to be in
10183         raw form; don't make buffer be unibyte when inserting multibyte string.
10184
10185 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10186
10187         * sha1.el: Fix up comment style.
10188         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10189         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10190
10191         * hex-util.el: Fix up comment style.
10192         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10193
10194         * gnus-salt.el: Use with-current-buffer.
10195         (gnus-pick-setup-message): Fix long-standing typo.
10196
10197 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10198
10199         * imap.el (imap-logout-timeout): New variable.
10200         (imap-logout, imap-logout-wait): New functions.
10201         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10202
10203         * nnimap.el (nnimap-logout-timeout): New server variable.
10204         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10205         nnimap-logout-timeout.
10206
10207         * gnus-art.el (gnus-article-summary-command-nosave)
10208         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10209
10210 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10211
10212         * gnus.el (gnus-maximum-newsgroup): New variable.
10213
10214         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10215         according to gnus-maximum-newsgroup.
10216
10217         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10218         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10219         Limit the range of articles according to gnus-maximum-newsgroup.
10220
10221 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10222
10223         * gnus-art.el (gnus-sticky-article): Fix problems described in
10224         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10225         Don't perform gnus-configure-windows here; reuse existing sticky
10226         article buffer.
10227
10228         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10229         it doesn't exist in gnus-article-mode.
10230
10231 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10232
10233         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10234         (gnus-agent-decoded-group-name): New function.
10235         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10236         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10237
10238 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10239
10240         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10241         Add binding for gnus-sticky-article.
10242         (gnus-summary-exit): Don't kill sticky article buffers.
10243
10244         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10245         article buffer.
10246         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10247         (gnus-kill-sticky-article-buffers): New commands.
10248
10249 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10250
10251         * nntp.el (nntp-xref-number-is-evil): New server variable.
10252         (nntp-find-group-and-number): If it is non-nil, don't trust article
10253         numbers in the Xref header.
10254
10255 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10256
10257         * gnus-agent.el (gnus-agent-read-group): New function.
10258         (gnus-agent-flush-group, gnus-agent-expire-group)
10259         (gnus-agent-regenerate-group): Use it.
10260         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10261         nnmail-pathname-coding-system.
10262
10263 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10264
10265         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10266
10267         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10268         that are unread as unread, and also as selected so that information of
10269         marks having been changed by a user may be updated when exiting group.
10270
10271 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10272
10273         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10274
10275 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10276
10277         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10278         calculated ignoring signature parts to gnus-treat-article.
10279
10280 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10281
10282         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10283         a point here in order to keep the window start.
10284         (gnus-insert-mime-security-button): Make a button overlay without the
10285         front stickiness.
10286         (gnus-mime-display-security): Goto the end of a button.
10287
10288         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10289
10290 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10291
10292         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10293         group-name-at-point.
10294         (gnus-group-completing-read): New function that offers decoded
10295         non-ASCII group names for completion.
10296         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10297         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10298         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10299         (gnus-group-fetch-control): Use it.
10300         (gnus-fetch-group): Use group-name-at-point for the initial value
10301         rather than the default value; use gnus-alive-p.
10302
10303         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10304         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10305         (gnus-summary-post-news): Use gnus-group-completing-read.
10306
10307         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10308         (gnus-read-move-group-name): Decode group name for completion.
10309
10310 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10311
10312         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10313         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10314         Yamaoka slightly modified the code).
10315
10316 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10317
10318         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10319         (nnmail-split-incoming): Bind it.
10320
10321         * nnml.el (nnml-group-name-charset): New function.
10322         (nnml-decoded-group-name): Use it; don't decode group name if
10323         nnmail-group-names-not-encoded-p is non-nil.
10324         (nnml-encoded-group-name): New function.
10325         (nnml-group-pathname): Inline nnml-decoded-group-name.
10326         (nnml-request-expire-articles): Decode group name in message.
10327         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10328         nnmail-pathname-coding-system.
10329         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10330         not decoded ones according to nnmail-group-names-not-encoded-p.
10331         (nnml-generate-active-info): Use nnml-encoded-group-name.
10332
10333 2007-08-08  Glenn Morris  <rgm@gnu.org>
10334
10335         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10336         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10337         doc-strings and comments.
10338
10339 2007-07-25  Glenn Morris  <rgm@gnu.org>
10340
10341         * Relicense all FSF files to GPLv3 or later.
10342
10343 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10344
10345         * gnus-sum.el (gnus-summary-move-article):
10346         Make gnus-summary-respool-article work.
10347
10348 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10349
10350         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10351         string.
10352
10353 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10354
10355         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10356         that should be ignored when comparing distant RSS articles with local
10357         ones.
10358         (nnrss-make-hash-index): New function.  Create a hash index according
10359         to the ignored fields.
10360         (nnrss-check-group): Use it.
10361
10362 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10363
10364         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10365
10366         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10367
10368         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10369         the new optional argument ENCODED is non-nil.
10370         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10371         coding system for encoding group name.
10372         (gnus-group-make-rss-group): Pass un-encoded group name to
10373         gnus-group-make-group.
10374         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10375         encoded.
10376
10377         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10378         Encode group name to which articles are moved or copied.
10379         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10380         coding system for encoding Newsgroup, Followup-To and Xref headers.
10381
10382         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10383         marks; use nnheader-file-coding-system to write a file.
10384         (nnagent-retrieve-headers): Bind file-name-coding-system to
10385         nnmail-pathname-coding-system.
10386
10387         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10388
10389         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10390         (nnml-request-article, nnml-request-create-group)
10391         (nnml-request-rename-group, nnml-find-id)
10392         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10393         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10394         (nnml-save-marks): Use nnml-group-pathname instead of
10395         nnmail-group-pathname.
10396
10397         (nnml-request-create-group, nnml-request-expire-articles)
10398         (nnml-request-move-article, nnml-request-delete-group)
10399         (nnml-deletable-article-p, nnml-possibly-create-directory)
10400         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10401         (nnml-open-marks): Bind file-name-coding-system to
10402         nnmail-pathname-coding-system.
10403
10404         (nnml-request-article): Pass server argument to nnml-find-group-number.
10405         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10406         Pass server argument to nnml-possibly-create-directory.
10407         (nnml-request-accept-article): Pass server argument to
10408         nnml-active-number and nnml-save-mail.
10409         (nnml-find-group-number): Pass server argument to nnml-find-id.
10410         (nnml-request-update-info): Pass server argument to
10411         nnml-marks-changed-p.
10412
10413         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10414         (nnml-save-mail, nnml-active-number): Add server argument.
10415
10416         (nnml-request-delete-group): Warn if group is missing.
10417         (nnml-get-nov-buffer): Decode group name.
10418         (nnml-generate-active-info): Encode group name.
10419         (nnml-open-marks): Decode group name in messages.
10420
10421 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10422
10423         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10424         if it is not specified.
10425         (gnus-article-pipe-part, gnus-article-save-part)
10426         (gnus-article-interactively-view-part, gnus-article-copy-part)
10427         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10428         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10429         (gnus-article-replace-part, gnus-article-delete-part)
10430         (gnus-article-view-part-as-type): Pass raw prefix argument to
10431         gnus-article-part-wrapper.
10432
10433 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10434
10435         * gnus-agent.el (gnus-agent-save-active):
10436         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10437
10438         * gnus-cache.el (gnus-cache-save-buffers)
10439         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10440         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10441         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10442         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10443         (gnus-cache-generate-active, gnus-cache-rename-group)
10444         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10445         (gnus-cache-update-overview-total-fetched-for):
10446         Bind file-name-coding-system to nnmail-pathname-coding-system.
10447         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10448         New variables.
10449         (gnus-cache-decoded-group-name): New function.
10450         (gnus-cache-file-name): Use it.
10451         (gnus-cache-generate-active): Use non-decoded group name for active.
10452
10453         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10454         right place.
10455         (gnus-write-active-file): Don't break non-ASCII group names.
10456
10457         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10458         nnmail-pathname-coding-system.
10459
10460         * lpath.el: Bind default-file-name-coding-system,
10461         file-name-coding-system and language-info-alist for XEmacs.
10462
10463         * gnus-uu.el (gnus-uu-decode-save): Typo.
10464
10465 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10466
10467         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10468
10469 2007-07-14  David Kastrup  <dak@gnu.org>
10470
10471         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10472         finishing actions if we did not edit the article.
10473
10474 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10475
10476         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10477         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10478         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10479         (gnus-agent-flush-group, gnus-agent-flush-cache)
10480         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10481         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10482         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10483         (gnus-agent-regenerate-group)
10484         (gnus-agent-update-files-total-fetched-for)
10485         (gnus-agent-update-view-total-fetched-for):
10486         Bind file-name-coding-system to nnmail-pathname-coding-system.
10487         (gnus-agent-group-pathname): Don't encode file names by
10488         nnmail-pathname-coding-system.
10489         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10490         coding-system-for-write instead of buffer-file-coding-system to
10491         gnus-agent-file-coding-system.
10492
10493         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10494         Decode group name.
10495
10496         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10497
10498         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10499         (gnus-read-newsrc-el-file): Make group names unibyte.
10500
10501         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10502         nnmail-pathname-coding-system.
10503
10504         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10505         (nnrss-request-delete-group): Bind file-name-coding-system to
10506         nnmail-pathname-coding-system.
10507         (nnrss-read-server-data, nnrss-read-group-data):
10508         Bind file-name-coding-system correctly.
10509         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10510
10511         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10512         (nntp-server-to-method-cache): New variable.
10513         (nntp-group-pathname): New function that decodes non-ASCII group names.
10514         (nntp-possibly-create-directory, nntp-marks-changed-p)
10515         (nntp-save-marks, nntp-open-marks): Use it.
10516         (nntp-possibly-create-directory, nntp-open-marks):
10517         Bind file-name-coding-system to nnmail-pathname-coding-system.
10518         (nntp-open-marks): Decode group names when bootstrapping marks.
10519
10520         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10521         Newsgroups and Folowup-To headers.
10522
10523 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10524
10525         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10526         (gnus-server-closed-face, gnus-server-denied-face)
10527         (gnus-server-offline-face): Remove variable.
10528         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10529
10530         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10531         of modifying message-stack directly for XEmacs.
10532
10533         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10534         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10535         if the coding-system argument is nil for XEmacs.
10536
10537         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10538         mm-charset-override-alist.
10539
10540         * rfc2047.el: Don't require base64; require rfc2045 for the function
10541         rfc2045-encode-string.
10542         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10543         to quote the parameter value.
10544
10545 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10546
10547         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10548         form in gnus-group-name-charset-method-alist.
10549
10550         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10551         overrides the default layout edit-form.
10552
10553         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10554
10555         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10556
10557 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10558
10559         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10560         as unfetched articles.
10561
10562 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10563
10564         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10565
10566 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10567
10568         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10569         original back end that keeps marks in the local system.
10570
10571 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10572
10573         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10574         arg of pop-to-buffer for XEmacs.
10575         (gnus-article-read-summary-keys): Ditto; don't restore window
10576         configuration if summary command ends up with neither article buffer
10577         nor summary buffer; describe bindings if summary keys end with C-h.
10578
10579 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10580
10581         * message.el (message-fix-before-sending): Skip raw message part to be
10582         forwarded while checking illegible text.
10583         (message-forward-make-body-mime, message-forward-make-body):
10584         Mark signed or encrypted raw message as having no illegible text.
10585
10586 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10587
10588         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10589         (gnus-message-with-timestamp-1): New macro.
10590         (gnus-message-with-timestamp): New function.
10591         (gnus-message): Use them.
10592
10593         * nnheader.el (nnheader-message): Use them.
10594
10595 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10596
10597         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10598         .newsrc.eld file.
10599
10600 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10601
10602         * gnus-agent.el (gnus-agent-fetch-headers)
10603         (gnus-agent-retrieve-headers):
10604         Bind gnus-decode-encoded-address-function to identity.
10605
10606         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10607         available also when the server returns simply a dot.
10608
10609         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10610
10611 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10612
10613         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10614
10615 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10616
10617         * gnus-ems.el (gnus-x-splash): Make it work.
10618
10619         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10620         from being used.
10621
10622         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10623
10624 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10625
10626         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10627         4th and the 5th arguments.
10628
10629         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10630         the front stickiness.
10631         (gnus-article-summary-command-nosave): Correct the order of the
10632         arguments passed to pop-to-buffer.
10633         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10634         summary command ends up with the article buffer.
10635
10636         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10637         the same faces.
10638
10639 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10640
10641         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10642
10643 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10644
10645         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10646         * gnus-sum.el (gnus-summary-highlight):
10647         * pgg.el (pgg-sign-region, pgg-sign):
10648         * mail-source.el (mail-source-delete-old-incoming-confirm):
10649         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10650
10651 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10652
10653         * gnus-art.el (gnus-mime-view-part-externally)
10654         (gnus-mime-view-part-internally): Fix predicate function passed to
10655         completing-read.
10656
10657         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10658
10659         * gnus.el (gnus-update-message-archive-method): Add :version.
10660
10661 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10662
10663         * gnus.el (gnus-update-message-archive-method): New variable.
10664
10665         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10666         according to gnus-message-archive-method if
10667         gnus-update-message-archive-method is non-nil.
10668
10669 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10670
10671         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10672         Suggested by Loic Dachary <loic@dachary.org>.
10673         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10674
10675 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10676
10677         * message.el (message-pop-to-buffer): Add switch-function argument.
10678         (message-mail): Pass switch-function argument to it.
10679
10680 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10681
10682         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10683         Improve doc string.
10684
10685 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10686
10687         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10688         (gnus-header-content)
10689         * gnus-cite.el (gnus-cite-10)
10690         * gnus-srvr.el (gnus-server-closed)
10691         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10692         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10693         (gnus-group-mail-3-empty, gnus-group-mail-low)
10694         (gnus-group-mail-low-empty, gnus-splash)
10695         * message.el (message-header-to, message-header-cc)
10696         (message-header-subject, message-header-other, message-header-name)
10697         (message-header-xheader, message-separator, message-cited-text)
10698         (message-mml): Lighten colors of faces used for dark background.
10699
10700 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10701
10702         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10703         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10704
10705 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10706
10707         * message.el (message-narrow-to-headers-or-head):
10708         Ignore mail-header-separator in the body.
10709
10710 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10711
10712         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10713         same as window size.
10714
10715 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10716
10717         * message.el (message-font-lock-keywords): Use message-header-xheader
10718         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10719         ahead of the anything pattern, to get it recognised.
10720
10721 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10722
10723         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10724         spam.el loads uses it in the compiled defadvice form.
10725
10726 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10727
10728         * gnus-sum.el (gnus-articles-to-read)
10729         (gnus-summary-insert-old-articles): Don't truncate group name for
10730         `read-string'.
10731
10732         * gnus-util.el (gnus-limit-string): Delete this function.
10733
10734         * gnus-sum.el (gnus-simplify-subject-fully):
10735         Use `truncate-string-to-width' instead.
10736
10737 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10738
10739         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10740         Tell if, on summary exit, the next group has to be selected.
10741         (gnus-summary-exit): Use it.
10742
10743 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10744
10745         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10746         non-break space.
10747
10748 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10749
10750         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10751         Check if group is not a directory.
10752         (nnfolder-request-expire-articles): Don't delete articles if the target
10753         group is not available.
10754
10755         * nnml.el (nnml-request-create-group): Properly check if group is not a
10756         file.
10757         (nnml-request-expire-articles): Don't delete articles if the target
10758         group is not available.
10759
10760         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10761         Don't quote characters that are within parentheses.
10762
10763 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10764
10765         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10766         (gnus-handle-ephemeral-exit): Select article according to it.
10767
10768 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10769
10770         * message.el (message-insert-formated-citation-line): Remove newline.
10771         (message-citation-line-format): Add final \n here so that the user can
10772         avoid a blank line.
10773
10774 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10775
10776         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10777         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10778         Update lanl/arXiv support.
10779
10780 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10781
10782         * gnus.el: Bump version number.
10783
10784 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10785
10786         * gnus.el (gnus-version-number): Bump version.
10787
10788 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10789
10790         * gnus.el: No Gnus v0.6 is released.
10791
10792 2007-04-27  Didier Verna  <didier@xemacs.org>
10793
10794         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10795         * gmm-utils.el (gmm-regexp-concat): ... here.
10796         * message.el: Don't require 'gnus-util.
10797         (message-dont-reply-to-names): Handle name change above.
10798         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10799
10800 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10801
10802         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10803         since the initial value varies according to the system.
10804
10805 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10806
10807         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10808
10809 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10810
10811         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10812
10813 2007-04-24  Didier Verna  <didier@xemacs.org>
10814
10815         Improve the type of gnus-ignored-from-addresses.
10816         * gnus-util.el (gnus-orify-regexp): New function.
10817         * message.el (gnus-util): Require it.
10818         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10819         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10820         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10821
10822 2007-04-24  Didier Verna  <didier@xemacs.org>
10823
10824         * gnus-sum.el:
10825         * gnus-utils.el: Fix some trailing whitespaces.
10826
10827 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10828
10829         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10830         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10831         article's Message-ID; refer parent article in summary buffer.
10832
10833         * message.el (message-bounce): Call mime-to-mml.
10834
10835         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10836         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10837         optimize and/or forms properly.
10838
10839 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10840
10841         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10842         URL.
10843
10844 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10845
10846         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10847
10848 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10849
10850         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10851         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10852         displayed of multipart/alternative part if it is invoked from summary
10853         buffer.
10854
10855         * mm-view.el (mm-inline-text-html-render-with-w3m)
10856         (mm-inline-text-html-render-with-w3m-standalone)
10857         (mm-inline-render-with-function): Use mail-parse-charset by default.
10858
10859 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10860
10861         * parse-time.el (parse-time-string-chars): Check if CHAR
10862         is less than the length of parse-time-syntax.
10863
10864 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10865
10866         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10867         from gnus-newsgroup-processable.
10868
10869 2007-04-16  Didier Verna  <didier@xemacs.org>
10870
10871         * gnus-msg.el (gnus-configure-posting-styles):
10872         Handle message-signature-directory properly with :file syntax.
10873         Reported by "Leo".
10874
10875 2007-04-11  Didier Verna  <didier@xemacs.org>
10876
10877         New user option: message-signature-directory.
10878         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10879         * message.el (message-insert-signature): Ditto.
10880         * message.el (message-signature-file): Doc update.
10881         * message.el (message-signature-directory): New.
10882
10883 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10884
10885         * gnus-msg.el (gnus-inews-yank-articles):
10886         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10887
10888 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10889
10890         * message.el (message-yank-original): Make sure cited text ends with
10891         newline; don't exchange point and mark.
10892
10893 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10894
10895         * tls.el (open-tls-stream): Properly handle case where there
10896         is no associated buffer.
10897
10898 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10899
10900         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10901         message-yank-original, make sure (< mark TEXT point).
10902
10903 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10904
10905         * message.el (message-fill-column): New variable.
10906         (message-mode): Use it.  Add comment on a possible new hook.
10907
10908         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10909         (nnmail-get-new-mail): Reformat.
10910
10911         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10912
10913         * gmm-utils.el: Fix Commentary.
10914         (gmm-tool-bar-from-list): Fix typo in doc string.
10915
10916 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10917
10918         * message.el (message-yank-original): Don't switch point and mark
10919         unnecessarily to put point and mark as documented.
10920
10921 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10922
10923         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10924         from the message heads.
10925
10926 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10927
10928         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10929         article buffer does not have a window.  This may not be the best
10930         solution but is certainly better than setting the start of the null,
10931         that is the current, window.
10932
10933 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10934
10935         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10936         (gnus-draft-setup): Run it.
10937
10938         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10939         gnus-score-fast-scoring.  Allow regexp.
10940         (gnus-score-headers): Use it.
10941
10942         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10943         XEmacs.
10944
10945         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10946         string.
10947         (gnus-button-alist): Also catch `<f1> k ...'.
10948         (gnus-treat-display-x-face): Fix doc string.
10949
10950 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10951
10952         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10953         evaluation of gnus-extended-version to ensure correct generation of the
10954         User-Agent header when message-generate-headers-first is used.
10955
10956 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10957
10958         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10959         hashcash-path is nil.  Don't call callback with incorrect number of
10960         parameters if val is 0.
10961
10962 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10963
10964         * message.el (message-required-news-headers):
10965         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10966
10967 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10968
10969         * tls.el (open-tls-stream): In handshake-waiting loop,
10970         don't wait more if there is output available to process.
10971
10972 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10973
10974         * tls.el (tls-program): Doc fix.
10975
10976 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10977
10978         * message.el (message-generate-new-buffers): Change the meaning of the
10979         nil value; add `standard' to the choices; treat t as `unique'; improve
10980         doc string.
10981         (gnus-select-frame-set-input-focus): Autoload.
10982         (message-buffer-name): Search for the existing message buffer if
10983         message-generate-new-buffers is nil or `standard'; treat the value t of
10984         message-generate-new-buffers as `unique'.
10985         (message-pop-to-buffer): Raise the frame already displaying the message
10986         buffer; clear the echo area after querying.
10987         (message-setup): Pass the `continue' argument to compose-mail.
10988         (message-mail): Prefer `switch-function' if it is given; search for the
10989         existing message buffer if the `continue' argument is non-nil; pass
10990         continue and switch-function arguments to compose-mail by way of
10991         message-setup.
10992         (message-mail-other-window): Adjust argument of message-setup.
10993         (message-mail-other-frame): Ditto.
10994
10995 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10996
10997         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10998         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10999         to turn font-lock on when turning gnus-message-citation-mode on.
11000
11001 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
11002
11003         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11004         (mml-smime-function-alist): New variable; add epg as the backend.
11005         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11006         mml-smime- functions instead.
11007         * mm-view.el: Require smime.
11008
11009 2007-03-05  Didier Verna  <didier@xemacs.org>
11010
11011         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11012         instead of just inheritance for posting styles.
11013         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11014
11015 2007-02-24  Chris Moore  <dooglus@gmail.com>
11016
11017         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
11018         * pgg-pgp.el (pgg-pgp-encrypt-region):
11019         * pgg-gpg.el (pgg-gpg-encrypt-region):
11020         Check pgg-encrypt-for-me if no other recipients.
11021
11022 2007-02-24  John Paul Wallington  <jpw@pobox.com>
11023
11024         * tls.el (tls-certtool-program): Fix custom type.
11025
11026 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11027
11028         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11029         and point-at-eol instead of line-(beginning|end)-position.
11030
11031         * assistant.el (assistant-parse-buffer): Ditto.
11032
11033         * netrc.el (netrc-parse-services): Ditto.
11034
11035 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
11036
11037         * mml2015.el (mml2015-epg-find-usable-key): New function.
11038         (mml2015-epg-sign): Use it.
11039         (mml2015-epg-encrypt): Use it.
11040
11041 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11042
11043         * message.el (message-make-in-reply-to): Quote name containing
11044         non-ASCII characters.  It will make the RFC2047 encoder cause an error
11045         if there are special characters.  Reported by NAKAJI Hiroyuki
11046         <nakaji@jp.freebsd.org>.
11047
11048 2007-02-27  Didier Verna  <didier@xemacs.org>
11049
11050         Include the group parameters as well as the topic ones in the
11051         inheritance filter process.
11052         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11053         argument GROUP-PARAMS-LIST.
11054         * gnus-topic.el (gnus-group-topic-parameters): Use it.
11055
11056 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11057
11058         * nntp.el (nntp-never-echoes-commands)
11059         (nntp-open-connection-functions-never-echo-commands): New variables.
11060         (nntp-send-command): Use them.
11061
11062 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
11063
11064         * mml2015.el (mml2015-epg-verify): Simplify.
11065
11066 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11067
11068         * mml.el (mml-content-disposition-alist): New user option.
11069         (mml-content-disposition): New function.
11070         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11071         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11072
11073 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
11074
11075         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11076         verification.
11077
11078 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11079
11080         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11081         articles posted in the last 24 hours.
11082
11083 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11084
11085         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11086
11087 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11088
11089         * nntp.el (nntp-send-command): Don't wait for echoes when
11090         nntp-open-ssl-stream is used.
11091
11092 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11093
11094         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11095         (gnus-message-add-citation-keywords)
11096         (gnus-message-remove-citation-keywords): Remove.
11097         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11098         directly, make the variables in font-lock-defaults buffer-local, add
11099         gnus-message-citation-keywords to them and then update the value of
11100         font-lock-keywords.
11101
11102 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11103
11104         * message.el (message-cite-original-1): Don't call
11105         gnus-article-highlight-citation.
11106
11107         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11108         citations; fix line count.
11109
11110 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11111
11112         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11113         (gnus-message-add-citation-keywords)
11114         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11115         versions of font-lock-add-keywords and font-lock-remove-keywords to
11116         work with XEmacs correctly.
11117
11118 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11119
11120         * gnus-cite.el (gnus-cite-face-list): Set the values of
11121         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11122         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11123         (gnus-message-cite-prefix-regexp): New variable.
11124         (gnus-message-search-citation-line): Use it; protect against long
11125         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11126         the 0th match data for Emacs.
11127         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11128         (gnus-message-add-citation-keywords): Append keywords rather than
11129         prepending; emulate font-lock-add-keywords if it is not available.
11130         (gnus-message-remove-citation-keywords):
11131         Emulate font-lock-remove-keywords if it is not available.
11132
11133         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11134
11135         * message.el (message-cite-prefix-regexp): Set the value of
11136         gnus-message-cite-prefix-regexp.
11137
11138 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11139
11140         * nnweb.el (nnweb-google-parse-1): Update parser.
11141
11142 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11143
11144         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11145
11146 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11147
11148         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11149         regexp.
11150
11151 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11152
11153         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11154         string-to-multibyte.
11155         (uudecode-decode-region-internal): Use it.
11156
11157         * lpath.el: Fbind string-as-multibyte for XEmacs.
11158
11159 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11160
11161         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11162         Fix custom choice.
11163
11164         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11165
11166 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11167
11168         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11169
11170         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11171         `write-region' to respect `mm-inhibit-file-name-handlers'.
11172
11173 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11174
11175         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11176         Use gnus-home-directory instead of "~/" or "$HOME".
11177
11178 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11179
11180         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11181         to mention filename.
11182         Add comments at beginning regarding usage.
11183         (encrypt-write-file-contents): Change interactive so a string is
11184         acceptable.  If the file has no associated model, show an error instead
11185         of a nonsense prompt.
11186
11187 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11188
11189         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11190         Thanks to Yoshihiko Yamada for kind notification of this typo.
11191
11192 2007-01-12  Kenichi Handa  <handa@m17n.org>
11193
11194         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11195         multibyte buffer.
11196
11197 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11198
11199         * gnus-score.el (gnus-score-fast-scoring): New variable.
11200         (gnus-score-headers): Use it.
11201
11202         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11203
11204         * message.el (message-cite-original-1):
11205         Call gnus-article-highlight-citation if requested.
11206         (message-make-from): Allow name and address as optional arguments.
11207
11208         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11209
11210         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11211         bugs to doc string.
11212         (gnus-button-alist): Add mid\\|message-id.
11213         (gnus-button-fetch-group): Extend for use in
11214         `browse-url-browser-function'.
11215         (gnus-button-url-regexp): Try to catch paired parentheses like in
11216         Wikipedia URLs.
11217
11218         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11219         Suggested by Simon Krahnke <overlord@gmx.li>.
11220
11221 2007-01-13  Romain Francoise  <romain@orebokech.com>
11222
11223         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11224         Update copyright.
11225
11226 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11227
11228         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11229
11230 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11231
11232         * gnus-registry.el (gnus-registry-unfollowed-groups)
11233         (gnus-registry-split-fancy-with-parent): Fix documentation.
11234
11235 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11236
11237         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11238         from nnweb groups.
11239
11240 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11241
11242         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11243         Xref urls.  Erase buffer before requesting head.
11244
11245         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11246
11247 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11248
11249         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11250         customizable.
11251
11252 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11253
11254         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11255         no signing key is found.
11256         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11257         no encrypting and/or signing key is found.
11258
11259 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11260
11261         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11262
11263 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11264
11265         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11266         headers read from disk with the ones newly found in the current search.
11267         This should no longer cause problems, because the article numbers in
11268         Gmane's `nov.php' output are ignored since the previous change.
11269
11270 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11271
11272         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11273
11274 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11275
11276         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11277         replace-regexp-in-string; bind url-version; fbind display-images-p and
11278         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11279         find-face and set-itimer-function for Emacs; bind itimer-list for
11280         Emacs.
11281
11282         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11283
11284 2007-01-01  Romain Francoise  <romain@orebokech.com>
11285
11286         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11287
11288 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11289
11290         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11291         `define-minor-mode' macro definition expanded properly.
11292         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11293         exclude it there.
11294
11295         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11296         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11297         `fboundp' test.
11298         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11299         This is OK to autoload in (S)XEmacs now.
11300
11301 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11302
11303         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11304         keystroke.
11305         (gnus-summary-limit-to-singletons): Fix typo.
11306
11307         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11308         else fails.
11309
11310 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11311
11312         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11313         docstring.
11314
11315         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11316         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11317         (gnus-summary-insert-dormant-articles): Fix typo in message.
11318
11319 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11320
11321         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11322         nil for XEmacs.
11323         (gnus-message-citation-mode): Don't autoload in XEmacs.
11324
11325         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11326
11327 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11328
11329         * nnimap.el (nnimap-expunge-search-string):
11330         Mention nnimap-search-uids-not-since-is-evil in docstring.
11331
11332 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11333
11334         * spam.el: Revert to make-obsolete-variable because
11335         define-obsolete-variable-alias is not supported in Emacs 21.
11336
11337         * spam.el (spam-ifile-path, spam-ifile-database-path)
11338         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11339         make-obsolete-variable.
11340         (spam-bsfilter-path, spam-bsfilter-program)
11341         (spam-spamassassin-path, spam-spamassassin-program)
11342         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11343         Don't use "path" inappropriately.
11344         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11345         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11346         variable names.
11347
11348 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11349
11350         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11351         summary buffer.
11352
11353         * password.el (password-cache-remove): Use clear-string to burn
11354         password, if available.
11355
11356 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11357
11358         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11359
11360         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11361
11362         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11363         (gnus-message-highlight-citation): Move defcustom here from
11364         gnus-cite.el.
11365         (gnus-message-citation-mode): Autoload.
11366
11367         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11368         checks to make it compile with XEmacs.
11369         (gnus-message-citation-mode): New minor mode.
11370         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11371         (gnus-message-highlight-citation): New variables.
11372         (gnus-message-search-citation-line)
11373         (gnus-message-add-citation-keywords)
11374         (gnus-message-remove-citation-keywords)
11375         (turn-on-gnus-message-citation-mode)
11376         (turn-off-gnus-message-citation-mode): New functions.
11377
11378 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11379
11380         * gnus-cite.el: Enable highlighting of different citation levels in
11381         message-mode.
11382
11383 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11384
11385         * message.el (message-make-fqdn): Fix comment.
11386         (message-bogus-system-names): Add ".local".
11387
11388         * spam.el (spam-ifile-path, spam-ifile-program)
11389         (spam-ifile-database-path, spam-ifile-database)
11390         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11391         Don't use "path" inappropriately.
11392         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11393         strings.
11394         (spam-check-ifile, spam-ifile-register-with-ifile)
11395         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11396         Use new variable names.
11397
11398         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11399         (gnus-treat-display-smileys): Simplify using
11400         gnus-image-type-available-p.
11401
11402         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11403         available.
11404
11405         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11406         Use `display-images-p' if available.
11407
11408 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11409
11410         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11411         one after turning on the buffer's multibyteness instead of decoding
11412         them directly in the unibyte buffer that causes unexpected conversion
11413         in Emacs 23 (unicode).
11414
11415 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11416
11417         * message.el (message-generate-hashcash): Fix custom type.
11418
11419 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11420
11421         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11422
11423 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11424
11425         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11426         disconnect icons.  Add help text.
11427
11428 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11429
11430         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11431         negated to be consistent with the others we handle.
11432
11433 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11434
11435         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11436         version of gnus-summary-buffer to something, so that we can use two
11437         article buffers at the same time.
11438
11439 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11440
11441         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11442         trigger all the extra headers.
11443         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11444         sorting.
11445
11446 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11447
11448         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11449         solid groups.
11450
11451 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11452
11453         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11454
11455 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11456
11457         * legacy-gnus-agent.el: Add Copyright notice.
11458
11459 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11460
11461         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11462
11463 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11464
11465         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11466
11467         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11468         to make it work reliably in CVS Emacs.
11469         (gnus-summary-limit-strange-charsets-predicate)
11470         (gnus-summary-limit-to-predicate): New functions.
11471
11472 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11473
11474         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11475         specifying array size.
11476         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11477         array if it is too small.
11478         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11479         (gnus-sort-threads-loop): New function.
11480
11481 2006-12-06  Chris Moore  <dooglus@gmail.com>
11482
11483         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11484         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11485
11486 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11487
11488         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11489         options.
11490
11491 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11492
11493         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11494         DOS-ing the recipient.
11495
11496         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11497         the headers when creating the mapping to avoid mismappings.
11498         (nnweb-gmane-create-mapping): Always nix out old mapping.
11499
11500 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11501
11502         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11503         and mm-verify-option to never.
11504
11505 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11506
11507         * message.el (message-signed-or-encrypted-p): New function.
11508         (message-forward-make-body): Use it.
11509
11510         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11511         Replace encode-coding-string with mm-encode-coding-string.
11512
11513 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11514
11515         * nneething.el (nneething-decode-file-name):
11516         Replace decode-coding-string with mm-decode-coding-string.
11517
11518         * gnus-int.el (gnus-open-server): Say failed server's name.
11519
11520 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11521
11522         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11523         strings to a single string.  Quote `errors-file-name'.
11524         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11525         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11526         Adjust calls.  Use `shell-quote-argument'.
11527
11528 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11529
11530         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11531         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11532
11533         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11534         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11535         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11536         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11537         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11538         (gnus-subscribe-newsgroup, gnus-1):
11539         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11540         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11541         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11542         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11543
11544 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11545
11546         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11547         keystroke.
11548         (gnus-summary-limit-to-bodies): Implement headersp.
11549
11550 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11551
11552         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11553
11554 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11555
11556         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11557
11558 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11559
11560         * message.el (message-generate-hashcash): Expand range of values to
11561         include `opportunistic'.
11562         (message-send-mail): Use it.
11563
11564 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11565
11566         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11567         and comment it.
11568
11569         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11570
11571 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11572
11573         * gnus-util.el (gnus-extract-address-components): Improve comment.
11574
11575 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11576
11577         * gnus-util.el (gnus-extract-address-components): Work with address in
11578         which the name portion contains @.
11579
11580         * lpath.el: Fbind custom-autoload.
11581
11582 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11583
11584         * gnus.el (gnus-start): Move custom group up.
11585         (gnus-select-method): Don't autoload, but make it available for
11586         `customize-variable'.
11587         (gnus-getenv-nntpserver): Don't autoload.
11588
11589 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11590
11591         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11592
11593 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11594
11595         * message.el (message-sendmail-extra-arguments): New variable.
11596         (message-send-mail-with-sendmail): Use it.
11597
11598 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11599
11600         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11601         mm-with-unibyte-current-buffer to make string unibyte.
11602
11603         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11604         mm-string-as-multibyte.
11605
11606 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11607
11608         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11609         Reported by Werner Koch <wk@gnupg.org>.
11610
11611 2006-11-14  Daiki Ueno  <ueno@p360>
11612
11613         * mml2015.el: Autoload epa-select-keys when compiling.
11614
11615 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11616
11617         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11618         message-options.
11619         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11620
11621 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11622
11623         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11624         EasyPG (< 0.0.6).
11625         (mml2015-always-trust): New user option.
11626         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11627         prompt.
11628
11629 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11630
11631         * nntp.el (nntp-authinfo-force): New variable.
11632         (nntp-send-authinfo): Use it.
11633
11634 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11635
11636         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11637         decode encoded words.  Improve prompt.  Add comment about forwarding.
11638         (message-replacement-char): Move up.
11639
11640 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11641
11642         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11643         instead of gnus-intersection because arguments of gnus-sorted-nunion
11644         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11645
11646 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11647
11648         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11649         (message-simplify-subject-functions):
11650         Enable message-strip-subject-encoded-words by default.
11651
11652 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11653
11654         * message.el (message-strip-subject-encoded-words): New function.
11655         (message-simplify-subject-functions): New variable.
11656         (message-simplify-subject): Use it.  Fix typo in doc string.
11657         Support message-strip-subject-encoded-words.
11658
11659 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11660
11661         * gnus-diary.el (gnus-diary-delay-format-function):
11662         * nndiary.el (nndiary-reminders):
11663         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11664
11665 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11666
11667         * gnus-art.el (article-hide-boring-headers): Fetch date from
11668         gnus-original-article-buffer to avoid problems with localized date
11669         strings.
11670
11671 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11672
11673         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11674
11675 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11676
11677         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11678         New variables.
11679         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11680         (mm-charset-synonym-alist): Move some entries to
11681         mm-codepage-iso-8859-list.
11682         (mm-charset-synonym-alist, mm-charset-override-alist):
11683         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11684
11685 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11686
11687         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11688
11689 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11690
11691         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11692         with Emacs 21 and XEmacs.
11693
11694 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11695
11696         * spam.el (spam-parse-address): New function for better parsing,
11697         catching errors, etc.
11698         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11699
11700 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11701
11702         * mm-view.el: Add interactive arg to html2text autoload.
11703
11704 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11705
11706         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11707
11708 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11709
11710         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11711         New variables.
11712         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11713         (mm-charset-synonym-alist): Move some entries to
11714         mm-codepage-iso-8859-list.
11715
11716         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11717
11718 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11719
11720         * message.el (message-citation-line-format)
11721         (message-insert-formated-citation-line): Fix implementation of %E, %N
11722         and %n according to the doc string.
11723
11724 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11725
11726         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11727         Use car-safe to avoid bad parses.
11728
11729 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11730
11731         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11732         names.
11733
11734         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11735
11736 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11737
11738         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11739         header.
11740
11741         * message.el (message-draft-headers): Add Date.
11742         (message-headers-to-generate): Fix typo in docstring.
11743
11744         * nndraft.el (nndraft-required-headers): New variable.
11745         (nndraft-generate-headers): Use it.
11746
11747         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11748
11749 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11750
11751         * gnus-registry.el (gnus-registry-wash-for-keywords)
11752         (gnus-registry-find-keywords): New functions to allow easy searching of
11753         articles that are in the registry.
11754
11755 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11756
11757         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11758         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11759         Reported by Damien Elmes <damien@repose.cx>.
11760
11761 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11762
11763         * gnus.el (gnus-mime): Remove unused custom group.
11764
11765 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11766
11767         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11768         "blank line" when searching for end of armor headers.
11769
11770 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11771
11772         * gmm-utils.el (gmm-write-region): Fix variable name.
11773
11774 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11775
11776         * gmm-utils.el (gmm-write-region): New function based on compatibility
11777         code from `mm-make-temp-file'.
11778
11779         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11780
11781         * nnmaildir.el (nnmaildir--update-nov)
11782         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11783         Use `gmm-write-region'.
11784
11785 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11786
11787         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11788         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11789
11790         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11791
11792         * message.el (message-replacement-char): New variable.
11793         (message-fix-before-sending): Use it.
11794         (message-simplify-subject): New function to remove duplicate code.
11795         (message-reply, message-followup): Use it.
11796
11797         * gnus-sum.el (gnus-summary-make-menu-bar):
11798         Clarify gnus-summary-limit-to-articles.
11799
11800 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11801
11802         * gnus-util.el (gnus-with-local-quit): New macro.
11803
11804         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11805
11806 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11807
11808         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11809         ignore non-string data.
11810
11811 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11812
11813         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11814         non-string data (needs to be done in the registry too).
11815
11816 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11817
11818         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11819         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11820         (gnus-registry-split-fancy-with-parent)
11821         (gnus-registry-fetch-simplified-message-subject-fast)
11822         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11823         Remove text properties on ingress into the registry and when it's saved.
11824         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11825         registry from entries with no groups.
11826
11827 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11828
11829         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11830         function to remove string properties.
11831
11832 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11833
11834         * gmm-utils.el (gmm): Adjust custom version.
11835
11836         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11837         Adjust custom version.
11838
11839         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11840
11841 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11842
11843         * gnus-art.el (gnus-insert-prev-page-button)
11844         (gnus-insert-next-page-button): Simplify.  Reformat.
11845
11846 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11847
11848         * gnus-art.el (gnus-insert-prev-page-button)
11849         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11850
11851 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11852
11853         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11854
11855 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11856
11857         * gnus-art.el (gnus-insert-mime-button)
11858         (gnus-insert-mime-security-button):
11859         Apply gnus-article-button-face to MIME and security buttons.
11860
11861 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11862
11863         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11864         readable.
11865
11866 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11867
11868         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11869
11870 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11871
11872         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11873         `browse-url-of-file' instead of `browse-url'.
11874
11875 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11876
11877         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11878         regexp.  Articles containing quotation were cut prematurely.
11879
11880 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11881
11882         * message.el (message-cite-original-1): Use nobody by default for the
11883         value of From header.
11884         (message-reply): Ditto.
11885
11886 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11887
11888         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11889         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11890         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11891
11892 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11893
11894         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11895         mails in the doc string.  Add some URLs in comment.
11896         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11897
11898 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11899
11900         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11901         backslashes handling and the way to find boundaries of quoted strings.
11902
11903 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11904
11905         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11906         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11907         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11908         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11909
11910 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11911
11912         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11913         doc string.
11914         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11915
11916 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11917
11918         * lpath.el: Fbind epg-check-configuration.
11919
11920 2006-09-06  Simon Josefsson  <jas@extundo.com>
11921
11922         * mml2015.el (mml2015-use): Doc fix, mention epg.
11923
11924 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11925
11926         * mml2015.el (mml2015-use): Default to epg, if available.
11927
11928 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11929
11930         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11931         message-sender.
11932         (mml1991-epg-encrypt): Ditto.
11933         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11934         message-sender.
11935         (mml2015-epg-encrypt): Ditto.
11936
11937 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11938
11939         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11940         several common directories.
11941
11942 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11943
11944         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11945         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11946
11947 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11948
11949         * gnus-art.el (article-decode-encoded-words): Make it fast.
11950
11951 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11952
11953         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11954
11955         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11956         in quoted string into `\'.
11957
11958 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11959
11960         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11961         Use standard-syntax-table.
11962
11963 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11964
11965         * gnus-art.el (gnus-decode-address-function): New variable.
11966         (article-decode-encoded-words): Use it to decode headers which are
11967         assumed to contain addresses.
11968         (gnus-mime-delete-part): Remove useless `or'.
11969
11970         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11971         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11972         (gnus-nov-parse-line): Use it to decode From header.
11973         (gnus-get-newsgroup-headers): Ditto.
11974         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11975
11976         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11977         (mail-decode-encoded-address-string): New alias.
11978
11979         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11980         New function.
11981         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11982         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11983         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11984         (rfc2047-decode-string): Ditto.
11985         (rfc2047-decode-address-region): New function.
11986         (rfc2047-decode-address-string): New function.
11987
11988 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11989
11990         * message.el (message-caesar-buffer-body): Allow rotating headers.
11991
11992         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11993
11994         * message.el (message-insert-formated-citation-line): Fix %f.
11995         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11996
11997 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11998
11999         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12000         (gnus-bookmark-mouse-available-p): New macro.
12001         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12002         (gnus-bookmark-bmenu-show-infos): Use it.
12003         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12004         (gnus-bookmark-bmenu-hide-infos): Ditto.
12005         (gnus-bookmark-remove-properties): New function.
12006         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12007         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12008         (gnus-bookmark-write-file): Bind coding-system-for-write.
12009         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12010         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12011         group before selecting it.
12012         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12013         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12014         quit-window if it is not available; use gnus-mouse-2 and bind it to
12015         gnus-bookmark-bmenu-select-by-mouse.
12016         (gnus-bookmark-show-details): Remove unused variable `details-list'.
12017         (gnus-bookmark-bmenu-select-by-mouse): New function.
12018
12019 2006-08-13  Romain Francoise  <romain@orebokech.com>
12020
12021         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12022         space.
12023
12024 2006-08-10  Romain Francoise  <romain@orebokech.com>
12025
12026         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
12027         (dns-mode-soa-auto-increment-serial): New user option.
12028         (dns-mode-soa-maybe-increment-serial): New function.
12029         (dns-mode): Add the latter to `write-contents-functions'.
12030
12031 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12032
12033         * compface.el (uncompface): Use binary rather than raw-text-unix.
12034
12035 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12036
12037         * compface.el (uncompface): Make sure the eol conversion doesn't take
12038         place when communicating with the external programs.
12039         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12040
12041 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12042
12043         * nnheader.el (nnheader-insert-head): Fix typo in comment.
12044
12045 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12046
12047         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12048         Make it more robust by parsing author and date independently.
12049
12050 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12051
12052         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12053
12054 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
12055
12056         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12057         first matching secret key.
12058         (mml2015-epg-encrypt): Ditto.
12059
12060         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12061         first matching secret key.
12062         (mml1991-epg-encrypt): Ditto.
12063
12064         * mml2015.el (mml2015-encrypt-to-self): New user option.
12065         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12066         mml2015-epg-encrypt-to-self is set.
12067
12068         * mml1991.el (mml1991-encrypt-to-self): New variable.
12069         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12070         mml1991-epg-encrypt-to-self is set.
12071
12072         * mml2015.el (mml2015-signers): New user option.
12073         (mml2015-epg-sign): Reflect the value of mml2015-signers.
12074         (mml2015-epg-encrypt): Allow to select signing keys.
12075
12076         * mml1991.el (mml1991-signers): New variable.
12077         (mml1991-epg-sign): Reflect the value of mml1991-signers.
12078         (mml1991-epg-encrypt): Allow to select signing keys.
12079
12080 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12081
12082         * nnheader.el (nnheader-insert-head): Make it work even if the file
12083         uses CRLF for the line-break code.
12084
12085 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12086
12087         * mml2015.el: Require mml-sec instead of password.
12088         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12089         (mml2015-cache-passphrase): Inherit the default value from
12090         mml-secure-cache-passphrase.
12091         (mml2015-passphrase-cache-expiry): Inherit the default value from
12092         mml-secure-passphrase-cache-expiry.
12093
12094         * mml1991.el: Require mml-sec instead of password.
12095         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12096         (mml1991-cache-passphrase): Inherit the default value from
12097         mml-secure-cache-passphrase.
12098         (mml1991-passphrase-cache-expiry): Inherit the default value from
12099         mml-secure-passphrase-cache-expiry.
12100
12101         * mml-sec.el: Require password.
12102         (mml-secure-verbose): New user option.
12103         (mml-secure-cache-passphrase): New user option.
12104         (mml-secure-passphrase-cache-expiry): New user option.
12105
12106 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12107
12108         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12109         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12110         andreas@altroot.de (Andreas Vögele).
12111
12112         FIXME: Use `tiny change'?
12113
12114 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12115
12116         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12117         workaround for the url package included with Emacs.
12118
12119         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12120
12121 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12122
12123         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12124         correctly.  This fixes a bug caused by the 2006-05-12 change.
12125
12126 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12127
12128         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12129         some information about the error when saying that the `bogus' mail
12130         group will be used.
12131
12132 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12133
12134         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12135         string.
12136
12137 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12138
12139         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12140
12141 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12142
12143         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12144
12145 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12146
12147         * mml1991.el (mml1991-function-alist): Add epg.
12148         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12149         (mml1991-epg-encrypt): New functions.
12150
12151 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12152
12153         * mml2015.el (mml2015-verbose): New variable.
12154         (mml2015-cache-passphrase): Ditto.
12155         (mml2015-passphrase-cache-expiry): Ditto.
12156         (mml2015-function-alist): Add epg.
12157         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12158         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12159         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12160         New functions.
12161
12162 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12163
12164         * message.el (message-cite-original-1): Preserve region when removing
12165         quoted text due to X-No-Archive in order to avoid bogus attribution
12166         when citing multiple messages.
12167
12168 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12169
12170         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12171         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12172
12173 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12174
12175         * gnus-diary.el (gnus-user-format-function-d)
12176         (gnus-user-format-function-D): Autoload.
12177
12178         * imap.el (Commentary): Fix typo.
12179
12180         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12181         2006-04-22 contribution.
12182
12183 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12184
12185         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12186         It didn't really fix the bogosity I'm seeing with solid web groups.
12187
12188 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12189
12190         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12191         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12192         created using server names.  If we use the feature without declaring
12193         it, Gnus does not properly manage server and group state.
12194
12195         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12196         bound.
12197
12198 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12199
12200         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12201         looking up the method using GROUP's prefix before inventing a new one.
12202         It is used on killed/unknown groups in various places where returning
12203         an all-new method isn't expected by the caller.
12204
12205         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12206         and match semantics of gnus-group-real-prefix.
12207
12208 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12209
12210         * nnmail.el (nnmail-broken-references-mailers): New variable.
12211         (nnmail-ignore-broken-references): New function generalizing
12212         nnmail-fix-eudora-headers.
12213         (nnmail-fix-eudora-headers): Now obsolete.
12214
12215         * gnus-art.el (gnus-button-handle-custom):
12216         Support `customize-apropos*'.
12217
12218 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12219
12220         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12221
12222         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12223         articles.
12224
12225 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12226
12227         * message.el (message-cite-reply-above): New variable.
12228         (message-yank-original): Use it.
12229
12230 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12231
12232         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12233
12234 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12235
12236         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12237         as read.
12238
12239         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12240
12241 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12242
12243         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12244         (gnus-bookmark-default-file): Use gnus-directory.
12245         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12246         Remove "*" in doc string.
12247         (gnus-bookmark-write-file): Simplify.
12248         (gnus-bookmark-maybe-sort-alist): Use `when'.
12249         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12250         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12251         Add FIXME about Emacs 21 and XEmacs compatibility.
12252         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12253         compatibility.
12254         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12255         compatibility.
12256         (gnus-bookmark-menu-heading): Fix version.
12257
12258 2006-06-19  Bastien Guerry  <bzg@altern.org>
12259
12260         * gnus-bookmark.el: New file.
12261
12262 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12263
12264         * message.el (message-syntax-checks): Doc fix.
12265
12266 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12267
12268         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12269         unsubscribed groups as if they were killed ones.  It causes duplicate
12270         entries in gnus-newsrc-alist.
12271
12272 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12273
12274         * message.el (message-syntax-checks): Doc fix.
12275         (message-send-mail): Add check for continuation headers.
12276         (message-check-news-header-syntax): Fix regexp used to check for
12277         continuation headers.
12278
12279 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12280
12281         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12282
12283 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12284
12285         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12286
12287 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12288
12289         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12290         default-truncate-lines.
12291
12292 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12293
12294         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12295         to fill the utf-8 entry.
12296
12297         * lpath.el: Fbind unicode-precedence-list.
12298
12299 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12300
12301         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12302
12303 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12304
12305         * gnus-agent.el (directory-files-and-attributes): Move all the way
12306         forward (the third and final move).
12307         (gnus-agent-read-agentview): Trap reconstruction errors due to
12308         nonexistent directory.  Handle by returning nil.
12309
12310 2006-05-30  Didier Verna  <didier@xemacs.org>
12311
12312         * message.el (message-dont-reply-to-names): Update the custom type.
12313         * message.el (message-dont-reply-to-names): New defsubst: potentially
12314         convert a list of regexps into a single one.
12315         * message.el (message-get-reply-headers): Use it.
12316         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12317
12318 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12319
12320         * gnus-agent.el (directory-files-and-attributes): Move forward.
12321
12322 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12323
12324         * gnus-ml.el (gnus-mailing-list-subscribe)
12325         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12326         (gnus-mailing-list-message): Fix doc strings.
12327
12328 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12329
12330         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12331         of doing it manually.
12332
12333 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12334
12335         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12336         comment.
12337
12338 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12339
12340         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12341         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12342         (gnus-agent-read-local): All symbols allocated in my-obarray.
12343         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12344         (gnus-agent-regenerate-group): Check numeric names to see if they are
12345         messages or groups.
12346         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12347         better way of do this...)
12348
12349         * gnus-cache.el (gnus-agent-total-fetched-for):
12350         Ignore 'dummy.group' (there should be a better way of do this...)
12351
12352 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12353
12354         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12355         (gnus-saved-headers): Ditto.
12356         (gnus-default-article-saver): Mention functions may have properties.
12357         (gnus-article-save): Override gnus-save-all-headers and
12358         gnus-saved-headers by :headers property which saver function may have.
12359         (gnus-summary-save-in-file): Add :headers property.
12360         (gnus-summary-write-to-file): Ditto.
12361
12362         * gnus-sum.el (gnus-summary-save-article): Bind
12363         gnus-prompt-before-saving to t when saving many articles in a file;
12364         always show all headers.
12365
12366         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12367
12368 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12369
12370         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12371         marks.
12372
12373         * message.el (message-indent-citation): Add optional arguments to allow
12374         using it outside of message buffers.
12375
12376         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12377         (gnus-article-treat-unfold-headers): Use it.
12378         (gnus-article-truncate-lines): New variable.
12379         (gnus-article-mode): Use it.
12380         (gnus-article-toggle-truncate-lines): New function.
12381
12382         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12383         Add gnus-article-toggle-truncate-lines.
12384
12385         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12386         coding system in XEmacs, use binary.
12387
12388 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12389
12390         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12391         after-load-alist.
12392
12393         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12394         this function should save decoded articles.
12395         (gnus-summary-write-to-file): Use property to specify this function
12396         should save decoded articles and specify gnus-summary-save-in-file
12397         should be used to save articles other than the first one when saving
12398         many articles.
12399         (gnus-summary-save-body-in-file): Use property to specify this
12400         function should save decoded articles.
12401         (gnus-summary-write-body-to-file): Use property to specify this
12402         function should save decoded articles and specify
12403         gnus-summary-save-body-in-file should be used to save articles other
12404         than the first one when saving many articles.
12405
12406         * gnus-sum.el (gnus-summary-save-article): Simplify.
12407
12408 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12409
12410         * gnus-art.el (gnus-default-article-saver):
12411         Add gnus-summary-write-body-to-file.
12412         (gnus-article-save-coding-system): Don't use coding system object
12413         in XEmacs.
12414         (gnus-read-save-file-name): Add optional `dir-var' argument which
12415         specifies directory in which files are saved; work even if optional
12416         `variable' argument is not specified.
12417         (gnus-summary-write-to-file): Read file name.
12418         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12419         (gnus-summary-write-body-to-file): New function.
12420
12421         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12422         (gnus-summary-local-variables): Add it.
12423         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12424         (gnus-summary-save-article): Remove optional `decode' argument;
12425         determine whether to decode articles by the value of
12426         gnus-default-article-saver; when saving many files using
12427         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12428         it first and use gnus-summary-save-in-file or
12429         gnus-summary-save-body-in-file thereafter unless
12430         gnus-prompt-before-saving is always; move point to article which
12431         will be saved.
12432         (gnus-summary-save-article-file): Revert.
12433         (gnus-summary-write-article-file): Revert.
12434         (gnus-summary-save-article-body-file): Revert.
12435         (gnus-summary-write-article-body-file): New function.
12436
12437 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12438
12439         * gnus-art.el (gnus-default-article-saver): Doc fix.
12440         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12441         from gnus-summary-save-article-coding-system, and default to a
12442         certain coding system.
12443         (gnus-output-to-file): Add coding cookie and encode text according
12444         to gnus-article-save-coding-system; don't use mm-append-to-file.
12445
12446         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12447         gnus-art.el and rename to gnus-article-save-coding-system.
12448         (gnus-summary-save-article): Require gnus-art; don't show all
12449         headers if it decodes articles; don't add coding cookie here;
12450         don't bind mm-text-coding-system-for-write.
12451         (gnus-summary-save-article-file): Save decoded articles.
12452         (gnus-summary-write-article-file): When saving many files, use
12453         gnus-summary-write-to-file first and gnus-summary-save-in-file
12454         thereafter unless gnus-prompt-before-saving is always.
12455         (gnus-summary-save-article-body-file): Save decoded articles.
12456
12457         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12458
12459 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12460
12461         * nnrss.el (nnrss-check-group): Bind hash-index.
12462
12463 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12464
12465         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12466         its hash index.  Store this hash in `nnrss-group-data'.
12467         (nnrss-read-group-data): Update accordingly.
12468
12469 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12470
12471         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12472         entry.
12473
12474         * gnus-sum.el (gnus-summary-make-menu-bar):
12475         Add gnus-article-browse-html-article.
12476
12477 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12478
12479         * gnus-sum.el (gnus-summary-mime-map):
12480         Add gnus-article-browse-html-article.
12481
12482         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12483
12484 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12485
12486         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12487         suitable coding systems in customize.
12488
12489 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12490
12491         * mail-source.el (mail-sources): Fix custom type.
12492
12493 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12494
12495         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12496         (gnus-summary-expire-articles-now): Shorten prompt.
12497
12498         * gmm-utils.el (wid-edit): Require.
12499         (defun-gmm): Rename from `gmm-defun-compat'.
12500         (gmm-image-search-load-path): Use it.
12501         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12502
12503 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12504
12505         * gnus-sum.el (gnus-summary-save-article-coding-system):
12506         New variable.
12507         (gnus-summary-save-article): Add optional `decode' argument.
12508         If it is set and gnus-summary-save-article-coding-system is non-nil,
12509         save decoded article.
12510         (gnus-summary-write-article-file): Save decoded article if
12511         gnus-summary-save-article-coding-system is non-nil.
12512
12513         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12514         type.
12515
12516 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12517
12518         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12519
12520 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12521
12522         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12523         first to test gnus-single-article-buffer which may be buffer-local.
12524
12525         * gnus-sum.el (gnus-summary-setup-buffer):
12526         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12527         group; make gnus-article-buffer, gnus-article-current, and
12528         gnus-original-article-buffer always buffer-local.
12529         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12530         group.
12531         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12532
12533 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12534
12535         * nnml.el (nnml-request-compact-group): Compressed files might not
12536         have .gz extension.
12537
12538 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12539
12540         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12541         (mm-copy-to-buffer): Use with-current-buffer.
12542         (mm-display-part): Simplify.
12543         (mm-inlinable-p): Add optional arg `type'.
12544
12545 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12546
12547         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12548         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12549         Try harder to show the attachment internally or externally using
12550         gnus-mime-view-part-as-type.
12551
12552 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12553
12554         * message.el (message-from-style, message-signature-separator)
12555         (message-user-organization-file, message-send-mail-function)
12556         (message-citation-line-function, message-yank-prefix)
12557         (message-indent-citation-function, message-signature)
12558         (message-signature-file, message-signature-insert-empty-line):
12559         Remove autoloads.
12560
12561         * gnus-art.el (gnus-buttonized-mime-types):
12562         Remove "multipart/signed".  Revert 2006-04-26 change.
12563
12564 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12565
12566         * gnus.el (gnus-version-number): Bump version.
12567
12568 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12569
12570         * gnus.el: No Gnus v0.5 is released.
12571
12572 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12573
12574         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12575         fetching articles by message-id.
12576
12577 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12578
12579         * message.el (hashcash): Require hashcash as normal.
12580
12581         * ecomplete.el (ecomplete-highlight-match-line):
12582         Use point-at-eol.
12583         (ecomplete-highlight-match-line): Use `highlight', because that
12584         face exists in both Emacs and XEmacs.
12585
12586         * message.el (message-display-abbrev): Use point-at-bol.
12587
12588         * mail-source.el: Don't require timer/timer-funcs.
12589
12590         * gnus-async.el: Ditto.
12591
12592         * password.el: Ditto.
12593
12594         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12595
12596         * mm-url.el: Ditto.
12597
12598         * gnus-xmas.el: Don't require timer-funcs.
12599
12600         * mm-util.el: Require timer/timer-funcs.
12601
12602 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12603
12604         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12605         Close.
12606
12607 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12608
12609         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12610         unibyte after clear-decrypt function runs.
12611
12612         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12613         returns as a unibyte string.
12614
12615 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12616
12617         * lpath.el: Revert.
12618
12619         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12620         (pgg-gpg-process-sentinel): Revert.
12621
12622         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12623         (pgg-pgp-lookup-key): Revert.
12624
12625         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12626         (pgg-pgp5-lookup-key): Revert.
12627
12628         * pgg.el (pgg-fetch-key): Revert.
12629
12630 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12631
12632         * lpath.el: Fbind string-as-multibyte for XEmacs.
12633
12634         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12635         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12636         (mml1991-pgg-encrypt): Ditto.
12637
12638         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12639         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12640         a multibyte buffer.
12641
12642         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12643         (pgg-pgp-lookup-key): Ditto.
12644
12645         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12646         (pgg-pgp5-lookup-key): Ditto.
12647
12648         * pgg.el (pgg-fetch-key): Ditto.
12649
12650 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12651
12652         * message.el (message-user-organization-file): Check several
12653         locations of the organization file.
12654
12655         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12656         Add gnus-article-view-part-as-type.
12657
12658         * gnus-art.el (gnus-article-view-part-as-type): New function.
12659
12660         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12661         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12662
12663         * mml.el: Simplify autoload.
12664         (mml-mode): defvar dnd-protocol-alist instead of using
12665         symbol-value.
12666         (mml-default-directory): New variable.
12667         (mml-minibuffer-read-file): Use it.
12668         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12669
12670         * message.el (message-citation-line-format): New variable.
12671         (message-insert-formated-citation-line): New function.
12672         (message-citation-line-function):
12673         Add `message-insert-formated-citation-line' to custom type.
12674
12675         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12676         to doc string.
12677
12678         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12679         depending on mm-verify-option.
12680
12681 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12682
12683         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12684         binding pgg-* variables; reimplement the section which prevents
12685         MIME header from being signed.
12686         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12687         pgg-text-mode; remove a blank line at the top of body.
12688
12689         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12690         lines at the top of body; use gnus-newsgroup-charset if there's no
12691         Charset header.
12692
12693 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12694
12695         * message.el (message-self-insert-commands): Doc fix.
12696
12697         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12698         (mm-uu-pgp-encrypted-test): Ditto.
12699         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12700         between header and body; return application/pgp-encrypted handle
12701         if decryption failed; decode decrypted body by charset.
12702
12703         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12704         element match to application/pgp-*.
12705
12706 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12707
12708         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12709         HTML.
12710
12711 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12712
12713         * mail-source.el (mail-source-call-script): Message the error
12714         string.
12715
12716 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12717
12718         * gnus-util.el (gnus-byte-compile): Use it.
12719
12720 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12721
12722         * gnus-util.el (kill-empty-logs): New function.
12723
12724 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12725
12726         * message.el (message-mail-alias-type): Doc fix.
12727         (message-mail-alias-type-p): New function.
12728         (message-send): Use it.
12729         (message-mode): Ditto.
12730         (message-strip-forbidden-properties): Ditto.
12731
12732         * ecomplete.el (ecomplete-database-file-coding-system):
12733         New variable.
12734         (ecomplete-save): Use it.
12735         (ecomplete-setup): Use it.
12736
12737 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12738
12739         * message.el (message-self-insert-commands): New variable.
12740         (message-strip-forbidden-properties): Use it.
12741
12742 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12743
12744         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12745         that doesn't make XEmacs choke.
12746
12747 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12748
12749         * gnus-util.el (gnus-replace-in-string):
12750         Prefer replace-regexp-in-string over of replace-in-string.
12751
12752 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12753
12754         * gnus-util.el (gnus-select-frame-set-input-focus):
12755         Use select-frame-set-input-focus if it is available in XEmacs; use
12756         definition defined in Emacs 22 for old Emacsen.
12757
12758         * dgnushack.el: Autoload unmorse-region for XEmacs.
12759
12760         * lpath.el: Bind cursor-in-non-selected-windows and
12761         select-frame-set-input-focus for XEmacs.
12762
12763 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12764
12765         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12766
12767 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12768
12769         * gnus-registry.el (gnus-registry-cache-save): Remove text
12770         properties when saving via the temp buffer.
12771
12772 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12773
12774         * message.el (message-generate-hashcash): Honor custom type.
12775
12776 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12777
12778         * message.el (message-generate-hashcash): Default to non-nil when
12779         hashcash is found.
12780
12781         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12782         (gnus-refer-thread-limit): Increase default to 500.
12783
12784         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12785
12786         * flow-fill.el (fill-flowed): Allow delete-space.
12787
12788 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12789
12790         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12791         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12792         Remove autoloads.
12793
12794 2006-04-18  Simon Josefsson  <jas@extundo.com>
12795
12796         * message.el (message-generate-hashcash): Default to.
12797
12798 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12799
12800         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12801         concatenating segments rather than before concatenating them.
12802
12803 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12804
12805         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12806
12807 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12808
12809         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12810
12811         * message.el (message-forward-make-body-plain):
12812         Allow message-forward-ignored-headers to be a list.
12813         (message-remove-ignored-headers): Factor out into function.
12814         (message-forward-make-body-mml): Use it.
12815
12816         * imap.el (imap-quote-specials): New function.
12817         (imap-login-auth): Quote specials.
12818
12819         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12820         (rfc2231-parse-string): Allow concatanation of parameters that
12821         aren't contiguous.  The test case is
12822           (mail-header-parse-content-type "message/external-body;
12823             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12824             access-type=LOCAL-FILE;
12825             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12826
12827 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12828
12829         * nntp.el (nntp-accept-process-output): Return the value of
12830         `nnheader-accept-process-output'.
12831
12832 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12833
12834         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12835         (gnus-button-alist): Recognize more diff formats.
12836         (gnus-button-patch): Strip directory.
12837
12838 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12839
12840         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12841         Emacs 22 when setting focus.
12842
12843 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12844
12845         * gnus-art.el (gnus-article-treat-types): Do treatment of
12846         text/x-verbatim parts.
12847         (gnus-button-patch): New command.
12848
12849         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12850         addresses that contain invalid characters.
12851
12852 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12853
12854         * message.el (message-put-addresses-in-ecomplete):
12855         Use gnus-replace-in-string.
12856         (message-is-yours-p): Use the more correct
12857         mail-header-parse-address instead of
12858         mail-extract-address-components.
12859         (message-put-addresses-in-ecomplete): Fix typo.
12860
12861         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12862         keystroke.
12863
12864         * gnus-art.el (gnus-treatment-function-alist): Change order of
12865         newsgroups/generic header folding to avoid double-folding.
12866
12867         * message.el (message-hidden-headers): Add X-Draft-From.
12868
12869         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12870         New command.
12871         (gnus-summary-repeat-search-article-backward): New command.
12872
12873         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12874         groups in the parent topic.
12875
12876 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12877
12878         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12879         (spam-extra-header-to-number): Return the CRM114 number as a
12880         number instead of a string.
12881
12882 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12883
12884         * gnus-art.el (gnus-face-properties-alist): Move here from
12885         gnus-fun.
12886
12887         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12888
12889 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12890
12891         * message.el (message-strip-forbidden-properties): Only display on
12892         self-insert-command.
12893
12894         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12895         reindent.
12896         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12897
12898 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12899
12900         * smiley.el (smiley-style): Fix typo.
12901
12902 2006-03-23  Kenichi Handa  <handa@m17n.org>
12903
12904         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12905         instead of set-buffer-multibyte.
12906
12907 2006-03-23  Kenichi Handa  <handa@m17n.org>
12908
12909         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12910         buffer and then decode the buffer text if necessary.
12911         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12912         first, and after mm-encode-body, change the buffer to unibyte.
12913
12914 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12915
12916         * hashcash.el (hashcash-insert-payment-async-2):
12917         Use message-goto-eoh instead of doing it manually.
12918         (mail-add-payment): Use message-narrow-to-header instead of trying
12919         to do the same itself.
12920
12921         * message.el (message-hidden-headers): Add Face.
12922
12923         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12924         reparenting code.
12925         (gnus-summary-reparent-children): Refactored out code.
12926         (gnus-summary-thread-map): New keystroke.
12927         (gnus-summary-reparent-children): Make into command.
12928
12929         * smiley.el (smiley-style): Default to `medium' if using a large
12930         font.
12931
12932         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12933         does it itself.
12934
12935         * message.el (message-point-in-header-p): Simplify definition.
12936
12937 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12938
12939         * nnagent.el (nnagent-request-set-mark): Silence log file
12940         writing.
12941         (nnagent-request-set-mark): Use write-region instead of
12942         append-to-file.
12943
12944         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12945         strange select method.
12946
12947         * ecomplete.el (ecomplete-display-matches): Get highlightling
12948         right.
12949         (ecomplete-display-matches): Use literals.
12950         (ecomplete-display-matches): Disable message logging.
12951
12952         * message.el (message-display-abbrev): Small optimization.
12953
12954         * ecomplete.el (ecomplete-display-matches): Allow automatic
12955         display.
12956
12957         * message.el (message-strip-forbidden-properties):
12958         Display abbrevs.
12959         (message-display-abbrev): Get automatic display right.
12960
12961         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12962         keystrokes.
12963
12964 2006-04-13  Romain Francoise  <romain@orebokech.com>
12965
12966         TODO: Backport to v5-10!
12967
12968         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12969         Move here (and rename) from gnus-registry.el.
12970
12971         * gnus-registry.el: Require gnus-util.
12972         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12973
12974 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12975
12976         * gnus-group.el (gnus-group-catchup-current):
12977         Change if-then-else-if-then-else into cond.
12978         (gnus-group-catchup): Indent.
12979         (group-name-at-point): New function.
12980         (gnus-fetch-group): Provide default from thing at point.
12981
12982 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12983
12984         * message.el (message-display-abbrev): Fix regexp.
12985
12986         * ecomplete.el (ecomplete-highlight-match-line):
12987         Reimplement choosing.
12988         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12989         dead variables.
12990
12991         * message.el (message-newline-and-indent): Remove debugging.
12992         (message-display-abbrev): Use new implementation.
12993
12994 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12995
12996         * gnus-art.el (gnus-article-mode):
12997         Set cursor-in-non-selected-windows to nil.
12998
12999         * smiley.el: Revert previous change.
13000         (smiley-data-directory): defvar it before using it in the
13001         defcustom of `smiley-style'.
13002
13003 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13004
13005         * message.el (message-newline-and-indent): New function.
13006
13007         * ecomplete.el: Implement more bits.
13008
13009         * message.el (message-put-addresses-in-ecomplete): Clean up the
13010         string.
13011
13012         * ecomplete.el (ecomplete-add-item): Chop off decimals.
13013
13014         * gnus-sum.el (gnus-summary-save-parts):
13015         Bind gnus-summary-save-parts-counter and use it to make unique file
13016         names.
13017
13018         * gnus-art.el (gnus-ignored-headers): Add some more headers.
13019
13020         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13021         parameter to say whether to actually parse the individual
13022         addresses.
13023
13024         * message.el (message-put-addresses-in-ecomplete): New function.
13025         (ecomplete): Require.
13026         (message-mail-alias-type): Add ecomplete as an option.
13027
13028 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
13029
13030         * flow-fill.el (fill-flowed): Remove trailing space from blank
13031         quoted lines.
13032
13033 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13034
13035         * smiley.el (smiley-style): Move definition later to avoid a
13036         compilation warning.
13037
13038 2006-04-12  Kenichi Handa  <handa@m17n.org>
13039
13040         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13041         buffer and then decode the buffer text if necessary.
13042         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13043         first, and after mm-encode-body, change the buffer to unibyte.
13044         Use mm-disable-multibyte instead of set-buffer-multibyte.
13045
13046 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13047
13048         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13049         Content-Type header instead of Content-Disposition header.
13050         (gnus-mime-inline-part): Ditto.
13051         (gnus-mime-view-part-as-charset): Ignore charset that the part
13052         specifies.
13053
13054         * mm-decode.el (mm-display-part): Work with external parts and
13055         usual parts similarly.
13056
13057         * mm-extern.el (mm-inline-external-body): Use mm-display-part
13058         instead of gnus-display-mime.
13059
13060         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13061         instead of with-temp-buffer.
13062
13063         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13064         tag to summarized topics part in order to encode non-ASCII text.
13065
13066 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13067
13068         * smiley.el (smiley-style): New variable.
13069         (smiley-directory): New function.
13070         (smiley-data-directory): Derive from `smiley-style' using
13071         `smiley-directory'.
13072         (smiley-regexp-alist): Add new entries.
13073
13074         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13075         (gnus-article-browse-delete-temp): Add :version.
13076
13077 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
13078
13079         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13080         the sieve region.
13081
13082 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13083
13084         * gnus.el (gnus-version-number): Bump version.
13085
13086 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13087
13088         * gnus.el: No Gnus v0.4 is released.
13089
13090 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13091
13092         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13093         layout.
13094
13095         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13096         unknown charset.
13097
13098         * message.el (message-header-synonyms): Add Original-To to the
13099         default.
13100
13101         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13102         optional parameter.
13103
13104 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13105
13106         * gnus-fun.el (gnus): Require it for gnus-directory.
13107
13108 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13109
13110         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13111
13112 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13113
13114         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13115
13116 2006-04-05  Simon Josefsson  <jas@extundo.com>
13117
13118         * password.el (password-reset): New function.
13119
13120 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13121
13122         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13123         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13124
13125 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13126
13127         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13128         Some whitespace was matched into the url, which broke browsing hits
13129         > 100 when mm-url-use-external was nil.
13130
13131 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13132
13133         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13134         Check gnus-extra-headers for 'Newsgroups.
13135
13136         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13137         bound.
13138
13139 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13140
13141         * pgg-gpg.el: Clean up process buffers every time gpg processes
13142         complete.
13143
13144 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13145
13146         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13147         doc string.
13148
13149 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13150
13151         * pgg-gpg.el (pgg-gpg-process-filter)
13152         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13153
13154         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13155         lines, temporary fix.
13156
13157 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13158
13159         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13160
13161 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13162
13163         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13164         default-enable-multibyte-characters.  This reverts the change from
13165         revision 6.17 which is no longer necessary because the passphrase
13166         is sent separately now.  GnuPG messages are unreadable under
13167         multibyte locales with default-enable-multibyte-characters set to
13168         nil.
13169
13170 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13171
13172         * message.el (message-tool-bar-gnome): Move "spell".
13173
13174 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13175
13176         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13177         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13178         instead.
13179
13180 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13181
13182         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13183         Improve newsgroups handling for NNTP overviews which don't include
13184         Newsgroups.
13185
13186 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13187
13188         * message.el (message-resend): Bind message-generate-hashcash to nil.
13189
13190 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13191
13192         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13193         when searching for already-paid recipients.
13194
13195 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13196
13197         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13198         passphrases when it is not needed.
13199         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13200         passphrase stuff from gpg, should only be necessary when you use
13201         gpg with a smartcard.
13202
13203 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13204
13205         * mml.el (mml-insert-mime): Ignore cached contents of
13206         message/external-body part.
13207
13208         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13209         (mm-insert-part): Ditto.
13210
13211 2006-03-23  Simon Josefsson  <jas@extundo.com>
13212
13213         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13214         Reiner.
13215         (pgg-gpg-use-agent-p): Use it again.
13216
13217 2006-03-23  Simon Josefsson  <jas@extundo.com>
13218
13219         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13220         older emacsen.
13221         (pgg-gpg-use-agent-p): Don't use it.
13222
13223 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13224
13225         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13226         if we can.
13227
13228 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13229
13230         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13231         (pgg-gpg-update-agent): New function.
13232         (pgg-gpg-use-agent-p): New function.
13233         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13234         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13235         (pgg-gpg-sign-region): Use it.
13236
13237 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13238
13239         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13240         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13241
13242 2006-03-21  Simon Josefsson  <jas@extundo.com>
13243
13244         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13245         <wilde@sha-bang.de>.
13246         (pgg-gpg-use-agent): New variable.
13247         (pgg-gpg-process-region): Use it.
13248         (pgg-gpg-encrypt-region): Likewise.
13249         (pgg-gpg-encrypt-symmetric-region): Likewise.
13250         (pgg-gpg-decrypt-region): Likewise.
13251         (pgg-gpg-sign-region): Likewise.
13252         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13253
13254 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13255
13256         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13257
13258         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13259         Add comment on version.
13260
13261 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13262
13263         * smiley.el: Add missing test smiley.
13264
13265 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13266
13267         * mm-decode.el (mm-with-part): New macro.
13268         (mm-get-part): Use it; work with message/external-body as well.
13269         (mm-save-part): Treat name and filename equally.
13270
13271         * mm-extern.el (mm-extern-cache-contents): New function.
13272         (mm-inline-external-body): Use it; force the part to be displayed;
13273         move undisplayer added to the cached handle to the parent.
13274
13275         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13276         (gnus-mime-view-part-as-type): Work with message/external-body.
13277
13278         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13279
13280 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13281
13282         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13283         images in image-load-path.  [Sync with image.el, revision 1.60, in
13284         Emacs.]
13285
13286 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13287
13288         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13289         path rather than symbol.  Always return list of directories.
13290         Guarantee that image directory comes first.  [Sync with image.el,
13291         revision 1.59, in Emacs.]
13292
13293         * message.el (message-make-tool-bar): Adjust to new API of
13294         `gmm-image-load-path-for-library'.
13295
13296         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13297
13298         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13299
13300 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13301
13302         * gnus-art.el (gnus-article-only-boring-p):
13303         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13304         intangible text.
13305         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13306
13307 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13308
13309         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13310         Use `defun' instead of `gmm-defun-compat'.
13311
13312 2006-03-14  Simon Josefsson  <jas@extundo.com>
13313
13314         * message.el (message-unique-id): Don't use message-number-base36
13315         if (user-uid) is a float.
13316         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13317
13318 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13319
13320         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13321
13322         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13323         empty line between a part and a message part.
13324
13325 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13326
13327         * smiley.el: Add more test smileys.
13328         (smiley-data-directory, smiley-regexp-alist)
13329         (gnus-smiley-file-types): Fix doc strings.
13330         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13331         adding new elements.
13332         (smiley-mouse-map): Unused code.  Make it a comment.
13333
13334 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13335
13336         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13337         scan latest NoCeM messages instead of old ones.
13338         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13339         delimiters that are recently used.
13340         (gnus-nocem-load-cache): Add autoload cookie.
13341
13342         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13343
13344         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13345         level which is larger than gnus-use-nocem is specified.
13346
13347         * gnus-group.el (gnus-group-get-new-news): Ditto.
13348
13349 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13350
13351         * gnus-util.el (gnus-tool-bar-update): New function.
13352
13353         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13354         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13355
13356         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13357
13358         * gnus-group.el (gnus-group-redraw-when-idle)
13359         (gnus-group-redraw-check): Remove.
13360         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13361
13362 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13363
13364         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13365         if optional last element is specified in splits (FIELD VALUE...).
13366
13367 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13368
13369         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13370         to gmm-image-load-path-for-library.  Call with no-error argument.
13371         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13372
13373         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13374
13375         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13376
13377         * gmm-utils.el (gmm-image-load-path): Remove alias.
13378
13379 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13380
13381         * gmm-utils.el (gmm-image-load-path): Add alias.
13382
13383         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13384         nnml-generate-nov-databases-1.
13385         (nnml-generate-nov-databases): Use it.
13386         (nnml-generate-nov-databases-directory): Document no-active
13387         argument.
13388
13389         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13390         directory if path is t.  Add no-error.
13391
13392         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13393         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13394
13395         * gnus-art.el (gnus-article-browse-delete-temp-files):
13396         Simplify resetting gnus-article-browse-html-temp-list.
13397
13398         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13399         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13400         Add example to docstring.  Rename local variables.  Move error
13401         checks to default case in cond and simplify.
13402
13403 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13404
13405         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13406         handle is multipart when calling it recursively.
13407         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13408
13409 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13410
13411         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13412         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13413
13414 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13415
13416         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13417         is loaded.
13418
13419         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13420         loaded.
13421
13422 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13423
13424         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13425         to "Emacs 23 (unicode)" in doc string.
13426
13427         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13428         "Emacs 23 (unicode)" in comment.
13429
13430 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13431
13432         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13433
13434         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13435         characters 160 through 255 in Emacs 23.
13436
13437 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13438
13439         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13440         gnus-article-browse-html-temp.
13441         (gnus-article-browse-delete-temp): Make it customizable.
13442         Add `file'.  Adjust doc string.
13443         (gnus-article-browse-delete-temp-files): Add argument.
13444         Allow query for each file.  Adjust doc string.
13445         (gnus-article-browse-html-parts):
13446         Add `gnus-article-browse-delete-temp-files' to
13447         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13448
13449 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13450
13451         * gnus-art.el (gnus-article-browse-html-temp)
13452         (gnus-article-browse-delete-temp): New variables.
13453         (gnus-article-browse-delete-temp-files): New function.
13454         (gnus-article-browse-html-parts): Use it.
13455
13456 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13457
13458         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13459
13460         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13461         string.
13462
13463         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13464         gnus-summary-insert-new-articles when unplugged.
13465         Remove gnus-summary-search-article-forward.
13466
13467         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13468         display-visual-class instead of display-color-cells.
13469
13470 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13471
13472         * dgnushack.el: Autoload customize-group for XEmacs.
13473
13474         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13475         message/* containing non-ASCII text properly.
13476
13477 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13478
13479         * message.el: Require gmm-utils, remove autoloads.
13480         (message-tool-bar): Set default based on
13481         gmm-tool-bar-style.
13482         (message-tool-bar-gnome): Add gmm-customize-mode.
13483
13484         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13485         gmm-tool-bar-style.
13486         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13487
13488         * gnus-group.el (gnus-group-tool-bar): Set default based on
13489         gmm-tool-bar-style.
13490         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13491
13492         * gmm-utils.el (gmm-image-directory): Rename variable from
13493         gmm-image-load-path.
13494         (gmm-image-load-path): Use gmm-image-directory.
13495         (gmm-customize-mode): New function.
13496         (gmm-tool-bar-style): New variable.
13497
13498         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13499         gnus-group-redraw-line-number.
13500         (gnus-group-redraw-check): Simplify.
13501         (gnus-group-tool-bar-update): Remove redraw check.
13502         (gnus-group-make-tool-bar): Add redraw check.
13503
13504 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13505
13506         * gnus-art.el (gnus-button): Add missing parentheses.
13507
13508 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13509
13510         * lpath.el: Fbind line-number-at-pos.
13511
13512 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13513
13514         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13515
13516 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13517
13518         * gnus-art.el (gnus-button): New face.
13519         (gnus-article-button-face): Use it.
13520
13521         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13522         Add gnus-summary-next-page.  Re-order.
13523
13524         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13525         next-node are now included.
13526         (gnus-group-redraw-line-number): New internal variable.
13527         (gnus-group-redraw-check): Helper function for updating the tool
13528         bar.
13529         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13530
13531         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13532
13533         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13534         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13535         Use it to match format of Spamassassin 3.0 and later.
13536         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13537         (spam-check-bogofilter)
13538         (spam-bogofilter-register-with-bogofilter): Fix args of
13539         `gnus-error' calls.
13540
13541 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13542
13543         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13544         unnecessary interaction when sending queued mails.
13545         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13546
13547 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13548
13549         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13550         first or last are nil.
13551
13552 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13553
13554         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13555
13556 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13557
13558         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13559
13560 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13561
13562         * dns.el (query-dns): Protect more against buggy tcp output.
13563
13564 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13565
13566         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13567         nov.php.
13568
13569 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13570
13571         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13572         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13573         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13574         output on the server side.
13575         (nnweb-google-create-mapping): Update regexps and add some
13576         progress indication.
13577
13578 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13579
13580         * gnus-group.el (gnus-group-tool-bar-gnome):
13581         Fix gnus-agent-toggle-plugged.  Re-order icons.
13582         (gnus-group-tool-bar-gnome):
13583         Add gnus-group-{prev,next}-unread-group.
13584         (gnus-group-tool-bar-gnome): Re-order icons.
13585
13586         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13587         Move gnus-summary-insert-new-articles.
13588
13589         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13590         Fix comments.
13591
13592         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13593         also available in Emacs 21.3.
13594
13595         * message.el (message-fix-before-sending): Change "Emacs 22" to
13596         "Emacs 23 (unicode)" in comment.
13597
13598         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13599         "Emacs 23 (unicode)" in comment.
13600
13601         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13602         comment.
13603         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13604
13605         * mm-view.el (mm-fill-flowed): Add :version.
13606
13607 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13608
13609         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13610         and load-path.
13611
13612 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13613
13614         * message.el: Autoload gmm-image-load-path.
13615         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13616         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13617         consitency.
13618
13619         * gmm-utils.el (gmm-image-load-path): Also search in
13620         "../etc/images".  Don't set gmm-image-load-path if we don't find
13621         the image.
13622
13623 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13624
13625         * gmm-utils.el (gmm-image-load-path): Don't make
13626         `gmm-image-load-path' include subdirectories which the second arg
13627         `image' might specify.
13628
13629         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13630         subdirectory to icon file names.
13631
13632         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13633
13634 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13635
13636         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13637         gmm-image-load-path calls.
13638
13639         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13640
13641         * message.el (message-make-tool-bar): Ditto.
13642
13643         * mml.el (mml-preview): Add comment concerning tool bar icons.
13644
13645         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13646         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13647
13648         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13649         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13650
13651         * message.el (message-tool-bar-gnome): Use new icon names.
13652         (message-make-tool-bar): Use `gmm-image-load-path'.
13653
13654         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13655         New functions from MH-E.
13656         (gmm-image-load-path): New variable from MH-E.
13657         (gmm-image-load-path): New function from MH-E.  Add arguments
13658         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13659         *-image-load-path-called-flag.
13660
13661 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13662
13663         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13664
13665 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13666
13667         * nnimap.el (nnimap-request-move-article): Change folder back to
13668         source group before deleting.
13669
13670 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13671
13672         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13673
13674         * gnus-art.el (mm-url-insert-file-contents-external):
13675         Autoload mm-url.
13676
13677         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13678
13679 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13680
13681         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13682         coding system which mm-charset-to-coding-system returns for a
13683         given charset is valid.
13684
13685 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13686
13687         * html2text.el (html2text-remove-tag-list):
13688         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13689
13690 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13691
13692         * gnus-cus.el: Revert 2005-10-17 change.
13693
13694 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13695
13696         * gnus-art.el (article-strip-banner):
13697         Call article-really-strip-banner only when the regexp match is made.
13698
13699 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13700
13701         * gnus-art.el (article-strip-banner):
13702         Use gnus-extract-address-components instead of
13703         mail-header-parse-addresses to make it work with non-ASCII text;
13704         remove mail-encode-encoded-word-string.
13705
13706         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13707         values which are surrounded with \"...\"; make it never cause a
13708         Lisp error; give up parsing of parameters if it failed in
13709         extracting type.
13710
13711 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13712
13713         * smime.el (smime-cert-by-ldap-1): Fix bug where
13714         `smime-ldap-search' returns results without userCertificates.
13715
13716 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13717
13718         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13719
13720 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13721
13722         * spam.el (spam-check-spamassassin-headers): Adapt format for
13723         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13724         <ari@mbf.ocn.ne.jp>.
13725         (spam-list-of-processors): Add spam-use-gmane.
13726
13727 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13728
13729         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13730         make-temp-file; make it work with XEmacs as well.
13731
13732         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13733         mm-make-temp-file.
13734
13735         * mm-decode.el (mm-display-external): Use the 3rd arg of
13736         mm-make-temp-file.
13737         (mm-create-image-xemacs): Ditto.
13738
13739 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13740
13741         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13742         with message-narrow-to-headers.
13743         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13744         (gnus-draft-check-draft-articles): New function.
13745         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13746
13747 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13748
13749         * gnus-art.el (gnus-article-browse-html-parts):
13750         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13751         Don't use suffix argument for mm-make-temp-file for Emacs 21
13752         compatibility.  Remove useless `format'.
13753
13754 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13755
13756         * nnweb.el (nnweb-google-wash-article): Update regexps.
13757         (nnweb-group-alist): Use defvoo instead of defvar.
13758
13759 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13760
13761         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13762         re-loading nn* modules.
13763
13764 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13765
13766         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13767         for `tool-bar-mode' and don't check it's default-value.
13768
13769         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13770
13771         * message.el (message-make-tool-bar): Ditto.
13772
13773         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13774         `substring'.  Shorten tmp-file name.
13775
13776         * gnus.el: Remove bogus comment.
13777
13778 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13779
13780         * gnus-art.el (gnus-article-browse-html-parts): New function.
13781         (gnus-article-browse-html-article): New function for viewing html
13782         articles with a browser.
13783
13784 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13785
13786         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13787         in elisp.
13788         (pgg-gpg-encrypt-symmetric-region): Ditto.
13789         (pgg-gpg-sign-region): Ditto.
13790
13791         * pgg-def.el (pgg-text-mode): New variable.
13792
13793         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13794         (mml2015-pgg-encrypt): Ditto.
13795
13796         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13797         (mml1991-pgg-encrypt): Ditto.
13798
13799 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13800
13801         * nnfolder.el (nnfolder-insert-newsgroup-line):
13802         Use message-make-date instead of current-time-string.
13803
13804         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13805         to gnus-decoded which mm-uu might set.
13806
13807 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13808
13809         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13810         don't decode quoted parameters; remove misimported Emacs code.
13811         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13812         (rfc2231-decode-encoded-string): Don't use split-string which
13813         behaves differently according to Emacs version; use
13814         mm-decode-coding-region to convert charset to coding-system.
13815         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13816         (rfc2231-encode-string): Remove misimported Emacs code.
13817
13818 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13819
13820         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13821         when calling mail-header-parse-content-type.
13822         (article-de-quoted-unreadable): Ditto.
13823         (article-de-base64-unreadable): Ditto.
13824         (article-wash-html): Ditto.
13825
13826         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13827         calling mail-header-parse-content-type and
13828         mail-header-parse-content-disposition.
13829         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13830         mail-header-parse-content-type.
13831
13832         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13833         insert charset and format parameters; encode description after
13834         inserting it to buffer.
13835         (mml-insert-parameter): Fold lines properly even if a parameter is
13836         segmented into two or more lines; change the max column to 76.
13837
13838         * rfc1843.el (rfc1843-decode-article-body): Don't use
13839         ignore-errors when calling mail-header-parse-content-type.
13840
13841         * rfc2231.el (rfc2231-parse-string): Return at least type if
13842         possible; don't cause an error even if it fails in parsing of
13843         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13844         (rfc2231-encode-string): Don't break lines at the beginning, leave
13845         it to mml-insert-parameter.
13846
13847         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13848         calling mail-header-parse-content-type.
13849
13850 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13851
13852         * spam-report.el (spam-report-gmane-use-article-number):
13853         Improve doc string.
13854         (spam-report-gmane-internal): Check if a suitable header was found
13855         in the article.
13856
13857 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13858
13859         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13860         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13861
13862 2006-02-05  Romain Francoise  <romain@orebokech.com>
13863
13864         Update copyright notices of all files in the gnus directory.
13865
13866 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13867
13868         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13869
13870 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13871
13872         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13873         segmented lines of parameter value to cope with Thunderbird 1.5
13874         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13875         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13876         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13877
13878 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13879
13880         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13881         parts.
13882
13883 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13884
13885         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13886         there's only one active file for all servers.
13887         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13888         solid groups.  Gnus might have used a FAST request to select the group.
13889         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13890         and nnweb-search redundantly in the active file.
13891         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13892         (nnweb-request-create-group): Don't use ARGS.
13893         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13894         initialisations.  Let nnoo do the work.
13895
13896 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13897
13898         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13899         Say the part has been decoded.
13900
13901         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13902
13903 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13904
13905         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13906         mailcap-viewer-test-cache when there's no 'test clause, since that
13907         will invert the meaning of a "nil" test previously determined by
13908         mailcap-mailcap-entry-passes-test.
13909
13910 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13911
13912         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13913         compiling.
13914
13915         * gnus-sum.el: Ditto.
13916
13917         * message.el: Don't bind tool-bar-map when compiling.
13918
13919 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13920
13921         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13922
13923 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13924
13925         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13926         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13927         current Google Groups.
13928
13929 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13930
13931         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13932         and tool-bar-mode.
13933
13934         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13935         and tool-bar-mode.
13936
13937         * message.el (message-tool-bar-update): Simplify.
13938         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13939
13940         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13941         gnus-summary-buffer.
13942         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13943         gnus-summary-reply.
13944
13945         * gmm-utils.el (gmm): Add :version.
13946
13947 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13948
13949         * Makefile.in (clean): New rule.
13950         (distclean): Use it.
13951
13952 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13953
13954         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13955         Don't autoload.
13956
13957 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13958
13959         * gmm-utils.el (gmm-verbose): Add :group.
13960
13961 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13962
13963         * message.el: Change some comments WRT tool-bars.
13964
13965         * gnus-sum.el (gnus-summary-tool-bar)
13966         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13967         (gnus-summary-tool-bar-zap-list): New variables.
13968         (gnus-summary-make-tool-bar): Complete rewrite using
13969         `gmm-tool-bar-from-list'.
13970
13971         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13972         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13973         New variables.
13974         (gnus-group-make-tool-bar): Complete rewrite using
13975         `gmm-tool-bar-from-list'.
13976         (gnus-group-tool-bar-update): New function.
13977
13978         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13979
13980 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13981
13982         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13983         is dissected into a single part of which the type is the same as
13984         the given one; decode charset.
13985
13986 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13987
13988         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13989         into alists as symbol not string, since that's what
13990         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13991         look for.
13992
13993 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13994
13995         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13996         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13997
13998         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13999
14000 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14001
14002         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
14003         (gnus-xmas-mime-security-button-menu): New function.
14004
14005         * gnus-art.el (gnus-mime-security-button-commands): New variable.
14006         (gnus-mime-security-button-menu): New definition.
14007         (gnus-mime-security-button-map): Use them.
14008         (gnus-mime-security-button-menu): New function.
14009         (gnus-insert-mime-security-button): Addition to help echo.
14010         (gnus-mime-security-run-function, gnus-mime-security-save-part)
14011         (gnus-mime-security-pipe-part): New functions.
14012
14013         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14014         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14015
14016         * mm-decode.el (mm-handle-set-disposition): Remove.
14017         (mm-handle-set-description): Remove.
14018
14019 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14020
14021         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14022         (mm-w3m-standalone-supports-m17n-p): New function.
14023         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14024         w3m usage.
14025
14026         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14027         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14028
14029 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14030
14031         * message.el (message-tool-bar-zap-list):
14032         Use gmm-tool-bar-zap-list as custom type.
14033         (message-tool-bar-update): New function.
14034         (message-tool-bar, message-tool-bar-gnome)
14035         (message-tool-bar-retro): Add message-tool-bar-update.
14036         (message-tool-bar-gnome): Add flyspell-buffer.
14037
14038         * gnus-util.el (gnus-error): Describe `args'.
14039
14040         * gmm-utils.el (gmm-error): Describe `args'.
14041         (gmm-tool-bar-zap-list): New widget.
14042         (gmm-tool-bar-from-list): Improve description of `zap-list'.
14043
14044 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14045
14046         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14047         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14048         the number of recursive calls.
14049
14050         * mm-decode.el (mm-handle-set-disposition): New macro.
14051         (mm-handle-set-description): New macro.
14052
14053 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14054
14055         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14056         encoding.
14057
14058 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14059
14060         * message.el (message-tool-bar-zap-list, message-tool-bar)
14061         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14062         (message-tool-bar-local-item-from-menu): Remove.
14063         (message-tool-bar-map): Replace by `message-make-tool-bar'.
14064         (message-make-tool-bar): New function.
14065         (message-mode): Use `message-make-tool-bar'.
14066
14067         * gmm-utils.el: New file.
14068         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14069         (gmm-lazy): New widget copied from `nnmail.el'.
14070         (gmm-tool-bar-from-list): New function for creating customizable
14071         tool bars.
14072         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
14073         output.
14074         (gmm): Add :prefix to defgroup.
14075
14076 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
14077
14078         * gmm-utils.el (gmm-widget-p): New function.
14079
14080 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14081
14082         * mml.el (mml-attach-file): Describe `description' in doc string.
14083         (mml-menu): Add Emacs MIME manual and PGG manual.
14084
14085 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14086
14087         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14088
14089 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14090
14091         * nntp.el (nntp-end-of-line): Doc fix.
14092
14093 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14094
14095         * imap.el (imap-open): Handle case where buffer is a buffer
14096         object.
14097
14098 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14099
14100         * gnus-delay.el (gnus-delay): Don't autoload.
14101         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14102         to be re-loaded when customizing the `gnus-delay' group.
14103
14104 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14105
14106         * message.el (message-insert-citation-line): Use newlines.
14107
14108 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14109
14110         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14111         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14112         these routines, so the passphrase can be managed externally and
14113         passed in to the system.
14114         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14115         pgg-add-passphrase-to-cache function.
14116
14117         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14118         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14119         these routines, so the passphrase can be managed externally and
14120         passed in to the system.
14121         (pgg-pgp5-sign-region): Use new name of
14122         pgg-add-passphrase-to-cache function.
14123
14124 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14125
14126         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14127         part of the decoded armor to find the key-identifier.
14128         (pgg-gpg-lookup-key-owner): New function to return the
14129         human-readable identifier of a key owner.
14130         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14131         itself.
14132         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14133         the key value) if we have a key and can match it against a secret
14134         key.  Also, added a note pointing out fact that the prompt only
14135         indicates the first matching key.
14136
14137         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14138         pgg-decrypt-region.
14139         (pgg-add-passphrase-to-cache): Rename from
14140         `pgg-add-passphrase-cache' to reduce confusion (all callers
14141         changed).
14142         (pgg-remove-passphrase-from-cache): Rename from
14143         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14144         changed).
14145         (pgg-read-passphrase, pgg-add-passphrase-cache)
14146         (pgg-remove-passphrase-cache): Add informative docstrings.
14147         (pgg-decrypt): Convey provided passphrase in subordinate call to
14148         pgg-decrypt-region.
14149
14150 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14151
14152         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14153         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14154         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14155         'passphrase' argument, so the passphrase can be managed externally
14156         and then passed in to the system.
14157
14158         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14159         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14160         so the passphrase cache can be used reliably with identifiers
14161         besides a pgp packet's key id.
14162
14163         * pgg-gpg.el (pgg-gpg-encrypt-region)
14164         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14165         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14166         these routines, so the passphrase can be managed externally and
14167         passed in to the system.
14168
14169         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14170         'notruncate' argument, so the passphrase cache can be used
14171         reliably with identifiers besides a pgp packet's key id.
14172
14173 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14174
14175         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14176         symmetric encryption.
14177         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14178         encrypted session key.
14179         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14180         message ask for the passphrase in a proper way.
14181
14182         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14183         New user commands for symmetric encryption.
14184
14185 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14186
14187         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14188
14189         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14190
14191 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14192
14193         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14194
14195 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14196
14197         * mm-decode.el (mm-inlined-types): Add application/pgp.
14198         (mm-automatic-display): Ditto.
14199
14200         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14201         part as text.
14202
14203 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14204
14205         * nnrss.el: Update copyright.
14206         (nnrss-opml-import): Query whether to subscribe to each entry.
14207
14208         * gnus-art.el:
14209         * gnus-sum.el:
14210         * gnus-xmas.el:
14211         * messagexmas.el:
14212         * mm-uu.el:
14213         * mm-view.el: Update copyright.
14214
14215 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14216
14217         * message.el (message-info): New function.
14218         (message-mode-menu): Add it.
14219         Update copyright.
14220
14221         * ChangeLog: Fix and update copyright.
14222
14223 2006-01-13  Romain Francoise  <romain@orebokech.com>
14224
14225         * message.el (message-forward-subject-name-subject): Prefer the
14226         address to 'nowhere' if the sender has no name.
14227         Fix typo.  Update copyright year.
14228
14229 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14230
14231         * gnus-art.el (article-wash-html):
14232         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14233         (gnus-article-wash-html-with-w3m-standalone): New function.
14234
14235         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14236         mm-inline-text-html-render-with-w3m-standalone.
14237         (mm-text-html-washer-alist): Map w3m-standalone to
14238         gnus-article-wash-html-with-w3m-standalone.
14239         (mm-inline-text-html-render-with-w3m-standalone): New function.
14240
14241 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14242
14243         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14244         Improve LaTeX.
14245
14246 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14247
14248         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14249         (nnrss-request-article): Render text/plain parts as HTML.
14250
14251         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14252         the buffer.
14253
14254 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14255
14256         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14257         custom definition of `gnus-posting-styles'.
14258
14259         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14260         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14261
14262 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14263
14264         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14265         Use nntp for bug archive.
14266
14267 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14268
14269         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14270         parts.
14271         (nnrss-normalize-date): New function converts ISO 8601 date into
14272         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14273         (nnrss-check-group): Use it.
14274
14275 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14276
14277         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14278
14279         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14280         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14281         (nnrss-insert-w3): Ditto.
14282
14283 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14284
14285         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14286         the articles to be forwarded including the case where neither a
14287         number of articles nor a region is specified.
14288
14289 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14290
14291         * nnrss.el (nnrss-request-article): Fix last change; fill
14292         text/plain parts.
14293
14294 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14295
14296         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14297         in text/plain part.
14298         (nnrss-check-group): Don't add excessive newline to dc:subject.
14299
14300 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14301
14302         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14303         article.
14304
14305 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14306
14307         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14308         (nnml-use-compressed-files, nnml-save-mail): Support other
14309         comression programs such as bzip2.
14310
14311 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14312
14313         * dns.el (query-dns): Make sure we check the buffer size before
14314         removing tcp headers.
14315
14316 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14317
14318         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14319         remove MIME buttons associated with multipart/alternative parts.
14320         (gnus-mime-display-alternative): Tag buttons using `article-type'
14321         text property.
14322
14323         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14324         associated with multipart/alternative parts.
14325
14326         * gnus-art.el (gnus-signature-separator): Fix custom type.
14327
14328         * mm-decode.el (mm-inlined-types): Fix custom type.
14329         (mm-keep-viewer-alive-types): Ditto.
14330         (mm-automatic-display): Ditto.
14331         (mm-attachment-override-types): Ditto.
14332         (mm-inline-override-types): Ditto.
14333         (mm-automatic-external-display): Ditto.
14334
14335 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14336
14337         * spam-report.el (spam-report-user-mail-address)
14338         (spam-report-user-agent): New variables.
14339         (spam-report-url-ping-plain): Use spam-report-user-agent.
14340
14341 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14342
14343         * gnus-art.el (gnus-button-handle-custom): Do not just use
14344         `customize-apropos' for any "M-x customize-*" button but the
14345         function called for.  Accept both the function name and its
14346         argument in order to achieve this.
14347         (gnus-button-alist): Remove support for "custom:" URL's.
14348         Pass function name to `gnus-button-handle-custom' in case of "M-x
14349         customize-*" buttons.
14350
14351 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14352
14353         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14354         multipart/alternative and add xref to mm-discouraged-alternatives
14355         in doc string.
14356
14357         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14358         gnus-buttonized-mime-types in doc string.
14359
14360 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14361
14362         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14363         Suggest image/.* in the doc string.
14364
14365 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14366
14367         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14368         message-marks (Debian bug #342521).
14369
14370 2005-12-12  Simon Josefsson  <jas@extundo.com>
14371
14372         * password.el (password-read-from-cache): Add.
14373         (password-read): Use it.
14374
14375 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14376
14377         * rfc2047.el (rfc2047-charset-to-coding-system):
14378         Recognize us-ascii as a MIME charset.
14379
14380         * mm-bodies.el (mm-decode-content-transfer-encoding):
14381         Protect against the case where the 2nd arg TYPE is nil.
14382
14383 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14384
14385         * pop3.el (pop3-stream-type): Fix custom version.
14386
14387         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14388
14389 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14390
14391         * mm-decode.el (mm-display-external): Add missing cdr.
14392
14393 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14394
14395         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14396         RFC1524) if it is in mailcap or add a suffix according to
14397         mailcap-mime-extensions when generating a temp filename; postpone
14398         deleting a temp file for 2 seconds for some wrappers, shell
14399         scripts, and so on, which might exit right after having started a
14400         viewer command as a background job.
14401
14402 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14403
14404         * nntp.el (nntp-marks-directory): Fix custom group.
14405
14406         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14407         steps when < 10.
14408
14409         * gnus-start.el (gnus-no-server-1):
14410         Mention `gnus-level-default-subscribed' in doc string.
14411
14412 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14413
14414         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14415         parens.
14416
14417 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14418
14419         * gnus-xmas.el (gnus-use-toolbar): Revert.
14420         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14421         gnus-use-toolbar is default.
14422
14423         * messagexmas.el (message-use-toolbar): Revert.
14424         (message-setup-toolbar): Use global default-toolbar if
14425         message-use-toolbar is default.
14426
14427 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14428
14429         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14430         according to default-toolbar-visible-p.
14431
14432         * messagexmas.el (message-use-toolbar): Ditto.
14433
14434 2005-11-26  Dave Love  <fx@gnu.org>
14435
14436         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14437         (tls-program, tls-success): Provide openssl alternative.
14438
14439         * starttls.el: Doc fixes.
14440         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14441         SERVICE to PORT.
14442
14443         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14444         port null or service name.
14445         (starttls-negotiate): Autoload.
14446
14447 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14448
14449         * message.el (message-kill-to-signature): Fix interactive spec.
14450
14451 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14452
14453         * pop3.el (pop3-open-server): Recognize a string as a service name.
14454
14455 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14456
14457         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14458
14459 2005-11-23  Dave Love  <fx@gnu.org>
14460
14461         Add pop3s, pop3/starttls.
14462
14463         * pop3.el (pop3-authentication-scheme): Clarify doc.
14464         (open-tls-stream, starttls-open-stream): Autoload.
14465         (pop3-stream-type): New.
14466         (pop3-open-server): Use it.
14467
14468         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14469         for POP.
14470         (mail-source-keyword-map): Add :stream for POP.
14471         (mail-source-fetch-pop): Use pop3-stream-type.
14472
14473 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14474
14475         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14476         of current-time-string.
14477
14478 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14479
14480         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14481         date header.
14482
14483 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14484
14485         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14486         it can seriously impact performance as it bypasses the agent's
14487         local caches.
14488
14489 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14490
14491         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14492         must be explicitly online rather than "not explicitly offline" for
14493         its flags to be synchronized.
14494
14495         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14496         that gnus-uu-unmark-thread will function correctly.
14497
14498         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14499         1024K is instead displayed as 1M.
14500
14501 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14502
14503         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14504
14505 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14506
14507         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14508
14509 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14510
14511         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14512         error message to display actual error condition.
14513         (gnus-agent-save-local): Avoid saving symbols that are bound to
14514         nil as they simply result in a warning message in
14515         gnus-agent-read-local.
14516
14517 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14518
14519         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14520         rather than make-variable-buffer-local for file-precious-flag.
14521
14522 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14523
14524         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14525         for duplicates which are removed.  The invalid sort check then
14526         triggers a rescan after the sort as sorting may have moved
14527         duplicate entries such that they can be cheaply detected.
14528
14529 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14530
14531         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14532
14533 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14534
14535         * gnus-agent.el (gnus-agent-article-alist-save-format):
14536         Change internal variable to a custom variable.  Change default value
14537         from compressed(2) to uncompressed(1).
14538         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14539         support for uncompressed agentview files.  Taken together, reading
14540         the agentview file should now be 6-7 times faster.
14541
14542 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14543
14544         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14545         as a buffer-local variable.  This avoids creating truncated
14546         dribble files as a result of a hang up, eg.
14547
14548 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14549
14550         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14551         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14552         XEmacs.
14553
14554 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14555
14556         * gnus-start.el (gnus-start-draft-setup):
14557         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14558
14559         * gnus.el (gnus-splash): Change custom group.
14560         (gnus-group-get-parameter, gnus-group-parameter-value):
14561         Describe allow-list argument.
14562
14563         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14564         string.
14565
14566 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14567
14568         * gnus-art.el (gnus-default-article-saver): Add user-defined
14569         `function' to custom type.
14570
14571 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14572
14573         * imap.el (imap-open): Handle case where buffer is a buffer
14574         object.
14575
14576 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14577
14578         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14579         long lines.
14580         (gnus-cache-delete-group): Wrap doc strings.
14581
14582         * gnus-agent.el (gnus-agent-rename-group)
14583         (gnus-agent-delete-group): Wrap doc strings.
14584
14585 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14586
14587         * messagexmas.el (message-use-toolbar): Change the valid values
14588         into default, top, bottom, left, and right.
14589         (message-toolbar-thickness): New variable.
14590         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14591         well.
14592         (message-setup-toolbar): Make it work.
14593
14594         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14595         (gnus-use-toolbar): Change the valid values into default, top,
14596         bottom, left, and right.
14597         (gnus-toolbar-thickness): New variable.
14598         (gnus-xmas-setup-toolbar): New function.
14599         (gnus-xmas-setup-group-toolbar): Use it.
14600         (gnus-xmas-setup-summary-toolbar): Use it.
14601
14602 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14603
14604         * gnus-start.el (gnus-1): Add "native" to
14605         gnus-predefined-server-alist.
14606
14607         * gnus.el (gnus-method-to-server): Don't add "native" to the
14608         lists here, because that leads to problems when
14609         gnus-select-method is bound.
14610
14611 2005-11-09  Simon Josefsson  <jas@extundo.com>
14612
14613         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14614         use (not sort-by-date) instead.
14615
14616 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14617
14618         * gnus-delay.el (gnus-delay-group): Don't autoload.
14619         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14620         to be re-loaded when customizing the `gnus-delay' group.
14621
14622 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14623
14624         * message.el: Revert last changes.
14625         (message-insert-citation-line): Use newlines.
14626
14627 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14628
14629         * message.el (message-courtesy-message)
14630         (message-mark-insert-begin, message-mark-insert-end)
14631         (message-elide-ellipsis, message-cancel-message)
14632         (message-add-header, message-change-subject)
14633         (message-cross-post-followup-to-header)
14634         (message-cross-post-insert-note, message-reduce-to-to-cc)
14635         (message-widen-reply, message-delete-not-region)
14636         (message-kill-to-signature, message-insert-signature)
14637         (message-insert-importance-high, message-insert-importance-low)
14638         (message-insert-or-toggle-importance)
14639         (message-insert-disposition-notification-to)
14640         (message-indent-citation, message-yank-original)
14641         (message-cite-original-without-signature, message-cite-original)
14642         (message-insert-citation-line, message-position-on-field)
14643         (message-fix-before-sending, message-send-mail-partially)
14644         (message-send-mail, message-send-mail-with-sendmail)
14645         (message-send-mail-with-qmail, message-send-news)
14646         (message-check-news-header-syntax, message-generate-headers)
14647         (message-insert-courtesy-copy, message-fill-address)
14648         (message-fill-header, message-shorten-references)
14649         (message-setup-1, message-cancel-news)
14650         (message-forward-make-body-plain, message-forward-make-body-mime)
14651         (message-forward-make-body-mml, message-encode-message-body)
14652         (message-forward-make-body-digest-plain)
14653         (message-forward-make-body-digest-mime)
14654         (message-use-alternative-email-as-from): Insert `hard-newline'
14655         instead of ordinary newlines.
14656
14657 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14658
14659         * message.el (message-generate-headers): Downcase the argument
14660         given to message-check-element.
14661
14662 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14663
14664         * nntp.el (nntp-authinfo-rejected): New error condition.
14665         (nntp-wait-for): Use new error condition to signal authentication
14666         error.
14667         (nntp-retrieve-data): Rethrow new error condition to break out of
14668         recursive call to nntp-send-authinfo.
14669
14670 2005-11-08  Romain Francoise  <romain@orebokech.com>
14671
14672         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14673         (gnus-summary-exit-map): Bind to `Z p'.
14674         (gnus-summary-make-menu-bar): Add menu item.
14675
14676 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14677
14678         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14679         (gnus-treat-*): Add `first' in all doc strings.
14680
14681         * gnus-group.el (gnus-group-compact-group): Fix typo.
14682
14683 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14684
14685         * gnus.el (gnus-parameters-case-fold-search): New variable.
14686         (gnus-parameters-get-parameter): Use it.
14687
14688         * gnus-score.el (gnus-home-score-file): Doc fix.
14689
14690 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14691
14692         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14693
14694 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14695
14696         * mm-util.el (mm-special-display-p): New function.
14697
14698         * mml.el (mml-preview): Use it; doc fix.
14699
14700 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14701
14702         * imap.el (imap-open): Handle case where buffer is a buffer object.
14703
14704 2005-10-29  Romain Francoise  <romain@orebokech.com>
14705
14706         * message.el (message-fix-before-sending): Fix comment.
14707
14708 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14709
14710         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14711
14712 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14713
14714         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14715         Used in gnus-score.el.
14716
14717 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14718
14719         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14720
14721 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14722
14723         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14724         whitespace removed in revision 7.8.  Use concatenated string to
14725         protect trailing whitespace.
14726
14727 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14728
14729         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14730         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14731         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14732         Courier IMAP ("some version from 2004").  Mostly based on similar
14733         code in the same function.
14734
14735 2005-10-26  Didier Verna  <didier@xemacs.org>
14736
14737         * gnus-group.el (gnus-group-compact-group): Invalidate original
14738         article buffer.
14739         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14740         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14741         NOV database and in article itself.
14742         Invalidate article backlog.
14743
14744 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14745
14746         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14747
14748 2005-10-26  Simon Josefsson  <jas@extundo.com>
14749
14750         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14751         part of 2004-07-25 change.
14752
14753 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14754
14755         * message.el (message-display-completion-list): New function.
14756         (message-expand-group): Use it; make sure the Completions buffer
14757         is modifiable.
14758 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14759
14760         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14761         user-mail-name is an empty string.
14762
14763 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14764
14765         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14766         depending on gnus-score-decay-constant.
14767
14768         * encrypt.el (encrypt-insert-file-contents)
14769         (encrypt-write-file-contents): Don't use `gnus-message'.
14770
14771         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14772         arguments.
14773         (mm-uu-type-alist): Add message-marks and insert-marks.
14774         Pass arguments to mm-uu-verbatim-marks-extract.
14775         (mm-uu-hide-markers): New variable.
14776         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14777
14778         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14779         (gnus-convert-image-to-face-command): Use "convert" by default to
14780         allow other input image formats.
14781         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14782         accordingly.
14783
14784 2005-10-23  Simon Josefsson  <jas@extundo.com>
14785
14786         * imap.el (imap-gssapi-program): Align command line parameters
14787         with latest GNU SASL.
14788         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14789
14790 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14791
14792         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14793         HTML.
14794         (nnslashdot-request-article): Ditto.
14795
14796         * lpath.el (featurep): Add nobreak-char-display.
14797
14798 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14799
14800         * mail-source.el (mail-source-fetch-pop): Require pop3.
14801         (mail-source-check-pop): Ditto.
14802
14803 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14804
14805         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14806         errors.
14807
14808 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14809
14810         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14811         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14812
14813         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14814
14815         * mm-bodies.el (mm-decode-string):
14816         Call `mm-charset-to-coding-system' with allow-override argument.
14817
14818 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14819
14820         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14821         (rfc2047-charset-to-coding-system): New function.
14822         (rfc2047-decode-encoded-words): New function.
14823         (rfc2047-decode-region): Use them.
14824         (rfc2047-decode-cte): Remove.
14825         (rfc2047-parse-and-decode): Remove.
14826         (rfc2047-decode): Remove.
14827
14828 2005-10-15  Kenichi Handa  <handa@m17n.org>
14829
14830         * rfc2047.el (rfc2047-decode-cte): New function.
14831         (rfc2047-decode-region): Change the way to decode successive
14832         encoded-words: decode B- or Q-encoding in each encoded-word,
14833         concatenate them, and decode it as charset.
14834
14835 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14836
14837         * lpath.el: Fbind codepage-setup for XEmacs.
14838
14839 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14840
14841         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14842         widget-move-and-invoke.
14843         (gnus-custom-mode): Use gnus-custom-map.
14844
14845 2005-10-15  Bill Wohler  <wohler@newt.com>
14846
14847         * message.el (message-tool-bar-map): Rename image file from
14848         mail_send to mail/send.
14849
14850 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14851
14852         * message.el (message-expand-group): Pass the common
14853         prefix substring of completion to `display-completion-list'.
14854
14855 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14856
14857         * mml-sec.el (mml-secure-method): New internal variable.
14858         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14859         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14860         New functions using mml-secure-method.
14861
14862         * mml.el (mml-mode-map): Add key bindings for those functions.
14863         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14864         Harder <harder@myrealbox.com>.
14865         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14866         Goto end of message if point is the headers of the message.
14867
14868         * message.el (message-in-body-p): New function.
14869
14870         * assistant.el: Autoload gnus-util and netrc.
14871
14872         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14873         Use `mm-charset-override-alist' only when decoding.
14874
14875         * mm-bodies.el (mm-decode-body):
14876         Call `mm-charset-to-coding-system' with allow-override argument.
14877
14878         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14879         `filename' from Content-Disposition if Content-Type doesn't
14880         provide `name'.
14881         (gnus-mime-view-part-as-type): Set default instead of
14882         initial-input.
14883
14884 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14885
14886         * format-spec.el (format-spec): Propagate text properties of % spec.
14887
14888 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14889
14890         * gnus-art.el (gnus-treat-predicate): Add `first'.
14891
14892 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14893
14894         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14895         (mm-charset-override-alist): New variable.
14896         (mm-charset-to-coding-system): Use it.
14897         (mm-codepage-setup): New helper function.
14898         (mm-charset-eval-alist): New variable.
14899         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14900         Warn about unknown charsets.
14901
14902         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14903
14904 2005-10-04  David Hansen  <david.hansen@gmx.net>
14905
14906         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14907         (nnrss-check-group): Ditto.
14908
14909 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14910
14911         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14912         Rename x-gnus-verbatim to x-verbatim.
14913         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14914
14915         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14916         x-verbatim.
14917
14918         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14919
14920         * gnus-util.el (gnus-remove-duplicates): Remove.
14921
14922         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14923         instead of gnus-remove-duplicates.
14924
14925         * message.el (message-remove-duplicates): Remove.
14926         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14927         message-remove-duplicates.
14928
14929         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14930         available, else use implementation from `delete-dups'.
14931
14932         * message.el (message-insert-expires): New function.
14933         (message-mode-map): Add key binding.
14934         (message-mode-field-menu): Add menu entry.
14935         (message-mode): Document it.
14936         (message-make-expires-date): Use `message-make-date'.
14937
14938 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14939
14940         * message.el (message-make-expires-date): New function.
14941
14942 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14943
14944         * Makefile.in (list-installed-shadows): New entry.
14945         (install): Use it.
14946         (remove-installed-shadows): New entry.
14947
14948         * dgnushack.el (dgnushack-default-load-path): New variable.
14949         (dgnushack-find-lisp-shadows): New function.
14950         (dgnushack-remove-lisp-shadows): New function.
14951
14952 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14953
14954         * Makefile.in (install-el-elc): New entry.
14955         (install): Use it so that .el files are necessarily installed.
14956
14957 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14958
14959         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14960
14961 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14962
14963         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14964         function rather than the diff-mode.el package.
14965         (mm-display-external): Use with-current-buffer.
14966         (mm-viewer-completion-map, mm-viewer-completion-map):
14967         Move initialization inside declaration.
14968
14969 2005-09-29  Simon Josefsson  <jas@extundo.com>
14970
14971         * spam.el: Load hashcash when compiling, to avoid warnings.
14972         Don't autoload mail-check-payment.
14973         (spam-check-hashcash): Define unconditionally, since hashcash.el
14974         is part of Gnus now.  Ignore errors from payment checking.
14975
14976 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14977
14978         * message.el (message-bold-region, message-unbold-region):
14979         Rename from `bold-region' and `unbold-region'.
14980
14981         * message.el: Remove useless autoloads.
14982
14983 2005-09-28  Simon Josefsson  <jas@extundo.com>
14984
14985         * message.el (message-use-idna): Default to t.
14986         (message-use-idna): Test whether encoding works too.  Doc fix.
14987
14988 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14989
14990         * nntp.el (nntp-warn-about-losing-connection): Remove.
14991
14992 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14993
14994         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14995         customizable.  Change default value.
14996         (mm-uu-diff-groups-regexp): Change default value.
14997         (mm-uu-type-alist): Add doc string.
14998         (mm-uu-configure): Add doc string.  Make it interactive.
14999         (mm-uu-tex-groups-regexp): New variable.
15000         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15001         (mm-uu-type-alist): Add LaTeX documents.
15002         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15003         of "text/verbatim".
15004         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15005
15006         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15007         instead of "text/verbatim".
15008
15009         * message.el (message-mark-inserted-region)
15010         (message-mark-insert-file): Use slrn style marks when called with
15011         prefix argument.
15012
15013 2005-09-27  Simon Josefsson  <jas@extundo.com>
15014
15015         * message.el (message-idna-to-ascii-rhs-1): Reformat.
15016
15017 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
15018
15019         * message.el (message-remove-duplicates): New function.
15020         Implementation borrowed from `gnus-remove-duplicates'.
15021         (message-idna-to-ascii-rhs): Also encode idna addresses in
15022         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15023         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15024         only ask about the same idna domain once per header and also tell
15025         in what header to replace the idna domain.
15026
15027         * gnus-art.el (article-decode-idna-rhs): Also decode idna
15028         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15029         (article-decode-idna-rhs): Fix regexp so that all idna-address in
15030         a header is decoded and not just the last one.
15031
15032 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15033
15034         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15035         has been decoded.
15036
15037         * mm-decode.el (mm-automatic-display): Add text/verbatim.
15038         (mm-insert-part): Don't modify text if it has been decoded.
15039
15040         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15041         decoded.
15042
15043         * mm-view.el (mm-inline-text): Don't strip text props unless
15044         decoding enriched or richtext parts.
15045
15046 2005-09-25  Romain Francoise  <romain@orebokech.com>
15047
15048         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15049         * gnus-start.el (gnus-subscribe-interactively):
15050         * gnus-uu.el (gnus-uu-grab-articles):
15051         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15052         space.
15053
15054 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15055
15056         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15057         * mm-view.el (mm-view-pkcs7-decrypt):
15058         * gnus-sum.el (gnus-summary-limit-to-extra)
15059         (gnus-summary-respool-article, gnus-read-move-group-name):
15060         * gnus-score.el (gnus-summary-increase-score):
15061         * gnus-util.el (gnus-completing-read-with-default):
15062         * gnus-art.el (gnus-read-save-file-name)
15063         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15064         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15065         * message.el (message-check-news-header-syntax):
15066         Follow convention for reading with the minibuffer.
15067
15068 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
15069
15070         * spam-report.el (spam-report-url-ping-plain):
15071         Use gnus-extended-version as User-Agent.
15072
15073         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15074         default value is nil.
15075
15076         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15077         (mm-uu-verbatim-marks-extract): New function.
15078         (mm-uu-extract): New face.
15079         (mm-uu-copy-to-buffer): Use it.
15080
15081         * spam-report.el (spam-report-gmane-ham): Rename from
15082         `spam-report-gmane-unspam'.
15083         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15084         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15085
15086         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15087         Autoload.
15088         (spam-report-gmane-unregister-routine):
15089         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15090
15091 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15092
15093         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15094         (spam-report-gmane-unregister-routine): Add support for gmane
15095         unregistration.
15096
15097         * spam-report.el (spam-report-gmane-unspam)
15098         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15099         (spam-report-gmane): Change to take a single article and do unspam
15100         registration.
15101
15102 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15103
15104         * mm-url.el (mm-url-decode-entities): Fix regexp.
15105
15106 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15107
15108         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15109         default to nil, to be able to use Gnus at all.  If the default
15110         switches to something else, then the function should be fixed not
15111         be exceedingly slow.
15112
15113 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15114
15115         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15116         fail hard.
15117
15118         * spam-report.el: Add better Keywords line.
15119
15120         * spam.el: Add Maintainer and better Keywords line.
15121
15122 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15123
15124         * gnus-art.el (gnus-article-replace-part)
15125         (gnus-mime-replace-part): New functions.
15126         (gnus-mime-action-alist, gnus-mime-button-commands)
15127         (gnus-mime-save-part-and-strip): Add file argument.
15128         (gnus-article-part-wrapper): Add interactive argument.
15129
15130         * gnus-sum.el (gnus-summary-mime-map):
15131         Add `gnus-article-replace-part'.
15132
15133 2005-09-19  Didier Verna  <didier@xemacs.org>
15134
15135         The nnml compaction feature:
15136         * nnml.el (nnml-request-compact-group): New function.
15137         * nnml.el (nnml-request-compact): New function.
15138         * gnus-int.el (gnus-request-compact-group): New function.
15139         * gnus-int.el (gnus-request-compact): New function.
15140         * gnus-group.el (gnus-group-compact-group): New function.
15141         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15142         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15143         * gnus-srvr.el (gnus-server-compact-server): New function.
15144         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15145         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15146
15147 2005-09-18  Deepak Goel  <deego@gnufans.org>
15148
15149         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15150         format spec.
15151
15152 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15153
15154         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15155
15156 2005-09-15  Romain Francoise  <romain@orebokech.com>
15157
15158         * message.el (message-fill-paragraph): Clarify docstring.
15159
15160 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15161
15162         * gnus-art.el (gnus-mime-display-part): Protect against broken
15163         MIME messages.
15164
15165 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15166
15167         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15168         before parsing header.
15169
15170 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15171
15172         * html2text.el (html2text-replace-list): Add new entities.
15173
15174 2005-09-11  Romain Francoise  <romain@orebokech.com>
15175
15176         * message.el (message-alternative-emails): Improve docstring.
15177         (message-setup-1): Call `message-use-alternative-email-as-from'
15178         after `message-setup-hook' to give it precedence over posting
15179         styles, etc.
15180         (message-use-alternative-email-as-from): Add docstring.
15181         Remove the original From header if present.
15182
15183         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15184         (nnml-save-mail): Use it.
15185
15186         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15187         articles.  Add new argument `silent'.
15188         (gnus-uu-mark-all): Report the total number of marked articles.
15189
15190 2005-09-10  Romain Francoise  <romain@orebokech.com>
15191
15192         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15193         (gnus-uu-mark-series): Likewise.
15194
15195 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15196
15197         * spam-report.el (spam-report-gmane): Fix generation of spam
15198         report URL.
15199
15200 2005-09-10  Simon Josefsson  <jas@extundo.com>
15201
15202         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15203         t, based on discussion on the ding list with Robert Epprecht
15204         <epprecht@solnet.ch>.
15205
15206 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15207
15208         * spam-report.el (spam-report-gmane): Make it work without
15209         X-Report-Spam header.  Gmane now only provides Archived-At.
15210         This is only used if `spam-report-gmane-use-article-number' is nil.
15211         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15212
15213         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15214         make `gnus-summary-sort-by-recipient' work with threading.
15215
15216         * nnweb.el (nnweb-google-wash-article): Print a message if article
15217         is not available.
15218
15219 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15220
15221         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15222         change.  Decode text/* parts content before displaying.
15223
15224 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15225
15226         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15227
15228 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15229
15230         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15231
15232         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15233         url-package-name, url-package-version,
15234         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15235         w3m-display-inline-images, and w3m-minor-mode-map.
15236
15237 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15238
15239         * message.el (message-tab-body-function): Fix mismatched custom type.
15240
15241         * gnus.el (gnus-group-change-level-function): Ditto.
15242
15243         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15244
15245         * gnus-art.el (gnus-signature-limit)
15246         (gnus-article-mime-part-function): Ditto.
15247
15248 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15249
15250         * mml.el (mml-mode): Silence the byte compiler.
15251
15252         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15253         using `(sit-for 0)' before moving the point to the specified part;
15254         skip unbuttonized parts.
15255         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15256         return to the summary window if gnus-auto-select-part is non-nil.
15257
15258 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15259
15260         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15261         New variables.
15262         (mml-dnd-attach-file, mml-mode): Use them.
15263
15264         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15265         Make fetching article by MID work again for Google Groups.
15266         Add FIXME concerning gnus-group-make-web-group.
15267
15268         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15269         Don't depend on Gnus by using mail-extract-address-components if
15270         gnus-extract-address-components is not bound.
15271
15272 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15273
15274         * gnus-art.el (gnus-mime-display-security): Don't display the
15275         signature, but only the signed part.
15276
15277 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15278
15279         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15280
15281         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15282         list, not listp.
15283
15284 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15285
15286         * mm-encode.el (mm-encode-content-transfer-encoding):
15287         Likewise when encoding.
15288
15289         * mm-bodies.el (mm-decode-content-transfer-encoding):
15290         De-canonicalize CRLF for all text content types, not just
15291         text/plain.
15292
15293 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15294
15295         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15296         valid article; point arrow and cursor at the MIME button.
15297
15298 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15299
15300         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15301         Suggested by Dan Christensen <jdc@uwo.ca>.
15302
15303         * mm-decode.el (mm-save-part): Enable change of prompt.
15304
15305 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15306
15307         * gnus-msg.el (gnus-inews-add-send-actions):
15308         Make `message-post-method' lambda parameter ARG `&optional'.
15309
15310 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15311
15312         * gnus-sum.el (gnus-summary-mime-map):
15313         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15314         gnus-article-jump-to-part.
15315
15316         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15317         (gnus-article-edit-part): Use it.
15318         (gnus-article-part-wrapper): Add no-handle argument.
15319         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15320         New functions.
15321
15322 2005-08-29  Romain Francoise  <romain@orebokech.com>
15323
15324         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15325         docstring.
15326         (gnus-face-from-file): Likewise.
15327
15328 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15329
15330         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15331         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15332         non-nil.
15333         (gnus-auto-select-part): New variable.
15334         (gnus-article-jump-to-part): New function.
15335         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15336         (gnus-mime-delete-part): Allow selecting specified part after
15337         deleting or stripping parts.
15338         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15339         part if argument is bogus.
15340
15341 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15342
15343         * gnus-art.el (w3m-minor-mode-map):
15344         * gnus-spec.el (gnus-newsrc-file-version):
15345         * gnus-util.el (nnmail-active-file-coding-system)
15346         (gnus-original-article-buffer, gnus-user-agent):
15347         * gnus.el (gnus-ham-process-destinations)
15348         (gnus-parameter-ham-marks-alist)
15349         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15350         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15351         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15352         * mm-decode.el (gnus-current-window-configuration):
15353         * mm-extern.el (gnus-article-mime-handles):
15354         * mm-url.el (url-current-object, url-package-name)
15355         (url-package-version):
15356         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15357         (smime-keys, w3m-cid-retrieve-function-alist)
15358         (w3m-current-buffer, w3m-display-inline-images)
15359         (w3m-minor-mode-map):
15360         * mml-smime.el (gnus-extract-address-components):
15361         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15362         (gnus-newsrc-hashtb, message-default-charset)
15363         (message-deletable-headers, message-options)
15364         (message-posting-charset, message-required-mail-headers)
15365         (message-required-news-headers):
15366         * mml1991.el (mc-pgp-always-sign):
15367         * mml2015.el (mc-pgp-always-sign):
15368         * nnheader.el (nnmail-extra-headers):
15369         * rfc1843.el (gnus-decode-encoded-word-function)
15370         (gnus-decode-header-function, gnus-newsgroup-name):
15371         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15372
15373 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15374
15375         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15376         the end of the date treatments.
15377
15378 2005-08-15  Simon Josefsson  <jas@extundo.com>
15379
15380         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15381         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15382         Capello and Romain Francoise.
15383         (pgg-fetch-key-function): Remove, not used?
15384         (pgg-insert-url-with-w3): Require url, to get
15385         url-insert-file-contents regardless of where it is defined.
15386
15387 2005-08-13  Romain Francoise  <romain@orebokech.com>
15388
15389         * message.el (message-cite-original-1): New function.
15390         (message-cite-original): Use it.
15391         (message-cite-original-without-signature): Ditto.
15392
15393 2005-08-08  Romain Francoise  <romain@orebokech.com>
15394
15395         * message.el (message-yank-empty-prefix): New variable.
15396         (message-indent-citation): Use it.
15397         (message-cite-original-without-signature): Respect X-No-Archive.
15398
15399 2005-08-08  Simon Josefsson  <jas@extundo.com>
15400
15401         * pgg.el: Autoload url-insert-file-contents instead of loading
15402         w3/url.
15403         (pgg-insert-url-with-w3): Don't load url here.
15404
15405 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15406
15407         * message.el (message-kill-to-signature): Don't insert newline at
15408         bol.
15409         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15410
15411 2005-08-06  Romain Francoise  <romain@orebokech.com>
15412
15413         * message.el (message-user-fqdn): Fix typo in docstring.
15414
15415 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15416
15417         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15418
15419         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15420
15421 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15422
15423         * mm-bodies.el (mm-encode-body): Use coding system rather than
15424         charset to encode text.
15425
15426         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15427         number of charsets if utf-8 is available (XEmacs).
15428
15429 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15430
15431         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15432         taken from `gnus-button-mid-or-mail-regexp'.
15433         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15434         (gnus-button-alist): Improve regexp for domain part of the MIDs
15435         for news:localpart@domain buttons.
15436         (gnus-button-ctan-directory-regexp): Update.
15437
15438 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15439
15440         * sieve-manage.el (sieve-manage-interactive-login):
15441         Use make-local-variable rather than make-variable-buffer-local.
15442         (sieve-manage-open): Ditto.
15443         (sieve-manage-authenticate): Ditto.
15444
15445         * mml.el (mml-generate-mime-1): Make the content type default to
15446         text/plain if the filename is not specified.
15447
15448 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15449
15450         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15451         instead of insert-buffer.
15452
15453         * message.el (message-yank-original): Ditto; set the mark at the
15454         end of the yanked message.
15455
15456 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15457
15458         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15459         lines to scroll rather than to stop it.
15460
15461         * mml.el (mml-generate-default-type): Add doc string.
15462         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15463         default to application/octet-stream when determining the content
15464         type if it is not specified for the part or the mml contents; add
15465         a comment about mml-generate-default-type.
15466
15467 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15468
15469         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15470         make it default to application/octet-stream when determining the
15471         content type if it is not specified for the external contents.
15472
15473 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15474
15475         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15476         segmented parameter but also other parameters might be there.
15477
15478 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15479
15480         * mm-decode.el (mm-display-external): Delete temp file, directory
15481         and buffer immediately if the external process is exited.
15482
15483 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15484
15485         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15486         fewer lines than that of scroll-margin.
15487         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15488
15489 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15490
15491         * gnus-art.el (gnus-article-next-page): Revert.
15492         (gnus-article-beginning-of-window): New macro.
15493         (gnus-article-next-page-1): Use it.
15494         (gnus-article-prev-page): Ditto.
15495         (gnus-article-edit-part): Use insert-buffer-substring instead of
15496         insert-buffer.
15497         (gnus-article-edit-exit): Ditto.
15498
15499         * gnus-util.el (gnus-beginning-of-window): Remove.
15500         (gnus-end-of-window): Remove.
15501
15502         * lpath.el: Don't bind header-line-format and scroll-margin.
15503
15504 2005-07-25  Simon Josefsson  <jas@extundo.com>
15505
15506         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15507         to have the url package without w3.  Reported by Daiki Ueno
15508         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15509
15510 2005-07-20  Didier Verna  <didier@xemacs.org>
15511
15512         * gnus-diary.el: Remove the description comment (nndiary is now
15513         properly documented in the Gnus manual).
15514         Fix the spelling of "Back End".
15515         * nndiary.el: Ditto.
15516         Fix the copyright notice.
15517
15518 2005-07-18  Romain Francoise  <romain@orebokech.com>
15519
15520         * gnus-sum.el (gnus-summary-to-prefix)
15521         (gnus-summary-newsgroup-prefix): New variables.
15522         (gnus-summary-from-or-to-or-newsgroups): Use them.
15523
15524 2005-07-17  Romain Francoise  <romain@orebokech.com>
15525
15526         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15527         space as it's generally not especially interesting to the user.
15528
15529 2005-07-16  Romain Francoise  <romain@orebokech.com>
15530
15531         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15532         nil to avoid prompting and file modification if one of the
15533         messages at the top of the nnfolder file contains a copyright
15534         notice.
15535         Update copyright notice.
15536
15537         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15538         instead of `current-time-string' as the latter creates a time
15539         string that is not RFC 2822 compliant (it lacks the zone).
15540         Update copyright notice.
15541
15542 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15543
15544         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15545         for text/rtf.  Display default in prompt.  Pass default for M-n.
15546
15547         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15548
15549 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15550
15551         * gnus-msg.el (gnus-button-mailto):
15552         Remove save-selected-window-window hackery because it relies on
15553         save-selected-window internals.
15554
15555 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15556
15557         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15558         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15559         (gnus-article-prev-page): Ditto.
15560
15561         * gnus-util.el (gnus-beginning-of-window): New function.
15562         (gnus-end-of-window): New function.
15563
15564         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15565
15566 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15567
15568         * gnus-score.el (gnus-score-edit-all-score):
15569         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15570         gnus-message.
15571
15572 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15573
15574         * gnus-msg.el (gnus-button-mailto):
15575         Remove save-selected-window-window hackery because it relies on
15576         save-selected-window internals.
15577
15578 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15579
15580         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15581         add-minor-mode.
15582         (gnus-binary-mode): Ditto.
15583
15584         * gnus-topic.el (gnus-topic-mode): Ditto.
15585
15586 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15587
15588         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15589         (gnus-article-prev-page): Take scroll-margin into consideration.
15590
15591 2005-07-04  Lute Kamstra  <lute@gnu.org>
15592
15593         Update FSF's address in GPL notices.
15594
15595 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15596
15597         * gnus.el (gnus-exit):
15598         * gnus-group.el (gnus-group-icons):
15599         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15600
15601         * gnus-nocem.el (gnus-nocem):
15602         * message.el (message-various, message-buffers, message-sending)
15603         (message-interface, message-forwarding, message-insertion)
15604         (message-headers, message-news, message-mail):
15605         * pgg-gpg.el (pgg-gpg):
15606         * pgg-parse.el (pgg-parse):
15607         * pgg-pgp.el (pgg-pgp):
15608         * pgg-pgp5.el (pgg-pgp5):
15609         * pop3.el (pop3): Finish `defgroup' description with period.
15610
15611 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15612
15613         * gnus-art.el (article-display-face): Improve the efficiency.
15614         (article-display-x-face): Ditto; remove grey x-face stuff.
15615
15616 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15617
15618         * gnus-art.el (article-display-face): Correct the position in
15619         which Faces are inserted.
15620
15621 2005-06-29  Didier Verna  <didier@xemacs.org>
15622
15623         * gnus-art.el (article-display-face): Display faces in correct
15624         order.
15625
15626 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15627
15628         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15629         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15630         (gnus-nocem-check-article): Fetch the Type header.
15631         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15632         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15633         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15634         make sure gnus-nocem-hashtb is initialized.
15635         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15636         (gnus-nocem-unwanted-article-p): Ditto.
15637
15638         * pgg.el (pgg-verify): Return the verification result.
15639
15640 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15641
15642         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15643         is ascii.
15644
15645 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15646
15647         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15648         `show-nonbreak-escape'.
15649
15650 2005-06-23  Lute Kamstra  <lute@gnu.org>
15651
15652         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15653
15654         * dig.el (dig-mode):
15655         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15656
15657 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15658
15659         * nnimap.el (nnimap-split-download-body): Fix spellings.
15660
15661 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15662
15663         * gnus-art.el (gnus-article-encrypt-body):
15664         * gnus-cus.el (gnus-score-customize):
15665         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15666         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15667
15668 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15669
15670         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15671         header by looking for magic "MII" at the beginnig.
15672
15673 2005-06-16  Miles Bader  <miles@gnu.org>
15674
15675         * gnus-xmas.el (gnus-xmas-group-startup-message):
15676         Use renamed gnus-splash face.
15677
15678         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15679         (assistant-field-face): New backward-compatibility alias for renamed
15680         face.
15681         (assistant-render-text): Use renamed assistant-field face.
15682
15683         * spam.el (spam): Remove "-face" suffix from face name.
15684         (spam-face): New backward-compatibility alias for renamed face.
15685         (spam-face, spam-initialize): Use renamed spam face.
15686
15687         * message.el (message-header-to, message-header-cc)
15688         (message-header-subject, message-header-newsgroups)
15689         (message-header-other, message-header-name)
15690         (message-header-xheader, message-separator, message-cited-text)
15691         (message-mml): Remove "-face" suffix from face names.
15692         (message-header-to-face, message-header-cc-face)
15693         (message-header-subject-face, message-header-newsgroups-face)
15694         (message-header-other-face, message-header-name-face)
15695         (message-header-xheader-face, message-separator-face)
15696         (message-cited-text-face, message-mml-face):
15697         New backward-compatibility aliases for renamed faces.
15698         (message-font-lock-keywords): Use renamed message faces.
15699
15700         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15701         (sieve-test-commands, sieve-tagged-arguments):
15702         Remove "-face" suffix from face names.
15703         (sieve-control-commands-face, sieve-action-commands-face)
15704         (sieve-test-commands-face, sieve-tagged-arguments-face):
15705         New backward-compatibility aliases for renamed faces.
15706         (sieve-control-commands-face, sieve-action-commands-face)
15707         (sieve-test-commands-face, sieve-tagged-arguments-face):
15708         Use renamed sieve faces.
15709
15710         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15711         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15712         (gnus-group-news-3-empty, gnus-group-news-4)
15713         (gnus-group-news-4-empty, gnus-group-news-5)
15714         (gnus-group-news-5-empty, gnus-group-news-6)
15715         (gnus-group-news-6-empty, gnus-group-news-low)
15716         (gnus-group-news-low-empty, gnus-group-mail-1)
15717         (gnus-group-mail-1-empty, gnus-group-mail-2)
15718         (gnus-group-mail-2-empty, gnus-group-mail-3)
15719         (gnus-group-mail-3-empty, gnus-group-mail-low)
15720         (gnus-group-mail-low-empty, gnus-summary-selected)
15721         (gnus-summary-cancelled, gnus-summary-high-ticked)
15722         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15723         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15724         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15725         (gnus-summary-low-undownloaded)
15726         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15727         (gnus-summary-low-unread, gnus-summary-normal-unread)
15728         (gnus-summary-high-read, gnus-summary-low-read)
15729         (gnus-summary-normal-read, gnus-splash):
15730         Remove "-face" suffix from face names.
15731         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15732         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15733         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15734         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15735         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15736         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15737         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15738         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15739         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15740         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15741         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15742         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15743         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15744         (gnus-summary-normal-ticked-face)
15745         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15746         (gnus-summary-normal-ancient-face)
15747         (gnus-summary-high-undownloaded-face)
15748         (gnus-summary-low-undownloaded-face)
15749         (gnus-summary-normal-undownloaded-face)
15750         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15751         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15752         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15753         (gnus-splash-face):
15754         New backward-compatibility aliases for renamed faces.
15755         (gnus-group-startup-message): Use renamed gnus faces.
15756
15757         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15758         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15759         (gnus-server-agent): Remove "-face" suffix from face names.
15760         (gnus-server-agent-face, gnus-server-opened-face)
15761         (gnus-server-closed-face, gnus-server-denied-face)
15762         (gnus-server-offline-face):
15763         New backward-compatibility aliases for renamed faces.
15764         (gnus-server-agent-face, gnus-server-opened-face)
15765         (gnus-server-closed-face, gnus-server-denied-face)
15766         (gnus-server-offline-face): Use renamed gnus faces.
15767
15768         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15769         Remove "-face" suffix from face names.
15770         (gnus-picon-xbm-face, gnus-picon-face):
15771         New backward-compatibility aliases for renamed faces.
15772
15773         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15774         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15775         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15776         (gnus-cite-11): Remove "-face" suffix from face names.
15777         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15778         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15779         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15780         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15781         New backward-compatibility aliases for renamed faces.
15782         (gnus-cite-attribution-face, gnus-cite-face-list)
15783         (gnus-article-boring-faces): Use renamed gnus faces.
15784
15785         * gnus-art.el (gnus-signature, gnus-header-from)
15786         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15787         (gnus-header-content): Remove "-face" suffix from face names.
15788         (gnus-signature-face, gnus-header-from-face)
15789         (gnus-header-subject-face, gnus-header-newsgroups-face)
15790         (gnus-header-name-face, gnus-header-content-face):
15791         New backward-compatibility aliases for renamed faces.
15792         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15793
15794         * gnus-sum.el (gnus-summary-selected-face)
15795         (gnus-summary-highlight): Use renamed gnus faces.
15796         * gnus-group.el (gnus-group-highlight): Likewise.
15797
15798 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15799
15800         * gnus-sieve.el (gnus-sieve-article-add-rule):
15801         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15802         * spam-stat.el (spam-stat-buffer-change-to-spam)
15803         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15804
15805         * message.el (message-is-yours-p):
15806         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15807
15808 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15809
15810         * mm-view.el (mm-inline-text): Withdraw the last change.
15811
15812 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15813
15814         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15815         executing enriched-decode.
15816
15817 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15818
15819         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15820         charset of tar files.
15821
15822 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15823
15824         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15825
15826 2005-06-04  Lute Kamstra  <lute@gnu.org>
15827
15828         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15829         information is never recorded.
15830
15831 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15832
15833         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15834
15835 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15836
15837         * pop3.el (pop3-apop): Run md5 in the binary mode.
15838
15839         * starttls.el (starttls-set-process-query-on-exit-flag):
15840         Use eval-and-compile.
15841
15842 2005-05-31  Simon Josefsson  <jas@extundo.com>
15843
15844         * smime.el (smime-replace-in-string): Define.
15845         (smime-cert-by-ldap-1): Use it.
15846
15847 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15848
15849         * gnus-art.el (article-display-x-face): Replace
15850         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15851
15852         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15853         set-process-query-on-exit-flag or process-kill-without-query.
15854
15855         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15856         loop instead of replace-regexp.
15857
15858         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15859         instead of process-kill-without-query if it is available.
15860
15861         * lpath.el: Fbind ldap-search-entries.
15862
15863         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15864         instead of find-file-hooks if it is available.
15865
15866         * mml1991.el: Bind pgg-default-user-id when compiling.
15867
15868         * mml2015.el: Bind pgg-default-user-id when compiling.
15869
15870         * nndraft.el (nndraft-request-associate-buffer):
15871         Use write-contents-functions instead of write-contents-hooks if it is
15872         available.
15873
15874         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15875         instead of find-file-hooks if it is available.
15876
15877         * nntp.el (nntp-open-connection): Replace
15878         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15879         (nntp-open-ssl-stream): Ditto.
15880         (nntp-open-tls-stream): Ditto.
15881
15882         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15883         set-process-query-on-exit-flag or process-kill-without-query.
15884         (starttls-open-stream-gnutls): Use it instead of
15885         process-kill-without-query.
15886         (starttls-open-stream): Ditto.
15887
15888 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15889
15890         * smime.el (smime-cert-by-ldap-1): Don't use
15891         replace-regexp-in-string.
15892
15893 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15894
15895         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15896
15897         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15898         in PEM format.  Adjust to the XEmacs compability.
15899
15900 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15901
15902         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15903         by `string-to-number'.
15904         * gnus-agent.el (gnus-agent-regenerate-group)
15905         (gnus-agent-fetch-articles): Ditto.
15906         * gnus-art.el (gnus-button-fetch-group): Ditto.
15907         * gnus-cache.el (gnus-cache-generate-active)
15908         (gnus-cache-articles-in-group): Ditto.
15909         * gnus-group.el (gnus-group-set-current-level)
15910         (gnus-group-insert-group-line): Ditto.
15911         * gnus-score.el (gnus-score-set-expunge-below)
15912         (gnus-score-set-mark-below, gnus-summary-score-effect)
15913         (gnus-summary-score-entry): Ditto.
15914         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15915         (gnus-soup-pack): Ditto.
15916         * gnus-spec.el (gnus-xmas-format): Ditto.
15917         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15918         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15919         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15920         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15921         * nndb.el (nndb-get-remote-expire-response): Ditto.
15922         * nndiary.el (nndiary-parse-schedule-value)
15923         (nndiary-string-to-number, nndiary-request-replace-article)
15924         (nndiary-request-article): Ditto.
15925         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15926         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15927         * nneething.el (nneething-make-head): Ditto.
15928         * nnfolder.el (nnfolder-request-article)
15929         (nnfolder-retrieve-headers): Ditto.
15930         * nnheader.el (nnheader-file-to-number): Ditto.
15931         * nnkiboze.el (nnkiboze-request-article): Ditto.
15932         * nnmail.el (nnmail-process-unix-mail-format)
15933         (nnmail-process-babyl-mail-format): Ditto.
15934         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15935         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15936         (nnmh-request-create-group, nnmh-request-list-1)
15937         (nnmh-request-group, nnmh-request-article): Ditto.
15938         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15939         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15940         * nnsoup.el (nnsoup-make-active): Ditto.
15941         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15942         * nntp.el (nntp-find-group-and-number)
15943         (nntp-retrieve-headers-with-xover): Ditto.
15944         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15945         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15946         (pgg-format-key-identifier): Ditto.
15947         * pop3.el (pop3-last, pop3-stat): Ditto.
15948         * qp.el (quoted-printable-decode-region): Ditto.
15949
15950         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15951         of concat.
15952
15953 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15954
15955         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15956
15957         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15958
15959         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15960
15961         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15962
15963         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15964
15965         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15966
15967         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15968         (gnus-carpal-mode): Ditto.
15969
15970         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15971         (gnus-browse-mode): Ditto.
15972
15973         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15974
15975         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15976
15977 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15978
15979         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15980
15981 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15982
15983         * gnus-util.el (gnus-run-mode-hooks): New function.
15984
15985         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15986
15987         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15988         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15989
15990 2005-05-27  Lute Kamstra  <lute@gnu.org>
15991
15992         * dns-mode.el (dns-mode): Specify customization group.
15993
15994 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15995
15996         * gnus-agent.el (gnus-agent-make-mode-line-string):
15997         Use mode-line-highlight as mouse-face.
15998
15999 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16000
16001         * canlock.el (canlock): Change the parent group to news.
16002
16003         * deuglify.el (gnus-outlook-deuglify): Add :group.
16004
16005         * dig.el (dig): Add :group.
16006
16007         * dns-mode.el (dns-mode): Add :group.
16008
16009         * encrypt.el (encrypt): Add :group.
16010
16011         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16012         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16013         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16014         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16015         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16016
16017         * gnus-diary.el (gnus-diary): Add :group.
16018
16019         * gnus.el (gnus-group-news-1-face): Add :group.
16020         (gnus-group-news-1-empty-face): Ditto.
16021         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16022         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16023         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16024         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16025         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16026         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16027         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16028         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16029         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16030         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16031         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16032         (gnus-summary-high-ticked-face): Ditto.
16033         (gnus-summary-low-ticked-face): Ditto.
16034         (gnus-summary-normal-ticked-face): Ditto.
16035         (gnus-summary-high-ancient-face): Ditto.
16036         (gnus-summary-low-ancient-face): Ditto.
16037         (gnus-summary-normal-ancient-face): Ditto.
16038         (gnus-summary-high-undownloaded-face): Ditto.
16039         (gnus-summary-low-undownloaded-face): Ditto.
16040         (gnus-summary-normal-undownloaded-face): Ditto.
16041         (gnus-summary-high-unread-face): Ditto.
16042         (gnus-summary-low-unread-face): Ditto.
16043         (gnus-summary-normal-unread-face): Ditto.
16044         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16045         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16046
16047         * hashcash.el (hashcash): New custom group.
16048         (hashcash-default-payment): Add :group.
16049         (hashcash-payment-alist): Ditto.
16050         (hashcash-default-accept-payment): Ditto.
16051         (hashcash-accept-resources): Ditto.
16052         (hashcash-path): Ditto.
16053         (hashcash-extra-generate-parameters): Ditto.
16054         (hashcash-double-spend-database): Ditto.
16055         (hashcash-in-news): Ditto.
16056
16057         * message.el (message-minibuffer-local-map): Add :group.
16058
16059         * netrc.el (netrc): Add :group.
16060
16061         * sieve-manage.el (sieve-manage-log): Add :group.
16062         (sieve-manage-default-user): Diito.
16063         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16064         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16065         (sieve-manage-authenticators): Ditto.
16066         (sieve-manage-authenticator-alist): Ditto.
16067         (sieve-manage-default-port): Ditto.
16068
16069         * sieve-mode.el (sieve-control-commands-face): Add :group.
16070         (sieve-action-commands-face): Ditto.
16071         (sieve-test-commands-face): Ditto.
16072         (sieve-tagged-arguments-face): Ditto.
16073
16074         * smime.el (smime): Add :group.
16075
16076         * spam-report.el (spam-report): Add :group.
16077
16078         * spam.el (spam, spam-face): Add :group.
16079
16080 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16081
16082         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16083         return \n.\n.\n at the end of articles.  Protect against that.
16084         (nntp-with-open-group): Allow debugging.
16085
16086         * nnheader.el (mail-header-set-extra): Make into a function
16087         because I just could't understand how to quote the list properly.
16088
16089         * dns.el (query-dns-cached): New function.
16090
16091 2005-05-26  Lute Kamstra  <lute@gnu.org>
16092
16093         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16094
16095 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16096
16097         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16098
16099         * gnus-art.el: Don't autoload mail-extract-address-components.
16100
16101         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16102         eval-and-compile to evaluate it.
16103
16104         * hashcash.el: Don't autoload executable-find.
16105
16106         * nndb.el: Don't declare the nndb back end two or more times; don't
16107         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16108
16109         * nntp.el: Autoload format-spec instead of format; use
16110         eval-and-compile to evaluate autoload forms.
16111
16112 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16113
16114         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16115
16116 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16117
16118         * gnus.el (gnus-version-number): Bump version.
16119
16120 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16121
16122         * gnus.el: No Gnus v0.3 is released.
16123
16124 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16125
16126         * lpath.el (featurep): Bind show-nonbreak-escape.
16127
16128 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16129
16130         * gnus-art.el (gnus-article-edit-part): Disable undo.
16131
16132 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16133
16134         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16135         gnus-article-date-lapsed-new-header is t if date timer is active;
16136         skip headers in which the original date value is empty.
16137         (gnus-article-save-original-date): Redefine it as a macro.
16138         (gnus-display-mime): Use it.
16139
16140 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16141
16142         * gnus-art.el (article-date-ut): Support converting date in
16143         forwarded parts as well.
16144         (gnus-article-save-original-date): New function.
16145         (gnus-display-mime): Use it.
16146
16147 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16148
16149         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16150         enclosure element of <item>.
16151
16152 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16153
16154         * message.el (message-kill-buffer-query): Rename from
16155         `message-kill-buffer-query-if-modified'.  Add :version.
16156
16157 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16158
16159         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16160         window layout.
16161
16162 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16163
16164         * mml.el: Autoload dnd when compiling.
16165
16166 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16167
16168         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16169         x-dnd-*.
16170
16171 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16172
16173         * qp.el (quoted-printable-encode-region): Save excursion.
16174
16175 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16176
16177         * message.el (message-kill-buffer-query-if-modified): Add new variable
16178         so the user can kill a modified message buffer quickly.
16179         (message-kill-buffer): Use it.
16180
16181 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16182
16183         * lpath.el: Fbind display-time-event-handler; don't fbind
16184         string-to-multibyte.
16185
16186         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16187
16188 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16189
16190         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16191         contained in text because xml.el decodes entities) with LFs.
16192
16193 2005-04-11  Lute Kamstra  <lute@gnu.org>
16194
16195         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16196         differently.
16197
16198 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16199
16200         * mm-util.el (mm-detect-coding-region): Typo.
16201
16202 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16203
16204         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16205
16206 2005-04-06  Deepak Goel  <deego@gnufans.org>
16207
16208         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16209         user-function allow user modifications of the scores.
16210         (spam-stat-score-buffer-user): New function, to allow
16211         user-computed modifications to the score.
16212         (spam-stat-score-buffer-user-functions): List of additional
16213         scoring functions.
16214         (spam-stat-error-holder): Global temporary error holder.
16215         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16216         variable.
16217
16218 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16219
16220         * gnus-registry.el (gnus-registry-clean-empty-function)
16221         (gnus-registry-trim, gnus-registry-fetch-groups)
16222         (gnus-registry-delete-group): Groups that match
16223         `gnus-registry-ignored-groups' are removed from the registry
16224         entries, not just ignored for splitting.  This helps clean up the
16225         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16226         to get all the groups a message ID is in.
16227
16228         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16229         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16230         (spam-stat-score-buffer-user-functions): Add :number custom type.
16231
16232 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16233
16234         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16235         argument in XEmacs.
16236
16237         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16238         (nnrss-request-group): Decode group name first.
16239         (nnrss-request-article): Make a text/plain article if mml-to-mime
16240         failed.
16241         (nnrss-get-encoding): Return a compatible encoding according to
16242         nnrss-compatible-encoding-alist.
16243         (nnrss-find-el): Use consp instead of listp.
16244         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16245
16246 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16247
16248         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16249         which Emacs 20 doesn't support.
16250         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16251
16252 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16253
16254         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16255         silence the byte compiler inside the defun.
16256
16257         * gnus-demon.el (parse-time-string): Add autoload.
16258
16259         * gnus-delay.el (parse-time-string): Add autoload.
16260
16261         * gnus-art.el (parse-time-string): Add autoload.
16262
16263         * nnultimate.el (parse-time): Require for `parse-time-string'.
16264
16265 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16266
16267         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16268
16269         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16270
16271         * smime.el (smime-ldap-host-list): Add :version.
16272
16273 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16274
16275         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16276         pass it to `gnus-browse-read-group'.
16277         (gnus-browse-read-group): Add NUMBER argument and pass it to
16278         `gnus-group-read-ephemeral-group'.
16279
16280         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16281         argument and pass it to `gnus-group-read-group'.
16282
16283 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16284
16285         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16286         mm-xemacs-find-mime-charset-1 if we have the mule feature
16287         available at runtime.
16288
16289 2005-03-25  Werner Lemberg  <wl@gnu.org>
16290
16291         * nnmaildir.el: Replace `illegal' with `invalid'.
16292
16293 2005-03-23  Lute Kamstra  <lute@gnu.org>
16294
16295         * time-date.el: Add comment on time value formats.
16296         Don't require parse-time.
16297         (with-decoded-time-value): New macro.
16298         (encode-time-value): New function.
16299         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16300         (days-to-time): Return a valid time value when arg is huge.
16301         (time-since): Use time-subtract.
16302         (time-to-number-of-days): Use time-to-seconds.
16303
16304 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16305
16306         * gnus-start.el (gnus-display-time-event-handler):
16307         Check display-time-timer at runtime rather than only at load time
16308         in case display-time-mode is turned off in the mean time.
16309
16310 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16311
16312         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16313         used.
16314
16315         * nneething.el (nneething-map-file-directory): Derive from
16316         `gnus-directory'.
16317
16318         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16319         the To/Cc button.
16320
16321 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16322
16323         * nnmaildir.el (nnmaildir-request-accept-article):
16324         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16325
16326 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16327
16328         * gnus-async.el: Require timer-funcs at compile time when in
16329         XEmacs for `run-with-idle-timer'.
16330
16331 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16332
16333         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16334         autoloaded function.
16335
16336 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16337
16338         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16339
16340 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16341
16342         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16343
16344 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16345
16346         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16347         Add gnus-expert-user to default.
16348
16349 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16350
16351         * nnimap.el (nnimap-open-server): Ditto.
16352
16353         * imap.el (imap-authenticate): Fix typo.
16354
16355 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16356
16357         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16358         buffer (since IMAP server might return FETCH response out of
16359         order, and the nntp buffer must be sorted).
16360
16361 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16362
16363         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16364         comparison on string.
16365
16366         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16367         (gnus-agent-score): Rename category keywords to match gnus-cus.
16368         (gnus-agent-summary-fetch-series): Modify to protect against
16369         gnus-agent-summary-fetch-group clearing processable flags.
16370         (gnus-agent-synchronize-group-flags): Update live group buffer as
16371         synchronization may occur due to the user toggle the plugged
16372         status.
16373         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16374         successfully downloaded.
16375         (gnus-agent-expire-group-1): Avoid using markers when the overview
16376         is in ascending order; greatly improves performance.
16377         (gnus-agent-regenerate-group):
16378         Use gnus-agent-synchronize-group-flags to reset read status in both
16379         gnus and server.
16380         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16381
16382 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16383
16384         * message.el: Don't autoload former message-utils variables.
16385         (message-strip-subject-trailing-was): Change doc string.
16386
16387         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16388         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16389         (nnweb-google-search): Add "hl=en" here.
16390         (nnweb-google-parse-1, nnweb-google-create-mapping):
16391         Don't hardcode URL.
16392
16393 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16394
16395         * message.el (message-get-reply-headers, message-followup):
16396         Mention related variables `message-use-followup-to' and
16397         `message-use-mail-followup-to', in the information buffer.
16398
16399         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16400         of broken groups(-beta).google.com.
16401
16402 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16403
16404         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16405         parameter to invoked gnus-request-move-article; remove the
16406         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16407         all at once instead of once per article.
16408         (gnus-summary-remove-process-mark): Accept a list of articles as
16409         well as a single article for processing.
16410
16411         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16412         parameter.
16413
16414         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16415
16416         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16417
16418         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16419         parameter.
16420
16421         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16422         parameter.
16423
16424         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16425         parameter and remove the gnus-sum-hint-move-is-internal variable.
16426
16427         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16428         parameter.
16429
16430         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16431         parameter.
16432
16433         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16434         parameter.
16435
16436         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16437
16438         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16439         parameter.
16440
16441         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16442         parameter.
16443
16444 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16445
16446         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16447         a more conservative way.
16448
16449 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16450
16451         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16452         buffer, so it moves the window's cursor.
16453
16454 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16455
16456         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16457         `mm-dissect-multipart' and receive the from field as an (optional)
16458         argument from `mm-dissect-multipart'.
16459         (mm-dissect-multipart): Receive the from field as an argument and
16460         pass it on when we call `mm-dissect-buffer' on MIME parts.
16461         Fixes verification/decryption of signed/encrypted MIME parts.
16462
16463 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16464
16465         * gnus-sum.el (gnus-summary-move-article):
16466         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16467         whatever it calls (right now, only nnimap-request-move article
16468         respects it).
16469
16470         * nnimap.el (nnimap-request-move-article):
16471         When gnus-sum-hint-move-is-internal is set, don't do the extra
16472         nnimap-request-article.
16473
16474 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16475
16476         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16477
16478         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16479         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16480
16481         * gnus-sum.el (gnus-summary-caesar-message):
16482         Apply `gnus-treat-article' after rotation.
16483
16484         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16485         doc string.
16486
16487 2005-02-22  Simon Josefsson  <jas@extundo.com>
16488
16489         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16490         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16491         <arne@arnested.dk>.
16492         (encrypt): Add password-cache and password-cache-expiry as group
16493         members.
16494
16495 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16496
16497         * smime.el (smime-ldap-host-list): Doc fix.
16498         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16499         cache) password.
16500         (smime-sign-region): Use it.
16501         (smime-decrypt-region): Use it.
16502         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16503         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16504         fails.
16505         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16506         certificate from DER to PEM format rather than calling openssl.
16507
16508         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16509
16510         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16511         for signing/encryption.
16512
16513         * mml.el (mml-parse-1): Use them.
16514
16515 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16516
16517         * nnrss.el (nnrss-verbose): Remove.
16518         (nnrss-request-group): Use `nnheader-message' instead.
16519
16520 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16521
16522         * nnrss.el (nnrss-verbose): New variable.
16523         (nnrss-request-group): Make it say nnrss is requesting a group.
16524
16525 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16526
16527         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16528         Handle news URL with given port correctly.
16529
16530 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16531
16532         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16533         containing special characters.
16534
16535         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16536
16537         * mml.el (mime-to-mml): Ditto.
16538
16539         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16540         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16541         (rfc2047-decode-region): Quote decoded words containing special
16542         characters when rfc2047-quote-decoded-words-containing-tspecials
16543         is non-nil.
16544
16545 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16546
16547         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16548
16549         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16550
16551 2005-02-15  Simon Josefsson  <jas@extundo.com>
16552
16553         * nnimap.el (nnimap-debug): Doc fix.
16554
16555         * imap.el (imap-debug): Doc fix.
16556
16557 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16558
16559         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16560
16561 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16562
16563         * gnus.el (spam-contents): Improve docs for spam-contents
16564         parameter in its variable incarnation.
16565
16566 2005-02-14  Simon Josefsson  <jas@extundo.com>
16567
16568         * smime-ldap.el: Use require instead of load-library for ldap.
16569         (smime-ldap-search): Indent.
16570         (smime-ldap-search-internal): Shorten line.
16571
16572         * smime.el (smime-cert-by-dns): Add doc-string.
16573         (smime-cert-by-ldap-1): Indent.
16574
16575         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16576         mml-smime-get-dns-ldap.
16577         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16578
16579 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16580
16581         * smime.el: Require smime-ldap.
16582         (smime-ldap-host-list): New variable.
16583         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16584
16585         * mml-smime.el (mml-smime-encrypt-query): New function.
16586         (mml-smime-encrypt-query): Use it.
16587
16588         * smime-ldap.el: New file.
16589
16590 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16591
16592         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16593
16594 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16595
16596         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16597         argument in doc string.  Make query for type more clear.
16598
16599 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16600
16601         * gnus.el (gnus-group-startup-message): Search for gnus images in
16602         etc/images/gnus.
16603         * mm-util.el (mm-image-load-path): Likewise.
16604         * smiley.el (smiley-data-directory): Search for smilies in
16605         etc/images/smilies.
16606
16607 2005-02-09  Kim F. Storm  <storm@cua.dk>
16608
16609         Change Emacs release version from 21.4 to 22.1 throughout.
16610         Change Emacs development version from 21.3.50 to 22.0.50.
16611
16612 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16613
16614         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16615
16616         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16617         non-Mule XEmacs as well.
16618         (mm-decompress-buffer): Signal an error intentionally if it does
16619         not decompress compressed data because auto-compression-mode is
16620         disabled.
16621
16622 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16623
16624         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16625         an ID in the registry even if it has no groups.
16626
16627 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16628
16629         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16630         merge it into mm-decompress-buffer.
16631         (gnus-mime-copy-part): Use the MIME part charset, the value which
16632         a user specified or gnus-newsgroup-charset for decoding, like
16633         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16634         save-buffer what was used.  Suggested by Kevin Ryde
16635         <user42@zip.com.au>.
16636         (gnus-mime-inline-part): Allow the name parameter as well as the
16637         filename parameter; force decompressing of compressed data; always
16638         display contents being not decoded as unibyte.
16639
16640         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16641         as well as the filename parameter.
16642
16643         * mm-util.el (mm-decompress-buffer):
16644         Merge gnus-mime-jka-compr-maybe-uncompress.
16645         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16646         of compressed data.
16647
16648 2005-02-08  Simon Josefsson  <jas@extundo.com>
16649
16650         * imap.el (imap-log): Doc fix.
16651
16652 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16653
16654         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16655         the coding cookies; decompress compressed parts.
16656
16657         * mml.el (mml-generate-mime-1): Add the charset parameter according
16658         to the value which a user specified manually or the coding cookie.
16659
16660         * mm-util.el (mm-string-to-multibyte): New function.
16661         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16662         (mm-coding-system-to-mime-charset): New function.
16663         (mm-decompress-buffer): New function.
16664         (mm-find-buffer-file-coding-system): New function.
16665
16666         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16667         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16668         parts.
16669
16670 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16671
16672         * mm-view.el (mm-display-inline-fontify): Decode a part according
16673         to the charset parameter.
16674
16675 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16676
16677         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16678         prefix arg is neither nil nor a number, as info specifies.
16679
16680 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16681
16682         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16683         timestamps.
16684
16685 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16686
16687         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16688         groups error checking and notify user.
16689
16690 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16691
16692         * message.el (message-send-mail-function): Check existence of
16693         sendmail-program first before using default value
16694         `message-send-mail-with-sendmail'.  Otherwise use more generic
16695         `smtpmail-send-it'.
16696
16697 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16698
16699         * nntp.el (nntp-request-update-info): Always return nil.
16700
16701 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16702
16703         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16704
16705 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16706
16707         * message.el (message-beginning-of-line): Change the behavior when
16708         invoked between BOL and : so that it first moves backward.
16709
16710 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16711
16712         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16713         article buffer when editing of the article is discarded.
16714         (gnus-article-prepare): Revert.
16715
16716 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16717
16718         * gnus-art.el (gnus-article-prepare):
16719         Remove message-strip-forbidden-properties from the local hook.
16720
16721 2005-01-27  Simon Josefsson  <jas@extundo.com>
16722
16723         * password.el (password-cache-add): Only start one timer per key.
16724         Reported by Derek Atkins <warlord@MIT.EDU>.
16725
16726 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16727
16728         * run-at-time.el: Remove.  It is no longer needed as
16729         timer-funcs.el in the xemacs-base package has a working version of
16730         `run-at-time'.
16731
16732         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16733
16734         * password.el: Require timer-funcs instead of run-at-time in
16735         XEmacs.
16736         Remove `password-run-at-time' macro.
16737         (password-cache-add): Use `run-at-time' instead of
16738         `password-run-at-time'.
16739
16740         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16741         Remove `nnheader-cancel-function-timers' alias,
16742         `cancel-function-timers' exists in XEmacs in timer-funcs.
16743
16744         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16745         for `run-with-idle-timer'.
16746
16747         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16748         for `run-at-time'.
16749
16750         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16751         for `with-timeout'.
16752
16753         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16754         the same as for XEmacs 21.4.
16755         No need to ignore `run-with-idle-timer', this function exists in
16756         XEmacs now in timer-funcs.el in the xemacs-base package.
16757         (dgnushack-compile): No need to delete
16758         run-at-time.el from the list of files to compile because it
16759         doesn't exist anymore.
16760
16761 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16762
16763         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16764         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16765
16766 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16767
16768         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16769         sensitively.
16770
16771 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16772
16773         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16774
16775 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16776
16777         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16778         which will be inserted according to the multibyteness of a buffer
16779         rather than the type of contents.  Suggested by ARISAWA Akihiro
16780         <ari@mbf.ocn.ne.jp>.
16781
16782         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16783         of string which old xml.el may return rather than a string.
16784
16785 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16786
16787         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16788
16789 2005-01-16  Simon Josefsson  <jas@extundo.com>
16790
16791         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16792         idn/idna.el isn't available.
16793         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16794         <michael@waxrat.com>.
16795
16796         * hashcash.el: Remove non-FSF copyright header.
16797
16798         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16799         (hashcash-generate-payment): Use it.
16800         (hashcash-generate-payment-async): Use it.
16801
16802 2005-01-15  Simon Josefsson  <jas@extundo.com>
16803
16804         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16805         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16806
16807         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16808         gnus-summary-idna-message.
16809         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16810         (gnus-summary-idna-message): New function.
16811
16812 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16813
16814         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16815         gnus-novice-user.
16816
16817 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16818
16819         * nnrss.el (nnrss-request-delete-group): Delete entries in
16820         nnrss-group-alist as well.
16821         (nnrss-save-server-data): Insert newline.
16822
16823 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16824
16825         * gnus.el (gnus-user-agent): Use list of symbols instead of
16826         symbols.  Display full version number for (S)XEmacs.
16827         Optionally display (S)XEmacs codename.
16828
16829         * gnus-util.el (gnus-emacs-version): Update for new
16830         `gnus-user-agent'.
16831
16832         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16833         Gnus version.
16834
16835 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16836
16837         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16838         which is unreadable in some setups.
16839
16840 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16841
16842         * gnus-spec.el (gnus-update-format-specifications): Flush the
16843         group format spec cache if it doesn't support decoded group names.
16844
16845 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16846
16847         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16848         Allow to apply decay on score files matching a regexp.
16849
16850 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16851
16852         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16853         compatibility in %g and %c.
16854
16855 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16856
16857         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16858         name for only %g and %c.
16859         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16860         of gnus-tmp-group to decoded group name.
16861         (gnus-group-make-rss-group): Exclude `/'s from group names.
16862
16863 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16864
16865         * nnrss.el (nnrss-get-encoding): Fix regexp.
16866
16867 2004-12-27  Simon Josefsson  <jas@extundo.com>
16868
16869         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16870         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16871         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16872
16873 2004-12-17  Kim F. Storm  <storm@cua.dk>
16874
16875         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16876
16877         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16878
16879 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16880
16881         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16882
16883 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16884
16885         * nnrss.el: Require rfc2047 and mml.
16886         (nnrss-file-coding-system): New variable.
16887         (nnrss-format-string): Redefine it as an inline function.
16888         (nnrss-decode-group-name): New function.
16889         (nnrss-string-as-multibyte): Remove.
16890         (nnrss-retrieve-headers): Decode group name; don't use
16891         nnrss-format-string.
16892         (nnrss-request-group): Decode group name.
16893         (nnrss-request-article): Decode group name; allow a Message-ID as
16894         well as an article number; don't use nnrss-format-string; encode a
16895         Message-ID string which may contain non-ASCII characters; use
16896         mml-to-mime to compose a MIME article.
16897         (nnrss-request-expire-articles): Decode group name.
16898         (nnrss-request-delete-group): Decode group name.
16899         (nnrss-fetch): Clarify error message.
16900         (nnrss-read-server-data): Use insert-file-contents instead of load;
16901         bind file-name-coding-system; use multibyte buffer.
16902         (nnrss-save-server-data): Bind coding-system-for-write to the
16903         value of nnrss-file-coding-system; bind file-name-coding-system;
16904         add coding cookie.
16905         (nnrss-read-group-data): Use insert-file-contents instead of load;
16906         bind file-name-coding-system; use multibyte buffer.
16907         (nnrss-save-group-data): Bind coding-system-for-write to the
16908         value of nnrss-file-coding-system; bind file-name-coding-system.
16909         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16910         make it work with non-ASCII text.
16911         (nnrss-find-el): Make it work with old xml.el as well.
16912
16913 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16914
16915         * nnrss.el (nnrss-get-encoding): New function.
16916         (nnrss-fetch): Use unibyte buffer initially; bind
16917         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16918         decode contents according to the encoding attribute.
16919         (nnrss-save-group-data): Add coding cookie.
16920         (nnrss-mime-encode-string): New function.
16921         (nnrss-check-group): Use it to encode subject and author.
16922
16923 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16924
16925         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16926         imaginary variable.
16927
16928 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16929
16930         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16931         correctly even if there are wide characters.
16932
16933 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16934
16935         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16936         downcased symbol names; make a new cache instead of reusing
16937         bbdb-hashtable.
16938
16939 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16940
16941         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16942         concatenating segments rather than before concatenating them.
16943         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16944
16945         * message.el (message-get-reply-headers): Bind `extra'.
16946
16947 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16948
16949         * message.el (message-extra-wide-headers): New variable.
16950         (message-get-reply-headers): Use it.
16951
16952 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16953
16954         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16955         (gnus-agent-group-pathname): Ditto.
16956
16957         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16958
16959         * gnus-group.el (gnus-group-make-group): Decode group name.
16960         (gnus-group-make-rss-group): Register the group data after opening
16961         the nnrss group.
16962
16963 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16964
16965         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16966         by expiry now get marked as read.
16967
16968 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16969
16970         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16971
16972 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16973
16974         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16975         unify Latin characters in XEmacs.
16976         (mm-find-mime-charset-region): Use it.
16977
16978 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16979
16980         * gnus-util.el (gnus-delete-directory): New function.
16981
16982         * gnus-agent.el (gnus-agent-delete-group): Use it.
16983
16984         * gnus-cache.el (gnus-cache-delete-group): Use it.
16985
16986 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16987
16988         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16989         names.
16990
16991 2004-12-16  Simon Josefsson  <jas@extundo.com>
16992
16993         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16994
16995 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16996
16997         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16998
16999         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17000         (gnus-group-set-current-level): Decode group name.
17001
17002 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
17003
17004         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17005         failed.
17006
17007 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17008
17009         * gnus-group.el (gnus-group-delete-group): Decode group name.
17010         (gnus-group-make-rss-group): Encode group name.
17011         (gnus-group-catchup-current): Decode group name.
17012         (gnus-group-kill-group): Decode group name.
17013
17014 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17015
17016         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17017
17018 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17019
17020         * gnus-group.el (gnus-group-make-rss-group):
17021         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17022
17023         * gnus-start.el (gnus-setup-news): Honor user's setting to
17024         gnus-message-archive-method.  Suggested by Lute Kamstra
17025         <lute@gnu.org>.
17026
17027 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
17028
17029         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17030         global counterparts of the buffer-local variables.
17031
17032 2004-11-16  Romain Francoise  <romain@orebokech.com>
17033
17034         * gnus-sum.el (gnus-summary-exit): Don't clear the global
17035         counterparts of the buffer-local variables.
17036
17037 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17038
17039         * message.el (message-forbidden-properties): Fix typo in doc
17040         string.
17041
17042 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17043
17044         * gnus-util.el (gnus-replace-in-string): Add doc string.
17045
17046         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17047         to avoid problems when splitting mails with many recipients.
17048
17049 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17050
17051         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17052         pop-to-buffer, covered by the subsequent gnus-configure-windows.
17053
17054 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
17055
17056         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17057         if there is no hashtable in memory or file modification time is
17058         newer than cached timestamp.
17059
17060 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17061
17062         * gnus-sum.el (gnus-summary-limit-to-recipient):
17063         Implement not-matching option.
17064
17065 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
17066
17067         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17068         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17069         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17070         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17071         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
17072         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17073
17074 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17075
17076         * message.el (message-forward-make-body-mml): Remove headers
17077         according to message-forward-ignored-headers if a message is decoded.
17078
17079 2004-12-02  Romain Francoise  <romain@orebokech.com>
17080
17081         * message.el (message-forward-make-body-plain): Always remove
17082         headers according to message-forward-ignored-headers.
17083
17084 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17085
17086         * spam.el (spam-summary-prepare-exit): Remove the
17087         gnus-summary-limit pop for now, it has problems with ham marks for
17088         me.
17089
17090 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17091
17092         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17093         correctly.
17094
17095 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17096
17097         * format-spec.el (format-spec): Message the char.
17098
17099 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17100
17101         * gnus-art.el (gnus-split-methods): Reformat comments.
17102
17103         * spam.el (spam-summary-prepare-exit): Remove article limits
17104         before exiting the summary buffer.
17105
17106 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17107
17108         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17109         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17110
17111         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17112         order to silence the byte compiler.
17113
17114         * spam.el: Fix the way to silence the byte compiler, which
17115         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17116         bbdb-search-simple, spam-BBDB-register-routine,
17117         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17118         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17119         spam-stat-buffer-is-spam, spam-stat-load,
17120         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17121         spam-stat-save and spam-stat-split-fancy.
17122
17123 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17124
17125         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17126         which may confuse users.
17127         (canlock-password-for-verify): Ditto.
17128
17129         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17130
17131         * gnus-art.el (gnus-emphasis-alist): Ditto.
17132
17133         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17134
17135         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17136
17137         * gnus-start.el (gnus-save-killed-list): Ditto.
17138
17139         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17140         (gnus-sum-thread-tree-root): Ditto.
17141         (gnus-sum-thread-tree-false-root): Ditto.
17142         (gnus-sum-thread-tree-single-indent): Ditto.
17143
17144         * message.el (message-courtesy-message): Ditto.
17145         (message-archive-note): Ditto.
17146         (message-subscribed-address-file): Ditto.
17147         (message-user-fqdn): Ditto.
17148
17149         * spam-report.el (spam-report-gmane-regex): Ditto.
17150
17151         * spam.el (spam-blackhole-good-server-regex): Ditto.
17152
17153 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17154
17155         * mml.el (mml-preview): Widen the message buffer before copying
17156         the contents to the preview buffer; sort headers before previewing.
17157
17158         * message.el (message-hidden-headers): Fix the way to avoid a bug
17159         in the `repeat' widget in Emacs 21.3 or earlier.
17160
17161 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17162
17163         * message.el (message-hidden-headers): Default to "^References:".
17164         Improve customization type.  Suggested by Reiner Steib
17165         <Reiner.Steib@gmx.de>.
17166
17167 2004-11-25  Romain Francoise  <romain@orebokech.com>
17168
17169         * message.el (message-strip-forbidden-properties): Remove check for
17170         obsolete `message-hidden' text property, hidden headers are not
17171         accessible in the buffer anymore.
17172
17173 2004-11-22  Romain Francoise  <romain@orebokech.com>
17174
17175         * message.el (message-header-format-alist): Add `From' in list
17176         so that it can be sorted.
17177         (message-fix-before-sending): Widen and sort headers before
17178         sending.
17179         (message-hide-headers): Use narrowing to hide headers by moving
17180         them to the top of the buffer and narrowing to the region
17181         underneath.
17182
17183 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17184
17185         * message.el (message-strip-forbidden-properties):
17186         Bind buffer-read-only (etc) to nil.
17187
17188 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17189
17190         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17191         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17192
17193 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17194
17195         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17196
17197 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17198
17199         * dns.el (query-dns): Use sit-for to time instead of
17200         accept-process-output, since that doesn't seem to work on udp
17201         sockets.
17202
17203 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17204
17205         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17206
17207 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17208
17209         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17210         doc string.  Improve doc string.
17211
17212 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17213
17214         * nntp.el (nntp-request-update-info): Return nil if
17215         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17216         may not call gnus-activate-group which uselessly issues the GROUP
17217         commands for all nntp groups and wastes time.  Reported by Romain
17218         Francoise <romain@orebokech.com>.
17219
17220         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17221
17222 2004-11-15  Simon Josefsson  <jas@extundo.com>
17223
17224         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17225         headers separately.
17226         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17227         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17228
17229 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17230
17231         * gnus-start.el (gnus-convert-old-newsrc):
17232         Assign legacy-gnus-agent to 5.10.7.
17233
17234 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17235
17236         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17237         start of the lines.
17238
17239 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17240
17241         * hashcash.el (hashcash-default-payment): Change default to 20.
17242         (hashcash-default-accept-payment): Change default to 20.
17243         (hashcash-process-alist): New variable.
17244         (hashcash-generate-payment-async): Add.
17245         (hashcash-already-paid-p): Add.
17246         (hashcash-insert-payment): Don't generate payments twice.
17247         (hashcash-insert-payment-async): Add.
17248         (hashcash-insert-payment-async-2): Add.
17249         (hashcash-cancel-async): Add.
17250         (hashcash-wait-async): Add.
17251         (hashcash-processes-running-p): Add.
17252         (hashcash-wait-or-cancel): Add.
17253         (mail-add-payment): New optional argument.  Conditionally start
17254         asynchronous calculation.
17255         (mail-add-payment-async): Add.
17256
17257         * message.el (message-send-mail): Wait for asynchronous hashcash
17258         results.  Don't clobber existing X-Hashcash headers.
17259         (message-setup-1): Call mail-add-payment-async when
17260         message-generate-hashcash is non-nil.
17261
17262 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17263
17264         * message.el (message-use-alternative-email-as-from): Examine the
17265         From header as well; use message-make-from in order to include a
17266         user's full name.
17267
17268 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17269
17270         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17271         default; improve customization type.
17272         (gnus-emphasis-custom-with-format): New macro.
17273         (gnus-emphasis-custom-value-to-external): New function.
17274         (gnus-emphasis-custom-value-to-internal): New function.
17275
17276 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17277
17278         * dns.el (query-dns): Resolve reverse addresses.
17279
17280 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17281
17282         * gnus-group.el (gnus-group-get-new-news): Use it.
17283
17284         * gnus-start.el (gnus-check-reasonable-setup): New function.
17285
17286 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17287
17288         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17289         "Args out of range" error.  Reported by Arnaud Giersch
17290         <arnaud.giersch@free.fr>.
17291
17292 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17293
17294         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17295
17296 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17297
17298         * spam.el (spam group): Add :version.
17299
17300         * pgg-def.el (pgg group): Add :version.
17301
17302 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17303
17304         * gnus-art.el (gnus-article-edit-article): Don't associate the
17305         article buffer with a draft file.  This is a temporary measure
17306         against the 2004-08-22 change to gnus-article-edit-mode.
17307
17308 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17309
17310         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17311         (html2text-format-tags): Remove unused variable `attr'.
17312
17313 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17314
17315         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17316
17317         * tls.el (tls-process-connection-type, tls-success)
17318         (tls-certtool-program): Add :version.
17319
17320         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17321         (starttls-extra-arguments, starttls-process-connection-type)
17322         (starttls-connect, starttls-failure, starttls-success): Add :version.
17323
17324         * spam-stat.el (spam-stat): Add :version.
17325
17326         * sieve.el (sieve): Add :version.
17327
17328         * sha1.el (sha1): Add :version.
17329         (sha1-use-external): Remove redundant version.
17330
17331         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17332         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17333         (nnmail-split-fancy-match-partial-words)
17334         (nnmail-split-lowercase-expanded): Add :version.
17335
17336         * nndiary.el (nndiary): Add :version.
17337
17338         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17339
17340         * mml-sec.el (mml-default-sign-method)
17341         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17342         Add :version.
17343
17344         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17345
17346         * mm-url.el (mm-url-use-external, mm-url-program)
17347         (mm-url-arguments): Add :version.
17348
17349         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17350         (mm-attachment-file-modes, mm-decrypt-option)
17351         (mm-w3m-safe-url-regexp): Add :version.
17352
17353         * message.el (message-cite-prefix-regexp)
17354         (message-sendmail-envelope-from, message-minibuffer-local-map)
17355         (message-user-fqdn, message-completion-alist): Add :version.
17356
17357         * gnus-win.el (gnus-configure-windows-hook)
17358         (gnus-use-frames-on-any-display): Add :version.
17359
17360         * gnus-art.el (gnus-article-address-banner-alist)
17361         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17362         (gnus-treat-from-picon, gnus-treat-mail-picon)
17363         (gnus-treat-x-pgp-sig): Add :version.
17364
17365         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17366         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17367         (gnus-summary-article-delete-hook)
17368         (gnus-summary-display-while-building): Add :version.
17369
17370         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17371         (gnus-get-top-new-news-hook): Add :version.
17372
17373         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17374         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17375
17376         * gnus-registry.el (gnus-registry): Add :version.
17377
17378         * gnus-spec.el (gnus-use-correct-string-widths)
17379         (gnus-make-format-preserve-properties): Add :version.
17380
17381         * gnus.el (gnus-group-charter-alist)
17382         (gnus-group-fetch-control-use-browse-url)
17383         (gnus-install-group-spam-parameters): Add :version.
17384
17385         * gnus-diary.el (gnus-diary): Add :version.
17386
17387         * gnus-delay.el (gnus-delay): Add :version.
17388
17389         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17390         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17391         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17392         Add :version.
17393
17394         * gnus-agent.el (gnus-agent-max-fetch-size)
17395         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17396         (gnus-agent-prompt-send-queue): Add :version.
17397
17398         * deuglify.el (gnus-outlook-deuglify): Add :version.
17399
17400         * html2text.el: Beautify code.  Improve doc strings.
17401         Some checkdoc cleanup.
17402         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17403
17404 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17405
17406         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17407
17408 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17409
17410         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17411         when package is loaded.
17412
17413         * spam.el (spam-summary-score-preferred-header): Add global preference
17414         for people who want to override the default SpamAssassin over
17415         Bogofilter preference (when both are set).
17416         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17417         (spam-user-format-function-S):
17418         Check spam-summary-score-preferred-header.
17419         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17420         (spam-user-format-function-S): Format the score correctly.
17421
17422 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17423
17424         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17425         signature file.  Suggested by Manoj Srivastava
17426         <srivasta@golden-gryphon.com>.
17427
17428         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17429         iso-2022-jp even in the Japanese language environment.
17430         Suggested by Jason Rumney <jasonr@gnu.org>.
17431
17432 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17433
17434         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17435         use the same characters as the dummy marks; make it free from
17436         getting affected by the language environment.
17437         (gnus-summary-read-group-1): Update mark positions only when the
17438         format spec is updated.
17439
17440         * gnus-spec.el (gnus-update-format-specifications): Return a list
17441         of updated types.
17442
17443 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17444
17445         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17446         of boundp to check if display-warning is available.
17447
17448 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17449
17450         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17451
17452 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17453
17454         * nnspool.el (nnspool-spool-directory): Use news-path if the
17455         news-directory variable is not bound.
17456
17457         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17458         function instead of display-warning if it is not available.
17459
17460 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17461
17462         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17463         v5-10: Use `point-at-bol'.
17464
17465 2004-10-26  Simon Josefsson  <jas@extundo.com>
17466
17467         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17468         <chenggao@gmail.com>.
17469
17470 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17471
17472         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17473         instead.
17474
17475 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17476
17477         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17478         to remove a server from the nnimap-server-buffer-alist.
17479         (nnimap-open-connection, nnimap-close-server): Use it.
17480
17481         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17482
17483 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17484
17485         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17486         running the major-mode function.
17487
17488 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17489
17490         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17491         dummy marks in the right way.
17492
17493 2004-10-18  David Edmondson  <dme@dme.org>
17494
17495         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17496         excessively.
17497
17498 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17499
17500         * gnus-util.el (gnus-split-references): Accept a nil references
17501         string and go on blissfully.
17502
17503         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17504         cases where the references string is non-nil but has no references.
17505
17506         * encrypt.el: Add autoload tags.
17507
17508         * spam.el (spam-resolve-registrations-routine): Remove article
17509         from unregistration list too.  Reported by David Hanak
17510         <dhanak@isis.vanderbilt.edu>
17511
17512 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17513
17514         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17515         nil.  Change custom type.
17516
17517 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17518
17519         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17520
17521         * gnus-sum.el (gnus-summary-move-article): Use it.
17522
17523 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17524
17525         * encrypt.el: Add autoload cookies.
17526
17527         * spam.el (spam-backend-article-list-property)
17528         (spam-backend-get-article-todo-list)
17529         (spam-backend-put-article-todo-list)
17530         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17531         Resolve registrations separately.
17532         (spam-register-routine): Format comments.
17533         (spam-unregister-routine, spam-register-routine): Always call with
17534         specific-articles, no default list.
17535         (spam-summary-prepare-exit): Use the spam-classifications function.
17536
17537         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17538         gnus-encrypt.el.
17539
17540         * encrypt.el: Copied from gnus-encrypt.el.
17541
17542         * gnus-encrypt.el: Commented that it's obsolete.
17543
17544 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17545
17546         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17547         (gnus-score-save): Use it.
17548
17549         * message.el (message-bury): Use `window-dedicated-p'.
17550
17551 2004-10-15  Simon Josefsson  <jas@extundo.com>
17552
17553         * pop3.el (top-level): Don't require nnheader.
17554         (pop3-read-timeout): Add.
17555         (pop3-accept-process-output): Add.
17556         (pop3-read-response, pop3-retr): Use it.
17557
17558 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17559
17560         * spam.el (spam-register-routine): Move comment.
17561         (spam-verify-bogofilter): Use 'unknown for the initial
17562         spam-bogofilter-valid state, not 'never.
17563
17564         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17565         for netrc-machine.
17566
17567         * nnimap.el (nnimap-open-connection):
17568         Use netrc-machine-user-or-password.
17569
17570 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17571
17572         * gnus-registry.el (gnus-registry-unload-hook):
17573         Set as a variable with add-hook.
17574
17575         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17576         of news-path.
17577
17578         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17579
17580         * spam.el: Delete duplicate `provide'.
17581         (spam-unload-hook): Set as a variable with add-hook.
17582
17583 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17584
17585         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17586         in the doc string.
17587
17588         * message.el (message-ignored-news-headers)
17589         (message-ignored-supersedes-headers)
17590         (message-ignored-resent-headers)
17591         (message-forward-ignored-headers): Improve custom type.
17592
17593 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17594
17595         * message.el (message-tokenize-header): Fix 2004-09-06 change
17596         which used point-min in the wrong place.
17597
17598 2004-10-12  Simon Josefsson  <jas@extundo.com>
17599
17600         * tls.el (tls-certtool-program): New variable.
17601         (tls-certificate-information): New function, based on
17602         ssl-certificate-information.
17603
17604 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17605
17606         * compface.el: Move the version of ELisp-based uncompface program
17607         to the contrib directory because of the copyright problem.
17608
17609 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17610
17611         * message.el (message-kill-buffer): Raise the current frame.
17612
17613 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17614
17615         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17616
17617         * gnus.el (message-y-or-n-p): Autoload.
17618
17619         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17620         (pop3-password-required, pop3-authentication-scheme)
17621         (pop3-leave-mail-on-server): Make customizable.
17622         (pop3): New custom group.
17623         (pop3-retr): Remove `sleep-for' statements.
17624         Suggested by Dave Love <fx@gnu.org>.
17625
17626         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17627         Windows/DOS.
17628
17629         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17630         (imap-parse-body): Fix incorrect use of `assert'.
17631         Suggested by Dave Love <fx@gnu.org>.
17632
17633         * mml.el (mml-minibuffer-read-disposition): Require match.
17634         Suggested by Dave Love <fx@gnu.org>.
17635
17636 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17637
17638         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17639         doc string.
17640
17641 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17642
17643         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17644
17645 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17646
17647         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17648         instead of calling `mm-insert-inline', to decode text/* parts
17649         before displaying them.
17650
17651 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17652
17653         * mm-uu.el (mm-uu-text-plain-type): New variable.
17654         (mm-uu-pgp-signed-extract-1): Use it.
17655         (mm-uu-pgp-encrypted-extract-1): Use it.
17656         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17657         bind mm-uu-text-plain-type with that value.
17658         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17659         mm-uu-dissect.
17660
17661 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17662
17663         * gnus-group.el (gnus-update-group-mark-positions):
17664         * gnus-sum.el (gnus-update-summary-mark-positions):
17665         * message.el (message-check-news-body-syntax):
17666         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17667         of string-as-multibyte.
17668
17669 2004-10-05  Juri Linkov  <juri@jurta.org>
17670
17671         * gnus-group.el (gnus-update-group-mark-positions):
17672         * gnus-sum.el (gnus-update-summary-mark-positions):
17673         * message.el (message-check-news-body-syntax):
17674         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17675         8-bit unibyte values to a multibyte string for search functions.
17676
17677 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17678
17679         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17680         (mm-uu-dissect-text-parts): New function.
17681
17682         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17683         dissect text parts.
17684
17685         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17686         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17687
17688         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17689
17690         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17691         Use gnus-current-topics instead of gnus-current-topic.
17692
17693 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17694
17695         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17696
17697 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17698
17699         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17700         where approriate.
17701
17702         * nnml.el (nnml-generate-active-info): do.
17703
17704         * nndiary.el (nndiary-generate-active-info): do.
17705
17706         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17707         (gnus-topic-move): do.
17708
17709         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17710         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17711
17712         * gnus-srvr.el (gnus-server-prepare)
17713         (gnus-server-open-all-servers): do.
17714
17715         * gnus-msg.el (gnus-summary-cancel-article)
17716         (gnus-summary-resend-message)
17717         (gnus-summary-mail-crosspost-complaint): do.
17718
17719         * gnus-move.el (gnus-change-server): do.
17720
17721         * gnus-group.el (gnus-group-unmark-all-groups)
17722         (gnus-group-set-current-level): do.
17723
17724 2004-10-04  Simon Josefsson  <jas@extundo.com>
17725
17726         * message.el (message-generate-hashcash): Doc fix.
17727
17728 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17729
17730         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17731         avoid infinite recursion via gnus-get-function.
17732
17733 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17734
17735         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17736
17737         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17738
17739         * nnmail.el (nnmail-split-history): do.
17740
17741         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17742         (nnml-request-delete-group): do.
17743
17744         * nnslashdot.el (nnslashdot-read-groups): do.
17745
17746         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17747         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17748
17749         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17750         (nnspool-sift-nov-with-sed): Use last.
17751         (nnspool-retrieve-headers-with-nov): Use mapc.
17752         (nnspool-request-newgroups): Use dolist.
17753         (nnspool-request-group): Use last.
17754
17755         * nntp.el (nntp-read-server-type): Use dolist.
17756
17757         * nnvirtual.el (nnvirtual-create-mapping)
17758         (nnvirtual-update-read-and-marked): Use dolist.
17759         (nnvirtual-convert-headers): Simplify.
17760
17761 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17762
17763         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17764         Add support for sync'ing tick marks.
17765
17766 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17767
17768         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17769         there's no visible header.
17770
17771 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17772
17773         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17774         When necessary, pass full group name to gnus-request-set-marks.
17775
17776 2004-10-01  Simon Josefsson  <jas@extundo.com>
17777
17778         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17779         acroread.
17780
17781 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17782
17783         * spam-report.el (spam-report-gmane): Fix interactive.
17784
17785         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17786
17787         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17788         when writing file.
17789         (gnus-agent-synchronize-flags): Don't default to being
17790         interactive.
17791
17792 2004-09-30  Simon Josefsson  <jas@extundo.com>
17793
17794         * message.el (message-generate-hashcash): Add.
17795         (message-send-mail): Use it, call mail-add-payment.
17796
17797 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17798
17799         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17800
17801 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17802
17803         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17804         gnus-requst-update-info with explicit code to sync the in-memory
17805         info read flags with the marks being sync'd to the backend.
17806
17807         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17808
17809 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17810
17811         * spam.el (spam-verify-bogofilter): Add new function.
17812         (spam-check-bogofilter)
17813         (spam-bogofilter-register-with-bogofilter): Use it.
17814         (spam-verify-bogofilter): Add small fixes.
17815
17816 2004-09-28  Simon Josefsson  <jas@extundo.com>
17817
17818         * hashcash.el (hashcash-generate-payment): Revert.
17819
17820 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17821
17822         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17823         Use gnus-extract-references instead of gnus-split-references.
17824
17825         * gnus-util.el (gnus-extract-references): Add new function, analogous
17826         to gnus-split-references but extracts only the message-ID without
17827         anything extra.
17828
17829         * hashcash.el (hashcash-generate-payment)
17830         (hashcash-check-payment): Do the right thing if hashcash-path is
17831         nil (because the hashcash program could not be found).
17832
17833         * spam.el (spam-use-hashcash): Remove comment.
17834
17835 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17836
17837         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17838         (gnus-cache-enter-article, gnus-cache-remove-article)
17839         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17840
17841         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17842
17843         * gnus-art.el (article-hide-boring-headers)
17844         (article-translate-strings, article-display-face)
17845         (gnus-article-mime-match-handle-first)
17846         (gnus-article-highlight-headers)
17847         (gnus-article-add-buttons-to-head): do.
17848
17849 2004-09-27  Simon Josefsson  <jas@extundo.com>
17850
17851         * hashcash.el: New version, from
17852         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17853         ../contrib/.
17854
17855 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17856
17857         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17858
17859 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17860
17861         * gnus-dup.el (gnus-dup-open): Use mapc.
17862         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17863
17864         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17865         Reported by Stefan Wiens <s.wi@gmx.net>.
17866
17867         * gnus.el (gnus-shutdown): Use dolist.
17868
17869         * gnus-undo.el (gnus-undo): Use mapc.
17870
17871         * nnrss.el (nnrss-generate-active): do.
17872
17873         * message.el (message-cite-original-without-signature)
17874         (message-cite-original): Use mapc.
17875         (message-do-actions, message-make-forward-subject): Use dolist.
17876
17877 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17878
17879         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17880         deletion to remove entire duplicate line.  Fixes merged article
17881         number bug.
17882
17883 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17884
17885         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17886         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17887         first ask if you want to open a server and then, even when you
17888         responded with no, asking if you want to synchronize the server's
17889         flags.
17890         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17891         multi-line expressions.
17892         (gnus-agent-synchronize-group-flags): New internal function.
17893         Updates marks in memory (in the info structure) AND in the
17894         backend.
17895
17896         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17897
17898         * nnagent.el (nnagent-request-set-mark):
17899         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17900         method, to ensure that synchronization updates marks in the
17901         backend and in the info (in memory) structure.
17902
17903 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17904
17905         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17906         convention fully; don't miss the root article of a thread; make
17907         the X-Draft-From header with correct article numbers.
17908
17909 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17910
17911         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17912         unless plugged.  Disable the agent so that an open failure causes
17913         an error.
17914
17915         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17916         Revert 2004-09-21 change.  The backend must be opened while
17917         synchronizing flags even when the backend stores the flags
17918         locally.
17919
17920 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17921
17922         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17923         in `header' match.  Reported by Svend Tollak Munkejord.
17924
17925         * message.el (message-cite-original): Fix use of
17926         `message-cite-articles-with-x-no-archive'.
17927
17928 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17929
17930         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17931         (gnus-window-to-buffer): Ditto.
17932
17933         * mml.el (mml-preview-buffer): New variable.
17934         (mml-preview): Manage window layout with gnus-buffer-configuration.
17935
17936         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17937         X-Draft-From header even if those articles aren't quoted.
17938
17939 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17940
17941         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17942         (gnus-request-set-mark, gnus-request-update-mark): Use new
17943         g-s-t-u-l-m to decide to use backend even when unplugged.
17944
17945 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17946
17947         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17948         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17949
17950 2004-09-20  Simon Josefsson  <jas@extundo.com>
17951
17952         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17953         "utf-16-le".
17954
17955 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17956
17957         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17958
17959 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17960
17961         * uudecode.el (uudecode-use-external): Add :version.
17962
17963         * smime.el (smime-CA-file, smime-encrypt-cipher)
17964         (smime-dns-server): Add :version.
17965
17966         * smiley.el (gnus-smiley-file-types): Add :version.
17967
17968         * sha1.el (sha1-use-external): Add :version.
17969
17970         * pgg-def.el (pgg-query-keyserver): Add :version.
17971
17972         * nnmail.el (nnmail-fancy-expiry-targets)
17973         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17974         Add :version.
17975
17976         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17977         (nnimap-retrieve-groups-asynchronous): Add :version.
17978         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17979
17980         * mml.el (mml-content-disposition-parameters)
17981         (mml-insert-mime-headers-always): Add :version.
17982
17983         * mm-util.el (mm-coding-system-priorities): Add :version.
17984
17985         * mm-decode.el (mm-inline-text-html-with-images)
17986         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17987         (mm-verify-option): Add :version.
17988         (mm-text-html-renderer): Change :version.
17989
17990         * message.el (message-fcc-externalize-attachments)
17991         (message-required-headers, message-draft-headers)
17992         (message-subject-trailing-was-query)
17993         (message-subject-trailing-was-ask-regexp)
17994         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17995         (message-mark-insert-end, message-archive-header)
17996         (message-archive-note, message-cross-post-default)
17997         (message-cross-post-note, message-followup-to-note)
17998         (message-cross-post-note-function, message-use-mail-followup-to)
17999         (message-subscribed-address-functions)
18000         (message-subscribed-address-file, message-subscribed-addresses)
18001         (message-subscribed-regexps, message-allow-no-recipients)
18002         (message-yank-cited-prefix, message-signature-insert-empty-line)
18003         (message-hidden-headers, message-hierarchical-addresses)
18004         (message-mail-user-agent, message-use-idna)
18005         (message-valid-fqdn-regexp)
18006         (message-strip-special-text-properties, message-header-synonyms)
18007         (message-beginning-of-line, message-tab-body-function): Add :version.
18008         (message-insert-canlock, message-wide-reply-confirm-recipients):
18009         Change :version.
18010
18011         * mail-source.el (mail-source-ignore-errors): Add :group, :type
18012         and :version.
18013         (mail-source-delete-old-incoming-confirm)
18014         (mail-source-movemail-program): Add :version.
18015
18016         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18017         (gnus-agent-cache, gnus-agent): Change :version.
18018
18019         * gnus-util.el (gnus-use-byte-compile): Change :version.
18020
18021         * gnus-sum.el (gnus-summary-make-false-root-always)
18022         (gnus-summary-default-high-score)
18023         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18024         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18025         (gnus-read-all-available-headers, gnus-article-emulate-mime)
18026         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18027         (gnus-sum-thread-tree-single-indent)
18028         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18029         (gnus-sum-thread-tree-leaf-with-other)
18030         (gnus-sum-thread-tree-single-leaf): Add :version.
18031         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18032         (gnus-article-loose-mime): Change :version.
18033
18034         * gnus-start.el (gnus-backup-startup-file)
18035         (gnus-save-startup-file-via-temp-buffer): Add :version.
18036
18037         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18038         (gnus-server-offline-face): Add :version.
18039
18040         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18041
18042         * gnus-msg.el (gnus-gcc-externalize-attachments)
18043         (gnus-debug-files, gnus-debug-exclude-variables)
18044         (gnus-discouraged-post-methods): Change :version.
18045         (gnus-confirm-mail-reply-to-news)
18046         (gnus-confirm-treat-mail-like-news): Add :version.
18047
18048         * gnus-int.el (gnus-server-unopen-status): Add :version.
18049
18050         * gnus-group.el (gnus-group-jump-to-group-prompt)
18051         (gnus-large-ephemeral-newsgroup)
18052         (gnus-fetch-old-ephemeral-headers): Add :version.
18053
18054         * gnus-fun.el (gnus-x-face-directory)
18055         (gnus-convert-pbm-to-x-face-command)
18056         (gnus-convert-image-to-x-face-command)
18057         (gnus-convert-image-to-face-command): Add :version.
18058
18059         * gnus-delay.el (gnus-delay-default-hour): Add :version.
18060
18061         * gnus-cite.el (gnus-cite-blank-line-after-header)
18062         (gnus-article-boring-faces): Add :version.
18063
18064         * gnus-art.el (gnus-buttonized-mime-types)
18065         (gnus-inhibit-mime-unbuttonizing)
18066         (gnus-treat-display-face)
18067         (gnus-treat-body-boundary): Change :version.
18068         (gnus-body-boundary-delimiter, gnus-picon-databases)
18069         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18070         (gnus-treat-date-english, gnus-treat-fold-headers)
18071         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18072         (gnus-treat-mail-picon, gnus-treat-wash-html)
18073         (gnus-article-encrypt-protocol)
18074         (gnus-use-idna, gnus-article-over-scroll)
18075         (gnus-mime-display-multipart-alternative-as-mixed)
18076         (gnus-mime-display-multipart-related-as-mixed)
18077         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18078         (gnus-ctan-url, gnus-button-ctan-handler)
18079         (gnus-button-handle-ctan-bogus-regexp)
18080         (gnus-button-ctan-directory-regexp)
18081         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18082         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18083         (gnus-button-man-level, gnus-button-emacs-level)
18084         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18085
18086         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18087         (gnus-agent-go-online): Change :version.
18088         (gnus-agent-expire-unagentized-dirs)
18089         (gnus-agent-auto-agentize-methods): Add :version.
18090
18091         * flow-fill.el (fill-flowed-display-column)
18092         (fill-flowed-encode-column): Add :version.
18093
18094         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18095         (gnus-outlook-deuglify-unwrap-max)
18096         (gnus-outlook-deuglify-cite-marks)
18097         (gnus-outlook-deuglify-unwrap-stop-chars)
18098         (gnus-outlook-deuglify-no-wrap-chars)
18099         (gnus-outlook-deuglify-attrib-cut-regexp)
18100         (gnus-outlook-deuglify-attrib-verb-regexp)
18101         (gnus-outlook-deuglify-attrib-end-regexp)
18102         (gnus-outlook-display-hook): Add :version.
18103
18104         * binhex.el (binhex-use-external): Add :version.
18105
18106 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18107
18108         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18109         and `invisible'.
18110
18111 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18112
18113         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18114         in gnus-registry-trim.
18115
18116 2004-09-13  Simon Josefsson  <jas@extundo.com>
18117
18118         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18119
18120         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18121
18122         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18123         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18124         <yamaoka@jpl.org>.
18125         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18126         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18127         <yamaoka@jpl.org>.
18128
18129         * sieve.el (sieve-manage-mode): Ditto.
18130
18131 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18132
18133         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18134
18135 2004-09-11  Simon Josefsson  <jas@extundo.com>
18136
18137         * dns-mode.el: Add.
18138
18139         * mm-view.el (mm-display-dns-inline): Add.
18140
18141         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18142         (mm-automatic-display): Ditto.
18143
18144         * mailcap.el (mailcap-mime-data): Add text/dns.
18145         (mailcap-mime-extensions): Map .soa to text/dns.
18146
18147 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18148
18149         * gnus-art.el (article-decode-mime-words, article-babel)
18150         (gnus-article-highlight-signature, gnus-article-add-buttons)
18151         (gnus-signature-toggle): Remove unnecessary bindings of
18152         `inhibit-read-only' inherited from v5.10 merge.
18153
18154 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18155
18156         * nntp.el (nntp): New customization group.
18157         (nntp-authinfo-file): Add customization group.
18158
18159         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18160
18161         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18162
18163         * gnus.el (to-address, to-list, subscribed)
18164         (large-newsgroup-initial): Ditto.
18165
18166         * flow-fill.el (fill-flowed-display-column)
18167         (fill-flowed-encode-column): Ditto.
18168
18169 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18170
18171         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18172         Use point-min rather than 1.
18173         (message-send-mail): Use buffer-size rather than point-max.
18174
18175         * gnus-sum.el (gnus-summary-search-article-forward):
18176         Signal a specific `search-failed' rather than a generic `error'.
18177
18178         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18179         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18180         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18181
18182 2004-09-10  Simon Josefsson  <jas@extundo.com>
18183
18184         * nndb.el (require): Remove tcp and duplicate cl.
18185
18186 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18187
18188         * gnus-agent.el (directory-files-and-attributes): Move forward.
18189
18190 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18191
18192         * gnus-agent.el (directory-files-and-attributes):
18193         Optionally defined to support XEmacs.
18194
18195 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18196
18197         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18198         to avoid run-time CL dependencies.
18199         (gnus-agent-unfetch-articles): New function.
18200         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18201         article numbers even when local .overview file is missing.
18202         (gnus-agent-read-article-number): New function.  Only accepts
18203         27-bit article numbers.
18204         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18205         Use gnus-agent-read-article-number.
18206         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18207         from backend while recognizing that article numbers in .overview
18208         must be valid.
18209         (gnus-agent-update-files-total-fetched-for):
18210         Use directory-files-and-attributes to improve performance.
18211         * gnus-int.el (gnus-request-move-article):
18212         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18213         improve performance.
18214
18215         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18216         some users confused by references to .newsrc when they only have a
18217         .newsrc.eld file.
18218         (gnus-convert-mark-converter-prompt)
18219         (gnus-convert-converter-needs-prompt): Fix use of property list.
18220         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18221         New function.  Used internally to only display 'gnus converting
18222         files' message when actually necessary.
18223
18224         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18225         methods now autoloaded.
18226
18227 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18228
18229         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18230         identifiers.
18231
18232 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18233
18234         * gnus-picon.el: Fix indentation and closing parenthesis.
18235
18236 2004-09-01  Simon Josefsson  <jas@extundo.com>
18237
18238         * message.el (message-canlock-generate): Require sha1, not
18239         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18240         to require within a function.  Sadly, if sha1.el isn't loaded, the
18241         let binding in m-c-g will hide the defcustom definition, which is
18242         bad.)
18243
18244         * canlock.el: Require sha1, not sha1-el.
18245
18246         * message.el: Don't autoload sha1 (there is a autoload cookie in
18247         sha1.el).
18248
18249         * sha1-el.el: Rename to sha1.el.
18250
18251 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18252
18253         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18254
18255 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18256
18257         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18258
18259 2004-08-30  Kim F. Storm  <storm@cua.dk>
18260
18261         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18262
18263         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18264         Add :group 'nnimap.
18265
18266 2004-08-30  Andreas Schwab  <schwab@suse.de>
18267
18268         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18269         ?* and ?\;.
18270
18271         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18272         and ?\' to symbol instead of whitespace.
18273
18274 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18275
18276         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18277
18278         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18279         instead of re-search-forward.
18280
18281         * gnus-uu.el (gnus-uu-save-article): Ditto.
18282         (gnus-uu-post-encode-uuencode): Ditto.
18283
18284         * html2text.el (html2text-clean-list-items): Ditto.
18285         (html2text-clean-dtdd): Ditto.
18286         (html2text-format-tags): Ditto.
18287
18288         * message.el (message-send-mail-with-sendmail): Fix regexp.
18289         (message-fill-field-general): Use search-forward instead of
18290         re-search-forward.
18291         (unbold-region): Ditto.
18292
18293         * nnrss.el (nnrss-request-article): Ditto.
18294
18295         * nnslashdot.el (nnslashdot-request-article): Ditto.
18296
18297         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18298
18299         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18300         "Unrecognized menu descriptor" error in XEmacs.
18301
18302 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18303
18304         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18305         parent article of a sparse article in the thread hashtb.
18306
18307 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18308
18309         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18310         (nnmail-expand-newtext): Lowercase expanded entries if
18311         nnmail-split-lowercase-expanded is non-nil.
18312
18313 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18314
18315         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18316
18317         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18318         of gnus-tmp-news-method into string under XEmacs.  It will be
18319         passed to gnus-correct-length which takes only a string argument.
18320
18321 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18322
18323         * gnus-util.el (gnus-bind-print-variables): New macro.
18324         (gnus-prin1): Use it.
18325         (gnus-prin1-to-string): Use it.
18326         (gnus-pp): New function.
18327         (gnus-pp-to-string): New function.
18328
18329         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18330         Replace pp-to-string with gnus-pp-to-string.
18331         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18332         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18333         * gnus-msg.el (gnus-debug): Ditto.
18334         * gnus-score.el (gnus-score-save): Ditto.
18335         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18336         gnus-pp-to-string.
18337         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18338         with gnus-pp.
18339         * score-mode.el (gnus-score-pretty-print): Ditto.
18340         * webmail.el (webmail-debug): Ditto.
18341
18342 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18343
18344         * gnus-art.el (article-display-face, article-display-x-face):
18345         Use buffer-read-only.
18346
18347 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18348
18349         * gnus-art.el (article-hide-list-identifiers):
18350         Bind inhibit-read-only as t.
18351
18352 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18353
18354         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18355
18356 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18357
18358         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18359         (gnus-narrow-to-page): Don't assume point-min == 1.
18360         (gnus-article-edit-mode): Derive from message-mode.
18361
18362         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18363         point-min == 1.
18364
18365         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18366         Disable incorrect use of `assert'.
18367
18368         * message.el (message-mode): Set comment-start-skip.
18369
18370
18371 2004-08-22  Sam Steingold  <sds@gnu.org>
18372
18373         * pop3.el (pop3-leave-mail-on-server): New user variable.
18374         (pop3-movemail): Delete mail only when it is nil.
18375
18376 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18377
18378         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18379
18380         * mml.el (mml-preview): Use `pop-to-buffer'.
18381
18382         * message.el (message-goto-mail-followup-to): Insert after "To".
18383         (message-carefully-insert-headers): Add comment.
18384
18385         * gnus.el: Remove unused variable `gnus-article-check-size'.
18386
18387         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18388
18389         * gnus-art.el (gnus-button-alist):
18390         Improve `gnus-button-handle-library' entry.
18391
18392 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18393
18394         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18395         Use downcase, since XEmacs capitalizes error messages differently.
18396
18397 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18398
18399         * nntp.el: Add (require 'gnus) due to reference to
18400         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18401
18402 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18403
18404         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18405         Bind `mm-fill-flowed'.
18406
18407         * mm-decode.el (mm-dissect-singlepart): Check it.
18408
18409 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18410
18411         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18412         'imap' for netrc parsing.
18413
18414 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18415
18416         * mailcap.el (mailcap-mime-data): Mark as risky.
18417
18418 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18419
18420         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18421         may be included in the encoded word.
18422         (rfc2047-encode): Don't append a space if the encoded word
18423         includes close parenthesis.
18424
18425 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18426
18427         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18428         of text within parentheses.
18429
18430 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18431
18432         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18433         (gnus-encrypt-write-file-contents): Make the password key the file
18434         name PLUS the cipher, not just the cipher.  Also remove failed
18435         passwords from the cache.
18436
18437 2004-08-06  Simon Josefsson  <jas@extundo.com>
18438
18439         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18440         Doc fix.
18441
18442 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18443
18444         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18445         LWSP.
18446
18447 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18448
18449         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18450         Try to append in-reply-to: data to the references: header.
18451
18452         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18453         (netrc-parse): Use gnus-encrypt.el functions.
18454
18455         * gnus-encrypt.el: Add new file for encryption support; currently
18456         does only a few GPG ciphers and an internal XOR cipher.
18457
18458         * password.el: Add comments on using password-read-and-add.
18459         (password-read-and-add): Add function to read and add the
18460         password to the cache at once.
18461
18462 2004-07-28  Simon Josefsson  <jas@extundo.com>
18463
18464         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18465         parameter (but don't use it, for now).
18466
18467         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18468         instead of hard coding to nil.
18469
18470 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18471
18472         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18473         as mm-inline-image-xemacs does.
18474
18475 2004-07-26  Simon Josefsson  <jas@extundo.com>
18476
18477         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18478         Revert part of 2004-07-17 change below.
18479
18480 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18481
18482         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18483         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18484
18485 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18486
18487         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18488         quotes that actually start with ">" at the beginning of the
18489         lines.
18490
18491 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18492
18493         * rfc2047.el (rfc2047-encode-region): Fix last change.
18494         (rfc2047-encode-parameter): Remove useless concat.
18495
18496 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18497
18498         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18499         encode special characters; fix some kind of misconfigured headers;
18500         signal a real error if debug-on-quit or debug-on-error is non-nil.
18501         (rfc2047-encode-max-chars): New variable.
18502         (rfc2047-encode-1): Use it.
18503         (rfc2047-encode-parameter): New function.
18504
18505         * mml.el (mml-insert-parameter): Remove an excessive space.
18506
18507 2004-07-17  Simon Josefsson  <jas@extundo.com>
18508
18509         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18510         Kai Grossjohann <kai@emptydomain.de>.
18511         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18512         (gnus-group-make-menu-bar): Ditto.
18513
18514         * gnus-util.el (gnus-group-server): Add.
18515
18516 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18517
18518         * message.el (message-clone-locals): Clone sendmail and smtp
18519         variables.
18520
18521 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18522
18523         * rfc2047.el (rfc2047-encode-region): Fix last change.
18524
18525 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18526
18527         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18528         characters as non-special.
18529
18530 2004-07-09  Simon Josefsson  <jas@extundo.com>
18531
18532         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18533         Users will lose all flag changes made while unplugged with
18534         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18535         good default.  See numerous reports on ding mailing list.
18536
18537 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18538
18539         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18540         add generate-head-function and generate-article-function to the
18541         rfc822-forward entry.
18542         (nndoc-rfc822-forward-generate-article): New function.
18543         (nndoc-rfc822-forward-generate-head): New function.
18544
18545         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18546
18547 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18548
18549         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18550         respect display group parameter and gnus-summary-expunge-below.
18551         (gnus-articles-to-read): Remove unused reference to display group
18552         parameter.
18553
18554 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18555
18556         * nnheader.el (nnheader-uniquify-message-id): New experimental
18557         variable.
18558         (nnheader-nov-read-message-id): Use it.
18559
18560         * spam-report.el (spam-report-gmane): Add interactive.
18561
18562 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18563
18564         * mm-encode.el (mm-content-transfer-encoding-defaults):
18565         Use qp-or-base64 for the application/* types.
18566
18567 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18568
18569         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18570
18571 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18572
18573         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18574         trim value.
18575
18576 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18577
18578         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18579         New macro and function.
18580         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18581
18582 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18583
18584         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18585         after-load-alist.
18586
18587 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18588
18589         * gnus-group.el (gnus-group-get-new-news-this-group):
18590         Don't update info that isn't there.
18591
18592 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18593
18594         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18595         entry.
18596
18597 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18598
18599         * mm-view.el (mm-inline-render-with-function): Use multibyte
18600         buffer; decode html source by charset.
18601
18602         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18603
18604         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18605         Mule-UCS is loaded under XEmacs.
18606         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18607
18608 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18609
18610         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18611
18612 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18613
18614         * mm-util.el (mm-coding-system-p): Return a coding-system.
18615         (mm-mime-mule-charset-alist): Use shift_jis instead of
18616         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18617         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18618         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18619         instead of japanese-shift-jis and iso-latin-1 respectively in
18620         order to share the default value with both Emacs and XEmacs-mule.
18621         (mm-mule-charset-to-mime-charset):
18622         Make mm-coding-system-priorities effective.
18623         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18624         while predicating of candidates upon the priorities.
18625
18626 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18627
18628         * gnus-sum.el (gnus-summary-make-menu-bar):
18629         Add gnus-uu-invert-processable.
18630
18631         * gnus.el: Autoload gnus-uu-invert-processable.
18632
18633 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18634
18635         * mm-util.el (mm-with-multibyte-buffer): New macro.
18636
18637         * rfc2047.el (rfc2047-encode-string): Use it.
18638         (rfc2047-encode-region): Move point to the end of the region after
18639         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18640
18641 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18642
18643         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18644         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18645
18646 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18647
18648         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18649         (gnus-cite-parse): Ignore quoted envelope From_.
18650         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18651
18652 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18653
18654         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18655         invalid addresses.
18656
18657 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18658
18659         * spam.el: Change section markers, revise TODO list.
18660         (spam-backends): Make new master list of all installed backends.
18661         (spam-summary-exit-behavior): Add new variable to determine how
18662         messages moves are done at summary exit.
18663         (spam-move-spam-nonspam-groups-only)
18664         (spam-process-ham-in-nonham-groups)
18665         (spam-process-ham-in-spam-groups): Remove variables, the
18666         spam-summary-exit-behavior variable should be used to manage this
18667         behavior.
18668         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18669         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18670         and spam-old-spam-articles.
18671         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18672         Add empty variables, placeholders for the backends they represent.
18673         (spam-set-difference): Move, unchanged.
18674         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18675         unless the user has a processor variable.
18676         (spam-classifications, spam-classification-valid-p)
18677         (spam-backend-properties, spam-backend-property-valid-p)
18678         (spam-backend-function-type-valid-p)
18679         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18680         (spam-report-articles-gmane, spam-report-articles-resend):
18681         Remove functions, they are not needed.
18682         (spam-install-backend-super, spam-backend-list)
18683         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18684         (spam-backend-function, spam-backend-ham-registration-function)
18685         (spam-backend-spam-registration-function)
18686         (spam-backend-ham-unregistration-function)
18687         (spam-backend-spam-unregistration-function)
18688         (spam-backend-statistical-p, spam-backend-mover-p)
18689         (spam-install-backend-alias, spam-install-checkonly-backend)
18690         (spam-install-mover-backend, spam-install-nocheck-backend)
18691         (spam-install-backend, spam-install-statistical-backend)
18692         (spam-install-statistical-checkonly-backend): Add backend installation
18693         support.
18694         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18695         (spam-group-processor-p): Use the new backend code and respect the
18696         summary exit behavior.
18697         (spam-mark-spam-as-expired-and-move-routine): Remove.
18698         (spam-summary-prepare): Change to use the new spam-old-articles
18699         variable.
18700         (spam-copy-or-move-routine, spam-copy-spam-routine)
18701         (spam-move-spam-routine, spam-copy-ham-routine)
18702         (spam-move-ham-routine): Add code to copy/move ham or spam.
18703         (spam-fetch-field-fast): Improve doc and code, plus allow the
18704         'number request.
18705         (spam-list-of-checks, spam-list-of-statistical-checks):
18706         Remove variables.
18707         (spam-split, spam-find-spam): Use the new backend code.
18708         (spam-registration-functions): Remove variable.
18709         (spam-unregister-routine): Add convenience wrapper.
18710         (spam-log-undo-registration, spam-register-routine)
18711         (spam-log-processing-to-registry)
18712         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18713         where possible.
18714         (spam-check-gmane-xref, spam-check-regex-headers)
18715         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18716         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18717         (spam-check-bogofilter-headers, spam-check-spamoracle)
18718         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18719         (spam-check-crm114-headers): Use the spam-split-group that
18720         spam-split prepares, no need to determine it every time.
18721
18722         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18723         to the nnheader-parse-naked-head call.
18724
18725         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18726
18727         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18728         the nnheader-nov-read-message-id call.
18729
18730 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18731
18732         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18733         gnus-activate-group twice.  Suggested by Markus Peter
18734         <warp@spin.de>.
18735
18736 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18737
18738         * gnus-art.el (gnus-article-time-format): Exchange the order of
18739         day and month in the default value; fix customization type.
18740         (article-date-ut): Use add-text-properties.
18741         (article-make-date-line): Use message-make-date instead of
18742         current-time-string.
18743
18744         * message.el (message-fetch-field): Don't use set-text-properties.
18745         (message-make-date): Simplify.
18746
18747         * messagexmas.el (message-xmas-make-date): New function.
18748         (message-xmas-redefine): Defalias message-make-date to it.
18749
18750 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18751
18752         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18753         (rfc2047-encode-region): Treat text within parentheses as special;
18754         show the original text when error has occurred.
18755
18756         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18757         already-computed method to gnus-activate-group.
18758
18759         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18760         same select-methods identical Lisp objects.
18761
18762         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18763         object when modifying the info.
18764
18765 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18766
18767         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18768         gnus-opened-servers since it has never been opened with the new
18769         configuration yet.
18770
18771 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18772
18773         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18774         arg to nnheader-generate-fake-message-id.
18775
18776 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18777
18778         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18779         number and build a fake message ID localized to a group and
18780         article number (so it's repeatable from that point on).
18781         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18782         ID format.
18783
18784         * gnus-sum.el (gnus-get-newsgroup-headers):
18785         Call nnheader-generate-fake-message-id with the article number.
18786
18787 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18788
18789         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18790         end-of-buffer.
18791
18792 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18793
18794         * message.el (message-ignored-supersedes-headers): Add Approved.
18795
18796 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18797
18798         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18799         goto-char.
18800         (rfc2047-encode): Fold the line before encoding.
18801
18802 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18803
18804         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18805         folding -- not all headers can be folded, and this should be done
18806         by the message composition mode.  Probably.  I think.
18807
18808 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18809
18810         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18811         fast.
18812
18813         * gnus-ems.el (gnus-remove-image): Don't use
18814         message-text-with-property; remove only the image found first.
18815
18816         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18817         found first.
18818
18819 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18820
18821         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18822
18823 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18824
18825         * message.el (message-text-with-property): Make it fast and accept
18826         optional arguments.
18827         (message-strip-forbidden-properties): Use it.
18828         (message-fix-before-sending): Follow the m-t-w-p change.
18829
18830         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18831
18832 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18833
18834         * gnus-art.el (article-hide-headers): Don't change the buffer
18835         mistakenly when performing mml-preview even if
18836         gnus-single-article-buffer is nil.
18837
18838 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18839
18840         * message.el (message-expand-name-databases): New user option.
18841         (message-expand-name): Use it.
18842
18843 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18844
18845         * spam.el (spam-report-articles-resend)
18846         (spam-report-resend-register-routine): Allow ham reporting.
18847         (spam-report-resend-register-ham-routine): Add wrapper.
18848         (spam-registration-functions): Add ham resending functions.
18849         (spam-list-of-processors): Add ham resend processor.
18850
18851         * gnus.el (ham-resend-to): Add new group parameter.
18852         (spam-process): Add ham resend option.
18853
18854         * spam-report.el (spam-report-resend): Allow reporting ham.
18855         (spam-report-resend-ham): Add wrapper.
18856
18857 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18858
18859         * message.el (message-cite-articles-with-x-no-archive):
18860         New variable.
18861         (message-cite-original): Use it.
18862
18863 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18864
18865         * message.el (message-cite-original): Respect X-No-Archive.
18866
18867 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18868
18869         * gnus-art.el (article-hide-headers): Refer to the values for
18870         gnus-ignored-headers and gnus-visible-headers in the summary
18871         buffer since a user may have set them as group parameters.
18872
18873 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18874
18875         * assistant.el (assistant-node-name): Add convenience function.
18876         (assistant-render-text, assistant-render-node): Add error handling,
18877         plus handle multiple next nodes.
18878         (assistant-find-next-node): Comment out for now.
18879         (assistant-find-next-nodes): Add function, returns list of next
18880         nodes.
18881
18882 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18883
18884         * mail-source.el (mail-source-directory): Fix doc-string.
18885
18886 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18887
18888         * assistant.el (assistant-render-text, assistant-eval): Add :set
18889         widget type, which is different because it takes and returns a
18890         list.  Much hilarity ensues.
18891
18892 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18893
18894         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18895
18896         * gnus-group.el (gnus-group-get-new-news-this-group):
18897         Add doc-string.
18898
18899         * gnus-start.el (gnus-activate-group): Add doc-string.
18900
18901 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18902
18903         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18904
18905 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18906
18907         * assistant.el (assistant-render-text): Try to add a :set
18908         widget, more to come.
18909
18910         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18911         strings.
18912         (spam-report-articles-resend)
18913         (spam-register-routine): Do registration iff any articles warrant
18914         it.
18915         (spam-summary-prepare-exit): Change log message for nil group
18916         destinations.
18917
18918 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18919
18920         * spam.el (spam-report-resend-register-routine):
18921         Allow spam-report-resend-to to be a group parameter or a global value.
18922
18923 2004-05-26  Simon Josefsson  <jas@extundo.com>
18924
18925         * starttls.el: Merge with my GNUTLS based starttls.el.
18926         (starttls-gnutls-program, starttls-use-gnutls)
18927         (starttls-extra-arguments, starttls-process-connection-type)
18928         (starttls-connect, starttls-failure, starttls-success):
18929         New variables.
18930         (starttls-program, starttls-extra-args): Doc fix.
18931         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18932         New functions.
18933         (starttls-negotiate, starttls-open-stream):
18934         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18935         function if it is set.
18936
18937 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18938
18939         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18940         structured fields.
18941
18942 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18943
18944         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18945
18946 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18947
18948         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18949         Add variable.
18950         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18951         assigning the spam-mark to new messages.
18952
18953 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18954
18955         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18956
18957 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18958
18959         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18960
18961         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18962         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18963         default.
18964
18965 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18966
18967         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18968         correct data.
18969
18970 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18971
18972         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18973         (spam-group-processor-p): Fix function.
18974         (spam-group-processor-multiple-p)
18975         (spam-group-spam-processor-report-gmane-p)
18976         (spam-group-spam-processor-report-resend-p)
18977         (spam-group-spam-processor-bogofilter-p)
18978         (spam-group-spam-processor-blacklist-p)
18979         (spam-group-spam-processor-ifile-p)
18980         (spam-group-ham-processor-ifile-p)
18981         (spam-group-spam-processor-spamoracle-p)
18982         (spam-group-spam-processor-crm114-p)
18983         (spam-group-ham-processor-bogofilter-p)
18984         (spam-group-spam-processor-stat-p)
18985         (spam-group-ham-processor-stat-p)
18986         (spam-group-ham-processor-whitelist-p)
18987         (spam-group-ham-processor-BBDB-p)
18988         (spam-group-ham-processor-spamoracle-p)
18989         (spam-group-ham-processor-copy-p): Remove functions with some
18990         prejudice against unneeded code.
18991         (spam-report-articles-resend)
18992         (spam-report-resend-register-routine): Allow the group/topic
18993         spam-resend-to value to override spam-report-resend-to.
18994         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18995         properly now.
18996
18997         * gnus.el (spam-resend-to): Add group/topic parameter.
18998         (spam-process): Move the OBSOLETE processors to the end of the
18999         choices.
19000
19001 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
19002
19003         * spam-report.el (spam-report-resend-to, spam-report-resend):
19004         Start with resend-to set to nil, and then ask the user if necessary.
19005         (spam-report-resend): spam-report-resend takes a list of articles, not
19006         separate article numbers.
19007
19008 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19009
19010         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19011         addition to emacs-w3m.
19012
19013 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19014
19015         * assistant.el (assistant-authinfo-data): New function.
19016         (assistant-eval): Eval for entire assistant.
19017
19018         * netrc.el (netrc-services-file): New variable.
19019         (netrc-parse-services): New function.
19020         (netrc-find-service-name): New function.
19021         (netrc-find-service-number): New function.
19022         (netrc-port-equal): New function.
19023         (netrc-machine): Use it.
19024
19025         * nnimap.el (nnimap-open-connection): Use netrc.
19026
19027         * gnus-util.el (gnus-netrc-get): Remove aliases.
19028
19029         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19030
19031         * assistant.el (wid-edit): Fix compilation.
19032
19033         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19034
19035 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
19036
19037         * gnus-util.el (gnus-set-file-modes): New function.  (small
19038         patch).
19039
19040 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19041
19042         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19043
19044         * assistant.el (assistant-render-node): Fix up rendering and
19045         read-only text.
19046         (assistant-render-node): Reset.
19047         (assistant-make-read-only): Not sticky.
19048
19049 2004-05-20  Danny Siu  <dsiu@adobe.com>
19050
19051         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19052         centered even when gnus-auto-center-summary is t.
19053
19054 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19055
19056         * dns.el (dns-get-txt-answer): New function.
19057         (dns-read-txt): Ditto.
19058         (query-dns): Use it.
19059
19060 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19061
19062         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19063         active for foreign groups even if the group level is higher than
19064         the specified value.
19065
19066 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19067
19068         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19069         non-active groups.
19070
19071         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19072
19073 2004-05-20  Magnus Henoch  <mange@freemail.hu>
19074
19075         * dns.el (dns-read-type): Add support for SVR.  (small patch)
19076
19077 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19078
19079         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19080         (spam-crm114-header, spam-crm114-spam-switch)
19081         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19082         (spam-crm114-positive-spam-header)
19083         (spam-crm114-database-directory, spam-list-of-processors)
19084         (spam-group-spam-processor-crm114-p)
19085         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19086         (spam-generic-score, spam-list-of-checks)
19087         (spam-list-of-statistical-checks, spam-registration-functions)
19088         (spam-check-crm114-headers, spam-crm114-score)
19089         (spam-check-crm114, spam-crm114-register-with-crm114)
19090         (spam-crm114-register-spam-routine)
19091         (spam-crm114-unregister-spam-routine)
19092         (spam-crm114-register-ham-routine)
19093         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19094         From asjo@koldfront.dk (Adam Sjøgren).
19095
19096         * gnus.el: Add spam-use-crm114.
19097
19098         * spam.el (spam-list-of-processors, spam-registration-functions):
19099         Add spam-use-resend.
19100         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19101         (spam-report-articles-gmane): Add doc fix.
19102         (spam-report-articles-resend, spam-report-resend-register-routine):
19103         Add wrappers around spam-report-resend-to.
19104
19105         * spam-report.el (spam-report-resend-to, spam-report-resend):
19106         Add support for resending spam.
19107         (spam-report-gmane): Fix line length >80.
19108
19109         * gnus.el (spam-process): Add spam-use-resend.
19110
19111 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19112
19113         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19114         number of processed spam messages.
19115         (spam-ham-copy-or-move-routine): Return the number of processed
19116         ham messages.
19117         (spam-summary-prepare-exit): Use the above values to decide
19118         whether status messages shouled be displayed.
19119
19120 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19121
19122         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19123         `rfc2047-encoding-function-alist' in order to avoid conflicting
19124         with the old version.
19125         (rfc2047-encode-region): Concatenate words containing non-ASCII
19126         characters in structured fields; don't encode space-delimited
19127         ASCII words even in unstructured fields; don't break words at
19128         char-category boundaries.
19129         (rfc2047-encode-1): New function.
19130         (rfc2047-encode): Use it; encode text so that it occupies the
19131         maximum width within 76-column; work correctly on Q encoding for
19132         iso-2022-* charsets.
19133         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19134         sure not to break a line just after the header name.
19135         (rfc2047-b-encode-region): Remove.
19136         (rfc2047-b-encode-string): New function.
19137         (rfc2047-q-encode-region): Remove.
19138         (rfc2047-q-encode-string): New function.
19139
19140         * mm-util.el (mm-replace-in-string): New function.
19141
19142 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19143
19144         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19145         Really get it right.
19146         (gnus-inews-make-draft): Really.
19147
19148 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19149
19150         * nnmh.el (nnmh-request-list-1): Don't check the link count
19151         before descending.  (small patch)
19152
19153 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19154
19155         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19156         stuff.
19157
19158         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19159         Match on real group name.
19160
19161         * gnus-art.el (gnus-signature-limit): Doc fix.
19162
19163         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19164
19165         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19166
19167 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19168
19169         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19170         isn't a string.
19171
19172 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19173
19174         * gnus-draft.el (gnus-draft-send):
19175         Bind rfc2047-encode-encoded-words.
19176
19177         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19178         (rfc2047-encodable-p): Say that =? needs encoding.
19179         (rfc2047-encode-encoded-words): New variable.
19180
19181         * gnus-group.el (gnus-group-select-group): Doc fix.
19182
19183         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19184
19185         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19186         to nil.
19187
19188         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19189
19190         * nnheader.el (nnheader-get-lines-and-char): New function.
19191
19192 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19193
19194         * gnus-msg.el (gnus-summary-followup-with-original):
19195         Document yanking of region when active.
19196
19197 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19198
19199         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19200         groups if the group level is higher than the specified value.
19201
19202 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19203
19204         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19205         (gnus-group-jump-to-group): Add prefix argument using
19206         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19207         non-active group.
19208
19209         * compface.el (uncompface): Be verbose when changing
19210         `uncompface-use-external'.
19211
19212         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19213         handle manual section.
19214
19215 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19216
19217         * gnus-art.el (gnus-button-alist): Revert previous change.
19218
19219 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19220
19221         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19222
19223 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19224
19225         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19226         whether backend can accept message.
19227
19228         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19229
19230 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19231
19232         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19233         Avoid creating directory when nntp-marks-is-evil is true.
19234         Reported by Reiner Steib.
19235
19236 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19237
19238         * gnus-picon.el (gnus-picon-style): New variable.
19239         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19240         (gnus-picon-transform-address): Support `gnus-picon-style'.
19241         From Jesper Harder <harder@ifa.au.dk>.
19242
19243 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19244
19245         * message.el (message-fill-field): Return point.
19246         (message-generate-headers): Go to end of field.
19247
19248         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19249         stuff for non-living groups.
19250
19251 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19252
19253         * gnus-art.el (gnus-article-followup-with-original)
19254         (gnus-article-reply-with-original): gnus-mark-active-p ->
19255         gnus-region-active-p.
19256
19257 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19258
19259         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19260         only when there is spam or ham to be processed.
19261
19262 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19263
19264         * mail-source.el (mail-source-delete-crash-box): Refactor.
19265         (mail-source-fetch): Use it.
19266         (mail-source-fetch-file): Ditto.
19267         (mail-source-fetch-directory): Run postscript in loop.
19268         (mail-source-fetch-pop): Delete.
19269         (mail-source-fetch-maildir): Ditto.
19270         (mail-source-fetch-imap): Ditto.
19271
19272         * imap.el (imap-authenticators): Comment out sasl.
19273
19274         * message.el (message-skip-to-next-address): New function.
19275         (message-fill-header-address): Refactor.
19276         (message-fill-address): Use it.
19277         (message-delete-address): Use it.
19278         (message-fill-header-general): Refactor.
19279         (message-fill-field-address): Rename.
19280         (message-narrow-to-field): Find the start of the header.
19281         (message-header-format-alist): Don't pre-fill.
19282         (message-fill-header): Remove.
19283         (message-insert-header): New function.
19284         (message-shorten-references): Use it.
19285
19286         * rfc2047.el (rfc2047-field-value): Strip props.
19287
19288         * mail-parse.el (mail-header-make-address): New alias.
19289
19290         * ietf-drums.el (ietf-drums-make-address): New function.
19291
19292         * imap.el: Add compiler directives.
19293
19294         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19295
19296         * gnus-art.el (article-decode-idna-rhs): Don't use
19297         message-idna-inside-rhs-p.
19298
19299 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19300
19301         * message.el (message-idna-inside-rhs-p): Remove.
19302         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19303
19304         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19305         false positives.
19306
19307 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19308
19309         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19310
19311 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19312
19313         * nneething.el (nneething-file-name): Don't create spurious
19314         files.
19315
19316         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19317         (gnus-inews-do-gcc): Remove sleep.
19318
19319         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19320         part under point.
19321
19322         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19323         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19324
19325 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19326
19327         * spam.el (spam-summary-prepare-exit): Fix (length).
19328
19329 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19330
19331         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19332         as expired without moving it" message when there are spam
19333         messages left.
19334
19335 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19336
19337         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19338         header is not nil.
19339
19340 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19341
19342         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19343         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19344         (nntp-marks-changed-p): New arg SERVER.
19345         (nntp-request-update-info): Adjust caller.
19346
19347 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19348
19349         * nntp.el (nntp-save-marks): Pass missing arg.
19350
19351 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19352
19353         * nntp.el: Support marks.
19354         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19355         (nntp-marks-modtime, nntp-marks-directory): New variables.
19356         (nntp-request-set-mark, nntp-request-update-info)
19357         (nntp-possibly-create-directory, nntp-marks-changed-p)
19358         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19359         New functions.
19360
19361 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19362
19363         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19364         (gnus-xmas-redefine): Rename.
19365
19366         * gnus-score.el (gnus-score-insert-help):
19367         Use gnus-select-lowest-window.
19368
19369         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19370         appt-select-lowest-window and rename to gnus-select-lowest-window.
19371
19372         * gnus.el: do.
19373
19374 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19375
19376         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19377         encodings of MIME-encoded words, in order to improve
19378         interoperability with several broken MUAs.
19379
19380 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19381
19382         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19383         tags, only when charsets are not specified in headers.
19384         (mm-inline-text-html-render-with-w3m): Ditto.
19385
19386         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19387         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19388
19389 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19390
19391         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19392         instead of MIME-decoded from fields when checking
19393         `gnus-article-address-banner-alist'.
19394
19395 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19396
19397         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19398         description rather than subject.
19399
19400 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19401
19402         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19403
19404 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19405
19406         * gnus.el (gnus-version-number): Bump.
19407
19408 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19409
19410         * gnus.el: No Gnus v0.2 is released.
19411
19412 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19413
19414         * gnus-agent.el (gnus-agent-read-agentview):
19415         Inline gnus-uncompress-range.
19416
19417 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19418
19419         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19420         `exec-installed-p'.
19421
19422 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19423
19424         * gnus.el (spam-process, spam-autodetect-methods):
19425         Add bsfilter and bsfilter-headers.
19426
19427         * spam.el (spam-bsfilter): New customize group.
19428         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19429         (spam-bsfilter-header, spam-bsfilter-probability-header)
19430         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19431         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19432         (spam-bsfilter-database-directory): New options.
19433         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19434         (spam-list-of-statistical-checks, spam-registration-functions):
19435         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19436         (spam-bsfilter-score): New command.
19437         (spam-check-bsfilter-headers, spam-check-bsfilter)
19438         (spam-bsfilter-register-with-bsfilter)
19439         (spam-bsfilter-register-spam-routine)
19440         (spam-bsfilter-unregister-spam-routine)
19441         (spam-bsfilter-register-ham-routine)
19442         (spam-bsfilter-unregister-ham-routine): New functions.
19443         (spam-generic-score): Support bsfilter; Accept an optional argument
19444         to recalcurate spam score even if scoring header has already been
19445         added.
19446         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19447         optional argument to recalcurate spam score even if scoring header
19448         has already been added.
19449
19450 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19451
19452         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19453         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19454         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19455         link is missing.
19456
19457 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19458
19459         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19460         (html2text-get-attr): Rewrite.
19461
19462         * message.el (message-setup-1): Remove redundant put-text-property
19463         on mail-header-separator.
19464
19465 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19466
19467         * gnus-registry.el (gnus-registry-cache-whitespace)
19468         (gnus-registry-action, gnus-registry-spool-action)
19469         (gnus-registry-split-fancy-with-parent): Change message levels
19470         from 5 to 3 or 7, as needed.
19471
19472         * spam.el (spam-summary-prepare-exit)
19473         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19474         (spam-split, spam-find-spam, spam-log-undo-registration)
19475         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19476         level from 5 to 6.
19477
19478 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19479
19480         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19481         2004-03-04 change).
19482
19483 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19484
19485         * sieve-manage.el (sieve-manage-open):
19486         * nnweb.el (nnweb-insert-html):
19487         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19488         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19489         * nnspool.el (nnspool-request-group):
19490         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19491         * nnml.el (nnml-request-update-info):
19492         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19493         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19494         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19495         (nnimap-request-set-mark):
19496         * nnfolder.el (nnfolder-request-update-info):
19497         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19498         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19499         * gnus-uu.el (gnus-uu-find-articles-matching):
19500         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19501         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19502         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19503         * gnus-nocem.el (gnus-nocem-scan-groups):
19504         * gnus-int.el (gnus-start-news-server):
19505         * gnus-group.el (gnus-group-make-kiboze-group)
19506         (gnus-group-browse-foreign-server):
19507         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19508         Use mapc when appropriate.
19509
19510 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19511
19512         FIXME: Make separate entries for each person.
19513
19514         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19515         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19516         <shields@msrl.com>:
19517
19518         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19519         may need for spam sorting and scoring.
19520         (spam-user-format-function-S): Add user format function suitable for
19521         general use.
19522         (spam-article-sort-by-spam-status): Add sorting function for summary
19523         sorting.
19524         (spam-extra-header-to-number): Add function to get a score from a
19525         header.
19526         (spam-summary-score): Add function to get a numeric score from the
19527         headers.
19528         (spam-generic-score): Fix function doc, was in wrong place.
19529         (spam-initialize): Take symbols when it's run, and install the
19530         extra headers that spam-necessary-extra-headers thinks we need.
19531
19532 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19533
19534         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19535         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19536
19537 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19538
19539         * gnus-sum.el (gnus-set-global-variables)
19540         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19541         (gnus-article-get-xrefs, gnus-summary-best-group)
19542         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19543         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19544         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19545         Use with-current-buffer.
19546
19547 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19548
19549         * spam.el (spam-summary-prepare-exit): Simplify logic.
19550         (spam-fetch-article-header): Read the article header if it's not
19551         available.
19552         (spam-list-articles): Simplify logic.
19553         (spam-filelist-register-routine): Fix bug with unregister-list.
19554
19555         * gnus-registry.el: Fix comments at beginning.
19556
19557 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19558
19559         * message.el (message-cater-to-broken-inn): Remove.
19560         (message-shorten-references): Make sure the total folded length of
19561         References is shorter than 998 characters to cater to a bug in INN
19562         2.3.  Also, don't pretend that references aren't folded -- this
19563         hasn't worked for a while.
19564
19565 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19566
19567         * gnus-agent.el (gnus-agentize):
19568         gnus-agent-send-mail-real-function no longer set to current value
19569         of message-send-mail-function but rather a lambda that calls
19570         message-send-mail-function.  The change makes the agent real-time
19571         responsive to user changes to message-send-mail-function.
19572
19573 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19574
19575         * legacy-gnus-agent.el
19576         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19577         help from Florian Weimer <fw@deneb.enyo.de>
19578
19579 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19580
19581         * nnmail.el (nnmail-cache-insert): Revert last change.
19582
19583 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19584
19585         * nnmail.el (nnmail-cache-insert): Always check whether
19586         nnmail-cache-ignore-groups matches a group name.
19587
19588 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19589
19590         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19591         (spam-find-spam, spam-log-processing-to-registry)
19592         (spam-log-registered-p, spam-log-unregistration-needed-p)
19593         (spam-log-undo-registration): Use gnus-message instead of
19594         gnus-error, none of these errors are fatal.
19595
19596         * gnus-registry.el (gnus-registry-clean-empty-function)
19597         (gnus-registry-clean-empty): Remove only empty entries without
19598         extra data.
19599
19600 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19601
19602         * spam-stat.el (spam-stat-buffer-change-to-spam)
19603         (spam-stat-buffer-change-to-non-spam): Change (error) to
19604         (gnus-message 8) invocation.
19605
19606 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19607
19608         * nntp.el (nntp-via-netcat-command): New variable.
19609         (nntp-via-netcat-switches): New variable.
19610         (nntp-open-via-rlogin-and-netcat): New function.
19611         (nntp-open-connection-function): Doc fix.
19612         (nntp-telnet-command): Doc fix.
19613         (nntp-end-of-line): Doc fix.
19614         (nntp-via-rlogin-command): Doc fix.
19615         (nntp-via-user-name): Doc fix.
19616         (nntp-via-address): Doc fix.
19617
19618 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19619
19620         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19621         error in Emacs 21.1.
19622
19623 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19624
19625         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19626
19627 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19628
19629         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19630         (gnus-agent-with-refreshed-group): New macro.
19631         (gnus-agent-rename-group): New function.
19632         (gnus-agent-delete-group): New function.
19633         (gnus-agent-save-group-info): Use gnus-command-method when
19634         `method' parameter is nil.  Don't write nil entries into the
19635         active file.
19636         (gnus-agent-get-group-info): New function.
19637         (gnus-agent-fetch-articles):
19638         Use gnus-agent-update-files-total-fetched-for to increment disk space
19639         used.
19640         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19641         Use gnus-agent-update-view-total-fetched-for to increment disk space
19642         used.
19643         (gnus-agent-get-local): Add optional parameters to avoid calling
19644         gnus-group-real-name and gnus-find-method-for-group.
19645         (gnus-agent-set-local): Delete stored entry if either min, or max,
19646         are nil.
19647         (gnus-agent-fetch-session): Reworded error/quit messages.
19648         On quit, use gnus-agent-regenerate-group to record existance of any
19649         articles fetched to disk before the quit occurred.
19650         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19651         gnus-agent-update-view-total-fetched-for, and
19652         gnus-agent-update-files-total-fetched-for to decrement disk space
19653         used.
19654         (gnus-agent-retrieve-headers):
19655         Use gnus-agent-update-view-total-fetched-for to increment disk space
19656         used.
19657         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19658         with gnus-agent-update-files-total-fetched-for to decrement disk
19659         space and fresh group buffer.
19660         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19661         (gnus-agent-need-update-total-fetched-for): New variable.
19662         (gnus-agent-update-files-total-fetched-for): New function.
19663         (gnus-agent-update-view-total-fetched-for): New function.
19664         (gnus-agent-total-fetched-for): New function.
19665
19666         * gnus-cache.el (gnus-cache-save-buffers):
19667         Use gnus-cache-update-overview-total-fetched-for to change disk space
19668         used by this group.
19669         (gnus-cache-possibly-enter-article):
19670         Use gnus-cache-update-file-total-fetched-for to increment disk space
19671         used by this group.
19672         (gnus-cache-possibly-remove-article):
19673         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19674         used by this group.
19675         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19676         (gnus-cache-rename-group): New function.
19677         (gnus-cache-delete-group): New function.
19678         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19679         (gnus-cache-need-update-total-fetched-for): New variable.
19680         (gnus-cache-with-refreshed-group): New macro.
19681         (gnus-cache-update-file-total-fetched-for): New function.
19682         (gnus-cache-update-overview-total-fetched-for): New function.
19683         (gnus-cache-rename-group-total-fetched-for): New function.
19684         (gnus-cache-delete-group-total-fetched-for): New function.
19685         (gnus-cache-total-fetched-for): New function.
19686
19687         * gnus-group.el: Require gnus-sum and autoload functions to
19688         resolve warnings when gnus-group.el compiled alone.
19689         (gnus-group-line-format): Documented new %F.
19690         (size of Fetched data) group line format; identifies disk space
19691         used by agent and cache.
19692         (gnus-group-line-format-alist): Defined new F format.
19693         (gnus-total-fetched-for): New function.
19694         (gnus-group-delete-group): No longer update
19695         gnus-cache-active-altered as gnus-request-delete-group now keeps
19696         the cache in sync.
19697         (gnus-group-list-active): Let the agent store a server's active
19698         list if currently plugged.
19699
19700         * gnus-int.el (gnus-request-delete-group):
19701         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19702         local disk in sync with the server.
19703         (gnus-request-rename-group):
19704         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19705         local disk in sync with the server.
19706
19707         * gnus-start.el (gnus-get-unread-articles):
19708         Cosmetic simplification to logic.
19709
19710         * gnus-util.el (gnus-rename-file): New function.
19711
19712 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19713
19714         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19715
19716 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19717
19718         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19719         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19720
19721 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19722
19723         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19724         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19725
19726 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19727
19728         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19729
19730 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19731
19732         * spam.el (spam-set-difference): Add function to replace
19733         gnus-set-difference in spam.el.
19734         (spam-summary-prepare-exit): Use spam-set-difference.
19735
19736 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19737
19738         * gnus-registry.el (gnus-registry-cache-file): Update to use
19739         gnus-dribble-directory OR gnus-home-directory OR ~.
19740         (gnus-registry-split-fancy-with-parent): Fix doc.
19741
19742 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19743
19744         * message.el (message-exchange-point-and-mark):
19745         Use message-mark-active-p.  Suggested by Jesper Harder
19746         <harder@ifa.au.dk>.
19747
19748 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19749
19750         * message.el (message-exchange-point-and-mark): Don't activate
19751         region if it was inactive.  Suggested by Hiroshi Fujishima
19752         <pooh@nature.tsukuba.ac.jp>.
19753
19754 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19755
19756         * gnus-art.el (article-display-face): Display Faces in the same
19757         order as X-Faces.
19758
19759 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19760
19761         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19762
19763 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19764
19765         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19766         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19767         (gnus-article-mime-hierarchy): Remove.
19768         (gnus-article-mime-hierarchy-next): Remove.
19769         (gnus-article-mode): Revert 2004-03-19 change.
19770         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19771         (gnus-insert-mime-button): Revert 2004-03-19 change.
19772         (gnus-mime-accumulate-hierarchy): Remove.
19773         (gnus-mime-enter-multipart): Remove.
19774         (gnus-mime-leave-multipart): Remove.
19775         (gnus-mime-display-part): Revert 2004-03-19 change.
19776         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19777
19778         * mml.el (mml-preview): Revert 2004-03-19 change.
19779
19780 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19781
19782         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19783
19784 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19785
19786         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19787         t while entering a file name using the mm-with-multibyte macro.
19788         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19789
19790         * mm-util.el (mm-with-multibyte): New macro.
19791
19792 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19793
19794         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19795         New user option.
19796         (gnus-mime-multipart-functions): Doc and customization fix.
19797         (gnus-article-mime-hierarchy): New variable.
19798         (gnus-article-mime-hierarchy-next): New variable.
19799         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19800         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19801         gnus-article-mime-hierarchy-next to nil.
19802         (gnus-insert-mime-button): Show hierarchy numbers.
19803         (gnus-mime-accumulate-hierarchy): New function.
19804         (gnus-mime-enter-multipart): New function.
19805         (gnus-mime-leave-multipart): New function.
19806         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19807         (gnus-mime-display-alternative): Show hierarchy numbers.
19808
19809         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19810         gnus-article-mime-hierarchy-next to nil.
19811
19812 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19813
19814         * dns.el: Don't require gnus-xmas.
19815
19816 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19817
19818         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19819         inline PGP.
19820         (mml-menu): Disable mml-quote-region if mark is inactive.
19821
19822 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19823
19824         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19825         when the group's active is not available.
19826
19827 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19828
19829         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19830         error.
19831
19832 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19833
19834         * imap.el (imap-store-password): New variable.
19835         (imap-interactive-login): Use it.
19836         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19837
19838 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19839
19840         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19841         window-start and hscroll to summary window.
19842
19843 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19844
19845         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19846         conversion message to newsrc-dribble when an actual conversion is
19847         performed.
19848
19849 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19850
19851         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19852
19853 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19854
19855         * mm-decode.el (mm-complicated-handles): New function reviving
19856         former definition of mm-multiple-handles.
19857
19858         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19859         (gnus-mime-delete-part): Use it.
19860
19861 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19862
19863         * gnus-agent.el (gnus-agent-read-local):
19864         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19865         avoid the implicit assumption that they will always be equal.
19866         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19867         coding-system-for-write, as the with-temp-file macro first prints
19868         to a buffer then saves the buffer.
19869
19870 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19871
19872         * gnus-art.el (gnus-article-edit-part): New function.
19873         (gnus-mime-save-part-and-strip): Use it; do query instead of
19874         signaling an error; don't use mm-multiple-handles.
19875         (gnus-mime-delete-part): Ditto.
19876
19877 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19878
19879         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19880         old file versions.
19881         (gnus-group-prepare-hook): Remove function that converted list
19882         form of gnus-agent-expire-days to group properties.
19883
19884         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19885         (gnus-request-accept-article): Re-indented.
19886
19887         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19888         converters to handle old agent file formats.  Add logic for a
19889         "backup before upgrading warning".
19890         (gnus-convert-mark-converter-prompt): Developers can mark
19891         functions as needing (default), or not needing,
19892         gnus-convert-old-newsrc's "backup before upgrading warning".
19893         (gnus-convert-converter-needs-prompt): Tests whether the user
19894         should be protected from potentially irreversable changes by the
19895         function.
19896
19897         * legacy-gnus-agent.el: New.  Provides converters that are only
19898         loaded when gnus-convert-old-newsrc needs to call them.
19899
19900 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19901
19902         * mail-source.el (mail-source-touch-pop): Doc fix.
19903
19904         * message.el (message-smtpmail-send-it): Doc fix.
19905
19906 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19907
19908         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19909
19910         * nnmail.el (nnmail-split-fancy): do.
19911
19912         * gnus-kill.el (gnus-kill, gnus-execute): do.
19913
19914 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19915
19916         * gnus-sum.el (gnus-widget-reversible-match)
19917         (gnus-widget-reversible-to-internal)
19918         (gnus-widget-reversible-to-external): New functions.
19919         (gnus-widget-reversible): New widget.
19920         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19921
19922 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19923
19924         * gnus-sum.el (gnus-thread-sort-functions)
19925         (gnus-article-sort-functions): Document `(not F)' items.
19926
19927 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19928
19929         * spam.el (spam-use-gmane-xref): Add new backend.
19930         (spam-gmane-xref-spam-group): Add variable to control the name of the
19931         Gmane spam group.
19932         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19933         (spam-regex-headers-spam, spam-regex-headers-ham)
19934         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19935         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19936         backends and checks.
19937         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19938
19939         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19940         an autodetect method.
19941
19942 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19943
19944         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19945         articles are being added to a group.
19946         (gnus-request-replace-article): Inform the agent that articles
19947         need to be uncached as the cached contents are no longer valid.
19948
19949 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19950
19951         * binhex.el: Don't autoload executable-find.
19952
19953         * canlock.el: Don't autoload mail-fetch-field.
19954
19955         * dgnushack.el: Autoload c-mode for XEmacs.
19956
19957         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19958
19959         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19960         rmail-dont-reply-to and rmail-output.
19961
19962         * gnus-score.el: Don't autoload ffap-string-at-point.
19963
19964         * gnus-setup.el: Don't autoload sc-cite-original.
19965
19966         * imap.el: Don't autoload base64-decode-string,
19967         base64-encode-string and md5.
19968
19969         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19970         and rmail-msg-restore-non-pruned-header.
19971
19972         * mm-decode.el: Don't autoload executable-find.
19973
19974         * mm-url.el: Don't autoload executable-find.
19975
19976         * mm-view.el: Don't autoload diff-mode.
19977
19978         * nndb.el: Don't autoload news-reply-mode, news-setup,
19979         cancel-timer and telnet.
19980
19981         * password.el: Don't autoload run-at-time for Emacs.
19982
19983         * sha1-el.el: Don't autoload executable-find.
19984
19985         * sieve-mode.el: Don't autoload c-mode.
19986
19987         * uudecode.el: Don't autoload executable-find.
19988
19989 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19990
19991         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19992         (gnus-agent-possibly-alter-active): Avoid null in numeric
19993         comparison.
19994         (gnus-agent-set-local): Refuse to save null in local object table.
19995         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19996         list of articles that will be marked as unread.
19997
19998 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19999
20000         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20001
20002 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20003
20004         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20005         language tags.
20006
20007 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
20008
20009         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20010         Don't bind "obarray".
20011
20012         * gnus-sum.el (gnus-thread-sort-functions):
20013         Add `gnus-thread-sort-by-most-recent-number' and
20014         `gnus-thread-sort-by-most-recent-date'.
20015         Reported by Kai Grossjohann <kai@emptydomain.de>.
20016
20017 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20018
20019         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20020
20021 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20022
20023         * gnus-cus.el (gnus-agent-customize-category):
20024         Remove ignore-errors macro reference that required cl to be loaded at
20025         run-time.
20026
20027         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20028         single-interval range of the form (min . max).  Previously the
20029         range had to look like ((min . max)).  Likewise, return
20030         (min . max) rather than ((min . max)).
20031         (gnus-range-map): Use gnus-range-normalize to accept
20032         single-interval range.
20033
20034         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20035         the cache, but not the agent, now appear with their usual face.
20036
20037         * dgnushack.el (loaddir): New variable that is bound to the
20038         directory containing the dgnushack.el file. Use loaddir, rather
20039         than srcdir, to update load-path. Change lets dgnushack compile
20040         code in directories other than GNUS/lisp.
20041
20042 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20043
20044         * lpath.el: Don't bind w3m-safe-url-regexp.
20045
20046         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20047         w3m-safe-url-regexp variable buffer-local.
20048
20049         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20050
20051 2004-02-27  Simon Josefsson  <jas@extundo.com>
20052
20053         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20054         gnus-group-real-prefix.
20055         (gnus-summary-move-article): Use it, instead of
20056         gnus-group-real-prefix.
20057
20058 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20059
20060         * lpath.el: Bind w3m-safe-url-regexp.
20061
20062         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20063         w3m-safe-url-regexp variable buffer-local and set it as the value
20064         of mm-w3m-safe-url-regexp.
20065
20066         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20067
20068         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20069         parsing gnus-posting-styles when the message is not for replying.
20070
20071         * dgnushack.el: Autoload sgml-mode for XEmacs.
20072
20073         * nnrss.el (nnrss-opml-export):
20074         Use mm-set-buffer-file-coding-system instead of
20075         set-buffer-file-coding-system.
20076
20077 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20078
20079         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20080         of checkdoc.el).
20081         * nnrss.el: do.
20082         * gnus-mlspl.el: do.
20083         * gnus-ml.el: do.
20084         * gnus-srvr.el: do.
20085
20086         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20087
20088 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20089
20090         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20091         Corrections to custom-manual links.
20092
20093         * gnus-art.el (gnus-article): Ditto.
20094
20095         * mm-decode.el (mime-display, mime-security): Ditto.
20096
20097 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20098
20099         * flow-fill.el: Typo.
20100
20101 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20102
20103         * spam-wash.el: New file.
20104
20105 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20106
20107         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20108
20109 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20110
20111         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20112         to be run with new-articles as LIST1, not LIST2.
20113         (spam-registration-functions): Add spam-use-ham-copy as a nil
20114         registration backend.
20115
20116 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20117
20118         * spam-stat.el (spam-stat-washing-hook): New option.
20119         (spam-stat-buffer-words): Use it.
20120         (spam-stat-process-directory, spam-stat-test-directory):
20121         Use insert-file-contents-literally.
20122         (spam-stat-coding-system): New variable.
20123         (spam-stat-load, spam-stat-save): Use it.
20124
20125 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20126
20127         * spam-report.el (spam-report-plug-agent):
20128         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20129
20130 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20131
20132         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20133         Allow / in mailto URLs.
20134
20135 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20136
20137         * spam-report.el (spam-report-process-queue): Fix interactive use.
20138         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20139         (spam-report-unplug-agent): Doc fixes.
20140         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20141         (spam-report-agentize, spam-report-deagentize): Autoload.
20142
20143 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20144
20145         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20146
20147         * message.el (message-setup-fill-variables): Add mml tags to
20148         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20149         <ajk@iu.edu>.
20150         (message-mode): Don't modify paragraph-separate there.
20151
20152 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20153
20154         * compface.el (uncompface-use-external): Default to undecided.
20155         (uncompface-use-external-threshold): New variable.
20156         (uncompface-float-time): New macro.
20157         (uncompface): Determine whether to use the external decoder if
20158         uncompface-use-external is undecided.
20159
20160 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20161
20162         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20163         after images.
20164
20165         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20166
20167 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20168
20169         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20170
20171         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20172
20173         * gnus-sum.el (gnus-summary-limit-to-age)
20174         (gnus-summary-limit-children): do.
20175
20176         * gnus-int.el (gnus-request-scan): do.
20177
20178         * gnus-group.el (gnus-group-suspend): do.
20179
20180         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20181
20182         * gnus-cite.el (gnus-cite-parse-attributions): do.
20183
20184         * gnus-agent.el (gnus-summary-set-agent-mark)
20185         (gnus-agent-regenerate-group): do.
20186
20187         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20188
20189         * binhex.el (binhex-decode-region-internal): do.
20190
20191 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20192
20193         * gnus-fun.el (gnus-face-properties-alist): New user option.
20194         (gnus-display-x-face-in-from): Use it.
20195
20196         * gnus-art.el (article-display-face): Ditto.
20197
20198         * compface.el (uncompface-use-external): Default to nil.
20199
20200 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20201
20202         * nntp.el (nntp-erase-buffer): New function.
20203         (nntp-retrieve-data, nntp-send-command)
20204         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20205         (nntp-possibly-change-group): Use it.
20206
20207         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20208         Use with-current-buffer.
20209
20210 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20211
20212         * compface.el: Merge the ELisp-based uncompface program.
20213         (compface): New customization group.
20214         (uncompface-use-external): New user option.
20215         (uncompface): Call uncompface-internal if uncompface-use-external
20216         is nil.
20217         (uncompface-internal): New function.  Note that there are also
20218         some other functions and variables added for this function.
20219
20220 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20221
20222         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20223         if necessary.
20224
20225 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20226
20227         * spam-report.el (spam-report-unplug-agent)
20228         (spam-report-plug-agent, spam-report-deagentize)
20229         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20230         Add support for the Agent in spam-report: when unplugged, report to a
20231         file; when plugged, submit all the requests.
20232
20233         * spam.el (spam-register-routine): Fix message about
20234         registration.
20235
20236 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20237
20238         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20239         dependencies.
20240         (rfc2047-encode): Use it.
20241
20242         * gnus-art.el (gnus-button-marker-list): Move before first
20243         reference.
20244
20245         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20246         (imap-parse-body): Fix format string mismatch.
20247
20248         * gnus-score.el (gnus-summary-increase-score): do.
20249
20250         * nnrss.el (nnrss-close): New function.
20251
20252 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20253
20254         * nnrss.el (nnrss-make-filename): New function.
20255         (nnrss-request-delete-group, nnrss-read-server-data)
20256         (nnrss-save-server-data, nnrss-read-group-data)
20257         (nnrss-save-group-data): Use it.
20258         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20259         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20260         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20261
20262 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20263
20264         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20265
20266 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20267
20268         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20269         files.
20270
20271         * message.el (message-generate-headers-first): Don't quote nil
20272         and t in docstrings.
20273
20274         * imap.el (imap-id): do.
20275
20276         * gnus-agent.el (gnus-agent-consider-all-articles)
20277         (gnus-agent-queue-mail): do.
20278
20279 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20280
20281         * spam-report.el (spam-report-process-queue): New function.
20282         Process requests from `spam-report-requests-file'.
20283         (spam-report-process-queue): Doc fix.
20284
20285 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20286
20287         * spam.el (spam-register-routine)
20288         (spam-log-processing-to-registry, spam-log-registered-p)
20289         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20290         Change "check" to "spam-check" for semi-clarity.
20291
20292 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20293
20294         * pop3.el: Require nnheader.
20295
20296         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20297
20298         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20299
20300         * gnus-picon.el: Require cl.
20301
20302         * gnus-fun.el: Require gnus-ems and gnus-util.
20303
20304         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20305
20306         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20307
20308         * gnus-art.el (gnus-article-edit-mode): Define before first
20309         reference.
20310
20311 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20312
20313         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20314         (gnus-uu-post-encoded): Use point-at-bol.
20315
20316         * gnus-topic.el (gnus-group-active-topic-p): do.
20317
20318         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20319
20320         * gnus-group.el (gnus-group-kill-region): do.
20321
20322         * gnus-art.el (article-date-ut): do.
20323
20324         * message.el (message-fetch-field): Remove redundant
20325         case-fold-search binding.
20326         (message-narrow-to-field): Simplify.
20327
20328 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20329
20330         * spam.el (spam-directory): Derive from `gnus-directory'.
20331
20332         * spam-report.el (spam-report-url-to-file)
20333         (spam-report-requests-file): New function and variable for offline
20334         reporting.
20335         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20336         and user defined function.
20337         (spam-report-url-ping-mm-url): Remove doubled slash.
20338
20339 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20340
20341         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20342
20343 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20344
20345         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20346         Fix format string mismatch.
20347
20348         * sieve.el (sieve-deactivate-all): do.
20349
20350         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20351
20352         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20353
20354         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20355
20356         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20357
20358 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20359
20360         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20361         the list of checks.
20362
20363 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20364
20365         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20366         padding.
20367
20368 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20369
20370         * mm-view.el (mm-fill-flowed): New variable.
20371         (mm-inline-text): Use it.
20372
20373 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20374
20375         * spam.el (spam-spamassassin-register-ham-routine)
20376         (spam-spamassassin-register-spam-routine): Fix function names.
20377
20378 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20379
20380         * gnus.el (gnus-tmp-grouplens): Remove.
20381         (gnus-summary-line-format): Remove grouplens.
20382
20383         * gnus-group.el (gnus-group-line-format): Ditto.
20384
20385         * gnus-spec.el (gnus-format-specs): Ditto.
20386         (gnus-update-format-specifications): Flush the group format spec
20387         cache if there's the grouplens stuff.
20388         (gnus-parse-simple-format): Replace %l with the empty string.
20389
20390 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20391
20392         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20393         omission.
20394
20395 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20396
20397         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20398         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20399
20400 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20401
20402         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20403         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20404         New macros and functions.
20405         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20406         Handle > NLINK_MAX messages.
20407         * nnmaildir.el (nnmaildir-request-set-mark):
20408         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20409
20410 2004-01-25  Alex Schroeder  <alex@gnu.org>
20411
20412         * spam-stat.el (spam-stat-process-directory-age): New option.
20413         (spam-stat-process-directory): Use it.
20414
20415 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20416
20417         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20418         (spam-stat-save): Accept prefix argument.
20419
20420 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20421
20422         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20423         links" error.
20424
20425 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20426
20427         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20428         the rest of the and/or forms.
20429
20430 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20431
20432         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20433         compatibility with old .newsrc.eld files.
20434
20435         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20436
20437         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20438
20439         * gnus-start.el (gnus-1): do.
20440
20441         * gnus-group.el (gnus-group-line-format-alist): do.
20442
20443         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20444
20445         * gnus-gl.el: Remove.
20446
20447 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20448
20449         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20450         marks consisting of a single range {for example, (3 . 5)} rather
20451         than a list of a single range { ((3 . 5)) }.
20452
20453 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20454
20455         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20456         Use with-current-buffer.
20457         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20458         avoid consing a string.
20459
20460         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20461         Remove obsolete entries for big5 and gb2312.
20462
20463 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20464
20465         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20466         uncompressed list.
20467
20468 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20469
20470         * spam-stat.el (spam-stat-strip-xref): New function.
20471         (spam-stat-process-directory): Use it.
20472
20473         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20474         here -- it's done in message-fetch-field.
20475
20476 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20477
20478         * gnus-agent.el (gnus-agent-queue-mail)
20479         (gnus-agent-prompt-send-queue): New variables.
20480         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20481         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20482         "nndraft:queue" along to gnus-draft-send.
20483         Use gnus-agent-prompt-send-queue.
20484         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20485         is "nndraft:queue".  Suggested by Gaute Strokkenes
20486         <gs234@srcf.ucam.org>
20487
20488         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20489         (agent-enable-undownloaded-faces): Add.
20490         (gnus-agent-cat-groups): Use eval-and-compile, not
20491         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20492         method of gnus-agent-cat-groups even when the buffer has been
20493         evaled.
20494         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20495         delete gnus-agent-save-active-1.
20496         (gnus-agent-save-groups): Delete.  Identical to
20497         gnus-agent-save-active.
20498         (gnus-agent-write-active): No longer adjust agent's copy of active
20499         file as agent's adjustments are now stored in their own
20500         file.  Remove optional parameter.
20501         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20502         servers.  Add use of min/max range limits from server's local
20503         file.
20504         (gnus-agent-save-alist): Remove unused optional argument.
20505         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20506         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20507         (gnus-agent-set-local): A per-server file that keeps min/max range
20508         limits for articles known to the agent.  Provides a fast mechanism
20509         for altering many active ranges.
20510         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20511         active file (local makes it unnecessary).
20512         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20513
20514         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20515         (agent-enable-undownloaded-faces): Add.
20516
20517         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20518         disable it when sending to "nndraft:queue".
20519         (gnus-group-send-queue): Add safety check to avoid sending queue
20520         when unplugged.
20521
20522         * gnus-group.el (gnus-group-catchup): Use new
20523         gnus-sequence-of-unread-articles, not
20524         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20525         numbers of articles.  Use gnus-range-map to avoid having to
20526         uncompress the unread list.
20527         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20528         Fix invalid ange-ftp reference.
20529
20530         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20531         (gnus-sorted-range-intersection): Intersection of two ranges
20532         without requiring that they first be uncompressed.
20533
20534         * gnus-start.el (gnus-activate-group): Unless blocked by the
20535         caller, possibly expand the active range to include both cached
20536         and agentized articles.
20537         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20538         multiple version-dependent converters.
20539         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20540         gnus-agent-save-active.
20541         (gnus-save-newsrc-file): Save dirty agent range limits.
20542
20543         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20544         gnus-agent-possibly-alter-active.
20545         (gnus-adjust-marked-articles): Faster handling of simple lists.
20546
20547 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20548
20549         * spam-stat.el (spam-stat-test-directory): New optional argument
20550         displays a list of files detected.  Suggested by Andrew Cohen
20551         <cohen@andy.bu.edu>.
20552         (spam-stat-buffer-words-with-scores): Don't narrow and change
20553         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20554
20555 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20556
20557         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20558         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20559         (spam-spamassassin-arguments)
20560         (spam-spamassassin-spam-flag-header)
20561         (spam-spamassassin-positive-spam-flag-header)
20562         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20563         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20564         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20565         (spam-list-of-processors, spam-list-of-checks)
20566         (spam-list-of-statistical-checks, spam-registration-functions)
20567         (spam-check-spamassassin-headers, spam-check-spamassassin)
20568         (spam-spamassassin-score)
20569         (spam-spamassassin-register-with-sa-learn)
20570         (spam-spamassassin-register-spam-routine)
20571         (spam-spamassassin-register-ham-routine)
20572         (spam-assassin-register-spam-routine)
20573         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20574         (spam-bogofilter-score): Fix to show article before scoring.
20575
20576 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20577
20578         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20579         default scoring function.
20580         (spam-generic-score): Call spam-spamassassin-score if
20581         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20582         spam-bogofilter-score otherwise.
20583
20584         * gnus.el (spam-process, spam-autodetect-methods):
20585         Add spamassassin and spamassassin-headers.
20586
20587 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20588
20589         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20590         Suppress unnecessary messages.
20591
20592 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20593
20594         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20595         make-hash-table.
20596
20597 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20598
20599         * canlock.el (base64-encode-string): Don't autoload it.
20600
20601 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20602
20603         * run-at-time.el: Remove useless (require 'itimer),
20604         eval-and-compile and (featurep 'xemacs).
20605
20606 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20607
20608         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20609         GROUP is a virtual group.
20610
20611 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20612
20613         * gnus.el: Autoload `message-y-or-n-p'.
20614
20615 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20616
20617         * pgg-parse.el: Remove unnecessary (require 'custom).
20618
20619         * pgg-def.el: do.
20620
20621         * nnmail.el: do.
20622
20623         * gnus-undo.el: do.
20624
20625         * gnus-picon.el: do.
20626
20627         * gnus-util.el: do.
20628
20629 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20630
20631         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20632
20633 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20634
20635         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20636         handle, as well as a list.
20637
20638         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20639         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20640         (mm-w3m-cid-retrieve): Simplify.
20641
20642 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20643
20644         * message.el (message-kill-to-signature): Allow prefix arg to
20645         specify number of lines to keep before signature.
20646
20647 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20648
20649         * message.el (message-kill-to-signature): Change docstring.
20650
20651 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20652
20653         * canlock.el: Always require sha1-el.
20654         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20655
20656         * message.el: Autoload sha1 only when compiling.
20657
20658         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20659         eudc-expand-inline for XEmacs.
20660
20661 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20662
20663         * message.el (message-canlock-generate): Require sha1-el.
20664
20665 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20666
20667         * message.el (message-expand-name): Silence the byte compiler.
20668
20669         * lpath.el: Add detect-coding-system.
20670
20671         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20672         cus-edit.
20673
20674 2004-01-13  Simon Josefsson  <jas@extundo.com>
20675
20676         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20677         Invoke gnus-score-mode.
20678         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20679
20680         * gnus-range.el (gnus-compress-sequence): Doc fix.
20681         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20682
20683 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20684
20685         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20686
20687 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20688
20689         * spam.el (spam-get-article-as-string): Update to use
20690         gnus-request-article-this-buffer, much simpler.
20691         (spam-get-article-as-buffer): Remove.
20692
20693 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20694
20695         * message.el (message-expand-name): Use EUDC if the user uses that.
20696
20697 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20698
20699         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20700         character for the encoding to avoid consing a string.
20701
20702         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20703         unnecessarily.
20704
20705         * mm-util.el (mm-replace-chars-in-string): Remove.
20706
20707         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20708         of mm-replace-chars-in-string.
20709
20710 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20711
20712         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20713
20714         * mm-util.el (mm-subst-char-in-string): Support inplace.
20715
20716         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20717         a new string in every iteration.  Use shy groups.
20718
20719 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20720
20721         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20722         * gnus-soup.el (gnus-soup-group-brew):
20723         * gnus-msg.el (gnus-put-message):
20724         * gnus-move.el (gnus-group-move-group-to-server):
20725         * gnus-kill.el (gnus-batch-score):
20726         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20727         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20728         (gnus-group-update-group, gnus-group-read-group)
20729         (gnus-group-make-group, gnus-group-make-help-group)
20730         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20731         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20732         (gnus-group-sort-by-unread, gnus-group-catchup)
20733         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20734         (gnus-group-yank-group, gnus-group-set-info)
20735         (gnus-group-list-groups):
20736         * gnus.el (gnus-generate-new-group-name):
20737         * gnus-delay.el (gnus-delay-send-queue):
20738         * nnvirtual.el (nnvirtual-catchup-group):
20739         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20740         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20741         (gnus-group-prepare-topics, gnus-topic-check-topology):
20742         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20743         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20744         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20745         (gnus-group-make-articles-read):
20746         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20747         (gnus-group-change-level, gnus-kill-newsgroup)
20748         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20749         (gnus-get-unread-articles, gnus-make-articles-unread)
20750         (gnus-make-ascending-articles-unread): Use accessor
20751         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20752         to get group information for improved readability.
20753
20754
20755 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20756
20757         * gnus-art.el (article-decode-mime-words, article-babel)
20758         (gnus-article-highlight-signature, gnus-article-add-buttons)
20759         (gnus-signature-toggle): Use gnus-with-article-buffer.
20760
20761         * gnus-art.el (gnus-article-highlight-headers)
20762         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20763
20764         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20765         (gnus-article-set-globals, gnus-request-article-this-buffer)
20766         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20767         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20768         (gnus-mime-display-alternative): Use with-current-buffer.
20769
20770 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20771
20772         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20773         also under 80 char limit, and call gnus-error if needed.
20774         (spam-fetch-article-header): Fix - it was a
20775         buffer-local variable (gnus-newsgroup-data).
20776         (spam-find-spam): Use spam-generate-fake-headers, forget about
20777         spam-insert-fake-headers.
20778         (spam-insert-fake-headers): Remove.
20779
20780 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20781
20782         * deuglify.el (gnus-article-outlook-unwrap-lines)
20783         (gnus-outlook-rearrange-article)
20784         (gnus-outlook-repair-attribution-outlook)
20785         (gnus-outlook-repair-attribution-block)
20786         (gnus-outlook-repair-attribution-other): Remove redundant
20787         save-excursion.
20788
20789 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20790
20791         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20792         (spam-fetch-field-subject-fast)
20793         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20794         (spam-fetch-article-header): Add functions to deal with Gnus
20795         internals for fast retrieval of article header data.
20796         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20797
20798 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20799
20800         * pop3.el (pop3-md5): Remove.
20801         (pop3-apop): Replace pop3-md5 with md5.
20802
20803         * mm-bodies.el: base64 is always built-in.
20804
20805         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20806         Use with-current-buffer.
20807
20808 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20809
20810         * canlock.el (canlock-insert-header): Remove excessive grouping in
20811         regexp.
20812
20813         * gnus-sum.el (gnus-summary-read-document): Ditto.
20814
20815         * gnus-uu.el (gnus-uu-part-number): Ditto.
20816
20817         * html2text.el (html2text-remove-tags): Ditto.
20818         (html2text-format-tags): Ditto.
20819         (html2text-format-single-elements): Ditto.
20820
20821         * mml.el (mml-parse-1): Ditto.
20822
20823 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20824
20825         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20826
20827         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20828
20829         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20830
20831         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20832
20833 2003-11-15  Simon Josefsson  <jas@extundo.com>
20834
20835         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20836         (pgg-gpg-lookup-key): Use regexp match instead of
20837         split-string (split-string is different between emacs 21.2 and
20838         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20839
20840 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20841
20842         * gnus-art.el (gnus-mime-view-all-parts)
20843         (gnus-article-part-wrapper, gnus-article-view-part):
20844         Use with-current-buffer.
20845
20846 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20847
20848         * spam.el (spam-disable-spam-split-during-ham-respool)
20849         (spam-spamoracle-database, spam-cache-lookups)
20850         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20851         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20852         (spam-group-ham-marks, spam-group-spam-marks)
20853         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20854         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20855         also add spam-use-blackholes to the statistical checks.
20856         (spam-fetch-field-fast): Add interface to fetching fields, may
20857         become a macro.
20858         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20859         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20860         (spam-insert-fake-headers): Fake an article when needed.
20861         (spam-find-spam): Fake article when possible.
20862         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20863         (spam-check-bogofilter-headers): Use message-fetch-field instead
20864         of nnmail-fetch-field.
20865
20866 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20867
20868         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20869
20870 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20871
20872         * spam.el (spam-split): Do not require spam-use-CHECK to be
20873         enabled if that check is passed to spam-split explicitly; also
20874         fix so 'spam doesn't get converted to spam-split-group when
20875         spam-split-symbolic-return is t.
20876         (spam-find-spam): Find registrations of the article and use those
20877         instead of re-running spam-split to find the spam/ham
20878         classification of the article.
20879         (spam-log-processing-to-registry, spam-log-registered-p)
20880         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20881         Use gnus-error instead of gnus-message.
20882         (spam-log-registration-type): Add function to determine the
20883         classification of a message based on registry entries; will
20884         return nil if both 'spam and 'ham are found.
20885         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20886         a reasonably fast local cache without the loading errors.
20887         (spam-cache-lookups): Set to t by default.
20888         (spam-find-spam): Don't try to guess spam-cache-lookups.
20889         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20890         spam-caches entry.
20891         (spam-filelist-build-cache, spam-filelist-check-cache):
20892         Fix caching of whitelist/blacklist entries.
20893         (spam-check-whitelist, spam-check-blacklist):
20894         Invoke spam-from-listed-p with a type, not a cache variable.
20895         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20896
20897 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20898
20899         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20900
20901         * nnmail.el (nnmail-split-fancy): do.
20902
20903         * mml.el (mml-parse): do.
20904
20905         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20906         (gnus-score-adaptive): do.
20907
20908 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20909
20910         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20911         (gnus-mime-button-map): Don't set keymap parent.
20912         (gnus-button-ctan-directory-regexp): Use shy grouping.
20913         (gnus-prev-page-map): Don't set keymap parent.
20914         (gnus-prev-page-map): Remove duplicated one.
20915         (gnus-next-page-map): Don't set keymap parent.
20916         (gnus-mime-security-button-map): Ditto.
20917
20918         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20919         version number.
20920
20921         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20922
20923 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20924
20925         * canlock.el (canlock-sha1-function): Remove.
20926         (canlock-sha1-function-for-verify): Remove.
20927         (canlock-openssl-program): Remove.
20928         (canlock-openssl-args): Remove.
20929         (canlock-ignore-errors): Remove.
20930         (canlock-sha1-with-openssl): Remove.
20931         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20932         (canlock-verify): Don't use canlock-ignore-errors.
20933
20934         * sha1-el.el (sha1-string-external): Make it can return a string
20935         in binary form.
20936         (sha1-region-external): Ditto.
20937         (sha1-string-internal): Ditto.
20938         (sha1-region-internal): Ditto.
20939         (sha1-region): Ditto.
20940         (sha1-string): Ditto.
20941         (sha1): Ditto.
20942
20943 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20944
20945         * spam.el (spam-report-articles-gmane): New command.
20946
20947 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20948
20949         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20950
20951         * run-at-time.el (run-at-time-saved): Remove.
20952         (run-at-time): Doc fix.
20953
20954 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20955
20956         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20957         (gnus-summary-limit-map): Add it.
20958         (gnus-summary-make-menu-bar): do.
20959
20960 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20961
20962         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20963         Make attempt at some caching support (done for BBDB only now).
20964         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20965         addresses to be checked.
20966         (spam-clear-cache-BBDB): Add function, to be invoked by
20967         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20968         (spam-check-BBDB): Check and use the caches, if
20969         spam-cache-lookups is on, remove superfluous (provide).
20970
20971 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20972
20973         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20974
20975 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20976
20977         * run-at-time.el (run-at-time-saved): Move to after the definition
20978         of `run-at-time'.
20979
20980         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20981
20982 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20983
20984         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20985         mm-w3m-local-map-property.
20986
20987         * mm-view.el (mm-w3m-mode-map): Remove.
20988         (mm-w3m-local-map-property): Remove.
20989         (mm-inline-text-html-render-with-w3m): Don't use
20990         mm-w3m-local-map-property.
20991
20992 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20993
20994         * run-at-time.el: New file.
20995
20996         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20997         under Emacs.
20998
20999         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21000         of gnus-set-text-properties.
21001
21002         * gnus-uu.el (gnus-uu-save-article): Ditto.
21003
21004         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21005
21006         * gnus-cite.el (gnus-cite-parse): Ditto.
21007
21008         * gnus-art.el (gnus-button-push): Use set-text-properties instead
21009         of gnus-.
21010
21011         * gnus-xmas.el (run-at-time): Require run-at-time.
21012
21013         * gnus.el: Change calls to nnheader-run-at-time and
21014         password-run-at-time throughout to use run-at-time directly.
21015
21016         * password.el: Remove definition of run-at-time.
21017
21018         * nnheaderxm.el: Remove definition of run-at-time.
21019
21020 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
21021
21022         * mml.el (mml-minibuffer-read-disposition): Show attachment type
21023         in prompt.
21024
21025 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21026
21027         * messagexmas.el (message-xmas-redefine): Alias
21028         `message-make-caesar-translation-table' to
21029         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
21030         version.
21031
21032         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
21033         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
21034         `gnus-xmas-set-text-properties'.
21035         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
21036         `gnus-xmas-completing-read'.
21037         (gnus-xmas-completing-read): Removed.
21038         (gnus-xmas-open-network-stream): Removed.
21039
21040         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21041         XEmacs version.
21042
21043         * dns.el (dns-make-network-process): Use `open-network-stream'
21044         instead of `gnus-xmas-open-network-stream'.
21045
21046         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
21047
21048         * .cvsignore: Add auto-autoloads.el, custom-load.el.
21049
21050 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21051
21052         * gnus-art.el (gnus-mime-display-alternative)
21053         (gnus-insert-mime-button, gnus-insert-mime-security-button)
21054         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21055         Don't use gnus-local-map-property.
21056
21057         * gnus-util.el (gnus-local-map-property): Remove.
21058
21059         * mm-view.el (mm-view-pkcs7-decrypt):
21060         Replace gnus-completing-read-maybe-default with completing-read.
21061
21062         * gnus-util.el (gnus-completing-read): do.
21063         (gnus-completing-read-maybe-default): Remove.
21064
21065 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21066
21067         * password.el: Only autoload `run-at-time' if not XEmacs.
21068         Only autoload the itimer functions if XEmacs.
21069
21070 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21071
21072         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
21073         XEmacsen.
21074
21075         * dgnushack.el: Autoload executable-find for XEmacs.
21076
21077 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21078
21079         * gnus-art.el (gnus-read-string): Remove.
21080         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21081         read-string.
21082
21083 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21084
21085         * netrc.el: Autoload password-read.
21086         (netrc): Add configuration group.
21087         (netrc-encoding-method, netrc-openssl-path):
21088         Add variables for encoding and decoding of files with symmetric
21089         ciphers.
21090         (netrc-encode): Add assistant function to encode a file with
21091         netrc-encoding-method.
21092         (netrc-parse): Add interactive parameter, added optional
21093         decoding if netrc-encoding-method is non-nil but otherwise
21094         behavior is standard.
21095         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21096         Do s/encode/encrypt/ everywhere.
21097
21098         * spam.el: Remove executable-find autoload.
21099
21100 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21101
21102         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21103
21104         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21105
21106 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21107
21108         * gnus-art.el (gnus-treat-ansi-sequences)
21109         (article-treat-ansi-sequences): New variable and function.
21110         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21111
21112         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21113         Use it.
21114
21115 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21116
21117         * mm-util.el (mm-quote-arg): Remove.
21118
21119         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21120         shell-quote-argument.
21121
21122         * gnus-uu.el (gnus-uu-command): do.
21123
21124         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21125
21126         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21127         with make-char.
21128
21129         * mm-util.el (mm-make-char): Remove.
21130
21131         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21132         add-minor-mode.
21133
21134         * gnus-undo.el (gnus-undo-mode): do.
21135
21136         * gnus-topic.el (gnus-topic-mode): do.
21137
21138         * gnus-sum.el (gnus-dead-summary-mode): do.
21139
21140         * gnus-start.el (gnus-slave-mode): do.
21141
21142         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21143
21144         * gnus-ml.el (gnus-mailing-list-mode): do.
21145
21146         * gnus-gl.el (gnus-grouplens-mode): do.
21147
21148         * gnus-draft.el (gnus-draft-mode): do.
21149
21150         * gnus-dired.el (gnus-dired-mode): do.
21151
21152         * gnus-ems.el (gnus-add-minor-mode): Remove.
21153
21154         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21155         Replace gnus-char-width with char-width.
21156
21157         * gnus-ems.el (gnus-char-width): Remove.
21158
21159         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21160         Replace gnus-char-width with char-width.
21161
21162         * gnus-ems.el (gnus-char-width): Remove.
21163
21164         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21165         definition.
21166         Remove Emacs 20 hash table compatibility code.
21167
21168         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21169         20 compatibility code.
21170
21171         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21172
21173         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21174
21175         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21176         Replace with point-at-{eol,bol}.
21177
21178         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21179
21180         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21181
21182         * flow-fill.el (fill-flowed-point-at-bol)
21183         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21184
21185         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21186         Replace with point-at-{eol,bol} throughout all files.
21187
21188 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21189
21190         * ntlm.el (ntlm-string-as-unibyte): New macro.
21191         (ntlm-build-auth-response): Use it.
21192
21193         Remove Emacs 20 stuff:
21194         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21195         (butlast, mapc, remove): Remove the compiler macros.
21196         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21197         of delq and copy-sequence.
21198         * gnus-art.el (popup-menu): Remove the compiler macro.
21199         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21200         Emacs 20.
21201
21202 2004-01-05  Simon Josefsson  <jas@extundo.com>
21203
21204         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21205         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21206         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21207         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21208         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21209         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21210         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21211         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21212         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21213         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21214         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21215         string-xor into ntlm-string-xor.
21216         Suggested by Jesper Harder <harder@myrealbox.com>.
21217
21218         * ntlm.el: Don't include poem.
21219
21220         * md4.el (print-int32, print-string-hexa): Remove.
21221         Suggested by Jesper Harder <harder@myrealbox.com>.
21222
21223         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21224
21225         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21226         probably breaks emacs with DL patch, but do we care? Is anyone
21227         still using the DL stuff?)
21228
21229         * sieve-manage.el: Use the password package.
21230         (sieve-manage-read-passwd): Remove.
21231         (sieve-manage-interactive-login): Use password.  Re-add
21232         condition-case around loop.
21233
21234         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21235         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21236         Use the password package.
21237
21238 2003-02-19  Simon Josefsson  <jas@extundo.com>
21239
21240         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21241         token.
21242
21243 2002-08-07  Simon Josefsson  <jas@extundo.com>
21244
21245         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21246         (sieve-manage-authenticators):
21247         (sieve-manage-authenticator-alist): Add some SASL mechs.
21248         (sieve-sasl-auth): New function.
21249         (sieve-manage-cram-md5-auth):
21250         (sieve-manage-plain-auth): Rewrite using SASL library.
21251         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21252         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21253         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21254         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21255
21256 2004-01-05  Simon Josefsson  <jas@extundo.com>
21257
21258         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21259         New files.
21260
21261 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21262
21263         * gnus-group.el (gnus-no-groups-message): Update.
21264
21265         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21266
21267 2003-11-09  Simon Josefsson  <jas@extundo.com>
21268
21269         * imap.el: Support for ID IMAP extension (RFC 2971).
21270         (imap-local-variables): Add imap-id.
21271         (imap-id): New variable.
21272         (imap-id): New function.
21273         (imap-parse-response): Parse untagged ID response.
21274         * nnimap.el (nnimap-id): New variable.
21275         (nnimap-open-connection): Use it.
21276
21277 2003-12-28  Simon Josefsson  <jas@extundo.com>
21278
21279         * gnus-score.el (gnus-score-edit-all-score): New.
21280         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21281
21282 2004-01-04  Simon Josefsson  <jas@extundo.com>
21283
21284         * password.el: Add.
21285
21286 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21287
21288         * dns.el (dns-query-types): Fix typo.
21289         (dns-query-types): New function.
21290         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21291         PTR and SOA replies, see RFC 1035.
21292
21293 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21294
21295         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21296
21297         * Move to Changelog.2.
21298
21299 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21300
21301         * gnus.el (gnus-version-number): Bump version.
21302
21303 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21304
21305         * gnus.el: No Gnus v0.1 is released.
21306
21307 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21308
21309         * gnus.el: No Gnus v0.0 is released.
21310
21311 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21312
21313         * gnus.el (gnus-version-number): Bump.
21314         (gnus-version): No.
21315
21316 See ChangeLog.2 for earlier changes.
21317
21318   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21319
21320   This file is part of GNU Emacs.
21321
21322   GNU Emacs is free software: you can redistribute it and/or modify
21323   it under the terms of the GNU General Public License as published by
21324   the Free Software Foundation, either version 3 of the License, or
21325   (at your option) any later version.
21326
21327   GNU Emacs is distributed in the hope that it will be useful,
21328   but WITHOUT ANY WARRANTY; without even the implied warranty of
21329   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21330   GNU General Public License for more details.
21331
21332   You should have received a copy of the GNU General Public License
21333   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21334
21335 ;; Local Variables:
21336 ;; coding: utf-8
21337 ;; fill-column: 79
21338 ;; add-log-time-zone-rule: t
21339 ;; End: