lpath.el: Fbind read-char-choice for XEmacs.
[gnus] / lisp / ChangeLog
1 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         lpath.el: Fbind read-char-choice for XEmacs.
4
5 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6
7         * auth-source.el (auth-source-netrc-create): Show the default in the
8         prompt when prompting for token creation.
9
10 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
11
12         * auth-source.el (auth-source-format-prompt): Always convert the value
13         to a string to avoid evaluating non-string arguments.
14         (auth-source-netrc-create): Offer default properly, not as initial
15         content in `read-string'.
16         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
17         of line to determine if we've been run before.  If so, don't run again,
18         but print a trivial message to indicate the cache was hit instead.
19
20 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
21
22         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook): Don't
23         install `gnus-sync-read' to any hooks by default.  It's buggy.  The
24         user will have to run `gnus-sync-read' manually and wait for Cloudy
25         Gnus.
26
27 2011-03-11  Julien Danjou  <julien@danjou.info>
28
29         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
30         modified file".
31
32 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
33
34         * auth-source.el (auth-source-read-char-choice): New function to read a
35         character choice using `dropdown-list', `read-char-choice', or
36         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
37         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
38         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
39         (auth-source-netrc-saver): Use it.
40         (auth-source-pick-first-password): New convenience function.
41
42 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
43
44         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
45         parameter in the credentials.
46         (nnimap-open-connection-1): Use it after a successful login.
47         (nnimap-credentials): Add IMAP-specific user and password prompt.
48
49         * auth-source.el (auth-source-search): Add :require parameter, taking a
50         list.  Document it and the :save-function return token.  Pass :require
51         down.  Change the CREATED message from a warning to a debug statement.
52         (auth-source-search-backends): Pass :require down.
53         (auth-source-netrc-search): Pass :require down.
54         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
55         Change save prompt to indicate all modifications saved here are
56         deletions.
57         (auth-source-netrc-create): Take user login name as default in user
58         prompt.  Move all the save functionality to a lexically bound function
59         under the :save-function token in the returned list.  Set up clearer
60         default prompts for user, host, port, and secret.
61         (auth-source-netrc-saver): New function, intended to be wrapped for
62         :save-function.
63
64 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
65
66         * shr.el (shr-table-horizontal-line): Change the defaults for the table
67         lines to be spaces instead.
68
69 2011-03-07  Julien Danjou  <julien@danjou.info>
70
71         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
72         (sieve-sasl-auth): Check that auth-source-search did return something,
73         or just return an empty string.
74
75 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
76
77         * gnus.el (gnus-interactive): Use read-directory-name.
78
79         * gnus-uu.el (gnus-uu-decode-uu-and-save)
80         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
81         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
82         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
83         Likewise.
84
85         * gnus-group.el (gnus-group-make-directory-group): Likewise.
86
87 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
88
89         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
90         onto the list of killed groups, too.  This makes killed nnimap groups,
91         for instance, more reliably not reappear.
92
93         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
94         the parent.
95
96         * gnus-sum.el (gnus-update-read-articles): Fix typo.
97
98         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
99         really have server-side marks.
100
101         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
102         since most backends do not usefully have server-side marks.
103         (gnus-update-read-articles): Propagate marks to all backends that
104         really have server-side marks.
105
106 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
107
108         * message.el (message-cite-reply-position, message-cite-style): New
109         variables.
110         (message-yank-original): Use the new citation styles.
111
112 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
113
114         * message.el (message-options): Revert 22da67af (workaround for XEmacs
115         buffer-local issue); don't mark it buffer-local when running under
116         XEmacs.
117
118 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
119
120         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
121         numbers too big to be `read'.
122
123 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
124
125         * password-cache.el (password-in-cache-p): Add autoload.
126
127         * message.el (message-options): Make buffer-local two ways to attempt
128         to fix a XEmacs bug.
129
130 2011-03-02  Julien Danjou  <julien@danjou.info>
131
132         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
133
134 2011-03-01  Julien Danjou  <julien@danjou.info>
135
136         * gnus-art.el (list-identifier): Add list-identifier as a parameter
137         group.
138         (article-hide-list-identifiers): Use list-identifier group parameter.
139
140 2011-02-28  Julien Danjou  <julien@danjou.info>
141
142         * sieve.el (sieve-buffer-script-name): New local variable to store
143         sieve script name.
144         (sieve-edit-script): Store sieve script name.
145         (sieve-upload): Use sieve script name when uploading.
146         (sieve-upload): Use substitute-command-keys.
147         (sieve-edit-script): Use substitute-command-keys.
148         (sieve-refresh-scriptlist): Use substitute-command-keys.
149         (sieve-manage-mode-map): Define keymap properly.
150         (sieve-manage-mode): Do not set mode name manually, change mode-name to
151         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
152         Remove commented code about cvs.
153         (sieve-manage-quit): New function.
154         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
155
156 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
157
158         * gnus-group.el (gnus-import-other-newsrc-file): New function.
159
160 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
161
162         * auth-source.el (auth-source-search): Cache empty result sets.
163
164         * password-cache.el (password-in-cache-p): Convenience function to
165         check if a key is in the cache, even if the value is nil.
166
167         * auth-source.el (auth-source-save-behavior): New variable to replace
168         `auth-source-never-create'.
169         (auth-source-netrc-create): Use it.
170         (auth-source-never-save): Remove.
171
172 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
173
174         * nnimap.el (nnimap-stream): Doc fix.
175         (nnimap-open-connection-1): Reverse the order of the ports to that the
176         prompted-for port is first.
177
178         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
179         retrieval by the no-group selection.
180
181         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
182         numerical parameters.
183
184 2011-02-25  Julien Danjou  <julien@danjou.info>
185
186         * gnus-gravatar.el: Use gnus-with-article-buffer.
187
188         * gnus-art.el (gnus-with-article-buffer): Check that the
189         gnus-article-buffer is alive.
190
191 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
192
193         * auth-source.el (auth-source-creation-prompts): New variable to manage
194         creation-time prompts.
195         (auth-source-search): Document it.
196         (auth-source-format-prompt): Add utility function.
197         (auth-source-netrc-create): Don't default the user name to
198         user-login-name.  Use `auth-source-creation-prompts' and some default
199         prompts for user, host, port, and password (the default generic prompt
200         remains ugly).
201         (auth-source-never-save): Add customizable option to never save info.
202         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
203         mode excursion.
204
205 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
206
207         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
208         argument that XEmacs doesn't support.
209
210         * dgnushack.el (dgnushack-compile): Exclude color.el from being
211         compiled for Emacsen having no `libxml-parse-html-region' support.
212
213         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
214
215         * lpath.el: Bind buffer-save-without-query for XEmacs.
216
217 2011-02-23  Julien Danjou  <julien@danjou.info>
218
219         * gnus-art.el (article-make-date-line): Ignore errors if time is
220         invalid and not convertible.
221         (article-make-date-line): Only add lapsed time if time is not nil.
222
223 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
224
225         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
226         `read-char-choice' for backwards compatibility.
227         (auth-source-netrc-element-or-first): New function to DTRT for
228         parameter extraction.
229         (auth-source-netrc-create): Use it and fix multiple parameter print
230         bug.  Use the default passed from above (given-default) or the
231         built-in (user-login-name for :user).
232
233 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
234
235         * gnus-start.el (gnus-dribble-read-file): Set
236         buffer-save-without-query, since we always want to save the dribble
237         file, probably.
238
239         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
240         nnimap.
241
242         * gnus-sum.el (gnus-user-date-format-alist): Renamed back again from
243         -summary- since it's a user-visible variable.
244
245         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
246         first time you use the new Gnus.
247
248 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
249
250         * auth-source.el: Don't load netrc.el.
251         (auth-sources): Search ~/.netrc as well by default.
252         (auth-source-debug): Add 'trivia option for extra output.
253         (auth-source-do-trivia): Use it.
254         (auth-source-search): Simplify logic to use
255         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
256         appropriate.  Don't keep a running count at this level.  Layer :create
257         and :delete options appropriately on the first and second passes.
258         Don't track the backend with the search results.
259         (auth-source-search-backends): New function to search a list of
260         backends for a processed spec.
261         (auth-source-netrc-parse): Cache all netrc files, making
262         auth-source-netrc-cache an alist keyed by the file name and using the
263         file mtime as the caching criterion.  Keep the obfuscated data secret
264         with a lexical bind.
265         (auth-source-netrc-search): Don't calculate the length of the results
266         unnecessarily.
267         (auth-source-search-backends): Fix bug.
268         (auth-source-netrc-create): Rework prompts.
269
270 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
271
272         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
273         Lower case names of search constraints.
274         (nnir-run-query): Cache and reuse search constraints for all imap
275         servers.
276
277 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
278
279         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
280         after exit.
281         (gnus-setup-message): Define missing variable from last checkin.
282
283         * gnus-sum.el (gnus-summary-show-article): When called with t as the
284         value, show the raw article.
285
286 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
287
288         * gnus.el: No Gnus v0.13 is released.
289
290 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
291
292         * nnimap.el (nnimap-open-connection-1): Revert last change, since
293         auth-source now accepts numbers.
294
295         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
296         spec, too.
297         (auth-source-ensure-strings): New function.
298
299         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
300         (gnus-article-setup-buffer): Always restart the date timer so that user
301         changes to the frequency is respected.
302
303         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
304         port numbers, so make sure it gets that if nnimap-server-port is
305         explicit.
306
307 2011-02-21  Simon Josefsson  <simon@josefsson.org>
308
309         * nnimap.el (nnimap-inbox): Doc fix.
310
311 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
312
313         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
314         Autoload.  Add optional arg FRAME, and pass it to color-values.
315         (color-complement): Caller changed.  Doc fix.
316         (color-gradient): Rewrite for better clarity and efficiency.
317
318 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
319
320         * shr-color.el (shr-color->hexadecimal): Use renamed function names
321         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
322         color-lab-to-srgb.
323
324 2011-02-20  Drew Adams  <drew.adams@oracle.com>
325
326         * color.el: First part of merge from hexrgb.el.
327         (color-rgb-to-hex): Rename from color-rgb->hex.
328         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
329         saturation to zero if the value is too small.
330         (color-rgb-to-hsl): Rename from color-rgb->hsl.
331         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
332         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
333         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
334         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
335         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
336         (color-cie-de2000): Doc fix.
337
338 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
339
340         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
341         given method as in the group name if we're using an extended method.
342         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
343         command, if we're using that, instead of waiting for the beginning.
344
345         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
346         we're sure to get unique server names, and we don't output two async
347         commands in the same buffer.  This fixes an NNTP hang for some users.
348
349 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
350
351         * gnus.el: No Gnus v0.11 is released.
352
353 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
354
355         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
356         summary buffer before reading going to the next buffer.  This avoids
357         putting the point in the group buffer if you `C-g' the command.
358
359         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
360         cache (for now) to make ~/.authinfo.gpg files usable.
361
362         * nnfolder.el (copyright-update): Define for the compiler.
363
364         * auth-source.el (auth-source-search): Fix unbound variable.
365
366 2011-02-19  Glenn Morris  <rgm@gnu.org>
367
368         * gnus.el (gnus-meta): Doc fix.
369
370 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
371
372         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
373         in case it's not yet loaded.
374
375 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
376
377         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
378         line we're waiting for.
379
380 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
381
382         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
383         face with line-width greater than zero will cause RET in gnus summary
384         buffer to scroll down article page-wise because auto vscroll happens,
385         it should be temporalily disabled when doing a scroll-up.
386
387 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
388
389         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
390         outputs from the server.
391
392 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
393
394         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
395         later so that bbdb can hook in easier.
396
397 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
398
399         * auth-source.el (auth-source-search): Don't try to create credentials
400         if the caller doesn't want that.
401         (auth-source-search): If we don't find a match, don't bug out on
402         non-bound variables.
403         (auth-source-search): Only ask a single backend to create the
404         credentials.
405
406         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
407         logging.
408         (nnimap-credentials): Protect against auth-source-search returning nil.
409         (nnimap-request-list): Protect against not being able to open the
410         server.
411
412 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
413
414         * auth-source.el (auth-source-search): Do a two-phase search, one with
415         no :create to get the responses from all backends.
416
417         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
418         when getting credentials.
419
420         * gnus-util.el (gnus-delete-duplicates): New function.
421
422 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
423
424         * nnimap.el (nnimap-credentials): Instead of picking the first port as
425         a creation default, pass the whole port list down.  It will be
426         completed.
427
428         * auth-source.el (auth-source-search): Updated docs to talk about
429         multiple creation choices.
430         (auth-source-netrc-create): Accept a list as a value (from the search
431         parameters) and do completion on that list.  Keep a separate netrc line
432         with the password obscured for showing the user.
433
434         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
435         first choice to `auth-source-search' so it will be used for entry
436         creation instead of the server's Gnus-specific name.
437         (nnimap-credentials): Rely on the auth-source library to select which
438         port is actually wanted in the new netrc entry, so don't override
439         `auth-source-creation-defaults'.
440
441         * auth-source.el (auth-source-netrc-parse): Use :port instead of
442         :protocol and accept a missing user, host, or port as a wildcard match.
443         (auth-source-debug): Default to off.
444
445         (auth-source-netrc-search, auth-source-netrc-create)
446         (auth-source-secrets-search, auth-source-secrets-create)
447         (auth-source-user-or-password, auth-source-backend, auth-sources)
448         (auth-source-backend-parse-parameters, auth-source-search): Use :port
449         instead of :protocol.
450
451         * nnimap.el (nnimap-credentials): Pass a port default to
452         `auth-source-search' in case an entry needs to be created.
453         (nnimap-open-connection-1): Use :port instead of :protocol.
454
455 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
456
457         * auth-source.el: Bind load-path when loading EIEIO from
458         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
459         21.4 doesn't support, to `require'.
460         (auth-source-secrets-search): Use mm-delete-duplicates instead of
461         delete-dups that is not available in XEmacs 21.4.
462
463 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
464
465         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
466         as EIEIO must also be loaded when auth-source.el is being
467         byte-compiled.
468
469 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
470
471         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
472
473         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
474
475         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
476
477         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
478
479         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
480
481         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
482
483         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
484
485         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
486         necessary.
487
488 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
489
490         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
491         nil means that nnimap doesn't get updated.
492
493 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
494
495         * auth-source.el (auth-source-netrc-create): Return a synthetic search
496         result when the user doesn't want to write to the file.
497         (auth-source-netrc-search): Expect a synthetic result and proceed
498         accordingly.
499         (auth-source-cache-expiry): New variable to override
500         `password-cache-expiry'.
501         (auth-source-remember): Use it.
502
503         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
504         parameter.  Create entry if necessary by using :create t.
505         (nnimap-open-connection-1): Don't pass `inhibit-create'.
506
507 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
508
509         * auth-source.el (auth-source-debug): Enable by default and don't
510         mention the obsolete `auth-source-hide-passwords'.
511         (auth-source-do-warn): New function to debug unconditionally.
512         (auth-source-do-debug): Use it.
513         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
514         and for Secrets API entries when the secrets.el library is not
515         available.
516
517 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
518
519         * gnus-sum.el (gnus-propagate-marks): Default to nil.
520         (gnus-summary-exit): Kill the correct article buffer on exit from a
521         `C-d' group.
522
523         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
524         gnus-propagate-marks.
525
526         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
527         before killing the buffers so that a non-full window conf gets handled
528         correctly.
529         (gnus-summary-exit): Ditto.
530         (gnus-summary-read-group-1): Ditto.
531
532         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
533         async code again so that we can debug it properly.
534
535         * message.el (message-reply): Take an optional switch-buffer parameter
536         so that Gnus window confs are respected better.
537
538 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
539
540         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
541         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
542         docstring.
543         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
544         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
545         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
546         Login collection is "Login" and not "login".
547
548 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
549
550         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
551         multiple headers.
552
553         * nnimap.el (nnimap-inhibit-logging): New variable.
554         (nnimap-log-command): Don't log login commands.
555
556         * auth-source.el (auth-source-netrc-search): The asserts seem to want
557         to have more parameters.
558
559         * nnimap.el (nnimap-send-command): Mark the command time for each
560         command, so that we don't get NOOPs stepping on our toes.
561
562         * gnus-art.el (article-date-ut): Get the date from the Date header on
563         `t'.
564
565 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
566
567         * auth-source.el (auth-source-search): Use copy-sequence instead of
568         the cl.el copy-list.
569
570 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
571
572         * imap.el: Bring it back (revert
573         84d800cd31de3064f0ed39617d725709a2f8f42f).
574
575 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
576
577         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
578         Improve prompt.
579
580 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
581
582         * gnus-art.el (gnus-article-mode-line-format): Remove the article
583         washing status from the default format.  It isn't very informative.
584
585 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
586
587         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
588         Gcc processing on imap.
589
590 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
591
592         * imap.el: Remove file.  All the functionality is in nnimap.el.
593
594 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
595
596         * message.el (message-bury): Don't pop up a new window when selected
597         window is dedicated.
598
599 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
600
601         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
602
603 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
604
605         * sieve-manage.el: Autoload `auth-source-search'.
606         (sieve-sasl-auth): Use it.
607
608 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
609
610         * nnimap.el: Autoload `auth-source-forget+'.
611         (nnimap-open-connection-1): Use it if the connection fails.
612
613         * auth-source.el: Require `password-cache'.
614         (auth-source-hide-passwords, auth-source-cache): Remove and mark
615         obsolete.
616         (auth-source-magic): Marker for `password-cache' keys.
617         (auth-source-do-cache): Update docstring.
618         (auth-source-search): Use and check cache.
619         (auth-source-forget-all-cached, auth-source-remember)
620         (auth-source-recall, auth-source-forget, auth-source-forget+)
621         (auth-source-specmatchp): Caching support functions.
622         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
623         Remove and obsolete.
624         (auth-source-user-or-password): Remove caching to further discourage
625         using it.  Always hide passwords.
626
627         * password-cache.el (password-cache-remove): Accept secrets that are
628         not strings.
629
630 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
631
632         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
633         code for now, since it doesn't work for all users.
634
635 2011-02-09  Julien Danjou  <julien@danjou.info>
636
637         * message.el (message-options): Make message-options really buffer
638         local.
639
640 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
641
642         * mail-source.el: Autoload `auth-source-search'.
643         (mail-source-keyword-map): Note order matters.
644         (mail-source-set-1): Get all the mail-source source values and
645         defaults and search auth-source on those if needed.  This can all
646         probably be simplified.
647
648         * nnimap.el: Autoload `auth-source-search'.
649         (nnimap-credentials): Use it.
650         (nnimap-open-connection-1): Ask for the virtual server and physical
651         address in one shot.
652
653         * nntp.el: Autoload `auth-source-search'.
654         (nntp-send-authinfo): Use it.  Note TODO.
655
656 2011-02-08  Julien Danjou  <julien@danjou.info>
657
658         * shr.el (shr-tag-body): Add support for text attribute in body
659         markups.
660
661         * message.el (message-options): Make message-options a local variable.
662
663 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
664
665         * auth-source.el (auth-source-secrets-search)
666         (auth-source-user-or-password): Use `append' instead of `nconc'.
667         (auth-source-user-or-password): Build return list better and protect
668         against nil :secret.
669
670 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
671
672         * nnimap.el (nnimap-update-info): Refactor slightly.
673         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
674         (nnimap-update-info): Clean up slightly.
675         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
676         characters.
677         (nnimap-process-quirk): Rename function to avoid collision.
678         (nnimap-update-info): Fix macrology bug-out.
679         (nnimap-update-info): Simplify split history test.
680
681 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
682
683         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
684         `secrets-get-attributes' instead of `secrets-get-attribute'.
685         (auth-source-secrets-search): Limit search when `max' is greater than
686         number of results.
687
688 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
689
690         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
691         part not returning any data.
692
693         * proto-stream.el (open-protocol-stream): Document the return value.
694
695 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
696
697         * auth-source.el (auth-source-secrets-search): Add examples.
698
699 2011-02-06  Julien Danjou  <julien@danjou.info>
700
701         * message.el (message-setup-1): Handle message-generate-headers-first
702         set to t.
703
704 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
705
706         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
707         API with a string "secrets:collection-name" and with 'default.
708         (auth-source-backend-parse): Parse "secrets:collection-name" and
709         'default.  Recurse on parses instead of repeating code.  Use the
710         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
711         message when ignoring a source.
712         (auth-source-search): List ignored search keys at the top level.
713         (auth-source-netrc-create): Use `case' instead of `cond'.
714         (auth-source-secrets-search): Created with TODOs.
715         (auth-source-secrets-create): Created with TODOs.
716         (auth-source-retrieve, auth-source-create, auth-source-delete)
717         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
718         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
719         (auth-source-user-or-password-sftp)
720         (auth-source-user-or-password-smtp): Removed.
721         (auth-source-user-or-password): Deprecated and modified to be a wrapper
722         around `auth-source-search'.  Not tested thoroughly.
723
724 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
725
726         * auth-source.el: Bring in assoc and eioeio libraries.
727         (secrets-enabled): New variable to track the status of the Secrets API.
728         (auth-source-backend): New EIOEIO class to represent a backend.
729         (auth-source-creation-defaults): New variable to set prompt defaults
730         during token creation (see the `auth-source-search' docstring for
731         details).
732         (auth-sources): Simplify to allow a simple string as a netrc backend
733         spec.
734         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
735         (auth-source-backend-parse-parameters): Fill in the backend parameters.
736         (auth-source-search): Main auth-source API entry point.
737         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
738         (auth-source-search-collection): Helper function for searching.
739         (auth-source-netrc-parse, auth-source-netrc-normalize)
740         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
741         Supports search, create, and delete.
742         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
743         backend stubs.
744         (auth-source-user-or-password): Call `auth-source-search' but it's not
745         ready yet.
746
747 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
748
749         * message.el (message-setup-1): Remove the read-only stuff, since it
750         doesn't work under XEmacs, for some reason.
751
752         * gnus-sum.el (gnus-user-date): Rename back from
753         gnus-summary-user-date since user code refers to it.
754
755         * shr.el (shr-render-td): Store the actual background colour used.
756
757         * message.el (message-setup-1): Don't bind the constant
758         -forbidden-properties.
759         (message-setup-1): Revert previous change, since it needs to bind the
760         props to insert them.
761         (message-resend): Allow removing the read-only separator line.
762
763 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
764
765         * nnimap.el (nnimap-request-accept-article): Give an error message if
766         the APPEND wasn't successful.
767
768 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
769
770         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
771         that have no groups.
772
773 2011-02-03  Julien Danjou  <julien@danjou.info>
774
775         * gnus-draft.el: Remove progn around gnus-draft-setup.
776
777 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
778
779         * gnus-start.el (gnus-read-active-for-groups): This function is never
780         called with a nil `infos', so clean that up.
781         (gnus-get-unread-articles): Request active files from primary/secondary
782         methods that have no groups (yet).
783
784 2011-02-03  Julien Danjou  <julien@danjou.info>
785
786         * message.el (message-setup-1): Always generate References first.
787         (message-mail): Return the return value of message-setup, not always t.
788         (message-setup-1): Insert mail-header-separator with read-only and
789         intangible properties set.
790
791         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
792         user-date in docstring.
793
794         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
795
796         * gnus.el (gnus-summary-line-format): Mention &user-date format in
797         docstring.
798
799         * gnus.el (gnus-user-date-format-alist): Change default value. Use
800         defcustom, with type and group. Move from gnus-util.el. Rename to
801         gnus-summary-user-date-format-alist.
802
803 2011-02-03  Glenn Morris  <rgm@gnu.org>
804
805         * nnimap.el (gnus-fetch-headers): Declare.
806
807         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
808
809 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
810
811         * message.el (message-forward-make-body-digest-plain)
812         (message-followup, message-reply): Clean up things noted by Stefan.
813
814         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
815         gnus-article-update-date-headers is nil.
816         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
817         it didn't really work with defcustom.
818         (article-update-date-lapsed): Make sure the window start doesn't move,
819         either.
820
821 2011-02-01  Julien Danjou  <julien@danjou.info>
822
823         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
824         format.
825
826         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
827         standard in Emacs nowadays.
828
829         * color.el (color-gradient): Add a color-gradient function.
830
831 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
832
833         * message.el (message-expand-name): Don't trust the return value of
834         bbdb-complete-name.
835         (message-check-news-header-syntax): Remove unused var `start'.
836         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
837         (message-inhibit-body-encoding): Move to before first use.
838         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
839         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
840         (Organization, Message-ID, Date, mh-previous-window-config):
841         Defvar the vars using dynamic scoping.
842
843 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
844
845         * shr.el (shr-render-td): Only do colours at the final rendering.
846         Should be slightly faster.
847         (shr-insert-table): Fix up TD background colours when doing the
848         vertical padding.
849
850         * gnus-art.el (article-date-ut): Protect against articles with no Date
851         header.
852         (article-update-date-lapsed): Don't use current-column to find the
853         horizontal position.  It's fragile in the presence of \003 characters.
854
855         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
856
857 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
858
859         * gnus-art.el (article-transform-date): Rewrite to still work when
860         there are several rfc2822 parts.
861         (article-transform-date): Fix infinite recursion.
862         (article-date-ut): Replace infinitely many Date headers with a single
863         one when called interactively.
864
865         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
866         secure manner.
867
868         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
869         move around by not using save-window-excursion.  It seems to work...
870
871 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
872
873         * gnus-art.el (article-make-date-line): Work for user-defined format.
874
875 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
876
877         * nntp.el (nntp-retrieve-group-data-early)
878         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
879         fetching functions.
880
881         * gnus-start.el (gnus-read-active-for-groups): Read the active files
882         thoroughly for all backends that have no known groups.  This should
883         allow new nnml methods to retrieve mail.
884
885         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
886         that Gnus doesn't know exists again.
887
888         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
889         (gnus-treat-date-ut): Ditto.
890         (gnus-article-update-date-header): Renamed.
891         (gnus-treat-date-local): Removed.
892         (gnus-treat-date-english): Removed.
893         (gnus-treat-date-lapsed): Removed.
894         (gnus-treat-date-combined-lapsed): Removed.
895         (gnus-treat-date-original): Removed.
896         (gnus-treat-date-iso8601): Removed.
897         (gnus-treat-date-user-defined): Removed.
898         (gnus-article-date-headers): New variable to control all the date
899         header options.
900         (article-date-ut): Rewrite to allow using the new way to format date
901         headers(s).
902
903 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
904
905         * nnmail.el (nnmail-article-group): Check for a direct fancy split
906         method.
907         (nnmail-article-group): A better test for fanciness.
908
909         * nnimap.el (nnimap-request-head): Protect against not finding the
910         article by Message-ID.
911
912 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
913
914         * gnus-art.el (article-update-date-lapsed): Try a better way to really
915         keep point at the "same place".
916
917 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
918
919         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
920         data if the group is unactivated.
921
922 2011-01-28  Julien Danjou  <julien@danjou.info>
923
924         * gnus-win.el: Remove dead function gnus-window-configuration-element.
925         (gnus-all-windows-visible-p): Remove old compatibility code.
926         (gnus-window-top-edge): Add docstring.
927
928         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
929
930 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
931
932         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
933         older request-update-info.
934
935         * gnus-art.el (article-make-date-line): Limit the length a bit more.
936
937 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
938
939         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
940         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
941
942 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
943
944         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
945         groups.  This makes the nndraft:queue group pop up if it's not already
946         there.
947
948         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
949         messages" logic, which was reversed.
950
951         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
952         the "same place" even if point is on the line being replaced.
953         (article-update-date-lapsed): Allow updating both the combined lapsed
954         and the lapsed headers.
955         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
956         (article-make-date-line): Limit the number of segments dynamically to
957         avoid too-long lines.
958
959 2011-01-27  Julien Danjou  <julien@danjou.info>
960
961         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
962         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
963
964 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
965
966         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
967         Use plist-get instead of the cl function getf.
968
969 2011-01-27  Glenn Morris  <rgm@gnu.org>
970
971         * gnus-util.el (float-time): Get rid of compiler warning, again.
972
973 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
974
975         * shr.el (shr-put-color): Special-case background colours: Do put them
976         at the blank parts at the front of the lines.
977
978         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
979         exit hook to nix out all data on readedness on group exit.
980
981         * gnus-util.el (float-time): If float-time is bound, always use it on
982         all Emacsen.  It's unclear why the subrp check was there.
983         (time-date): Require to make some autoload issues on XEmacs go away.
984
985         * shr.el (shr-put-color): Don't do the box padding in tables, since
986         they're already padded.
987
988 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
989
990         * gnus-art.el (gnus-article-next-page): When the last line of the
991         article is displayed, scroll down once more instead of going to the
992         next article at once.
993         (article-lapsed-string): Refactor out and allow specifying how many
994         segments you want.
995         (gnus-article-setup-buffer): Start updating the lapsed header directly.
996         (gnus-article-update-lapsed-header): New variable.
997
998         * shr.el: Revert change that made headings use different-sized faces.
999         The Emacs display engine isn't advanced enough that, for instance,
1000         tables can comfortably use differntly-sized faces.
1001
1002 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1003
1004         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1005         used.
1006         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1007         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1008         we're using an encrypted connection.
1009
1010         * proto-stream.el: Alter the interface functions to also return the
1011         actual stream type used: network or tls.
1012
1013 2011-01-25  Julien Danjou  <julien@danjou.info>
1014
1015         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1016         (mm-display-javascript-inline): New function.
1017
1018         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1019         viewing function.
1020
1021 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1022
1023         * shr.el (shr-expand-newlines): Fix variable name.
1024
1025 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1026
1027         * shr.el (shr-expand-newlines): Make nested boxes work.
1028
1029 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1030
1031         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1032         backgrounds.
1033         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1034         in a more sensible manner.
1035
1036 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1037
1038         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1039         if EPG is loaded.
1040
1041 2011-01-24  Julien Danjou  <julien@danjou.info>
1042
1043         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1044         tags.
1045
1046 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1047
1048         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1049         commands.
1050
1051         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1052         in the article buffer.
1053         (gnus-gravatar-insert): Use blank space from the current buffer to
1054         avoid breaking text properties.  This makes X-Sent updating work again.
1055
1056         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1057
1058 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1059
1060         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1061         fix the bug in url-http.el instead.
1062
1063         * shr.el (shr-image-fetched): Ditto.
1064
1065         * shr.el (shr-image-fetched): Avoid having point move in the article
1066         buffer.
1067
1068         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1069         buffer after being called.  It's apparently being killed by url.el, and
1070         killing it made point move to end-of-buffer in a random buffer.
1071
1072         * shr.el (shr-image-fetched): Ditto.
1073
1074 2011-01-23  Julien Danjou  <julien@danjou.info>
1075
1076         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1077
1078         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1079         text/x-org.
1080
1081 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1082
1083         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1084         (i.e., nnimap) returning nil as the article number.
1085
1086 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1087
1088         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1089         "DelSp" parameter in RFC3676.
1090
1091 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1092
1093         * message.el (message-check-recipients): Display the encoded version of
1094         the bogus address if they differ.
1095
1096         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1097         after sending.
1098
1099         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1100
1101         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1102
1103         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1104         group buffer after sending the queue.
1105
1106         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1107
1108 2011-01-22  Julien Danjou  <julien@danjou.info>
1109
1110         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1111
1112 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1113
1114         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1115         nested related parts.
1116
1117         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1118         unexpired articles.  This fixes the regression that led expiry marks to
1119         disappear from nnfolder groups.
1120
1121 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1122
1123         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1124         Don't confuse the "ret" of "retrograde" with RET.
1125
1126 2011-01-21  Julien Danjou  <julien@danjou.info>
1127
1128         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1129         than mm-insert-inline.
1130
1131 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1132
1133         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1134         Widen article buffer.
1135
1136 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1137
1138         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1139         the temp buffer.
1140         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1141
1142 2011-01-20  Julien Danjou  <julien@danjou.info>
1143
1144         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1145
1146         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1147         than mm-insert-inline to insert inline part: this respect
1148         mm-inline-media-tests displayers.
1149
1150         * mm-view.el (mm-display-shell-script-inline): New function.
1151
1152         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1153
1154         * mm-uu.el (mm-uu-type-alist): Add org block.
1155         (mm-uu-org-src-code-block-extract): New function.
1156
1157         * mm-view.el (mm-display-org-inline): New function.
1158
1159         * mm-decode.el (mm-automatic-display): Add text/org.
1160
1161         * mailcap.el (mailcap-mime-extensions): Add .org.
1162
1163 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1164
1165         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1166         gnus-article-add-buttons.
1167
1168 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1169
1170         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1171         From header with a date and "nobody" as the sender.
1172
1173 2011-01-19  Julien Danjou  <julien@danjou.info>
1174
1175         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1176         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1177         if you have the same regexp several times.
1178         (gnus-button-push): Fix matching when regexp is symbol.
1179
1180 2011-01-15  Glenn Morris  <rgm@gnu.org>
1181
1182         * message.el (message-mail): A compose-mail function should
1183         accept headers as strings.
1184
1185 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1186
1187         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1188         Add :vert-only tags.
1189         (message-mail): New arg RETURN-ACTION.
1190         (message-return-action): New var.
1191         (message-bury): Use it.
1192         (message-mode): Make it buffer-local.
1193         (message-send-and-exit): Always call message-bury.
1194
1195         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1196         message-mail.
1197
1198 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1199
1200         * nnimap.el (nnimap-convert-partial-article): Protect against
1201         zero-length body parts.
1202
1203         * mm-decode.el (mm-preferred-alternative-precedence):
1204         Discourage showing empty parts.
1205
1206         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1207         and stuff if the backend didn't return the article number.  This fixes
1208         an Exchange-related nnimap bug.
1209
1210         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1211         group window, because it does the wrong thing when a separate frame
1212         displays the group buffer.
1213
1214         * proto-stream.el (open-protocol-stream): Protect against the low-level
1215         transport functions returning nil.
1216
1217 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1218
1219         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1220         (mml2015-epg-find-usable-secret-key): New function.
1221         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1222         mml2015-epg-find-usable-key (Bug#7797).
1223         (mml2015-epg-encrypt): Ditto.
1224
1225 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1226
1227         * dgnushack.el (rot13-string): Fix the way to get the argument.
1228
1229 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1230
1231         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1232
1233 2011-01-03  Glenn Morris  <rgm@gnu.org>
1234
1235         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1236
1237         * sieve.el (sieve-open-server): Give a more explicit error if
1238         sieve-manage-open returns nil.  (Bug#7720)
1239
1240 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1241
1242         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1243
1244 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1245
1246         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1247         This avoids sending passwords in plain text over non-encrypted
1248         channels.
1249
1250         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1251
1252         * nnimap.el (nnimap-login): Refactored out into own function, and
1253         implement CRAM-MD5.
1254         (nnimap-wait-for-line): Refactored out.
1255
1256         * mm-view.el (mml-smime): Require.
1257
1258 2010-12-20  David Engster  <deng@eml.cc>
1259
1260         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1261         use EPG to decrypt S/MIME messages instead of openssl.
1262
1263 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1264
1265         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1266
1267         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1268         status is the group clearly is unreachable.
1269
1270         * auth-source.el (auth-source-create): Add the optional second
1271         parameter to `local-variable-p' to be compatible with XEmacs.
1272
1273 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1274
1275         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1276         work when using a compressed nnml folder.
1277
1278 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1279
1280         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1281         backends after sanitising on entry, because this never makes sense:
1282         If the articles have gone missing, then the data no longer exists on
1283         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1284         overwrite anything anyway.
1285
1286         * shr.el (shr-insert-document): Bind shr-width dynamically to
1287         window-width if it's nil.
1288
1289 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1290
1291         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1292         with the meaning of using the full emacs window width for rendering.
1293
1294 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1295
1296         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1297         case when sender is not given.
1298
1299 2010-12-23  Julien Danjou  <julien@danjou.info>
1300
1301         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1302         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1303         the addresses, otherwise we might misplaced the gravatar.
1304
1305 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1306
1307         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1308         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1309         obsolete in Emacs.
1310
1311 2010-12-20  Julien Danjou  <julien@danjou.info>
1312
1313         * gnus-util.el (gnus-rescale-image): Revert last change.
1314
1315 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1316
1317         * binhex.el: Improve commentary (Bug#7482).
1318
1319 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1320
1321         * gnus-group.el (gnus-group-delete-articles): New command.
1322
1323 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1324
1325         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1326
1327 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1328
1329         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1330         here, since it's up to the backends to do CRLF removal if their
1331         protocol has it.
1332
1333         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1334
1335 2010-12-17  Julien Danjou  <julien@danjou.info>
1336
1337         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1338         they are from file. Can also scale up.
1339
1340 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1341
1342         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1343         gnus-use-agent.
1344         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1345
1346         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1347
1348 2010-12-17  Julien Danjou  <julien@danjou.info>
1349
1350         * gravatar.el (gravatar-retrieve-synchronously): New function.
1351         (gravatar-get-data): Make more robust.
1352
1353 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1354
1355         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1356
1357 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1358
1359         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1360         to really consider the last line.
1361
1362 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1363
1364         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1365         list of recipient keys, or use symmetric encryption if not a list.
1366         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1367         EPA override, replacing the call to `netrc-store-data'.
1368
1369 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1370
1371         * gnus-srvr.el: Avoid passing nil regexp argument to
1372         delete-matching-lines.
1373
1374 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1375
1376         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1377         fetching stops when Gnus exits.
1378
1379         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1380         function.
1381         (nnfolder-request-expire-articles): Save all the buffers after doing
1382         expiry.
1383
1384         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1385         the last article", since that led to serious performance regressions
1386         when expiring nnml groups.
1387
1388 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1389
1390         * nnir.el: Improve customizations.
1391
1392 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1393
1394         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1395
1396         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1397         group has been killed.
1398         (gnus-group-yank-group): Ditto.
1399
1400         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1401
1402         * nnimap.el (nnimap-request-update-group-status): New function.
1403
1404         * gnus-int.el (gnus-request-update-group-status): New interface
1405         function.
1406
1407         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1408         copying read-ness to the backends.
1409
1410         * nnimap.el (nnimap-quirk): New function.
1411         (nnimap-retrieve-group-data-early): Use it.
1412         (nnimap-quirks): New alist.
1413
1414 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1415
1416         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1417         don't delete it within indentation.
1418
1419 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1420
1421         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1422         previous line.
1423
1424 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1425
1426         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1427         QRESYNC command by deleting a superfluous space which broke Cyrus
1428         servers.  This change will break other servers that are buggy the other
1429         way around.
1430
1431 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1432
1433         * spam.el: Reindent and fix long lines.
1434         (spam-copy-or-move-routine): Exclude invalid move destinations.
1435
1436 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1437
1438         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1439         installed the registry.
1440
1441 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1442
1443         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1444
1445 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1446
1447         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1448         groupname doesn't contain "gmane".
1449
1450 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1451
1452         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1453         and netrc-bound-and-true-p bindings.
1454         (netrc-parse): Cache the netrc contents.
1455
1456         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1457         (gnus-1): Don't create the nndrafts group twice.
1458         (gnus-setup-news): There's no need to read the active file here, since
1459         that's done again later on a per-backend basis.
1460         (gnus-start-draft-setup): Make sure that the new group is started out
1461         empty.
1462
1463         * gnus-agent.el (gnus-agentize): Don't create the queue group
1464         automatically on startup.  It'll be created later, if needed.
1465
1466         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1467         of automatically subscribed groups.
1468         (gnus-auto-subscribed-categories): New variable.
1469         (gnus-matches-options-n): Use it.
1470         (gnus-default-subscribed-newsgroups): Remove unused variable.
1471         (gnus-start-draft-setup): Message a bit less.
1472
1473 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1474
1475         * nnir.el (nnir-run-imap): Return article list in order of increasing
1476         UID.
1477
1478 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1479
1480         * gnus-sum.el (gnus-summary-enter-digest-group):
1481         Mention gnus-auto-select-on-ephemeral-exit.
1482
1483         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1484         convention of the network-only option.
1485
1486 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1487
1488         * proto-stream.el (proto-stream-open-network-only): New function to
1489         have a way to specify non-STARTTLS upgrade connections.
1490
1491 2010-12-10  Julien Danjou  <julien@danjou.info>
1492
1493         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1494         email address is nil.
1495
1496         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1497
1498 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1499
1500         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1501         deletion.
1502         (nnir-run-imap): Only need to parse list once.
1503
1504 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1505
1506         * shr.el (shr-tag-script): Ignore <script>.
1507         (shr-tag-label): Add <label> support.
1508
1509 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1510
1511         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1512
1513         * shr.el (shr-image-displayer): Work for images lined side by side.
1514
1515 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1516
1517         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1518         parameter, since XEmacs doesn't accept t as a parameter.
1519
1520 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1521
1522         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1523         ids.
1524         (nnir-run-gmane): Simplify groupspec formatting.
1525         (nnir-request-expire-articles): New function.
1526
1527 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1528
1529         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1530         overflow, possibly.
1531
1532         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1533         (shr-render-td): Handle td style="" better.
1534         (shr-tag-table): Use the color from the style sheet.
1535         (shr-render-td): Make sure we copy over all the overlays, too.
1536
1537 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1538
1539         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1540         (nnir-request-article): Improve article retrieval.
1541
1542 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1543
1544         * mm-util.el (mm-extra-numeric-entities): New variable.
1545
1546         * mm-url.el (mm-url-decode-entities):
1547         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1548
1549         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1550
1551 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1552
1553         * message.el: Use completion-at-point.
1554         (message-completion-function): New fun, extracted from message-tab.
1555         (message-mode): Use it for completion-at-point-functions.
1556         (message-tab): Use it and completion-at-point.
1557
1558 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1559
1560         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1561         character if a non-breakable character follows.
1562
1563 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1564
1565         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1566         any stream.
1567
1568         * shr.el (shr-tag-font): Colorize the region.
1569         (shr-tag-body): Ditto.
1570         (shr-tag-font): Actually let the styles be inherited instead of
1571         overwriting them.
1572         (shr-tag-font): Get the background color right.
1573         (shr-tag-style): Ignore all <style> tags for the moment.
1574
1575         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1576         a Message-ID to avoid having nnimap depend on gnus-sum.
1577
1578         * shr.el (shr-descend): Only colorize something if we have a node that
1579         sets colors.
1580
1581 2010-12-06  Julien Danjou  <julien@danjou.info>
1582
1583         * shr.el (shr-render-td): Render td content with shr-descend, so style
1584         will be applied to <td> too.
1585         (shr-colorize-region): Colorize region even if we only have a background.
1586         (shr-tag-body): Fix color and background color inheritance.
1587         Do not recolorize after shr-generic.
1588         (shr-tag-font): Let shr-generic colorize via inheritance.
1589
1590 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1591
1592         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1593
1594 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1595
1596         * nnir.el (nnir-request-move-article): Remove obsolete code.
1597
1598 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1599
1600         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1601
1602 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1603
1604         * gnus-sum.el (gnus-summary-respool-article): The completion function
1605         expects a list instead of an alist.
1606
1607         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1608         string as the parameter.
1609
1610         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1611
1612         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1613         styles.
1614         (shr-colorize-region): New function.
1615         (shr-insert-background-overlay): Remove.
1616         (shr-render-td): Background setting should be taken care of on a higher
1617         level.
1618         (shr-tag-body): Use post-hoc colorizations.
1619         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1620         (shr-put-color-1): Don't overwrite old colors.
1621         (shr-colorize-region): When the background color isn't explicit, use
1622         a fixed background.
1623
1624         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1625         nnmail variables.
1626
1627 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1628
1629         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1630         unless necessary.
1631
1632 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1633
1634         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1635         server.
1636
1637 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1638
1639         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1640         so that TAB works.
1641
1642         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1643         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1644
1645         * shr.el (shr-urlify): Show the URL before the title to avoid
1646         misleading URLs.
1647
1648 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1649
1650         * shr.el (shr-urlify): Display the title in <a> tags.
1651
1652 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1653
1654         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1655
1656 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1657
1658         * nnir.el: Rearrange code to allow macros to be autoloaded by
1659         gnus-sum.el.
1660         (nnir-retrieve-headers-override-function): Make this variable
1661         customizable.
1662         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1663
1664         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1665         from nnir.el.
1666
1667 2010-12-03  Julien Danjou  <julien@danjou.info>
1668
1669         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1670
1671 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1672
1673         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1674         allow optional argument `environment'.
1675
1676 2010-12-03  Glenn Morris  <rgm@gnu.org>
1677
1678         * mm-extern.el (message-goto-body): Update declaration.
1679
1680 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1681
1682         * gnus-util.el (gnus-macroexpand-all): New function.
1683
1684         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1685         instead of macroexpand-all that is unavailable in XEmacs.
1686
1687 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1688
1689         * nnir.el (nnir-summary-line-format): New variable.
1690         (nnir-mode): Use it.
1691         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1692         (nnir-article-ids): Reimplement as defsubst.
1693         (nnir-retrieve-headers): Don't mangle the subject header.
1694         (nnir-run-imap): Use 100 as RSV score.
1695         (nnir-run-find-grep): Fix for full server searching.
1696         (nnir-run-gmane): Better restriction to gmane groups.
1697
1698         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1699         summary buffers.
1700
1701 2010-12-02  Julien Danjou  <julien@danjou.info>
1702
1703         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1704
1705         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1706
1707         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1708         support.
1709
1710 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1711
1712         * nnir.el: Update to handle the registry better.
1713         (autoload): Silence byte-compiler.
1714         (nnir-open-server): Add a hook for nnir groups.
1715         (nnir-request-move-article): Don't mangle the header. Better to use
1716         formating variables (which will be added in the future).
1717         (nnir-registry-action): Update the registry using the original article
1718         group name.
1719         (nnir-mode): Install nnir-specific hooks for updating the registry.
1720
1721         * gnus-sum.el
1722         (gnus-article-original-subject,gnus-newsgroup-original-name):
1723         Remove obsolete variables.
1724         (gnus-summary-move-article): Remove use of obsolete variables.
1725         (gnus-summary-local-variables): Make move and delete hooks local to
1726         summary buffers.
1727
1728 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1729
1730         * rtree.el: New file.
1731
1732 2010-12-01  Julien Danjou  <julien@danjou.info>
1733
1734         * message.el (message-user-organization): Do not use
1735         gnus-local-organization.
1736
1737         * gnus.el: Remove gnus-local-organization.
1738
1739         * gnus-msg.el: Remove nastygram thing.
1740
1741 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1742
1743         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1744         funcall.
1745
1746 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1747
1748         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1749         names.
1750
1751         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1752         characters.
1753
1754         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1755         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1756         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
1757         (gnus-gravatar-transform-address): Use mail-extract-address-components
1758         that supports non-ASCII names rather than mail-header-parse-addresses.
1759
1760 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1761
1762         * proto-stream.el (open-protocol-stream): All starttls connections are
1763         handled by the network handler.
1764
1765 2010-11-30  Julien Danjou  <julien@danjou.info>
1766
1767         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1768         (nnimap-open-connection-1): Fix PREAUTH.
1769
1770         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1771
1772 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1773
1774         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1775         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1776         (shr-insert): Use them.
1777         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1778
1779 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1780
1781         * nnir.el (nnir-request-move-article): Bail out if original group
1782         doesn't support article moves.
1783         (nnir-get-active): Improve active list retrieval.
1784
1785 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1786
1787         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1788
1789 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1790
1791         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1792         seem to accept strings-with-numbers as port numbers,
1793
1794 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1795
1796         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1797         change the registry.
1798
1799 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1800
1801         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1802         delete-dups that is not available in XEmacs 21.4.
1803
1804         * mm-util.el (mm-delete-duplicates): Add comment.
1805
1806 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1807
1808         * nnir.el (nnir-ignored-newsgroups): New variable.
1809         (nnir-get-active): Use it.
1810
1811 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1812
1813         * proto-stream.el (proto-stream-open-network): Add some comments.
1814
1815         * nntp.el (nntp-open-connection): Provide a :success condition.
1816
1817         * nnimap.el (nnimap-open-connection-1): Ditto.
1818
1819         * proto-stream.el (proto-stream-open-network): See what the response to
1820         the STARTTLS command is.
1821
1822         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1823         backwards compatibility).
1824         (nnimap-open-connection-1): Really respect nnimap-server-port.
1825
1826         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1827         TLS upgrades we don't really care about the identity of the peer.
1828         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1829         that what we've checked for.
1830         (proto-stream-always-use-starttls): Only default to t if
1831         open-gnutls-stream exists.
1832         (proto-stream-open-network): If STARTTLS failed, then just open a
1833         normal connection.
1834         (proto-stream-open-network): Wait until the greeting before doing
1835         STARTTLS.
1836
1837         * nntp.el (nntp-open-connection): Report what the connection error is.
1838
1839         * proto-stream.el (open-protocol-stream): Rename from
1840         open-proto-stream.
1841
1842 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1843
1844         * nnimap.el (nnimap-stream): Change default to `undecided'.
1845         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1846         first, and then network.
1847         (nnimap-open-connection-1): Respect nnimap-server-port.
1848         (nnimap-open-connection): Be more backwards-compatible.
1849
1850         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1851         (proto-stream-open-starttls): De-duplicate the starttls code.
1852         (proto-stream-open-starttls): Folded back into the main function.
1853         (proto-stream-open-network): Fix typo in the gnutls path.
1854         (proto-stream-command): Refactor out.
1855
1856         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1857
1858         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1859         starttls.el STARTTLS.
1860
1861         * color.el (color-lab->srgb): Fix function call name.
1862
1863         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1864         if we're using tls.el.
1865         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1866         built in, then don't try to establish a STARTTLS connection.
1867
1868         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1869         servers.
1870
1871         * proto-stream.el (open-proto-stream): Use network, not stream.
1872         (open-proto-stream): Add a way to specify what the end of a command is.
1873
1874         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1875         connections types.
1876         (nntp-open-network-stream): Remove.
1877         (nntp-open-ssl-stream): Remove.
1878         (nntp-open-tls-stream): Remove.
1879         (nntp-ssl-program): Remove.
1880
1881         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1882
1883 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1884
1885         * nnir.el: Fix typos.
1886         (nnir-retrieve-headers-override-function): Rename variable to reflect
1887         new semantics.
1888         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1889         macros.
1890         (nnir-request-article, nnir-request-move-article): Use them.
1891         (nnir-categorize): New function.
1892         (nnir-run-query): Use it.
1893         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1894         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1895         sorted.
1896         (nnir-group-full-name): Use gnus-group-full-name instead.
1897         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1898         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1899
1900 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1901
1902         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1903
1904         * proto-stream.el: New library to provide protocol-specific
1905         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1906         protocols.
1907         (open-proto-stream): Complete the documentation.
1908         (proto-stream-open-network): Fix some typos.
1909
1910         * nnimap.el (nnimap-open-connection): Use it.
1911
1912 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1913
1914         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1915         negotiation.
1916
1917 2010-11-26  Julien Danjou  <julien@danjou.info>
1918
1919         * color.el: Rename various rgb functions to srgb.
1920
1921 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1922
1923         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1924         names.
1925
1926 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1927
1928         * shr.el (shr-insert): Revert last change.
1929         (shr-find-fill-point): Never leave point being at bol;
1930         relax the kinsoku limitation when rendering tables.
1931
1932 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1933
1934         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1935         results from -accept-article.
1936
1937         * shr-color.el: Require cl when compiling.
1938
1939         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1940         checkin.
1941
1942         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1943
1944         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1945
1946         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1947         'add and 'delete to set backend marks.
1948
1949         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1950
1951         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1952
1953         * nntp.el (nntp-request-set-mark): Use it.
1954
1955         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1956
1957         * nnml.el (nnml-request-set-mark): Ditto.
1958
1959         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1960         introduces regressions in article selection.
1961         (nnimap-find-uid-response): New function.
1962         (nnimap-request-accept-article): Use the UID returned, if any.
1963         (nnimap-request-move-article): Use the UID returned, if any.
1964         (nnimap-get-groups): Reimplement to work with folded lines.
1965         (nnimap-find-uid-response): The UID is the last element in the list.
1966         (nnimap-request-set-mark): Extend syntax with 'set.
1967
1968         * nnml.el (nnml-request-set-mark): Ditto.
1969
1970         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1971
1972         * nntp.el (nntp-request-set-mark): Ditto.
1973
1974 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1975
1976         * message.el (message-called-interactively-p): A temporary macro.
1977         (message-goto-body): Use it temporarily.
1978
1979 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1980
1981         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1982         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1983         (nnimap-last-response-string): Fix last unfolding fix.
1984
1985 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1986
1987         * shr.el (shr-insert): Fix the way to fold lines.
1988
1989 2010-11-25  Julien Danjou  <julien@danjou.info>
1990
1991         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1992
1993         * color.el: Rename from color-lab.el
1994         (color-rgb->hex): Add.
1995         (color-complement): Add.
1996         (color-complement-hex): Add.
1997
1998         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1999
2000 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2001
2002         * shr-color.el (shr-color-visible): Don't bug out if the colour names
2003         don't exist.
2004
2005 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2006
2007         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2008         assuming that article displaying or another mml-preview may be
2009         interrupted for an error or for the like.
2010
2011         * shr.el (shr-get-background): Fix argument name.
2012
2013 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2014
2015         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2016
2017         * gnus-sum.el (gnus-summary-include-articles): New function.
2018
2019         * message.el (message-goto-body): called-interactively-p needs a
2020         parameter, so use `any'.
2021
2022         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2023         clear marks before moving, since they're synced from the Gnus side
2024         first.
2025
2026         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2027         (gnus-summary-move-article): Copy over all marks before moving, so that
2028         IMAP doesn't think a new article has arrived.
2029
2030 2010-11-24  Julien Danjou  <julien@danjou.info>
2031
2032         * shr.el (shr-insert-background-overlay): Fix typo.
2033         (shr-render-td): Copy the background before rendering.
2034
2035         * shr-color.el (shr-color-visible): Fix docstring.
2036
2037         * shr.el (shr-tag-table): Add bgcolor support.
2038         (shr-render-td): Add bgcolor support.
2039         (shr-get-background): Add.
2040         (shr-insert-foreground-overlay): Use shr-get-background.
2041
2042         * message.el (message-goto-body): Use called-interactively-p.
2043         (message-in-body-p): message-goto-body returns point.
2044
2045 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2046
2047         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2048         Fixes something or other in Emacs 23, and is backwards compatible.
2049
2050         * message.el (message-goto-body): Remove the <#secure special-casing,
2051         which is too special.
2052
2053         * shr.el (shr-parse-style): Drop !important from styles.
2054
2055 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2056
2057         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2058         this function to return incorrect results when calling it with an
2059         explicit article argument different from
2060         (gnus-summary-article-number).
2061
2062 2010-11-24  Julien Danjou  <julien@danjou.info>
2063
2064         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2065         (shr-tag-body): Add background support.
2066         (shr-descend): Add background support.
2067         (shr-tag-title): Add.
2068
2069         * shr-color.el (shr-color-visible): Really return original background
2070         if fixed.
2071
2072 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2073
2074         * shr.el (shr-color-check): Protect against non-existant colour names.
2075
2076 2010-11-24  Julien Danjou  <julien@danjou.info>
2077
2078         * color-lab.el: Require 'cl when compiling.
2079
2080         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2081
2082         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2083         matched part.
2084
2085         * color-lab.el: Fix all expt calls to use float type.
2086
2087 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2088
2089         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2090         expression to shr-color-check as is.
2091
2092         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2093
2094         * color-lab.el: Add coding cookie.
2095         (float-pi): Use eval-and-compile.
2096
2097         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
2098         compiled for Emacsen having no `libxml-parse-html-region' support.
2099
2100 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2101
2102         * shr.el (shr-insert-color-overlay): Split stuff like
2103         "#444444 !important" to find the real colour.
2104         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2105         parse <font color="red"> entries.
2106
2107 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2108
2109         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2110         point when parsing headers.
2111
2112         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2113         is positioned properly when parsing headers.
2114
2115 2010-11-23  Julien Danjou  <julien@danjou.info>
2116
2117         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2118
2119         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2120
2121         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2122
2123         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2124         Use shr-color-hue-to-rgb.
2125         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2126
2127 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2128
2129         * shr.el (shr-color->hexadecimal): Autoload.
2130         (shr-descend): Add color to all tags.
2131
2132 2010-11-22  Julien Danjou  <julien@danjou.info>
2133
2134         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2135         shr-color->hexadecimal.
2136
2137         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2138         RGB() or HSL() color representation.
2139
2140         * shr.el (shr-tag-font): Add.
2141         (shr-tag-color-check): New function to get better colors.
2142         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2143         tag-span.
2144
2145         * shr-color.el: New file.
2146
2147         * color-lab.el: New file.
2148
2149         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2150
2151 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2152
2153         * nnir.el: Fix typo in comments.
2154         (nnir-run-imap): Simplify code. No need to reverse artlist.
2155         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2156
2157 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2158
2159         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2160
2161         * nnimap.el (nnimap-get-capabilities): Refactor out.
2162         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2163
2164 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2165
2166         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2167         appearing when `mm-uu-hide-markers' is nil.
2168
2169 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2170
2171         * nnimap.el (nnimap-unselect-group): Make into its own function.
2172         (nnimap-request-rename-group): Unselect group before renaming.
2173         This had gotten lost somewhere.
2174         (nnimap-request-accept-article): Keep track of examined groups, and
2175         unselect the group before APPENDing to read-only groups.
2176         (nnimap-request-move-article): Clear flags before moving so that they
2177         can be re-set later.
2178
2179 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2180
2181         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2182         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2183
2184 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2185
2186         * gnus-art.el (gnus-mime-display-single)
2187         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2188         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2189         parameter.
2190
2191 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2192
2193         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2194         (shr-table-vertical-line): New variable.
2195         (shr-insert-table): Use it.
2196
2197 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2198
2199         * gnus-html.el (gnus-html-wash-images): Don't display images if
2200         gnus-inhibit-images is non-nil; register displayer for cid images.
2201         (gnus-html-display-image): Work for cid image.
2202         (gnus-html-insert-image): Allow arguments.
2203         (gnus-html-put-image): Inhibit read-only.
2204         (gnus-html-prefetch-images): Don't prefetch images if
2205         gnus-inhibit-images is non-nil.
2206
2207 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2208
2209         * shr.el (shr-put-image): Break lines when inserting big pictures.
2210
2211 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2212
2213         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2214         sender, thanks Katsumi Yamaoka.
2215
2216 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2217
2218         * nnir.el (nnir-run-imap): Reverse the article list for each group
2219         rather than the whole list.
2220
2221 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2222
2223         * shr.el (shr-image-displayer): Protect function against non-existent
2224         image source.
2225
2226         * gnus-art.el (gnus-inhibit-images): New user option.
2227         (gnus-mime-display-single): Don't display image if it is non-nil.
2228
2229         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2230         gnus-inhibit-images.
2231
2232         * shr.el (shr-image-displayer): New function.
2233         (shr-tag-img): Use it.
2234
2235 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2236
2237         * mml2015.el (mml2015-epg-sign): Use From header.
2238
2239 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2240
2241         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2242
2243         * gnus-util.el (gnus-find-text-property-region): Return markers.
2244
2245         * shr.el (shr-tag-img): Put a displayer in the text property.
2246
2247         * gnus-util.el (gnus-find-text-property-region): New utility function.
2248
2249         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2250         (gnus-html-show-images): Remove.
2251
2252         * gnus-art.el (gnus-article-show-images): New, more general function.
2253
2254         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2255         image url text properties.
2256
2257         * shr.el: Ditto.
2258
2259         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2260         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2261
2262 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2263
2264         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2265         work for two or more articles.
2266
2267 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2268
2269         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2270         divide an image that's in an html article to two or more when washing
2271         non-ASCII characters in alt text of it.
2272
2273 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2274
2275         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2276         smime-decrypt-region using function argument.
2277         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2278
2279         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2280
2281         * smime.el (smime-decrypt-region): Catch it.
2282
2283 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2284
2285         * smime.el (smime-mode-map): Move initialization into declaration.
2286         (gnus-run-mode-hooks): Don't autoload.
2287         (smime-mode): Use define-derived-mode.
2288
2289 2010-11-11  Glenn Morris  <rgm@gnu.org>
2290
2291         * smime.el (from): Restrict declaration to XEmacs.
2292
2293         * nnir.el (gnus-group-topic-name): Autoload.
2294
2295 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2296
2297         * shr.el (shr-insert): Don't break long line if it is because of
2298         kinsoku-bol characters in the line end.
2299
2300 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2301
2302         * nnir.el (nnir-request-move-article): Fix to provide original group
2303         and subject.
2304         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2305         been retrieved.
2306
2307         * gnus-sum.el (gnus-summary-move-article): Use original group and
2308         subject for virtual articles such as those in an nnir summary buffer.
2309
2310 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2311
2312         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2313         least 21.5).
2314
2315         * smime.el (from): Declare it again for XEmacs.
2316
2317 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2318
2319         * message.el (message-resend): Don't disable encoding unless it's
2320         already encoded.
2321
2322         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2323         low-numbered articles.
2324
2325 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2326
2327         * rfc2047.el (rfc2047-syntax-table): Simplify.
2328
2329         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2330
2331         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2332         set-char-table-range for XEmacs.
2333
2334 2010-11-10  Glenn Morris  <rgm@gnu.org>
2335
2336         * time-date.el (time-to-seconds): Always an alias on Emacs,
2337         never a real function.
2338         (with-no-warnings): Remove compat stub, now unused.
2339         (time-less-p): Doc fix.
2340         (time-to-number-of-days): Simplify.
2341
2342         * smime.el (from): Remove unused declaration.
2343
2344         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2345         (gnus-float-time): On Emacs, always an alias.
2346
2347         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2348         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2349
2350 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2351
2352         * dgnushack.el: Don't use ignore-errors in the top level form since it
2353         is unavailable in XEmacs even if cl is loaded.
2354
2355         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2356
2357 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2358
2359         * shr.el (browse-url-mailto): Autoload.
2360
2361         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2362
2363         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2364         regexp doesn't need quoting.
2365
2366 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2367
2368         * message.el (message-subject-trailing-was-ask-regexp)
2369         (message-subject-trailing-was-regexp): Match was: in addition to was.
2370
2371 2010-11-09  Glenn Morris  <rgm@gnu.org>
2372
2373         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2374         (nnbabyl-check-mbox): Use point-at-bol.
2375
2376 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2377
2378         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2379
2380         * message.el (message-mailto): New function.
2381         (message-mailto): Should accept other parameters.
2382         (message-mailto): Remove since it duplicates browse-url-mailto
2383         functionality.
2384
2385 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2386
2387         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2388         methods.
2389         (gnus-read-active-file): Ditto.
2390
2391         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2392         ": " from the prompt.
2393         (gnus-group-make-group): Ditto.
2394
2395 2010-11-07  Glenn Morris  <rgm@gnu.org>
2396
2397         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2398         (gnus-bookmark-kill-line): Use point-at-eol.
2399
2400 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2401
2402         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2403         asterisks in From header.
2404
2405 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2406
2407         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2408         string to avoid making the From headers syntactically invalid.
2409
2410         * message.el (message-send-mail): Don't insert courtesy messages if the
2411         message already has List-Post and List-ID messages.
2412
2413 2010-11-06  Glenn Morris  <rgm@gnu.org>
2414
2415         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2416         `condition', `type', `length' a prefix.
2417         (gnus-treat-predicate): Update for above name changes.
2418
2419 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2420
2421         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2422         binding.  Handled by `gnus-summary-refer-thread' instead.
2423         (nnir-warp-to-article): New backend function.
2424
2425         * nnimap.el (nnimap-request-thread): Force dependency updating.
2426
2427         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2428         (gnus-summary-refer-thread): Rework to improve thread-referral.
2429
2430         * gnus-int.el (gnus-warp-to-article): New function.
2431
2432         * gnus-sum.el (gnus-summary-article-map): Bind it.
2433
2434 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2435
2436         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2437         gnus-summary-refer-thread.
2438
2439         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2440         headers.
2441         (gnus-summary-limit-include-thread): Prevent articles in thread from
2442         being cut in gnus-cut-threads.
2443         (gnus-summary-refer-thread): Limit retrieved headers to those in
2444         thread.
2445
2446 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2447
2448         * message.el (message-send-mail): Use the value of
2449         message-courtesy-message from the message buffer.
2450
2451         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2452
2453         * shr.el (shr-browse-url): Implement mailto: URLs.
2454
2455         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2456         "raw".
2457
2458         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2459         if it's already selected.
2460
2461         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2462
2463 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2464
2465         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2466         to measure the length and truncate alt text.
2467
2468 2010-11-03  Glenn Morris  <rgm@gnu.org>
2469
2470         * nndiary.el (nndiary-generate-nov-databases-1)
2471         (nndiary-generate-active-info): Rename dynamic variable `files' to
2472         something less generic.
2473
2474 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2475
2476         * nnir.el (nnir-request-move-article): Call the underlying backend to
2477         move articles from nnir.
2478
2479 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2480
2481         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2482
2483 2010-11-02  Julien Danjou  <julien@danjou.info>
2484
2485         * nnir.el: Remove wais support.
2486
2487 2010-11-02  Glenn Morris  <rgm@gnu.org>
2488
2489         * gnus-html.el: Reorder requirements to quieten compiler.
2490
2491 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2492
2493         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2494         properly for XEmacs as well.
2495         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2496         (gnus-article-natural-long-line-p): Use window-width rather than
2497         frame-width.
2498
2499 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2500
2501         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2502         (nnir-read-parms): Don't modify query.
2503         (nnir-run-query): Add ability to search topic on current line.
2504         (nnir-get-active): Clean up.
2505
2506 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2507
2508         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2509         degenerate articles.
2510
2511         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2512         (gnus-print-buffer): Just print the buffer as is, without any copying
2513         to a buffer and then re-highlighting.
2514
2515         * nnimap.el (nnimap-request-group): Store the new updated info.
2516         (nnimap-request-group): Select the group when we don't know whether it
2517         exists or not.
2518
2519         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2520         groups.
2521
2522         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2523         groups.
2524
2525         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2526         groups.
2527
2528         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2529         long-lines case by only filling the long lines.
2530
2531         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2532         (bug #7311).
2533
2534 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2535
2536         * shr.el: No need to declare `declare-function' since shr.el is for
2537         only Emacsen that provide `libxml-parse-html-region'.
2538
2539         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2540         effective only in a file it is referred to.
2541
2542 2010-11-01  Glenn Morris  <rgm@gnu.org>
2543
2544         * mm-util.el (gnus-completing-read): Autoload.
2545         (mm-read-coding-system): Simplify Emacs definition.
2546
2547         * nnmail.el (gnus-activate-group):
2548         * nnimap.el (gnutls-negotiate):
2549         * nntp.el (netrc-parse): Fix declarations.
2550
2551 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2552
2553         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2554         string-match-p in Emacs >=23.
2555
2556         * gnus-msg.el (gnus-configure-posting-styles)
2557         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2558
2559 2010-11-01  Glenn Morris  <rgm@gnu.org>
2560
2561         * nnir.el (declare-function): Add compat stub.
2562         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2563         (nnir-run-gmane): Require 'mm-url.
2564
2565         * mm-util.el (mm-string-to-multibyte): Simplify.
2566
2567         * shr.el (declare-function): Add compat stub.
2568         (url-cache-create-filename): Declare.
2569         (mm-disable-multibyte, widget-convert-button): Autoload.
2570
2571         * smime.el (ldap-search): Declare.
2572         (smime-cert-by-ldap-1): Require ldap on Emacs.
2573
2574         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2575         (nnimap-keepalive): Use gnus-float-time.
2576
2577         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2578         (mail-source-delete-crash-box): Use gnus-float-time.
2579
2580         * gnus-dired.el (gnus-completing-read): Autoload.
2581
2582         * mm-view.el (gnus-rescale-image): Autoload.
2583
2584         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2585
2586         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2587
2588         * sieve-manage.el: Require 'cl when compiling.
2589
2590         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2591         (gnus-iswitchb-completing-read): Require iswitchb.
2592         (gnus-select-frame-set-input-focus): Silence compiler.
2593
2594 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2595
2596         * message.el (message-subject-trailing-was-query): Change default to t,
2597         since I think that's what most people want.
2598
2599         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2600         appending for easier debugging.
2601         (nnimap-wait-for-connection): Take a regexp.
2602         (nnimap-request-accept-article): Wait for the continuation line before
2603         sending anything unless we're streaming.
2604
2605         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2606         leave the header washing to take place.
2607
2608 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2609
2610         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2611         regular expression match and replace in posting styles.
2612
2613 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2614
2615         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2616         an entire server.
2617         (nnir-get-active): New function.
2618         (nnir-run-imap): Use it.
2619         (nnir-run-gmane): Who knew, gmane search returns an article score!
2620
2621         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2622         server on the current line with nnir.
2623
2624 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2625
2626         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2627         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2628         left edge.
2629         (gnus-article-foldable-buffer): Skip past the prefix when determining
2630         raggedness.
2631
2632         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2633         the raw article, and change `C-u g' to show the article without doing
2634         treatments.
2635
2636         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2637         on to `gnus-treat-article'.
2638         (gnus-inhibit-article-treatments): New variable.
2639
2640         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2641
2642         * gnus-art.el (gnus-treatment-function-alist): Have
2643         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2644         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2645         sections.
2646
2647         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2648         parameter.
2649         (gnus-article-fill-cited-long-lines): New function.
2650         (gnus-article-fill-cited-article): Allow filling only long sections.
2651
2652         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2653         and non-punctuation (like after the apostrophe in "'We").
2654
2655         * gnus-sum.el (gnus-summary-select-article): Make sure
2656         gnus-original-article-buffer is alive.
2657
2658         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2659         reflect the order they're in in the digest.
2660
2661         * gnus.el (gnus-group-startup-message): Move point to the start of the
2662         buffer.
2663
2664         * nnimap.el (nnimap-capability): New function.
2665         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2666         is set.
2667
2668 2010-10-31  David Engster  <dengste@eml.cc>
2669
2670         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2671         conform with changes to gnus-completing-read.
2672
2673 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2674
2675         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2676
2677 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2678
2679         * nnir.el: Move defvar, defcustom around to keep file organized
2680         and keep byte-compiler quiet.
2681         (nnir-read-parms): Accept search-engine as arg.
2682         (nnir-run-query): Pass search-engine as arg.
2683         (nnir-search-engine): Remove.
2684
2685 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2686
2687         * shr.el (shr-generic): The text nodes should be text, not :text.
2688
2689         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2690         later in the file.
2691
2692 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2693
2694         * nnir.el: General clean up.  Allow searching with multiple engines.
2695         Allow separate extra-parameters for each engine.
2696         Batch queries when possible.
2697         (nnir-imap-default-search-key,nnir-method-default-engines):
2698         Add customize interface.
2699         (nnir-run-gmane): New engine.
2700         (nnir-engines): Use it.  Qualify all prompts with engine name.
2701         (nnir-search-engine): Remove global variable.
2702         (nnir-run-hyrex): Restore for now.
2703         (nnir-extra-parms,nnir-search-history): New variables.
2704         (gnus-group-make-nnir-group): Use them.
2705         (nnir-group-server): Remove in favor of gnus-group-server.
2706         (nnir-request-group): Avoid searching twice.
2707         (nnir-sort-groups-by-server): New function.
2708
2709 2010-10-30  Julien Danjou  <julien@danjou.info>
2710
2711         * gnus-group.el: Remove gnus-group-fetch-control.
2712
2713         * gnus-start.el (gnus-find-new-newsgroups):
2714         Remove gnus-check-first-time-used.
2715
2716         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2717
2718 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2719
2720         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2721         set on groups that don't have \* permanentflags.
2722
2723 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2724
2725         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2726         control the background color.
2727         (shr-tag-img): Ignore very small web bug type images.
2728         (shr-put-image): Add help-echo alt texts to the images.
2729         (shr-tag-video): Show the video poster image.
2730
2731 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2732
2733         * shr.el (shr-table-depth): New variable.
2734         (shr-tag-table-1): Only insert the images after the top-level table.
2735
2736         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2737
2738         * gnus-util.el (gnus-list-memq-of-list): New function.
2739
2740         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2741         selected.
2742         (nnimap-unsplittable-articles): New slot.
2743         (nnimap-new-articles): Use it.
2744
2745 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2746
2747         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2748         move to the previous line on `M-g'.
2749
2750 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2751
2752         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2753         *-request-group, which seems unnecessary.
2754
2755         * nnimap.el (nnimap-quote-specials): Function copied over from
2756         imap.el.
2757         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2758         they support that.  Suggested by Tom Regner.
2759
2760 2010-10-29  Julien Danjou  <julien@danjou.info>
2761
2762         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2763         defalias.
2764         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2765
2766         * gnus.el: Remove `gnus-nntp-service' variable.
2767         (gnus-secondary-servers): Make obsolete.
2768         (gnus-nntp-server): Make obsolete.
2769
2770         * gnus-start.el (gnus-1): Remove x-splash calls.
2771
2772         * gnus-ems.el (gnus-x-splash): Remove.
2773
2774         * gnus.el (gnus-group-startup-message): Simplify/update code.
2775
2776         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2777         definition.
2778
2779         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2780         capability before doing anything.
2781         (gnus-group-insert-group-line): Remove useless
2782         gnus-group-remove-excess-properties.
2783
2784 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2785
2786         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2787
2788 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2789
2790         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2791         config after reselecting.
2792
2793 2010-10-28  Julien Danjou  <julien@danjou.info>
2794
2795         * shr.el (shr-put-image): Use point even if only inserting text.
2796         (shr-put-image): Save excursion when inserting alt text on non-graphic
2797         display, so the behaviour is the same when we are on a graphic display.
2798
2799         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2800
2801 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2802
2803         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2804         (gnus-mime-copy-part): Check coding system, not charset.
2805         (gnus-mime-view-part-externally): Never remove part.
2806         (gnus-mime-view-part-internally): Don't remove part here.
2807         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2808         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2809         multipart/alternative.
2810
2811         * mm-decode.el (mm-display-part): Take optional arg `force'.
2812
2813 2010-10-26  Julien Danjou  <julien@danjou.info>
2814
2815         * gnus-group.el (gnus-group-default-list-level): Add this function to
2816         compute the default list level.
2817         (gnus-group-default-list-level): Add possibility to use a function.
2818
2819 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2820
2821         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2822
2823         * gnus-group.el (gnus-group-completing-read)
2824         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2825         gnus-replace-in-string.
2826
2827 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2828
2829         * shr.el (shr-tag-div): Add.
2830
2831         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2832
2833 2010-10-25  Julien Danjou  <julien@danjou.info>
2834
2835         * gnus-util.el: Remove `gnus-with-local-quit'.
2836
2837         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2838
2839 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2840
2841         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2842         the original article buffer.
2843
2844 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2845
2846         * nnimap.el (nnimap-request-head): New function.
2847         (nnimap-request-move-article): Try to be slighly faster by not
2848         requesting the entire message when moving.
2849         (nnimap-transform-headers): Don't bug out on bodiless articles.
2850         (nnimap-send-command): Have no outstanding messages if the IMAP server
2851         doesn't support streaming.
2852         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2853
2854 2010-10-24  Julien Danjou  <julien@danjou.info>
2855
2856         * message.el (message-default-headers): Fix type.
2857
2858 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2859
2860         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2861         prefetching images.
2862
2863         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2864         backend for unknown groups.  This is mainly useful for nnimap groups.
2865
2866         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2867         group isn't covered by the agent.
2868
2869 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2870
2871         * nnir.el (nnir-method-default-engines): New variable.
2872         (nnir-run-query): Use it.
2873         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2874         (gnus-summary-nnir-goto-thread): Change group if needed.
2875
2876         * gnus-group.el (gnus-group-group-map): Add key binding for
2877         gnus-group-make-nnir-group.
2878
2879 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2880
2881         * shr.el (shr-tag-object): Add.
2882
2883         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2884         original article buffer live.
2885         (gnus-summary-select-article-buffer):
2886         Mention gnus-widen-article-buffer.
2887
2888 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2889
2890         * shr.el (shr-tag-strong): Add.
2891
2892 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2893
2894         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2895         group names.  They mess up the group buffer badly.
2896
2897         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2898
2899         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2900         instead of the summary one.
2901
2902 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2903
2904         * mml.el (mml-preview): Work properly when editing article.
2905
2906         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2907         gnus-have-read-active-file if it's already been in.
2908
2909 2010-10-22  Tom Tromey  <tromey@redhat.com>
2910
2911         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2912         gnus-group-completing-read.
2913
2914 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2915
2916         * message.el (message-mode-map): Don't bind M-; to comment region, to
2917         allow the global comment-dwim to work.
2918
2919 2010-10-21  Julien Danjou  <julien@danjou.info>
2920
2921         * message.el (message-setup-1): Allow message-default-headers to be a
2922         function.
2923
2924 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2925
2926         * shr.el (shr-tag-table): Simplify.
2927
2928 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2929
2930         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2931         to avoid trying to snarf invalid stuff.
2932
2933         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2934
2935         * gnus.el (gnus-message-archive-group): Quote value.
2936         (gnus-message-archive-group): Mark as changed.
2937
2938         * shr.el (shr-add-font): Don't put the font properties on the newline
2939         or the indentation.
2940
2941         * message.el (message-fix-before-sending): Change options when sending
2942         non-printable characters.
2943
2944         * gnus.el (gnus-message-archive-method): Change the default to
2945         monthly outgoing groups.
2946
2947         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2948         that have gotten new numbers.
2949
2950         * nnimap.el (nnimap-request-replace-article): New function.
2951
2952 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2953
2954         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2955         (nnrss-request-article): Don't use special html washing code.
2956
2957 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2958
2959         * shr.el (shr-tag-table): Remove useless nconc.
2960
2961 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2962
2963         * gnus-art.el (article-wash-html): Simplify and remove the charset
2964         stuff.  Use the normal html rendering code instead of the special html
2965         washing code.
2966
2967         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2968         `gnus-w3m' symbols.
2969         (mm-text-html-washer-alist): Remove.
2970
2971         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2972         (mm-inline-media-tests): Remove use.
2973         (mm-text-html-renderer): Change default to the `shr' symbol.
2974
2975         * mm-view.el (mm-inline-text-html): Remove use.
2976
2977         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2978         `gnus-blocked-images' to be a function.
2979         (gnus-article-wash-function): Remove.
2980
2981 2010-10-20  Julien Danjou  <julien@danjou.info>
2982
2983         * spam.el (spam-list-of-processors): Mark as obsolete.
2984
2985         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2986         (nnimap-insert-partial-structure): Fix boundary detection.
2987
2988 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2989
2990         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2991         run file-truename on remote files.  This can be expensive and even
2992         prevent one from editing drafts if some unrelated buffer has a stale
2993         connection.
2994
2995 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2996
2997         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2998         kinsoku-eol regardless of shr-kinsoku-shorten.
2999         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3000         (shr-tag-table): Support caption, thead, and tfoot.
3001
3002 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3003
3004         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3005         lines.
3006         (shr-save-contents): New command and keystroke.
3007
3008         * nndoc.el (nndoc-type-alist): Add git support.
3009         (nndoc-git-type-p): New function.
3010         (nndoc-transform-git-article): Ditto.
3011         (nndoc-transform-git-headers): Ditto.
3012         (nndoc-transform-git-headers): Generate Subject headers.
3013
3014         * shr.el (shr-parse-style): New function.
3015         (shr-tag-span): Ditto.
3016
3017         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3018         to `G G' to avoid collisions.
3019
3020 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3021
3022         * shr.el: Load kinsoku if necessary.
3023         (shr-kinsoku-shorten): New internal variable.
3024         (shr-find-fill-point): Make kinsoku shorten text line if
3025         shr-kinsoku-shorten is bound to non-nil.
3026         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3027         shr-indentation too when testing if table is wider than frame width.
3028         (shr-insert-table): Use `string-width' instead of `length' to measure
3029         text width.
3030         (shr-insert-table-ruler): Make sure indentation is done at bol.
3031
3032 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3033
3034         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3035         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3036         undecoded network data.
3037
3038 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3039
3040         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3041         name in the mode line spec so that the mode line menu works
3042         (bug #2431).
3043
3044         * message.el (message-get-reply-headers): If we're fed `to-address',
3045         then always use that.
3046
3047         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3048         aren't so wide as to need to switch off the edit menu.
3049
3050         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3051         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3052
3053         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3054         `M-g'.
3055         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3056         the permanent marks.
3057
3058 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3059
3060         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3061         Splitting according to references/in-reply-to obeys the ignore-groups
3062         variable, while splitting by sender and subject do not.
3063
3064 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3065
3066         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3067         alist, so that we can look for non-Unicode chars.
3068         (article-translate-strings): Allow both character and string maps.
3069
3070 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3071
3072         * shr.el (shr-insert): Don't insert space behind a wide character
3073         categorized as kinsoku-bol, or between characters both categorized as
3074         nospace.
3075
3076 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3077
3078         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3079         headers to gnus-newsgroup-headers.
3080
3081 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3082
3083         * shr.el (shr-tag-img): Don't align images -- since we're not
3084         rescaling, this often leads to ugly displays.
3085
3086 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3087
3088         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3089         duplicates.
3090
3091 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3092
3093         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3094         call.
3095
3096 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3097
3098         * gnus.el: Autoload gnus-html-show-images.
3099
3100         * nnimap.el: Use nnheader-message throughout.
3101
3102         * shr.el (shr-tag-img): Ignore images with no data.
3103
3104 2010-10-15  Julien Danjou  <julien@danjou.info>
3105
3106         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3107         a possibility to disable format=flow encoding when using hard newlines.
3108
3109 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3110
3111         * shr.el (shr-insert): Remove space inserted before or after a
3112         breakable character or at the beginning or the end of a line.
3113         (shr-find-fill-point): Do kinsoku; find the second best point or give
3114         it up if there's no breakable point.
3115
3116 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3117
3118         * nnimap.el (nnimap-open-connection): Message when opening connection
3119         for debugging purposes.
3120
3121         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3122         on every setup buffer call to allow this to change from article to
3123         article.
3124
3125         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3126         buffers where we have a wide table.
3127
3128 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3129
3130         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3131         uses *-request-thread.
3132
3133 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3134
3135         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3136         incantation, which is no longer valid.
3137
3138 2010-10-14  Julien Danjou  <julien@danjou.info>
3139
3140         * shr.el: Fix defcustom type (char -> character).
3141
3142 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3143
3144         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3145         programs.
3146
3147 2010-10-14  Julien Danjou  <julien@danjou.info>
3148
3149         * shr.el (shr-tag-a): Use url-link as widget type.
3150
3151         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3152         `gnus-group-get-icon'.
3153
3154 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3155
3156         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3157         This should make server editing work better.
3158
3159         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3160
3161         * tls.el (tls-program): Remove spurious %s from openssl.
3162
3163         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3164         (nnimap-parse-flags): Fix regexp.
3165
3166         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3167         probably work for CJVK text, too.
3168
3169         * nnimap.el (nnimap-extend-tls-programs): Remove.
3170         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3171
3172         * tls.el (tls-starttls-switches): Remove starttls hack.
3173         (open-tls-stream): Ditto.
3174         (tls-find-starttls-argument): Ditto.
3175
3176 2010-10-13  Julien Danjou  <julien@danjou.info>
3177
3178         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3179         responses.
3180
3181 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3182
3183         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3184
3185         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3186         anything in Emacs.
3187
3188         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3189
3190 2010-10-13  Julien Danjou  <julien@danjou.info>
3191
3192         * shr.el (shr-width): Make shr-width a defcustom with default to
3193         fill-column.
3194         (shr-tag-img): Use shr-width rather than fill-column.
3195
3196 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3197
3198         * dgnushack.el (byte-optimize-apply)
3199         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3200
3201         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3202         position when (X-)Faces exist.
3203         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3204         avatars when called interactively.
3205
3206 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3207
3208         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3209         gnus-article-x-face-too-ugly is bound.
3210
3211 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3212
3213         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3214
3215         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3216         mailbox that doesn't exist.
3217
3218 2010-10-12  Julien Danjou  <julien@danjou.info>
3219
3220         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3221         (shr-get-image-data): Encode URL properly when fetching from cache.
3222         (shr-tag-img): Use aligned-to spaces to align correctly images.
3223
3224         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3225         before inserting the Gravatar.
3226
3227         * shr.el (shr-tag-img): Add align attribute support for <img>.
3228
3229 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3230
3231         * gnus-gravatar.el (gnus-art): Require.
3232
3233         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3234         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3235         Remove long obsoleted functions.
3236
3237 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3238
3239         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3240
3241         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3242
3243         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3244         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3245         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3246         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3247         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3248         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3249         * sieve-manage.el, smime.el, spam.el:
3250         Fix comment for declare-function.
3251
3252 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3253
3254         * nnimap.el (nnimap-request-rename-group): Select group read-only
3255         before renaming it.
3256
3257         * shr.el (shr-insert): Fix up the white space only regexp.
3258
3259         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3260         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3261
3262         * shr.el (shr-current-column): New function.
3263         (shr-find-fill-point): New function.
3264
3265 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3266
3267         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3268         numbers.
3269
3270 2010-10-11  Julien Danjou  <julien@danjou.info>
3271
3272         * shr.el (shr-hr-line): Add.
3273         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3274         display hr lines.
3275         (shr-max-columns): Do not change state to nil if we just inserting
3276         spaces.
3277
3278 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3279
3280         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3281         select the last group.
3282
3283 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3284
3285         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3286
3287 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3288
3289         * dig.el (dig-mode-map): Declare and define in one step.
3290
3291 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3292
3293         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3294         for Gnus.
3295         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3296         (nnimap-update-qresync-info): Mark \Seen articles as read.
3297
3298         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3299         non-variable, too.
3300
3301         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3302         available.
3303         (nnimap-update-info): Rely more on the current active than the param
3304         active to avoid marking articles as read too much.
3305
3306         * auth-source.el (auth-source-create): Use (user-login-name) for the
3307         user name default.
3308
3309         * nnimap.el (nnimap-update-info): If the server doesn't return any
3310         useful info, just use the previous info.
3311         (nnimap-update-info): Prefer old info over start-article.
3312         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3313
3314 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3315
3316         * nnir.el (autoload): Clean up autoloads.
3317         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3318         Use key rather than value.
3319         (nnir-imap-search-other): New variable.
3320         (nnir-read-parm): Use it.
3321         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3322         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3323
3324 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3325
3326         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3327         the process, too.
3328
3329 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3330
3331         * spam.el (gnus-summary-mode-map): Bind to "$".
3332         Suggested by Russ Allbery.
3333
3334         * shr.el: Rework the way things are indented by <li> slightly.
3335
3336         * gnus.el (gnus-group-set-parameter): Fix typo.
3337
3338         * nnimap.el: Start implementing QRESYNC support.
3339
3340 2010-10-09  Julien Danjou  <julien@danjou.info>
3341
3342         * nnir.el (nnir-engines): Fix too many arguments.
3343
3344 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3345
3346         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3347         group is the "last", so that the backends like nnfolder actually save
3348         their folders.
3349
3350         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3351         try to use that for the tls stream.
3352         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3353         UIDVALIDITY and find out which groups are read-only and not.
3354         (nnimap-get-flags): Use the same marks parsing code as the rest of
3355         nnimap.
3356
3357 2010-10-09  Julien Danjou  <julien@danjou.info>
3358
3359         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3360
3361         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3362         retrieving gravatars.
3363
3364         * shr.el (shr-table-corner): Add.
3365         (shr-table-line): Add.
3366         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3367
3368 2010-10-08  Julien Danjou  <julien@danjou.info>
3369
3370         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3371
3372 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3373
3374         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3375
3376         * gnus-sum.el (gnus-mark-article-as-unread)
3377         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3378         (gnus-summary-set-bookmark): Use it.
3379
3380         * gnus-msg.el (gnus-setup-message): Use it.
3381
3382         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3383
3384         * gnus.el (gnus-group-remove-parameter): Use it.
3385
3386         * gnus-group.el (gnus-group-make-web-group): Use it.
3387
3388         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3389
3390         * nnregistry.el: Update docs to mention manual.
3391
3392         * gnus-registry.el: Update docs to mention nnregistry.el.
3393         (gnus-registry-initialize): Don't install nnregistry refer method
3394         automatically.
3395         (gnus-registry-install-nnregistry): Remove it.
3396
3397 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3398
3399         * shr.el (shr-insert): Don't insert double spaces.
3400
3401 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3402
3403         * gnus-gravatar.el (gnus-treat-from-gravatar)
3404         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3405         called interactively.
3406
3407         * gnus-art.el (gnus-mime-view-part-externally)
3408         (gnus-mime-view-part-internally): Make predicate function passed to
3409         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3410         of a mime type.
3411
3412         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3413
3414 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3415
3416         * shr.el (require): Require cl when compiling.
3417         (shr-tag-hr): New function.
3418
3419         * nnimap.el (nnimap-update-info): Remove double setting of high.
3420         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3421         This makes nnimap work properly on Courier again.
3422
3423         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3424         the variable for backwards compatability.
3425
3426         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3427         the file name before using to avoid setting mm-default-directory to
3428         nil.
3429
3430         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3431         bidning gnus-agent variables.
3432
3433         * shr.el (shr-render-td): Use a cache for the table rendering function
3434         to avoid getting an exponential rendering behaviour in nested tables.
3435         (shr-insert): Rework the line-breaking algorithm.
3436         (shr-insert): Don't leave trailing spaces.
3437         (shr-insert-table): Also insert empty TDs.
3438         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3439
3440 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3441
3442         * gnus-sum.el (gnus-number): Rename from `number'.
3443         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3444         (gnus-summary-limit-children): Update uses correspondingly.
3445
3446 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3447
3448         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3449         (gnus-gravatar-transform-address): Don't show avatars of people of
3450         which mail addresses match gnus-gravatar-too-ugly.
3451
3452 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3453
3454         * shr.el (shr-table-widths): Expand TD elements to fill available
3455         space.
3456
3457 2010-10-07  Julien Danjou  <julien@danjou.info>
3458
3459         * nnimap.el (nnimap-request-rename-group): Add this method.
3460
3461 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3462
3463         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3464         name from XEmacs' function-arglist.
3465
3466         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3467         gravatar under XEmacs.
3468
3469 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3470
3471         * auth-source.el: Update docs with TODO items.
3472
3473         * gnus-sync.el: Update docs to explain state and plans.
3474
3475         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3476         Hooks for mark updates.
3477         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3478
3479         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3480         hooks with arguments, which is needed for mark update hooks.
3481
3482 2010-10-06  Julien Danjou  <julien@danjou.info>
3483
3484         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3485         was matched.
3486
3487         * sieve-manage.el: Update example in `Commentary'.
3488
3489         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3490
3491         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3492         not 2000.
3493         (sieve-manage-authenticate): Re-add function.
3494
3495 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3496
3497         * shr.el (shr-insert): Get 'space transition right.
3498         (shr-render-td): Only delete space at the end of the TD.
3499
3500         * nnimap.el (nnimap-open-connection): Prepare to support
3501         open-gnutls-stream.
3502
3503         * shr.el: Rearrange function order to be more logical.
3504
3505 2010-10-06  Julien Danjou  <julien@danjou.info>
3506
3507         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3508         (nnrss-discover-feed): Remove 404 URL in docstring.
3509
3510         * nnir.el: Fix Swish-E URL.
3511         Fix Namazu URL.
3512
3513         * message.el (message-change-subject): Remove 404 URL in a comment.
3514
3515 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3516
3517         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3518         called interactively.
3519
3520         * gnus-util.el (gnus-remove-if): Allow hash table.
3521         (gnus-remove-if-not): New function.
3522
3523         * gnus-art.el (gnus-mime-view-part-as-type)
3524         * gnus-score.el (gnus-summary-score-effect)
3525         * gnus-sum.el (gnus-read-move-group-name):
3526         Replace remove-if-not with gnus-remove-if-not.
3527
3528         * gnus-group.el (gnus-group-completing-read):
3529         Regard collection as a hash table if it is not a list.
3530
3531 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3532
3533         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3534
3535         * shr.el: Document the table-rendering algorithm.
3536
3537 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3538
3539         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3540         for Emacsen having no `libxml-parse-html-region' support.
3541
3542 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3543
3544         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3545         invalid URLs.
3546
3547         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3548         line-broken.
3549         (shr-tag-img): Ignore image fetching errors.
3550         (shr-overlays-in-region): Compute overlay positions correctly.
3551
3552         * mm-decode.el (mm-shr): Require shr.
3553
3554         * gnus-art.el (gnus-blocked-images): Move variable here.
3555
3556         * shr.el (shr-insert-table): Bind free variable.
3557
3558         * mm-decode.el (mm-shr): Bind shr-content-function.
3559
3560         * shr.el (shr-content-function): New variable.
3561
3562         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3563         added for symmetry.
3564
3565         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3566
3567         * gnus-group.el (gnus-group-make-group): Doc fix.
3568
3569         * nnimap.el (nnimap-request-newgroups): Return success.
3570
3571         * shr.el (shr-find-elements): New function.
3572         (shr-tag-table): Put all the images after the table.
3573         (shr-tag-table): Really inhibit images inside the table.
3574         (shr-collect-overlays): Copy over overlays from the TD elements to the
3575         main document.
3576
3577         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3578         gnus-blocked-images.
3579
3580 2010-10-05  Julien Danjou  <julien@danjou.info>
3581
3582         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3583
3584         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3585         (gnus-html-maximum-image-size): Add this function.
3586         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3587
3588         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3589         server-value of the capability is nil.
3590
3591 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3592
3593         * shr.el (shr-tag-em): Add <EM> tag.
3594
3595 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3596
3597         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3598         customizable.
3599
3600         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3601         handing broken links to browse-url.
3602
3603 2010-10-05  Julien Danjou  <julien@danjou.info>
3604
3605         * gnus-util.el (gnus-emacs-completing-read)
3606         (gnus-iswitchb-completing-read): Use autoload rather than require.
3607
3608 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3609
3610         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3611         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3612         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3613         iswitchb-temp-buflist for XEmacs.
3614
3615         * gnus-util.el (gnus-completing-read-function): Exclude
3616         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3617         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3618         XEmacs.
3619
3620         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3621         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3622
3623         * gnus-html.el: Don't require help-fns under XEmacs.
3624         (gnus-html-schedule-image-fetching): Work for XEmacs.
3625
3626         * mm-decode.el (mm-shr): Decode contents by charset.
3627
3628 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3629
3630         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3631         unknown.
3632
3633         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3634         (shr-get-image-data): Ensure against the cache file missing.
3635
3636         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3637         for data.
3638
3639         * spam-report.el (spam-report-url-ping-plain): Don't query about
3640         killing the process.
3641
3642         * shr.el (shr-render-td): Protect against too-wide text.
3643
3644 2010-10-04  Julien Danjou  <julien@danjou.info>
3645
3646         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3647         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3648
3649         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3650         retrieved.
3651
3652 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3653
3654         * shr.el (browse-url): Require.
3655         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3656         lines.
3657         (shr-show-alt-text, shr-browse-image): New commands.
3658         (shr-browse-url, shr-copy-url): New commands.
3659
3660         * gnus-sum.el (gnus-widen-article-window): New variable.
3661         (gnus-summary-select-article-buffer): Use it.
3662
3663         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3664         without @ signs.
3665
3666 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3667
3668         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3669
3670 2010-10-04  Julien Danjou  <julien@danjou.info>
3671
3672         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3673         for XEmacs.
3674
3675 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3676
3677         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3678
3679         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3680         (nnimap-close-server): Implement.
3681
3682         * dgnushack.el (iswitchb): Require to shut up the compiler.
3683
3684         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3685         (shr-insert): Tweak line breaking.
3686         (shr-insert): Handle <pre> better.
3687         (shr-tag-li): Get <li> indentation right.
3688         (shr-tag-li): Get <li> indentation even righter.
3689         (shr-tag-blockquote): Ensure paragraph start.
3690         (shr-make-table): Tweak table generation.
3691         (shr-make-table): Fix typo.
3692
3693         * shr.el: Implement table rendering.
3694
3695 2010-10-04  Julien Danjou  <julien@danjou.info>
3696
3697         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3698
3699 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3700
3701         * shr.el (shr-insert): Use string anchors instead of line anchors.
3702
3703 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3704
3705         * shr.el: Add headings.
3706         (shr-ensure-paragraph): Actually work.
3707         (shr-tag-li): Make <ul> prettier.
3708         (shr-insert): Get white space at the beginning/end of elements right.
3709         (shr-tag-p): Collapse subsequent <p>s.
3710         (shr-ensure-paragraph): Don't insert double line feeds after blank
3711         lines.
3712         (shr-insert): \t is also space.
3713         (shr-tag-s): Fix "s" tag name function.
3714         (shr-tag-s): Fix face prop name.
3715
3716 2010-10-03  Julien Danjou  <julien@danjou.info>
3717
3718         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3719
3720         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3721         gnus-window-inside-pixel-edges.
3722
3723         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3724         gnus-ems.
3725
3726         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3727
3728         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3729         function.
3730
3731         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3732         resize choice.
3733
3734 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3735
3736         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3737         beginning of the buffer.
3738
3739         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3740         article buffer again.
3741
3742         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3743
3744         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3745         when it's at the start of the buffer.
3746
3747         * shr.el (shr-tag-blockquote): Convert name.
3748         (shr-rescale-image): Use the right image-size variant.
3749
3750         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3751         buffer isn't shown, then select the current article first instead of
3752         bugging out.
3753         (gnus-summary-select-article-buffer): Show both the article and summary
3754         buffers again.
3755
3756         * shr.el (shr-fontize-cont): Protect against regions with no text.
3757         Rename tag functions to shr-tag-* for enhanced security.
3758         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3759
3760 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3761
3762         * shr.el (shr-insert):
3763         * pop3.el (pop3-movemail):
3764         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3765         loaded.
3766
3767 2010-10-03  Glenn Morris  <rgm@gnu.org>
3768
3769         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3770
3771         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3772
3773         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3774
3775         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3776
3777         * gnus-util.el (gnus-make-local-hook): Simplify.
3778
3779 2010-10-02  Julien Danjou  <julien@danjou.info>
3780
3781         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3782         (gnus-ido-completing-read): New function.
3783         (gnus-emacs-completing-read): New function.
3784         (gnus-completing-read): Use gnus-completing-read-function.
3785         Add gnus-completing-read-function.
3786
3787 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3788
3789         * shr.el (shr-insert-document): Autoload.
3790         (shr-img): Be silent.
3791         (shr-insert): Add a newline after every picture before text.
3792         (shr-add-font): Use overlays for combining faces.
3793         (shr-insert): Pass upwards the text start point.
3794
3795         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3796         possible.
3797         (mm-shr): New function.
3798
3799 2010-10-02  Julien Danjou  <julien@danjou.info>
3800
3801         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3802         should go backward.
3803
3804 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3805
3806         * shr.el (shr): Fix typo in provide call.
3807
3808 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3809
3810         * shr.el: New file.
3811
3812         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3813
3814         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3815         completing read.
3816
3817 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3818
3819         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3820         we're being queried about.  Suggested by Dan Jacobson.
3821
3822         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3823         Suggested by Jason Eisner.
3824
3825         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3826         table, too.  Suggested by Stefan Wiens.
3827         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3828         the table unnecessary.  Suggested by Stefan Wiens.
3829
3830         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3831         longer needed, and probably doesn't work either, as pointed out by
3832         Stefan Wiens.
3833         (gnus-summary-exit): Remove call to the clearing function.
3834         (gnus-summary-exit-no-update): Ditto.
3835
3836         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3837         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3838         Reported by Stefan Monnier.
3839         (gnus-summary-save-in-rmail): Ditto.
3840
3841         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3842         article buffer, instead of both the article buffer and the summary
3843         buffer.  Sort of suggested by Dan Jacobson.
3844
3845         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3846
3847         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3848         Suggested by Dan Jacobson.
3849
3850         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3851         documentation clearer.
3852
3853         * message.el (message-shorten-references): Comment on the number "21".
3854         Suggested by Stefan Monnier.
3855
3856         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3857         Suggested by Dan Jacobson.
3858
3859         * gnus.el (gnus-large-newsgroup):
3860         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3861
3862         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3863         externalize attachments.  Bug reported by Steve Wen.
3864
3865         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3866         really message anything to the user.
3867
3868         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3869         directly.
3870
3871         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3872         messages in empty groups.
3873
3874 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3875
3876         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3877         non-UIDNEXT group.
3878
3879 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3880
3881         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3882         not the value from the collection.
3883
3884         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3885         values.  This sometimes happens on some groups that have no info.
3886         (nnimap-request-newgroups): New function.
3887
3888 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3889
3890         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3891         check into `gnus-registry-initialize'.
3892         (gnus-registry-initialize): Ditto.
3893         Fix and extend header docs.
3894
3895 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3896
3897         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3898         regexp backtrace overflows.
3899
3900         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3901         for starttls that tls.el implements; i.e. openssl.
3902
3903         * tls.el (tls-starttls-switches): Give up on using starttls with
3904         gnutls-cli.
3905         (tls-program): Add --insecure to be consistent with the defaults from
3906         openssl s_client.  Now all three commands are insecure.
3907
3908 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3909
3910         * lpath.el: Bind completion-styles-alist for XEmacs.
3911
3912         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3913         (gravatar-create-image): New function that's an alias to
3914         gnus-xmas-create-image, gnus-create-image, or create-image.
3915         (gravatar-data->image): Use it.
3916
3917 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3918
3919         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3920         install the nnregistry refer method.
3921         (gnus-registry-install-hooks): Use it.
3922         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3923         unfollowed groups.
3924
3925 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3926
3927         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3928         expanding threads.
3929
3930 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3931
3932         * nnir.el: Use the server names without suffixes (bug #7009).
3933
3934         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3935         unencrypted to STARTTLS, if possible.
3936
3937 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3938
3939         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3940         headers before superseding.
3941
3942 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3943
3944         * nnrss.el (nnrss-use-local): Add documentation.
3945
3946         * nnimap.el (nnimap-extend-tls-programs): New function.
3947         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3948         (nnimap-wait-for-connection): Accept the greeting from the stupid
3949         output from openssl s_client -starttls, too.
3950
3951         * tls.el (tls-starttls-switches): New variable.
3952         (tls-find-starttls-argument): Use it.
3953         (open-tls-stream): Ditto.
3954
3955         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3956         (netrc-machine): Ditto.
3957
3958         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3959         article number.
3960         (nnimap-split-fancy): New variable.
3961         (nnimap-split-incoming-mail): Use it.
3962
3963         * nntp.el (nntp-server-list-active-group): Document.
3964
3965         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3966         SELECT to get the message-id.
3967
3968         * mail-source.el (mail-sources): Remove webmail support.
3969         (defvar): Ditto.
3970         (mail-source-fetcher-alist): Ditto.
3971         (mail-source-fetch-webmail): Remove.
3972
3973         * webmail.el: Remove -- doesn't seem relevant any more.
3974
3975         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3976
3977         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3978         the \r.
3979
3980 2010-09-30  Julien Danjou  <julien@danjou.info>
3981
3982         * gnus-agent.el (gnus-agent-add-group): Fix call to
3983         gnus-completing-read.
3984
3985 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3986
3987         * nndoc.el (nndoc-retrieve-groups): New function.
3988
3989         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3990         `default', use nnmail-split-methods.
3991         (nnimap-request-article): Downcase the NILs so that they are nil.
3992
3993         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3994         symbol.
3995
3996         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3997         code, since if the user has requested network, that's what they ought
3998         to get.
3999         (nnimap-request-set-mark): Erase the buffer before issuing commands.
4000         (nnimap-split-rule): Mark as obsolete.
4001
4002         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4003         New variable.
4004
4005         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4006         correct slot, too.
4007
4008 2010-09-29  Julien Danjou  <julien@danjou.info>
4009
4010         * gnus.el (gnus-local-domain): Declare variable obsolete.
4011
4012         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4013         Fix history computing.
4014         (gnus-ido-completing-read): Require ido.
4015
4016 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4017
4018         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4019         build Gnus.
4020
4021         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4022         when interpreting the structures.
4023         (nnimap-request-accept-article): Add \r\n to the lines to make this
4024         work with Cyrus.
4025
4026         * nndraft.el (nndraft-request-expire-articles): Use the group name
4027         instead if "nndraft".  Fix found by Nils Ackermann.
4028
4029 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4030
4031         * nnregistry.el: Add.
4032
4033 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4034
4035         * nnmail.el (group, group-art-list, group-art):
4036         Remove unneeded directives.
4037
4038 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4039
4040         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4041         (mm-mime-charset)
4042         * rfc2047.el (rfc2047-syntax-table)
4043         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4044
4045         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4046         rather than `insert-file-contents' and `eval-region'.
4047
4048         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4049         construction.
4050
4051         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
4052
4053         * time-date.el: No need to require cl for Emacs 21.
4054
4055 2010-09-29  Julien Danjou  <julien@danjou.info>
4056
4057         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4058         replacement of `gnus-gravatar-relief' to mimic
4059         `gnus-faces-properties-alist'.
4060         Add :version property.
4061
4062 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4063
4064         * mail-source.el (mail-source-report-new-mail)
4065         * message.el (message-default-mail-headers)
4066         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4067
4068         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4069
4070 2010-09-28  Julien Danjou  <julien@danjou.info>
4071
4072         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4073         mail-address contains the same string as real-name.
4074
4075         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4076         non-blank in header, otherwise it'll get stripped.
4077
4078         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4079         real-name, and then for mail address rather than doing : or , search.
4080
4081 2010-09-27  Julien Danjou  <julien@danjou.info>
4082
4083         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4084         right completing-read function.
4085         (gnus-use-ido): New variable
4086         (gnus-completing-read-with-default): Remove.
4087         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4088         (gnus-agent-add-group):
4089         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4090         * mm-view.el (mm-view-pkcs7-decrypt):
4091         * mm-util.el (mm-codepage-setup):
4092         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4093         * mml-smime.el (mml-smime-openssl-sign-query):
4094         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4095         (mml-insert-multipart):
4096         * gnus-msg.el (gnus-summary-yank-message):
4097         * gnus-int.el (gnus-start-news-server):
4098         * mm-decode.el (mm-interactively-view-part):
4099         * gnus-dired.el (gnus-dired-attach):
4100         * gnus.el (gnus-read-method):
4101         * gnus-bookmark.el (gnus-bookmark-jump):
4102         * gnus-art.el (gnus-mime-view-part-as-type)
4103         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4104         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4105         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4106         * nnmairix.el (nnmairix-create-server-and-default-group)
4107         (nnmairix-update-groups, nnmairix-get-server)
4108         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4109         (nnmairix-get-group-from-file-path):
4110         * nnrss.el (nnrss-find-rss-via-syndic8):
4111         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4112         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4113         (gnus-group-browse-foreign-server):
4114         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4115         (gnus-summary-execute-command, gnus-summary-respool-article)
4116         (gnus-read-move-group-name):
4117         * gnus-score.el (gnus-summary-increase-score)
4118         (gnus-summary-score-effect):
4119         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4120
4121 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4122
4123         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4124         x-focus-frame.
4125
4126         * nnimap.el (auth-source-forget-user-or-password)
4127         (auth-source-user-or-password): Autoload.
4128
4129         * message.el (message-from-style, message-interactive)
4130         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4131         (message-yank-prefix, message-indentation-spaces, message-signature)
4132         (message-signature-file): Add comment.
4133
4134 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4135
4136         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4137         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4138         new articles.
4139
4140         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4141         parts.
4142         (nnimap-request-article): Work with the t setting, too.
4143
4144         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4145         that you don't get flashes of other buffers.
4146         (gnus-summary-show-complete-article): Intern before setting.
4147
4148 2010-09-27  David Engster  <dengste@eml.cc>
4149
4150         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4151         well as HEADERS.
4152         (nnmairix-retrieve-headers): Provide new argument for the above.
4153
4154 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4155
4156         * gnus-sum.el (gnus-summary-move-article): Don't alter
4157         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4158         group.
4159
4160         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4161
4162         * message.el (message-cite-prefix-regexp): Revert my last edit.
4163
4164         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4165         variable instead of the Gnus variable.
4166
4167         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4168
4169         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4170
4171         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4172         since some servers don't like it.
4173         (nnimap-open-connection): Forget credentials if the server says the
4174         password was wrong.
4175         (nnimap-parse-line): Protect against invalid data.
4176
4177         * gnus-sum.el (gnus-summary-move-article): Add comment.
4178         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4179         nothing alters it while scanning for new messages.
4180
4181         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4182         which may or may not help.
4183         (nnimap-open-connection): If we're doing a stream connection, and then
4184         discover we're on a STARTTLS-capable server, then open a STARTTLS
4185         connection instead.
4186
4187 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4188
4189         * nnimap.el (utf7): Require.
4190
4191         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4192         prefix.
4193
4194 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4195
4196         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4197
4198 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4199
4200         * nnimap.el (nnimap-request-accept-article): Message the error on
4201         error.
4202
4203 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4204
4205         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4206
4207 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4208
4209         * nndoc.el (nndoc-request-list): Return success always.
4210
4211         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4212         `fetch-old' -- we only want to fetch the articles we've requested.
4213         The rest are in the agent, probably.
4214         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4215         disappeared server" to something low.  It's not important.
4216
4217         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4218         arrived before the FETCH data.
4219
4220         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4221         target here, because we don't know the Gnus name of the group.
4222
4223         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4224         for the correct group.
4225
4226         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4227
4228         * gnus.el (gnus): Give a final warning after startup.
4229
4230         * gnus-util.el (gnus-action-message-log): New variable.
4231         (gnus-message): Use it.
4232         (gnus-final-warning): New function.
4233
4234         * nnimap.el (nnimap-open-connection): Record the greeting.
4235         (nnimap): Add greeting.
4236
4237 2010-09-26  Julien Danjou  <julien@danjou.info>
4238
4239         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4240         arguments.
4241         (gnus-html-wash-images): Fix spec computing to include start/end.
4242
4243         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4244
4245 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4246
4247         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4248         deletion.
4249         (nnimap-retrieve-headers): Don't select the group, because that's
4250         already done by nnimap-possibly-change-group.
4251
4252         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4253         (gnus-picon-transform-address): Use it.
4254
4255         * mail-source.el (mail-source-value): Revert previous patch.
4256
4257         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4258         on failure.
4259         (nnimap-open-connection): Look up both virtual and physical server name
4260         credentials.
4261
4262         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4263
4264 2009-02-07  Dave Love  <fx@gnu.org>
4265
4266         * tls.el (open-tls-stream): Don't query killing process.
4267
4268 2009-02-08  Dave Love  <fx@gnu.org>
4269
4270         * gnus-win.el (gnus-window-to-buffer-helper)
4271         (gnus-all-windows-visible-p): Function needn't be a symbol.
4272
4273         * mail-source.el (mail-source-value): Function needn't be a symbol.
4274
4275 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4276
4277         * message.el (message-cite-prefix-regexp): Remove } from the cite
4278         prefix.
4279
4280         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4281         highlight again, so that the highlight is correct.
4282
4283         * gnus-picon.el (gnus-picon): Remove again.
4284         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4285
4286         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4287         doing the header highlightling, so that the background colour of the
4288         picon is correct.
4289
4290         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4291         (gnus-picon): Ditto.
4292         (gnus-picon): Reinstate.  The background colour for picons is white.
4293         (gnus-picon-insert-glyph): Make the background white.
4294
4295         * nnml.el (nnml-open-nov): Don't return dead buffers.
4296
4297         * auth-source.el (auth-source-create): Query the user for whether to
4298         store the credentials.
4299
4300         * netrc.el (netrc-store-data): New function.
4301
4302         * auth-source.el (auth-source-user-or-password): Use the existing auth
4303         sources, if any, for creation.
4304
4305         * gnus.el (gnus-group-fast-parameter): Return the last matching
4306         parameter instead of the first matching parameter.
4307
4308 2010-09-26  Julien Danjou  <julien@danjou.info>
4309
4310         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4311
4312 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4313
4314         * mml2015.el (mml2015-use): Remove gpg support.
4315
4316         * mml1991.el (mml1991-function-alist): Remove gpg function.
4317         (mml1991-gpg-sign): Remove.
4318
4319 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4320
4321         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4322         (gnus-browse-unsubscribe-current-group): Document it.
4323         (gnus-browse-unsubscribe-group): Use it.
4324
4325 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4326
4327         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4328         address to the To list for easier response.
4329
4330         * gnus.el (gnus-play-startup-jingle): Remove.
4331         (gnus-splash): Don't play jingle.
4332         (gnus): Silence gnus-load message.
4333
4334         * gnus-art.el (gnus-treat-play-sounds): Remove.
4335
4336         * gnus.el (gnus-play-jingle): Remove audio support.
4337
4338         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4339
4340         * earcon.el: Remove -- no users.
4341
4342         * gnus-audio.el: Remove -- no users of this package.
4343
4344         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4345
4346         * gnus-start.el (gnus-setup-news): Remove nocem support.
4347
4348         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4349
4350         * gnus.el (gnus-use-nocem): Remove.
4351
4352         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4353         Remove.
4354
4355         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4356         uses NoCeM any more.
4357
4358         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4359         (gnus-button-ctan-handler): Ditto.
4360         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4361         (gnus-button-ctan-directory-regexp): Ditto.
4362         (gnus-button-handle-ctan): Ditto.
4363         (gnus-button-tex-level): Ditto.
4364         (gnus-button-alist): Remove CTAN stuff.
4365
4366 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4367
4368         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4369         nnimap-streaming test.
4370
4371         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4372         servers twice.
4373
4374         * nnimap.el (nnimap-open-connection): Add more error reporting when
4375         nnimap fails early.
4376
4377         * nnheader.el (nnheader-get-report-string): New function.
4378         (nnheader-get-report): Use it.
4379
4380         * gnus-int.el (gnus-check-server): Say what the error was when opening
4381         failed.
4382
4383         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4384         using streaming.
4385
4386 2010-09-25  Julien Danjou  <julien@danjou.info>
4387
4388         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4389         gnus-window-inside-pixel-edges.
4390
4391 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4392
4393         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4394
4395         * mm-decode.el (mm-save-part): Allow saving to other directories the
4396         normal Emacs way.
4397
4398         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4399         Suggested by Jay Berkenbilt.
4400
4401         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4402         there isn't a single byte.
4403
4404         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4405         just do it.  It doesn't really seem to matter what the user responds
4406         here, I think, so it's just a confusing question.
4407
4408         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4409         non-streaming case.
4410
4411         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4412         (gnus-article-encrypt-body): Use it.
4413
4414         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4415         keystroke.
4416
4417         * nnimap.el (nnimap-find-wanted-parts-1):
4418         Use gnus-fetch-partial-articles.
4419
4420         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4421
4422         * nnimap.el (nnimap-insert-partial-structure): New function.
4423         (nnimap-get-partial-article): New function.
4424         (nnimap-request-article): Use it.
4425         (nnimap-wait-for-response): Return whether the wait was successful.
4426         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4427         retrieval wasn't successful.
4428         (nnimap-retrieve-group-data-early): Allow throttling servers.
4429         (nnimap-streaming): New variable.
4430         (nnimap-fetch-partial-articles): Remove.
4431
4432         * mm-decode.el (mm-with-part): Protect against killed buffers.
4433
4434         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4435         for prettier summary display.
4436
4437 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4438
4439         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4440
4441 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4442
4443         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4444         apparently third-party libraries depend on it.
4445
4446         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4447         before starting negotiation.
4448
4449         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4450         privacy reasons.
4451         (gnus-treat-mail-gravatar): Ditto.
4452
4453         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4454         buffer when inserting images.  Inserting text into the headers, for
4455         instance, can make them invalid.
4456
4457 2010-09-25  Julien Danjou  <julien@danjou.info>
4458
4459         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4460         variables.
4461
4462         * nnheader.el: Remove useless variables news-reply-yank-from and
4463         news-reply-yank-message-id.
4464
4465         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4466         variables.
4467
4468         * mml1991.el: Remove useless mml1991-verbose.
4469
4470         * gnus.el: Remove useless variable gnus-use-generic-from.
4471         Remove obsolete variable gnus-topic-indentation.
4472
4473         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4474
4475         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4476
4477         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4478
4479         * gnus-group.el: Remove useless gnus-group-icon-cache.
4480         Remove useless gnus-ephemeral-group-server.
4481
4482         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4483
4484         * mml2015.el: Remove useless mml2015-verbose.
4485
4486         * mml-smime.el: Remove useless mml-smime-verbose.
4487
4488         * gnus.el: Remove useless gnus-local-domain.
4489
4490         * gnus-gravatar.el (gnus-gravatar-transform-address):
4491         Use gnus-gravatar-size.
4492
4493         * gnus-art.el: Remove useless gnus-treat-translate.
4494
4495 2010-09-24  Julien Danjou  <julien@danjou.info>
4496
4497         * gnus-sum.el: Add support for Gravatars.
4498
4499         * gnus-art.el: Add support for Gravatars.
4500
4501         * gnus-gravatar.el: Add this file.
4502
4503         * gravatar.el: Add this file.
4504
4505 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4506
4507         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4508
4509         * gnus-group.el (gnus-group-fetch-faq): Remove.
4510
4511         * gnus.el (gnus-group-faq-directory): Remove.
4512
4513         * gnus-group.el (gnus-group-fetch-charter): Remove.
4514
4515         * gnus.el (gnus-group-charter-alist): Remove.
4516
4517         * gnus-group.el (gnus-group-archive-directory): Remove.
4518         (gnus-group-recent-archive-directory): Ditto.
4519         (gnus-group-make-archive-group): Remove.
4520
4521         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4522
4523         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4524         use the same article number for all the cached articles.
4525
4526         * nnimap.el (nnimap-command): Register the last command time so
4527         that we can use it for idling NOOPs.
4528         (nnimap-open-connection): Start the keeplive timer.
4529         (nnimap-make-process-buffer): Store all the process buffers.
4530         (nnimap-keepalive): New function.
4531
4532         * starttls.el (starttls-open-stream): Add autoload cookie.
4533
4534 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4535
4536         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4537         handling.
4538
4539 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4540
4541         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4542         its data structures.
4543
4544         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4545         instead of the cl.el copy-list.
4546         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4547         equalp.
4548
4549 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4550
4551         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4552         and tool-bar-local-item-from-menu.
4553
4554         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4555         mode-line-highlight face for Emacs.
4556
4557         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4558         loading gnus-sum.elc; fix comment for canlock-verify.
4559         (gnus-article-jump-to-part): Use read-number.
4560         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4561         Remove Emacs pre-21 compatible code for help-echo.
4562         (gnus-article-next-page-1): No need to adjust the number of lines.
4563         (gnus-article-describe-bindings): Always use help-buffer.
4564
4565         * gnus-audio.el (gnus-audio-inline-sound)
4566         * gnus-cus.el (gnus-custom-mode)
4567         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4568
4569         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4570
4571         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4572         compatible code.
4573
4574 2010-09-24  Glenn Morris  <rgm@gnu.org>
4575
4576         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4577         visiting the fcc file in rmail-mode.
4578
4579         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4580
4581 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4582
4583         * nnir.el: Silence the byte compiler.
4584
4585         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4586         alias to browse-url-url-encode-chars if any.
4587         (gnus-html-encode-url): Use it.
4588
4589 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4590
4591         * gnus-start.el (gnus-use-backend-marks): New variable.
4592         (gnus-get-unread-articles-in-group): Use it.
4593
4594         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4595         makeover.
4596
4597 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4598
4599         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4600
4601 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4602
4603         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4604         Remove.
4605         (gnus-setup-news-hook):
4606         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4607
4608         * gnus-int.el (gnus-request-update-info): Protect against backends not
4609         having the function.
4610
4611         * nnimap.el (nnimap-stream): Mention starttls.
4612         (nnimap-open-connection): Add starttls support.
4613
4614 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4615
4616         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4617
4618 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4619
4620         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4621         BODYSTRUCTUREs.
4622         (nnimap-transform-headers): Unfold quoted {42} headers.
4623
4624         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4625         the info.
4626         (gnus-get-unread-articles): Only call updatep on backends that support
4627         it.
4628
4629         * nnweb.el (nnweb-request-update-info): NOOP.
4630
4631         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4632
4633         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4634         since it only deals with marks.
4635
4636         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4637         gnus-request-marks, and make a new gnus-request-update-info.
4638
4639         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4640         the active instead of the high number, which is usually too low.
4641
4642 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4643
4644         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4645         * encrypt.el: Remove.
4646
4647 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4648
4649         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4650         server in symbolic form.
4651
4652         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4653
4654 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4655
4656         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4657         (nnimap-update-info): Fix up code slightly.
4658
4659         * gnus-int.el (gnus-open-server): Add tracing for performance
4660         debugging.
4661
4662         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4663         (gnus-group-insert-group-line): Pass the real group name so that it
4664         gets the right data.
4665
4666         * gnus-start.el (gnus-get-unread-articles): Don't have
4667         `gnus-get-unread-articles-in-group' update info, since that can be
4668         really slow and doesn't seem to be needed?
4669
4670 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4671
4672         * time-date.el (date-to-time): Try using parse-time-string first before
4673         using the slower timezone-make-date-arpa-standard.
4674
4675 2010-09-22  Julien Danjou  <julien@danjou.info>
4676
4677         * gnus-group.el (gnus-group-insert-group-line):
4678         Call gnus-group-highlight-line.
4679         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4680         default hook list.
4681         (gnus-group-update-eval-form): Add new function.
4682         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4683         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4684
4685 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4686
4687         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4688         immediate, then expire all articles.
4689         (nnimap-update-info): Fix off-by-one errors.
4690         (nnimap-flags-to-marks): Would return no marks lists for group with no
4691         flags.  Instead return the other data.
4692
4693 2010-09-22  Julien Danjou  <julien@danjou.info>
4694
4695         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4696         Only return an icon.
4697         (gnus-group-insert-group-line): Compute icon to return.
4698
4699         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4700         (gnus-html-image-fetched): Only cache if
4701         gnus-html-image-automatic-caching is set.
4702         (gnus-html-image-fetched): Check for errors.
4703
4704 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4705
4706         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4707         once per method on `g'.  This ensures that backends like nnfolder don't
4708         open all their folders.
4709
4710         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4711         (nnimap-request-list): Nix out group in the correct buffer.
4712         (nnimap-parse-flags): Implement by using `read' instead of
4713         hand-parsing.
4714         (nnimap-flags-to-marks): Pass on permanent-flags.
4715         (nnimap-make-process-buffer): Record the server name.
4716         (nnimap-parse-flags): Fix typo.
4717         (nnimap-request-scan): Run split on the server in general, not just a
4718         single group.
4719
4720         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4721         parameter, and propagate this downwards.
4722
4723         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4724         since EXAMINE changes it on the server.
4725
4726         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4727         this command might take a while.
4728
4729 2010-09-22  Julien Danjou  <julien@danjou.info>
4730
4731         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4732         harmful if you have 2 images side-by-side, they can't be properly
4733         update on text deletion.  Using text-property is safer here.
4734         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4735         data.
4736
4737 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4738
4739         * nnimap.el (nnimap-expunge-inbox): Remove.
4740         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4741         (nnimap-expunge): Flip default to t.
4742
4743         * gnus.el (gnus-method-to-server): Don't push things to the cache
4744         unless it's unique.
4745         (gnus-server-to-method): Ditto.
4746
4747 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4748
4749         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4750
4751 2010-09-22  Julien Danjou  <julien@danjou.info>
4752
4753         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4754         get the start of data.
4755         (gnus-html-encode-url): Add this function to encode special chars in
4756         URL.
4757         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4758         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4759
4760         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4761         default.
4762         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4763
4764         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4765         images alt-text.
4766         (gnus-html-put-image): Put alt-text as help-echo.
4767
4768 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4769
4770         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4771         * mm-util.el (mm-decompress-buffer)
4772         * nnir.el (nnir-run-find-grep)
4773         * pop3.el (pop3-list): Use 3rd arg of split-string.
4774
4775         * time-date.el (format-seconds): Comment fix.
4776
4777         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4778         and byte-optimize-form-code-walker.
4779         (dgnushack-make-auto-load): Don't advise make-autoload.
4780
4781         * lpath.el: Remove Emacs 21 stuff.
4782
4783 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4784
4785         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4786         outside the active range.  Suggested by Dan Christensen.
4787
4788         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4789         slightly later to avoid double-getting it.
4790
4791         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4792         previous patch.
4793
4794         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4795
4796 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4797
4798         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4799
4800 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4801
4802         * gnus-int.el (gnus-open-server): Give a better error message in the
4803         "go offline" case.
4804
4805         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4806         marks for nnimap, which is seldom the right thing to do.
4807
4808         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4809         (gnus-same-method-different-name): New function.
4810
4811         * nnimap.el (parse-time): Require.
4812
4813         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4814         method in the presence of many similar methods.
4815
4816         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4817
4818         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4819         nnml-inhibit-expiry.
4820
4821         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4822         find out whether methods are equal.
4823
4824         * nnimap.el (nnimap-find-expired-articles): New function.
4825         (nnimap-process-expiry-targets): New function.
4826         (nnimap-request-move-article): Request the article before looking at
4827         what the Message-ID is.  Fix found by Andrew Cohen.
4828         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4829
4830         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4831         for oldness in addition to being a predicate.
4832
4833         * nnimap.el (nnimap-request-group): When we have zero articles, return
4834         the right data to Gnus.
4835         (nnimap-request-expire-articles): Only delete articles immediately if
4836         the target is 'delete.
4837
4838         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4839         method, this would bug out.
4840
4841         * gnus-group.el (gnus-group-expunge-group): Rename from
4842         gnus-group-nnimap-expunge, and implemented as a normal interface
4843         function.
4844
4845         * gnus-int.el (gnus-request-expunge-group): New function.
4846
4847         * nnimap.el (nnimap-request-create-group): Implement.
4848         (nnimap-request-expunge-group): New function.
4849
4850 2010-09-21  Julien Danjou  <julien@danjou.info>
4851
4852         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4853         (gnus-html-cache-expired): Add new function.
4854         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4855         wethever we should display image for fetch it.
4856         Compute alt-text earlier to pass it to the fetching function too.
4857         (gnus-html-schedule-image-fetching): Change function argument to only
4858         get one image at a time, not a list.
4859         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4860         cache.
4861         (gnus-html-get-image-data): New function to retrieve image data from
4862         cache.
4863         (gnus-html-put-image): Change buffer argument to use image data rather
4864         than file, and place image above region rather than inserting a new
4865         one.  Do not take alt-text as argument, since it's useless now: we place
4866         the image above alt-text.
4867         (gnus-html-prune-cache): Remove.
4868         (gnus-html-show-images): Start to fetch image when we find one, do not
4869         push into a temporary list.
4870         (gnus-html-prefetch-images): Only fetch image if they have expired.
4871         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4872         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4873
4874 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4875
4876         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4877
4878 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4879
4880         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4881         spec inser "*" if the group isn't active instead of 0.
4882
4883         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4884         opening the server.
4885         (nnimap-request-delete-group): Implement group deletion.
4886         (nnimap-transform-headers): Return the size of the entire message in
4887         the Bytes header, not just the size of the first part.
4888         (nnimap-request-move-article): When moving an article from nnimap,
4889         request the article first so the accepting form has an article to
4890         accept.  Reported by Dan Christensen.
4891         (nnimap-command): Make sure that the error message doesn't error out.
4892
4893 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4894
4895         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4896         we haven't requested anything.
4897
4898 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4899
4900         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4901         "".  Fix found by Andrew Cohen.
4902
4903         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4904         instead of -encode-string.
4905
4906 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4907
4908         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4909
4910         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4911         by mm-subst-char-in-string.
4912
4913 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4914
4915         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4916         waiting for the connection string.
4917
4918         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4919         arriving.
4920
4921         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4922         bogus characters.  This allows selecting certain Gmail groups.
4923
4924         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4925         (nnimap-fetch-partial-articles): New variable.
4926         (nnimap-open-connection): When looking for credentials, also use the
4927         nnimap-server-port.
4928         (nnimap-request-article): Return the group/article number, so that Gnus
4929         `^' works as expected.
4930         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4931
4932         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4933         comments.
4934         (gnus-methods-sloppily-equal): New function.
4935         (gnus): When using the development version of Gnus, load the gnus-load
4936         file.
4937
4938         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4939         `gnus-open-server' on each method before trying to scan them etc.
4940         This ensures that all the backend parameters are set correctly.
4941
4942         * nnimap.el (nnimap-authenticator): New variable.
4943         (nnimap-open-connection): Allow anonymous login.
4944         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4945         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4946
4947         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4948         patch, found by Knut Anders Hatlen.
4949
4950 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4951
4952         * gnus-agent.el (gnus-agent-batch-confirmation)
4953         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4954         to gnus-message.
4955         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4956         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4957         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4958         * gnus-int.el (gnus-open-server): Likewise.
4959         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4960         (gnus-score-check-syntax): Likewise.
4961         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4962         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4963         Likewise.
4964         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4965
4966 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4967
4968         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4969         calling conventions so that prefetch doesn't bug out.
4970
4971 2010-09-19  Julien Danjou  <julien@danjou.info>
4972
4973         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4974         rather than `subst-char-in-region' in order to be able to replace ASCII
4975         char by UTF-8 ones.
4976
4977         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4978         than curl.
4979         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4980         the right URL and ALT text on images.
4981         (gnus-html-wash-tags): Fix tag case.
4982         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4983         (gnus-article-html): Add -o display_ins_del=2 option.
4984         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4985
4986 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4987
4988         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4989         the extra mail headers, which sometimes seem to happen for unknown
4990         reasons.
4991
4992         * mail-parse.el (mail-header-encode-parameter): Define as
4993         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4994         (or most, perhaps?) mail readers don't understand the latter, but do
4995         understand the former.
4996
4997         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4998         to nil, so that no methods are automatically agentized.  I think this
4999         is probably what most users want.
5000
5001         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5002         from url-retrieve, for instance about invalid URLs.
5003
5004         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5005         groups that have no articles.
5006         (nnimap-request-article): Check that we really got an article when we
5007         requested one.
5008
5009         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5010         doesn't exist.
5011
5012         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5013         nntp buffer so the agent can save it.
5014         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5015         that CRLF doesn't get translated to \n.
5016         (nnimap-open-connection): Don't make 'shell commands only send \n.
5017
5018 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5019
5020         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5021         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5022         Update var name.
5023         (nnml-generate-nov-file): Use dolist.
5024         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5025         Use with-current-buffer.
5026
5027 2010-09-18  Julien Danjou  <julien@danjou.info>
5028
5029         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5030         parallel.
5031
5032 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5033
5034         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5035         the range update right.
5036         (nnimap-request-group): Don't make `M-g' bug out on group with no
5037         marks.
5038         (nnoo): Require, so that other packages can require nnimap.
5039         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5040         command we're looking for.  This helps when the server sends more
5041         responses after we've gotten everything we expected.
5042         (nnimap): Add a `newlinep' field to keep track of end-of-line
5043         conventions.
5044         Don't send CRLF to things that don't want it.
5045         (nnimap-request-accept-article): Ditto.
5046
5047 2010-09-18  Julien Danjou  <julien@danjou.info>
5048
5049         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5050         than curl to retrieve images.
5051
5052 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5053
5054         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5055         the marks.
5056         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5057         (nnimap-wait-for-connection): New function.
5058         (nnimap-open-connection): If we have PREAUTH, don't query for login
5059         credentials.
5060         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5061         when doing a partial update.
5062
5063 2010-09-18  Julien Danjou  <julien@danjou.info>
5064
5065         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5066         tags.
5067
5068 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5069
5070         * nnimap.el (nnimap-credentials): New function.
5071         (nnimap-open-connection): Use the new function to look for credentials
5072         also on the numeric equivalents of "imap" and "imaps".
5073
5074         * gnus-start.el (gnus-activate-group): Send the info to
5075         gnus-request-group.
5076
5077         * nnimap.el (nnimap-request-group): Have the "check" version of the
5078         function parse flags and update the info, so that a `M-g' get a total
5079         resync of all flags from the group.
5080
5081         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5082         to allow backends to alter the info on group selection.  Also alter all
5083         the backend -request-group functions to take the parameter.
5084
5085         * nnimap.el (nnimap-store-info): New function.
5086         (nnimap-update-info): Store the info for later usage.
5087         (nnimap-request-group): Use the stored info for the dont-check case, so
5088         that we don't retrieve all marks when we enter a group.
5089
5090         * nnimap.el: Use deffoo instead of defun for interface functions.
5091
5092         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5093         update the group info.  This makes the nndraft groups, for instance, go
5094         back to their old behaviour.
5095
5096         * gnus-sum.el (gnus-select-newsgroup): Indent.
5097
5098         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5099         in.
5100         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5101         nothing.
5102
5103         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5104         from methods that are denied.
5105
5106         * gnus-int.el (gnus-method-denied-p): New function.
5107
5108         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5109         store the password instead of netrc.
5110         (nnimap-open-connection): Don't error out when we can't make a
5111         connections.
5112
5113         * auth-source.el (auth-source-create): In the password prompt, say what
5114         we're querying for.  Also prompt for user name if that hasn't been
5115         given.
5116
5117         * nnimap.el (nnimap-with-process-buffer): Remove.
5118
5119 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5120
5121         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5122         method when we're reading from the agent.
5123
5124         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5125
5126         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5127         that's probably most useful for users.
5128
5129         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5130         "failed" all the time.
5131
5132         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5133         ...)) with (with-current-buffer ... ).
5134
5135         * nntp.el (nntp-open-server): Return whether the open was successful or
5136         not.
5137
5138         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5139         select an unread unseen article first.
5140
5141         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5142         /etc/services, supply some sensible port defaults.
5143
5144         * dgnushack.el: Define netrc-credentials.
5145
5146 2010-09-17  Julien Danjou  <julien@danjou.info>
5147
5148         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5149
5150 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5151
5152         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5153         doesn't have any parameters.
5154
5155 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5156
5157         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5158         only upcased checks.
5159
5160         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5161
5162         * nnimap.el (nnimap-open-shell-stream): New function.
5163         (nnimap-open-connection): Use it.
5164         (nnimap-transform-headers): Get the number of lines in each message.
5165         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5166         number of lines.
5167         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5168         problem.
5169
5170         * utf7.el (utf7-encode): Autoload.
5171
5172         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5173         to allow the mail splitting to not return a default group.  This is
5174         useful for nnimap, which will leave unmatched mail in the inbox.
5175
5176         * nnimap.el: Rewritten.
5177
5178         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5179         nnimap usage.
5180
5181         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5182         if the move is internal, so that nnimap can do fast internal moves.
5183
5184         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5185         data.
5186         (gnus-read-active-for-groups): Support finishing the early retrieval of
5187         data.
5188
5189         * gnus-range.el (gnus-range-nconcat): New function.
5190
5191         * gnus-int.el (gnus-finish-retrieve-group-infos)
5192         (gnus-retrieve-group-data-early): New functions.
5193
5194 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5195
5196         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5197         (nnrss-retrieve-groups):
5198         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5199         (pop3-quit): Use with-current-buffer.
5200
5201 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5202
5203         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5204         instead of nnheader-accept-process-output.
5205
5206         * dgnushack.el (dgnushack-compile): Add comment.
5207
5208         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5209
5210         * gnus-html.el (gnus-html-schedule-image-fetching)
5211         (gnus-html-prefetch-images): Replace process-kill-without-query by
5212         gnus-set-process-query-on-exit-flag.
5213
5214 2010-09-16  Romain Francoise  <romain@orebokech.com>
5215
5216         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5217
5218 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5219
5220         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5221         parameter to unintern is mandatory-ish in Emacs 24.
5222
5223         * gnus-html.el (gnus-html-schedule-image-fetching)
5224         (gnus-html-prefetch-images): Check for curl before using it.
5225
5226         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5227         depend on curl, which isn't essential.
5228
5229         * imap.el: Revert back to version
5230         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5231         seem problematic.
5232
5233 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5234
5235         * gnus-registry.el (gnus-registry-install-shortcuts):
5236         Explicitly pass `obarray' to `unintern' to avoid a warning.
5237
5238 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5239
5240         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5241         change.
5242
5243         * nnrss.el (nnrss-request-list): Remove this function and related
5244         functions, including the moreover stuff.
5245
5246 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5247
5248         * nnrss.el (nnrss-retrieve-groups): New function.
5249
5250 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5251
5252         * .dir-locals.el: Add no-byte-compile cookie.
5253
5254 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5255
5256         * time-date.el (format-seconds): Comment fix.
5257
5258         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5259         for back end that doesn't support request-scan.
5260
5261 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5262
5263         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5264         then do request scans from the backends.
5265
5266         * netrc.el (netrc-credentials): New conveniency function.
5267
5268         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5269         avoid running a hook per line, since this takes a lot of time,
5270         profiling shows.
5271         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5272         directly if gnus-visual-p is true.
5273
5274 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5275
5276         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5277         groups; replace mapcar with dolist which is a bit faster; pass groups
5278         info to gnus-read-active-file-1.
5279         (gnus-read-active-file-1): Scan only specified groups if the new
5280         optional arg `infos' is given.
5281
5282 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5283
5284         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5285
5286         * pop3.el (pop3-movemail): Remove.
5287         (pop3-streaming-movemail): Rename to pop3-movemail.
5288
5289         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5290         don't restrict end-tag searches to the end of the line.
5291
5292 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5293
5294         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5295         articles of every unchecked group to t, which means unknown since the
5296         server has never been opened.
5297
5298 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5299
5300         * gnus-html.el (gnus-html-show-alt-text): New command.
5301         (gnus-html-browse-image): Ditto.
5302         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5303         to browse the image directly.
5304         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5305         better.
5306
5307         * gnus-async.el (gnus-async-article-callback):
5308         Call `gnus-html-prefetch-images' unconditionally.
5309
5310         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5311         before feeding URLs to curl.
5312
5313 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5314
5315         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5316         internal images as deletable by `W D D'.
5317
5318         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5319         (gnus-async-article-callback): Fix typo.
5320
5321 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5322
5323         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5324         current line to work around bugs in the output from w3m.
5325
5326         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5327         for groups that want that.
5328
5329         * nntp.el (nntp-wait-for-string): Supply a timeout for
5330         accept-process-output to ensure progress.
5331
5332         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5333         level to get unread articles from, then use that for foreign groups,
5334         too.
5335
5336         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5337         confuses the rest of the function.
5338
5339         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5340         for the methods that support -retrieve-groups, too.
5341
5342         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5343
5344 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5345
5346         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5347         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5348
5349         * pop3.el: Require cl when compiling.
5350         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5351
5352 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5353
5354         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5355         that aren't going to be activated.
5356         (gnus-get-unread-articles): Fix up the last commit.
5357
5358         * gnus-html.el (gnus-article-html): Allow calling without specifying
5359         the handle.  In that case, dissect the buffer first.
5360
5361         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5362
5363         * nnimap.el (nnimap-open-connection): Revert the change that would look
5364         into authinfo for imaps instead of imap.
5365
5366         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5367         say that you don't want to call gnus-request-group with don-check, but
5368         do check the reponse.  This is for virtual groups only.
5369         (gnus-get-unread-articles): Count the archive groups as secondary, so
5370         that they're activated the same way as before.
5371
5372         * imap.el (imap-message-map): Removed optional buffer parameter, since
5373         no callers use it.
5374         (imap-message-get): Ditto.
5375         (imap-message-put): Ditto.
5376         (imap-mailbox-map): Ditto.
5377         (imap-mailbox-put): Ditto.
5378         (imap-mailbox-get): Ditto.
5379         (imap-mailbox-get): Revert last change for this function.
5380
5381         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5382         case-insensitively.
5383         (nnimap-debug): Remove.
5384
5385         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5386         to use `imap-fetch' instead.  According to the comments, this should be
5387         safe, since all other IMAP clients use the 1:* syntax.
5388         (imap-enable-exchange-bug-workaround): Removed.
5389         (imap-debug): Removed -- doesn't seem very useful.
5390
5391         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5392         mail from a file, and the file doesn't exist.
5393
5394         * imap.el (imap-log): New convenience function used throughout instead
5395         of repeating the same code all over the place.
5396
5397         * pop3.el (pop3-streaming-movemail): Return t for success.
5398
5399         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5400         .authinfo if we're using ssl connection.
5401
5402         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5403         already have if we're in a main Gnus `g' run.
5404
5405         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5406
5407 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5408
5409         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5410
5411         * nnmh.el (nnmh-request-list-1): Bind `file'.
5412
5413         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5414         alias to set-process-query-on-exit-flag or process-kill-without-query.
5415         (pop3-open-server): Use it.
5416
5417 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5418
5419         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5420         box to the Incoming file.  Fixes mistake in previous checkin.
5421
5422         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5423         request loop (for debugging purposes) removed.
5424
5425         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5426         culprit is more visible.
5427         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5428         (nnml-add-incremental-nov): New functions to do "incremental" nov
5429         updates, where we just append to the end of the existing nov files
5430         without reading/writing them in full.
5431
5432         * mail-source.el (mail-source-delete-crash-box): Really only check the
5433         incoming files once in a while.
5434
5435         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5436
5437         * mail-source.el (mail-source-delete-crash-box): Only check the
5438         incoming files for deletion once per day to save a lot of file
5439         accesses.
5440
5441         * pop3.el (pop3-logon): Fix up unbound variable typo.
5442
5443         * mail-source.el (pop3-streaming-movemail): Autoload.
5444
5445         * pop3.el (pop3-streaming-movemail):
5446         Respect pop3-leave-mail-on-server.
5447
5448         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5449         retrieval.
5450
5451         * pop3.el (pop3-process-filter): Remove unused function.
5452         (pop3-streaming-movemail, pop3-send-streaming-command)
5453         (pop3-wait-for-messages, pop3-write-to-file)
5454         (pop3-number-of-responses): New functions for streaming pop3
5455         retrieval.
5456
5457         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5458         come from no known methods.
5459         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5460         list.
5461
5462         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5463         message sizes.
5464         (pop3-movemail): Use erase-buffer instead of looping and deleting
5465         regions, which seems rather odd.
5466
5467         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5468         file once per `g' run.
5469
5470         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5471         directories.  This makes the draft queue directory work.
5472
5473         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5474         data from the backends, so that we only request the list of groups from
5475         each method once.  This should speed things up considerably.
5476
5477         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5478         detect that it's not implemented.
5479
5480         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5481         we actually do recurse down into the tree, but don't stat all leaf
5482         nodes.
5483
5484         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5485         then say so instead of bugging out.
5486
5487         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5488         files exist before trying to read them.
5489
5490         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5491         around <pre_int>.
5492
5493         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5494
5495         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5496
5497 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5498
5499         * mm-util.el (mm-image-load-path): Just return the image directories,
5500         not all directories in the path in addition to the image directories.
5501         (mm-image-load-path): Maintain a cache of the image directories so that
5502         the `g' command in Gnus doesn't have to stat dozens of directories each
5503         time.
5504
5505         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5506         (gnus-html-wash-tags): Add a new `i' command to insert images.
5507         (gnus-html-insert-image): New command and keystroke.
5508         (gnus-html-redisplay-with-images): New command and keystroke.
5509         (gnus-html-show-images): Rename command.
5510         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5511         spacers.
5512         (gnus-html-wash-tags): Decode entities at the end, so that entities
5513         inside the tags don't mess up the rest of the "parsing".
5514
5515         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5516         so that nnimap methods aren't agentized by default.  There's apparently
5517         many problems related to agent/imap behaviour.
5518
5519         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5520
5521         * gnus-html.el: Doc fix.
5522
5523 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5524
5525         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5526         specifier-spec-list for Emacs 21.
5527
5528         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5529         glyph-width and glyph-height instead of display-graphic-p and
5530         image-size; make avoidance of displaying small images work for XEmacs.
5531
5532         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5533         for XEmacs.
5534
5535         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5536         of symbol that holds plist data.
5537         (gnus-process-plist): Remove plist of process after getting it.
5538
5539 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5540
5541         * message.el (message-generate-hashcash): Change default to
5542         'opportunistic if hashcash is installed.
5543
5544         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5545         (gnus-html-put-image): Only call image-size once, since it's somewhat
5546         time-consuming on remote X servers.
5547
5548 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5549
5550         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5551         type on data, not a file name.
5552
5553         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5554         window-pixel-edges for Emacs 21.
5555
5556         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5557         decoded contents.
5558         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5559
5560 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5561
5562         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5563         group line format, since it isn't very interesting.
5564
5565         * gnus-agent.el (gnus-agent-short-article),
5566         (gnus-agent-long-article): Increase values for these two variables,
5567         since most people are likely to have more network connection and
5568         storage than before.
5569
5570         * gnus.el (gnus-refer-article-method): Change default to 'current.
5571         When referring an article, the common behaviour is to refer it from the
5572         current select method, not the native select method.  The chances of
5573         the native select method having the message in question is rather slim
5574         these days.
5575
5576         * gnus-sum.el (gnus-auto-select-subject): Change default to
5577         `unseen-or-unread'.  I think it's likely that most people want to
5578         select an unseen article over a previously seen, but unread one.
5579
5580         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5581         means that in the article buffer none of the minor mode elements will
5582         be shown, usually, and this is not desirable in most cases.
5583
5584         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5585         that commands like `d' (and the like) go to the next line in the
5586         buffer, instead of the next unread article.  I think this is the
5587         behaviour that is most natural for most users.
5588         (gnus-single-article-buffer): Change default to nil, so that people can
5589         have as many article buffers open as they have summary buffer.  I think
5590         this is the most natural way for the groups to behave.
5591
5592         * message.el (message-generate-new-buffers): Change default to
5593         `unsent', so that all new message buffers start their names with the
5594         string "*unsent", and it's easier to find the buffers if you move from
5595         them.
5596
5597 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5598
5599         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5600         small.  They're probably tracking images.
5601         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5602         (gnus-html-rescale-image): Yet another try at getting the image sizing
5603         right.
5604
5605         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5606         nntp-marks-file-name is nil.
5607
5608 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5609
5610         * gnus-html.el (gnus-html-wash-tags)
5611         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5612         Better logging.
5613
5614 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5615
5616         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5617
5618         * gnus-html.el (gnus-html-wash-tags): Check the value of
5619         gnus-blocked-images in the summary buffer.
5620
5621 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5622
5623         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5624
5625 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5626
5627         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5628         like "a", it seems like.
5629         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5630         since it needs to be picked from the correct buffer.
5631
5632         * nnwfm.el: Remove.
5633
5634         * nnlistserv.el: Remove.
5635
5636 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5637
5638         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5639         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5640
5641 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5642
5643         * nnkiboze.el: Remove.
5644
5645         * nndb.el: Remove.
5646
5647         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5648         alt text.
5649         (gnus-html-rescale-image): Try to get the rescaling logic right for
5650         images that are just wide and not tall.
5651
5652         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5653         overshadow variable bindings.
5654
5655 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5656
5657         * gnus-html.el (gnus-html-wash-tags)
5658         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5659         Add extra logging.
5660
5661 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5662
5663         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5664         (gnus-max-image-proportion): New variable.
5665         (gnus-html-rescale-image): New function.
5666         (gnus-html-put-image): Rescale images.
5667
5668 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5669
5670         Fix up some byte-compiler warnings.
5671         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5672         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5673         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5674         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5675         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5676         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5677         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5678
5679 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5680
5681         * gnus-html.el (gnus-article-html): Decode contents by charset.
5682
5683 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5684
5685         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5686         (gnus-html-frame-width, gnus-blocked-images)
5687         * message.el (message-prune-recipient-rules): Add custom version.
5688         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5689
5690         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5691         functions.
5692
5693         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5694         gnus-process-get.
5695
5696 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5697
5698         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5699         instead of lsub directly.
5700
5701 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5702
5703         * nnwarchive.el: Remove.
5704
5705         * gnus-soup.el: Remove.
5706
5707         * nnsoup.el: Remove.
5708
5709         * nnultimate.el: Remove.
5710
5711         * gnus-html.el (gnus-blocked-images): New variable.
5712
5713         * message.el (message-prune-recipients): New function.
5714         (message-prune-recipient-rules): New variable.
5715
5716         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5717         guess whether a long line is natural text or not.
5718
5719         * gnus-html.el (gnus-html-schedule-image-fetching):
5720         Use gnus-process-plist and friends for compatibility.
5721
5722 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5723
5724         * gnus-html.el: Require packages that define macros used in this file.
5725         (gnus-article-mouse-face): Declare to silence byte-compiler.
5726         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5727         process-get.
5728         (gnus-html-put-image): Use plist-get to avoid getf.
5729         (gnus-html-prefetch-images): Use with-current-buffer.
5730
5731 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5732
5733         * gnus-ems.el: Provide compatibility functions for
5734         gnus-set-process-plist.
5735
5736         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5737         header-line-format for XEmacs 21.4.
5738
5739         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5740         * gnus.el (gnus-valid-select-methods)
5741         * message.el (message-send-mail-partially-limit)
5742         * mm-decode.el (mm-text-html-renderer)
5743         * mml.el (mml-insert-mime-headers-always)
5744         * smiley.el (smiley-regexp-alist): Bump custom version.
5745
5746 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5747
5748         * gnus-html.el: require mm-url.
5749         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5750         with the url to `url'.
5751         (gnus-html-wash-tags): Support cid: URLs/images.
5752
5753 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5754
5755         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5756         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5757         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5758
5759         * gnus-move.el: Remove file, since it doesn't really work.
5760
5761         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5762         UTF-8.  This seems to fix problems with some German web feeds.
5763
5764         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5765         at the top so that the proper colours are applied.
5766
5767         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5768         don't have dots in their names.
5769
5770         * gnus-art.el (gnus-article-view-part): Doc fix.
5771
5772         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5773         XEmacs-compatible.
5774         (gnus-html-put-image): Don't do images on non-graphic displays.
5775
5776         * nnslashdot.el: Remove this unused backend.
5777
5778         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5779         actions.
5780         (gnus-undo-register-1): Revert last change.
5781
5782         * gnus-group.el (gnus-group-completing-read): Protect against not
5783         having completion-styles bound.
5784
5785         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5786         make broken recipients happier.
5787
5788         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5789
5790         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5791         point parameter.
5792
5793         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5794
5795         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5796         completion-styles for group selection.
5797
5798 2009-02-04  Andreas Schwab  <schwab@suse.de>
5799
5800         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5801         headers and regexp-quote the match if necessary.
5802
5803 2009-03-24  Miles Bader  <miles@gnu.org>
5804
5805         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5806         the blinking smiley.
5807
5808 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5809
5810         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5811         blink smiley.
5812
5813 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5814
5815         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5816         where the dribbel file lives exists.
5817
5818         * message.el (message-send-mail-partially-limit): Change the default to
5819         nil, since most people don't want this.
5820
5821         * mm-url.el (mm-url-decode-entities): Also decode entities like
5822         &#x3212.
5823
5824 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5825
5826         * gnus-sum.el (gnus-summary-idna-message):
5827         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5828         Hyperlink urls in docstrings with URL `...'.
5829
5830 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5831
5832         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5833         functions.
5834
5835 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5836
5837         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5838         say what the mouseover text should be.
5839
5840         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5841         version of the mm-w3m-safe-url-regexp variable to only download images
5842         in the groups where we want that to happen.
5843
5844         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5845
5846         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5847         easier debugging.
5848         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5849         big pictures in the article buffer.
5850
5851         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5852         gnus-article-html.
5853         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5854         w3m.
5855
5856         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5857
5858 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5859
5860         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5861         which doesn't exist.
5862
5863         * message.el (message-inhibit-ecomplete): New variable to allow some
5864         function to inhibit ecomplete address storage.
5865         (message-resend): Disable ecomplete message storage when resending
5866         messages.
5867
5868         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5869
5870 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5871
5872         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5873         Save excursion while copying, moving, and deleting articles in order to
5874         prevent the cursor from jumping to unforeseen place.
5875
5876 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5877
5878         * lpath.el: No need to bind bookmark-current-buffer,
5879         bookmark-yank-point and bookmark-make-record-function.
5880
5881 2010-08-17  Glenn Morris  <rgm@gnu.org>
5882
5883         * gnus-sync.el: Require gnus components whose functions are used.
5884
5885         * gnus-art.el (bookmark-make-record-function):
5886         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5887         Declare for compiler.
5888
5889         * mm-url.el (mml-compute-boundary): Autoload.
5890
5891 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5892
5893         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5894
5895 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5896
5897         Typo fix "hoo4a" -> "hook".
5898
5899         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5900
5901 2010-08-14  Glenn Morris  <rgm@gnu.org>
5902
5903         * gnus-sync.el (gnus-sync): Fix defgroup version.
5904
5905 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5906
5907         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5908
5909         * gnus-sync.el: Fix docs.
5910         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5911         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5912
5913 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5914
5915         Optimizations for gnus-sync.el.
5916
5917         * gnus-sync.el: Add docs about gnus-sync-backend
5918         possibilities.
5919         (gnus-sync-save): Remove unnecessary message.
5920         (gnus-sync-read): Optimize and show what groups were skipped.
5921
5922 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5923
5924         Minor bug fixes for gnus-sync.el.
5925
5926         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5927         Don't read the sync on get-new-news.
5928
5929         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5930         quiet.
5931
5932         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5933         (fix typo).
5934
5935 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5936
5937         Make saving and restoring of hidden threads work with overlays.
5938         Patch applied by Ted Zlatanov.
5939
5940         * gnus-sum.el (gnus-hidden-threads-configuration)
5941         (gnus-restore-hidden-threads-configuration): Update to deal with text
5942         properties, rather than searching for a magic character.
5943
5944 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5945
5946         New gnus-sync.el library for synchronization of marks.
5947
5948         * gnus-sync.el: New library for synchronization of marks.
5949
5950         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5951         renamed from `gnus-registry-grep-in-list'.
5952
5953         * gnus-registry.el (gnus-registry-follow-group-p):
5954         Use `gnus-grep-in-list'.
5955
5956         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5957
5958 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5959
5960         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5961         determining charset of text fails.
5962
5963 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5964
5965         * nnmail.el (nnmail-get-new-mail-1): Revert.
5966
5967         * nnml.el (nnml-active-number): Make sure names of newly created groups
5968         in nnml-group-alist are encoded.
5969
5970 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5971
5972         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5973         containing non-ASCII characters in active file for nnml back end.
5974
5975 2010-07-24  David Engster  <dengste@eml.cc>
5976
5977         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5978         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5979
5980 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5981
5982         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5983         tag (Bug#6654).
5984
5985 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5986
5987         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5988         the article buffer, not the summary buffer.
5989
5990 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5991
5992         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5993         Emacs 23 as well.
5994
5995 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5996
5997         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5998         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5999
6000 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6001
6002         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6003         Patch applied by Karl Fogel.
6004
6005         * gnus-sum.el (gnus-summary-bookmark-make-record):
6006         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6007
6008 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6009
6010         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6011         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
6012         C-w still not working correctly from Article buffers; Thierry's
6013         patch to fix that will be applied after this.
6014
6015         * gnus-art.el (bookmark-make-record-function): New local variable.
6016
6017         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6018         article buffer.
6019         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6020
6021 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6022
6023         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6024         on changes in bookmark.el.
6025
6026 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6027
6028         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
6029         `no-log' instead of message not to log prompt string.
6030
6031 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
6032
6033         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6034         the *other* type of HTML form submission.
6035
6036 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6037
6038         * auth-source.el (auth-source-pick): If choice does not contain a
6039         questioned keyword, set the check to t.
6040
6041 2010-06-12  Romain Francoise  <romain@orebokech.com>
6042
6043         * gnus-util.el (gnus-date-get-time): Move up before first use.
6044
6045 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6046
6047         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6048         (gnus-article-edit-part): Bind it to make last part that is substituted
6049         or deleted visible.
6050         (gnus-mime-display-single): Buttonize part of which id equals to
6051         gnus-mime-buttonized-part-id.
6052
6053 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6054
6055         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6056         (gnus-dd-mmm): Use gnus-date-get-time.
6057         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6058         simplify logic.
6059         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6060         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6061
6062 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6063
6064         * auth-source.el (top): Autoload `secrets-list-collections',
6065         `secrets-create-item', `secrets-delete-item'.
6066         (auth-sources): Fix tag string.
6067         (auth-get-source, auth-source-retrieve, auth-source-create)
6068         (auth-source-delete): New defuns.
6069         (auth-source-pick): Rewrite in order to avoid 2 passes.
6070         (auth-source-forget-user-or-password): New parameter USERNAME.
6071         (auth-source-user-or-password): New parameters CREATE-MISSING and
6072         DELETE-EXISTING.  Retrieve password interactively, if needed.
6073
6074 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6075
6076         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6077         deleting unused directories when gnus-expert-user is t.
6078
6079 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6080
6081         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6082         for each temp file when gnus-article-browse-delete-temp is ask.
6083
6084 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6085
6086         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
6087         Lisp calls to delete-backward-char by calls to delete-char.
6088
6089 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6090
6091         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6092
6093 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6094
6095         * password-cache.el (password-cache-remove): Fix docstring.
6096
6097 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6098
6099         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6100         article unless decoding article to be saved.
6101
6102 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6103
6104         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6105         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6106         generated within the mm-with-unibyte-current-buffer macro.
6107
6108 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6109
6110         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6111         to nil when we're in a mml-preview buffer and no group is selected.
6112
6113 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6114
6115         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6116         when catching the `C-g'.  Reported by "Leo".
6117
6118 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6119
6120         * message.el (message-forward-make-body-plain)
6121         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6122         multibyte-string-p.
6123
6124         * lpath.el: Revert.
6125
6126 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6127
6128         * message.el (message-forward-make-body-mml): Assume original message
6129         is multibyte string; error on unibyte.
6130         (message-forward-make-body-plain): Ditto; don't add excessive newline
6131         in body end.
6132
6133         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6134
6135 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6136
6137         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6138         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6139
6140 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6141
6142         * mm-extern.el (mm-extern-url): Don't use
6143         mm-with-unibyte-current-buffer.
6144         (mm-extern-cache-contents): Use with-current-buffer instead of
6145         save-excursion + set-buffer.
6146
6147 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6148
6149         * mm-util.el (mm-emacs-mule): Remove.
6150
6151 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6152
6153         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6154         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6155         change.
6156
6157 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6158
6159         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6160         bind the default value of enable-multibyte-characters to nil.
6161
6162 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6163
6164         * message.el (message-forward-make-body-plain)
6165         (message-forward-make-body-mml):
6166         Don't use mm-with-unibyte-current-buffer.
6167
6168 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6169
6170         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6171
6172 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6173
6174         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6175         (Bug#5592).
6176
6177 2010-05-07  Julien Danjou  <julien@danjou.info>
6178
6179         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6180         it to mm-pipe-part.
6181
6182         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6183         it is given.
6184
6185 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6186
6187         * binhex.el (binhex-decode-region-internal)
6188         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6189         (dns-query)
6190         * nnweb.el (nnweb-gmane-search)
6191         * pgg-parse.el (pgg-parse-armor)
6192         * pgg.el (pgg-verify-region)
6193         * sha1.el (sha1-string-external)
6194         * uudecode.el (uudecode-decode-region-internal)
6195         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6196         XEmacs.
6197
6198         * gnus-art.el (gnus-article-browse-html-parts)
6199         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6200         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6201         make-temp-file.
6202
6203         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6204         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6205         compiling.
6206
6207         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6208         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6209         XEmacs when compiling.
6210
6211         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6212         gnus-pick-mode-off-hook for XEmacs when compiling.
6213         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6214         gnus-binary-mode-off-hook for XEmacs when compiling.
6215
6216         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6217         Return nil if char-charset is not available.
6218
6219         * imap.el (imap-disable-multibyte)
6220         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6221         macros.
6222
6223         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6224         instead of encode-coding-string.
6225
6226         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6227         'xemacs) instead of mm-emacs-mule to switch function definitions.
6228         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6229
6230         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6231         bind temporary-file-directory for XEmacs;
6232         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6233         timer-set-function for XEmacs 21.4 and SXEmacs;
6234         bind timer-list for XEmacs 21.4 and SXEmacs;
6235         fbind char-charset and find-charset-region for non-Mule XEmacs;
6236         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6237         encode-coding-region and encode-coding-string for XEmacs having no
6238         file-coding feature.
6239
6240 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6241
6242         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6243
6244 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6245
6246         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6247         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6248
6249 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6250
6251         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6252         alias `jka-compr-delete-temp-file' no longer exists.
6253
6254 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6255
6256         Use define-minor-mode in Gnus where applicable.
6257         * mml.el (mml-mode): Use define-minor-mode.
6258         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6259         (gnus-undo-mode): Use define-minor-mode.
6260         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6261         (gnus-dead-summary-mode): Use define-minor-mode.
6262         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6263         Initialize in declaration.
6264         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6265         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6266         (gnus-mailing-list-mode): Use define-minor-mode.
6267         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6268         (gnus-draft-mode): Use define-minor-mode.
6269         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6270         (gnus-dired-mode): Use define-minor-mode.
6271
6272 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6273
6274         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6275         handles on recursive mml-to-mime translation and check them for
6276         boundary delimiter collisions.  Reported by Greg Troxel.
6277
6278 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6279
6280         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6281
6282 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6283
6284         * mm-util.el (mm-find-buffer-file-coding-system):
6285         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6286
6287 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6288
6289         * message.el (message-generate-headers): Record insertion of optional
6290         headers as well.  Otherwise the check to prevent repeated insertion of
6291         optional headers is a no-op.
6292
6293 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6294
6295         * smime.el: Don't mention CVS.
6296
6297         * nnrss.el (nnrss-fetch): Don't mention CVS.
6298
6299         * nnir.el: Don't mention CVS.
6300
6301 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6302
6303         * gnus-sum.el (gnus-summary-bookmark-make-record):
6304         Add `location' field.
6305
6306 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6307
6308         * lpath.el: Fbind bookmark-default-handler,
6309         bookmark-get-bookmark-record, bookmark-make-record-default,
6310         bookmark-prop-get for Emacs <23 and XEmacs.
6311
6312 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6313
6314         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6315         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6316         Use with-current-buffer to silence the byte-compiler.
6317         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6318         bother to require `gnus'.
6319         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6320
6321 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6322
6323         * gnus-sum.el (gnus-summary-bookmark-make-record)
6324         (gnus-summary-bookmark-jump): New functions.
6325         (gnus-summary-mode): Setup bookmark support.
6326
6327 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6328
6329         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6330         if set.
6331
6332 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6333
6334         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6335         gnus-article-browse-html-save-cid-image; make it work recursively for
6336         forwarded messages as well.
6337         (gnus-article-browse-html-parts): Work when prefix arg is given.
6338         (gnus-article-browse-html-article): Doc fix.
6339
6340 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6341
6342         * message.el (message-default-mail-headers):
6343         (message-default-headers): Carry the value mail-default-headers over
6344         into message-default-mail-headers, rather than message-default-headers.
6345
6346 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6347
6348         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6349         charset.
6350
6351         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6352         charset into the <meta> tag when the article is encoded to utf-8.
6353
6354 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6355
6356         * gnus-art.el (gnus-article-browse-delete-temp-files):
6357         Delete directories as well.
6358         (gnus-article-browse-html-parts): Work for images that do not specify
6359         file names; delete temp directory when quitting; insert header at the
6360         right place; use file: scheme for image files.
6361
6362 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6363
6364         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6365         (gnus-article-browse-html-parts): Use it to make temporary cid image
6366         files in addition to html file so that browser may display them.
6367
6368 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6369
6370         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6371
6372 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6373
6374         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6375
6376 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6377
6378         * auth-source.el (auth-sources): Change default to be simpler.
6379         Explain about Secret Service API sources.  Improve Customize options.
6380         (auth-source-pick): Change to accept any number of search parameters.
6381         Implement fallbacks iteratively, not recursively.  Add scoring on the
6382         second pass and sort by score.  Call Secret Service API when needed.
6383         (auth-source-user-or-password): Use it.  Call Secret Service API
6384         directly when needed to get the user name and the password.
6385
6386 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6387
6388         * message.el (message-interactive): Doc fix.
6389         (message-qmail-inject-args): Reflow.
6390         (message-kill-to-signature): Fix typo in docstring.
6391
6392         * smiley.el (smiley-buffer): Fix typo in docstring.
6393
6394 2010-03-24  Glenn Morris  <rgm@gnu.org>
6395
6396         * mail-source.el (gnus-message): Declare.
6397         (mail-source-delete-old-incoming): Require gnus-util.
6398
6399 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6400
6401         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6402
6403         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6404
6405         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6406         password-cache's default if it is not bound.
6407         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6408         password-cache-expiry's default if it is not bound.
6409
6410         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6411         available in Emacs 21.
6412
6413         * lpath.el: Suppress compiler warnings for:
6414         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6415         XEmacs;
6416         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6417         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6418         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6419
6420 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6421
6422         * auth-source.el (auth-sources): Fix up definition so extra parameters
6423         are always inline.
6424
6425 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6426
6427         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6428         wasn't updated after mismatch.  Clear cached mailbox info correctly
6429         when uidvalidity changes.
6430         (nnimap-group-prefixed-name): New function to avoid some code
6431         duplication.
6432         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6433         (nnimap-request-group): Use it.
6434         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6435         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6436         with many imap folders.  This is done by caching the group status from
6437         the imap server persistently in a group parameter `imap-status'.  (This
6438         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6439         but not persistently, so every Gnus startup was still very slow.)
6440
6441 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6442
6443         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6444         delete the extra newline.  Otherwise editing of :string and :number
6445         types don't work.
6446
6447 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6448
6449         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6450         secrets.el dependency.
6451         (auth-sources): Add optional user name.  Add secrets.el configuration
6452         choice (unused right now).
6453
6454 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6455
6456         * gnus-sum.el (gnus-summary-make-menu-bar):
6457         Let `gnus-registry-install-shortcuts' fill in the functions.
6458
6459         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6460         warnings.
6461         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6462         (gnus-registry-install-shortcuts): Populate and use it in a
6463         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6464
6465 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6466
6467         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6468         In-place substitutions for the group name encoding/decoding.
6469         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6470         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6471         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6472         (nnimap-update-unseen, nnimap-request-list)
6473         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6474         (nnimap-request-set-mark, nnimap-split-to-groups)
6475         (nnimap-split-articles, nnimap-request-newgroups)
6476         (nnimap-request-create-group, nnimap-request-accept-article)
6477         (nnimap-request-delete-group, nnimap-request-rename-group)
6478         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6479         `encoded-mbx' for consistency.
6480         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6481         variable `imap-current-mailbox'.
6482
6483         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6484         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6485
6486 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6487
6488         * pop3.el (pop3-display-message-size-flag): Display message size byte
6489         counts during POP3 download.
6490         (pop3-movemail): Use it.
6491         (pop3-list): Implement listing of available messages.
6492
6493 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6494
6495         * nnir.el (nnir-get-article-nov-override-function): New function to
6496         override the normal NOV retrieval.
6497         (nnir-retrieve-headers): Use it.
6498
6499 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6500
6501         * auth-source.el (netrc-machine-user-or-password): Autoload.
6502
6503 2010-03-19  Glenn Morris  <rgm@gnu.org>
6504
6505         Stop message.el from loading about 40 libraries it doesn't always need.
6506         The general approach is to autoload rather than require, and to
6507         require in the specific functions rather than the file.  (Bug#5642)
6508
6509         * gmm-utils.el: Don't require wid-edit.
6510         (widget-create-child-value, widget-convert, widget-default-get):
6511         Autoload.
6512
6513         * gnus-util.el: Don't require time-date, netrc.
6514         (message-fetch-field, gnus-group-name-decode): Declare rather than
6515         autoloading.
6516         (gnus-fetch-field): Require message.
6517         (gnus-decode-newsgroups): Require gnus-group.
6518
6519         * ietf-drums.el: Don't require time-date.
6520
6521         * message.el: Don't require hashcash, canlock, ecomplete.
6522         Do require mail-utils.  Require nnheader only when compiling.
6523         (smtpmail-default-smtp-server): Remove declaration.
6524         (message-send-mail-function): Check smtpmail-default-smtp-server
6525         is bound rather than requiring smtpmail.
6526         (message-auto-save-directory, message-insert-signature):
6527         Use expand-file-name rather than nnheader-concat.
6528         (nnheader-insert-file-contents): Autoload.
6529         (hashcash-wait-async): Declare.
6530         (message-send-mail): Only call gnus-setup-posting-charset if
6531         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6532         (message-send-mail-with-sendmail): Require sendmail.
6533         (canlock-password, canlock-password-for-verify): Declare.
6534         (message-canlock-password): Require canlock.
6535         (nnheader-get-report): Autoload.
6536         (gnus-setup-posting-charset): Declare.
6537         (message-send-news): Require gnus-msg.
6538         (message-make-references, message-make-in-reply-to): Use mail-header-id
6539         rather than the alias mail-header-message-id.
6540         (ecomplete-add-item, ecomplete-save): Declare.
6541         (message-put-addresses-in-ecomplete): Require ecomplete.
6542         (ecomplete-display-matches): Autoload.
6543
6544         * mm-decode.el: Don't require mailcap, gnus-util.
6545         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6546         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6547         Autoload.
6548         (mailcap-mime-extensions): Declare.
6549
6550         * mm-encode.el: Don't require mailcap.
6551         (mailcap-extension-to-mime): Autoload.
6552
6553         * mml-sec.el: Don't require password-cache.
6554
6555         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6556         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6557         (mml-minibuffer-read-type): Require mailcap.
6558         (mml-preview): Require gnus-msg.
6559
6560         * mml1991.el: Require password-cache.
6561         (password-cache-expiry): Remove declaration.
6562
6563         * mml2015.el: Require password-cache.
6564         (password-cache-expiry): Remove declaration.
6565
6566         * nneething.el (mailcap): Require mailcap.
6567
6568         * nnheader.el (declare-function): Add compatibility stub.
6569         (message-remove-header): Declare rather than autoload.
6570         (nnheader-replace-header): Require message.
6571
6572         * nnimap.el (declare-function): Add compatibility stub.
6573         (netrc-parse, netrc-machine-user-or-password): Declare.
6574         (nnimap-open-connection): Require netrc.
6575
6576         * nntp.el (declare-function): Add compatibility stub.
6577         (netrc-parse, netrc-machine, netrc-get): Declare.
6578         (nntp-send-authinfo): Require netrc.
6579
6580         * rfc2047.el: Don't require qp.
6581         (quoted-printable-encode-region, quoted-printable-decode-string):
6582         Autoload.
6583
6584         * sieve-mode.el: Don't require easymenu.
6585         (easy-menu-add-item): Autoload it.
6586
6587         * spam-stat.el (time-to-number-of-days): Autoload it.
6588
6589 2010-03-19  Glenn Morris  <rgm@gnu.org>
6590
6591         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6592
6593 2010-03-18  Glenn Morris  <rgm@gnu.org>
6594
6595         * hashcash.el (declare-function): Remove duplicate definition.
6596
6597 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6598
6599         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6600         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6601         value if any backslash escapes).
6602
6603 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6604
6605         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6606         if it is available.  (bug#5647)
6607
6608         * lpath.el: Suppress compiler warning for coding-system-from-name for
6609         Emacs 21 and XEmacs.
6610
6611 2010-03-14  Juri Linkov  <juri@jurta.org>
6612
6613         * hmac-def.el:
6614         * hmac-md5.el:
6615         * netrc.el: Fix keywords.
6616
6617 2010-02-26  Glenn Morris  <rgm@gnu.org>
6618
6619         * message.el (message-send-mail-function): Change the default, so that
6620         it inherits from a customized send-mail-function.  (Bug#5643)
6621
6622 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6623
6624         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6625         shell-command-to-string signals an error (bug#5299).
6626
6627 2010-02-24  Glenn Morris  <rgm@gnu.org>
6628
6629         * message.el (message-smtpmail-send-it)
6630         (message-send-mail-with-mailclient): Doc fixes.
6631
6632 2010-02-16  Glenn Morris  <rgm@gnu.org>
6633
6634         * message.el (message-default-mail-headers): Change the default value
6635         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6636
6637 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6638
6639         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6640         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6641
6642 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6643
6644         * time-date.el (date-to-time): Doc fix (Bug#5408).
6645
6646 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6647
6648         * message.el (message-mail): Just pass yank-action on to message-setup.
6649         (message-setup): Handle (FUN . ARGS) form of yank-action.
6650         (message-with-reply-buffer, message-widen-reply)
6651         (message-yank-original): Handle non-buffer values of
6652         message-reply-buffer (Bug#4080).
6653         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6654
6655 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6656
6657         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6658         Fix typo in docstring.
6659
6660 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6661
6662         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6663         response.
6664
6665 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6666
6667         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6668
6669         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6670
6671         * message.el (message-check-news-header-syntax): Protect against a
6672         string that `rfc822-addresses' returns when parsing fails.
6673
6674 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6675
6676         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6677         (gnus-previous-char-property-change): New functions.
6678
6679         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6680
6681 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6682
6683         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6684         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6685
6686 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6687
6688         * message.el (message-exchange-point-and-mark): Rework last change to
6689         avoid using optional arg of exchange-point-and-mark, for backward
6690         compatibility.
6691
6692 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6693
6694         * message.el (message-exchange-point-and-mark):
6695         Call exchange-point-and-mark with an argument rather than setting
6696         mark-active by hand (Bug#5175).
6697
6698 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6699
6700         * nntp.el (nntp-service-to-port): Work for service expressed with
6701         numeric string; replace [:digit:] with [0-9] for XEmacs.
6702
6703 2009-12-17  Glenn Morris  <rgm@gnu.org>
6704
6705         * gnus-group.el (gnus-bug-group-download-format-alist):
6706         Change emacs entry to debbugs.gnu.org.  Bump :version.
6707
6708 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6709
6710         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6711
6712 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6713
6714         * message.el (message-info): Explain why we use `Info-goto-node'.
6715
6716 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6717
6718         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6719
6720 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6721
6722         * message.el (message-completion-in-region): New compatibility function.
6723         (message-expand-group): Use it.
6724
6725 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6726
6727         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6728         with no unread article should be listed if the 2nd arg `predicate' is
6729         given.
6730
6731 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6732
6733         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6734
6735 2009-11-29  Juri Linkov  <juri@jurta.org>
6736
6737         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6738         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6739         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6740
6741 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6742
6743         * sha1.el (sha1-string-external): default-directory "/" in case
6744         otherwise non-existent.  process-connection-type pipe for touch of
6745         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6746
6747 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6748
6749         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6750         it's comms related and sgml-mode.el has "comm" on that basis too.
6751
6752 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6753
6754         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6755         containing tspecial characters if they have been already quoted.
6756
6757 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6758
6759         * dns-mode.el (auto-mode-alist): Purecopy string.
6760
6761 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6762
6763         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6764
6765 2009-10-24  Glenn Morris  <rgm@gnu.org>
6766
6767         * gnus-art.el (help-xref-stack-item): Define for compiler.
6768
6769 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6770
6771         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6772
6773 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6774
6775         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6776
6777 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6778
6779         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6780         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6781
6782 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6783
6784         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6785         (gnus-overlays-in): New alias to overlays-in.
6786
6787         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6788         gnus-overlay-get, and gnus-delete-overlay.
6789         (gnus-summary-show-thread): Make it work as well for systems in which
6790         next-single-char-property-change is not available.
6791         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6792
6793         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6794         (gnus-overlay-get): New alias to extent-property.
6795         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6796
6797         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6798         SXEmacs.
6799
6800         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6801         SXEmacs.
6802
6803 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6804
6805         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6806
6807 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6808
6809         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6810         and XEmacs that don't have `remove-overlays'.
6811
6812 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6813
6814         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6815         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6816         selective display.  Use overlays instead.
6817
6818 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6819
6820         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6821
6822 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6823
6824         * spam-stat.el (spam-stat-load): Fix typo in message.
6825
6826 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6827
6828         * dig.el (dig-invoke): Fix typo in docstring.
6829         (query-dig): Reflow docstring.
6830
6831 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6832
6833         * gnus-art.el (gnus-article-encrypt-body):
6834         * message.el (message-check-recipients):
6835         * mm-util.el (mm-codepage-setup):
6836         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6837         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6838
6839 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6840
6841         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6842         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6843         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6844         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6845         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6846
6847 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6848
6849         * dig.el: Add "Keywords: comm", as per net-utils.el.
6850
6851 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6852
6853         * dig.el (dig-mode): Use define-derived-mode.
6854
6855 2009-09-19  Glenn Morris  <rgm@gnu.org>
6856
6857         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6858
6859 2009-09-18  Glenn Morris  <rgm@gnu.org>
6860
6861         * gnus-diary.el (gnus-diary-check-message):
6862         * message.el (message-insert-formatted-citation-line):
6863         * nnbabyl.el (top-level):
6864         * nndiary.el (nndiary-schedule):
6865         Fix typos in condition-case handlers.
6866
6867 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6868
6869         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6870         configuration that provides the sole article window in a frame;
6871         position point correctly after deleting a part.
6872
6873 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6874
6875         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6876         (spam-resolve-registrations-routine): Use it to unregister articles
6877         that change status.
6878
6879 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6880
6881         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6882         with XEmacs.
6883         (parse-time-string-chars): Use it.
6884
6885 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6886
6887         * imap.el (imap-interactive-login): Better messages.
6888         (imap-open): Fix bug with renamed buffer on reconnect.
6889         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6890         for easier debugging and cleaner code.  On successful (guessed based on
6891         server capabilities) secondary authentication, set imap-state
6892         correctly.
6893         (imap-last-authenticator): Define imap-last-authenticator as a variable
6894         to avoid warnings.
6895
6896 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6897
6898         * nnrss.el (nnrss-request-article): Remove binding of
6899         default-enable-multibyte-characters that has gotten needless by
6900         the 2007-07-13 change in rfc2047-encode-message-header.
6901
6902         * mml.el (mml-insert-multipart): Error on the message header.
6903         (mml-insert-part): Error on the message header; position point at
6904         the end of a MIME tag.
6905
6906 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6907
6908         * time-date.el (autoload): Expand define-obsolete-function-alias into
6909         defalias and make-obsolete for old Emacsen that Gnus supports.
6910         (with-no-warnings): Define it for old Emacsen.
6911         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6912         is available.
6913         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6914         float-time is available; suppress compile warning for time-to-seconds.
6915
6916         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6917         (gnus-float-time): Alias to float-time if it exists.
6918
6919         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6920         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6921         float-time is available; suppress compile warning for time-to-seconds.
6922
6923         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6924         XEmacs.
6925
6926 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6927
6928         * imap.el (imap-message-map): Docstring fix.
6929
6930 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6931
6932         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6933         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6934         Add the optional argument `encoding' that overrides the default.
6935
6936         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6937         mm-encode-buffer.
6938
6939 2009-09-04  Glenn Morris  <rgm@gnu.org>
6940
6941         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6942         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6943         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6944         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6945         * mm-util.el (mm-with-unibyte-current-buffer)
6946         (mm-find-buffer-file-coding-system):
6947         * yenc.el (yenc-decode-region): Use default-value rather than
6948         default-enable-multibyte-characters.
6949
6950 2009-09-03  Glenn Morris  <rgm@gnu.org>
6951
6952         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6953         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6954         than default-enable-multibyte-characters.
6955
6956 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6957
6958         * gnus-art.el (gnus-article-read-summary-keys):
6959         Fix gnus-buffer-configuration's value temporarily used.
6960
6961 2009-09-02  Glenn Morris  <rgm@gnu.org>
6962
6963         * gnus-util.el (gnus-float-time): New function.
6964         * gnus-delay.el (gnus-delay-article):
6965         * gnus-sum.el (gnus-thread-latest-date):
6966         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6967         * nnspool.el (nnspool-request-newgroups):
6968         Use gnus-float-time rather than time-to-seconds.
6969         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6970
6971         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6972         (gnus-header-subject-face, gnus-header-newsgroups-face)
6973         (gnus-header-name-face, gnus-header-content-face):
6974         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6975         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6976         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6977         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6978         (gnus-cite-face-11):
6979         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6980         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6981         (gnus-server-closed-face, gnus-server-denied-face)
6982         (gnus-server-offline-face):
6983         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6984         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6985         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6986         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6987         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6988         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6989         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6990         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6991         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6992         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6993         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6994         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6995         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6996         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6997         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6998         (gnus-summary-high-undownloaded-face)
6999         (gnus-summary-low-undownloaded-face)
7000         (gnus-summary-normal-undownloaded-face)
7001         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7002         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7003         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7004         (gnus-splash-face):
7005         * message.el (message-header-to-face, message-header-cc-face)
7006         (message-header-subject-face, message-header-newsgroups-face)
7007         (message-header-other-face, message-header-name-face)
7008         (message-header-xheader-face, message-separator-face)
7009         (message-cited-text-face, message-mml-face):
7010         * sieve-mode.el (sieve-control-commands-face)
7011         (sieve-action-commands-face, sieve-test-commands-face)
7012         (sieve-tagged-arguments-face):
7013         * spam.el (spam-face):
7014         Mark face aliases with "-face" in the name as obsolete.
7015
7016 2009-09-01  Glenn Morris  <rgm@gnu.org>
7017
7018         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7019         than goto-line.
7020
7021 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7022
7023         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7024         Don't move point if the command is invoked inside the message header.
7025
7026 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7027
7028         * imap.el (imap-send-command): Simplify.
7029         (imap-wait-for-tag): point-max -> buffer-size.
7030
7031 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7032
7033         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7034         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7035         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7036         * nnir.el (nnir-swish-e-index-file):
7037         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7038         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7039         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7040         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7041         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7042         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7043
7044 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7045
7046         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7047         Don't save excursion.
7048
7049 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7050
7051         * nnheader.el (nnheader-find-file-noselect):
7052         * mm-util.el (mm-insert-file-contents):
7053         Use (default-value 'major-mode) instead of default-major-mode.
7054
7055 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7056
7057         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7058
7059 2009-08-26  Glenn Morris  <rgm@gnu.org>
7060
7061         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
7062         than placing in files.el.
7063
7064 2009-08-25  Glenn Morris  <rgm@gnu.org>
7065
7066         * nnir.el (top-level): Don't require cl at run-time.
7067         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7068         Replace cl-function substitute with gnus-replace-in-string.
7069         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7070         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7071         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7072         simplified expansions.
7073
7074 2009-08-25  Kevin Ryde  <user42@zip.com.au>
7075
7076         * dig.el (dig): Add autoload cookie.
7077
7078 2009-08-22  Glenn Morris  <rgm@gnu.org>
7079
7080         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7081         goto-line.
7082
7083 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7084
7085         * parse-time.el (parse-time-string-chars): Save match data.
7086
7087 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7088
7089         * parse-time.el (parse-time-string-chars): Compute using character
7090         classes, to handle non-ascii characters (Bug#3190).
7091
7092 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7093
7094         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7095
7096         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7097         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7098         (gnus-mm-display-part, gnus-mime-display-single)
7099         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7100         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7101
7102         * gnus-sum.el
7103         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7104         (gnus-summary-move-article): Add expirable mark to articles copied or
7105         moved to group that has auto-expire turned on if the option is non-nil.
7106
7107 2009-07-24  Glenn Morris  <rgm@gnu.org>
7108
7109         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7110         Fix typo.  (Bug#3903)
7111
7112 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7113
7114         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7115         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7116         that should not be used for draft articles.
7117         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7118         that has no concern in minor mode keys.
7119         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7120         Abolish.
7121
7122 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7123
7124         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7125         article without making inquiry to a user for unknown encoding.
7126
7127         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7128         (nnmaildir--scan): Assume i-node and device number that file-attributes
7129         returns might be cons-cell.
7130
7131         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7132
7133         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7134
7135 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7136
7137         * auth-source.el: Remove docs now in auth.texi.  Don't use
7138         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7139         `auth-source-hide-passwords' and use them.
7140
7141 2009-07-15  Glenn Morris  <rgm@gnu.org>
7142
7143         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7144
7145 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7146
7147         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7148         excessive whitespace from the default values of title and description.
7149
7150 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7151
7152         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7153         mail-fetch-field to fetch Content-Description header in order to
7154         exclude newlines.
7155
7156 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7157
7158         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7159         format used by GnuPG 2.0.11.
7160
7161 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7162
7163         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7164         to deleted part.
7165
7166 2009-05-30  David Engster  <dengste@eml.cc>
7167
7168         * nnmairix.el: Remove old documentation in the commentary block.
7169         (nnmairix-request-group): Do not update active file for nnml back ends.
7170         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7171         end so that overview files are ignored.
7172         (nnmairix-update-groups): Make updating the groups more robust by using
7173         marks.
7174         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7175         with dollar characters in message-id.
7176
7177 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7178
7179         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7180         2008-12-25 in dns.el.
7181
7182 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7183
7184         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7185         could happen if the text is only composed of spaces and/or tabs.
7186
7187 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7188
7189         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7190         when sending a queued message to avoid extra mml tags.
7191
7192 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7193
7194         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7195
7196 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7197
7198         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7199         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7200         rmail-toggle-header for XEmacs;
7201         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7202
7203 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7204
7205         * gnus-dired.el: Remove autoload for gnus-setup-message.
7206         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7207         displaying Gnus logo; always use compose-mail.
7208
7209 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7210
7211         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7212
7213 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7214
7215         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7216         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7217         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7218         available.
7219         (gnus-nocem-epg-verify): New function.
7220
7221 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7222
7223         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7224
7225 2009-02-15  Glenn Morris  <rgm@gnu.org>
7226
7227         * gnus-util.el (rmail-insert-rmail-file-header)
7228         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7229         autoloads.
7230         (rmail-default-rmail-file): Remove unnecessary declaration.
7231         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7232
7233 2009-02-14  Glenn Morris  <rgm@gnu.org>
7234
7235         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7236         variable (only used in gnus-util, which declares it anyway).
7237         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7238         which was only needed by gnus-art (changed to not use it any more).
7239         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7240         only used in gnus-util, which autoloads it itself.
7241         (rmail-update-summary): Fix autoload.
7242
7243         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7244         rather than rmail-output-to-rmail-file.
7245
7246 2009-02-07  Glenn Morris  <rgm@gnu.org>
7247
7248         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7249         autoload of function that no longer exists.
7250         (rmail-toggle-header): Declare.
7251         (message-forward-rmail-make-body): Handle mbox Rmail.
7252
7253 2009-01-31  Glenn Morris  <rgm@gnu.org>
7254
7255         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7256         2009-01-09 change.
7257
7258 2009-01-31  Dave Love  <fx@gnu.org>
7259
7260         * imap.el (imap-fetch-safe): Bind debug-on-error.
7261         (imap-debug): Add imap-fetch-safe.
7262
7263 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7264
7265         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7266         (auth-source-forget-all-cached): New convenience function.
7267         (auth-source-user-or-password): Accept list of modes or a single mode.
7268
7269         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7270         auth-source modes.
7271
7272         * netrc.el (netrc-machine-user-or-password): Use list of
7273         auth-source modes.
7274
7275         * nnimap.el (nnimap-open-connection): Use list of
7276         auth-source modes.
7277
7278         * nntp.el (nntp-send-authinfo): Use list of
7279         auth-source modes.
7280
7281 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7282
7283         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7284         now.
7285
7286 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7287
7288         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7289         coding system in XEmacs; add a workaround for XEmacs.
7290
7291         * lpath.el: Fbind coding-system-aliasee.
7292
7293 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7294
7295         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7296         of current-language-environment.
7297
7298 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7299
7300         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7301         available at runtime.
7302
7303 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7304
7305         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7306
7307 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7308
7309         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7310         the greatest positive fixnum value doesn't work under an XEmacs with
7311         bignum support; use the most-positive-fixnum constant instead,
7312         available since Emacs 21.1 with cl and XEmacs 21.1.
7313
7314 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7315
7316         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7317         XEmacs gets not to work.
7318
7319 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7320
7321         * mm-util.el (mm-coding-system-priorities): Allow the value like
7322         "Japanese (UTF-8)" of current-language-environment.
7323
7324 2009-01-09  Glenn Morris  <rgm@gnu.org>
7325
7326         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7327         with last-command-event.
7328
7329 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7330
7331         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7332         in the doc string.
7333
7334         * message.el (message-fix-before-sending): Amend comment.
7335
7336 2009-01-08  Dave Love  <fx@gnu.org>
7337
7338         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7339
7340 2009-01-07  David Engster  <dengste@eml.cc>
7341
7342         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7343         simplified server definitions by converting it via
7344         gnus-server-to-method.
7345
7346 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7347
7348         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7349         parameter's operands.
7350
7351 2009-01-06  David Engster  <dengste@eml.cc>
7352
7353         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7354         primary select method (for gnus-group-mark-article-as-read).
7355
7356 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7357
7358         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7359         `(gnus)Face', not `(gnus)X-Face'.
7360
7361 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7362
7363         * mm-util.el (mm-ucs-to-char): New function.
7364
7365         * mm-url.el (mm-url-decode-entities): Use it.
7366
7367         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7368         unicode-to-char.
7369
7370 2009-01-05  Dave Love  <fx@gnu.org>
7371
7372         * time-date.el: Require cl for `declare'.
7373
7374 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7375
7376         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7377         Dave Love.
7378
7379 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7380
7381         * message.el (message-fix-before-sending): Add `eight-bit' to
7382         illegible-text check.
7383
7384 2009-01-03  Michael Olson  <mwolson@gnu.org>
7385
7386         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7387         `headers' is nil.  This can occur if the IMAP server does not have
7388         permissions to read messages from a folder, but can write new messages
7389         to the folder.
7390         (nnimap-request-article-part): Do not insert `data' if it is nil.
7391
7392         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7393         characters which will confuse `read', so skip past them.
7394
7395 2009-01-01  Dave Love  <fx@gnu.org>
7396
7397         * imap.el (imap-string-to-integer): Fix typo.
7398         (imap-fetch-safe): New function.
7399         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7400
7401         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7402
7403         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7404         (imap-parse-greeting): Fix doc strings.
7405         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7406         (imap-parse-flag-list): Make messages unique.
7407         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7408
7409         * nnimap.el: Fix author email.
7410         (nnimap-split-rule): Add FIXME comment.
7411         (nnimap-debug): Fix doc string.
7412
7413 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7414
7415         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7416
7417 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7418
7419         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7420         nslookup if resolv.conf isn't available.
7421         (dns-query): Rename from query-dns.
7422         (dns-query-cached): Rename from query-dns-cached.
7423
7424 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7425
7426         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7427         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7428         to check if those variables exist (first appeared in Emacs 18.50).
7429
7430 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7431
7432         * mm-util.el (mm-line-number-at-pos): New function.
7433
7434         * spam-report.el (spam-report-process-queue): Use it.
7435
7436 2008-12-24  David Engster  <dengste@eml.cc>
7437
7438         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7439         parameters that haven't existed as variables as buffer-local variables.
7440
7441 2008-12-23  Dave Love  <fx@gnu.org>
7442
7443         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7444         cadar.
7445
7446         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7447         imap-starttls-p.
7448         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7449
7450 2008-12-22  Dave Love  <fx@gnu.org>
7451
7452         * imap.el: Fix author email.  Doc fixes.
7453         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7454         reply.
7455
7456 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7457
7458         * spam-report.el (spam-report-gmane-max-requests): New constant.
7459         (spam-report-gmane-wait): New variable.
7460         (spam-report-gmane-ham, spam-report-gmane-spam)
7461         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7462         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7463         the server.
7464
7465         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7466         Add explanations.
7467
7468         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7469         nnheader-accept-process-output and nnheader-read-timeout if available.
7470         (pop3-movemail): Use it.
7471
7472         * message.el (message-check-news-body-syntax): Fix signature check if
7473         there's an attachment.
7474
7475 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7476
7477         * mm-util.el: Add comments to the mm- emulating functions.
7478
7479 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7480
7481         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7482         Reported by Stephen Berman <stephen.berman@gmx.net>.
7483
7484 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7485
7486         * mm-util.el (mm-substring-no-properties): New function.
7487         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7488         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7489         (mm-string-to-multibyte): Doc fix.
7490
7491         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7492
7493 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7494
7495         * mml.el (mml-attach-file): Strip text properties from file name.
7496         (Bug#1574)
7497
7498 2008-12-16  Glenn Morris  <rgm@gnu.org>
7499
7500         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7501
7502 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7503
7504         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7505         knows since the charset specified might be a bogus alias that
7506         mm-charset-synonym-alist provides.
7507
7508 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7509
7510         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7511         "ISO_8859-1".
7512
7513         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7514
7515 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7516
7517         * mm-util.el (mm-charset-eval-alist):
7518         Define it before mm-charset-to-coding-system.
7519         (mm-charset-to-coding-system): Add optional argument `silent';
7520         define it before mm-charset-override-alist.
7521         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7522         default value if it can be used in Emacs currently running;
7523         silence mm-charset-to-coding-system.
7524
7525 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7526
7527         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7528         `allow-override' which says whether to use `mm-charset-override-alist'.
7529         (rfc2047-decode-encoded-words): Use it.
7530
7531         * mm-util.el (mm-charset-override-alist): Fix custom type;
7532         add `(gb2312 . gbk)' to choices.
7533
7534 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7535
7536         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7537         fast.
7538
7539         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7540
7541         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7542
7543 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7544
7545         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7546         on links.
7547
7548         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7549
7550 2008-12-03  Lute Kamstra  <lute@gnu.org>
7551
7552         * sha1.el: Remove leading * from docstrings of defcustoms,
7553         deffaces, defconsts and defuns.
7554
7555 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7556
7557         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7558         users' addresses that don't have domain parts.
7559         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7560         rather than message-narrow-to-head since there will be the message
7561         header separator.
7562
7563 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7564
7565         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7566         since the result is inserted in a unibyte buffer anyway.
7567         (nnimap-demule-use-string-to-multibyte): Remove.
7568         (nnimap-demule): Alias it to mm-string-to-multibyte.
7569
7570 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7571
7572         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7573         variable for debugging bug#464 and bug#1174.
7574         (nnimap-demule): Use it.
7575
7576 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7577
7578         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7579         score calculation correctly.
7580
7581 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7582
7583         * message.el (message-send-mail): Just set the buffer to unibyte
7584         rather than use mm-with-unibyte-current-buffer which does a lot more.
7585         (message-send-mail-partially): Don't bother with
7586         mm-with-unibyte-current-buffer since it's already been made unibyte by
7587         message-send-mail.
7588
7589 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7590
7591         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7592
7593 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7594
7595         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7596
7597 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7598
7599         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7600         require itself and to remove `with-no-warnings'.
7601
7602 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7603
7604         * starttls.el (starttls-any-program-available): Get the name of the
7605         available TLS layer program.
7606         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7607         well as the host name in the "opening" message.
7608
7609         * auth-source.el (auth-source-cache, auth-source-do-cache)
7610         (auth-source-user-or-password): Cache passwords and logins by default,
7611         allow override with `auth-source-do-cache'.
7612         (auth-source-forget-user-or-password): Allow users to remove cache
7613         entries if needed.
7614
7615 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7616
7617         * md4.el (md4-buffer): Fix typo in docstring.
7618         (md4, md4-64): Doc fixes.
7619         (md4-pack-int32): Reflow docstring.
7620
7621 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7622
7623         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7624         condition-case to only the forward-sexp call.
7625
7626 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7627
7628         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7629         quotes contained.  Make it more robust regardless by an extra
7630         condition-case wrapper.
7631
7632 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7633
7634         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7635
7636 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7637
7638         * nnml.el (nnml-request-expire-articles): Check if the function set to
7639         `nnmail-expiry-target' returns the symbol `delete'.
7640
7641         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7642
7643         * nnmail.el (nnmail-expiry-target): Fix custom type.
7644
7645 2008-10-02  Glenn Morris  <rgm@gnu.org>
7646
7647         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7648         Silence compiler warning.
7649
7650 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7651
7652         * tls.el (open-tls-stream): Show the actual command being
7653         executed, instead of the format string.
7654
7655 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7656
7657         * lpath.el: Fbind codepage-setup for Emacs 23.
7658
7659 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7660
7661         * mml.el (mml-menu): Don't assume mml2015 is bound.
7662
7663 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7664
7665         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7666         exists.
7667
7668 2008-09-27  Glenn Morris  <rgm@gnu.org>
7669
7670         * gnus-util.el (mail-header-remove-comments): Autoload it.
7671
7672 2008-09-27  Andreas Schwab  <schwab@suse.de>
7673
7674         * gnus-util.el (gnus-split-references): Strip comments.
7675         (gnus-parent-id): Likewise.
7676
7677 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7678
7679         * message.el (message-confirm-send): Fix version.
7680
7681 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7682
7683         * message.el (message-idna-to-ascii-rhs-1): Use
7684         mail-extract-address-components rather than mail-header-parse-addresses
7685         that is an alias by default to ietf-drums-parse-addresses that does not
7686         support non-ASCII names in headers' contents.
7687
7688 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7689
7690         * message.el (message-confirm-send): Fix variable documentation to
7691         avoid the "y/n" wording.
7692
7693 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7694
7695         * message.el (message-set-auto-save-file-name): Save to a different
7696         filename so multiple messages (especially drafts) can be recovered.
7697
7698 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7699
7700         * message.el (message-confirm-send): Add appropriate version.
7701
7702 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7703
7704         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7705         defvar.
7706
7707 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7708
7709         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7710         (mm-pkcs7-enveloped-magic): Ditto.
7711
7712 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7713
7714         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7715         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7716
7717 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7718
7719         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7720         default, it's better.
7721
7722 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7723
7724         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7725         summary line gnus-number property and ignore them (with a warning
7726         message).
7727
7728 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7729
7730         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7731         macro caddr in the interactive form since it won't be expanded.
7732
7733 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7734
7735         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7736         `charset'; fix name of function called recursively.
7737         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7738
7739 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7740
7741         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7742         (gnus-mime-set-charset-parameters): New function.
7743         (gnus-mime-view-part-as-charset): Use it to correctly display part
7744         specifying wrong charset.
7745
7746 2008-09-08  David Engster  <dengste@eml.cc>
7747
7748         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7749         in completing-read for back end server.
7750
7751 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7752
7753         * message.el (message-confirm-send): New variable to confirm sending a
7754         message.
7755         (message-send): Use it.
7756
7757 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7758
7759         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7760
7761 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7762
7763         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7764
7765 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7766
7767         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7768         prevent tracking too many groups.
7769         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7770         Use it.
7771
7772 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7773
7774         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7775         moving point to the bottom of the window in order to avoid recentering.
7776
7777 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7778
7779         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7780
7781         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7782         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7783         (gnus-article-beginning-of-window): Fix calculation.
7784
7785 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7786
7787         * gnus-msg.el (gnus-summary-supersede-article)
7788         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7789         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7790         message header.
7791
7792 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7793
7794         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7795         pending output coming after the status change.
7796
7797 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7798
7799         * message.el:
7800         * gnus-start.el:
7801         * gnus-registry.el: Remove VMS support.
7802
7803 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7804
7805         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7806         macro.
7807         (rfc2104-hash): Use it.
7808
7809 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7810
7811         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7812         (gnus-summary-sort-by-most-recent-date): New commands.
7813         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7814         and menu entries.
7815
7816 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7817
7818         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7819         don't redisplay article for raw contents; remove plural articles stuff.
7820
7821         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7822         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7823         on gnus-summary-save-article; display results properly.
7824
7825 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7826
7827         * lpath.el: No need to fbind ns-focus-frame.
7828
7829 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7830
7831         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7832
7833 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7834
7835         * gnus-art.el (gnus-summary-save-in-pipe):
7836         Consider gnus-save-all-headers.
7837
7838 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7839
7840         * gnus-util.el (ns-focus-frame): Remove declaration.
7841         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7842         like x.
7843
7844 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7845
7846         * rfc2104.el (rfc2104-zero): Delete defconst.
7847         (rfc2104-hex-alist): Likewise.
7848         (rfc2104-hex-to-int): Delete func.
7849         (rfc2104-hexstring-to-bitstring): Likewise.
7850         (rfc2104-nybbles): New defconst.
7851         (rfc2104-hash): Rewrite for speed.
7852
7853 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7854
7855         * tls.el (open-tls-stream): Make it work with the 2nd argument
7856         BUFFER that is a string but does not exist as a buffer object, as
7857         mentioned in the doc-string.
7858
7859 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7860
7861         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7862         SXEmacs.
7863
7864 2008-07-16  Glenn Morris  <rgm@gnu.org>
7865
7866         * gnus-util.el (ns-focus-frame): Declare for compiler.
7867
7868 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7869
7870         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7871         set as a group parameter.
7872         (gnus-summary-save-in-pipe): Work when it is called independently.
7873         (gnus-summary-pipe-to-muttprint): Don't modify
7874         gnus-summary-pipe-output-default-command.
7875
7876 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7877
7878         * message.el (message-send-mail-with-sendmail):
7879         Display the error message.
7880
7881 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7882
7883         * gnus-art.el (gnus-default-article-saver):
7884         Add gnus-summary-save-in-pipe to choices.
7885         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7886         gnus-summary-pipe-output-default-command as the default command.
7887         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7888         instead of gnus-last-shell-command.
7889
7890         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7891         New user option.
7892         (gnus-summary-muttprint-program): Mention the value will be changed.
7893         (gnus-summary-save-article): Force showing of all headers.
7894         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7895
7896 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7897
7898         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7899
7900 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7901
7902         * nnimap.el (nnimap-id):
7903         * sieve-manage.el (sieve-manage-open): Doc fixes.
7904
7905 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7906
7907         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7908         if available.
7909
7910 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7911
7912         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7913
7914         * nnkiboze.el (nnkiboze-generate-group):
7915         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7916
7917         * nnmairix.el: Require CL.
7918
7919 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7920
7921         * dgnushack.el: Autoload get-display-table and put-display-table for
7922         XEmacs 21.5.
7923
7924         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7925         21.4 and SXEmacs.
7926
7927 2008-06-15  David Engster  <dengste@eml.cc>
7928
7929         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7930
7931 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7932
7933         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7934         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7935         runtime choice under XEmacs.
7936
7937         * gnus-sum.el (gnus-summary-set-display-table):
7938         Use `gnus-put-display-table', `gnus-get-display-table',
7939         `gnus-set-display-table' for the display table, instead of `aset'.
7940
7941         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7942         Use `gnus-put-display-table', `gnus-get-display-table',
7943         `gnus-set-display-table' for the display table.
7944
7945 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7946
7947         * nnmairix.el: Add autoloads.
7948
7949 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7950
7951         * nnmairix.el (nnmairix-delete-recreate-group)
7952         (nnmairix-update-and-clear-marks): Fix error messages.
7953
7954 2008-06-14  David Engster  <dengste@eml.cc>
7955
7956         * nnmairix.el: Upgrade to version 0.6.
7957         (nnmairix-group-toggle-propmarks-this-group)
7958         (nnmairix-group-toggle-readmarks-this-group)
7959         (nnmairix-group-delete-recreate-this-group)
7960         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7961         (nnmairix-remove-tick-mark-original-article): New commands.
7962         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7963         (nnmairix-propagate-marks-to-nnmairix-groups)
7964         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7965         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7966         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7967         functions needed for marks propagation and manipulation of read marks.
7968         (nnmairix-update-groups): New function.
7969         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7970         (nnmairix-determine-original-group-from-registry)
7971         (nnmairix-determine-original-group-from-path)
7972         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7973         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7974         New helper functions.
7975         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7976         keystrokes for new commands.
7977         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7978         (nnmairix-request-group): Check allow-fast group parameter.
7979         (nnmairix-request-create-group): Set allow-fast group parameter if
7980         nnmairix-allowfast-default is set.
7981         (nnmairix-close-group): Propagate marks upon closing if needed.
7982         (nnmairix-group-toggle-threads-this-group): Use new.
7983         nnmairix-group-toggle-parameter helper function.
7984         (nnmairix-search): Better check for empty search result.
7985         (nnmairix-goto-original-article): Use new helper functions for
7986         determining original article.
7987         (nnmairix-show-original-article): Make sure message-id is in brackets.
7988         (nnmairix-call-mairix-binary): Change variable name.
7989         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7990         helper function.
7991         (nnmairix-widget-toggle-activate): Fix doc string.
7992
7993 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7994
7995         * nnir.el: Require edmacro when compiling with XEmacs.
7996         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7997         available in Emacs 21.
7998
7999 2008-06-11  Glenn Morris  <rgm@gnu.org>
8000
8001         * gnus-util.el (x-focus-frame):
8002         * gnus.el (image-size):
8003         * mm-decode.el (image-size): Declare.
8004
8005         * gnus-picon.el (declare-function): Add compat definition.
8006         (image-size): Declare.
8007
8008         * gnus-group.el (tool-bar-map):
8009         * gnus-sum.el (tool-bar-map): Define for compiler.
8010
8011         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8012
8013         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8014
8015         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8016         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8017         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8018         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8019         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8020         * sieve-manage.el, spam-report.el, spam.el:
8021         Remove unnecessary eval-and-compile of autoloads.
8022
8023 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8024
8025         * auth-source.el: Precise Tramp doc.
8026
8027 2008-06-07  Glenn Morris  <rgm@gnu.org>
8028
8029         * nnmairix.el: Remove unnecessary eval-when-compile.
8030
8031 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8032
8033         * lpath.el: Fbind propertize for XEmacs 21.4.
8034
8035 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
8036
8037         * nnir.el: Move here from ../contrib.
8038
8039 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8040
8041         * gnus-util.el (gnus-read-shell-command): New function.
8042         * mm-decode.el (mm-pipe-part):
8043         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8044
8045 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8046
8047         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8048
8049 2008-06-03  Glenn Morris  <rgm@gnu.org>
8050
8051         * pop3.el (nnheader-accept-process-output): Autoload it.
8052
8053 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8054
8055         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8056         are not 2-digit hexadecimal characters that follow `%'s.
8057
8058 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8059
8060         * message.el (message-bogus-recipient-p): Fix type in doc string.
8061         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8062         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8063         Improve custom options.
8064         (message-bogus-recipient-p): Adjust accordingly.
8065
8066 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
8067
8068         * parse-time.el (parse-time-months, parse-time-weekdays): Add
8069         long-form month and day names.
8070
8071 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8072
8073         * dgnushack.el: Autoload debug, eudc-expand-inline and
8074         pgg-snarf-keys-region for XEmacs.
8075
8076         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
8077
8078         * nnmairix.el: Require edmacro when compiling with XEmacs.
8079
8080 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8081
8082         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8083         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8084
8085 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8086
8087         * auth-source.el: Add more docs.
8088
8089         * netrc.el (netrc-machine): Always match if the port is not given.
8090
8091 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8092
8093         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8094         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8095         retrieval faster in some cases, but might make CPU usage larger.
8096         If this has any bad side effects, we might revert this change.
8097
8098         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8099         seems to make mail retrieval much, much faster.
8100         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8101         unconditionally.
8102
8103         * gnus-draft.el (gnus-group-send-queue):
8104         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8105
8106 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8107
8108         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8109
8110         * message.el (message-bogus-address-regexp): Fix and improve custom
8111         type.
8112         (message-setup-hook): Add message-check-recipients as custom option.
8113
8114 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8115
8116         * message.el (message-cite-function): Remove bogus autoload which crept
8117         in during merge from v5-10.
8118
8119 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8120
8121         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8122
8123         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8124
8125         * auth-source.el: Preliminary Tramp docs.
8126         (auth-sources): Change the default auth-sources to use
8127         EPA .gpg files.
8128
8129 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8130
8131         * nntp.el: Autoload `auth-source-user-or-password'.
8132         (nntp-send-authinfo): Use it.
8133
8134         * nnimap.el: Autoload `auth-source-user-or-password'.
8135         (nnimap-open-connection): Use it.
8136
8137         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8138         for the gnus-message function.
8139         (auth-source-user-or-password): Use it.
8140
8141 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8142
8143         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8144         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8145         (rfc2104-hash): Use it.
8146
8147 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8148
8149         * gnus-art.el (gnus-article-toggle-truncate-lines):
8150         Don't use `iff' in docstring.
8151
8152 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8153
8154         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8155
8156         * gnus-util.el (gnus-extract-address-component-name)
8157         (gnus-extract-address-component-email): Convenience functions around
8158         `gnus-extract-address-components'.
8159
8160         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8161         Use `gnus-extract-address-component-email' to fix bug of comparing full
8162         sender name to `user-mail-address'.
8163
8164 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8165
8166         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8167         catch/throw to optimize.
8168         (gnus-registry-find-keywords): Just use member to find a keyword.
8169
8170 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8171
8172         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8173         is current before calling gnus-server-prepare.
8174         (gnus-server-setup-buffer, gnus-server-update-server)
8175         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8176
8177 2008-05-04  Juri Linkov  <juri@jurta.org>
8178
8179         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8180         (mailcap-file-default-commands): Use mailcap-replace-in-string
8181         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8182         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8183
8184 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8185
8186         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8187
8188 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8189
8190         * gnus.el: Bump version to 0.11.
8191
8192 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8193
8194         * gnus.el: No Gnus v0.10 is released.
8195
8196 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8197
8198         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8199         hooks.
8200         (gnus-update-read-articles): Speed up non-marks-using users.
8201         (gnus-use-marks): Define gnus-use-marks.
8202         (gnus-propagate-marks): Rename variable to something more sensible.
8203
8204 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8205
8206         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8207         (gmm-image-load-path-for-library): Fix typos in docstrings.
8208         (gmm-message): Reflow docstring.
8209
8210 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8211
8212         * mail-source.el (mail-source-set-1, mail-source-bind):
8213         Move auth-source code out of the macro to clean it up and fix bugs.
8214
8215 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8216
8217         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8218         by sender if it's equal to user-mail-address, it's likely to be
8219         useless.
8220
8221         * mail-source.el (mail-source-bind): Don't use user or password if they
8222         are not bound.  Unintern them if they are nil.  Don't use server unless
8223         it's bound, and default it to empty string otherwise.
8224
8225 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8226
8227         * mail-source.el: Load auth-source.el.
8228         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8229         get user name or password, if auth-sources is set up.
8230
8231         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8232         strategy of splitting with parent.
8233         (gnus-registry-split-fancy-with-parent)
8234         (gnus-registry-post-process-groups): Use it and fix prior
8235         bug (returning a list as the split result).
8236
8237         * auth-source.el (auth-sources): Remove server parameter.
8238         (auth-source-pick, auth-source-user-or-password)
8239         (auth-source-user-or-password-imap)
8240         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8241         (auth-source-user-or-password-sftp)
8242         (auth-source-user-or-password-smtp): Remove server parameter.
8243
8244 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8245
8246         * smime.el (smime-sign-region, smime-encrypt-region)
8247         (smime-decrypt-region):
8248         Remove redundant calls to `generate-new-buffer-name'.
8249
8250 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8251
8252         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8253         Don't use QP for message/rfc822.
8254         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8255
8256 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8257
8258         * sieve-manage.el (sieve-string-bytes): Remove.
8259         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8260         correct byte-length only if the process's coding-system is the same as
8261         the one used internally by Emacs to represent strings.
8262
8263 2008-04-22  Juri Linkov  <juri@jurta.org>
8264
8265         * mailcap.el (mailcap-file-default-commands): New function.
8266
8267 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8268
8269         * message.el (message-signature-separator, message-cite-function):
8270         Change custom version.
8271
8272 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8273
8274         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8275         commands.
8276         (tls-checktrust): Ditto.
8277
8278 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8279
8280         * mm-decode.el (mm-display-external): Make temp file read-only.
8281
8282 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8283
8284         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8285         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8286         `C-c C-f d'.
8287
8288 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8289
8290         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8291
8292 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8293
8294         * gnus.el: Bump version to 0.9.
8295
8296 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8297
8298         * gnus.el: No Gnus v0.8 is released.
8299
8300 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8301
8302         * mail-source.el (mail-source-value):
8303         Prefer fboundp to functionp so it works with macros as well.
8304
8305 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8306
8307         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8308         Fix last change in case the element is not even a symbol.
8309
8310 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8311
8312         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8313         Prefer fboundp to functionp so it works with macros as well.
8314
8315 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8316
8317         * auth-source.el: Add docs.
8318         (auth-sources): Modify format to support server.
8319         (auth-source-pick, auth-source-user-or-password)
8320         (auth-source-user-or-password-imap)
8321         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8322         (auth-source-user-or-password-sftp)
8323         (auth-source-user-or-password-smtp): Add server parameter.
8324
8325 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8326
8327         * gnus-registry.el: Initialize the registry when gnus-registry-install
8328         is t.
8329
8330 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8331
8332         * compface.el (uncompface): Make buffer unibyte.
8333
8334 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8335
8336         * mail-source.el (mail-source-value):
8337         Prefer fboundp to functionp so it works with macros as well.
8338
8339 2008-04-05  Glenn Morris  <rgm@gnu.org>
8340
8341         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8342
8343 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8344
8345         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8346         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8347
8348         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8349         multibyteness after rather than before erasing it.
8350
8351         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8352         mm-with-multibyte.
8353         (gnus-request-article-this-buffer): Make sure the proper decoding is
8354         used if gnus-original-article-buffer happens to be unibyte.
8355
8356         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8357         default-enable-multibyte-characters.
8358
8359         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8360         default-enable-multibyte-characters.
8361
8362         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8363
8364         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8365
8366 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8367
8368         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8369         Fix last change in case the element is not even a symbol.
8370
8371 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8372
8373         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8374         (imap-message-copyuid-1): Use it.
8375         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8376         J. Williams in
8377         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8378
8379         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8380         imap-enable-exchange-bug-workaround.
8381         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8382
8383 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8384
8385         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8386         a 100 byte status-checks into a 2-3MB transfer for each group.
8387         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8388         to enable bug workaround or not.
8389         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8390
8391 2008-03-31  Glenn Morris  <rgm@gnu.org>
8392
8393         * message.el (mml2015-use): Declare for compiler.
8394         (message-info): Require mml2015 when appropriate.
8395
8396 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8397
8398         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8399         whitespace.
8400
8401 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8402
8403         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8404         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8405         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8406         (nntp-service-to-port): New function.
8407         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8408         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8409         (nntp-open-netcat-stream): New function.
8410         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8411
8412 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8413
8414         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8415
8416 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8417
8418         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8419
8420 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8421
8422         * dns.el (dns-write): Use set-buffer-multibyte.
8423
8424 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8425
8426         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8427
8428 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8429
8430         * message.el (message-signature-separator): Change default.
8431         Improve custom type.
8432         (message-cite-function): Change default to
8433         message-cite-original-without-signature.
8434
8435         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8436         toggle.
8437
8438         * message.el (message-check-news-body-syntax): Fix signature check.
8439         (message-setup-1): Mark buffer as unmodified _after_ running
8440         message-setup-hook and handling message-alternative-emails.
8441         (message-shorten-references): Be more strict when building list of
8442         valid references to comply with GNKSA.
8443
8444         * gnus-group.el (gnus-read-ephemeral-bug-group)
8445         (gnus-read-ephemeral-debian-bug-group)
8446         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8447
8448         * message.el (message-info): Don't use booleanp which isn't supported
8449         in Emacs 21 and XEmacs.
8450
8451 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8452
8453         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8454         gnus-group-gmane-group-download-format.
8455         (gnus-group-read-ephemeral-gmane-group): Rename from
8456         gnus-group-read-ephemeral-gmane-group.
8457         (gnus-read-ephemeral-gmane-group-url): Rename from
8458         gnus-group-read-ephemeral-gmane-group-url.
8459         (gnus-bug-group-download-format-alist): New variable.
8460         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8461         (gnus-read-ephemeral-emacs-bug-group): New commands.
8462
8463 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8464
8465         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8466         (gnus-visible-headers): Improve custom type.
8467
8468 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8469
8470         * mml.el (mml-menu): Add workarounds for XEmacs.
8471
8472         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8473         X-Boundary header.
8474
8475         * message.el (message-simplify-recipients): Fix previous commit.
8476
8477 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8478
8479         * mm-util.el (mm-set-buffer-multibyte): New function.
8480         * mm-decode.el (mm-copy-to-buffer): Use it.
8481
8482         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8483         Prefer fboundp to functionp so it works with macros as well.
8484
8485 2008-03-19  Glenn Morris  <rgm@gnu.org>
8486
8487         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8488         Accidentally removed in the sync process with Emacs.
8489
8490 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8491
8492         * message.el (message-alter-recipients-discard-bogus-full-name):
8493         New function.
8494         (message-alter-recipients-function): New variable.
8495         (message-get-reply-headers): Use it.
8496         (message-replace-header): New helper function.
8497         (message-recipients-without-full-name): New variable.
8498         (message-simplify-recipients): New command.
8499
8500         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8501
8502         * message.el (message-info): Handle EasyPG manual.
8503
8504         * mml.el (mml-menu): Add entry for EasyPG.
8505
8506 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8507
8508         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8509         parameter.
8510
8511         * message.el (message-disassociate-draft): Specify drafts group name
8512         fully.
8513
8514 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8515
8516         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8517         Eliminate unnecessary duplicates from the match list.
8518
8519 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8520
8521         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8522
8523         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8524
8525         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8526         args of `how-many' of which the XEmacs version doesn't take; declare
8527         Info-index-next as function.
8528
8529 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8530
8531         * gnus-score.el (gnus-score-headers): Fix handling of
8532         gnus-inhibit-slow-scoring.
8533
8534         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8535         string.
8536         (gnus-button-url-regexp): Improve handling of parenthesis.
8537         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8538         (gnus-button-handle-info-keystrokes): Handle index entries.
8539
8540 2008-03-15  Glenn Morris  <rgm@gnu.org>
8541
8542         * parse-time.el (parse-time-string): Simplify.
8543
8544 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8545
8546         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8547         Incoming* files.
8548
8549 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8550
8551         * auth-source.el (auth-sources): Rename from auth-source-choices.
8552         (auth-source-pick): Use it.
8553
8554 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8555
8556         * binhex.el (binhex-decode-region-internal):
8557         * uudecode.el (uudecode-decode-region-internal):
8558         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8559         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8560         setting default-enable-multibyte-characters.
8561
8562 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8563
8564         * auth-source.el (auth-source-protocols)
8565         (auth-source-protocols-customize, auth-source-choices): Add and
8566         modified variable customizations and defaults.
8567         (auth-source-pick, auth-source-user-or-password)
8568         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8569         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8570         (auth-source-user-or-password-sftp)
8571         (auth-source-user-or-password-smtp): Use new variables and provide an
8572         interface to netrc.el.
8573
8574 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8575
8576         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8577         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8578         Make sure the nntp port to specify is a string.
8579
8580 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8581
8582         * nntp.el: Use with-current-buffer.
8583         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8584         dubious mm-with-unibyte-current-buffer.
8585         (nntp-with-open-group-function): New function extracted from
8586         nntp-with-open-group macro.
8587         (nntp-with-open-group): Use the function, so it's easier to debug.
8588         Add indentation and debugging info.
8589         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8590         Recommend the use of the netcat alternatives.
8591
8592         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8593         Avoid mm-string-as-multibyte as well.
8594
8595         * nnweb.el (nnweb-insert-html):
8596         Remove use of nnheader-string-as-multibyte.
8597
8598         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8599         (nnheader-string-as-multibyte): Remove.
8600
8601         * mm-view.el: Use inhibit-read-only.
8602         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8603         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8604         or unibyte-string.
8605
8606         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8607         (mm-uu-yenc-extract): Use with-current-buffer.
8608
8609         * gnus-soup.el (gnus-soup-send-packet): Don't use
8610         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8611
8612         * nnmh.el: Use with-current-buffer.
8613         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8614         mm-string-as-multibyte on the output of mm-encode-coding-string.
8615
8616         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8617         (nnimap-request-move-article): Use with-current-buffer.
8618
8619         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8620         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8621         conversion uses string-make-unibyte rather than string-as-unibyte.
8622
8623         * gnus-msg.el: Use with-current-buffer.
8624
8625         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8626
8627 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8628
8629         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8630         string for caching if it is 'PIN.
8631
8632 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8633
8634         * lpath.el: Consider the case without Emacs/W3.
8635
8636 2008-03-08  Glenn Morris  <rgm@gnu.org>
8637
8638         * time-date.el (date-to-time, time-subtract, time-add)
8639         (safe-date-to-time): Doc fixes.
8640
8641 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8642
8643         * mail-source.el (mail-source-delete-old-incoming-confirm):
8644         Change default to nil.
8645         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8646
8647 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8648
8649         * lpath.el: Rearrange.
8650
8651         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8652         (gnus-article-goto-prev-page): Work for articles having ^L's.
8653
8654         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8655
8656         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8657
8658 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8659
8660         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8661         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8662         (gnus-bookmark-jump): Adjust some variable names.
8663
8664 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8665
8666         * auth-source.el: New package.
8667         (auth-source-choices): Add customization entry point variable.
8668
8669         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8670         bug.
8671
8672 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8673
8674         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8675         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8676         (gnus-registry-install-shortcuts): Rename from
8677         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8678         the `gnus-registry-mark-map' keymap dynamically from
8679         `gnus-registry-marks'.  The generated functions update the summary line
8680         when a registry mark is added or deleted, and will call
8681         `gnus-registry-install-p' (see the comments in the code).
8682         (gnus-registry-user-format-function-M): Use concat intelligently.
8683
8684         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8685         the registry mark functions.
8686
8687 2008-03-05  Glenn Morris  <rgm@gnu.org>
8688
8689         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8690         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8691         gnus-art.
8692         (top-level): No need to load own source when compiling.
8693
8694 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8695
8696         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8697         Suggested by <chris.anderton@zetnet.co.uk>.
8698
8699 2008-03-04  Glenn Morris  <rgm@gnu.org>
8700
8701         * gnus-sum.el (top-level): No need to require gnus when compiling,
8702         since unconditionally required near start of file.
8703         (gnus-summary-display-while-building): Move definition before use.
8704
8705 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8706
8707         * gnus-registry.el (gnus-registry-user-format-function-M):
8708         Add formatting function.
8709
8710 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8711
8712         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8713         with plists.
8714         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8715         Use new format.
8716
8717 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8718
8719         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8720         `where-is-internal' that returns a range of key sequences.
8721
8722 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8723
8724         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8725
8726         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8727         (gnus-summary-jump-to-group): Consider windows on other displayed
8728         frames as well.  Similar changes might be needed elsewhere, but that's
8729         the one I've bumped into during my use.
8730
8731         * nndoc.el (nndoc-oe-dbx-type-p):
8732         * gnus-msg.el (gnus-debug):
8733         * gnus-group.el (gnus-update-group-mark-positions):
8734         Use mm-string-to-multibyte.
8735
8736 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8737
8738         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8739         doesn't handle NotDashEscaped.
8740
8741         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8742         (mml-dnd-attach-options): Fix typo in custom choice.
8743
8744         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8745         Change nndoc-article-type to mbox.
8746         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8747
8748         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8749         to nil, instead of html2text.
8750
8751         * imap.el (imap-debug): Add `imap-ping-server'.
8752
8753         * gnus-bookmark.el: Add FIXMEs.
8754
8755         * message.el (message-form-letter-separator)
8756         (message-send-form-letter-delay): New variables.
8757         (message-send-form-letter): Use them.  New command to send form
8758         letters.  Requested by Uwe Siart.
8759         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8760
8761 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8762
8763         * Update copyright years.
8764
8765 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8766
8767         Sync from EMACS_22_BASE.
8768
8769         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8770
8771 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8772
8773         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8774         empty author.
8775
8776 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8777
8778         * gnus-registry.el (gnus-registry-marks): Add variable for
8779         customization of marks and their appearance.
8780         (gnus-registry-read-mark): Use it.
8781         (gnus-registry-do-marks): Add utility function to loop through
8782         `gnus-registry-marks'.
8783         (gnus-registry-install-shortcuts-and-menus): Add function to install
8784         shortcuts and menus.
8785         (gnus-registry-initialize): Use it.
8786         (gnus-registry-default-mark): Clarify documentation.
8787
8788 2008-02-29  Glenn Morris  <rgm@gnu.org>
8789
8790         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8791         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8792         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8793         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8794         Change defcustom :version from 23.0 to 23.1.
8795
8796 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8797
8798         * gnus-registry.el (gnus-registry-follow-group-p)
8799         (gnus-registry-post-process-groups): Add functions to aid registry
8800         splitting and improve logging.  Clarify behavior in function
8801         documentation.
8802         (gnus-registry-split-fancy-with-parent): Use them.
8803
8804 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8805
8806         * gnus-art.el: Use with-current-buffer.
8807
8808 2008-02-27  David Engster  <dengste@eml.cc>
8809
8810         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8811         Express real group name in the response.
8812
8813 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8814
8815         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8816         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8817         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8818         autoload gnus-registry-fetch-group when compiling.
8819         (nnmairix-request-group-with-article-number-correction):
8820         Remove unreferenced argument passed to nnmairix-call-backend.
8821
8822 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8823
8824         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8825         (mm-uu-extract): Improve face for low color ttys.
8826         Reported by Sascha Wilde.
8827
8828 2008-02-27  Glenn Morris  <rgm@gnu.org>
8829
8830         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8831         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8832         variables to defconsts.  Convert comments to doc-strings.
8833         (nnmairix-last-server, nnmairix-current-server): Convert from free
8834         variables to defvars.  Convert comments to doc-strings.
8835         (gnus-registry-fetch-group): Autoload.
8836         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8837         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8838         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8839         caddr.
8840         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8841         nnmairix-request-group-with-article-number-correction call.
8842         (nnmairix-fast, nnmairix-group): New, less general names, for free
8843         variables passed from nnmairix-request-group to
8844         nnmairix-request-group-with-article-number-correction.  Declare.
8845         (nnmairix-request-group-with-article-number-correction):
8846         Use nnmairix-fast, nnmairix-group rather than fast, group.
8847
8848 2008-02-26  David Engster  <dengste@eml.cc>
8849
8850         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8851         version 0.5.
8852
8853 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8854
8855         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8856         instead of making an extra function call.  Don't add the current group
8857         to articles only when they have the group.  Use
8858         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8859         Reported by David <de_bb@arcor.de>.
8860
8861 2008-02-24  Miles Bader  <miles@gnu.org>
8862
8863         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8864         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8865         (mm-find-mime-charset-region):
8866         * mm-bodies.el (mm-encode-body):
8867         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8868
8869 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8870
8871         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8872         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8873
8874 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8875
8876         * mail-source.el (mail-source-delete-incoming): Change default.
8877         Supplement doc string.
8878
8879         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8880
8881 2008-02-14  Glenn Morris  <rgm@gnu.org>
8882
8883         * time-date.el (format-seconds): New function.
8884
8885 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8886
8887         * nnmail.el (nnmail-message-id-cache-file): Derive from
8888         `gnus-home-directory'.
8889
8890 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8891
8892         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8893         Document negative prefix.
8894
8895         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8896
8897 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8898
8899         * message.el (message-unsent-separator): Add the Exim bounce
8900         separator.
8901
8902 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8903
8904         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8905         list.
8906         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8907         recipient/signer list.
8908
8909 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8910
8911         * Makefile.in (datarootdir): Define.
8912         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8913         name that might contain whitespace.
8914
8915 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8916
8917         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8918         fbound (Emacs 23 unicode), signal an error.
8919
8920 2008-02-08  Glenn Morris  <rgm@gnu.org>
8921
8922         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8923
8924 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8925
8926         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8927         ports to the calls to `netrc-machine-user-or-password' in addition to
8928         "imap" and "imaps".
8929
8930 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8931
8932         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8933
8934         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8935
8936 2008-02-01  Kenichi Handa  <handa@m17n.org>
8937
8938         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8939         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8940         (rfc2104-hash): Convert the result of concat to unibyte string.
8941
8942 2008-02-01  Dave Love  <fx@gnu.org>
8943
8944         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8945         coding-system-for-read.
8946         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8947
8948 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8949
8950         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8951         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8952         <hanche@math.ntnu.no>.
8953
8954 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8955
8956         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8957
8958         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8959
8960 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8961
8962         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8963         * message.el (message-beginning-of-line): Use featurep instead of bound
8964         tests in order to resolve conditionals at compile time.
8965
8966 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8967
8968         * mail-source.el (mail-sources): Add `group' choice.
8969
8970         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8971         parameter `in-group' to control into which group the articles go.
8972         Add treatment of `group' mail-source.
8973
8974 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8975
8976         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8977
8978         * mm-decode.el (mm-dissect-buffer): Decode description.
8979
8980         * mml.el (mml-to-mime): Encode message header first.
8981
8982 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8983
8984         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8985         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8986
8987         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8988         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8989
8990 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8991
8992         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8993
8994 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8995
8996         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8997         prefix keys.
8998         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8999         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9000         gnus-xmas.el.
9001
9002         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
9003         (gnus-xmas-article-describe-bindings): New function.
9004         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
9005         gnus-xmas-article-describe-bindings.
9006
9007         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
9008
9009 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9010
9011         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9012         Add new variables for article mark management.
9013         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9014         list of extra data entries which, when present, will indicate that the
9015         article ID should not be trimmed from the registry.
9016         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9017         functions.
9018         (gnus-registry-read-mark): New function to read a mark name from the
9019         user.
9020         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9021         (gnus-registry-set-article-mark-internal): New functions to add and
9022         remove marks.
9023         (gnus-registry-get-article-marks): New function to show the marks for
9024         an article, or retrieve them for further use.
9025
9026 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9027
9028         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9029         keys when no argument is given.
9030
9031 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9032
9033         * imap.el (imap-ping-server): New variable.
9034         (imap-opened): On add extra ping if imap-ping-server is non-nil.
9035         (imap-ping-server): Minor doc string fixes.
9036
9037 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9038
9039         * imap.el (imap-ping-server): New function.
9040         (imap-opened): Call imap-ping-server.
9041
9042 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9043
9044         * gnus-sum.el (gnus-article-sort-by-random)
9045         (gnus-thread-sort-by-random): Fix doc strings.
9046         Reported by jidanni@jidanni.org.
9047
9048 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9049
9050         * gnus-art.el (gnus-article-describe-bindings): New function.
9051         (gnus-article-read-summary-keys): Use it.
9052         (gnus-article-mode-map): Bind `C-h b' to it.
9053
9054 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9055
9056         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9057         XEmacs.
9058         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9059         Protect against non-character events.
9060
9061         * lpath.el: Fbind map-keymap for Emacs 21.
9062
9063 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9064
9065         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9066         New command.
9067         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9068         instead of END.  Change name of the temp file.
9069         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9070         customizable.
9071
9072 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9073
9074         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9075         bind `S W' to gnus-article-wide-reply-with-original; set default
9076         binding to gnus-article-read-summary-send-keys.
9077         (gnus-article-read-summary-keys): Fix the order of keys; display
9078         continuation keys correctly in the echo area; describe bindings
9079         correctly when keys end with `C-h'.
9080         (gnus-article-read-summary-send-keys): New function.
9081         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9082         Work for gnus-article-read-summary-send-keys; display continuation keys
9083         correctly in the echo area.
9084         (gnus-article-reply-with-original): Ignore prefix argument.
9085         (gnus-article-wide-reply-with-original): New function.
9086
9087         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
9088         Emacs 21.
9089
9090 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9091
9092         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9093         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9094
9095 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9096
9097         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9098         (gnus-group-read-ephemeral-gmane-group): New command.
9099
9100 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9101
9102         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9103
9104 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9105
9106         * message.el (message-send-mail-function): Increase custom version.
9107
9108         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9109         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9110
9111 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9112
9113         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
9114         for the cases where imap-authenticate is called with a nil buffer
9115         parameter.
9116
9117 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9118
9119         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9120         html parts correctly; support forwarded messages.
9121         (gnus-article-browse-html-article): Remove work buffers.
9122
9123         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9124         compiling.
9125         (netrc-bound-and-true-p): New macro.
9126         (netrc-parse): Use it instead of bound-and-true-p that is not available
9127         in XEmacs 21.4.
9128
9129 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9130
9131         * gnus-registry.el (gnus-registry-mark-article)
9132         (gnus-registry-article-marks): Add functionality to mark articles
9133         through the Gnus registry.
9134
9135         * encrypt.el: Clarify documentation for the new pgg method.
9136         (encrypt-file-alist): Add PGG option.
9137         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9138         functionality.  Abstract password key and messaging to external
9139         functions.
9140         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9141         (encrypt-message-method-and-cipher): Add new convenience external
9142         functions.
9143         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9144         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9145
9146         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9147         (netrc-parse): Use encrypt-file-alist to determine if
9148         encrypt-find-model or encrypt-insert-file-contents should be used.
9149
9150         * encrypt.el: Clarify documentation.  Load password-cache or
9151         password, whichever one is found first, instead of autoloading.
9152
9153 2007-12-19  Glenn Morris  <rgm@gnu.org>
9154
9155         * mml.el (message-options-set, message-narrow-to-head)
9156         (message-in-body-p, message-mail-p, message-encode-message-body):
9157         Autoload.
9158         (message-remove-header, message-narrow-to-headers-or-head)
9159         (message-subscribed-p, message-make-mail-followup-to)
9160         (message-position-on-field, message-news-p)
9161         (message-options-set-recipient, message-generate-headers)
9162         (message-sort-headers): Declare as functions.
9163
9164 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9165
9166         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9167         convention in doc string.
9168
9169 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9170
9171         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9172         title to html parts.
9173         (gnus-article-browse-html-article): Pass message header to it.
9174
9175         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9176
9177 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9178
9179         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9180         or password compatible with XEmacs.
9181
9182 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9183
9184         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9185         format document.
9186         (gnus-mime-delete-part): Don't write description line if empty.
9187         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9188
9189 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
9190
9191         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9192         (gnus-summary-mark-read-and-unread-as-read)
9193         (gnus-summary-mark-current-read-and-unread-as-read)
9194         (gnus-summary-mark-unread-as-ticked): Doc fix.
9195         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9196
9197 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9198
9199         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9200         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9201
9202 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9203
9204         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9205         yes-or-no-p.
9206
9207 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9208
9209         * mm-decode.el (mm-add-meta-html-tag): New function.
9210         (mm-save-part-to-file, mm-pipe-part): Use it.
9211
9212         * gnus-art.el (gnus-article-browse-delete-temp-files):
9213         Use gnus-y-or-n-p instead of y-or-n-p.
9214         (gnus-article-browse-html-parts): Work with message/external-body; use
9215         mm-add-meta-html-tag.
9216
9217 2007-12-11  Glenn Morris  <rgm@gnu.org>
9218
9219         * gnus-cache.el: Require gnus-sum not just when compiling.
9220
9221         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9222
9223         * gnus-int.el (gnus-server-opened, gnus-status-message):
9224         Move definitions before use.
9225
9226         * mm-decode.el: Require gnus-util.
9227         (mm-remove-part): Only call delete-annotation on XEmacs.
9228
9229         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9230
9231         * nnmail.el: Require gnus-int.
9232
9233         * spam.el: Move `require's before `eval-when-compile's.
9234
9235         * gnus-ems.el (gnus-alive-p):
9236         * gnus-fun.el (message-goto-eoh):
9237         * gnus-util.el (gnus-group-name-decode):
9238         * mail-source.el (gnus-compress-sequence):
9239         * message.el (Info-goto-node, format-spec):
9240         * mm-bodies.el (message-options-get):
9241         * mm-decode.el (mm-view-pkcs7):
9242         * mm-util.el (gmm-write-region):
9243         * mml-smime.el (mml-compute-boundary)
9244         (gnus-completing-read-with-default):
9245         * mml.el (widget-button-press, gnus-make-hashtable):
9246         * mml1991.el (mm-decode-content-transfer-encoding)
9247         (mm-encode-content-transfer-encoding)
9248         (message-options-get, message-options-set):
9249         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9250         * nnfolder.el (gnus-request-group):
9251         * nnheader.el (ietf-drums-unfold-fws):
9252         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9253         * smime.el (gnus-run-mode-hooks):
9254         * spam-stat.el (gnus-message): Autoload.
9255
9256         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9257         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9258         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9259         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9260         Add declare-function compatibility definition.
9261
9262         * gnus-cache.el (nnvirtual-find-group-art):
9263         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9264         (gnus-add-image, gnus-add-wash-type):
9265         * gnus-group.el (nnkiboze-score-file):
9266         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9267         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9268         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9269         (message-tokenize-header, gnus-get-buffer-create)
9270         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9271         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9272         * gnus.el (gnus-group-decoded-name):
9273         * mail-source.el (imap-capability):
9274         * mm-bodies.el (message-options-set):
9275         * mm-decode.el (gnus-configure-windows):
9276         * mm-extern.el (message-goto-body):
9277         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9278         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9279         (epg-sub-key-validity, message-options-set):
9280         * mml.el (widget-event-point, gnus-configure-windows):
9281         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9282         * mml2015.el (epg-check-configuration, epg-configuration)
9283         (message-options-set):
9284         * nndb.el (nndb-request-article):
9285         * nnfolder.el (gnus-request-create-group):
9286         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9287         * nnmaildir.el (gnus-group-mark-article-read):
9288         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9289         * rfc1843.el (message-fetch-field):
9290         * spam.el (gnus-extract-address-components):
9291         Declare as functions.
9292
9293 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9294
9295         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9296
9297         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9298
9299         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9300         bind show-trailing-whitespace for XEmacs.
9301
9302 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9303
9304         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9305         new no-op macro for backward compatibility.
9306
9307         * imap.el (imap-string-to-integer): New function.
9308
9309 2007-12-09  Glenn Morris  <rgm@gnu.org>
9310
9311         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9312
9313         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9314         * message.el, mm-view.el, sieve-manage.el, smime.el:
9315         Add declare-function compatibility definition.
9316
9317         * gnus-art.el (w3-region, w3m-region, Info-menu):
9318         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9319         * gnus-sum.el (gnus-get-predicate):
9320         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9321         * message.el (mail-abbrev-in-expansion-header-p):
9322         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9323         (w3m-detect-meta-charset, w3m-region):
9324         * sieve-manage.el (password-read, password-cache-add)
9325         (password-cache-remove):
9326         * smime.el (password-read-and-add): Declare as functions.
9327
9328 2007-12-08  David Kastrup  <dak@gnu.org>
9329
9330         * gnus-sum.el (gnus-summary-simplify-subject-query):
9331         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9332         `message'.
9333
9334 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9335
9336         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9337         it to bind idna-program, installation-directory, defined-colors, and
9338         face-attribute for XEmacs of the version that compiles defcustom forms.
9339
9340 2007-12-07  Glenn Morris  <rgm@gnu.org>
9341
9342         * gnus-art.el (article-make-date-line): Revert previous change.
9343
9344 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9345
9346         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9347
9348 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9349
9350         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9351         Call gnus-add-to-range ranges only once with a prepared article-list.
9352
9353 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9354
9355         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9356         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9357         group names with backslashes.
9358         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9359
9360 2007-12-06  Deepak Goel  <deego3@gmail.com>
9361
9362         * gnus-art.el (article-make-date-line):
9363         * gnus-start.el (gnus-load):
9364         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9365
9366 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9367
9368         * gnus-art.el (gnus-use-idna)
9369         * gnus-start.el (gnus-site-init-file)
9370         * message.el (message-use-idna)
9371         * mm-uu.el (mm-uu-hide-markers)
9372         * smiley.el (smiley-style): Revert changes that suppress warnings.
9373
9374 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9375
9376         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9377         specify charset to html source.
9378         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9379
9380 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9381
9382         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9383         idna-program in order to suppress byte compile warning issued by XEmacs
9384         that came to byte compile the default value section of defcustom forms
9385         recently.
9386
9387         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9388         value of installation-directory.
9389
9390         * message.el (message-use-idna): Don't directly refer to the value of
9391         idna-program.
9392
9393         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9394
9395         * smiley.el (smiley-style): Don't directly call face-attribute.
9396
9397 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9398
9399         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9400
9401         * gnus-dired.el: Reduce Gnus dependencies.
9402         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9403         Don't require.  Use autoloads instead.
9404         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9405         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9406         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9407         (gnus-dired-mode): Adjust doc string.
9408         (gnus-dired-mail-mode): New variable.
9409         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9410         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9411         (gnus-dired-mail-buffers): New function.  Return mail or message
9412         composition buffers.
9413         (gnus-dired-attach): Use it.
9414         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9415         NO-DECODE.
9416         (gnus-dired-print): Use `gnus-print-buffer' depending on
9417         `gnus-dired-mail-mode'.
9418
9419 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9420
9421         * rfc2047.el (rfc2047-encoded-word-regexp)
9422         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9423         explaining what regexp patterns are for.
9424
9425 2007-12-04  Glenn Morris  <rgm@gnu.org>
9426
9427         * password.el: Move to password-cache.el.
9428
9429         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9430         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9431         * mml-smime.el (password-read, password-cache-add)
9432         (password-cache-remove):
9433         No need to autoload, since mml-sec requires password.
9434
9435         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9436         * message.el (gnus-extract-address-components):
9437         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9438
9439         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9440         password.
9441
9442 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9443
9444         * mailcap.el: Reduce dependencies.
9445         (mail-header-parse-content-type): Autoload.
9446         (mailcap-delete-duplicates): New alias.
9447         (mailcap-mime-info): Add optional argument NO-DECODE.
9448         (mailcap-mime-types): Use mailcap-delete-duplicates.
9449
9450         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9451
9452 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9453
9454         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9455         (imap-parse-status): Upcase status-att for servers that sends them
9456         lower-case (e.g., MS Exchange 2007).
9457
9458 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9459
9460         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9461         function.
9462
9463         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9464         (gnus-uu-yenc-article): New function.
9465
9466         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9467
9468         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9469
9470 2007-12-02  Glenn Morris  <rgm@gnu.org>
9471
9472         * binhex.el (binhex): New custom group.
9473         (binhex-decoder-program, binhex-decoder-switches)
9474         (binhex-use-external): Move to the binhex custom group.
9475
9476         * uudecode.el (uudecode): New custom group.
9477         (uudecode-decoder-program, uudecode-decoder-switches)
9478         (uudecode-use-external): Move to the uudecode custom group.
9479
9480         * netrc.el (top-level): Don't load `encrypt' features.
9481         (netrc-parse): Don't use encrypt.
9482         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9483
9484         * encrypt.el: Remove file.
9485
9486 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9487
9488         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9489         matches on patches.
9490
9491         * gnus-art.el (gnus-article-browse-html-article):
9492         Mention `mm-text-html-renderer' in the doc string.
9493
9494         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9495         string.  Add comments.
9496
9497         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9498         if rhs is ASCII.
9499
9500 2007-12-01  Glenn Morris  <rgm@gnu.org>
9501
9502         * mail-source.el (top-level): Require format-spec before
9503         eval-when-compile.
9504
9505 2007-11-30  Glenn Morris  <rgm@gnu.org>
9506
9507         * encrypt.el: Require password, rather than autoloading password-read.
9508
9509 2007-11-29  Glenn Morris  <rgm@gnu.org>
9510
9511         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9512         (sasl-make-client, sasl-next-step, sasl-step-data)
9513         (sasl-step-set-data): Declare as functions.
9514
9515 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9516
9517         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9518
9519 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9520
9521         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9522         certs should be verified and what is to be done in the event of a
9523         verification failure.
9524
9525         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9526         caller can indicate whether the cache should be disregarded for this
9527         call.  This way the result of the call is reproducible at all times and
9528         can be considered a canonical server name for the supplied method.
9529         (gnus-agent-method-p): Canonicalize server names by pushing their
9530         method through `gnus-method-to-server' using the no-cache argument.
9531
9532         * gnus-srvr.el (gnus-server-insert-server-line):
9533         Call `gnus-method-to-server' with `no-cache' argument.
9534
9535         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9536         gnus-agent-possibly-synchronize-flags as this should be called when the
9537         server is actually being opened.
9538         (gnus-agent-possibly-synchronize-flags)
9539         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9540         flags file of an agentized server to the latter function.
9541
9542         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9543         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9544         after a connection has been established successfully.
9545
9546 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9547
9548         * gnus-art.el (article-display-face): Force to display face if called
9549         interactively; check if gnus-article-x-face-too-ugly matches author.
9550         (article-display-x-face): Display face even if From header is missing
9551         as article-display-face does.
9552
9553 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9554
9555         * hashcash.el (message-narrow-to-headers-or-head)
9556         (message-fetch-field, message-goto-eoh)
9557         (message-narrow-to-headers): Declare as functions.
9558
9559 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9560
9561         * mail-source.el (mail-sources): Default to fetch from file for
9562         compatibility with default of nnmail-spool-file.
9563
9564 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9565
9566         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9567         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9568         to look for encoded word that should be encoded again.
9569         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9570         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9571         encoding pattern.
9572         (rfc2047-decode-region): Switch strict regexp and loose one according
9573         to rfc2047-allow-irregular-q-encoded-words.
9574
9575 2007-11-25  Romain Francoise  <romain@orebokech.com>
9576
9577         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9578
9579 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9580
9581         * tls.el (tls-program): Provide more custom choices from
9582         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9583         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9584
9585 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9586
9587         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9588         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9589
9590         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9591         `nnmail-spool-file'.
9592
9593         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9594         `nnmail-spool-file'.
9595
9596         * gnus-move.el (gnus-change-server): Ditto.
9597
9598         * gnus-kill.el (gnus-batch-score): Ditto.
9599
9600         * gnus-cache.el (gnus-jog-cache): Ditto.
9601
9602         * gnus-msg.el (gnus-summary-reply):
9603         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9604
9605 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9606
9607         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9608         version.  Minor improvement to doc strings.
9609         (tls-program): Add comment.
9610
9611 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9612
9613         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9614         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9615         mismatch between the hostname provided in the certificate and the name
9616         of the host connnecting to.
9617         (open-tls-stream): Use them.  Check certificates against trusted root
9618         certificates.
9619
9620 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9621
9622         * gnus-cache.el (gnus-cache-generate-nov-databases):
9623         Use nnml-generate-nov-databases-directory instead of
9624         nnml-generate-nov-databases-1.
9625
9626 2007-11-24  Glenn Morris  <rgm@gnu.org>
9627
9628         * message.el (message-tool-bar-retro): Update for rename
9629         mail_send.xpm->mail-send.xpm.
9630
9631 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9632
9633         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9634         `smime-ldap-search' for Emacs 22 and up.
9635
9636 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9637
9638         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9639
9640         * message.el (message-send-mail-function): Fix error convention.
9641         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9642         (message-widen-reply, message-send-mail, message-talkative-question)
9643         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9644         (message-clone-locals, message-send-news): Use with-current-buffer.
9645         (message-insert-or-toggle-importance): Remove unused var `valid'.
9646         (message-make-references): Remove unused var `new-references'.
9647         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9648
9649 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9650
9651         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9652         (spam-split-symbolic-return-positive): Reflow docstring.
9653         (spam-backends, spam-summary-exit-behavior)
9654         (spam-mark-ham-unread-before-move-from-spam-group)
9655         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9656         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9657         (spam-clear-cache, spam-backend-check, spam-install-backend)
9658         (spam-install-statistical-backend, spam-list-of-processors)
9659         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9660         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9661         (spam-check-crm114, spam-initialize, spam-unload-hook):
9662         Fix typos in docstrings.
9663
9664 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9665
9666         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9667         been checked if they have never been read and those group levels are
9668         higher than the one that a user specified.
9669
9670 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9671
9672         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9673         foreign groups unless a group level is specified by a user.
9674         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9675
9676 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9677
9678         * message.el (message-send-mail-function): Require sendmail.
9679
9680 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9681
9682         * message.el (message-send-mail-function): Check for smtpmail too.
9683
9684         * utf7.el (utf7-encode, utf7-decode): Use coding system
9685         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9686
9687         * message.el (message-send-mail-function): New function.
9688         (message-send-mail-function): Set default using
9689         message-send-mail-function.  Adjust doc string.
9690         (message-send-mail-with-mailclient): New function.
9691
9692 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9693
9694         * smime.el (from):
9695         * rfc2047.el (message-posting-charset):
9696         * qp.el (mm-use-ultra-safe-encoding):
9697         * pop3.el (parse-time-months):
9698         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9699         * nnml.el (files):
9700         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9701         (jka-compr-compression-info-list, ange-ftp-path-format)
9702         (efs-path-regexp):
9703         * nndiary.el (files):
9704         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9705         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9706         (epg-digest-algorithm-alist, inhibit-redisplay)
9707         (password-cache-expiry):
9708         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9709         (pgg-output-buffer, password-cache-expiry):
9710         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9711         (efs-path-regexp):
9712         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9713         (inhibit-redisplay):
9714         * mm-uu.el (file-name, start-point, end-point, entry)
9715         (gnus-newsgroup-name, gnus-newsgroup-charset):
9716         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9717         (latin-unity-ucs-list):
9718         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9719         (mm-uu-binhex-decode-function):
9720         * message.el (gnus-message-group-art, gnus-list-identifiers)
9721         (rmail-enable-mime-composing, gnus-local-organization)
9722         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9723         (gnus-read-active-file, facemenu-add-face-function)
9724         (facemenu-remove-face-function, gnus-article-decoded-p)
9725         (tool-bar-mode):
9726         * mail-source.el (display-time-mail-function):
9727         * gnus-util.el (nnmail-pathname-coding-system)
9728         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9729         (gnus-original-article-buffer, gnus-user-agent)
9730         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9731         (xemacs-codename, sxemacs-codename, emacs-program-version):
9732         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9733         * gnus-start.el (gnus-agent-covered-methods)
9734         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9735         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9736         (gnus-newsgroup-headers, gnus-group-list-mode)
9737         (gnus-group-mark-positions, gnus-newsgroup-data)
9738         (gnus-newsgroup-unreads, nnoo-state-alist)
9739         (gnus-current-select-method, mail-sources)
9740         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9741         (nnmail-spool-file, gnus-cache-active-hashtb):
9742         * gnus-mh.el (mh-lib-progs):
9743         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9744         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9745         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9746         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9747         (gnus-group-buffer):
9748         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9749         (font-lock-set-defaults):
9750         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9751         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9752         (gnus-summary-post-menu, total-parts, type, condition, length):
9753         * gnus-agent.el (gnus-agent-read-agentview):
9754         * flow-fill.el (show-trailing-whitespace):
9755         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9756         eval-and-compile wrappers for byte compiler pacifiers.
9757
9758         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9759         (mm-display-inline-fontify): Check for featurep 'xemacs not
9760         extent-list.
9761
9762         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9763         itimer-list.
9764         (mm-create-image-xemacs): Only do something for XEmacs.
9765         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9766
9767         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9768
9769         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9770         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9771
9772 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9773
9774         * nnimap.el (nnimap-split-download-body):
9775         * gnus-demon.el (gnus-demon):
9776         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9777
9778 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9779
9780         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9781         New macros.
9782         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9783         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9784         copy data from unibyte buffer to multibyte current buffer.
9785         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9786         to copy data from unibyte current buffer to multibyte buffer.
9787         (nntp-make-process-buffer): Make process buffer unibyte.
9788
9789         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9790
9791 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9792
9793         * pop3.el (pop3-open-server): Accept and process data more robustly at
9794         connexion start to avoid spurious "POP SSL connexion failed" errors.
9795
9796 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9797
9798         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9799         read group names.
9800
9801 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9802
9803         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9804
9805 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9806
9807         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9808         (nnmail-save-active): Use a unibyte buffer when saving active file,
9809         which may contain non-ASCII group names.
9810
9811         * nnml.el (nnml-request-group): Decode group names in messages.
9812
9813 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9814
9815         * message.el (message-citation-line-function)
9816         (message-insert-formatted-citation-line): Fix spelling of
9817         `message-insert-formated-citation-line'.
9818
9819 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9820
9821         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9822
9823 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9824
9825         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9826         nnmail-pathname-coding-system.
9827
9828         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9829         that a user enters; decode group names in messages.
9830
9831         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9832
9833 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9834
9835         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9836
9837         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9838
9839         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9840         risky local variable.
9841
9842         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9843
9844 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9845
9846         * encrypt.el: Improve documentation to fix function name typo.
9847         Reported by Daiki Ueno <ueno@unixuser.org>.
9848
9849 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9850
9851         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9852         even if the point is not in the last page of an article.
9853         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9854         back to the previous page.
9855
9856 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9857
9858         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9859
9860 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9861
9862         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9863
9864 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9865
9866         * message.el (message-check-news-body-syntax):
9867         Avoid mm-string-as-multibyte.
9868         (message-hide-headers): Don't assume (point-min)==1.
9869
9870 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9871
9872         * message.el (message-remove-blank-cited-lines): Fix if remove is
9873         given.
9874         (message-bogus-address-regexp): New variable.
9875         (message-bogus-recipient-p): New function.
9876         (message-check-recipients): New command.
9877         (message-syntax-checks): Add `bogus-recipient'.
9878         (message-fix-before-sending): Add `bogus-recipient'.
9879
9880         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9881         (gnus-treat-body-boundary): Don't test window-system.
9882
9883 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9884
9885         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9886
9887 2007-10-28  Miles Bader  <miles@gnu.org>
9888
9889         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9890         at compile-time too.
9891
9892 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9893
9894         * gnus-msg.el (gnus-message-setup-hook):
9895         Add `message-remove-blank-cited-lines' to options.
9896
9897 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9898
9899         * message.el (message-remove-blank-cited-lines): New function.
9900         Suggested by Karl Plästerer.
9901
9902 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9903
9904         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9905         mapc.
9906
9907         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9908         (top-level): Use mapc to set functions to be traced for debugging.
9909
9910         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9911         called for effect with while loop.
9912
9913         * message.el (message-talkative-question): Replace mapcar called for
9914         effect with mapc.
9915
9916         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9917         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9918         called for effect with dolist.
9919
9920         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9921
9922         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9923         gnus-extra-headers and nnmail-extra-headers.
9924
9925         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9926         called for effect with dolist.
9927         (top-level): Use mapc to set functions to be traced for debugging.
9928
9929         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9930         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9931         dolist.
9932
9933         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9934         Replace mapcar called for effect with mapc.
9935         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9936         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9937         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9938         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9939
9940         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9941         remove-if that's a cl function.
9942
9943         * webmail.el (webmail-debug): Replace mapcar called for effect with
9944         dolist.
9945
9946         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9947         with mapc.
9948
9949 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9950
9951         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9952         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9953         with while loop.
9954
9955         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9956         functions from article-* functions.
9957         (gnus-multi-decode-header): Replace mapcar called for effect with
9958         dolist.
9959
9960         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9961         (gnus-bookmark-show-details): Replace mapcar called for effect with
9962         while loop.
9963
9964         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9965         called for effect with while loop.
9966
9967         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9968         with dolist.
9969
9970         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9971         Replace mapcar called for effect with dolist.
9972
9973         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9974
9975         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9976         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9977         Replace mapcar called for effect with dolist.
9978         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9979         mapc.
9980
9981         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9982         Replace mapcar called for effect with dolist.
9983         (gnus-topic-list): Replace mapcar called for effect with mapc.
9984
9985         * gnus.el: Use mapc instead of mapcar to add autoloads.
9986
9987 2007-10-23  Richard Stallman  <rms@gnu.org>
9988
9989         * gnus-group.el (gnus-group-highlight): Mark as risky.
9990
9991 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9992
9993         * gnus.el (gnus-server-to-method): Return method found first in
9994         gnus-newsrc-alist.
9995
9996         * gnus-art.el (gnus-article-highlight-signature)
9997         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9998         button overlay without the front stickiness.
9999
10000 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
10001
10002         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10003         overview buffer needed a catch to receive its throw.
10004         (gnus-agent-flush-cache): Declare as interactive to make this function
10005         easier to use.
10006
10007 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
10008
10009         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10010         `next-line'.
10011
10012 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10013
10014         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10015         exclude address matching message-dont-reply-to-names.
10016
10017 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10018
10019         * gnus-util.el (gnus-string<): New function.
10020
10021         * gnus-sum.el (gnus-article-sort-by-author)
10022         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10023
10024 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10025
10026         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10027         the frame-focus tag is set in gnus-buffer-configuration.
10028
10029 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10030
10031         * gnus-art.el (gnus-article-add-button): Make a button overlay without
10032         the front stickiness.
10033
10034 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10035
10036         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10037         url pattern; remove duplicate one.
10038         (gnus-article-extend-url-button): New function.
10039         (gnus-article-add-buttons): Use it.
10040         (gnus-button-push): Use concatenated url that it makes.
10041
10042 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
10043
10044         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10045
10046 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10047
10048         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10049         Don't hardcode point-min==1.
10050
10051 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10052
10053         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10054         Fix comment about "iso8859-1".
10055
10056 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
10057
10058         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10059         ones returned from the verify-function.
10060
10061         * mm-uu.el (mm-uu-pgp-signed-extract-1):
10062         Call mml2015-extract-cleartext-signature if extraction failed.
10063
10064 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
10065
10066         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10067         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10068         failed.
10069
10070 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10071
10072         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10073
10074 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
10075
10076         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
10077         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
10078         recommends to use EasyPG instead of PGG.
10079
10080         * pgg.el: Revert to revision 6.23.2.16.
10081
10082         * pgg-def.el: Revert to revision 6.6.2.14.
10083
10084         * pgg-gpg.el: Revert to revision 6.23.2.34.
10085
10086 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10087
10088         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10089         to mark a thread as expirable.  Add variable `hide' to handle hiding of
10090         thread for both the null and zero (kill/expire thread) universal prefix
10091         cases.
10092         (gnus-summary-expire-thread): Add new function to expire a thread,
10093         using gnus-summary-kill-thread.
10094         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10095         shortcuts for gnus-summary-expire-thread.
10096         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10097         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
10098
10099 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10100
10101         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10102         extras value, so an extras entry can be deleted.
10103         (gnus-registry-delete-extra-entry): Use it.
10104         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10105         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10106         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10107         storage through the gnus-registry, and provide an appropriate API for
10108         it.
10109
10110 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10111
10112         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10113         Suggested by Leo <sdl.web@gmail.com>.
10114
10115         * gnus.el: Do.
10116
10117 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10118
10119         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10120         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10121
10122         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10123
10124         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10125         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10126
10127 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10128
10129         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10130         newline.
10131         (nnmbox-request-accept-article): Don't change article in source buffer;
10132         narrow to header to use message-fetch-field rather than
10133         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10134         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10135         as delimiters; make sure article ends with newline.
10136         (nnmbox-delete-mail): Correct last position of article to be deleted;
10137         ignore X-Gnus-Newsgroup header in article body.
10138         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10139         positions; make sure article ends with newline.
10140
10141         * message.el (message-display-abbrev): Don't infloop when a user
10142         inserts SPC in the beginning of header.
10143
10144         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10145         coding-system-for-read and coding-system-for-write for XEmacs having no
10146         file-coding feature.
10147
10148         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10149
10150 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10151
10152         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10153         list of groups not followed by default.  Fix type to be regexp.
10154         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10155
10156 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10157
10158         * hmac-def.el (define-hmac-function): Switch from old-style to
10159         new-style backquotes.
10160
10161         * md4.el (md4-make-step): Likewise.
10162
10163 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10164
10165         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10166         raw-text coding system when saving .newsrc file, which may contain
10167         non-ASCII group names.
10168
10169 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10170
10171         * gnus-cus.el (gnus-score-extra): New widget.
10172         (gnus-score-extra-convert): New function.
10173         (gnus-score-customize): Use it for Extra.
10174
10175 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10176
10177         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10178         (mml2015-mailcrypt-clear-verify): Use it.
10179         (mml2015-gpg-clear-verify): Use it.
10180         (mml2015-pgg-clear-verify): Use it.
10181         (mml2015-epg-clear-verify): Replace the current part with the output
10182         from GnuPG; don't extract the plaintext by itself.
10183
10184         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10185         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10186         mml2015-clear-verify-function; don't touch the armor headers or
10187         dash-escaped text here.
10188
10189 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10190
10191         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10192         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10193         parts, or application/octet-stream as a last resort.
10194         (gnus-mime-view-part-as-type): Don't toggle display.
10195         (gnus-mime-view-part-as-charset): Don't turn off display before
10196         querying charset.
10197
10198         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10199         stuff to undisplayer function in Emacs.
10200         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10201
10202         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10203         text/calendar parts.
10204
10205 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10206
10207         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10208         decoding text/calendar parts.
10209
10210         * message.el (message-forward-make-body-mime): Always mark body as
10211         having no illegible text; remove signed-or-encrypted argument.
10212         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10213
10214         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10215         (mml-generate-mime-1): Don't encode body if it is specified to be in
10216         raw form; don't make buffer be unibyte when inserting multibyte string.
10217
10218 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10219
10220         * sha1.el: Fix up comment style.
10221         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10222         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10223
10224         * hex-util.el: Fix up comment style.
10225         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10226
10227         * gnus-salt.el: Use with-current-buffer.
10228         (gnus-pick-setup-message): Fix long-standing typo.
10229
10230 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10231
10232         * imap.el (imap-logout-timeout): New variable.
10233         (imap-logout, imap-logout-wait): New functions.
10234         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10235
10236         * nnimap.el (nnimap-logout-timeout): New server variable.
10237         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10238         nnimap-logout-timeout.
10239
10240         * gnus-art.el (gnus-article-summary-command-nosave)
10241         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10242
10243 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10244
10245         * gnus.el (gnus-maximum-newsgroup): New variable.
10246
10247         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10248         according to gnus-maximum-newsgroup.
10249
10250         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10251         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10252         Limit the range of articles according to gnus-maximum-newsgroup.
10253
10254 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10255
10256         * gnus-art.el (gnus-sticky-article): Fix problems described in
10257         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10258         Don't perform gnus-configure-windows here; reuse existing sticky
10259         article buffer.
10260
10261         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10262         it doesn't exist in gnus-article-mode.
10263
10264 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10265
10266         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10267         (gnus-agent-decoded-group-name): New function.
10268         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10269         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10270
10271 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10272
10273         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10274         Add binding for gnus-sticky-article.
10275         (gnus-summary-exit): Don't kill sticky article buffers.
10276
10277         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10278         article buffer.
10279         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10280         (gnus-kill-sticky-article-buffers): New commands.
10281
10282 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10283
10284         * nntp.el (nntp-xref-number-is-evil): New server variable.
10285         (nntp-find-group-and-number): If it is non-nil, don't trust article
10286         numbers in the Xref header.
10287
10288 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10289
10290         * gnus-agent.el (gnus-agent-read-group): New function.
10291         (gnus-agent-flush-group, gnus-agent-expire-group)
10292         (gnus-agent-regenerate-group): Use it.
10293         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10294         nnmail-pathname-coding-system.
10295
10296 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10297
10298         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10299
10300         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10301         that are unread as unread, and also as selected so that information of
10302         marks having been changed by a user may be updated when exiting group.
10303
10304 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10305
10306         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10307
10308 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10309
10310         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10311         calculated ignoring signature parts to gnus-treat-article.
10312
10313 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10314
10315         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10316         a point here in order to keep the window start.
10317         (gnus-insert-mime-security-button): Make a button overlay without the
10318         front stickiness.
10319         (gnus-mime-display-security): Goto the end of a button.
10320
10321         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10322
10323 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10324
10325         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10326         group-name-at-point.
10327         (gnus-group-completing-read): New function that offers decoded
10328         non-ASCII group names for completion.
10329         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10330         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10331         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10332         (gnus-group-fetch-control): Use it.
10333         (gnus-fetch-group): Use group-name-at-point for the initial value
10334         rather than the default value; use gnus-alive-p.
10335
10336         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10337         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10338         (gnus-summary-post-news): Use gnus-group-completing-read.
10339
10340         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10341         (gnus-read-move-group-name): Decode group name for completion.
10342
10343 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10344
10345         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10346         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10347         Yamaoka slightly modified the code).
10348
10349 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10350
10351         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10352         (nnmail-split-incoming): Bind it.
10353
10354         * nnml.el (nnml-group-name-charset): New function.
10355         (nnml-decoded-group-name): Use it; don't decode group name if
10356         nnmail-group-names-not-encoded-p is non-nil.
10357         (nnml-encoded-group-name): New function.
10358         (nnml-group-pathname): Inline nnml-decoded-group-name.
10359         (nnml-request-expire-articles): Decode group name in message.
10360         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10361         nnmail-pathname-coding-system.
10362         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10363         not decoded ones according to nnmail-group-names-not-encoded-p.
10364         (nnml-generate-active-info): Use nnml-encoded-group-name.
10365
10366 2007-08-08  Glenn Morris  <rgm@gnu.org>
10367
10368         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10369         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10370         doc-strings and comments.
10371
10372 2007-07-25  Glenn Morris  <rgm@gnu.org>
10373
10374         * Relicense all FSF files to GPLv3 or later.
10375
10376 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10377
10378         * gnus-sum.el (gnus-summary-move-article):
10379         Make gnus-summary-respool-article work.
10380
10381 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10382
10383         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10384         string.
10385
10386 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10387
10388         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10389         that should be ignored when comparing distant RSS articles with local
10390         ones.
10391         (nnrss-make-hash-index): New function.  Create a hash index according
10392         to the ignored fields.
10393         (nnrss-check-group): Use it.
10394
10395 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10396
10397         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10398
10399         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10400
10401         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10402         the new optional argument ENCODED is non-nil.
10403         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10404         coding system for encoding group name.
10405         (gnus-group-make-rss-group): Pass un-encoded group name to
10406         gnus-group-make-group.
10407         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10408         encoded.
10409
10410         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10411         Encode group name to which articles are moved or copied.
10412         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10413         coding system for encoding Newsgroup, Followup-To and Xref headers.
10414
10415         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10416         marks; use nnheader-file-coding-system to write a file.
10417         (nnagent-retrieve-headers): Bind file-name-coding-system to
10418         nnmail-pathname-coding-system.
10419
10420         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10421
10422         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10423         (nnml-request-article, nnml-request-create-group)
10424         (nnml-request-rename-group, nnml-find-id)
10425         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10426         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10427         (nnml-save-marks): Use nnml-group-pathname instead of
10428         nnmail-group-pathname.
10429
10430         (nnml-request-create-group, nnml-request-expire-articles)
10431         (nnml-request-move-article, nnml-request-delete-group)
10432         (nnml-deletable-article-p, nnml-possibly-create-directory)
10433         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10434         (nnml-open-marks): Bind file-name-coding-system to
10435         nnmail-pathname-coding-system.
10436
10437         (nnml-request-article): Pass server argument to nnml-find-group-number.
10438         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10439         Pass server argument to nnml-possibly-create-directory.
10440         (nnml-request-accept-article): Pass server argument to
10441         nnml-active-number and nnml-save-mail.
10442         (nnml-find-group-number): Pass server argument to nnml-find-id.
10443         (nnml-request-update-info): Pass server argument to
10444         nnml-marks-changed-p.
10445
10446         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10447         (nnml-save-mail, nnml-active-number): Add server argument.
10448
10449         (nnml-request-delete-group): Warn if group is missing.
10450         (nnml-get-nov-buffer): Decode group name.
10451         (nnml-generate-active-info): Encode group name.
10452         (nnml-open-marks): Decode group name in messages.
10453
10454 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10455
10456         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10457         if it is not specified.
10458         (gnus-article-pipe-part, gnus-article-save-part)
10459         (gnus-article-interactively-view-part, gnus-article-copy-part)
10460         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10461         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10462         (gnus-article-replace-part, gnus-article-delete-part)
10463         (gnus-article-view-part-as-type): Pass raw prefix argument to
10464         gnus-article-part-wrapper.
10465
10466 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10467
10468         * gnus-agent.el (gnus-agent-save-active):
10469         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10470
10471         * gnus-cache.el (gnus-cache-save-buffers)
10472         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10473         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10474         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10475         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10476         (gnus-cache-generate-active, gnus-cache-rename-group)
10477         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10478         (gnus-cache-update-overview-total-fetched-for):
10479         Bind file-name-coding-system to nnmail-pathname-coding-system.
10480         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10481         New variables.
10482         (gnus-cache-decoded-group-name): New function.
10483         (gnus-cache-file-name): Use it.
10484         (gnus-cache-generate-active): Use non-decoded group name for active.
10485
10486         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10487         right place.
10488         (gnus-write-active-file): Don't break non-ASCII group names.
10489
10490         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10491         nnmail-pathname-coding-system.
10492
10493         * lpath.el: Bind default-file-name-coding-system,
10494         file-name-coding-system and language-info-alist for XEmacs.
10495
10496         * gnus-uu.el (gnus-uu-decode-save): Typo.
10497
10498 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10499
10500         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10501
10502 2007-07-14  David Kastrup  <dak@gnu.org>
10503
10504         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10505         finishing actions if we did not edit the article.
10506
10507 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10508
10509         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10510         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10511         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10512         (gnus-agent-flush-group, gnus-agent-flush-cache)
10513         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10514         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10515         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10516         (gnus-agent-regenerate-group)
10517         (gnus-agent-update-files-total-fetched-for)
10518         (gnus-agent-update-view-total-fetched-for):
10519         Bind file-name-coding-system to nnmail-pathname-coding-system.
10520         (gnus-agent-group-pathname): Don't encode file names by
10521         nnmail-pathname-coding-system.
10522         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10523         coding-system-for-write instead of buffer-file-coding-system to
10524         gnus-agent-file-coding-system.
10525
10526         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10527         Decode group name.
10528
10529         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10530
10531         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10532         (gnus-read-newsrc-el-file): Make group names unibyte.
10533
10534         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10535         nnmail-pathname-coding-system.
10536
10537         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10538         (nnrss-request-delete-group): Bind file-name-coding-system to
10539         nnmail-pathname-coding-system.
10540         (nnrss-read-server-data, nnrss-read-group-data):
10541         Bind file-name-coding-system correctly.
10542         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10543
10544         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10545         (nntp-server-to-method-cache): New variable.
10546         (nntp-group-pathname): New function that decodes non-ASCII group names.
10547         (nntp-possibly-create-directory, nntp-marks-changed-p)
10548         (nntp-save-marks, nntp-open-marks): Use it.
10549         (nntp-possibly-create-directory, nntp-open-marks):
10550         Bind file-name-coding-system to nnmail-pathname-coding-system.
10551         (nntp-open-marks): Decode group names when bootstrapping marks.
10552
10553         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10554         Newsgroups and Folowup-To headers.
10555
10556 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10557
10558         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10559         (gnus-server-closed-face, gnus-server-denied-face)
10560         (gnus-server-offline-face): Remove variable.
10561         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10562
10563         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10564         of modifying message-stack directly for XEmacs.
10565
10566         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10567         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10568         if the coding-system argument is nil for XEmacs.
10569
10570         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10571         mm-charset-override-alist.
10572
10573         * rfc2047.el: Don't require base64; require rfc2045 for the function
10574         rfc2045-encode-string.
10575         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10576         to quote the parameter value.
10577
10578 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10579
10580         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10581         form in gnus-group-name-charset-method-alist.
10582
10583         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10584         overrides the default layout edit-form.
10585
10586         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10587
10588         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10589
10590 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10591
10592         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10593         as unfetched articles.
10594
10595 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10596
10597         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10598
10599 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10600
10601         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10602         original back end that keeps marks in the local system.
10603
10604 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10605
10606         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10607         arg of pop-to-buffer for XEmacs.
10608         (gnus-article-read-summary-keys): Ditto; don't restore window
10609         configuration if summary command ends up with neither article buffer
10610         nor summary buffer; describe bindings if summary keys end with C-h.
10611
10612 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10613
10614         * message.el (message-fix-before-sending): Skip raw message part to be
10615         forwarded while checking illegible text.
10616         (message-forward-make-body-mime, message-forward-make-body):
10617         Mark signed or encrypted raw message as having no illegible text.
10618
10619 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10620
10621         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10622         (gnus-message-with-timestamp-1): New macro.
10623         (gnus-message-with-timestamp): New function.
10624         (gnus-message): Use them.
10625
10626         * nnheader.el (nnheader-message): Use them.
10627
10628 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10629
10630         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10631         .newsrc.eld file.
10632
10633 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10634
10635         * gnus-agent.el (gnus-agent-fetch-headers)
10636         (gnus-agent-retrieve-headers):
10637         Bind gnus-decode-encoded-address-function to identity.
10638
10639         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10640         available also when the server returns simply a dot.
10641
10642         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10643
10644 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10645
10646         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10647
10648 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10649
10650         * gnus-ems.el (gnus-x-splash): Make it work.
10651
10652         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10653         from being used.
10654
10655         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10656
10657 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10658
10659         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10660         4th and the 5th arguments.
10661
10662         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10663         the front stickiness.
10664         (gnus-article-summary-command-nosave): Correct the order of the
10665         arguments passed to pop-to-buffer.
10666         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10667         summary command ends up with the article buffer.
10668
10669         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10670         the same faces.
10671
10672 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10673
10674         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10675
10676 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10677
10678         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10679         * gnus-sum.el (gnus-summary-highlight):
10680         * pgg.el (pgg-sign-region, pgg-sign):
10681         * mail-source.el (mail-source-delete-old-incoming-confirm):
10682         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10683
10684 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10685
10686         * gnus-art.el (gnus-mime-view-part-externally)
10687         (gnus-mime-view-part-internally): Fix predicate function passed to
10688         completing-read.
10689
10690         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10691
10692         * gnus.el (gnus-update-message-archive-method): Add :version.
10693
10694 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10695
10696         * gnus.el (gnus-update-message-archive-method): New variable.
10697
10698         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10699         according to gnus-message-archive-method if
10700         gnus-update-message-archive-method is non-nil.
10701
10702 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10703
10704         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10705         Suggested by Loic Dachary <loic@dachary.org>.
10706         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10707
10708 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10709
10710         * message.el (message-pop-to-buffer): Add switch-function argument.
10711         (message-mail): Pass switch-function argument to it.
10712
10713 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10714
10715         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10716         Improve doc string.
10717
10718 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10719
10720         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10721         (gnus-header-content)
10722         * gnus-cite.el (gnus-cite-10)
10723         * gnus-srvr.el (gnus-server-closed)
10724         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10725         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10726         (gnus-group-mail-3-empty, gnus-group-mail-low)
10727         (gnus-group-mail-low-empty, gnus-splash)
10728         * message.el (message-header-to, message-header-cc)
10729         (message-header-subject, message-header-other, message-header-name)
10730         (message-header-xheader, message-separator, message-cited-text)
10731         (message-mml): Lighten colors of faces used for dark background.
10732
10733 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10734
10735         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10736         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10737
10738 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10739
10740         * message.el (message-narrow-to-headers-or-head):
10741         Ignore mail-header-separator in the body.
10742
10743 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10744
10745         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10746         same as window size.
10747
10748 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10749
10750         * message.el (message-font-lock-keywords): Use message-header-xheader
10751         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10752         ahead of the anything pattern, to get it recognised.
10753
10754 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10755
10756         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10757         spam.el loads uses it in the compiled defadvice form.
10758
10759 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10760
10761         * gnus-sum.el (gnus-articles-to-read)
10762         (gnus-summary-insert-old-articles): Don't truncate group name for
10763         `read-string'.
10764
10765         * gnus-util.el (gnus-limit-string): Delete this function.
10766
10767         * gnus-sum.el (gnus-simplify-subject-fully):
10768         Use `truncate-string-to-width' instead.
10769
10770 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10771
10772         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10773         Tell if, on summary exit, the next group has to be selected.
10774         (gnus-summary-exit): Use it.
10775
10776 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10777
10778         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10779         non-break space.
10780
10781 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10782
10783         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10784         Check if group is not a directory.
10785         (nnfolder-request-expire-articles): Don't delete articles if the target
10786         group is not available.
10787
10788         * nnml.el (nnml-request-create-group): Properly check if group is not a
10789         file.
10790         (nnml-request-expire-articles): Don't delete articles if the target
10791         group is not available.
10792
10793         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10794         Don't quote characters that are within parentheses.
10795
10796 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10797
10798         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10799         (gnus-handle-ephemeral-exit): Select article according to it.
10800
10801 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10802
10803         * message.el (message-insert-formated-citation-line): Remove newline.
10804         (message-citation-line-format): Add final \n here so that the user can
10805         avoid a blank line.
10806
10807 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10808
10809         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10810         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10811         Update lanl/arXiv support.
10812
10813 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10814
10815         * gnus.el: Bump version number.
10816
10817 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10818
10819         * gnus.el (gnus-version-number): Bump version.
10820
10821 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10822
10823         * gnus.el: No Gnus v0.6 is released.
10824
10825 2007-04-27  Didier Verna  <didier@xemacs.org>
10826
10827         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10828         * gmm-utils.el (gmm-regexp-concat): ... here.
10829         * message.el: Don't require 'gnus-util.
10830         (message-dont-reply-to-names): Handle name change above.
10831         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10832
10833 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10834
10835         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10836         since the initial value varies according to the system.
10837
10838 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10839
10840         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10841
10842 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10843
10844         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10845
10846 2007-04-24  Didier Verna  <didier@xemacs.org>
10847
10848         Improve the type of gnus-ignored-from-addresses.
10849         * gnus-util.el (gnus-orify-regexp): New function.
10850         * message.el (gnus-util): Require it.
10851         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10852         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10853         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10854
10855 2007-04-24  Didier Verna  <didier@xemacs.org>
10856
10857         * gnus-sum.el:
10858         * gnus-utils.el: Fix some trailing whitespaces.
10859
10860 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10861
10862         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10863         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10864         article's Message-ID; refer parent article in summary buffer.
10865
10866         * message.el (message-bounce): Call mime-to-mml.
10867
10868         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10869         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10870         optimize and/or forms properly.
10871
10872 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10873
10874         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10875         URL.
10876
10877 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10878
10879         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10880
10881 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10882
10883         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10884         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10885         displayed of multipart/alternative part if it is invoked from summary
10886         buffer.
10887
10888         * mm-view.el (mm-inline-text-html-render-with-w3m)
10889         (mm-inline-text-html-render-with-w3m-standalone)
10890         (mm-inline-render-with-function): Use mail-parse-charset by default.
10891
10892 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10893
10894         * parse-time.el (parse-time-string-chars): Check if CHAR
10895         is less than the length of parse-time-syntax.
10896
10897 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10898
10899         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10900         from gnus-newsgroup-processable.
10901
10902 2007-04-16  Didier Verna  <didier@xemacs.org>
10903
10904         * gnus-msg.el (gnus-configure-posting-styles):
10905         Handle message-signature-directory properly with :file syntax.
10906         Reported by "Leo".
10907
10908 2007-04-11  Didier Verna  <didier@xemacs.org>
10909
10910         New user option: message-signature-directory.
10911         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10912         * message.el (message-insert-signature): Ditto.
10913         * message.el (message-signature-file): Doc update.
10914         * message.el (message-signature-directory): New.
10915
10916 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10917
10918         * gnus-msg.el (gnus-inews-yank-articles):
10919         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10920
10921 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10922
10923         * message.el (message-yank-original): Make sure cited text ends with
10924         newline; don't exchange point and mark.
10925
10926 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10927
10928         * tls.el (open-tls-stream): Properly handle case where there
10929         is no associated buffer.
10930
10931 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10932
10933         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10934         message-yank-original, make sure (< mark TEXT point).
10935
10936 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10937
10938         * message.el (message-fill-column): New variable.
10939         (message-mode): Use it.  Add comment on a possible new hook.
10940
10941         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10942         (nnmail-get-new-mail): Reformat.
10943
10944         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10945
10946         * gmm-utils.el: Fix Commentary.
10947         (gmm-tool-bar-from-list): Fix typo in doc string.
10948
10949 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10950
10951         * message.el (message-yank-original): Don't switch point and mark
10952         unnecessarily to put point and mark as documented.
10953
10954 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10955
10956         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10957         from the message heads.
10958
10959 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10960
10961         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10962         article buffer does not have a window.  This may not be the best
10963         solution but is certainly better than setting the start of the null,
10964         that is the current, window.
10965
10966 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10967
10968         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10969         (gnus-draft-setup): Run it.
10970
10971         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10972         gnus-score-fast-scoring.  Allow regexp.
10973         (gnus-score-headers): Use it.
10974
10975         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10976         XEmacs.
10977
10978         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10979         string.
10980         (gnus-button-alist): Also catch `<f1> k ...'.
10981         (gnus-treat-display-x-face): Fix doc string.
10982
10983 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10984
10985         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10986         evaluation of gnus-extended-version to ensure correct generation of the
10987         User-Agent header when message-generate-headers-first is used.
10988
10989 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10990
10991         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10992         hashcash-path is nil.  Don't call callback with incorrect number of
10993         parameters if val is 0.
10994
10995 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10996
10997         * message.el (message-required-news-headers):
10998         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10999
11000 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
11001
11002         * tls.el (open-tls-stream): In handshake-waiting loop,
11003         don't wait more if there is output available to process.
11004
11005 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
11006
11007         * tls.el (tls-program): Doc fix.
11008
11009 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11010
11011         * message.el (message-generate-new-buffers): Change the meaning of the
11012         nil value; add `standard' to the choices; treat t as `unique'; improve
11013         doc string.
11014         (gnus-select-frame-set-input-focus): Autoload.
11015         (message-buffer-name): Search for the existing message buffer if
11016         message-generate-new-buffers is nil or `standard'; treat the value t of
11017         message-generate-new-buffers as `unique'.
11018         (message-pop-to-buffer): Raise the frame already displaying the message
11019         buffer; clear the echo area after querying.
11020         (message-setup): Pass the `continue' argument to compose-mail.
11021         (message-mail): Prefer `switch-function' if it is given; search for the
11022         existing message buffer if the `continue' argument is non-nil; pass
11023         continue and switch-function arguments to compose-mail by way of
11024         message-setup.
11025         (message-mail-other-window): Adjust argument of message-setup.
11026         (message-mail-other-frame): Ditto.
11027
11028 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11029
11030         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11031         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11032         to turn font-lock on when turning gnus-message-citation-mode on.
11033
11034 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
11035
11036         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11037         (mml-smime-function-alist): New variable; add epg as the backend.
11038         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11039         mml-smime- functions instead.
11040         * mm-view.el: Require smime.
11041
11042 2007-03-05  Didier Verna  <didier@xemacs.org>
11043
11044         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11045         instead of just inheritance for posting styles.
11046         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11047
11048 2007-02-24  Chris Moore  <dooglus@gmail.com>
11049
11050         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
11051         * pgg-pgp.el (pgg-pgp-encrypt-region):
11052         * pgg-gpg.el (pgg-gpg-encrypt-region):
11053         Check pgg-encrypt-for-me if no other recipients.
11054
11055 2007-02-24  John Paul Wallington  <jpw@pobox.com>
11056
11057         * tls.el (tls-certtool-program): Fix custom type.
11058
11059 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11060
11061         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11062         and point-at-eol instead of line-(beginning|end)-position.
11063
11064         * assistant.el (assistant-parse-buffer): Ditto.
11065
11066         * netrc.el (netrc-parse-services): Ditto.
11067
11068 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
11069
11070         * mml2015.el (mml2015-epg-find-usable-key): New function.
11071         (mml2015-epg-sign): Use it.
11072         (mml2015-epg-encrypt): Use it.
11073
11074 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11075
11076         * message.el (message-make-in-reply-to): Quote name containing
11077         non-ASCII characters.  It will make the RFC2047 encoder cause an error
11078         if there are special characters.  Reported by NAKAJI Hiroyuki
11079         <nakaji@jp.freebsd.org>.
11080
11081 2007-02-27  Didier Verna  <didier@xemacs.org>
11082
11083         Include the group parameters as well as the topic ones in the
11084         inheritance filter process.
11085         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11086         argument GROUP-PARAMS-LIST.
11087         * gnus-topic.el (gnus-group-topic-parameters): Use it.
11088
11089 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11090
11091         * nntp.el (nntp-never-echoes-commands)
11092         (nntp-open-connection-functions-never-echo-commands): New variables.
11093         (nntp-send-command): Use them.
11094
11095 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
11096
11097         * mml2015.el (mml2015-epg-verify): Simplify.
11098
11099 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11100
11101         * mml.el (mml-content-disposition-alist): New user option.
11102         (mml-content-disposition): New function.
11103         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11104         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11105
11106 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
11107
11108         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11109         verification.
11110
11111 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11112
11113         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11114         articles posted in the last 24 hours.
11115
11116 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11117
11118         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11119
11120 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11121
11122         * nntp.el (nntp-send-command): Don't wait for echoes when
11123         nntp-open-ssl-stream is used.
11124
11125 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11126
11127         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11128         (gnus-message-add-citation-keywords)
11129         (gnus-message-remove-citation-keywords): Remove.
11130         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11131         directly, make the variables in font-lock-defaults buffer-local, add
11132         gnus-message-citation-keywords to them and then update the value of
11133         font-lock-keywords.
11134
11135 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11136
11137         * message.el (message-cite-original-1): Don't call
11138         gnus-article-highlight-citation.
11139
11140         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11141         citations; fix line count.
11142
11143 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11144
11145         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11146         (gnus-message-add-citation-keywords)
11147         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11148         versions of font-lock-add-keywords and font-lock-remove-keywords to
11149         work with XEmacs correctly.
11150
11151 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11152
11153         * gnus-cite.el (gnus-cite-face-list): Set the values of
11154         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11155         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11156         (gnus-message-cite-prefix-regexp): New variable.
11157         (gnus-message-search-citation-line): Use it; protect against long
11158         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11159         the 0th match data for Emacs.
11160         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11161         (gnus-message-add-citation-keywords): Append keywords rather than
11162         prepending; emulate font-lock-add-keywords if it is not available.
11163         (gnus-message-remove-citation-keywords):
11164         Emulate font-lock-remove-keywords if it is not available.
11165
11166         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11167
11168         * message.el (message-cite-prefix-regexp): Set the value of
11169         gnus-message-cite-prefix-regexp.
11170
11171 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11172
11173         * nnweb.el (nnweb-google-parse-1): Update parser.
11174
11175 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11176
11177         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11178
11179 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11180
11181         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11182         regexp.
11183
11184 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11185
11186         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11187         string-to-multibyte.
11188         (uudecode-decode-region-internal): Use it.
11189
11190         * lpath.el: Fbind string-as-multibyte for XEmacs.
11191
11192 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11193
11194         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11195         Fix custom choice.
11196
11197         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11198
11199 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11200
11201         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11202
11203         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11204         `write-region' to respect `mm-inhibit-file-name-handlers'.
11205
11206 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11207
11208         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11209         Use gnus-home-directory instead of "~/" or "$HOME".
11210
11211 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11212
11213         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11214         to mention filename.
11215         Add comments at beginning regarding usage.
11216         (encrypt-write-file-contents): Change interactive so a string is
11217         acceptable.  If the file has no associated model, show an error instead
11218         of a nonsense prompt.
11219
11220 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11221
11222         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11223         Thanks to Yoshihiko Yamada for kind notification of this typo.
11224
11225 2007-01-12  Kenichi Handa  <handa@m17n.org>
11226
11227         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11228         multibyte buffer.
11229
11230 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11231
11232         * gnus-score.el (gnus-score-fast-scoring): New variable.
11233         (gnus-score-headers): Use it.
11234
11235         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11236
11237         * message.el (message-cite-original-1):
11238         Call gnus-article-highlight-citation if requested.
11239         (message-make-from): Allow name and address as optional arguments.
11240
11241         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11242
11243         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11244         bugs to doc string.
11245         (gnus-button-alist): Add mid\\|message-id.
11246         (gnus-button-fetch-group): Extend for use in
11247         `browse-url-browser-function'.
11248         (gnus-button-url-regexp): Try to catch paired parentheses like in
11249         Wikipedia URLs.
11250
11251         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11252         Suggested by Simon Krahnke <overlord@gmx.li>.
11253
11254 2007-01-13  Romain Francoise  <romain@orebokech.com>
11255
11256         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11257         Update copyright.
11258
11259 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11260
11261         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11262
11263 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11264
11265         * gnus-registry.el (gnus-registry-unfollowed-groups)
11266         (gnus-registry-split-fancy-with-parent): Fix documentation.
11267
11268 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11269
11270         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11271         from nnweb groups.
11272
11273 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11274
11275         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11276         Xref urls.  Erase buffer before requesting head.
11277
11278         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11279
11280 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11281
11282         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11283         customizable.
11284
11285 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11286
11287         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11288         no signing key is found.
11289         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11290         no encrypting and/or signing key is found.
11291
11292 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11293
11294         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11295
11296 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11297
11298         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11299         headers read from disk with the ones newly found in the current search.
11300         This should no longer cause problems, because the article numbers in
11301         Gmane's `nov.php' output are ignored since the previous change.
11302
11303 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11304
11305         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11306
11307 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11308
11309         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11310         replace-regexp-in-string; bind url-version; fbind display-images-p and
11311         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11312         find-face and set-itimer-function for Emacs; bind itimer-list for
11313         Emacs.
11314
11315         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11316
11317 2007-01-01  Romain Francoise  <romain@orebokech.com>
11318
11319         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11320
11321 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11322
11323         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11324         `define-minor-mode' macro definition expanded properly.
11325         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11326         exclude it there.
11327
11328         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11329         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11330         `fboundp' test.
11331         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11332         This is OK to autoload in (S)XEmacs now.
11333
11334 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11335
11336         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11337         keystroke.
11338         (gnus-summary-limit-to-singletons): Fix typo.
11339
11340         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11341         else fails.
11342
11343 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11344
11345         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11346         docstring.
11347
11348         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11349         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11350         (gnus-summary-insert-dormant-articles): Fix typo in message.
11351
11352 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11353
11354         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11355         nil for XEmacs.
11356         (gnus-message-citation-mode): Don't autoload in XEmacs.
11357
11358         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11359
11360 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11361
11362         * nnimap.el (nnimap-expunge-search-string):
11363         Mention nnimap-search-uids-not-since-is-evil in docstring.
11364
11365 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11366
11367         * spam.el: Revert to make-obsolete-variable because
11368         define-obsolete-variable-alias is not supported in Emacs 21.
11369
11370         * spam.el (spam-ifile-path, spam-ifile-database-path)
11371         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11372         make-obsolete-variable.
11373         (spam-bsfilter-path, spam-bsfilter-program)
11374         (spam-spamassassin-path, spam-spamassassin-program)
11375         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11376         Don't use "path" inappropriately.
11377         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11378         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11379         variable names.
11380
11381 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11382
11383         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11384         summary buffer.
11385
11386         * password.el (password-cache-remove): Use clear-string to burn
11387         password, if available.
11388
11389 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11390
11391         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11392
11393         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11394
11395         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11396         (gnus-message-highlight-citation): Move defcustom here from
11397         gnus-cite.el.
11398         (gnus-message-citation-mode): Autoload.
11399
11400         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11401         checks to make it compile with XEmacs.
11402         (gnus-message-citation-mode): New minor mode.
11403         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11404         (gnus-message-highlight-citation): New variables.
11405         (gnus-message-search-citation-line)
11406         (gnus-message-add-citation-keywords)
11407         (gnus-message-remove-citation-keywords)
11408         (turn-on-gnus-message-citation-mode)
11409         (turn-off-gnus-message-citation-mode): New functions.
11410
11411 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11412
11413         * gnus-cite.el: Enable highlighting of different citation levels in
11414         message-mode.
11415
11416 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11417
11418         * message.el (message-make-fqdn): Fix comment.
11419         (message-bogus-system-names): Add ".local".
11420
11421         * spam.el (spam-ifile-path, spam-ifile-program)
11422         (spam-ifile-database-path, spam-ifile-database)
11423         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11424         Don't use "path" inappropriately.
11425         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11426         strings.
11427         (spam-check-ifile, spam-ifile-register-with-ifile)
11428         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11429         Use new variable names.
11430
11431         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11432         (gnus-treat-display-smileys): Simplify using
11433         gnus-image-type-available-p.
11434
11435         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11436         available.
11437
11438         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11439         Use `display-images-p' if available.
11440
11441 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11442
11443         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11444         one after turning on the buffer's multibyteness instead of decoding
11445         them directly in the unibyte buffer that causes unexpected conversion
11446         in Emacs 23 (unicode).
11447
11448 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11449
11450         * message.el (message-generate-hashcash): Fix custom type.
11451
11452 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11453
11454         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11455
11456 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11457
11458         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11459         disconnect icons.  Add help text.
11460
11461 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11462
11463         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11464         negated to be consistent with the others we handle.
11465
11466 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11467
11468         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11469         version of gnus-summary-buffer to something, so that we can use two
11470         article buffers at the same time.
11471
11472 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11473
11474         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11475         trigger all the extra headers.
11476         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11477         sorting.
11478
11479 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11480
11481         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11482         solid groups.
11483
11484 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11485
11486         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11487
11488 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11489
11490         * legacy-gnus-agent.el: Add Copyright notice.
11491
11492 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11493
11494         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11495
11496 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11497
11498         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11499
11500         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11501         to make it work reliably in CVS Emacs.
11502         (gnus-summary-limit-strange-charsets-predicate)
11503         (gnus-summary-limit-to-predicate): New functions.
11504
11505 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11506
11507         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11508         specifying array size.
11509         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11510         array if it is too small.
11511         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11512         (gnus-sort-threads-loop): New function.
11513
11514 2006-12-06  Chris Moore  <dooglus@gmail.com>
11515
11516         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11517         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11518
11519 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11520
11521         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11522         options.
11523
11524 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11525
11526         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11527         DOS-ing the recipient.
11528
11529         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11530         the headers when creating the mapping to avoid mismappings.
11531         (nnweb-gmane-create-mapping): Always nix out old mapping.
11532
11533 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11534
11535         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11536         and mm-verify-option to never.
11537
11538 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11539
11540         * message.el (message-signed-or-encrypted-p): New function.
11541         (message-forward-make-body): Use it.
11542
11543         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11544         Replace encode-coding-string with mm-encode-coding-string.
11545
11546 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11547
11548         * nneething.el (nneething-decode-file-name):
11549         Replace decode-coding-string with mm-decode-coding-string.
11550
11551         * gnus-int.el (gnus-open-server): Say failed server's name.
11552
11553 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11554
11555         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11556         strings to a single string.  Quote `errors-file-name'.
11557         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11558         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11559         Adjust calls.  Use `shell-quote-argument'.
11560
11561 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11562
11563         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11564         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11565
11566         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11567         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11568         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11569         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11570         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11571         (gnus-subscribe-newsgroup, gnus-1):
11572         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11573         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11574         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11575         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11576
11577 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11578
11579         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11580         keystroke.
11581         (gnus-summary-limit-to-bodies): Implement headersp.
11582
11583 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11584
11585         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11586
11587 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11588
11589         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11590
11591 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11592
11593         * message.el (message-generate-hashcash): Expand range of values to
11594         include `opportunistic'.
11595         (message-send-mail): Use it.
11596
11597 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11598
11599         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11600         and comment it.
11601
11602         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11603
11604 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11605
11606         * gnus-util.el (gnus-extract-address-components): Improve comment.
11607
11608 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11609
11610         * gnus-util.el (gnus-extract-address-components): Work with address in
11611         which the name portion contains @.
11612
11613         * lpath.el: Fbind custom-autoload.
11614
11615 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11616
11617         * gnus.el (gnus-start): Move custom group up.
11618         (gnus-select-method): Don't autoload, but make it available for
11619         `customize-variable'.
11620         (gnus-getenv-nntpserver): Don't autoload.
11621
11622 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11623
11624         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11625
11626 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11627
11628         * message.el (message-sendmail-extra-arguments): New variable.
11629         (message-send-mail-with-sendmail): Use it.
11630
11631 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11632
11633         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11634         mm-with-unibyte-current-buffer to make string unibyte.
11635
11636         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11637         mm-string-as-multibyte.
11638
11639 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11640
11641         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11642         Reported by Werner Koch <wk@gnupg.org>.
11643
11644 2006-11-14  Daiki Ueno  <ueno@p360>
11645
11646         * mml2015.el: Autoload epa-select-keys when compiling.
11647
11648 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11649
11650         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11651         message-options.
11652         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11653
11654 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11655
11656         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11657         EasyPG (< 0.0.6).
11658         (mml2015-always-trust): New user option.
11659         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11660         prompt.
11661
11662 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11663
11664         * nntp.el (nntp-authinfo-force): New variable.
11665         (nntp-send-authinfo): Use it.
11666
11667 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11668
11669         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11670         decode encoded words.  Improve prompt.  Add comment about forwarding.
11671         (message-replacement-char): Move up.
11672
11673 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11674
11675         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11676         instead of gnus-intersection because arguments of gnus-sorted-nunion
11677         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11678
11679 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11680
11681         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11682         (message-simplify-subject-functions):
11683         Enable message-strip-subject-encoded-words by default.
11684
11685 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11686
11687         * message.el (message-strip-subject-encoded-words): New function.
11688         (message-simplify-subject-functions): New variable.
11689         (message-simplify-subject): Use it.  Fix typo in doc string.
11690         Support message-strip-subject-encoded-words.
11691
11692 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11693
11694         * gnus-diary.el (gnus-diary-delay-format-function):
11695         * nndiary.el (nndiary-reminders):
11696         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11697
11698 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11699
11700         * gnus-art.el (article-hide-boring-headers): Fetch date from
11701         gnus-original-article-buffer to avoid problems with localized date
11702         strings.
11703
11704 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11705
11706         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11707
11708 2006-10-29  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         (mm-charset-synonym-alist, mm-charset-override-alist):
11716         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11717
11718 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11719
11720         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11721
11722 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11723
11724         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11725         with Emacs 21 and XEmacs.
11726
11727 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11728
11729         * spam.el (spam-parse-address): New function for better parsing,
11730         catching errors, etc.
11731         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11732
11733 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11734
11735         * mm-view.el: Add interactive arg to html2text autoload.
11736
11737 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11738
11739         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11740
11741 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11742
11743         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11744         New variables.
11745         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11746         (mm-charset-synonym-alist): Move some entries to
11747         mm-codepage-iso-8859-list.
11748
11749         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11750
11751 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11752
11753         * message.el (message-citation-line-format)
11754         (message-insert-formated-citation-line): Fix implementation of %E, %N
11755         and %n according to the doc string.
11756
11757 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11758
11759         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11760         Use car-safe to avoid bad parses.
11761
11762 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11763
11764         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11765         names.
11766
11767         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11768
11769 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11770
11771         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11772         header.
11773
11774         * message.el (message-draft-headers): Add Date.
11775         (message-headers-to-generate): Fix typo in docstring.
11776
11777         * nndraft.el (nndraft-required-headers): New variable.
11778         (nndraft-generate-headers): Use it.
11779
11780         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11781
11782 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11783
11784         * gnus-registry.el (gnus-registry-wash-for-keywords)
11785         (gnus-registry-find-keywords): New functions to allow easy searching of
11786         articles that are in the registry.
11787
11788 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11789
11790         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11791         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11792         Reported by Damien Elmes <damien@repose.cx>.
11793
11794 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11795
11796         * gnus.el (gnus-mime): Remove unused custom group.
11797
11798 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11799
11800         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11801         "blank line" when searching for end of armor headers.
11802
11803 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11804
11805         * gmm-utils.el (gmm-write-region): Fix variable name.
11806
11807 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11808
11809         * gmm-utils.el (gmm-write-region): New function based on compatibility
11810         code from `mm-make-temp-file'.
11811
11812         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11813
11814         * nnmaildir.el (nnmaildir--update-nov)
11815         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11816         Use `gmm-write-region'.
11817
11818 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11819
11820         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11821         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11822
11823         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11824
11825         * message.el (message-replacement-char): New variable.
11826         (message-fix-before-sending): Use it.
11827         (message-simplify-subject): New function to remove duplicate code.
11828         (message-reply, message-followup): Use it.
11829
11830         * gnus-sum.el (gnus-summary-make-menu-bar):
11831         Clarify gnus-summary-limit-to-articles.
11832
11833 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11834
11835         * gnus-util.el (gnus-with-local-quit): New macro.
11836
11837         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11838
11839 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11840
11841         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11842         ignore non-string data.
11843
11844 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11845
11846         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11847         non-string data (needs to be done in the registry too).
11848
11849 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11850
11851         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11852         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11853         (gnus-registry-split-fancy-with-parent)
11854         (gnus-registry-fetch-simplified-message-subject-fast)
11855         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11856         Remove text properties on ingress into the registry and when it's saved.
11857         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11858         registry from entries with no groups.
11859
11860 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11861
11862         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11863         function to remove string properties.
11864
11865 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11866
11867         * gmm-utils.el (gmm): Adjust custom version.
11868
11869         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11870         Adjust custom version.
11871
11872         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11873
11874 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11875
11876         * gnus-art.el (gnus-insert-prev-page-button)
11877         (gnus-insert-next-page-button): Simplify.  Reformat.
11878
11879 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11880
11881         * gnus-art.el (gnus-insert-prev-page-button)
11882         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11883
11884 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11885
11886         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11887
11888 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11889
11890         * gnus-art.el (gnus-insert-mime-button)
11891         (gnus-insert-mime-security-button):
11892         Apply gnus-article-button-face to MIME and security buttons.
11893
11894 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11895
11896         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11897         readable.
11898
11899 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11900
11901         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11902
11903 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11904
11905         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11906         `browse-url-of-file' instead of `browse-url'.
11907
11908 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11909
11910         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11911         regexp.  Articles containing quotation were cut prematurely.
11912
11913 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11914
11915         * message.el (message-cite-original-1): Use nobody by default for the
11916         value of From header.
11917         (message-reply): Ditto.
11918
11919 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11920
11921         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11922         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11923         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11924
11925 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11926
11927         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11928         mails in the doc string.  Add some URLs in comment.
11929         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11930
11931 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11932
11933         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11934         backslashes handling and the way to find boundaries of quoted strings.
11935
11936 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11937
11938         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11939         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11940         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11941         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11942
11943 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11944
11945         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11946         doc string.
11947         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11948
11949 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11950
11951         * lpath.el: Fbind epg-check-configuration.
11952
11953 2006-09-06  Simon Josefsson  <jas@extundo.com>
11954
11955         * mml2015.el (mml2015-use): Doc fix, mention epg.
11956
11957 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11958
11959         * mml2015.el (mml2015-use): Default to epg, if available.
11960
11961 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11962
11963         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11964         message-sender.
11965         (mml1991-epg-encrypt): Ditto.
11966         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11967         message-sender.
11968         (mml2015-epg-encrypt): Ditto.
11969
11970 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11971
11972         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11973         several common directories.
11974
11975 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11976
11977         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11978         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11979
11980 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11981
11982         * gnus-art.el (article-decode-encoded-words): Make it fast.
11983
11984 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11985
11986         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11987
11988         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11989         in quoted string into `\'.
11990
11991 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11992
11993         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11994         Use standard-syntax-table.
11995
11996 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11997
11998         * gnus-art.el (gnus-decode-address-function): New variable.
11999         (article-decode-encoded-words): Use it to decode headers which are
12000         assumed to contain addresses.
12001         (gnus-mime-delete-part): Remove useless `or'.
12002
12003         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12004         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12005         (gnus-nov-parse-line): Use it to decode From header.
12006         (gnus-get-newsgroup-headers): Ditto.
12007         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12008
12009         * mail-parse.el (mail-decode-encoded-address-region): New alias.
12010         (mail-decode-encoded-address-string): New alias.
12011
12012         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12013         New function.
12014         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12015         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12016         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12017         (rfc2047-decode-string): Ditto.
12018         (rfc2047-decode-address-region): New function.
12019         (rfc2047-decode-address-string): New function.
12020
12021 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
12022
12023         * message.el (message-caesar-buffer-body): Allow rotating headers.
12024
12025         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12026
12027         * message.el (message-insert-formated-citation-line): Fix %f.
12028         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12029
12030 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12031
12032         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12033         (gnus-bookmark-mouse-available-p): New macro.
12034         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12035         (gnus-bookmark-bmenu-show-infos): Use it.
12036         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12037         (gnus-bookmark-bmenu-hide-infos): Ditto.
12038         (gnus-bookmark-remove-properties): New function.
12039         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12040         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12041         (gnus-bookmark-write-file): Bind coding-system-for-write.
12042         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12043         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12044         group before selecting it.
12045         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12046         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12047         quit-window if it is not available; use gnus-mouse-2 and bind it to
12048         gnus-bookmark-bmenu-select-by-mouse.
12049         (gnus-bookmark-show-details): Remove unused variable `details-list'.
12050         (gnus-bookmark-bmenu-select-by-mouse): New function.
12051
12052 2006-08-13  Romain Francoise  <romain@orebokech.com>
12053
12054         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12055         space.
12056
12057 2006-08-10  Romain Francoise  <romain@orebokech.com>
12058
12059         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
12060         (dns-mode-soa-auto-increment-serial): New user option.
12061         (dns-mode-soa-maybe-increment-serial): New function.
12062         (dns-mode): Add the latter to `write-contents-functions'.
12063
12064 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12065
12066         * compface.el (uncompface): Use binary rather than raw-text-unix.
12067
12068 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12069
12070         * compface.el (uncompface): Make sure the eol conversion doesn't take
12071         place when communicating with the external programs.
12072         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12073
12074 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12075
12076         * nnheader.el (nnheader-insert-head): Fix typo in comment.
12077
12078 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12079
12080         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12081         Make it more robust by parsing author and date independently.
12082
12083 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12084
12085         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12086
12087 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
12088
12089         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12090         first matching secret key.
12091         (mml2015-epg-encrypt): Ditto.
12092
12093         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12094         first matching secret key.
12095         (mml1991-epg-encrypt): Ditto.
12096
12097         * mml2015.el (mml2015-encrypt-to-self): New user option.
12098         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12099         mml2015-epg-encrypt-to-self is set.
12100
12101         * mml1991.el (mml1991-encrypt-to-self): New variable.
12102         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12103         mml1991-epg-encrypt-to-self is set.
12104
12105         * mml2015.el (mml2015-signers): New user option.
12106         (mml2015-epg-sign): Reflect the value of mml2015-signers.
12107         (mml2015-epg-encrypt): Allow to select signing keys.
12108
12109         * mml1991.el (mml1991-signers): New variable.
12110         (mml1991-epg-sign): Reflect the value of mml1991-signers.
12111         (mml1991-epg-encrypt): Allow to select signing keys.
12112
12113 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12114
12115         * nnheader.el (nnheader-insert-head): Make it work even if the file
12116         uses CRLF for the line-break code.
12117
12118 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12119
12120         * mml2015.el: Require mml-sec instead of password.
12121         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12122         (mml2015-cache-passphrase): Inherit the default value from
12123         mml-secure-cache-passphrase.
12124         (mml2015-passphrase-cache-expiry): Inherit the default value from
12125         mml-secure-passphrase-cache-expiry.
12126
12127         * mml1991.el: Require mml-sec instead of password.
12128         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12129         (mml1991-cache-passphrase): Inherit the default value from
12130         mml-secure-cache-passphrase.
12131         (mml1991-passphrase-cache-expiry): Inherit the default value from
12132         mml-secure-passphrase-cache-expiry.
12133
12134         * mml-sec.el: Require password.
12135         (mml-secure-verbose): New user option.
12136         (mml-secure-cache-passphrase): New user option.
12137         (mml-secure-passphrase-cache-expiry): New user option.
12138
12139 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12140
12141         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12142         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12143         andreas@altroot.de (Andreas Vögele).
12144
12145         FIXME: Use `tiny change'?
12146
12147 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12148
12149         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12150         workaround for the url package included with Emacs.
12151
12152         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12153
12154 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12155
12156         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12157         correctly.  This fixes a bug caused by the 2006-05-12 change.
12158
12159 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12160
12161         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12162         some information about the error when saying that the `bogus' mail
12163         group will be used.
12164
12165 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12166
12167         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12168         string.
12169
12170 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12171
12172         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12173
12174 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12175
12176         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12177
12178 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12179
12180         * mml1991.el (mml1991-function-alist): Add epg.
12181         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12182         (mml1991-epg-encrypt): New functions.
12183
12184 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12185
12186         * mml2015.el (mml2015-verbose): New variable.
12187         (mml2015-cache-passphrase): Ditto.
12188         (mml2015-passphrase-cache-expiry): Ditto.
12189         (mml2015-function-alist): Add epg.
12190         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12191         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12192         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12193         New functions.
12194
12195 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12196
12197         * message.el (message-cite-original-1): Preserve region when removing
12198         quoted text due to X-No-Archive in order to avoid bogus attribution
12199         when citing multiple messages.
12200
12201 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12202
12203         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12204         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12205
12206 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12207
12208         * gnus-diary.el (gnus-user-format-function-d)
12209         (gnus-user-format-function-D): Autoload.
12210
12211         * imap.el (Commentary): Fix typo.
12212
12213         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12214         2006-04-22 contribution.
12215
12216 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12217
12218         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12219         It didn't really fix the bogosity I'm seeing with solid web groups.
12220
12221 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12222
12223         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12224         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12225         created using server names.  If we use the feature without declaring
12226         it, Gnus does not properly manage server and group state.
12227
12228         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12229         bound.
12230
12231 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12232
12233         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12234         looking up the method using GROUP's prefix before inventing a new one.
12235         It is used on killed/unknown groups in various places where returning
12236         an all-new method isn't expected by the caller.
12237
12238         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12239         and match semantics of gnus-group-real-prefix.
12240
12241 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12242
12243         * nnmail.el (nnmail-broken-references-mailers): New variable.
12244         (nnmail-ignore-broken-references): New function generalizing
12245         nnmail-fix-eudora-headers.
12246         (nnmail-fix-eudora-headers): Now obsolete.
12247
12248         * gnus-art.el (gnus-button-handle-custom):
12249         Support `customize-apropos*'.
12250
12251 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12252
12253         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12254
12255         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12256         articles.
12257
12258 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12259
12260         * message.el (message-cite-reply-above): New variable.
12261         (message-yank-original): Use it.
12262
12263 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12264
12265         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12266
12267 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12268
12269         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12270         as read.
12271
12272         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12273
12274 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12275
12276         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12277         (gnus-bookmark-default-file): Use gnus-directory.
12278         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12279         Remove "*" in doc string.
12280         (gnus-bookmark-write-file): Simplify.
12281         (gnus-bookmark-maybe-sort-alist): Use `when'.
12282         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12283         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12284         Add FIXME about Emacs 21 and XEmacs compatibility.
12285         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12286         compatibility.
12287         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12288         compatibility.
12289         (gnus-bookmark-menu-heading): Fix version.
12290
12291 2006-06-19  Bastien Guerry  <bzg@altern.org>
12292
12293         * gnus-bookmark.el: New file.
12294
12295 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12296
12297         * message.el (message-syntax-checks): Doc fix.
12298
12299 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12300
12301         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12302         unsubscribed groups as if they were killed ones.  It causes duplicate
12303         entries in gnus-newsrc-alist.
12304
12305 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12306
12307         * message.el (message-syntax-checks): Doc fix.
12308         (message-send-mail): Add check for continuation headers.
12309         (message-check-news-header-syntax): Fix regexp used to check for
12310         continuation headers.
12311
12312 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12313
12314         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12315
12316 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12317
12318         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12319
12320 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12321
12322         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12323         default-truncate-lines.
12324
12325 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12326
12327         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12328         to fill the utf-8 entry.
12329
12330         * lpath.el: Fbind unicode-precedence-list.
12331
12332 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12333
12334         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12335
12336 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12337
12338         * gnus-agent.el (directory-files-and-attributes): Move all the way
12339         forward (the third and final move).
12340         (gnus-agent-read-agentview): Trap reconstruction errors due to
12341         nonexistent directory.  Handle by returning nil.
12342
12343 2006-05-30  Didier Verna  <didier@xemacs.org>
12344
12345         * message.el (message-dont-reply-to-names): Update the custom type.
12346         * message.el (message-dont-reply-to-names): New defsubst: potentially
12347         convert a list of regexps into a single one.
12348         * message.el (message-get-reply-headers): Use it.
12349         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12350
12351 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12352
12353         * gnus-agent.el (directory-files-and-attributes): Move forward.
12354
12355 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12356
12357         * gnus-ml.el (gnus-mailing-list-subscribe)
12358         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12359         (gnus-mailing-list-message): Fix doc strings.
12360
12361 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12362
12363         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12364         of doing it manually.
12365
12366 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12367
12368         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12369         comment.
12370
12371 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12372
12373         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12374         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12375         (gnus-agent-read-local): All symbols allocated in my-obarray.
12376         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12377         (gnus-agent-regenerate-group): Check numeric names to see if they are
12378         messages or groups.
12379         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12380         better way of do this...)
12381
12382         * gnus-cache.el (gnus-agent-total-fetched-for):
12383         Ignore 'dummy.group' (there should be a better way of do this...)
12384
12385 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12386
12387         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12388         (gnus-saved-headers): Ditto.
12389         (gnus-default-article-saver): Mention functions may have properties.
12390         (gnus-article-save): Override gnus-save-all-headers and
12391         gnus-saved-headers by :headers property which saver function may have.
12392         (gnus-summary-save-in-file): Add :headers property.
12393         (gnus-summary-write-to-file): Ditto.
12394
12395         * gnus-sum.el (gnus-summary-save-article): Bind
12396         gnus-prompt-before-saving to t when saving many articles in a file;
12397         always show all headers.
12398
12399         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12400
12401 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12402
12403         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12404         marks.
12405
12406         * message.el (message-indent-citation): Add optional arguments to allow
12407         using it outside of message buffers.
12408
12409         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12410         (gnus-article-treat-unfold-headers): Use it.
12411         (gnus-article-truncate-lines): New variable.
12412         (gnus-article-mode): Use it.
12413         (gnus-article-toggle-truncate-lines): New function.
12414
12415         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12416         Add gnus-article-toggle-truncate-lines.
12417
12418         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12419         coding system in XEmacs, use binary.
12420
12421 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12422
12423         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12424         after-load-alist.
12425
12426         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12427         this function should save decoded articles.
12428         (gnus-summary-write-to-file): Use property to specify this function
12429         should save decoded articles and specify gnus-summary-save-in-file
12430         should be used to save articles other than the first one when saving
12431         many articles.
12432         (gnus-summary-save-body-in-file): Use property to specify this
12433         function should save decoded articles.
12434         (gnus-summary-write-body-to-file): Use property to specify this
12435         function should save decoded articles and specify
12436         gnus-summary-save-body-in-file should be used to save articles other
12437         than the first one when saving many articles.
12438
12439         * gnus-sum.el (gnus-summary-save-article): Simplify.
12440
12441 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12442
12443         * gnus-art.el (gnus-default-article-saver):
12444         Add gnus-summary-write-body-to-file.
12445         (gnus-article-save-coding-system): Don't use coding system object
12446         in XEmacs.
12447         (gnus-read-save-file-name): Add optional `dir-var' argument which
12448         specifies directory in which files are saved; work even if optional
12449         `variable' argument is not specified.
12450         (gnus-summary-write-to-file): Read file name.
12451         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12452         (gnus-summary-write-body-to-file): New function.
12453
12454         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12455         (gnus-summary-local-variables): Add it.
12456         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12457         (gnus-summary-save-article): Remove optional `decode' argument;
12458         determine whether to decode articles by the value of
12459         gnus-default-article-saver; when saving many files using
12460         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12461         it first and use gnus-summary-save-in-file or
12462         gnus-summary-save-body-in-file thereafter unless
12463         gnus-prompt-before-saving is always; move point to article which
12464         will be saved.
12465         (gnus-summary-save-article-file): Revert.
12466         (gnus-summary-write-article-file): Revert.
12467         (gnus-summary-save-article-body-file): Revert.
12468         (gnus-summary-write-article-body-file): New function.
12469
12470 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12471
12472         * gnus-art.el (gnus-default-article-saver): Doc fix.
12473         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12474         from gnus-summary-save-article-coding-system, and default to a
12475         certain coding system.
12476         (gnus-output-to-file): Add coding cookie and encode text according
12477         to gnus-article-save-coding-system; don't use mm-append-to-file.
12478
12479         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12480         gnus-art.el and rename to gnus-article-save-coding-system.
12481         (gnus-summary-save-article): Require gnus-art; don't show all
12482         headers if it decodes articles; don't add coding cookie here;
12483         don't bind mm-text-coding-system-for-write.
12484         (gnus-summary-save-article-file): Save decoded articles.
12485         (gnus-summary-write-article-file): When saving many files, use
12486         gnus-summary-write-to-file first and gnus-summary-save-in-file
12487         thereafter unless gnus-prompt-before-saving is always.
12488         (gnus-summary-save-article-body-file): Save decoded articles.
12489
12490         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12491
12492 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12493
12494         * nnrss.el (nnrss-check-group): Bind hash-index.
12495
12496 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12497
12498         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12499         its hash index.  Store this hash in `nnrss-group-data'.
12500         (nnrss-read-group-data): Update accordingly.
12501
12502 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12503
12504         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12505         entry.
12506
12507         * gnus-sum.el (gnus-summary-make-menu-bar):
12508         Add gnus-article-browse-html-article.
12509
12510 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12511
12512         * gnus-sum.el (gnus-summary-mime-map):
12513         Add gnus-article-browse-html-article.
12514
12515         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12516
12517 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12518
12519         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12520         suitable coding systems in customize.
12521
12522 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12523
12524         * mail-source.el (mail-sources): Fix custom type.
12525
12526 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12527
12528         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12529         (gnus-summary-expire-articles-now): Shorten prompt.
12530
12531         * gmm-utils.el (wid-edit): Require.
12532         (defun-gmm): Rename from `gmm-defun-compat'.
12533         (gmm-image-search-load-path): Use it.
12534         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12535
12536 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12537
12538         * gnus-sum.el (gnus-summary-save-article-coding-system):
12539         New variable.
12540         (gnus-summary-save-article): Add optional `decode' argument.
12541         If it is set and gnus-summary-save-article-coding-system is non-nil,
12542         save decoded article.
12543         (gnus-summary-write-article-file): Save decoded article if
12544         gnus-summary-save-article-coding-system is non-nil.
12545
12546         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12547         type.
12548
12549 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12550
12551         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12552
12553 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12554
12555         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12556         first to test gnus-single-article-buffer which may be buffer-local.
12557
12558         * gnus-sum.el (gnus-summary-setup-buffer):
12559         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12560         group; make gnus-article-buffer, gnus-article-current, and
12561         gnus-original-article-buffer always buffer-local.
12562         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12563         group.
12564         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12565
12566 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12567
12568         * nnml.el (nnml-request-compact-group): Compressed files might not
12569         have .gz extension.
12570
12571 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12572
12573         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12574         (mm-copy-to-buffer): Use with-current-buffer.
12575         (mm-display-part): Simplify.
12576         (mm-inlinable-p): Add optional arg `type'.
12577
12578 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12579
12580         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12581         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12582         Try harder to show the attachment internally or externally using
12583         gnus-mime-view-part-as-type.
12584
12585 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12586
12587         * message.el (message-from-style, message-signature-separator)
12588         (message-user-organization-file, message-send-mail-function)
12589         (message-citation-line-function, message-yank-prefix)
12590         (message-indent-citation-function, message-signature)
12591         (message-signature-file, message-signature-insert-empty-line):
12592         Remove autoloads.
12593
12594         * gnus-art.el (gnus-buttonized-mime-types):
12595         Remove "multipart/signed".  Revert 2006-04-26 change.
12596
12597 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12598
12599         * gnus.el (gnus-version-number): Bump version.
12600
12601 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12602
12603         * gnus.el: No Gnus v0.5 is released.
12604
12605 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12606
12607         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12608         fetching articles by message-id.
12609
12610 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12611
12612         * message.el (hashcash): Require hashcash as normal.
12613
12614         * ecomplete.el (ecomplete-highlight-match-line):
12615         Use point-at-eol.
12616         (ecomplete-highlight-match-line): Use `highlight', because that
12617         face exists in both Emacs and XEmacs.
12618
12619         * message.el (message-display-abbrev): Use point-at-bol.
12620
12621         * mail-source.el: Don't require timer/timer-funcs.
12622
12623         * gnus-async.el: Ditto.
12624
12625         * password.el: Ditto.
12626
12627         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12628
12629         * mm-url.el: Ditto.
12630
12631         * gnus-xmas.el: Don't require timer-funcs.
12632
12633         * mm-util.el: Require timer/timer-funcs.
12634
12635 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12636
12637         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12638         Close.
12639
12640 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12641
12642         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12643         unibyte after clear-decrypt function runs.
12644
12645         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12646         returns as a unibyte string.
12647
12648 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12649
12650         * lpath.el: Revert.
12651
12652         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12653         (pgg-gpg-process-sentinel): Revert.
12654
12655         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12656         (pgg-pgp-lookup-key): Revert.
12657
12658         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12659         (pgg-pgp5-lookup-key): Revert.
12660
12661         * pgg.el (pgg-fetch-key): Revert.
12662
12663 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12664
12665         * lpath.el: Fbind string-as-multibyte for XEmacs.
12666
12667         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12668         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12669         (mml1991-pgg-encrypt): Ditto.
12670
12671         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12672         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12673         a multibyte buffer.
12674
12675         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12676         (pgg-pgp-lookup-key): Ditto.
12677
12678         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12679         (pgg-pgp5-lookup-key): Ditto.
12680
12681         * pgg.el (pgg-fetch-key): Ditto.
12682
12683 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12684
12685         * message.el (message-user-organization-file): Check several
12686         locations of the organization file.
12687
12688         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12689         Add gnus-article-view-part-as-type.
12690
12691         * gnus-art.el (gnus-article-view-part-as-type): New function.
12692
12693         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12694         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12695
12696         * mml.el: Simplify autoload.
12697         (mml-mode): defvar dnd-protocol-alist instead of using
12698         symbol-value.
12699         (mml-default-directory): New variable.
12700         (mml-minibuffer-read-file): Use it.
12701         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12702
12703         * message.el (message-citation-line-format): New variable.
12704         (message-insert-formated-citation-line): New function.
12705         (message-citation-line-function):
12706         Add `message-insert-formated-citation-line' to custom type.
12707
12708         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12709         to doc string.
12710
12711         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12712         depending on mm-verify-option.
12713
12714 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12715
12716         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12717         binding pgg-* variables; reimplement the section which prevents
12718         MIME header from being signed.
12719         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12720         pgg-text-mode; remove a blank line at the top of body.
12721
12722         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12723         lines at the top of body; use gnus-newsgroup-charset if there's no
12724         Charset header.
12725
12726 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12727
12728         * message.el (message-self-insert-commands): Doc fix.
12729
12730         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12731         (mm-uu-pgp-encrypted-test): Ditto.
12732         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12733         between header and body; return application/pgp-encrypted handle
12734         if decryption failed; decode decrypted body by charset.
12735
12736         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12737         element match to application/pgp-*.
12738
12739 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12740
12741         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12742         HTML.
12743
12744 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12745
12746         * mail-source.el (mail-source-call-script): Message the error
12747         string.
12748
12749 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12750
12751         * gnus-util.el (gnus-byte-compile): Use it.
12752
12753 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12754
12755         * gnus-util.el (kill-empty-logs): New function.
12756
12757 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12758
12759         * message.el (message-mail-alias-type): Doc fix.
12760         (message-mail-alias-type-p): New function.
12761         (message-send): Use it.
12762         (message-mode): Ditto.
12763         (message-strip-forbidden-properties): Ditto.
12764
12765         * ecomplete.el (ecomplete-database-file-coding-system):
12766         New variable.
12767         (ecomplete-save): Use it.
12768         (ecomplete-setup): Use it.
12769
12770 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12771
12772         * message.el (message-self-insert-commands): New variable.
12773         (message-strip-forbidden-properties): Use it.
12774
12775 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12776
12777         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12778         that doesn't make XEmacs choke.
12779
12780 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12781
12782         * gnus-util.el (gnus-replace-in-string):
12783         Prefer replace-regexp-in-string over of replace-in-string.
12784
12785 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12786
12787         * gnus-util.el (gnus-select-frame-set-input-focus):
12788         Use select-frame-set-input-focus if it is available in XEmacs; use
12789         definition defined in Emacs 22 for old Emacsen.
12790
12791         * dgnushack.el: Autoload unmorse-region for XEmacs.
12792
12793         * lpath.el: Bind cursor-in-non-selected-windows and
12794         select-frame-set-input-focus for XEmacs.
12795
12796 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12797
12798         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12799
12800 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12801
12802         * gnus-registry.el (gnus-registry-cache-save): Remove text
12803         properties when saving via the temp buffer.
12804
12805 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12806
12807         * message.el (message-generate-hashcash): Honor custom type.
12808
12809 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12810
12811         * message.el (message-generate-hashcash): Default to non-nil when
12812         hashcash is found.
12813
12814         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12815         (gnus-refer-thread-limit): Increase default to 500.
12816
12817         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12818
12819         * flow-fill.el (fill-flowed): Allow delete-space.
12820
12821 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12822
12823         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12824         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12825         Remove autoloads.
12826
12827 2006-04-18  Simon Josefsson  <jas@extundo.com>
12828
12829         * message.el (message-generate-hashcash): Default to.
12830
12831 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12832
12833         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12834         concatenating segments rather than before concatenating them.
12835
12836 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12837
12838         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12839
12840 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12841
12842         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12843
12844         * message.el (message-forward-make-body-plain):
12845         Allow message-forward-ignored-headers to be a list.
12846         (message-remove-ignored-headers): Factor out into function.
12847         (message-forward-make-body-mml): Use it.
12848
12849         * imap.el (imap-quote-specials): New function.
12850         (imap-login-auth): Quote specials.
12851
12852         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12853         (rfc2231-parse-string): Allow concatanation of parameters that
12854         aren't contiguous.  The test case is
12855           (mail-header-parse-content-type "message/external-body;
12856             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12857             access-type=LOCAL-FILE;
12858             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12859
12860 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12861
12862         * nntp.el (nntp-accept-process-output): Return the value of
12863         `nnheader-accept-process-output'.
12864
12865 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12866
12867         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12868         (gnus-button-alist): Recognize more diff formats.
12869         (gnus-button-patch): Strip directory.
12870
12871 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12872
12873         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12874         Emacs 22 when setting focus.
12875
12876 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12877
12878         * gnus-art.el (gnus-article-treat-types): Do treatment of
12879         text/x-verbatim parts.
12880         (gnus-button-patch): New command.
12881
12882         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12883         addresses that contain invalid characters.
12884
12885 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12886
12887         * message.el (message-put-addresses-in-ecomplete):
12888         Use gnus-replace-in-string.
12889         (message-is-yours-p): Use the more correct
12890         mail-header-parse-address instead of
12891         mail-extract-address-components.
12892         (message-put-addresses-in-ecomplete): Fix typo.
12893
12894         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12895         keystroke.
12896
12897         * gnus-art.el (gnus-treatment-function-alist): Change order of
12898         newsgroups/generic header folding to avoid double-folding.
12899
12900         * message.el (message-hidden-headers): Add X-Draft-From.
12901
12902         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12903         New command.
12904         (gnus-summary-repeat-search-article-backward): New command.
12905
12906         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12907         groups in the parent topic.
12908
12909 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12910
12911         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12912         (spam-extra-header-to-number): Return the CRM114 number as a
12913         number instead of a string.
12914
12915 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12916
12917         * gnus-art.el (gnus-face-properties-alist): Move here from
12918         gnus-fun.
12919
12920         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12921
12922 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12923
12924         * message.el (message-strip-forbidden-properties): Only display on
12925         self-insert-command.
12926
12927         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12928         reindent.
12929         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12930
12931 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12932
12933         * smiley.el (smiley-style): Fix typo.
12934
12935 2006-03-23  Kenichi Handa  <handa@m17n.org>
12936
12937         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12938         instead of set-buffer-multibyte.
12939
12940 2006-03-23  Kenichi Handa  <handa@m17n.org>
12941
12942         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12943         buffer and then decode the buffer text if necessary.
12944         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12945         first, and after mm-encode-body, change the buffer to unibyte.
12946
12947 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12948
12949         * hashcash.el (hashcash-insert-payment-async-2):
12950         Use message-goto-eoh instead of doing it manually.
12951         (mail-add-payment): Use message-narrow-to-header instead of trying
12952         to do the same itself.
12953
12954         * message.el (message-hidden-headers): Add Face.
12955
12956         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12957         reparenting code.
12958         (gnus-summary-reparent-children): Refactored out code.
12959         (gnus-summary-thread-map): New keystroke.
12960         (gnus-summary-reparent-children): Make into command.
12961
12962         * smiley.el (smiley-style): Default to `medium' if using a large
12963         font.
12964
12965         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12966         does it itself.
12967
12968         * message.el (message-point-in-header-p): Simplify definition.
12969
12970 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12971
12972         * nnagent.el (nnagent-request-set-mark): Silence log file
12973         writing.
12974         (nnagent-request-set-mark): Use write-region instead of
12975         append-to-file.
12976
12977         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12978         strange select method.
12979
12980         * ecomplete.el (ecomplete-display-matches): Get highlightling
12981         right.
12982         (ecomplete-display-matches): Use literals.
12983         (ecomplete-display-matches): Disable message logging.
12984
12985         * message.el (message-display-abbrev): Small optimization.
12986
12987         * ecomplete.el (ecomplete-display-matches): Allow automatic
12988         display.
12989
12990         * message.el (message-strip-forbidden-properties):
12991         Display abbrevs.
12992         (message-display-abbrev): Get automatic display right.
12993
12994         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12995         keystrokes.
12996
12997 2006-04-13  Romain Francoise  <romain@orebokech.com>
12998
12999         TODO: Backport to v5-10!
13000
13001         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13002         Move here (and rename) from gnus-registry.el.
13003
13004         * gnus-registry.el: Require gnus-util.
13005         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13006
13007 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13008
13009         * gnus-group.el (gnus-group-catchup-current):
13010         Change if-then-else-if-then-else into cond.
13011         (gnus-group-catchup): Indent.
13012         (group-name-at-point): New function.
13013         (gnus-fetch-group): Provide default from thing at point.
13014
13015 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13016
13017         * message.el (message-display-abbrev): Fix regexp.
13018
13019         * ecomplete.el (ecomplete-highlight-match-line):
13020         Reimplement choosing.
13021         (ecomplete-highlight-match-line): Fix up code rewrite, remove
13022         dead variables.
13023
13024         * message.el (message-newline-and-indent): Remove debugging.
13025         (message-display-abbrev): Use new implementation.
13026
13027 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13028
13029         * gnus-art.el (gnus-article-mode):
13030         Set cursor-in-non-selected-windows to nil.
13031
13032         * smiley.el: Revert previous change.
13033         (smiley-data-directory): defvar it before using it in the
13034         defcustom of `smiley-style'.
13035
13036 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13037
13038         * message.el (message-newline-and-indent): New function.
13039
13040         * ecomplete.el: Implement more bits.
13041
13042         * message.el (message-put-addresses-in-ecomplete): Clean up the
13043         string.
13044
13045         * ecomplete.el (ecomplete-add-item): Chop off decimals.
13046
13047         * gnus-sum.el (gnus-summary-save-parts):
13048         Bind gnus-summary-save-parts-counter and use it to make unique file
13049         names.
13050
13051         * gnus-art.el (gnus-ignored-headers): Add some more headers.
13052
13053         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13054         parameter to say whether to actually parse the individual
13055         addresses.
13056
13057         * message.el (message-put-addresses-in-ecomplete): New function.
13058         (ecomplete): Require.
13059         (message-mail-alias-type): Add ecomplete as an option.
13060
13061 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
13062
13063         * flow-fill.el (fill-flowed): Remove trailing space from blank
13064         quoted lines.
13065
13066 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13067
13068         * smiley.el (smiley-style): Move definition later to avoid a
13069         compilation warning.
13070
13071 2006-04-12  Kenichi Handa  <handa@m17n.org>
13072
13073         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13074         buffer and then decode the buffer text if necessary.
13075         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13076         first, and after mm-encode-body, change the buffer to unibyte.
13077         Use mm-disable-multibyte instead of set-buffer-multibyte.
13078
13079 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13080
13081         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13082         Content-Type header instead of Content-Disposition header.
13083         (gnus-mime-inline-part): Ditto.
13084         (gnus-mime-view-part-as-charset): Ignore charset that the part
13085         specifies.
13086
13087         * mm-decode.el (mm-display-part): Work with external parts and
13088         usual parts similarly.
13089
13090         * mm-extern.el (mm-inline-external-body): Use mm-display-part
13091         instead of gnus-display-mime.
13092
13093         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13094         instead of with-temp-buffer.
13095
13096         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13097         tag to summarized topics part in order to encode non-ASCII text.
13098
13099 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13100
13101         * smiley.el (smiley-style): New variable.
13102         (smiley-directory): New function.
13103         (smiley-data-directory): Derive from `smiley-style' using
13104         `smiley-directory'.
13105         (smiley-regexp-alist): Add new entries.
13106
13107         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13108         (gnus-article-browse-delete-temp): Add :version.
13109
13110 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
13111
13112         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13113         the sieve region.
13114
13115 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13116
13117         * gnus.el (gnus-version-number): Bump version.
13118
13119 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13120
13121         * gnus.el: No Gnus v0.4 is released.
13122
13123 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13124
13125         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13126         layout.
13127
13128         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13129         unknown charset.
13130
13131         * message.el (message-header-synonyms): Add Original-To to the
13132         default.
13133
13134         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13135         optional parameter.
13136
13137 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13138
13139         * gnus-fun.el (gnus): Require it for gnus-directory.
13140
13141 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13142
13143         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13144
13145 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13146
13147         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13148
13149 2006-04-05  Simon Josefsson  <jas@extundo.com>
13150
13151         * password.el (password-reset): New function.
13152
13153 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13154
13155         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13156         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13157
13158 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13159
13160         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13161         Some whitespace was matched into the url, which broke browsing hits
13162         > 100 when mm-url-use-external was nil.
13163
13164 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13165
13166         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13167         Check gnus-extra-headers for 'Newsgroups.
13168
13169         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13170         bound.
13171
13172 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13173
13174         * pgg-gpg.el: Clean up process buffers every time gpg processes
13175         complete.
13176
13177 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13178
13179         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13180         doc string.
13181
13182 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13183
13184         * pgg-gpg.el (pgg-gpg-process-filter)
13185         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13186
13187         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13188         lines, temporary fix.
13189
13190 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13191
13192         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13193
13194 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13195
13196         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13197         default-enable-multibyte-characters.  This reverts the change from
13198         revision 6.17 which is no longer necessary because the passphrase
13199         is sent separately now.  GnuPG messages are unreadable under
13200         multibyte locales with default-enable-multibyte-characters set to
13201         nil.
13202
13203 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13204
13205         * message.el (message-tool-bar-gnome): Move "spell".
13206
13207 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13208
13209         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13210         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13211         instead.
13212
13213 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13214
13215         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13216         Improve newsgroups handling for NNTP overviews which don't include
13217         Newsgroups.
13218
13219 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13220
13221         * message.el (message-resend): Bind message-generate-hashcash to nil.
13222
13223 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13224
13225         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13226         when searching for already-paid recipients.
13227
13228 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13229
13230         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13231         passphrases when it is not needed.
13232         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13233         passphrase stuff from gpg, should only be necessary when you use
13234         gpg with a smartcard.
13235
13236 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13237
13238         * mml.el (mml-insert-mime): Ignore cached contents of
13239         message/external-body part.
13240
13241         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13242         (mm-insert-part): Ditto.
13243
13244 2006-03-23  Simon Josefsson  <jas@extundo.com>
13245
13246         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13247         Reiner.
13248         (pgg-gpg-use-agent-p): Use it again.
13249
13250 2006-03-23  Simon Josefsson  <jas@extundo.com>
13251
13252         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13253         older emacsen.
13254         (pgg-gpg-use-agent-p): Don't use it.
13255
13256 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13257
13258         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13259         if we can.
13260
13261 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13262
13263         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13264         (pgg-gpg-update-agent): New function.
13265         (pgg-gpg-use-agent-p): New function.
13266         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13267         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13268         (pgg-gpg-sign-region): Use it.
13269
13270 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13271
13272         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13273         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13274
13275 2006-03-21  Simon Josefsson  <jas@extundo.com>
13276
13277         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13278         <wilde@sha-bang.de>.
13279         (pgg-gpg-use-agent): New variable.
13280         (pgg-gpg-process-region): Use it.
13281         (pgg-gpg-encrypt-region): Likewise.
13282         (pgg-gpg-encrypt-symmetric-region): Likewise.
13283         (pgg-gpg-decrypt-region): Likewise.
13284         (pgg-gpg-sign-region): Likewise.
13285         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13286
13287 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13288
13289         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13290
13291         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13292         Add comment on version.
13293
13294 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13295
13296         * smiley.el: Add missing test smiley.
13297
13298 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13299
13300         * mm-decode.el (mm-with-part): New macro.
13301         (mm-get-part): Use it; work with message/external-body as well.
13302         (mm-save-part): Treat name and filename equally.
13303
13304         * mm-extern.el (mm-extern-cache-contents): New function.
13305         (mm-inline-external-body): Use it; force the part to be displayed;
13306         move undisplayer added to the cached handle to the parent.
13307
13308         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13309         (gnus-mime-view-part-as-type): Work with message/external-body.
13310
13311         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13312
13313 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13314
13315         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13316         images in image-load-path.  [Sync with image.el, revision 1.60, in
13317         Emacs.]
13318
13319 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13320
13321         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13322         path rather than symbol.  Always return list of directories.
13323         Guarantee that image directory comes first.  [Sync with image.el,
13324         revision 1.59, in Emacs.]
13325
13326         * message.el (message-make-tool-bar): Adjust to new API of
13327         `gmm-image-load-path-for-library'.
13328
13329         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13330
13331         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13332
13333 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13334
13335         * gnus-art.el (gnus-article-only-boring-p):
13336         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13337         intangible text.
13338         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13339
13340 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13341
13342         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13343         Use `defun' instead of `gmm-defun-compat'.
13344
13345 2006-03-14  Simon Josefsson  <jas@extundo.com>
13346
13347         * message.el (message-unique-id): Don't use message-number-base36
13348         if (user-uid) is a float.
13349         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13350
13351 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13352
13353         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13354
13355         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13356         empty line between a part and a message part.
13357
13358 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13359
13360         * smiley.el: Add more test smileys.
13361         (smiley-data-directory, smiley-regexp-alist)
13362         (gnus-smiley-file-types): Fix doc strings.
13363         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13364         adding new elements.
13365         (smiley-mouse-map): Unused code.  Make it a comment.
13366
13367 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13368
13369         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13370         scan latest NoCeM messages instead of old ones.
13371         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13372         delimiters that are recently used.
13373         (gnus-nocem-load-cache): Add autoload cookie.
13374
13375         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13376
13377         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13378         level which is larger than gnus-use-nocem is specified.
13379
13380         * gnus-group.el (gnus-group-get-new-news): Ditto.
13381
13382 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13383
13384         * gnus-util.el (gnus-tool-bar-update): New function.
13385
13386         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13387         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13388
13389         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13390
13391         * gnus-group.el (gnus-group-redraw-when-idle)
13392         (gnus-group-redraw-check): Remove.
13393         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13394
13395 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13396
13397         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13398         if optional last element is specified in splits (FIELD VALUE...).
13399
13400 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13401
13402         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13403         to gmm-image-load-path-for-library.  Call with no-error argument.
13404         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13405
13406         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13407
13408         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13409
13410         * gmm-utils.el (gmm-image-load-path): Remove alias.
13411
13412 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13413
13414         * gmm-utils.el (gmm-image-load-path): Add alias.
13415
13416         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13417         nnml-generate-nov-databases-1.
13418         (nnml-generate-nov-databases): Use it.
13419         (nnml-generate-nov-databases-directory): Document no-active
13420         argument.
13421
13422         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13423         directory if path is t.  Add no-error.
13424
13425         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13426         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13427
13428         * gnus-art.el (gnus-article-browse-delete-temp-files):
13429         Simplify resetting gnus-article-browse-html-temp-list.
13430
13431         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13432         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13433         Add example to docstring.  Rename local variables.  Move error
13434         checks to default case in cond and simplify.
13435
13436 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13437
13438         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13439         handle is multipart when calling it recursively.
13440         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13441
13442 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13443
13444         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13445         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13446
13447 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13448
13449         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13450         is loaded.
13451
13452         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13453         loaded.
13454
13455 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13456
13457         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13458         to "Emacs 23 (unicode)" in doc string.
13459
13460         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13461         "Emacs 23 (unicode)" in comment.
13462
13463 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13464
13465         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13466
13467         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13468         characters 160 through 255 in Emacs 23.
13469
13470 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13471
13472         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13473         gnus-article-browse-html-temp.
13474         (gnus-article-browse-delete-temp): Make it customizable.
13475         Add `file'.  Adjust doc string.
13476         (gnus-article-browse-delete-temp-files): Add argument.
13477         Allow query for each file.  Adjust doc string.
13478         (gnus-article-browse-html-parts):
13479         Add `gnus-article-browse-delete-temp-files' to
13480         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13481
13482 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13483
13484         * gnus-art.el (gnus-article-browse-html-temp)
13485         (gnus-article-browse-delete-temp): New variables.
13486         (gnus-article-browse-delete-temp-files): New function.
13487         (gnus-article-browse-html-parts): Use it.
13488
13489 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13490
13491         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13492
13493         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13494         string.
13495
13496         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13497         gnus-summary-insert-new-articles when unplugged.
13498         Remove gnus-summary-search-article-forward.
13499
13500         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13501         display-visual-class instead of display-color-cells.
13502
13503 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13504
13505         * dgnushack.el: Autoload customize-group for XEmacs.
13506
13507         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13508         message/* containing non-ASCII text properly.
13509
13510 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13511
13512         * message.el: Require gmm-utils, remove autoloads.
13513         (message-tool-bar): Set default based on
13514         gmm-tool-bar-style.
13515         (message-tool-bar-gnome): Add gmm-customize-mode.
13516
13517         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13518         gmm-tool-bar-style.
13519         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13520
13521         * gnus-group.el (gnus-group-tool-bar): Set default based on
13522         gmm-tool-bar-style.
13523         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13524
13525         * gmm-utils.el (gmm-image-directory): Rename variable from
13526         gmm-image-load-path.
13527         (gmm-image-load-path): Use gmm-image-directory.
13528         (gmm-customize-mode): New function.
13529         (gmm-tool-bar-style): New variable.
13530
13531         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13532         gnus-group-redraw-line-number.
13533         (gnus-group-redraw-check): Simplify.
13534         (gnus-group-tool-bar-update): Remove redraw check.
13535         (gnus-group-make-tool-bar): Add redraw check.
13536
13537 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13538
13539         * gnus-art.el (gnus-button): Add missing parentheses.
13540
13541 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13542
13543         * lpath.el: Fbind line-number-at-pos.
13544
13545 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13546
13547         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13548
13549 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13550
13551         * gnus-art.el (gnus-button): New face.
13552         (gnus-article-button-face): Use it.
13553
13554         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13555         Add gnus-summary-next-page.  Re-order.
13556
13557         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13558         next-node are now included.
13559         (gnus-group-redraw-line-number): New internal variable.
13560         (gnus-group-redraw-check): Helper function for updating the tool
13561         bar.
13562         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13563
13564         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13565
13566         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13567         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13568         Use it to match format of Spamassassin 3.0 and later.
13569         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13570         (spam-check-bogofilter)
13571         (spam-bogofilter-register-with-bogofilter): Fix args of
13572         `gnus-error' calls.
13573
13574 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13575
13576         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13577         unnecessary interaction when sending queued mails.
13578         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13579
13580 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13581
13582         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13583         first or last are nil.
13584
13585 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13586
13587         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13588
13589 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13590
13591         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13592
13593 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13594
13595         * dns.el (query-dns): Protect more against buggy tcp output.
13596
13597 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13598
13599         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13600         nov.php.
13601
13602 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13603
13604         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13605         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13606         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13607         output on the server side.
13608         (nnweb-google-create-mapping): Update regexps and add some
13609         progress indication.
13610
13611 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13612
13613         * gnus-group.el (gnus-group-tool-bar-gnome):
13614         Fix gnus-agent-toggle-plugged.  Re-order icons.
13615         (gnus-group-tool-bar-gnome):
13616         Add gnus-group-{prev,next}-unread-group.
13617         (gnus-group-tool-bar-gnome): Re-order icons.
13618
13619         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13620         Move gnus-summary-insert-new-articles.
13621
13622         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13623         Fix comments.
13624
13625         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13626         also available in Emacs 21.3.
13627
13628         * message.el (message-fix-before-sending): Change "Emacs 22" to
13629         "Emacs 23 (unicode)" in comment.
13630
13631         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13632         "Emacs 23 (unicode)" in comment.
13633
13634         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13635         comment.
13636         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13637
13638         * mm-view.el (mm-fill-flowed): Add :version.
13639
13640 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13641
13642         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13643         and load-path.
13644
13645 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13646
13647         * message.el: Autoload gmm-image-load-path.
13648         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13649         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13650         consitency.
13651
13652         * gmm-utils.el (gmm-image-load-path): Also search in
13653         "../etc/images".  Don't set gmm-image-load-path if we don't find
13654         the image.
13655
13656 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13657
13658         * gmm-utils.el (gmm-image-load-path): Don't make
13659         `gmm-image-load-path' include subdirectories which the second arg
13660         `image' might specify.
13661
13662         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13663         subdirectory to icon file names.
13664
13665         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13666
13667 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13668
13669         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13670         gmm-image-load-path calls.
13671
13672         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13673
13674         * message.el (message-make-tool-bar): Ditto.
13675
13676         * mml.el (mml-preview): Add comment concerning tool bar icons.
13677
13678         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13679         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13680
13681         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13682         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13683
13684         * message.el (message-tool-bar-gnome): Use new icon names.
13685         (message-make-tool-bar): Use `gmm-image-load-path'.
13686
13687         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13688         New functions from MH-E.
13689         (gmm-image-load-path): New variable from MH-E.
13690         (gmm-image-load-path): New function from MH-E.  Add arguments
13691         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13692         *-image-load-path-called-flag.
13693
13694 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13695
13696         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13697
13698 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13699
13700         * nnimap.el (nnimap-request-move-article): Change folder back to
13701         source group before deleting.
13702
13703 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13704
13705         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13706
13707         * gnus-art.el (mm-url-insert-file-contents-external):
13708         Autoload mm-url.
13709
13710         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13711
13712 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13713
13714         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13715         coding system which mm-charset-to-coding-system returns for a
13716         given charset is valid.
13717
13718 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13719
13720         * html2text.el (html2text-remove-tag-list):
13721         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13722
13723 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13724
13725         * gnus-cus.el: Revert 2005-10-17 change.
13726
13727 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13728
13729         * gnus-art.el (article-strip-banner):
13730         Call article-really-strip-banner only when the regexp match is made.
13731
13732 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13733
13734         * gnus-art.el (article-strip-banner):
13735         Use gnus-extract-address-components instead of
13736         mail-header-parse-addresses to make it work with non-ASCII text;
13737         remove mail-encode-encoded-word-string.
13738
13739         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13740         values which are surrounded with \"...\"; make it never cause a
13741         Lisp error; give up parsing of parameters if it failed in
13742         extracting type.
13743
13744 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13745
13746         * smime.el (smime-cert-by-ldap-1): Fix bug where
13747         `smime-ldap-search' returns results without userCertificates.
13748
13749 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13750
13751         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13752
13753 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13754
13755         * spam.el (spam-check-spamassassin-headers): Adapt format for
13756         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13757         <ari@mbf.ocn.ne.jp>.
13758         (spam-list-of-processors): Add spam-use-gmane.
13759
13760 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13761
13762         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13763         make-temp-file; make it work with XEmacs as well.
13764
13765         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13766         mm-make-temp-file.
13767
13768         * mm-decode.el (mm-display-external): Use the 3rd arg of
13769         mm-make-temp-file.
13770         (mm-create-image-xemacs): Ditto.
13771
13772 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13773
13774         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13775         with message-narrow-to-headers.
13776         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13777         (gnus-draft-check-draft-articles): New function.
13778         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13779
13780 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13781
13782         * gnus-art.el (gnus-article-browse-html-parts):
13783         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13784         Don't use suffix argument for mm-make-temp-file for Emacs 21
13785         compatibility.  Remove useless `format'.
13786
13787 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13788
13789         * nnweb.el (nnweb-google-wash-article): Update regexps.
13790         (nnweb-group-alist): Use defvoo instead of defvar.
13791
13792 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13793
13794         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13795         re-loading nn* modules.
13796
13797 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13798
13799         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13800         for `tool-bar-mode' and don't check it's default-value.
13801
13802         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13803
13804         * message.el (message-make-tool-bar): Ditto.
13805
13806         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13807         `substring'.  Shorten tmp-file name.
13808
13809         * gnus.el: Remove bogus comment.
13810
13811 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13812
13813         * gnus-art.el (gnus-article-browse-html-parts): New function.
13814         (gnus-article-browse-html-article): New function for viewing html
13815         articles with a browser.
13816
13817 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13818
13819         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13820         in elisp.
13821         (pgg-gpg-encrypt-symmetric-region): Ditto.
13822         (pgg-gpg-sign-region): Ditto.
13823
13824         * pgg-def.el (pgg-text-mode): New variable.
13825
13826         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13827         (mml2015-pgg-encrypt): Ditto.
13828
13829         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13830         (mml1991-pgg-encrypt): Ditto.
13831
13832 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13833
13834         * nnfolder.el (nnfolder-insert-newsgroup-line):
13835         Use message-make-date instead of current-time-string.
13836
13837         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13838         to gnus-decoded which mm-uu might set.
13839
13840 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13841
13842         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13843         don't decode quoted parameters; remove misimported Emacs code.
13844         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13845         (rfc2231-decode-encoded-string): Don't use split-string which
13846         behaves differently according to Emacs version; use
13847         mm-decode-coding-region to convert charset to coding-system.
13848         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13849         (rfc2231-encode-string): Remove misimported Emacs code.
13850
13851 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13852
13853         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13854         when calling mail-header-parse-content-type.
13855         (article-de-quoted-unreadable): Ditto.
13856         (article-de-base64-unreadable): Ditto.
13857         (article-wash-html): Ditto.
13858
13859         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13860         calling mail-header-parse-content-type and
13861         mail-header-parse-content-disposition.
13862         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13863         mail-header-parse-content-type.
13864
13865         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13866         insert charset and format parameters; encode description after
13867         inserting it to buffer.
13868         (mml-insert-parameter): Fold lines properly even if a parameter is
13869         segmented into two or more lines; change the max column to 76.
13870
13871         * rfc1843.el (rfc1843-decode-article-body): Don't use
13872         ignore-errors when calling mail-header-parse-content-type.
13873
13874         * rfc2231.el (rfc2231-parse-string): Return at least type if
13875         possible; don't cause an error even if it fails in parsing of
13876         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13877         (rfc2231-encode-string): Don't break lines at the beginning, leave
13878         it to mml-insert-parameter.
13879
13880         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13881         calling mail-header-parse-content-type.
13882
13883 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13884
13885         * spam-report.el (spam-report-gmane-use-article-number):
13886         Improve doc string.
13887         (spam-report-gmane-internal): Check if a suitable header was found
13888         in the article.
13889
13890 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13891
13892         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13893         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13894
13895 2006-02-05  Romain Francoise  <romain@orebokech.com>
13896
13897         Update copyright notices of all files in the gnus directory.
13898
13899 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13900
13901         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13902
13903 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13904
13905         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13906         segmented lines of parameter value to cope with Thunderbird 1.5
13907         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13908         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13909         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13910
13911 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13912
13913         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13914         parts.
13915
13916 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13917
13918         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13919         there's only one active file for all servers.
13920         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13921         solid groups.  Gnus might have used a FAST request to select the group.
13922         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13923         and nnweb-search redundantly in the active file.
13924         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13925         (nnweb-request-create-group): Don't use ARGS.
13926         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13927         initialisations.  Let nnoo do the work.
13928
13929 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13930
13931         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13932         Say the part has been decoded.
13933
13934         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13935
13936 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13937
13938         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13939         mailcap-viewer-test-cache when there's no 'test clause, since that
13940         will invert the meaning of a "nil" test previously determined by
13941         mailcap-mailcap-entry-passes-test.
13942
13943 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13944
13945         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13946         compiling.
13947
13948         * gnus-sum.el: Ditto.
13949
13950         * message.el: Don't bind tool-bar-map when compiling.
13951
13952 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13953
13954         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13955
13956 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13957
13958         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13959         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13960         current Google Groups.
13961
13962 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13963
13964         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13965         and tool-bar-mode.
13966
13967         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13968         and tool-bar-mode.
13969
13970         * message.el (message-tool-bar-update): Simplify.
13971         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13972
13973         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13974         gnus-summary-buffer.
13975         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13976         gnus-summary-reply.
13977
13978         * gmm-utils.el (gmm): Add :version.
13979
13980 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13981
13982         * Makefile.in (clean): New rule.
13983         (distclean): Use it.
13984
13985 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13986
13987         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13988         Don't autoload.
13989
13990 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13991
13992         * gmm-utils.el (gmm-verbose): Add :group.
13993
13994 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13995
13996         * message.el: Change some comments WRT tool-bars.
13997
13998         * gnus-sum.el (gnus-summary-tool-bar)
13999         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14000         (gnus-summary-tool-bar-zap-list): New variables.
14001         (gnus-summary-make-tool-bar): Complete rewrite using
14002         `gmm-tool-bar-from-list'.
14003
14004         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14005         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14006         New variables.
14007         (gnus-group-make-tool-bar): Complete rewrite using
14008         `gmm-tool-bar-from-list'.
14009         (gnus-group-tool-bar-update): New function.
14010
14011         * message.el (message-mode-field-menu): Add "Show hidden Headers".
14012
14013 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14014
14015         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14016         is dissected into a single part of which the type is the same as
14017         the given one; decode charset.
14018
14019 2006-01-21  Kevin Ryde  <user42@zip.com.au>
14020
14021         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14022         into alists as symbol not string, since that's what
14023         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14024         look for.
14025
14026 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
14027
14028         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14029         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14030
14031         * message.el (message-tool-bar-gnome): Use gmm-ignore.
14032
14033 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14034
14035         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
14036         (gnus-xmas-mime-security-button-menu): New function.
14037
14038         * gnus-art.el (gnus-mime-security-button-commands): New variable.
14039         (gnus-mime-security-button-menu): New definition.
14040         (gnus-mime-security-button-map): Use them.
14041         (gnus-mime-security-button-menu): New function.
14042         (gnus-insert-mime-security-button): Addition to help echo.
14043         (gnus-mime-security-run-function, gnus-mime-security-save-part)
14044         (gnus-mime-security-pipe-part): New functions.
14045
14046         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14047         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14048
14049         * mm-decode.el (mm-handle-set-disposition): Remove.
14050         (mm-handle-set-description): Remove.
14051
14052 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14053
14054         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14055         (mm-w3m-standalone-supports-m17n-p): New function.
14056         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14057         w3m usage.
14058
14059         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14060         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14061
14062 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14063
14064         * message.el (message-tool-bar-zap-list):
14065         Use gmm-tool-bar-zap-list as custom type.
14066         (message-tool-bar-update): New function.
14067         (message-tool-bar, message-tool-bar-gnome)
14068         (message-tool-bar-retro): Add message-tool-bar-update.
14069         (message-tool-bar-gnome): Add flyspell-buffer.
14070
14071         * gnus-util.el (gnus-error): Describe `args'.
14072
14073         * gmm-utils.el (gmm-error): Describe `args'.
14074         (gmm-tool-bar-zap-list): New widget.
14075         (gmm-tool-bar-from-list): Improve description of `zap-list'.
14076
14077 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14078
14079         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14080         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14081         the number of recursive calls.
14082
14083         * mm-decode.el (mm-handle-set-disposition): New macro.
14084         (mm-handle-set-description): New macro.
14085
14086 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14087
14088         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14089         encoding.
14090
14091 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14092
14093         * message.el (message-tool-bar-zap-list, message-tool-bar)
14094         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14095         (message-tool-bar-local-item-from-menu): Remove.
14096         (message-tool-bar-map): Replace by `message-make-tool-bar'.
14097         (message-make-tool-bar): New function.
14098         (message-mode): Use `message-make-tool-bar'.
14099
14100         * gmm-utils.el: New file.
14101         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14102         (gmm-lazy): New widget copied from `nnmail.el'.
14103         (gmm-tool-bar-from-list): New function for creating customizable
14104         tool bars.
14105         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
14106         output.
14107         (gmm): Add :prefix to defgroup.
14108
14109 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
14110
14111         * gmm-utils.el (gmm-widget-p): New function.
14112
14113 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14114
14115         * mml.el (mml-attach-file): Describe `description' in doc string.
14116         (mml-menu): Add Emacs MIME manual and PGG manual.
14117
14118 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14119
14120         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14121
14122 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14123
14124         * nntp.el (nntp-end-of-line): Doc fix.
14125
14126 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14127
14128         * imap.el (imap-open): Handle case where buffer is a buffer
14129         object.
14130
14131 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14132
14133         * gnus-delay.el (gnus-delay): Don't autoload.
14134         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14135         to be re-loaded when customizing the `gnus-delay' group.
14136
14137 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14138
14139         * message.el (message-insert-citation-line): Use newlines.
14140
14141 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14142
14143         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14144         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14145         these routines, so the passphrase can be managed externally and
14146         passed in to the system.
14147         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14148         pgg-add-passphrase-to-cache function.
14149
14150         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14151         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14152         these routines, so the passphrase can be managed externally and
14153         passed in to the system.
14154         (pgg-pgp5-sign-region): Use new name of
14155         pgg-add-passphrase-to-cache function.
14156
14157 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14158
14159         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14160         part of the decoded armor to find the key-identifier.
14161         (pgg-gpg-lookup-key-owner): New function to return the
14162         human-readable identifier of a key owner.
14163         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14164         itself.
14165         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14166         the key value) if we have a key and can match it against a secret
14167         key.  Also, added a note pointing out fact that the prompt only
14168         indicates the first matching key.
14169
14170         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14171         pgg-decrypt-region.
14172         (pgg-add-passphrase-to-cache): Rename from
14173         `pgg-add-passphrase-cache' to reduce confusion (all callers
14174         changed).
14175         (pgg-remove-passphrase-from-cache): Rename from
14176         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14177         changed).
14178         (pgg-read-passphrase, pgg-add-passphrase-cache)
14179         (pgg-remove-passphrase-cache): Add informative docstrings.
14180         (pgg-decrypt): Convey provided passphrase in subordinate call to
14181         pgg-decrypt-region.
14182
14183 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14184
14185         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14186         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14187         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14188         'passphrase' argument, so the passphrase can be managed externally
14189         and then passed in to the system.
14190
14191         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14192         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14193         so the passphrase cache can be used reliably with identifiers
14194         besides a pgp packet's key id.
14195
14196         * pgg-gpg.el (pgg-gpg-encrypt-region)
14197         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14198         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14199         these routines, so the passphrase can be managed externally and
14200         passed in to the system.
14201
14202         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14203         'notruncate' argument, so the passphrase cache can be used
14204         reliably with identifiers besides a pgp packet's key id.
14205
14206 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14207
14208         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14209         symmetric encryption.
14210         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14211         encrypted session key.
14212         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14213         message ask for the passphrase in a proper way.
14214
14215         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14216         New user commands for symmetric encryption.
14217
14218 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14219
14220         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14221
14222         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14223
14224 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14225
14226         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14227
14228 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14229
14230         * mm-decode.el (mm-inlined-types): Add application/pgp.
14231         (mm-automatic-display): Ditto.
14232
14233         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14234         part as text.
14235
14236 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14237
14238         * nnrss.el: Update copyright.
14239         (nnrss-opml-import): Query whether to subscribe to each entry.
14240
14241         * gnus-art.el:
14242         * gnus-sum.el:
14243         * gnus-xmas.el:
14244         * messagexmas.el:
14245         * mm-uu.el:
14246         * mm-view.el: Update copyright.
14247
14248 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14249
14250         * message.el (message-info): New function.
14251         (message-mode-menu): Add it.
14252         Update copyright.
14253
14254         * ChangeLog: Fix and update copyright.
14255
14256 2006-01-13  Romain Francoise  <romain@orebokech.com>
14257
14258         * message.el (message-forward-subject-name-subject): Prefer the
14259         address to 'nowhere' if the sender has no name.
14260         Fix typo.  Update copyright year.
14261
14262 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14263
14264         * gnus-art.el (article-wash-html):
14265         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14266         (gnus-article-wash-html-with-w3m-standalone): New function.
14267
14268         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14269         mm-inline-text-html-render-with-w3m-standalone.
14270         (mm-text-html-washer-alist): Map w3m-standalone to
14271         gnus-article-wash-html-with-w3m-standalone.
14272         (mm-inline-text-html-render-with-w3m-standalone): New function.
14273
14274 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14275
14276         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14277         Improve LaTeX.
14278
14279 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14280
14281         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14282         (nnrss-request-article): Render text/plain parts as HTML.
14283
14284         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14285         the buffer.
14286
14287 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14288
14289         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14290         custom definition of `gnus-posting-styles'.
14291
14292         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14293         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14294
14295 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14296
14297         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14298         Use nntp for bug archive.
14299
14300 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14301
14302         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14303         parts.
14304         (nnrss-normalize-date): New function converts ISO 8601 date into
14305         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14306         (nnrss-check-group): Use it.
14307
14308 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14309
14310         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14311
14312         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14313         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14314         (nnrss-insert-w3): Ditto.
14315
14316 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14317
14318         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14319         the articles to be forwarded including the case where neither a
14320         number of articles nor a region is specified.
14321
14322 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14323
14324         * nnrss.el (nnrss-request-article): Fix last change; fill
14325         text/plain parts.
14326
14327 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14328
14329         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14330         in text/plain part.
14331         (nnrss-check-group): Don't add excessive newline to dc:subject.
14332
14333 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14334
14335         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14336         article.
14337
14338 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14339
14340         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14341         (nnml-use-compressed-files, nnml-save-mail): Support other
14342         comression programs such as bzip2.
14343
14344 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14345
14346         * dns.el (query-dns): Make sure we check the buffer size before
14347         removing tcp headers.
14348
14349 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14350
14351         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14352         remove MIME buttons associated with multipart/alternative parts.
14353         (gnus-mime-display-alternative): Tag buttons using `article-type'
14354         text property.
14355
14356         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14357         associated with multipart/alternative parts.
14358
14359         * gnus-art.el (gnus-signature-separator): Fix custom type.
14360
14361         * mm-decode.el (mm-inlined-types): Fix custom type.
14362         (mm-keep-viewer-alive-types): Ditto.
14363         (mm-automatic-display): Ditto.
14364         (mm-attachment-override-types): Ditto.
14365         (mm-inline-override-types): Ditto.
14366         (mm-automatic-external-display): Ditto.
14367
14368 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14369
14370         * spam-report.el (spam-report-user-mail-address)
14371         (spam-report-user-agent): New variables.
14372         (spam-report-url-ping-plain): Use spam-report-user-agent.
14373
14374 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14375
14376         * gnus-art.el (gnus-button-handle-custom): Do not just use
14377         `customize-apropos' for any "M-x customize-*" button but the
14378         function called for.  Accept both the function name and its
14379         argument in order to achieve this.
14380         (gnus-button-alist): Remove support for "custom:" URL's.
14381         Pass function name to `gnus-button-handle-custom' in case of "M-x
14382         customize-*" buttons.
14383
14384 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14385
14386         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14387         multipart/alternative and add xref to mm-discouraged-alternatives
14388         in doc string.
14389
14390         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14391         gnus-buttonized-mime-types in doc string.
14392
14393 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14394
14395         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14396         Suggest image/.* in the doc string.
14397
14398 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14399
14400         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14401         message-marks (Debian bug #342521).
14402
14403 2005-12-12  Simon Josefsson  <jas@extundo.com>
14404
14405         * password.el (password-read-from-cache): Add.
14406         (password-read): Use it.
14407
14408 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14409
14410         * rfc2047.el (rfc2047-charset-to-coding-system):
14411         Recognize us-ascii as a MIME charset.
14412
14413         * mm-bodies.el (mm-decode-content-transfer-encoding):
14414         Protect against the case where the 2nd arg TYPE is nil.
14415
14416 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14417
14418         * pop3.el (pop3-stream-type): Fix custom version.
14419
14420         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14421
14422 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14423
14424         * mm-decode.el (mm-display-external): Add missing cdr.
14425
14426 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14427
14428         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14429         RFC1524) if it is in mailcap or add a suffix according to
14430         mailcap-mime-extensions when generating a temp filename; postpone
14431         deleting a temp file for 2 seconds for some wrappers, shell
14432         scripts, and so on, which might exit right after having started a
14433         viewer command as a background job.
14434
14435 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14436
14437         * nntp.el (nntp-marks-directory): Fix custom group.
14438
14439         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14440         steps when < 10.
14441
14442         * gnus-start.el (gnus-no-server-1):
14443         Mention `gnus-level-default-subscribed' in doc string.
14444
14445 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14446
14447         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14448         parens.
14449
14450 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14451
14452         * gnus-xmas.el (gnus-use-toolbar): Revert.
14453         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14454         gnus-use-toolbar is default.
14455
14456         * messagexmas.el (message-use-toolbar): Revert.
14457         (message-setup-toolbar): Use global default-toolbar if
14458         message-use-toolbar is default.
14459
14460 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14461
14462         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14463         according to default-toolbar-visible-p.
14464
14465         * messagexmas.el (message-use-toolbar): Ditto.
14466
14467 2005-11-26  Dave Love  <fx@gnu.org>
14468
14469         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14470         (tls-program, tls-success): Provide openssl alternative.
14471
14472         * starttls.el: Doc fixes.
14473         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14474         SERVICE to PORT.
14475
14476         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14477         port null or service name.
14478         (starttls-negotiate): Autoload.
14479
14480 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14481
14482         * message.el (message-kill-to-signature): Fix interactive spec.
14483
14484 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14485
14486         * pop3.el (pop3-open-server): Recognize a string as a service name.
14487
14488 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14489
14490         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14491
14492 2005-11-23  Dave Love  <fx@gnu.org>
14493
14494         Add pop3s, pop3/starttls.
14495
14496         * pop3.el (pop3-authentication-scheme): Clarify doc.
14497         (open-tls-stream, starttls-open-stream): Autoload.
14498         (pop3-stream-type): New.
14499         (pop3-open-server): Use it.
14500
14501         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14502         for POP.
14503         (mail-source-keyword-map): Add :stream for POP.
14504         (mail-source-fetch-pop): Use pop3-stream-type.
14505
14506 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14507
14508         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14509         of current-time-string.
14510
14511 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14512
14513         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14514         date header.
14515
14516 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14517
14518         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14519         it can seriously impact performance as it bypasses the agent's
14520         local caches.
14521
14522 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14523
14524         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14525         must be explicitly online rather than "not explicitly offline" for
14526         its flags to be synchronized.
14527
14528         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14529         that gnus-uu-unmark-thread will function correctly.
14530
14531         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14532         1024K is instead displayed as 1M.
14533
14534 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14535
14536         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14537
14538 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14539
14540         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14541
14542 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14543
14544         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14545         error message to display actual error condition.
14546         (gnus-agent-save-local): Avoid saving symbols that are bound to
14547         nil as they simply result in a warning message in
14548         gnus-agent-read-local.
14549
14550 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14551
14552         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14553         rather than make-variable-buffer-local for file-precious-flag.
14554
14555 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14556
14557         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14558         for duplicates which are removed.  The invalid sort check then
14559         triggers a rescan after the sort as sorting may have moved
14560         duplicate entries such that they can be cheaply detected.
14561
14562 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14563
14564         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14565
14566 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14567
14568         * gnus-agent.el (gnus-agent-article-alist-save-format):
14569         Change internal variable to a custom variable.  Change default value
14570         from compressed(2) to uncompressed(1).
14571         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14572         support for uncompressed agentview files.  Taken together, reading
14573         the agentview file should now be 6-7 times faster.
14574
14575 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14576
14577         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14578         as a buffer-local variable.  This avoids creating truncated
14579         dribble files as a result of a hang up, eg.
14580
14581 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14582
14583         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14584         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14585         XEmacs.
14586
14587 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14588
14589         * gnus-start.el (gnus-start-draft-setup):
14590         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14591
14592         * gnus.el (gnus-splash): Change custom group.
14593         (gnus-group-get-parameter, gnus-group-parameter-value):
14594         Describe allow-list argument.
14595
14596         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14597         string.
14598
14599 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14600
14601         * gnus-art.el (gnus-default-article-saver): Add user-defined
14602         `function' to custom type.
14603
14604 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14605
14606         * imap.el (imap-open): Handle case where buffer is a buffer
14607         object.
14608
14609 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14610
14611         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14612         long lines.
14613         (gnus-cache-delete-group): Wrap doc strings.
14614
14615         * gnus-agent.el (gnus-agent-rename-group)
14616         (gnus-agent-delete-group): Wrap doc strings.
14617
14618 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14619
14620         * messagexmas.el (message-use-toolbar): Change the valid values
14621         into default, top, bottom, left, and right.
14622         (message-toolbar-thickness): New variable.
14623         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14624         well.
14625         (message-setup-toolbar): Make it work.
14626
14627         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14628         (gnus-use-toolbar): Change the valid values into default, top,
14629         bottom, left, and right.
14630         (gnus-toolbar-thickness): New variable.
14631         (gnus-xmas-setup-toolbar): New function.
14632         (gnus-xmas-setup-group-toolbar): Use it.
14633         (gnus-xmas-setup-summary-toolbar): Use it.
14634
14635 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14636
14637         * gnus-start.el (gnus-1): Add "native" to
14638         gnus-predefined-server-alist.
14639
14640         * gnus.el (gnus-method-to-server): Don't add "native" to the
14641         lists here, because that leads to problems when
14642         gnus-select-method is bound.
14643
14644 2005-11-09  Simon Josefsson  <jas@extundo.com>
14645
14646         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14647         use (not sort-by-date) instead.
14648
14649 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14650
14651         * gnus-delay.el (gnus-delay-group): Don't autoload.
14652         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14653         to be re-loaded when customizing the `gnus-delay' group.
14654
14655 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14656
14657         * message.el: Revert last changes.
14658         (message-insert-citation-line): Use newlines.
14659
14660 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14661
14662         * message.el (message-courtesy-message)
14663         (message-mark-insert-begin, message-mark-insert-end)
14664         (message-elide-ellipsis, message-cancel-message)
14665         (message-add-header, message-change-subject)
14666         (message-cross-post-followup-to-header)
14667         (message-cross-post-insert-note, message-reduce-to-to-cc)
14668         (message-widen-reply, message-delete-not-region)
14669         (message-kill-to-signature, message-insert-signature)
14670         (message-insert-importance-high, message-insert-importance-low)
14671         (message-insert-or-toggle-importance)
14672         (message-insert-disposition-notification-to)
14673         (message-indent-citation, message-yank-original)
14674         (message-cite-original-without-signature, message-cite-original)
14675         (message-insert-citation-line, message-position-on-field)
14676         (message-fix-before-sending, message-send-mail-partially)
14677         (message-send-mail, message-send-mail-with-sendmail)
14678         (message-send-mail-with-qmail, message-send-news)
14679         (message-check-news-header-syntax, message-generate-headers)
14680         (message-insert-courtesy-copy, message-fill-address)
14681         (message-fill-header, message-shorten-references)
14682         (message-setup-1, message-cancel-news)
14683         (message-forward-make-body-plain, message-forward-make-body-mime)
14684         (message-forward-make-body-mml, message-encode-message-body)
14685         (message-forward-make-body-digest-plain)
14686         (message-forward-make-body-digest-mime)
14687         (message-use-alternative-email-as-from): Insert `hard-newline'
14688         instead of ordinary newlines.
14689
14690 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14691
14692         * message.el (message-generate-headers): Downcase the argument
14693         given to message-check-element.
14694
14695 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14696
14697         * nntp.el (nntp-authinfo-rejected): New error condition.
14698         (nntp-wait-for): Use new error condition to signal authentication
14699         error.
14700         (nntp-retrieve-data): Rethrow new error condition to break out of
14701         recursive call to nntp-send-authinfo.
14702
14703 2005-11-08  Romain Francoise  <romain@orebokech.com>
14704
14705         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14706         (gnus-summary-exit-map): Bind to `Z p'.
14707         (gnus-summary-make-menu-bar): Add menu item.
14708
14709 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14710
14711         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14712         (gnus-treat-*): Add `first' in all doc strings.
14713
14714         * gnus-group.el (gnus-group-compact-group): Fix typo.
14715
14716 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14717
14718         * gnus.el (gnus-parameters-case-fold-search): New variable.
14719         (gnus-parameters-get-parameter): Use it.
14720
14721         * gnus-score.el (gnus-home-score-file): Doc fix.
14722
14723 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14724
14725         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14726
14727 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14728
14729         * mm-util.el (mm-special-display-p): New function.
14730
14731         * mml.el (mml-preview): Use it; doc fix.
14732
14733 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14734
14735         * imap.el (imap-open): Handle case where buffer is a buffer object.
14736
14737 2005-10-29  Romain Francoise  <romain@orebokech.com>
14738
14739         * message.el (message-fix-before-sending): Fix comment.
14740
14741 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14742
14743         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14744
14745 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14746
14747         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14748         Used in gnus-score.el.
14749
14750 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14751
14752         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14753
14754 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14755
14756         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14757         whitespace removed in revision 7.8.  Use concatenated string to
14758         protect trailing whitespace.
14759
14760 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14761
14762         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14763         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14764         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14765         Courier IMAP ("some version from 2004").  Mostly based on similar
14766         code in the same function.
14767
14768 2005-10-26  Didier Verna  <didier@xemacs.org>
14769
14770         * gnus-group.el (gnus-group-compact-group): Invalidate original
14771         article buffer.
14772         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14773         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14774         NOV database and in article itself.
14775         Invalidate article backlog.
14776
14777 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14778
14779         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14780
14781 2005-10-26  Simon Josefsson  <jas@extundo.com>
14782
14783         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14784         part of 2004-07-25 change.
14785
14786 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14787
14788         * message.el (message-display-completion-list): New function.
14789         (message-expand-group): Use it; make sure the Completions buffer
14790         is modifiable.
14791 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14792
14793         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14794         user-mail-name is an empty string.
14795
14796 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14797
14798         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14799         depending on gnus-score-decay-constant.
14800
14801         * encrypt.el (encrypt-insert-file-contents)
14802         (encrypt-write-file-contents): Don't use `gnus-message'.
14803
14804         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14805         arguments.
14806         (mm-uu-type-alist): Add message-marks and insert-marks.
14807         Pass arguments to mm-uu-verbatim-marks-extract.
14808         (mm-uu-hide-markers): New variable.
14809         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14810
14811         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14812         (gnus-convert-image-to-face-command): Use "convert" by default to
14813         allow other input image formats.
14814         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14815         accordingly.
14816
14817 2005-10-23  Simon Josefsson  <jas@extundo.com>
14818
14819         * imap.el (imap-gssapi-program): Align command line parameters
14820         with latest GNU SASL.
14821         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14822
14823 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14824
14825         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14826         HTML.
14827         (nnslashdot-request-article): Ditto.
14828
14829         * lpath.el (featurep): Add nobreak-char-display.
14830
14831 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14832
14833         * mail-source.el (mail-source-fetch-pop): Require pop3.
14834         (mail-source-check-pop): Ditto.
14835
14836 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14837
14838         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14839         errors.
14840
14841 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14842
14843         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14844         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14845
14846         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14847
14848         * mm-bodies.el (mm-decode-string):
14849         Call `mm-charset-to-coding-system' with allow-override argument.
14850
14851 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14852
14853         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14854         (rfc2047-charset-to-coding-system): New function.
14855         (rfc2047-decode-encoded-words): New function.
14856         (rfc2047-decode-region): Use them.
14857         (rfc2047-decode-cte): Remove.
14858         (rfc2047-parse-and-decode): Remove.
14859         (rfc2047-decode): Remove.
14860
14861 2005-10-15  Kenichi Handa  <handa@m17n.org>
14862
14863         * rfc2047.el (rfc2047-decode-cte): New function.
14864         (rfc2047-decode-region): Change the way to decode successive
14865         encoded-words: decode B- or Q-encoding in each encoded-word,
14866         concatenate them, and decode it as charset.
14867
14868 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14869
14870         * lpath.el: Fbind codepage-setup for XEmacs.
14871
14872 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14873
14874         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14875         widget-move-and-invoke.
14876         (gnus-custom-mode): Use gnus-custom-map.
14877
14878 2005-10-15  Bill Wohler  <wohler@newt.com>
14879
14880         * message.el (message-tool-bar-map): Rename image file from
14881         mail_send to mail/send.
14882
14883 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14884
14885         * message.el (message-expand-group): Pass the common
14886         prefix substring of completion to `display-completion-list'.
14887
14888 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14889
14890         * mml-sec.el (mml-secure-method): New internal variable.
14891         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14892         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14893         New functions using mml-secure-method.
14894
14895         * mml.el (mml-mode-map): Add key bindings for those functions.
14896         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14897         Harder <harder@myrealbox.com>.
14898         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14899         Goto end of message if point is the headers of the message.
14900
14901         * message.el (message-in-body-p): New function.
14902
14903         * assistant.el: Autoload gnus-util and netrc.
14904
14905         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14906         Use `mm-charset-override-alist' only when decoding.
14907
14908         * mm-bodies.el (mm-decode-body):
14909         Call `mm-charset-to-coding-system' with allow-override argument.
14910
14911         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14912         `filename' from Content-Disposition if Content-Type doesn't
14913         provide `name'.
14914         (gnus-mime-view-part-as-type): Set default instead of
14915         initial-input.
14916
14917 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14918
14919         * format-spec.el (format-spec): Propagate text properties of % spec.
14920
14921 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14922
14923         * gnus-art.el (gnus-treat-predicate): Add `first'.
14924
14925 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14926
14927         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14928         (mm-charset-override-alist): New variable.
14929         (mm-charset-to-coding-system): Use it.
14930         (mm-codepage-setup): New helper function.
14931         (mm-charset-eval-alist): New variable.
14932         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14933         Warn about unknown charsets.
14934
14935         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14936
14937 2005-10-04  David Hansen  <david.hansen@gmx.net>
14938
14939         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14940         (nnrss-check-group): Ditto.
14941
14942 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14943
14944         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14945         Rename x-gnus-verbatim to x-verbatim.
14946         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14947
14948         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14949         x-verbatim.
14950
14951         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14952
14953         * gnus-util.el (gnus-remove-duplicates): Remove.
14954
14955         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14956         instead of gnus-remove-duplicates.
14957
14958         * message.el (message-remove-duplicates): Remove.
14959         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14960         message-remove-duplicates.
14961
14962         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14963         available, else use implementation from `delete-dups'.
14964
14965         * message.el (message-insert-expires): New function.
14966         (message-mode-map): Add key binding.
14967         (message-mode-field-menu): Add menu entry.
14968         (message-mode): Document it.
14969         (message-make-expires-date): Use `message-make-date'.
14970
14971 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14972
14973         * message.el (message-make-expires-date): New function.
14974
14975 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14976
14977         * Makefile.in (list-installed-shadows): New entry.
14978         (install): Use it.
14979         (remove-installed-shadows): New entry.
14980
14981         * dgnushack.el (dgnushack-default-load-path): New variable.
14982         (dgnushack-find-lisp-shadows): New function.
14983         (dgnushack-remove-lisp-shadows): New function.
14984
14985 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14986
14987         * Makefile.in (install-el-elc): New entry.
14988         (install): Use it so that .el files are necessarily installed.
14989
14990 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14991
14992         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14993
14994 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14995
14996         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14997         function rather than the diff-mode.el package.
14998         (mm-display-external): Use with-current-buffer.
14999         (mm-viewer-completion-map, mm-viewer-completion-map):
15000         Move initialization inside declaration.
15001
15002 2005-09-29  Simon Josefsson  <jas@extundo.com>
15003
15004         * spam.el: Load hashcash when compiling, to avoid warnings.
15005         Don't autoload mail-check-payment.
15006         (spam-check-hashcash): Define unconditionally, since hashcash.el
15007         is part of Gnus now.  Ignore errors from payment checking.
15008
15009 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15010
15011         * message.el (message-bold-region, message-unbold-region):
15012         Rename from `bold-region' and `unbold-region'.
15013
15014         * message.el: Remove useless autoloads.
15015
15016 2005-09-28  Simon Josefsson  <jas@extundo.com>
15017
15018         * message.el (message-use-idna): Default to t.
15019         (message-use-idna): Test whether encoding works too.  Doc fix.
15020
15021 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15022
15023         * nntp.el (nntp-warn-about-losing-connection): Remove.
15024
15025 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15026
15027         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15028         customizable.  Change default value.
15029         (mm-uu-diff-groups-regexp): Change default value.
15030         (mm-uu-type-alist): Add doc string.
15031         (mm-uu-configure): Add doc string.  Make it interactive.
15032         (mm-uu-tex-groups-regexp): New variable.
15033         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15034         (mm-uu-type-alist): Add LaTeX documents.
15035         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15036         of "text/verbatim".
15037         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15038
15039         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15040         instead of "text/verbatim".
15041
15042         * message.el (message-mark-inserted-region)
15043         (message-mark-insert-file): Use slrn style marks when called with
15044         prefix argument.
15045
15046 2005-09-27  Simon Josefsson  <jas@extundo.com>
15047
15048         * message.el (message-idna-to-ascii-rhs-1): Reformat.
15049
15050 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
15051
15052         * message.el (message-remove-duplicates): New function.
15053         Implementation borrowed from `gnus-remove-duplicates'.
15054         (message-idna-to-ascii-rhs): Also encode idna addresses in
15055         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15056         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15057         only ask about the same idna domain once per header and also tell
15058         in what header to replace the idna domain.
15059
15060         * gnus-art.el (article-decode-idna-rhs): Also decode idna
15061         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15062         (article-decode-idna-rhs): Fix regexp so that all idna-address in
15063         a header is decoded and not just the last one.
15064
15065 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15066
15067         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15068         has been decoded.
15069
15070         * mm-decode.el (mm-automatic-display): Add text/verbatim.
15071         (mm-insert-part): Don't modify text if it has been decoded.
15072
15073         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15074         decoded.
15075
15076         * mm-view.el (mm-inline-text): Don't strip text props unless
15077         decoding enriched or richtext parts.
15078
15079 2005-09-25  Romain Francoise  <romain@orebokech.com>
15080
15081         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15082         * gnus-start.el (gnus-subscribe-interactively):
15083         * gnus-uu.el (gnus-uu-grab-articles):
15084         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15085         space.
15086
15087 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15088
15089         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15090         * mm-view.el (mm-view-pkcs7-decrypt):
15091         * gnus-sum.el (gnus-summary-limit-to-extra)
15092         (gnus-summary-respool-article, gnus-read-move-group-name):
15093         * gnus-score.el (gnus-summary-increase-score):
15094         * gnus-util.el (gnus-completing-read-with-default):
15095         * gnus-art.el (gnus-read-save-file-name)
15096         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15097         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15098         * message.el (message-check-news-header-syntax):
15099         Follow convention for reading with the minibuffer.
15100
15101 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
15102
15103         * spam-report.el (spam-report-url-ping-plain):
15104         Use gnus-extended-version as User-Agent.
15105
15106         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15107         default value is nil.
15108
15109         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15110         (mm-uu-verbatim-marks-extract): New function.
15111         (mm-uu-extract): New face.
15112         (mm-uu-copy-to-buffer): Use it.
15113
15114         * spam-report.el (spam-report-gmane-ham): Rename from
15115         `spam-report-gmane-unspam'.
15116         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15117         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15118
15119         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15120         Autoload.
15121         (spam-report-gmane-unregister-routine):
15122         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15123
15124 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15125
15126         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15127         (spam-report-gmane-unregister-routine): Add support for gmane
15128         unregistration.
15129
15130         * spam-report.el (spam-report-gmane-unspam)
15131         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15132         (spam-report-gmane): Change to take a single article and do unspam
15133         registration.
15134
15135 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15136
15137         * mm-url.el (mm-url-decode-entities): Fix regexp.
15138
15139 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15140
15141         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15142         default to nil, to be able to use Gnus at all.  If the default
15143         switches to something else, then the function should be fixed not
15144         be exceedingly slow.
15145
15146 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15147
15148         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15149         fail hard.
15150
15151         * spam-report.el: Add better Keywords line.
15152
15153         * spam.el: Add Maintainer and better Keywords line.
15154
15155 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15156
15157         * gnus-art.el (gnus-article-replace-part)
15158         (gnus-mime-replace-part): New functions.
15159         (gnus-mime-action-alist, gnus-mime-button-commands)
15160         (gnus-mime-save-part-and-strip): Add file argument.
15161         (gnus-article-part-wrapper): Add interactive argument.
15162
15163         * gnus-sum.el (gnus-summary-mime-map):
15164         Add `gnus-article-replace-part'.
15165
15166 2005-09-19  Didier Verna  <didier@xemacs.org>
15167
15168         The nnml compaction feature:
15169         * nnml.el (nnml-request-compact-group): New function.
15170         * nnml.el (nnml-request-compact): New function.
15171         * gnus-int.el (gnus-request-compact-group): New function.
15172         * gnus-int.el (gnus-request-compact): New function.
15173         * gnus-group.el (gnus-group-compact-group): New function.
15174         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15175         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15176         * gnus-srvr.el (gnus-server-compact-server): New function.
15177         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15178         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15179
15180 2005-09-18  Deepak Goel  <deego@gnufans.org>
15181
15182         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15183         format spec.
15184
15185 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15186
15187         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15188
15189 2005-09-15  Romain Francoise  <romain@orebokech.com>
15190
15191         * message.el (message-fill-paragraph): Clarify docstring.
15192
15193 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15194
15195         * gnus-art.el (gnus-mime-display-part): Protect against broken
15196         MIME messages.
15197
15198 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15199
15200         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15201         before parsing header.
15202
15203 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15204
15205         * html2text.el (html2text-replace-list): Add new entities.
15206
15207 2005-09-11  Romain Francoise  <romain@orebokech.com>
15208
15209         * message.el (message-alternative-emails): Improve docstring.
15210         (message-setup-1): Call `message-use-alternative-email-as-from'
15211         after `message-setup-hook' to give it precedence over posting
15212         styles, etc.
15213         (message-use-alternative-email-as-from): Add docstring.
15214         Remove the original From header if present.
15215
15216         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15217         (nnml-save-mail): Use it.
15218
15219         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15220         articles.  Add new argument `silent'.
15221         (gnus-uu-mark-all): Report the total number of marked articles.
15222
15223 2005-09-10  Romain Francoise  <romain@orebokech.com>
15224
15225         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15226         (gnus-uu-mark-series): Likewise.
15227
15228 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15229
15230         * spam-report.el (spam-report-gmane): Fix generation of spam
15231         report URL.
15232
15233 2005-09-10  Simon Josefsson  <jas@extundo.com>
15234
15235         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15236         t, based on discussion on the ding list with Robert Epprecht
15237         <epprecht@solnet.ch>.
15238
15239 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15240
15241         * spam-report.el (spam-report-gmane): Make it work without
15242         X-Report-Spam header.  Gmane now only provides Archived-At.
15243         This is only used if `spam-report-gmane-use-article-number' is nil.
15244         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15245
15246         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15247         make `gnus-summary-sort-by-recipient' work with threading.
15248
15249         * nnweb.el (nnweb-google-wash-article): Print a message if article
15250         is not available.
15251
15252 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15253
15254         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15255         change.  Decode text/* parts content before displaying.
15256
15257 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15258
15259         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15260
15261 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15262
15263         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15264
15265         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15266         url-package-name, url-package-version,
15267         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15268         w3m-display-inline-images, and w3m-minor-mode-map.
15269
15270 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15271
15272         * message.el (message-tab-body-function): Fix mismatched custom type.
15273
15274         * gnus.el (gnus-group-change-level-function): Ditto.
15275
15276         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15277
15278         * gnus-art.el (gnus-signature-limit)
15279         (gnus-article-mime-part-function): Ditto.
15280
15281 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15282
15283         * mml.el (mml-mode): Silence the byte compiler.
15284
15285         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15286         using `(sit-for 0)' before moving the point to the specified part;
15287         skip unbuttonized parts.
15288         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15289         return to the summary window if gnus-auto-select-part is non-nil.
15290
15291 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15292
15293         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15294         New variables.
15295         (mml-dnd-attach-file, mml-mode): Use them.
15296
15297         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15298         Make fetching article by MID work again for Google Groups.
15299         Add FIXME concerning gnus-group-make-web-group.
15300
15301         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15302         Don't depend on Gnus by using mail-extract-address-components if
15303         gnus-extract-address-components is not bound.
15304
15305 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15306
15307         * gnus-art.el (gnus-mime-display-security): Don't display the
15308         signature, but only the signed part.
15309
15310 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15311
15312         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15313
15314         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15315         list, not listp.
15316
15317 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15318
15319         * mm-encode.el (mm-encode-content-transfer-encoding):
15320         Likewise when encoding.
15321
15322         * mm-bodies.el (mm-decode-content-transfer-encoding):
15323         De-canonicalize CRLF for all text content types, not just
15324         text/plain.
15325
15326 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15327
15328         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15329         valid article; point arrow and cursor at the MIME button.
15330
15331 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15332
15333         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15334         Suggested by Dan Christensen <jdc@uwo.ca>.
15335
15336         * mm-decode.el (mm-save-part): Enable change of prompt.
15337
15338 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15339
15340         * gnus-msg.el (gnus-inews-add-send-actions):
15341         Make `message-post-method' lambda parameter ARG `&optional'.
15342
15343 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15344
15345         * gnus-sum.el (gnus-summary-mime-map):
15346         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15347         gnus-article-jump-to-part.
15348
15349         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15350         (gnus-article-edit-part): Use it.
15351         (gnus-article-part-wrapper): Add no-handle argument.
15352         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15353         New functions.
15354
15355 2005-08-29  Romain Francoise  <romain@orebokech.com>
15356
15357         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15358         docstring.
15359         (gnus-face-from-file): Likewise.
15360
15361 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15362
15363         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15364         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15365         non-nil.
15366         (gnus-auto-select-part): New variable.
15367         (gnus-article-jump-to-part): New function.
15368         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15369         (gnus-mime-delete-part): Allow selecting specified part after
15370         deleting or stripping parts.
15371         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15372         part if argument is bogus.
15373
15374 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15375
15376         * gnus-art.el (w3m-minor-mode-map):
15377         * gnus-spec.el (gnus-newsrc-file-version):
15378         * gnus-util.el (nnmail-active-file-coding-system)
15379         (gnus-original-article-buffer, gnus-user-agent):
15380         * gnus.el (gnus-ham-process-destinations)
15381         (gnus-parameter-ham-marks-alist)
15382         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15383         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15384         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15385         * mm-decode.el (gnus-current-window-configuration):
15386         * mm-extern.el (gnus-article-mime-handles):
15387         * mm-url.el (url-current-object, url-package-name)
15388         (url-package-version):
15389         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15390         (smime-keys, w3m-cid-retrieve-function-alist)
15391         (w3m-current-buffer, w3m-display-inline-images)
15392         (w3m-minor-mode-map):
15393         * mml-smime.el (gnus-extract-address-components):
15394         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15395         (gnus-newsrc-hashtb, message-default-charset)
15396         (message-deletable-headers, message-options)
15397         (message-posting-charset, message-required-mail-headers)
15398         (message-required-news-headers):
15399         * mml1991.el (mc-pgp-always-sign):
15400         * mml2015.el (mc-pgp-always-sign):
15401         * nnheader.el (nnmail-extra-headers):
15402         * rfc1843.el (gnus-decode-encoded-word-function)
15403         (gnus-decode-header-function, gnus-newsgroup-name):
15404         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15405
15406 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15407
15408         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15409         the end of the date treatments.
15410
15411 2005-08-15  Simon Josefsson  <jas@extundo.com>
15412
15413         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15414         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15415         Capello and Romain Francoise.
15416         (pgg-fetch-key-function): Remove, not used?
15417         (pgg-insert-url-with-w3): Require url, to get
15418         url-insert-file-contents regardless of where it is defined.
15419
15420 2005-08-13  Romain Francoise  <romain@orebokech.com>
15421
15422         * message.el (message-cite-original-1): New function.
15423         (message-cite-original): Use it.
15424         (message-cite-original-without-signature): Ditto.
15425
15426 2005-08-08  Romain Francoise  <romain@orebokech.com>
15427
15428         * message.el (message-yank-empty-prefix): New variable.
15429         (message-indent-citation): Use it.
15430         (message-cite-original-without-signature): Respect X-No-Archive.
15431
15432 2005-08-08  Simon Josefsson  <jas@extundo.com>
15433
15434         * pgg.el: Autoload url-insert-file-contents instead of loading
15435         w3/url.
15436         (pgg-insert-url-with-w3): Don't load url here.
15437
15438 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15439
15440         * message.el (message-kill-to-signature): Don't insert newline at
15441         bol.
15442         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15443
15444 2005-08-06  Romain Francoise  <romain@orebokech.com>
15445
15446         * message.el (message-user-fqdn): Fix typo in docstring.
15447
15448 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15449
15450         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15451
15452         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15453
15454 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15455
15456         * mm-bodies.el (mm-encode-body): Use coding system rather than
15457         charset to encode text.
15458
15459         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15460         number of charsets if utf-8 is available (XEmacs).
15461
15462 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15463
15464         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15465         taken from `gnus-button-mid-or-mail-regexp'.
15466         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15467         (gnus-button-alist): Improve regexp for domain part of the MIDs
15468         for news:localpart@domain buttons.
15469         (gnus-button-ctan-directory-regexp): Update.
15470
15471 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15472
15473         * sieve-manage.el (sieve-manage-interactive-login):
15474         Use make-local-variable rather than make-variable-buffer-local.
15475         (sieve-manage-open): Ditto.
15476         (sieve-manage-authenticate): Ditto.
15477
15478         * mml.el (mml-generate-mime-1): Make the content type default to
15479         text/plain if the filename is not specified.
15480
15481 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15482
15483         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15484         instead of insert-buffer.
15485
15486         * message.el (message-yank-original): Ditto; set the mark at the
15487         end of the yanked message.
15488
15489 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15490
15491         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15492         lines to scroll rather than to stop it.
15493
15494         * mml.el (mml-generate-default-type): Add doc string.
15495         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15496         default to application/octet-stream when determining the content
15497         type if it is not specified for the part or the mml contents; add
15498         a comment about mml-generate-default-type.
15499
15500 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15501
15502         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15503         make it default to application/octet-stream when determining the
15504         content type if it is not specified for the external contents.
15505
15506 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15507
15508         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15509         segmented parameter but also other parameters might be there.
15510
15511 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15512
15513         * mm-decode.el (mm-display-external): Delete temp file, directory
15514         and buffer immediately if the external process is exited.
15515
15516 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15517
15518         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15519         fewer lines than that of scroll-margin.
15520         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15521
15522 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15523
15524         * gnus-art.el (gnus-article-next-page): Revert.
15525         (gnus-article-beginning-of-window): New macro.
15526         (gnus-article-next-page-1): Use it.
15527         (gnus-article-prev-page): Ditto.
15528         (gnus-article-edit-part): Use insert-buffer-substring instead of
15529         insert-buffer.
15530         (gnus-article-edit-exit): Ditto.
15531
15532         * gnus-util.el (gnus-beginning-of-window): Remove.
15533         (gnus-end-of-window): Remove.
15534
15535         * lpath.el: Don't bind header-line-format and scroll-margin.
15536
15537 2005-07-25  Simon Josefsson  <jas@extundo.com>
15538
15539         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15540         to have the url package without w3.  Reported by Daiki Ueno
15541         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15542
15543 2005-07-20  Didier Verna  <didier@xemacs.org>
15544
15545         * gnus-diary.el: Remove the description comment (nndiary is now
15546         properly documented in the Gnus manual).
15547         Fix the spelling of "Back End".
15548         * nndiary.el: Ditto.
15549         Fix the copyright notice.
15550
15551 2005-07-18  Romain Francoise  <romain@orebokech.com>
15552
15553         * gnus-sum.el (gnus-summary-to-prefix)
15554         (gnus-summary-newsgroup-prefix): New variables.
15555         (gnus-summary-from-or-to-or-newsgroups): Use them.
15556
15557 2005-07-17  Romain Francoise  <romain@orebokech.com>
15558
15559         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15560         space as it's generally not especially interesting to the user.
15561
15562 2005-07-16  Romain Francoise  <romain@orebokech.com>
15563
15564         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15565         nil to avoid prompting and file modification if one of the
15566         messages at the top of the nnfolder file contains a copyright
15567         notice.
15568         Update copyright notice.
15569
15570         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15571         instead of `current-time-string' as the latter creates a time
15572         string that is not RFC 2822 compliant (it lacks the zone).
15573         Update copyright notice.
15574
15575 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15576
15577         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15578         for text/rtf.  Display default in prompt.  Pass default for M-n.
15579
15580         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15581
15582 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15583
15584         * gnus-msg.el (gnus-button-mailto):
15585         Remove save-selected-window-window hackery because it relies on
15586         save-selected-window internals.
15587
15588 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15589
15590         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15591         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15592         (gnus-article-prev-page): Ditto.
15593
15594         * gnus-util.el (gnus-beginning-of-window): New function.
15595         (gnus-end-of-window): New function.
15596
15597         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15598
15599 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15600
15601         * gnus-score.el (gnus-score-edit-all-score):
15602         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15603         gnus-message.
15604
15605 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15606
15607         * gnus-msg.el (gnus-button-mailto):
15608         Remove save-selected-window-window hackery because it relies on
15609         save-selected-window internals.
15610
15611 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15612
15613         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15614         add-minor-mode.
15615         (gnus-binary-mode): Ditto.
15616
15617         * gnus-topic.el (gnus-topic-mode): Ditto.
15618
15619 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15620
15621         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15622         (gnus-article-prev-page): Take scroll-margin into consideration.
15623
15624 2005-07-04  Lute Kamstra  <lute@gnu.org>
15625
15626         Update FSF's address in GPL notices.
15627
15628 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15629
15630         * gnus.el (gnus-exit):
15631         * gnus-group.el (gnus-group-icons):
15632         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15633
15634         * gnus-nocem.el (gnus-nocem):
15635         * message.el (message-various, message-buffers, message-sending)
15636         (message-interface, message-forwarding, message-insertion)
15637         (message-headers, message-news, message-mail):
15638         * pgg-gpg.el (pgg-gpg):
15639         * pgg-parse.el (pgg-parse):
15640         * pgg-pgp.el (pgg-pgp):
15641         * pgg-pgp5.el (pgg-pgp5):
15642         * pop3.el (pop3): Finish `defgroup' description with period.
15643
15644 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15645
15646         * gnus-art.el (article-display-face): Improve the efficiency.
15647         (article-display-x-face): Ditto; remove grey x-face stuff.
15648
15649 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15650
15651         * gnus-art.el (article-display-face): Correct the position in
15652         which Faces are inserted.
15653
15654 2005-06-29  Didier Verna  <didier@xemacs.org>
15655
15656         * gnus-art.el (article-display-face): Display faces in correct
15657         order.
15658
15659 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15660
15661         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15662         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15663         (gnus-nocem-check-article): Fetch the Type header.
15664         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15665         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15666         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15667         make sure gnus-nocem-hashtb is initialized.
15668         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15669         (gnus-nocem-unwanted-article-p): Ditto.
15670
15671         * pgg.el (pgg-verify): Return the verification result.
15672
15673 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15674
15675         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15676         is ascii.
15677
15678 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15679
15680         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15681         `show-nonbreak-escape'.
15682
15683 2005-06-23  Lute Kamstra  <lute@gnu.org>
15684
15685         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15686
15687         * dig.el (dig-mode):
15688         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15689
15690 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15691
15692         * nnimap.el (nnimap-split-download-body): Fix spellings.
15693
15694 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15695
15696         * gnus-art.el (gnus-article-encrypt-body):
15697         * gnus-cus.el (gnus-score-customize):
15698         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15699         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15700
15701 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15702
15703         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15704         header by looking for magic "MII" at the beginnig.
15705
15706 2005-06-16  Miles Bader  <miles@gnu.org>
15707
15708         * gnus-xmas.el (gnus-xmas-group-startup-message):
15709         Use renamed gnus-splash face.
15710
15711         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15712         (assistant-field-face): New backward-compatibility alias for renamed
15713         face.
15714         (assistant-render-text): Use renamed assistant-field face.
15715
15716         * spam.el (spam): Remove "-face" suffix from face name.
15717         (spam-face): New backward-compatibility alias for renamed face.
15718         (spam-face, spam-initialize): Use renamed spam face.
15719
15720         * message.el (message-header-to, message-header-cc)
15721         (message-header-subject, message-header-newsgroups)
15722         (message-header-other, message-header-name)
15723         (message-header-xheader, message-separator, message-cited-text)
15724         (message-mml): Remove "-face" suffix from face names.
15725         (message-header-to-face, message-header-cc-face)
15726         (message-header-subject-face, message-header-newsgroups-face)
15727         (message-header-other-face, message-header-name-face)
15728         (message-header-xheader-face, message-separator-face)
15729         (message-cited-text-face, message-mml-face):
15730         New backward-compatibility aliases for renamed faces.
15731         (message-font-lock-keywords): Use renamed message faces.
15732
15733         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15734         (sieve-test-commands, sieve-tagged-arguments):
15735         Remove "-face" suffix from face names.
15736         (sieve-control-commands-face, sieve-action-commands-face)
15737         (sieve-test-commands-face, sieve-tagged-arguments-face):
15738         New backward-compatibility aliases for renamed faces.
15739         (sieve-control-commands-face, sieve-action-commands-face)
15740         (sieve-test-commands-face, sieve-tagged-arguments-face):
15741         Use renamed sieve faces.
15742
15743         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15744         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15745         (gnus-group-news-3-empty, gnus-group-news-4)
15746         (gnus-group-news-4-empty, gnus-group-news-5)
15747         (gnus-group-news-5-empty, gnus-group-news-6)
15748         (gnus-group-news-6-empty, gnus-group-news-low)
15749         (gnus-group-news-low-empty, gnus-group-mail-1)
15750         (gnus-group-mail-1-empty, gnus-group-mail-2)
15751         (gnus-group-mail-2-empty, gnus-group-mail-3)
15752         (gnus-group-mail-3-empty, gnus-group-mail-low)
15753         (gnus-group-mail-low-empty, gnus-summary-selected)
15754         (gnus-summary-cancelled, gnus-summary-high-ticked)
15755         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15756         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15757         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15758         (gnus-summary-low-undownloaded)
15759         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15760         (gnus-summary-low-unread, gnus-summary-normal-unread)
15761         (gnus-summary-high-read, gnus-summary-low-read)
15762         (gnus-summary-normal-read, gnus-splash):
15763         Remove "-face" suffix from face names.
15764         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15765         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15766         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15767         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15768         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15769         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15770         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15771         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15772         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15773         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15774         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15775         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15776         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15777         (gnus-summary-normal-ticked-face)
15778         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15779         (gnus-summary-normal-ancient-face)
15780         (gnus-summary-high-undownloaded-face)
15781         (gnus-summary-low-undownloaded-face)
15782         (gnus-summary-normal-undownloaded-face)
15783         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15784         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15785         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15786         (gnus-splash-face):
15787         New backward-compatibility aliases for renamed faces.
15788         (gnus-group-startup-message): Use renamed gnus faces.
15789
15790         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15791         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15792         (gnus-server-agent): Remove "-face" suffix from face names.
15793         (gnus-server-agent-face, gnus-server-opened-face)
15794         (gnus-server-closed-face, gnus-server-denied-face)
15795         (gnus-server-offline-face):
15796         New backward-compatibility aliases for renamed faces.
15797         (gnus-server-agent-face, gnus-server-opened-face)
15798         (gnus-server-closed-face, gnus-server-denied-face)
15799         (gnus-server-offline-face): Use renamed gnus faces.
15800
15801         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15802         Remove "-face" suffix from face names.
15803         (gnus-picon-xbm-face, gnus-picon-face):
15804         New backward-compatibility aliases for renamed faces.
15805
15806         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15807         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15808         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15809         (gnus-cite-11): Remove "-face" suffix from face names.
15810         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15811         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15812         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15813         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15814         New backward-compatibility aliases for renamed faces.
15815         (gnus-cite-attribution-face, gnus-cite-face-list)
15816         (gnus-article-boring-faces): Use renamed gnus faces.
15817
15818         * gnus-art.el (gnus-signature, gnus-header-from)
15819         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15820         (gnus-header-content): Remove "-face" suffix from face names.
15821         (gnus-signature-face, gnus-header-from-face)
15822         (gnus-header-subject-face, gnus-header-newsgroups-face)
15823         (gnus-header-name-face, gnus-header-content-face):
15824         New backward-compatibility aliases for renamed faces.
15825         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15826
15827         * gnus-sum.el (gnus-summary-selected-face)
15828         (gnus-summary-highlight): Use renamed gnus faces.
15829         * gnus-group.el (gnus-group-highlight): Likewise.
15830
15831 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15832
15833         * gnus-sieve.el (gnus-sieve-article-add-rule):
15834         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15835         * spam-stat.el (spam-stat-buffer-change-to-spam)
15836         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15837
15838         * message.el (message-is-yours-p):
15839         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15840
15841 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15842
15843         * mm-view.el (mm-inline-text): Withdraw the last change.
15844
15845 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15846
15847         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15848         executing enriched-decode.
15849
15850 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15851
15852         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15853         charset of tar files.
15854
15855 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15856
15857         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15858
15859 2005-06-04  Lute Kamstra  <lute@gnu.org>
15860
15861         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15862         information is never recorded.
15863
15864 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15865
15866         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15867
15868 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15869
15870         * pop3.el (pop3-apop): Run md5 in the binary mode.
15871
15872         * starttls.el (starttls-set-process-query-on-exit-flag):
15873         Use eval-and-compile.
15874
15875 2005-05-31  Simon Josefsson  <jas@extundo.com>
15876
15877         * smime.el (smime-replace-in-string): Define.
15878         (smime-cert-by-ldap-1): Use it.
15879
15880 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15881
15882         * gnus-art.el (article-display-x-face): Replace
15883         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15884
15885         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15886         set-process-query-on-exit-flag or process-kill-without-query.
15887
15888         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15889         loop instead of replace-regexp.
15890
15891         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15892         instead of process-kill-without-query if it is available.
15893
15894         * lpath.el: Fbind ldap-search-entries.
15895
15896         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15897         instead of find-file-hooks if it is available.
15898
15899         * mml1991.el: Bind pgg-default-user-id when compiling.
15900
15901         * mml2015.el: Bind pgg-default-user-id when compiling.
15902
15903         * nndraft.el (nndraft-request-associate-buffer):
15904         Use write-contents-functions instead of write-contents-hooks if it is
15905         available.
15906
15907         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15908         instead of find-file-hooks if it is available.
15909
15910         * nntp.el (nntp-open-connection): Replace
15911         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15912         (nntp-open-ssl-stream): Ditto.
15913         (nntp-open-tls-stream): Ditto.
15914
15915         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15916         set-process-query-on-exit-flag or process-kill-without-query.
15917         (starttls-open-stream-gnutls): Use it instead of
15918         process-kill-without-query.
15919         (starttls-open-stream): Ditto.
15920
15921 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15922
15923         * smime.el (smime-cert-by-ldap-1): Don't use
15924         replace-regexp-in-string.
15925
15926 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15927
15928         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15929
15930         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15931         in PEM format.  Adjust to the XEmacs compability.
15932
15933 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15934
15935         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15936         by `string-to-number'.
15937         * gnus-agent.el (gnus-agent-regenerate-group)
15938         (gnus-agent-fetch-articles): Ditto.
15939         * gnus-art.el (gnus-button-fetch-group): Ditto.
15940         * gnus-cache.el (gnus-cache-generate-active)
15941         (gnus-cache-articles-in-group): Ditto.
15942         * gnus-group.el (gnus-group-set-current-level)
15943         (gnus-group-insert-group-line): Ditto.
15944         * gnus-score.el (gnus-score-set-expunge-below)
15945         (gnus-score-set-mark-below, gnus-summary-score-effect)
15946         (gnus-summary-score-entry): Ditto.
15947         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15948         (gnus-soup-pack): Ditto.
15949         * gnus-spec.el (gnus-xmas-format): Ditto.
15950         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15951         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15952         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15953         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15954         * nndb.el (nndb-get-remote-expire-response): Ditto.
15955         * nndiary.el (nndiary-parse-schedule-value)
15956         (nndiary-string-to-number, nndiary-request-replace-article)
15957         (nndiary-request-article): Ditto.
15958         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15959         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15960         * nneething.el (nneething-make-head): Ditto.
15961         * nnfolder.el (nnfolder-request-article)
15962         (nnfolder-retrieve-headers): Ditto.
15963         * nnheader.el (nnheader-file-to-number): Ditto.
15964         * nnkiboze.el (nnkiboze-request-article): Ditto.
15965         * nnmail.el (nnmail-process-unix-mail-format)
15966         (nnmail-process-babyl-mail-format): Ditto.
15967         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15968         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15969         (nnmh-request-create-group, nnmh-request-list-1)
15970         (nnmh-request-group, nnmh-request-article): Ditto.
15971         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15972         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15973         * nnsoup.el (nnsoup-make-active): Ditto.
15974         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15975         * nntp.el (nntp-find-group-and-number)
15976         (nntp-retrieve-headers-with-xover): Ditto.
15977         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15978         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15979         (pgg-format-key-identifier): Ditto.
15980         * pop3.el (pop3-last, pop3-stat): Ditto.
15981         * qp.el (quoted-printable-decode-region): Ditto.
15982
15983         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15984         of concat.
15985
15986 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15987
15988         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15989
15990         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15991
15992         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15993
15994         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15995
15996         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15997
15998         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15999
16000         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16001         (gnus-carpal-mode): Ditto.
16002
16003         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16004         (gnus-browse-mode): Ditto.
16005
16006         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16007
16008         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16009
16010 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16011
16012         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16013
16014 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16015
16016         * gnus-util.el (gnus-run-mode-hooks): New function.
16017
16018         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16019
16020         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
16021         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
16022
16023 2005-05-27  Lute Kamstra  <lute@gnu.org>
16024
16025         * dns-mode.el (dns-mode): Specify customization group.
16026
16027 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16028
16029         * gnus-agent.el (gnus-agent-make-mode-line-string):
16030         Use mode-line-highlight as mouse-face.
16031
16032 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16033
16034         * canlock.el (canlock): Change the parent group to news.
16035
16036         * deuglify.el (gnus-outlook-deuglify): Add :group.
16037
16038         * dig.el (dig): Add :group.
16039
16040         * dns-mode.el (dns-mode): Add :group.
16041
16042         * encrypt.el (encrypt): Add :group.
16043
16044         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16045         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16046         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16047         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16048         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16049
16050         * gnus-diary.el (gnus-diary): Add :group.
16051
16052         * gnus.el (gnus-group-news-1-face): Add :group.
16053         (gnus-group-news-1-empty-face): Ditto.
16054         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16055         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16056         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16057         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16058         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16059         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16060         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16061         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16062         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16063         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16064         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16065         (gnus-summary-high-ticked-face): Ditto.
16066         (gnus-summary-low-ticked-face): Ditto.
16067         (gnus-summary-normal-ticked-face): Ditto.
16068         (gnus-summary-high-ancient-face): Ditto.
16069         (gnus-summary-low-ancient-face): Ditto.
16070         (gnus-summary-normal-ancient-face): Ditto.
16071         (gnus-summary-high-undownloaded-face): Ditto.
16072         (gnus-summary-low-undownloaded-face): Ditto.
16073         (gnus-summary-normal-undownloaded-face): Ditto.
16074         (gnus-summary-high-unread-face): Ditto.
16075         (gnus-summary-low-unread-face): Ditto.
16076         (gnus-summary-normal-unread-face): Ditto.
16077         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16078         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16079
16080         * hashcash.el (hashcash): New custom group.
16081         (hashcash-default-payment): Add :group.
16082         (hashcash-payment-alist): Ditto.
16083         (hashcash-default-accept-payment): Ditto.
16084         (hashcash-accept-resources): Ditto.
16085         (hashcash-path): Ditto.
16086         (hashcash-extra-generate-parameters): Ditto.
16087         (hashcash-double-spend-database): Ditto.
16088         (hashcash-in-news): Ditto.
16089
16090         * message.el (message-minibuffer-local-map): Add :group.
16091
16092         * netrc.el (netrc): Add :group.
16093
16094         * sieve-manage.el (sieve-manage-log): Add :group.
16095         (sieve-manage-default-user): Diito.
16096         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16097         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16098         (sieve-manage-authenticators): Ditto.
16099         (sieve-manage-authenticator-alist): Ditto.
16100         (sieve-manage-default-port): Ditto.
16101
16102         * sieve-mode.el (sieve-control-commands-face): Add :group.
16103         (sieve-action-commands-face): Ditto.
16104         (sieve-test-commands-face): Ditto.
16105         (sieve-tagged-arguments-face): Ditto.
16106
16107         * smime.el (smime): Add :group.
16108
16109         * spam-report.el (spam-report): Add :group.
16110
16111         * spam.el (spam, spam-face): Add :group.
16112
16113 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16114
16115         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16116         return \n.\n.\n at the end of articles.  Protect against that.
16117         (nntp-with-open-group): Allow debugging.
16118
16119         * nnheader.el (mail-header-set-extra): Make into a function
16120         because I just could't understand how to quote the list properly.
16121
16122         * dns.el (query-dns-cached): New function.
16123
16124 2005-05-26  Lute Kamstra  <lute@gnu.org>
16125
16126         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16127
16128 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16129
16130         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16131
16132         * gnus-art.el: Don't autoload mail-extract-address-components.
16133
16134         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16135         eval-and-compile to evaluate it.
16136
16137         * hashcash.el: Don't autoload executable-find.
16138
16139         * nndb.el: Don't declare the nndb back end two or more times; don't
16140         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16141
16142         * nntp.el: Autoload format-spec instead of format; use
16143         eval-and-compile to evaluate autoload forms.
16144
16145 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16146
16147         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16148
16149 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16150
16151         * gnus.el (gnus-version-number): Bump version.
16152
16153 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16154
16155         * gnus.el: No Gnus v0.3 is released.
16156
16157 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16158
16159         * lpath.el (featurep): Bind show-nonbreak-escape.
16160
16161 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16162
16163         * gnus-art.el (gnus-article-edit-part): Disable undo.
16164
16165 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16166
16167         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16168         gnus-article-date-lapsed-new-header is t if date timer is active;
16169         skip headers in which the original date value is empty.
16170         (gnus-article-save-original-date): Redefine it as a macro.
16171         (gnus-display-mime): Use it.
16172
16173 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16174
16175         * gnus-art.el (article-date-ut): Support converting date in
16176         forwarded parts as well.
16177         (gnus-article-save-original-date): New function.
16178         (gnus-display-mime): Use it.
16179
16180 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16181
16182         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16183         enclosure element of <item>.
16184
16185 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16186
16187         * message.el (message-kill-buffer-query): Rename from
16188         `message-kill-buffer-query-if-modified'.  Add :version.
16189
16190 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16191
16192         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16193         window layout.
16194
16195 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16196
16197         * mml.el: Autoload dnd when compiling.
16198
16199 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16200
16201         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16202         x-dnd-*.
16203
16204 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16205
16206         * qp.el (quoted-printable-encode-region): Save excursion.
16207
16208 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16209
16210         * message.el (message-kill-buffer-query-if-modified): Add new variable
16211         so the user can kill a modified message buffer quickly.
16212         (message-kill-buffer): Use it.
16213
16214 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16215
16216         * lpath.el: Fbind display-time-event-handler; don't fbind
16217         string-to-multibyte.
16218
16219         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16220
16221 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16222
16223         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16224         contained in text because xml.el decodes entities) with LFs.
16225
16226 2005-04-11  Lute Kamstra  <lute@gnu.org>
16227
16228         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16229         differently.
16230
16231 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16232
16233         * mm-util.el (mm-detect-coding-region): Typo.
16234
16235 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16236
16237         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16238
16239 2005-04-06  Deepak Goel  <deego@gnufans.org>
16240
16241         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16242         user-function allow user modifications of the scores.
16243         (spam-stat-score-buffer-user): New function, to allow
16244         user-computed modifications to the score.
16245         (spam-stat-score-buffer-user-functions): List of additional
16246         scoring functions.
16247         (spam-stat-error-holder): Global temporary error holder.
16248         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16249         variable.
16250
16251 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16252
16253         * gnus-registry.el (gnus-registry-clean-empty-function)
16254         (gnus-registry-trim, gnus-registry-fetch-groups)
16255         (gnus-registry-delete-group): Groups that match
16256         `gnus-registry-ignored-groups' are removed from the registry
16257         entries, not just ignored for splitting.  This helps clean up the
16258         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16259         to get all the groups a message ID is in.
16260
16261         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16262         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16263         (spam-stat-score-buffer-user-functions): Add :number custom type.
16264
16265 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16266
16267         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16268         argument in XEmacs.
16269
16270         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16271         (nnrss-request-group): Decode group name first.
16272         (nnrss-request-article): Make a text/plain article if mml-to-mime
16273         failed.
16274         (nnrss-get-encoding): Return a compatible encoding according to
16275         nnrss-compatible-encoding-alist.
16276         (nnrss-find-el): Use consp instead of listp.
16277         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16278
16279 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16280
16281         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16282         which Emacs 20 doesn't support.
16283         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16284
16285 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16286
16287         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16288         silence the byte compiler inside the defun.
16289
16290         * gnus-demon.el (parse-time-string): Add autoload.
16291
16292         * gnus-delay.el (parse-time-string): Add autoload.
16293
16294         * gnus-art.el (parse-time-string): Add autoload.
16295
16296         * nnultimate.el (parse-time): Require for `parse-time-string'.
16297
16298 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16299
16300         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16301
16302         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16303
16304         * smime.el (smime-ldap-host-list): Add :version.
16305
16306 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16307
16308         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16309         pass it to `gnus-browse-read-group'.
16310         (gnus-browse-read-group): Add NUMBER argument and pass it to
16311         `gnus-group-read-ephemeral-group'.
16312
16313         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16314         argument and pass it to `gnus-group-read-group'.
16315
16316 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16317
16318         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16319         mm-xemacs-find-mime-charset-1 if we have the mule feature
16320         available at runtime.
16321
16322 2005-03-25  Werner Lemberg  <wl@gnu.org>
16323
16324         * nnmaildir.el: Replace `illegal' with `invalid'.
16325
16326 2005-03-23  Lute Kamstra  <lute@gnu.org>
16327
16328         * time-date.el: Add comment on time value formats.
16329         Don't require parse-time.
16330         (with-decoded-time-value): New macro.
16331         (encode-time-value): New function.
16332         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16333         (days-to-time): Return a valid time value when arg is huge.
16334         (time-since): Use time-subtract.
16335         (time-to-number-of-days): Use time-to-seconds.
16336
16337 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16338
16339         * gnus-start.el (gnus-display-time-event-handler):
16340         Check display-time-timer at runtime rather than only at load time
16341         in case display-time-mode is turned off in the mean time.
16342
16343 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16344
16345         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16346         used.
16347
16348         * nneething.el (nneething-map-file-directory): Derive from
16349         `gnus-directory'.
16350
16351         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16352         the To/Cc button.
16353
16354 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16355
16356         * nnmaildir.el (nnmaildir-request-accept-article):
16357         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16358
16359 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16360
16361         * gnus-async.el: Require timer-funcs at compile time when in
16362         XEmacs for `run-with-idle-timer'.
16363
16364 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16365
16366         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16367         autoloaded function.
16368
16369 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16370
16371         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16372
16373 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16374
16375         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16376
16377 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16378
16379         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16380         Add gnus-expert-user to default.
16381
16382 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16383
16384         * nnimap.el (nnimap-open-server): Ditto.
16385
16386         * imap.el (imap-authenticate): Fix typo.
16387
16388 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16389
16390         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16391         buffer (since IMAP server might return FETCH response out of
16392         order, and the nntp buffer must be sorted).
16393
16394 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16395
16396         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16397         comparison on string.
16398
16399         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16400         (gnus-agent-score): Rename category keywords to match gnus-cus.
16401         (gnus-agent-summary-fetch-series): Modify to protect against
16402         gnus-agent-summary-fetch-group clearing processable flags.
16403         (gnus-agent-synchronize-group-flags): Update live group buffer as
16404         synchronization may occur due to the user toggle the plugged
16405         status.
16406         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16407         successfully downloaded.
16408         (gnus-agent-expire-group-1): Avoid using markers when the overview
16409         is in ascending order; greatly improves performance.
16410         (gnus-agent-regenerate-group):
16411         Use gnus-agent-synchronize-group-flags to reset read status in both
16412         gnus and server.
16413         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16414
16415 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16416
16417         * message.el: Don't autoload former message-utils variables.
16418         (message-strip-subject-trailing-was): Change doc string.
16419
16420         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16421         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16422         (nnweb-google-search): Add "hl=en" here.
16423         (nnweb-google-parse-1, nnweb-google-create-mapping):
16424         Don't hardcode URL.
16425
16426 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16427
16428         * message.el (message-get-reply-headers, message-followup):
16429         Mention related variables `message-use-followup-to' and
16430         `message-use-mail-followup-to', in the information buffer.
16431
16432         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16433         of broken groups(-beta).google.com.
16434
16435 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16436
16437         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16438         parameter to invoked gnus-request-move-article; remove the
16439         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16440         all at once instead of once per article.
16441         (gnus-summary-remove-process-mark): Accept a list of articles as
16442         well as a single article for processing.
16443
16444         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16445         parameter.
16446
16447         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16448
16449         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16450
16451         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16452         parameter.
16453
16454         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16455         parameter.
16456
16457         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16458         parameter and remove the gnus-sum-hint-move-is-internal variable.
16459
16460         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16461         parameter.
16462
16463         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16464         parameter.
16465
16466         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16467         parameter.
16468
16469         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16470
16471         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16472         parameter.
16473
16474         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16475         parameter.
16476
16477 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16478
16479         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16480         a more conservative way.
16481
16482 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16483
16484         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16485         buffer, so it moves the window's cursor.
16486
16487 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16488
16489         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16490         `mm-dissect-multipart' and receive the from field as an (optional)
16491         argument from `mm-dissect-multipart'.
16492         (mm-dissect-multipart): Receive the from field as an argument and
16493         pass it on when we call `mm-dissect-buffer' on MIME parts.
16494         Fixes verification/decryption of signed/encrypted MIME parts.
16495
16496 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16497
16498         * gnus-sum.el (gnus-summary-move-article):
16499         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16500         whatever it calls (right now, only nnimap-request-move article
16501         respects it).
16502
16503         * nnimap.el (nnimap-request-move-article):
16504         When gnus-sum-hint-move-is-internal is set, don't do the extra
16505         nnimap-request-article.
16506
16507 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16508
16509         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16510
16511         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16512         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16513
16514         * gnus-sum.el (gnus-summary-caesar-message):
16515         Apply `gnus-treat-article' after rotation.
16516
16517         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16518         doc string.
16519
16520 2005-02-22  Simon Josefsson  <jas@extundo.com>
16521
16522         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16523         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16524         <arne@arnested.dk>.
16525         (encrypt): Add password-cache and password-cache-expiry as group
16526         members.
16527
16528 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16529
16530         * smime.el (smime-ldap-host-list): Doc fix.
16531         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16532         cache) password.
16533         (smime-sign-region): Use it.
16534         (smime-decrypt-region): Use it.
16535         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16536         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16537         fails.
16538         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16539         certificate from DER to PEM format rather than calling openssl.
16540
16541         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16542
16543         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16544         for signing/encryption.
16545
16546         * mml.el (mml-parse-1): Use them.
16547
16548 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16549
16550         * nnrss.el (nnrss-verbose): Remove.
16551         (nnrss-request-group): Use `nnheader-message' instead.
16552
16553 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16554
16555         * nnrss.el (nnrss-verbose): New variable.
16556         (nnrss-request-group): Make it say nnrss is requesting a group.
16557
16558 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16559
16560         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16561         Handle news URL with given port correctly.
16562
16563 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16564
16565         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16566         containing special characters.
16567
16568         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16569
16570         * mml.el (mime-to-mml): Ditto.
16571
16572         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16573         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16574         (rfc2047-decode-region): Quote decoded words containing special
16575         characters when rfc2047-quote-decoded-words-containing-tspecials
16576         is non-nil.
16577
16578 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16579
16580         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16581
16582         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16583
16584 2005-02-15  Simon Josefsson  <jas@extundo.com>
16585
16586         * nnimap.el (nnimap-debug): Doc fix.
16587
16588         * imap.el (imap-debug): Doc fix.
16589
16590 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16591
16592         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16593
16594 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16595
16596         * gnus.el (spam-contents): Improve docs for spam-contents
16597         parameter in its variable incarnation.
16598
16599 2005-02-14  Simon Josefsson  <jas@extundo.com>
16600
16601         * smime-ldap.el: Use require instead of load-library for ldap.
16602         (smime-ldap-search): Indent.
16603         (smime-ldap-search-internal): Shorten line.
16604
16605         * smime.el (smime-cert-by-dns): Add doc-string.
16606         (smime-cert-by-ldap-1): Indent.
16607
16608         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16609         mml-smime-get-dns-ldap.
16610         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16611
16612 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16613
16614         * smime.el: Require smime-ldap.
16615         (smime-ldap-host-list): New variable.
16616         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16617
16618         * mml-smime.el (mml-smime-encrypt-query): New function.
16619         (mml-smime-encrypt-query): Use it.
16620
16621         * smime-ldap.el: New file.
16622
16623 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16624
16625         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16626
16627 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16628
16629         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16630         argument in doc string.  Make query for type more clear.
16631
16632 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16633
16634         * gnus.el (gnus-group-startup-message): Search for gnus images in
16635         etc/images/gnus.
16636         * mm-util.el (mm-image-load-path): Likewise.
16637         * smiley.el (smiley-data-directory): Search for smilies in
16638         etc/images/smilies.
16639
16640 2005-02-09  Kim F. Storm  <storm@cua.dk>
16641
16642         Change Emacs release version from 21.4 to 22.1 throughout.
16643         Change Emacs development version from 21.3.50 to 22.0.50.
16644
16645 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16646
16647         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16648
16649         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16650         non-Mule XEmacs as well.
16651         (mm-decompress-buffer): Signal an error intentionally if it does
16652         not decompress compressed data because auto-compression-mode is
16653         disabled.
16654
16655 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16656
16657         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16658         an ID in the registry even if it has no groups.
16659
16660 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16661
16662         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16663         merge it into mm-decompress-buffer.
16664         (gnus-mime-copy-part): Use the MIME part charset, the value which
16665         a user specified or gnus-newsgroup-charset for decoding, like
16666         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16667         save-buffer what was used.  Suggested by Kevin Ryde
16668         <user42@zip.com.au>.
16669         (gnus-mime-inline-part): Allow the name parameter as well as the
16670         filename parameter; force decompressing of compressed data; always
16671         display contents being not decoded as unibyte.
16672
16673         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16674         as well as the filename parameter.
16675
16676         * mm-util.el (mm-decompress-buffer):
16677         Merge gnus-mime-jka-compr-maybe-uncompress.
16678         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16679         of compressed data.
16680
16681 2005-02-08  Simon Josefsson  <jas@extundo.com>
16682
16683         * imap.el (imap-log): Doc fix.
16684
16685 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16686
16687         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16688         the coding cookies; decompress compressed parts.
16689
16690         * mml.el (mml-generate-mime-1): Add the charset parameter according
16691         to the value which a user specified manually or the coding cookie.
16692
16693         * mm-util.el (mm-string-to-multibyte): New function.
16694         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16695         (mm-coding-system-to-mime-charset): New function.
16696         (mm-decompress-buffer): New function.
16697         (mm-find-buffer-file-coding-system): New function.
16698
16699         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16700         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16701         parts.
16702
16703 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16704
16705         * mm-view.el (mm-display-inline-fontify): Decode a part according
16706         to the charset parameter.
16707
16708 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16709
16710         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16711         prefix arg is neither nil nor a number, as info specifies.
16712
16713 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16714
16715         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16716         timestamps.
16717
16718 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16719
16720         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16721         groups error checking and notify user.
16722
16723 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16724
16725         * message.el (message-send-mail-function): Check existence of
16726         sendmail-program first before using default value
16727         `message-send-mail-with-sendmail'.  Otherwise use more generic
16728         `smtpmail-send-it'.
16729
16730 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16731
16732         * nntp.el (nntp-request-update-info): Always return nil.
16733
16734 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16735
16736         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16737
16738 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16739
16740         * message.el (message-beginning-of-line): Change the behavior when
16741         invoked between BOL and : so that it first moves backward.
16742
16743 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16744
16745         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16746         article buffer when editing of the article is discarded.
16747         (gnus-article-prepare): Revert.
16748
16749 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16750
16751         * gnus-art.el (gnus-article-prepare):
16752         Remove message-strip-forbidden-properties from the local hook.
16753
16754 2005-01-27  Simon Josefsson  <jas@extundo.com>
16755
16756         * password.el (password-cache-add): Only start one timer per key.
16757         Reported by Derek Atkins <warlord@MIT.EDU>.
16758
16759 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16760
16761         * run-at-time.el: Remove.  It is no longer needed as
16762         timer-funcs.el in the xemacs-base package has a working version of
16763         `run-at-time'.
16764
16765         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16766
16767         * password.el: Require timer-funcs instead of run-at-time in
16768         XEmacs.
16769         Remove `password-run-at-time' macro.
16770         (password-cache-add): Use `run-at-time' instead of
16771         `password-run-at-time'.
16772
16773         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16774         Remove `nnheader-cancel-function-timers' alias,
16775         `cancel-function-timers' exists in XEmacs in timer-funcs.
16776
16777         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16778         for `run-with-idle-timer'.
16779
16780         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16781         for `run-at-time'.
16782
16783         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16784         for `with-timeout'.
16785
16786         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16787         the same as for XEmacs 21.4.
16788         No need to ignore `run-with-idle-timer', this function exists in
16789         XEmacs now in timer-funcs.el in the xemacs-base package.
16790         (dgnushack-compile): No need to delete
16791         run-at-time.el from the list of files to compile because it
16792         doesn't exist anymore.
16793
16794 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16795
16796         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16797         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16798
16799 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16800
16801         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16802         sensitively.
16803
16804 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16805
16806         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16807
16808 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16809
16810         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16811         which will be inserted according to the multibyteness of a buffer
16812         rather than the type of contents.  Suggested by ARISAWA Akihiro
16813         <ari@mbf.ocn.ne.jp>.
16814
16815         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16816         of string which old xml.el may return rather than a string.
16817
16818 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16819
16820         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16821
16822 2005-01-16  Simon Josefsson  <jas@extundo.com>
16823
16824         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16825         idn/idna.el isn't available.
16826         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16827         <michael@waxrat.com>.
16828
16829         * hashcash.el: Remove non-FSF copyright header.
16830
16831         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16832         (hashcash-generate-payment): Use it.
16833         (hashcash-generate-payment-async): Use it.
16834
16835 2005-01-15  Simon Josefsson  <jas@extundo.com>
16836
16837         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16838         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16839
16840         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16841         gnus-summary-idna-message.
16842         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16843         (gnus-summary-idna-message): New function.
16844
16845 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16846
16847         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16848         gnus-novice-user.
16849
16850 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16851
16852         * nnrss.el (nnrss-request-delete-group): Delete entries in
16853         nnrss-group-alist as well.
16854         (nnrss-save-server-data): Insert newline.
16855
16856 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16857
16858         * gnus.el (gnus-user-agent): Use list of symbols instead of
16859         symbols.  Display full version number for (S)XEmacs.
16860         Optionally display (S)XEmacs codename.
16861
16862         * gnus-util.el (gnus-emacs-version): Update for new
16863         `gnus-user-agent'.
16864
16865         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16866         Gnus version.
16867
16868 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16869
16870         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16871         which is unreadable in some setups.
16872
16873 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16874
16875         * gnus-spec.el (gnus-update-format-specifications): Flush the
16876         group format spec cache if it doesn't support decoded group names.
16877
16878 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16879
16880         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16881         Allow to apply decay on score files matching a regexp.
16882
16883 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16884
16885         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16886         compatibility in %g and %c.
16887
16888 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16889
16890         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16891         name for only %g and %c.
16892         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16893         of gnus-tmp-group to decoded group name.
16894         (gnus-group-make-rss-group): Exclude `/'s from group names.
16895
16896 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16897
16898         * nnrss.el (nnrss-get-encoding): Fix regexp.
16899
16900 2004-12-27  Simon Josefsson  <jas@extundo.com>
16901
16902         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16903         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16904         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16905
16906 2004-12-17  Kim F. Storm  <storm@cua.dk>
16907
16908         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16909
16910         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16911
16912 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16913
16914         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16915
16916 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16917
16918         * nnrss.el: Require rfc2047 and mml.
16919         (nnrss-file-coding-system): New variable.
16920         (nnrss-format-string): Redefine it as an inline function.
16921         (nnrss-decode-group-name): New function.
16922         (nnrss-string-as-multibyte): Remove.
16923         (nnrss-retrieve-headers): Decode group name; don't use
16924         nnrss-format-string.
16925         (nnrss-request-group): Decode group name.
16926         (nnrss-request-article): Decode group name; allow a Message-ID as
16927         well as an article number; don't use nnrss-format-string; encode a
16928         Message-ID string which may contain non-ASCII characters; use
16929         mml-to-mime to compose a MIME article.
16930         (nnrss-request-expire-articles): Decode group name.
16931         (nnrss-request-delete-group): Decode group name.
16932         (nnrss-fetch): Clarify error message.
16933         (nnrss-read-server-data): Use insert-file-contents instead of load;
16934         bind file-name-coding-system; use multibyte buffer.
16935         (nnrss-save-server-data): Bind coding-system-for-write to the
16936         value of nnrss-file-coding-system; bind file-name-coding-system;
16937         add coding cookie.
16938         (nnrss-read-group-data): Use insert-file-contents instead of load;
16939         bind file-name-coding-system; use multibyte buffer.
16940         (nnrss-save-group-data): Bind coding-system-for-write to the
16941         value of nnrss-file-coding-system; bind file-name-coding-system.
16942         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16943         make it work with non-ASCII text.
16944         (nnrss-find-el): Make it work with old xml.el as well.
16945
16946 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16947
16948         * nnrss.el (nnrss-get-encoding): New function.
16949         (nnrss-fetch): Use unibyte buffer initially; bind
16950         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16951         decode contents according to the encoding attribute.
16952         (nnrss-save-group-data): Add coding cookie.
16953         (nnrss-mime-encode-string): New function.
16954         (nnrss-check-group): Use it to encode subject and author.
16955
16956 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16957
16958         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16959         imaginary variable.
16960
16961 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16962
16963         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16964         correctly even if there are wide characters.
16965
16966 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16967
16968         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16969         downcased symbol names; make a new cache instead of reusing
16970         bbdb-hashtable.
16971
16972 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16973
16974         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16975         concatenating segments rather than before concatenating them.
16976         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16977
16978         * message.el (message-get-reply-headers): Bind `extra'.
16979
16980 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16981
16982         * message.el (message-extra-wide-headers): New variable.
16983         (message-get-reply-headers): Use it.
16984
16985 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16986
16987         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16988         (gnus-agent-group-pathname): Ditto.
16989
16990         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16991
16992         * gnus-group.el (gnus-group-make-group): Decode group name.
16993         (gnus-group-make-rss-group): Register the group data after opening
16994         the nnrss group.
16995
16996 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16997
16998         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16999         by expiry now get marked as read.
17000
17001 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17002
17003         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17004
17005 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
17006
17007         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17008         unify Latin characters in XEmacs.
17009         (mm-find-mime-charset-region): Use it.
17010
17011 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17012
17013         * gnus-util.el (gnus-delete-directory): New function.
17014
17015         * gnus-agent.el (gnus-agent-delete-group): Use it.
17016
17017         * gnus-cache.el (gnus-cache-delete-group): Use it.
17018
17019 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17020
17021         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17022         names.
17023
17024 2004-12-16  Simon Josefsson  <jas@extundo.com>
17025
17026         * hashcash.el (hashcash-payment-alist): Fix custom :type.
17027
17028 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17029
17030         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17031
17032         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17033         (gnus-group-set-current-level): Decode group name.
17034
17035 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
17036
17037         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17038         failed.
17039
17040 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17041
17042         * gnus-group.el (gnus-group-delete-group): Decode group name.
17043         (gnus-group-make-rss-group): Encode group name.
17044         (gnus-group-catchup-current): Decode group name.
17045         (gnus-group-kill-group): Decode group name.
17046
17047 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17048
17049         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17050
17051 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17052
17053         * gnus-group.el (gnus-group-make-rss-group):
17054         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17055
17056         * gnus-start.el (gnus-setup-news): Honor user's setting to
17057         gnus-message-archive-method.  Suggested by Lute Kamstra
17058         <lute@gnu.org>.
17059
17060 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
17061
17062         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17063         global counterparts of the buffer-local variables.
17064
17065 2004-11-16  Romain Francoise  <romain@orebokech.com>
17066
17067         * gnus-sum.el (gnus-summary-exit): Don't clear the global
17068         counterparts of the buffer-local variables.
17069
17070 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17071
17072         * message.el (message-forbidden-properties): Fix typo in doc
17073         string.
17074
17075 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17076
17077         * gnus-util.el (gnus-replace-in-string): Add doc string.
17078
17079         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17080         to avoid problems when splitting mails with many recipients.
17081
17082 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17083
17084         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17085         pop-to-buffer, covered by the subsequent gnus-configure-windows.
17086
17087 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
17088
17089         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17090         if there is no hashtable in memory or file modification time is
17091         newer than cached timestamp.
17092
17093 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17094
17095         * gnus-sum.el (gnus-summary-limit-to-recipient):
17096         Implement not-matching option.
17097
17098 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
17099
17100         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17101         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17102         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17103         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17104         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
17105         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17106
17107 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17108
17109         * message.el (message-forward-make-body-mml): Remove headers
17110         according to message-forward-ignored-headers if a message is decoded.
17111
17112 2004-12-02  Romain Francoise  <romain@orebokech.com>
17113
17114         * message.el (message-forward-make-body-plain): Always remove
17115         headers according to message-forward-ignored-headers.
17116
17117 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17118
17119         * spam.el (spam-summary-prepare-exit): Remove the
17120         gnus-summary-limit pop for now, it has problems with ham marks for
17121         me.
17122
17123 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17124
17125         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17126         correctly.
17127
17128 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17129
17130         * format-spec.el (format-spec): Message the char.
17131
17132 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17133
17134         * gnus-art.el (gnus-split-methods): Reformat comments.
17135
17136         * spam.el (spam-summary-prepare-exit): Remove article limits
17137         before exiting the summary buffer.
17138
17139 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17140
17141         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17142         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17143
17144         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17145         order to silence the byte compiler.
17146
17147         * spam.el: Fix the way to silence the byte compiler, which
17148         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17149         bbdb-search-simple, spam-BBDB-register-routine,
17150         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17151         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17152         spam-stat-buffer-is-spam, spam-stat-load,
17153         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17154         spam-stat-save and spam-stat-split-fancy.
17155
17156 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17157
17158         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17159         which may confuse users.
17160         (canlock-password-for-verify): Ditto.
17161
17162         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17163
17164         * gnus-art.el (gnus-emphasis-alist): Ditto.
17165
17166         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17167
17168         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17169
17170         * gnus-start.el (gnus-save-killed-list): Ditto.
17171
17172         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17173         (gnus-sum-thread-tree-root): Ditto.
17174         (gnus-sum-thread-tree-false-root): Ditto.
17175         (gnus-sum-thread-tree-single-indent): Ditto.
17176
17177         * message.el (message-courtesy-message): Ditto.
17178         (message-archive-note): Ditto.
17179         (message-subscribed-address-file): Ditto.
17180         (message-user-fqdn): Ditto.
17181
17182         * spam-report.el (spam-report-gmane-regex): Ditto.
17183
17184         * spam.el (spam-blackhole-good-server-regex): Ditto.
17185
17186 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17187
17188         * mml.el (mml-preview): Widen the message buffer before copying
17189         the contents to the preview buffer; sort headers before previewing.
17190
17191         * message.el (message-hidden-headers): Fix the way to avoid a bug
17192         in the `repeat' widget in Emacs 21.3 or earlier.
17193
17194 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17195
17196         * message.el (message-hidden-headers): Default to "^References:".
17197         Improve customization type.  Suggested by Reiner Steib
17198         <Reiner.Steib@gmx.de>.
17199
17200 2004-11-25  Romain Francoise  <romain@orebokech.com>
17201
17202         * message.el (message-strip-forbidden-properties): Remove check for
17203         obsolete `message-hidden' text property, hidden headers are not
17204         accessible in the buffer anymore.
17205
17206 2004-11-22  Romain Francoise  <romain@orebokech.com>
17207
17208         * message.el (message-header-format-alist): Add `From' in list
17209         so that it can be sorted.
17210         (message-fix-before-sending): Widen and sort headers before
17211         sending.
17212         (message-hide-headers): Use narrowing to hide headers by moving
17213         them to the top of the buffer and narrowing to the region
17214         underneath.
17215
17216 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17217
17218         * message.el (message-strip-forbidden-properties):
17219         Bind buffer-read-only (etc) to nil.
17220
17221 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17222
17223         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17224         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17225
17226 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17227
17228         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17229
17230 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17231
17232         * dns.el (query-dns): Use sit-for to time instead of
17233         accept-process-output, since that doesn't seem to work on udp
17234         sockets.
17235
17236 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17237
17238         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17239
17240 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17241
17242         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17243         doc string.  Improve doc string.
17244
17245 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17246
17247         * nntp.el (nntp-request-update-info): Return nil if
17248         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17249         may not call gnus-activate-group which uselessly issues the GROUP
17250         commands for all nntp groups and wastes time.  Reported by Romain
17251         Francoise <romain@orebokech.com>.
17252
17253         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17254
17255 2004-11-15  Simon Josefsson  <jas@extundo.com>
17256
17257         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17258         headers separately.
17259         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17260         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17261
17262 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17263
17264         * gnus-start.el (gnus-convert-old-newsrc):
17265         Assign legacy-gnus-agent to 5.10.7.
17266
17267 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17268
17269         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17270         start of the lines.
17271
17272 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17273
17274         * hashcash.el (hashcash-default-payment): Change default to 20.
17275         (hashcash-default-accept-payment): Change default to 20.
17276         (hashcash-process-alist): New variable.
17277         (hashcash-generate-payment-async): Add.
17278         (hashcash-already-paid-p): Add.
17279         (hashcash-insert-payment): Don't generate payments twice.
17280         (hashcash-insert-payment-async): Add.
17281         (hashcash-insert-payment-async-2): Add.
17282         (hashcash-cancel-async): Add.
17283         (hashcash-wait-async): Add.
17284         (hashcash-processes-running-p): Add.
17285         (hashcash-wait-or-cancel): Add.
17286         (mail-add-payment): New optional argument.  Conditionally start
17287         asynchronous calculation.
17288         (mail-add-payment-async): Add.
17289
17290         * message.el (message-send-mail): Wait for asynchronous hashcash
17291         results.  Don't clobber existing X-Hashcash headers.
17292         (message-setup-1): Call mail-add-payment-async when
17293         message-generate-hashcash is non-nil.
17294
17295 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17296
17297         * message.el (message-use-alternative-email-as-from): Examine the
17298         From header as well; use message-make-from in order to include a
17299         user's full name.
17300
17301 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17302
17303         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17304         default; improve customization type.
17305         (gnus-emphasis-custom-with-format): New macro.
17306         (gnus-emphasis-custom-value-to-external): New function.
17307         (gnus-emphasis-custom-value-to-internal): New function.
17308
17309 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17310
17311         * dns.el (query-dns): Resolve reverse addresses.
17312
17313 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17314
17315         * gnus-group.el (gnus-group-get-new-news): Use it.
17316
17317         * gnus-start.el (gnus-check-reasonable-setup): New function.
17318
17319 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17320
17321         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17322         "Args out of range" error.  Reported by Arnaud Giersch
17323         <arnaud.giersch@free.fr>.
17324
17325 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17326
17327         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17328
17329 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17330
17331         * spam.el (spam group): Add :version.
17332
17333         * pgg-def.el (pgg group): Add :version.
17334
17335 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17336
17337         * gnus-art.el (gnus-article-edit-article): Don't associate the
17338         article buffer with a draft file.  This is a temporary measure
17339         against the 2004-08-22 change to gnus-article-edit-mode.
17340
17341 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17342
17343         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17344         (html2text-format-tags): Remove unused variable `attr'.
17345
17346 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17347
17348         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17349
17350         * tls.el (tls-process-connection-type, tls-success)
17351         (tls-certtool-program): Add :version.
17352
17353         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17354         (starttls-extra-arguments, starttls-process-connection-type)
17355         (starttls-connect, starttls-failure, starttls-success): Add :version.
17356
17357         * spam-stat.el (spam-stat): Add :version.
17358
17359         * sieve.el (sieve): Add :version.
17360
17361         * sha1.el (sha1): Add :version.
17362         (sha1-use-external): Remove redundant version.
17363
17364         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17365         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17366         (nnmail-split-fancy-match-partial-words)
17367         (nnmail-split-lowercase-expanded): Add :version.
17368
17369         * nndiary.el (nndiary): Add :version.
17370
17371         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17372
17373         * mml-sec.el (mml-default-sign-method)
17374         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17375         Add :version.
17376
17377         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17378
17379         * mm-url.el (mm-url-use-external, mm-url-program)
17380         (mm-url-arguments): Add :version.
17381
17382         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17383         (mm-attachment-file-modes, mm-decrypt-option)
17384         (mm-w3m-safe-url-regexp): Add :version.
17385
17386         * message.el (message-cite-prefix-regexp)
17387         (message-sendmail-envelope-from, message-minibuffer-local-map)
17388         (message-user-fqdn, message-completion-alist): Add :version.
17389
17390         * gnus-win.el (gnus-configure-windows-hook)
17391         (gnus-use-frames-on-any-display): Add :version.
17392
17393         * gnus-art.el (gnus-article-address-banner-alist)
17394         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17395         (gnus-treat-from-picon, gnus-treat-mail-picon)
17396         (gnus-treat-x-pgp-sig): Add :version.
17397
17398         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17399         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17400         (gnus-summary-article-delete-hook)
17401         (gnus-summary-display-while-building): Add :version.
17402
17403         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17404         (gnus-get-top-new-news-hook): Add :version.
17405
17406         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17407         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17408
17409         * gnus-registry.el (gnus-registry): Add :version.
17410
17411         * gnus-spec.el (gnus-use-correct-string-widths)
17412         (gnus-make-format-preserve-properties): Add :version.
17413
17414         * gnus.el (gnus-group-charter-alist)
17415         (gnus-group-fetch-control-use-browse-url)
17416         (gnus-install-group-spam-parameters): Add :version.
17417
17418         * gnus-diary.el (gnus-diary): Add :version.
17419
17420         * gnus-delay.el (gnus-delay): Add :version.
17421
17422         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17423         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17424         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17425         Add :version.
17426
17427         * gnus-agent.el (gnus-agent-max-fetch-size)
17428         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17429         (gnus-agent-prompt-send-queue): Add :version.
17430
17431         * deuglify.el (gnus-outlook-deuglify): Add :version.
17432
17433         * html2text.el: Beautify code.  Improve doc strings.
17434         Some checkdoc cleanup.
17435         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17436
17437 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17438
17439         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17440
17441 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17442
17443         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17444         when package is loaded.
17445
17446         * spam.el (spam-summary-score-preferred-header): Add global preference
17447         for people who want to override the default SpamAssassin over
17448         Bogofilter preference (when both are set).
17449         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17450         (spam-user-format-function-S):
17451         Check spam-summary-score-preferred-header.
17452         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17453         (spam-user-format-function-S): Format the score correctly.
17454
17455 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17456
17457         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17458         signature file.  Suggested by Manoj Srivastava
17459         <srivasta@golden-gryphon.com>.
17460
17461         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17462         iso-2022-jp even in the Japanese language environment.
17463         Suggested by Jason Rumney <jasonr@gnu.org>.
17464
17465 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17466
17467         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17468         use the same characters as the dummy marks; make it free from
17469         getting affected by the language environment.
17470         (gnus-summary-read-group-1): Update mark positions only when the
17471         format spec is updated.
17472
17473         * gnus-spec.el (gnus-update-format-specifications): Return a list
17474         of updated types.
17475
17476 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17477
17478         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17479         of boundp to check if display-warning is available.
17480
17481 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17482
17483         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17484
17485 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17486
17487         * nnspool.el (nnspool-spool-directory): Use news-path if the
17488         news-directory variable is not bound.
17489
17490         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17491         function instead of display-warning if it is not available.
17492
17493 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17494
17495         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17496         v5-10: Use `point-at-bol'.
17497
17498 2004-10-26  Simon Josefsson  <jas@extundo.com>
17499
17500         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17501         <chenggao@gmail.com>.
17502
17503 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17504
17505         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17506         instead.
17507
17508 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17509
17510         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17511         to remove a server from the nnimap-server-buffer-alist.
17512         (nnimap-open-connection, nnimap-close-server): Use it.
17513
17514         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17515
17516 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17517
17518         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17519         running the major-mode function.
17520
17521 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17522
17523         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17524         dummy marks in the right way.
17525
17526 2004-10-18  David Edmondson  <dme@dme.org>
17527
17528         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17529         excessively.
17530
17531 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17532
17533         * gnus-util.el (gnus-split-references): Accept a nil references
17534         string and go on blissfully.
17535
17536         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17537         cases where the references string is non-nil but has no references.
17538
17539         * encrypt.el: Add autoload tags.
17540
17541         * spam.el (spam-resolve-registrations-routine): Remove article
17542         from unregistration list too.  Reported by David Hanak
17543         <dhanak@isis.vanderbilt.edu>
17544
17545 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17546
17547         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17548         nil.  Change custom type.
17549
17550 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17551
17552         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17553
17554         * gnus-sum.el (gnus-summary-move-article): Use it.
17555
17556 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17557
17558         * encrypt.el: Add autoload cookies.
17559
17560         * spam.el (spam-backend-article-list-property)
17561         (spam-backend-get-article-todo-list)
17562         (spam-backend-put-article-todo-list)
17563         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17564         Resolve registrations separately.
17565         (spam-register-routine): Format comments.
17566         (spam-unregister-routine, spam-register-routine): Always call with
17567         specific-articles, no default list.
17568         (spam-summary-prepare-exit): Use the spam-classifications function.
17569
17570         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17571         gnus-encrypt.el.
17572
17573         * encrypt.el: Copied from gnus-encrypt.el.
17574
17575         * gnus-encrypt.el: Commented that it's obsolete.
17576
17577 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17578
17579         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17580         (gnus-score-save): Use it.
17581
17582         * message.el (message-bury): Use `window-dedicated-p'.
17583
17584 2004-10-15  Simon Josefsson  <jas@extundo.com>
17585
17586         * pop3.el (top-level): Don't require nnheader.
17587         (pop3-read-timeout): Add.
17588         (pop3-accept-process-output): Add.
17589         (pop3-read-response, pop3-retr): Use it.
17590
17591 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17592
17593         * spam.el (spam-register-routine): Move comment.
17594         (spam-verify-bogofilter): Use 'unknown for the initial
17595         spam-bogofilter-valid state, not 'never.
17596
17597         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17598         for netrc-machine.
17599
17600         * nnimap.el (nnimap-open-connection):
17601         Use netrc-machine-user-or-password.
17602
17603 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17604
17605         * gnus-registry.el (gnus-registry-unload-hook):
17606         Set as a variable with add-hook.
17607
17608         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17609         of news-path.
17610
17611         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17612
17613         * spam.el: Delete duplicate `provide'.
17614         (spam-unload-hook): Set as a variable with add-hook.
17615
17616 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17617
17618         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17619         in the doc string.
17620
17621         * message.el (message-ignored-news-headers)
17622         (message-ignored-supersedes-headers)
17623         (message-ignored-resent-headers)
17624         (message-forward-ignored-headers): Improve custom type.
17625
17626 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17627
17628         * message.el (message-tokenize-header): Fix 2004-09-06 change
17629         which used point-min in the wrong place.
17630
17631 2004-10-12  Simon Josefsson  <jas@extundo.com>
17632
17633         * tls.el (tls-certtool-program): New variable.
17634         (tls-certificate-information): New function, based on
17635         ssl-certificate-information.
17636
17637 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17638
17639         * compface.el: Move the version of ELisp-based uncompface program
17640         to the contrib directory because of the copyright problem.
17641
17642 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17643
17644         * message.el (message-kill-buffer): Raise the current frame.
17645
17646 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17647
17648         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17649
17650         * gnus.el (message-y-or-n-p): Autoload.
17651
17652         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17653         (pop3-password-required, pop3-authentication-scheme)
17654         (pop3-leave-mail-on-server): Make customizable.
17655         (pop3): New custom group.
17656         (pop3-retr): Remove `sleep-for' statements.
17657         Suggested by Dave Love <fx@gnu.org>.
17658
17659         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17660         Windows/DOS.
17661
17662         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17663         (imap-parse-body): Fix incorrect use of `assert'.
17664         Suggested by Dave Love <fx@gnu.org>.
17665
17666         * mml.el (mml-minibuffer-read-disposition): Require match.
17667         Suggested by Dave Love <fx@gnu.org>.
17668
17669 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17670
17671         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17672         doc string.
17673
17674 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17675
17676         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17677
17678 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17679
17680         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17681         instead of calling `mm-insert-inline', to decode text/* parts
17682         before displaying them.
17683
17684 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17685
17686         * mm-uu.el (mm-uu-text-plain-type): New variable.
17687         (mm-uu-pgp-signed-extract-1): Use it.
17688         (mm-uu-pgp-encrypted-extract-1): Use it.
17689         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17690         bind mm-uu-text-plain-type with that value.
17691         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17692         mm-uu-dissect.
17693
17694 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17695
17696         * gnus-group.el (gnus-update-group-mark-positions):
17697         * gnus-sum.el (gnus-update-summary-mark-positions):
17698         * message.el (message-check-news-body-syntax):
17699         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17700         of string-as-multibyte.
17701
17702 2004-10-05  Juri Linkov  <juri@jurta.org>
17703
17704         * gnus-group.el (gnus-update-group-mark-positions):
17705         * gnus-sum.el (gnus-update-summary-mark-positions):
17706         * message.el (message-check-news-body-syntax):
17707         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17708         8-bit unibyte values to a multibyte string for search functions.
17709
17710 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17711
17712         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17713         (mm-uu-dissect-text-parts): New function.
17714
17715         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17716         dissect text parts.
17717
17718         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17719         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17720
17721         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17722
17723         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17724         Use gnus-current-topics instead of gnus-current-topic.
17725
17726 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17727
17728         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17729
17730 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17731
17732         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17733         where approriate.
17734
17735         * nnml.el (nnml-generate-active-info): do.
17736
17737         * nndiary.el (nndiary-generate-active-info): do.
17738
17739         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17740         (gnus-topic-move): do.
17741
17742         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17743         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17744
17745         * gnus-srvr.el (gnus-server-prepare)
17746         (gnus-server-open-all-servers): do.
17747
17748         * gnus-msg.el (gnus-summary-cancel-article)
17749         (gnus-summary-resend-message)
17750         (gnus-summary-mail-crosspost-complaint): do.
17751
17752         * gnus-move.el (gnus-change-server): do.
17753
17754         * gnus-group.el (gnus-group-unmark-all-groups)
17755         (gnus-group-set-current-level): do.
17756
17757 2004-10-04  Simon Josefsson  <jas@extundo.com>
17758
17759         * message.el (message-generate-hashcash): Doc fix.
17760
17761 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17762
17763         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17764         avoid infinite recursion via gnus-get-function.
17765
17766 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17767
17768         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17769
17770         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17771
17772         * nnmail.el (nnmail-split-history): do.
17773
17774         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17775         (nnml-request-delete-group): do.
17776
17777         * nnslashdot.el (nnslashdot-read-groups): do.
17778
17779         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17780         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17781
17782         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17783         (nnspool-sift-nov-with-sed): Use last.
17784         (nnspool-retrieve-headers-with-nov): Use mapc.
17785         (nnspool-request-newgroups): Use dolist.
17786         (nnspool-request-group): Use last.
17787
17788         * nntp.el (nntp-read-server-type): Use dolist.
17789
17790         * nnvirtual.el (nnvirtual-create-mapping)
17791         (nnvirtual-update-read-and-marked): Use dolist.
17792         (nnvirtual-convert-headers): Simplify.
17793
17794 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17795
17796         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17797         Add support for sync'ing tick marks.
17798
17799 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17800
17801         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17802         there's no visible header.
17803
17804 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17805
17806         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17807         When necessary, pass full group name to gnus-request-set-marks.
17808
17809 2004-10-01  Simon Josefsson  <jas@extundo.com>
17810
17811         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17812         acroread.
17813
17814 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17815
17816         * spam-report.el (spam-report-gmane): Fix interactive.
17817
17818         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17819
17820         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17821         when writing file.
17822         (gnus-agent-synchronize-flags): Don't default to being
17823         interactive.
17824
17825 2004-09-30  Simon Josefsson  <jas@extundo.com>
17826
17827         * message.el (message-generate-hashcash): Add.
17828         (message-send-mail): Use it, call mail-add-payment.
17829
17830 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17831
17832         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17833
17834 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17835
17836         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17837         gnus-requst-update-info with explicit code to sync the in-memory
17838         info read flags with the marks being sync'd to the backend.
17839
17840         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17841
17842 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17843
17844         * spam.el (spam-verify-bogofilter): Add new function.
17845         (spam-check-bogofilter)
17846         (spam-bogofilter-register-with-bogofilter): Use it.
17847         (spam-verify-bogofilter): Add small fixes.
17848
17849 2004-09-28  Simon Josefsson  <jas@extundo.com>
17850
17851         * hashcash.el (hashcash-generate-payment): Revert.
17852
17853 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17854
17855         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17856         Use gnus-extract-references instead of gnus-split-references.
17857
17858         * gnus-util.el (gnus-extract-references): Add new function, analogous
17859         to gnus-split-references but extracts only the message-ID without
17860         anything extra.
17861
17862         * hashcash.el (hashcash-generate-payment)
17863         (hashcash-check-payment): Do the right thing if hashcash-path is
17864         nil (because the hashcash program could not be found).
17865
17866         * spam.el (spam-use-hashcash): Remove comment.
17867
17868 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17869
17870         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17871         (gnus-cache-enter-article, gnus-cache-remove-article)
17872         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17873
17874         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17875
17876         * gnus-art.el (article-hide-boring-headers)
17877         (article-translate-strings, article-display-face)
17878         (gnus-article-mime-match-handle-first)
17879         (gnus-article-highlight-headers)
17880         (gnus-article-add-buttons-to-head): do.
17881
17882 2004-09-27  Simon Josefsson  <jas@extundo.com>
17883
17884         * hashcash.el: New version, from
17885         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17886         ../contrib/.
17887
17888 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17889
17890         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17891
17892 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17893
17894         * gnus-dup.el (gnus-dup-open): Use mapc.
17895         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17896
17897         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17898         Reported by Stefan Wiens <s.wi@gmx.net>.
17899
17900         * gnus.el (gnus-shutdown): Use dolist.
17901
17902         * gnus-undo.el (gnus-undo): Use mapc.
17903
17904         * nnrss.el (nnrss-generate-active): do.
17905
17906         * message.el (message-cite-original-without-signature)
17907         (message-cite-original): Use mapc.
17908         (message-do-actions, message-make-forward-subject): Use dolist.
17909
17910 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17911
17912         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17913         deletion to remove entire duplicate line.  Fixes merged article
17914         number bug.
17915
17916 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17917
17918         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17919         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17920         first ask if you want to open a server and then, even when you
17921         responded with no, asking if you want to synchronize the server's
17922         flags.
17923         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17924         multi-line expressions.
17925         (gnus-agent-synchronize-group-flags): New internal function.
17926         Updates marks in memory (in the info structure) AND in the
17927         backend.
17928
17929         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17930
17931         * nnagent.el (nnagent-request-set-mark):
17932         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17933         method, to ensure that synchronization updates marks in the
17934         backend and in the info (in memory) structure.
17935
17936 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17937
17938         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17939         convention fully; don't miss the root article of a thread; make
17940         the X-Draft-From header with correct article numbers.
17941
17942 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17943
17944         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17945         unless plugged.  Disable the agent so that an open failure causes
17946         an error.
17947
17948         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17949         Revert 2004-09-21 change.  The backend must be opened while
17950         synchronizing flags even when the backend stores the flags
17951         locally.
17952
17953 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17954
17955         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17956         in `header' match.  Reported by Svend Tollak Munkejord.
17957
17958         * message.el (message-cite-original): Fix use of
17959         `message-cite-articles-with-x-no-archive'.
17960
17961 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17962
17963         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17964         (gnus-window-to-buffer): Ditto.
17965
17966         * mml.el (mml-preview-buffer): New variable.
17967         (mml-preview): Manage window layout with gnus-buffer-configuration.
17968
17969         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17970         X-Draft-From header even if those articles aren't quoted.
17971
17972 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17973
17974         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17975         (gnus-request-set-mark, gnus-request-update-mark): Use new
17976         g-s-t-u-l-m to decide to use backend even when unplugged.
17977
17978 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17979
17980         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17981         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17982
17983 2004-09-20  Simon Josefsson  <jas@extundo.com>
17984
17985         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17986         "utf-16-le".
17987
17988 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17989
17990         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17991
17992 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17993
17994         * uudecode.el (uudecode-use-external): Add :version.
17995
17996         * smime.el (smime-CA-file, smime-encrypt-cipher)
17997         (smime-dns-server): Add :version.
17998
17999         * smiley.el (gnus-smiley-file-types): Add :version.
18000
18001         * sha1.el (sha1-use-external): Add :version.
18002
18003         * pgg-def.el (pgg-query-keyserver): Add :version.
18004
18005         * nnmail.el (nnmail-fancy-expiry-targets)
18006         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18007         Add :version.
18008
18009         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18010         (nnimap-retrieve-groups-asynchronous): Add :version.
18011         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
18012
18013         * mml.el (mml-content-disposition-parameters)
18014         (mml-insert-mime-headers-always): Add :version.
18015
18016         * mm-util.el (mm-coding-system-priorities): Add :version.
18017
18018         * mm-decode.el (mm-inline-text-html-with-images)
18019         (mm-keep-viewer-alive-types, mm-external-terminal-program)
18020         (mm-verify-option): Add :version.
18021         (mm-text-html-renderer): Change :version.
18022
18023         * message.el (message-fcc-externalize-attachments)
18024         (message-required-headers, message-draft-headers)
18025         (message-subject-trailing-was-query)
18026         (message-subject-trailing-was-ask-regexp)
18027         (message-subject-trailing-was-regexp, message-mark-insert-begin)
18028         (message-mark-insert-end, message-archive-header)
18029         (message-archive-note, message-cross-post-default)
18030         (message-cross-post-note, message-followup-to-note)
18031         (message-cross-post-note-function, message-use-mail-followup-to)
18032         (message-subscribed-address-functions)
18033         (message-subscribed-address-file, message-subscribed-addresses)
18034         (message-subscribed-regexps, message-allow-no-recipients)
18035         (message-yank-cited-prefix, message-signature-insert-empty-line)
18036         (message-hidden-headers, message-hierarchical-addresses)
18037         (message-mail-user-agent, message-use-idna)
18038         (message-valid-fqdn-regexp)
18039         (message-strip-special-text-properties, message-header-synonyms)
18040         (message-beginning-of-line, message-tab-body-function): Add :version.
18041         (message-insert-canlock, message-wide-reply-confirm-recipients):
18042         Change :version.
18043
18044         * mail-source.el (mail-source-ignore-errors): Add :group, :type
18045         and :version.
18046         (mail-source-delete-old-incoming-confirm)
18047         (mail-source-movemail-program): Add :version.
18048
18049         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18050         (gnus-agent-cache, gnus-agent): Change :version.
18051
18052         * gnus-util.el (gnus-use-byte-compile): Change :version.
18053
18054         * gnus-sum.el (gnus-summary-make-false-root-always)
18055         (gnus-summary-default-high-score)
18056         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18057         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18058         (gnus-read-all-available-headers, gnus-article-emulate-mime)
18059         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18060         (gnus-sum-thread-tree-single-indent)
18061         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18062         (gnus-sum-thread-tree-leaf-with-other)
18063         (gnus-sum-thread-tree-single-leaf): Add :version.
18064         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18065         (gnus-article-loose-mime): Change :version.
18066
18067         * gnus-start.el (gnus-backup-startup-file)
18068         (gnus-save-startup-file-via-temp-buffer): Add :version.
18069
18070         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18071         (gnus-server-offline-face): Add :version.
18072
18073         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18074
18075         * gnus-msg.el (gnus-gcc-externalize-attachments)
18076         (gnus-debug-files, gnus-debug-exclude-variables)
18077         (gnus-discouraged-post-methods): Change :version.
18078         (gnus-confirm-mail-reply-to-news)
18079         (gnus-confirm-treat-mail-like-news): Add :version.
18080
18081         * gnus-int.el (gnus-server-unopen-status): Add :version.
18082
18083         * gnus-group.el (gnus-group-jump-to-group-prompt)
18084         (gnus-large-ephemeral-newsgroup)
18085         (gnus-fetch-old-ephemeral-headers): Add :version.
18086
18087         * gnus-fun.el (gnus-x-face-directory)
18088         (gnus-convert-pbm-to-x-face-command)
18089         (gnus-convert-image-to-x-face-command)
18090         (gnus-convert-image-to-face-command): Add :version.
18091
18092         * gnus-delay.el (gnus-delay-default-hour): Add :version.
18093
18094         * gnus-cite.el (gnus-cite-blank-line-after-header)
18095         (gnus-article-boring-faces): Add :version.
18096
18097         * gnus-art.el (gnus-buttonized-mime-types)
18098         (gnus-inhibit-mime-unbuttonizing)
18099         (gnus-treat-display-face)
18100         (gnus-treat-body-boundary): Change :version.
18101         (gnus-body-boundary-delimiter, gnus-picon-databases)
18102         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18103         (gnus-treat-date-english, gnus-treat-fold-headers)
18104         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18105         (gnus-treat-mail-picon, gnus-treat-wash-html)
18106         (gnus-article-encrypt-protocol)
18107         (gnus-use-idna, gnus-article-over-scroll)
18108         (gnus-mime-display-multipart-alternative-as-mixed)
18109         (gnus-mime-display-multipart-related-as-mixed)
18110         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18111         (gnus-ctan-url, gnus-button-ctan-handler)
18112         (gnus-button-handle-ctan-bogus-regexp)
18113         (gnus-button-ctan-directory-regexp)
18114         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18115         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18116         (gnus-button-man-level, gnus-button-emacs-level)
18117         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18118
18119         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18120         (gnus-agent-go-online): Change :version.
18121         (gnus-agent-expire-unagentized-dirs)
18122         (gnus-agent-auto-agentize-methods): Add :version.
18123
18124         * flow-fill.el (fill-flowed-display-column)
18125         (fill-flowed-encode-column): Add :version.
18126
18127         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18128         (gnus-outlook-deuglify-unwrap-max)
18129         (gnus-outlook-deuglify-cite-marks)
18130         (gnus-outlook-deuglify-unwrap-stop-chars)
18131         (gnus-outlook-deuglify-no-wrap-chars)
18132         (gnus-outlook-deuglify-attrib-cut-regexp)
18133         (gnus-outlook-deuglify-attrib-verb-regexp)
18134         (gnus-outlook-deuglify-attrib-end-regexp)
18135         (gnus-outlook-display-hook): Add :version.
18136
18137         * binhex.el (binhex-use-external): Add :version.
18138
18139 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18140
18141         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18142         and `invisible'.
18143
18144 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18145
18146         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18147         in gnus-registry-trim.
18148
18149 2004-09-13  Simon Josefsson  <jas@extundo.com>
18150
18151         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18152
18153         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18154
18155         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18156         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18157         <yamaoka@jpl.org>.
18158         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18159         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18160         <yamaoka@jpl.org>.
18161
18162         * sieve.el (sieve-manage-mode): Ditto.
18163
18164 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18165
18166         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18167
18168 2004-09-11  Simon Josefsson  <jas@extundo.com>
18169
18170         * dns-mode.el: Add.
18171
18172         * mm-view.el (mm-display-dns-inline): Add.
18173
18174         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18175         (mm-automatic-display): Ditto.
18176
18177         * mailcap.el (mailcap-mime-data): Add text/dns.
18178         (mailcap-mime-extensions): Map .soa to text/dns.
18179
18180 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18181
18182         * gnus-art.el (article-decode-mime-words, article-babel)
18183         (gnus-article-highlight-signature, gnus-article-add-buttons)
18184         (gnus-signature-toggle): Remove unnecessary bindings of
18185         `inhibit-read-only' inherited from v5.10 merge.
18186
18187 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18188
18189         * nntp.el (nntp): New customization group.
18190         (nntp-authinfo-file): Add customization group.
18191
18192         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18193
18194         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18195
18196         * gnus.el (to-address, to-list, subscribed)
18197         (large-newsgroup-initial): Ditto.
18198
18199         * flow-fill.el (fill-flowed-display-column)
18200         (fill-flowed-encode-column): Ditto.
18201
18202 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18203
18204         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18205         Use point-min rather than 1.
18206         (message-send-mail): Use buffer-size rather than point-max.
18207
18208         * gnus-sum.el (gnus-summary-search-article-forward):
18209         Signal a specific `search-failed' rather than a generic `error'.
18210
18211         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18212         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18213         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18214
18215 2004-09-10  Simon Josefsson  <jas@extundo.com>
18216
18217         * nndb.el (require): Remove tcp and duplicate cl.
18218
18219 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18220
18221         * gnus-agent.el (directory-files-and-attributes): Move forward.
18222
18223 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18224
18225         * gnus-agent.el (directory-files-and-attributes):
18226         Optionally defined to support XEmacs.
18227
18228 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18229
18230         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18231         to avoid run-time CL dependencies.
18232         (gnus-agent-unfetch-articles): New function.
18233         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18234         article numbers even when local .overview file is missing.
18235         (gnus-agent-read-article-number): New function.  Only accepts
18236         27-bit article numbers.
18237         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18238         Use gnus-agent-read-article-number.
18239         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18240         from backend while recognizing that article numbers in .overview
18241         must be valid.
18242         (gnus-agent-update-files-total-fetched-for):
18243         Use directory-files-and-attributes to improve performance.
18244         * gnus-int.el (gnus-request-move-article):
18245         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18246         improve performance.
18247
18248         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18249         some users confused by references to .newsrc when they only have a
18250         .newsrc.eld file.
18251         (gnus-convert-mark-converter-prompt)
18252         (gnus-convert-converter-needs-prompt): Fix use of property list.
18253         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18254         New function.  Used internally to only display 'gnus converting
18255         files' message when actually necessary.
18256
18257         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18258         methods now autoloaded.
18259
18260 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18261
18262         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18263         identifiers.
18264
18265 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18266
18267         * gnus-picon.el: Fix indentation and closing parenthesis.
18268
18269 2004-09-01  Simon Josefsson  <jas@extundo.com>
18270
18271         * message.el (message-canlock-generate): Require sha1, not
18272         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18273         to require within a function.  Sadly, if sha1.el isn't loaded, the
18274         let binding in m-c-g will hide the defcustom definition, which is
18275         bad.)
18276
18277         * canlock.el: Require sha1, not sha1-el.
18278
18279         * message.el: Don't autoload sha1 (there is a autoload cookie in
18280         sha1.el).
18281
18282         * sha1-el.el: Rename to sha1.el.
18283
18284 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18285
18286         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18287
18288 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18289
18290         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18291
18292 2004-08-30  Kim F. Storm  <storm@cua.dk>
18293
18294         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18295
18296         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18297         Add :group 'nnimap.
18298
18299 2004-08-30  Andreas Schwab  <schwab@suse.de>
18300
18301         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18302         ?* and ?\;.
18303
18304         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18305         and ?\' to symbol instead of whitespace.
18306
18307 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18308
18309         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18310
18311         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18312         instead of re-search-forward.
18313
18314         * gnus-uu.el (gnus-uu-save-article): Ditto.
18315         (gnus-uu-post-encode-uuencode): Ditto.
18316
18317         * html2text.el (html2text-clean-list-items): Ditto.
18318         (html2text-clean-dtdd): Ditto.
18319         (html2text-format-tags): Ditto.
18320
18321         * message.el (message-send-mail-with-sendmail): Fix regexp.
18322         (message-fill-field-general): Use search-forward instead of
18323         re-search-forward.
18324         (unbold-region): Ditto.
18325
18326         * nnrss.el (nnrss-request-article): Ditto.
18327
18328         * nnslashdot.el (nnslashdot-request-article): Ditto.
18329
18330         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18331
18332         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18333         "Unrecognized menu descriptor" error in XEmacs.
18334
18335 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18336
18337         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18338         parent article of a sparse article in the thread hashtb.
18339
18340 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18341
18342         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18343         (nnmail-expand-newtext): Lowercase expanded entries if
18344         nnmail-split-lowercase-expanded is non-nil.
18345
18346 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18347
18348         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18349
18350         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18351         of gnus-tmp-news-method into string under XEmacs.  It will be
18352         passed to gnus-correct-length which takes only a string argument.
18353
18354 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18355
18356         * gnus-util.el (gnus-bind-print-variables): New macro.
18357         (gnus-prin1): Use it.
18358         (gnus-prin1-to-string): Use it.
18359         (gnus-pp): New function.
18360         (gnus-pp-to-string): New function.
18361
18362         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18363         Replace pp-to-string with gnus-pp-to-string.
18364         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18365         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18366         * gnus-msg.el (gnus-debug): Ditto.
18367         * gnus-score.el (gnus-score-save): Ditto.
18368         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18369         gnus-pp-to-string.
18370         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18371         with gnus-pp.
18372         * score-mode.el (gnus-score-pretty-print): Ditto.
18373         * webmail.el (webmail-debug): Ditto.
18374
18375 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18376
18377         * gnus-art.el (article-display-face, article-display-x-face):
18378         Use buffer-read-only.
18379
18380 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18381
18382         * gnus-art.el (article-hide-list-identifiers):
18383         Bind inhibit-read-only as t.
18384
18385 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18386
18387         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18388
18389 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18390
18391         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18392         (gnus-narrow-to-page): Don't assume point-min == 1.
18393         (gnus-article-edit-mode): Derive from message-mode.
18394
18395         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18396         point-min == 1.
18397
18398         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18399         Disable incorrect use of `assert'.
18400
18401         * message.el (message-mode): Set comment-start-skip.
18402
18403
18404 2004-08-22  Sam Steingold  <sds@gnu.org>
18405
18406         * pop3.el (pop3-leave-mail-on-server): New user variable.
18407         (pop3-movemail): Delete mail only when it is nil.
18408
18409 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18410
18411         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18412
18413         * mml.el (mml-preview): Use `pop-to-buffer'.
18414
18415         * message.el (message-goto-mail-followup-to): Insert after "To".
18416         (message-carefully-insert-headers): Add comment.
18417
18418         * gnus.el: Remove unused variable `gnus-article-check-size'.
18419
18420         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18421
18422         * gnus-art.el (gnus-button-alist):
18423         Improve `gnus-button-handle-library' entry.
18424
18425 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18426
18427         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18428         Use downcase, since XEmacs capitalizes error messages differently.
18429
18430 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18431
18432         * nntp.el: Add (require 'gnus) due to reference to
18433         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18434
18435 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18436
18437         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18438         Bind `mm-fill-flowed'.
18439
18440         * mm-decode.el (mm-dissect-singlepart): Check it.
18441
18442 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18443
18444         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18445         'imap' for netrc parsing.
18446
18447 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18448
18449         * mailcap.el (mailcap-mime-data): Mark as risky.
18450
18451 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18452
18453         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18454         may be included in the encoded word.
18455         (rfc2047-encode): Don't append a space if the encoded word
18456         includes close parenthesis.
18457
18458 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18459
18460         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18461         of text within parentheses.
18462
18463 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18464
18465         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18466         (gnus-encrypt-write-file-contents): Make the password key the file
18467         name PLUS the cipher, not just the cipher.  Also remove failed
18468         passwords from the cache.
18469
18470 2004-08-06  Simon Josefsson  <jas@extundo.com>
18471
18472         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18473         Doc fix.
18474
18475 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18476
18477         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18478         LWSP.
18479
18480 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18481
18482         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18483         Try to append in-reply-to: data to the references: header.
18484
18485         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18486         (netrc-parse): Use gnus-encrypt.el functions.
18487
18488         * gnus-encrypt.el: Add new file for encryption support; currently
18489         does only a few GPG ciphers and an internal XOR cipher.
18490
18491         * password.el: Add comments on using password-read-and-add.
18492         (password-read-and-add): Add function to read and add the
18493         password to the cache at once.
18494
18495 2004-07-28  Simon Josefsson  <jas@extundo.com>
18496
18497         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18498         parameter (but don't use it, for now).
18499
18500         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18501         instead of hard coding to nil.
18502
18503 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18504
18505         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18506         as mm-inline-image-xemacs does.
18507
18508 2004-07-26  Simon Josefsson  <jas@extundo.com>
18509
18510         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18511         Revert part of 2004-07-17 change below.
18512
18513 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18514
18515         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18516         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18517
18518 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18519
18520         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18521         quotes that actually start with ">" at the beginning of the
18522         lines.
18523
18524 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18525
18526         * rfc2047.el (rfc2047-encode-region): Fix last change.
18527         (rfc2047-encode-parameter): Remove useless concat.
18528
18529 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18530
18531         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18532         encode special characters; fix some kind of misconfigured headers;
18533         signal a real error if debug-on-quit or debug-on-error is non-nil.
18534         (rfc2047-encode-max-chars): New variable.
18535         (rfc2047-encode-1): Use it.
18536         (rfc2047-encode-parameter): New function.
18537
18538         * mml.el (mml-insert-parameter): Remove an excessive space.
18539
18540 2004-07-17  Simon Josefsson  <jas@extundo.com>
18541
18542         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18543         Kai Grossjohann <kai@emptydomain.de>.
18544         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18545         (gnus-group-make-menu-bar): Ditto.
18546
18547         * gnus-util.el (gnus-group-server): Add.
18548
18549 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18550
18551         * message.el (message-clone-locals): Clone sendmail and smtp
18552         variables.
18553
18554 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18555
18556         * rfc2047.el (rfc2047-encode-region): Fix last change.
18557
18558 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18559
18560         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18561         characters as non-special.
18562
18563 2004-07-09  Simon Josefsson  <jas@extundo.com>
18564
18565         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18566         Users will lose all flag changes made while unplugged with
18567         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18568         good default.  See numerous reports on ding mailing list.
18569
18570 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18571
18572         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18573         add generate-head-function and generate-article-function to the
18574         rfc822-forward entry.
18575         (nndoc-rfc822-forward-generate-article): New function.
18576         (nndoc-rfc822-forward-generate-head): New function.
18577
18578         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18579
18580 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18581
18582         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18583         respect display group parameter and gnus-summary-expunge-below.
18584         (gnus-articles-to-read): Remove unused reference to display group
18585         parameter.
18586
18587 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18588
18589         * nnheader.el (nnheader-uniquify-message-id): New experimental
18590         variable.
18591         (nnheader-nov-read-message-id): Use it.
18592
18593         * spam-report.el (spam-report-gmane): Add interactive.
18594
18595 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18596
18597         * mm-encode.el (mm-content-transfer-encoding-defaults):
18598         Use qp-or-base64 for the application/* types.
18599
18600 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18601
18602         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18603
18604 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18605
18606         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18607         trim value.
18608
18609 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18610
18611         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18612         New macro and function.
18613         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18614
18615 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18616
18617         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18618         after-load-alist.
18619
18620 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18621
18622         * gnus-group.el (gnus-group-get-new-news-this-group):
18623         Don't update info that isn't there.
18624
18625 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18626
18627         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18628         entry.
18629
18630 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18631
18632         * mm-view.el (mm-inline-render-with-function): Use multibyte
18633         buffer; decode html source by charset.
18634
18635         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18636
18637         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18638         Mule-UCS is loaded under XEmacs.
18639         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18640
18641 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18642
18643         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18644
18645 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18646
18647         * mm-util.el (mm-coding-system-p): Return a coding-system.
18648         (mm-mime-mule-charset-alist): Use shift_jis instead of
18649         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18650         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18651         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18652         instead of japanese-shift-jis and iso-latin-1 respectively in
18653         order to share the default value with both Emacs and XEmacs-mule.
18654         (mm-mule-charset-to-mime-charset):
18655         Make mm-coding-system-priorities effective.
18656         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18657         while predicating of candidates upon the priorities.
18658
18659 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18660
18661         * gnus-sum.el (gnus-summary-make-menu-bar):
18662         Add gnus-uu-invert-processable.
18663
18664         * gnus.el: Autoload gnus-uu-invert-processable.
18665
18666 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18667
18668         * mm-util.el (mm-with-multibyte-buffer): New macro.
18669
18670         * rfc2047.el (rfc2047-encode-string): Use it.
18671         (rfc2047-encode-region): Move point to the end of the region after
18672         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18673
18674 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18675
18676         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18677         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18678
18679 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18680
18681         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18682         (gnus-cite-parse): Ignore quoted envelope From_.
18683         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18684
18685 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18686
18687         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18688         invalid addresses.
18689
18690 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18691
18692         * spam.el: Change section markers, revise TODO list.
18693         (spam-backends): Make new master list of all installed backends.
18694         (spam-summary-exit-behavior): Add new variable to determine how
18695         messages moves are done at summary exit.
18696         (spam-move-spam-nonspam-groups-only)
18697         (spam-process-ham-in-nonham-groups)
18698         (spam-process-ham-in-spam-groups): Remove variables, the
18699         spam-summary-exit-behavior variable should be used to manage this
18700         behavior.
18701         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18702         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18703         and spam-old-spam-articles.
18704         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18705         Add empty variables, placeholders for the backends they represent.
18706         (spam-set-difference): Move, unchanged.
18707         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18708         unless the user has a processor variable.
18709         (spam-classifications, spam-classification-valid-p)
18710         (spam-backend-properties, spam-backend-property-valid-p)
18711         (spam-backend-function-type-valid-p)
18712         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18713         (spam-report-articles-gmane, spam-report-articles-resend):
18714         Remove functions, they are not needed.
18715         (spam-install-backend-super, spam-backend-list)
18716         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18717         (spam-backend-function, spam-backend-ham-registration-function)
18718         (spam-backend-spam-registration-function)
18719         (spam-backend-ham-unregistration-function)
18720         (spam-backend-spam-unregistration-function)
18721         (spam-backend-statistical-p, spam-backend-mover-p)
18722         (spam-install-backend-alias, spam-install-checkonly-backend)
18723         (spam-install-mover-backend, spam-install-nocheck-backend)
18724         (spam-install-backend, spam-install-statistical-backend)
18725         (spam-install-statistical-checkonly-backend): Add backend installation
18726         support.
18727         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18728         (spam-group-processor-p): Use the new backend code and respect the
18729         summary exit behavior.
18730         (spam-mark-spam-as-expired-and-move-routine): Remove.
18731         (spam-summary-prepare): Change to use the new spam-old-articles
18732         variable.
18733         (spam-copy-or-move-routine, spam-copy-spam-routine)
18734         (spam-move-spam-routine, spam-copy-ham-routine)
18735         (spam-move-ham-routine): Add code to copy/move ham or spam.
18736         (spam-fetch-field-fast): Improve doc and code, plus allow the
18737         'number request.
18738         (spam-list-of-checks, spam-list-of-statistical-checks):
18739         Remove variables.
18740         (spam-split, spam-find-spam): Use the new backend code.
18741         (spam-registration-functions): Remove variable.
18742         (spam-unregister-routine): Add convenience wrapper.
18743         (spam-log-undo-registration, spam-register-routine)
18744         (spam-log-processing-to-registry)
18745         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18746         where possible.
18747         (spam-check-gmane-xref, spam-check-regex-headers)
18748         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18749         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18750         (spam-check-bogofilter-headers, spam-check-spamoracle)
18751         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18752         (spam-check-crm114-headers): Use the spam-split-group that
18753         spam-split prepares, no need to determine it every time.
18754
18755         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18756         to the nnheader-parse-naked-head call.
18757
18758         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18759
18760         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18761         the nnheader-nov-read-message-id call.
18762
18763 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18764
18765         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18766         gnus-activate-group twice.  Suggested by Markus Peter
18767         <warp@spin.de>.
18768
18769 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18770
18771         * gnus-art.el (gnus-article-time-format): Exchange the order of
18772         day and month in the default value; fix customization type.
18773         (article-date-ut): Use add-text-properties.
18774         (article-make-date-line): Use message-make-date instead of
18775         current-time-string.
18776
18777         * message.el (message-fetch-field): Don't use set-text-properties.
18778         (message-make-date): Simplify.
18779
18780         * messagexmas.el (message-xmas-make-date): New function.
18781         (message-xmas-redefine): Defalias message-make-date to it.
18782
18783 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18784
18785         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18786         (rfc2047-encode-region): Treat text within parentheses as special;
18787         show the original text when error has occurred.
18788
18789         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18790         already-computed method to gnus-activate-group.
18791
18792         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18793         same select-methods identical Lisp objects.
18794
18795         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18796         object when modifying the info.
18797
18798 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18799
18800         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18801         gnus-opened-servers since it has never been opened with the new
18802         configuration yet.
18803
18804 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18805
18806         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18807         arg to nnheader-generate-fake-message-id.
18808
18809 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18810
18811         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18812         number and build a fake message ID localized to a group and
18813         article number (so it's repeatable from that point on).
18814         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18815         ID format.
18816
18817         * gnus-sum.el (gnus-get-newsgroup-headers):
18818         Call nnheader-generate-fake-message-id with the article number.
18819
18820 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18821
18822         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18823         end-of-buffer.
18824
18825 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18826
18827         * message.el (message-ignored-supersedes-headers): Add Approved.
18828
18829 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18830
18831         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18832         goto-char.
18833         (rfc2047-encode): Fold the line before encoding.
18834
18835 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18836
18837         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18838         folding -- not all headers can be folded, and this should be done
18839         by the message composition mode.  Probably.  I think.
18840
18841 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18842
18843         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18844         fast.
18845
18846         * gnus-ems.el (gnus-remove-image): Don't use
18847         message-text-with-property; remove only the image found first.
18848
18849         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18850         found first.
18851
18852 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18853
18854         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18855
18856 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18857
18858         * message.el (message-text-with-property): Make it fast and accept
18859         optional arguments.
18860         (message-strip-forbidden-properties): Use it.
18861         (message-fix-before-sending): Follow the m-t-w-p change.
18862
18863         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18864
18865 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18866
18867         * gnus-art.el (article-hide-headers): Don't change the buffer
18868         mistakenly when performing mml-preview even if
18869         gnus-single-article-buffer is nil.
18870
18871 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18872
18873         * message.el (message-expand-name-databases): New user option.
18874         (message-expand-name): Use it.
18875
18876 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18877
18878         * spam.el (spam-report-articles-resend)
18879         (spam-report-resend-register-routine): Allow ham reporting.
18880         (spam-report-resend-register-ham-routine): Add wrapper.
18881         (spam-registration-functions): Add ham resending functions.
18882         (spam-list-of-processors): Add ham resend processor.
18883
18884         * gnus.el (ham-resend-to): Add new group parameter.
18885         (spam-process): Add ham resend option.
18886
18887         * spam-report.el (spam-report-resend): Allow reporting ham.
18888         (spam-report-resend-ham): Add wrapper.
18889
18890 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18891
18892         * message.el (message-cite-articles-with-x-no-archive):
18893         New variable.
18894         (message-cite-original): Use it.
18895
18896 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18897
18898         * message.el (message-cite-original): Respect X-No-Archive.
18899
18900 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18901
18902         * gnus-art.el (article-hide-headers): Refer to the values for
18903         gnus-ignored-headers and gnus-visible-headers in the summary
18904         buffer since a user may have set them as group parameters.
18905
18906 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18907
18908         * assistant.el (assistant-node-name): Add convenience function.
18909         (assistant-render-text, assistant-render-node): Add error handling,
18910         plus handle multiple next nodes.
18911         (assistant-find-next-node): Comment out for now.
18912         (assistant-find-next-nodes): Add function, returns list of next
18913         nodes.
18914
18915 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18916
18917         * mail-source.el (mail-source-directory): Fix doc-string.
18918
18919 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18920
18921         * assistant.el (assistant-render-text, assistant-eval): Add :set
18922         widget type, which is different because it takes and returns a
18923         list.  Much hilarity ensues.
18924
18925 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18926
18927         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18928
18929         * gnus-group.el (gnus-group-get-new-news-this-group):
18930         Add doc-string.
18931
18932         * gnus-start.el (gnus-activate-group): Add doc-string.
18933
18934 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18935
18936         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18937
18938 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18939
18940         * assistant.el (assistant-render-text): Try to add a :set
18941         widget, more to come.
18942
18943         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18944         strings.
18945         (spam-report-articles-resend)
18946         (spam-register-routine): Do registration iff any articles warrant
18947         it.
18948         (spam-summary-prepare-exit): Change log message for nil group
18949         destinations.
18950
18951 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18952
18953         * spam.el (spam-report-resend-register-routine):
18954         Allow spam-report-resend-to to be a group parameter or a global value.
18955
18956 2004-05-26  Simon Josefsson  <jas@extundo.com>
18957
18958         * starttls.el: Merge with my GNUTLS based starttls.el.
18959         (starttls-gnutls-program, starttls-use-gnutls)
18960         (starttls-extra-arguments, starttls-process-connection-type)
18961         (starttls-connect, starttls-failure, starttls-success):
18962         New variables.
18963         (starttls-program, starttls-extra-args): Doc fix.
18964         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18965         New functions.
18966         (starttls-negotiate, starttls-open-stream):
18967         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18968         function if it is set.
18969
18970 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18971
18972         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18973         structured fields.
18974
18975 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18976
18977         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18978
18979 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18980
18981         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18982         Add variable.
18983         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18984         assigning the spam-mark to new messages.
18985
18986 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18987
18988         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18989
18990 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18991
18992         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18993
18994         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18995         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18996         default.
18997
18998 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18999
19000         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19001         correct data.
19002
19003 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
19004
19005         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19006         (spam-group-processor-p): Fix function.
19007         (spam-group-processor-multiple-p)
19008         (spam-group-spam-processor-report-gmane-p)
19009         (spam-group-spam-processor-report-resend-p)
19010         (spam-group-spam-processor-bogofilter-p)
19011         (spam-group-spam-processor-blacklist-p)
19012         (spam-group-spam-processor-ifile-p)
19013         (spam-group-ham-processor-ifile-p)
19014         (spam-group-spam-processor-spamoracle-p)
19015         (spam-group-spam-processor-crm114-p)
19016         (spam-group-ham-processor-bogofilter-p)
19017         (spam-group-spam-processor-stat-p)
19018         (spam-group-ham-processor-stat-p)
19019         (spam-group-ham-processor-whitelist-p)
19020         (spam-group-ham-processor-BBDB-p)
19021         (spam-group-ham-processor-spamoracle-p)
19022         (spam-group-ham-processor-copy-p): Remove functions with some
19023         prejudice against unneeded code.
19024         (spam-report-articles-resend)
19025         (spam-report-resend-register-routine): Allow the group/topic
19026         spam-resend-to value to override spam-report-resend-to.
19027         (spam-summary-prepare-exit): Invoke spam-group-processor-p
19028         properly now.
19029
19030         * gnus.el (spam-resend-to): Add group/topic parameter.
19031         (spam-process): Move the OBSOLETE processors to the end of the
19032         choices.
19033
19034 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
19035
19036         * spam-report.el (spam-report-resend-to, spam-report-resend):
19037         Start with resend-to set to nil, and then ask the user if necessary.
19038         (spam-report-resend): spam-report-resend takes a list of articles, not
19039         separate article numbers.
19040
19041 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19042
19043         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19044         addition to emacs-w3m.
19045
19046 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19047
19048         * assistant.el (assistant-authinfo-data): New function.
19049         (assistant-eval): Eval for entire assistant.
19050
19051         * netrc.el (netrc-services-file): New variable.
19052         (netrc-parse-services): New function.
19053         (netrc-find-service-name): New function.
19054         (netrc-find-service-number): New function.
19055         (netrc-port-equal): New function.
19056         (netrc-machine): Use it.
19057
19058         * nnimap.el (nnimap-open-connection): Use netrc.
19059
19060         * gnus-util.el (gnus-netrc-get): Remove aliases.
19061
19062         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19063
19064         * assistant.el (wid-edit): Fix compilation.
19065
19066         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19067
19068 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
19069
19070         * gnus-util.el (gnus-set-file-modes): New function.  (small
19071         patch).
19072
19073 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19074
19075         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19076
19077         * assistant.el (assistant-render-node): Fix up rendering and
19078         read-only text.
19079         (assistant-render-node): Reset.
19080         (assistant-make-read-only): Not sticky.
19081
19082 2004-05-20  Danny Siu  <dsiu@adobe.com>
19083
19084         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19085         centered even when gnus-auto-center-summary is t.
19086
19087 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19088
19089         * dns.el (dns-get-txt-answer): New function.
19090         (dns-read-txt): Ditto.
19091         (query-dns): Use it.
19092
19093 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19094
19095         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19096         active for foreign groups even if the group level is higher than
19097         the specified value.
19098
19099 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19100
19101         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19102         non-active groups.
19103
19104         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19105
19106 2004-05-20  Magnus Henoch  <mange@freemail.hu>
19107
19108         * dns.el (dns-read-type): Add support for SVR.  (small patch)
19109
19110 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19111
19112         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19113         (spam-crm114-header, spam-crm114-spam-switch)
19114         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19115         (spam-crm114-positive-spam-header)
19116         (spam-crm114-database-directory, spam-list-of-processors)
19117         (spam-group-spam-processor-crm114-p)
19118         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19119         (spam-generic-score, spam-list-of-checks)
19120         (spam-list-of-statistical-checks, spam-registration-functions)
19121         (spam-check-crm114-headers, spam-crm114-score)
19122         (spam-check-crm114, spam-crm114-register-with-crm114)
19123         (spam-crm114-register-spam-routine)
19124         (spam-crm114-unregister-spam-routine)
19125         (spam-crm114-register-ham-routine)
19126         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19127         From asjo@koldfront.dk (Adam Sjøgren).
19128
19129         * gnus.el: Add spam-use-crm114.
19130
19131         * spam.el (spam-list-of-processors, spam-registration-functions):
19132         Add spam-use-resend.
19133         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19134         (spam-report-articles-gmane): Add doc fix.
19135         (spam-report-articles-resend, spam-report-resend-register-routine):
19136         Add wrappers around spam-report-resend-to.
19137
19138         * spam-report.el (spam-report-resend-to, spam-report-resend):
19139         Add support for resending spam.
19140         (spam-report-gmane): Fix line length >80.
19141
19142         * gnus.el (spam-process): Add spam-use-resend.
19143
19144 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19145
19146         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19147         number of processed spam messages.
19148         (spam-ham-copy-or-move-routine): Return the number of processed
19149         ham messages.
19150         (spam-summary-prepare-exit): Use the above values to decide
19151         whether status messages shouled be displayed.
19152
19153 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19154
19155         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19156         `rfc2047-encoding-function-alist' in order to avoid conflicting
19157         with the old version.
19158         (rfc2047-encode-region): Concatenate words containing non-ASCII
19159         characters in structured fields; don't encode space-delimited
19160         ASCII words even in unstructured fields; don't break words at
19161         char-category boundaries.
19162         (rfc2047-encode-1): New function.
19163         (rfc2047-encode): Use it; encode text so that it occupies the
19164         maximum width within 76-column; work correctly on Q encoding for
19165         iso-2022-* charsets.
19166         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19167         sure not to break a line just after the header name.
19168         (rfc2047-b-encode-region): Remove.
19169         (rfc2047-b-encode-string): New function.
19170         (rfc2047-q-encode-region): Remove.
19171         (rfc2047-q-encode-string): New function.
19172
19173         * mm-util.el (mm-replace-in-string): New function.
19174
19175 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19176
19177         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19178         Really get it right.
19179         (gnus-inews-make-draft): Really.
19180
19181 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19182
19183         * nnmh.el (nnmh-request-list-1): Don't check the link count
19184         before descending.  (small patch)
19185
19186 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19187
19188         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19189         stuff.
19190
19191         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19192         Match on real group name.
19193
19194         * gnus-art.el (gnus-signature-limit): Doc fix.
19195
19196         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19197
19198         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19199
19200 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19201
19202         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19203         isn't a string.
19204
19205 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19206
19207         * gnus-draft.el (gnus-draft-send):
19208         Bind rfc2047-encode-encoded-words.
19209
19210         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19211         (rfc2047-encodable-p): Say that =? needs encoding.
19212         (rfc2047-encode-encoded-words): New variable.
19213
19214         * gnus-group.el (gnus-group-select-group): Doc fix.
19215
19216         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19217
19218         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19219         to nil.
19220
19221         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19222
19223         * nnheader.el (nnheader-get-lines-and-char): New function.
19224
19225 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19226
19227         * gnus-msg.el (gnus-summary-followup-with-original):
19228         Document yanking of region when active.
19229
19230 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19231
19232         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19233         groups if the group level is higher than the specified value.
19234
19235 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19236
19237         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19238         (gnus-group-jump-to-group): Add prefix argument using
19239         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19240         non-active group.
19241
19242         * compface.el (uncompface): Be verbose when changing
19243         `uncompface-use-external'.
19244
19245         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19246         handle manual section.
19247
19248 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19249
19250         * gnus-art.el (gnus-button-alist): Revert previous change.
19251
19252 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19253
19254         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19255
19256 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19257
19258         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19259         whether backend can accept message.
19260
19261         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19262
19263 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19264
19265         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19266         Avoid creating directory when nntp-marks-is-evil is true.
19267         Reported by Reiner Steib.
19268
19269 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19270
19271         * gnus-picon.el (gnus-picon-style): New variable.
19272         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19273         (gnus-picon-transform-address): Support `gnus-picon-style'.
19274         From Jesper Harder <harder@ifa.au.dk>.
19275
19276 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19277
19278         * message.el (message-fill-field): Return point.
19279         (message-generate-headers): Go to end of field.
19280
19281         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19282         stuff for non-living groups.
19283
19284 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19285
19286         * gnus-art.el (gnus-article-followup-with-original)
19287         (gnus-article-reply-with-original): gnus-mark-active-p ->
19288         gnus-region-active-p.
19289
19290 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19291
19292         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19293         only when there is spam or ham to be processed.
19294
19295 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19296
19297         * mail-source.el (mail-source-delete-crash-box): Refactor.
19298         (mail-source-fetch): Use it.
19299         (mail-source-fetch-file): Ditto.
19300         (mail-source-fetch-directory): Run postscript in loop.
19301         (mail-source-fetch-pop): Delete.
19302         (mail-source-fetch-maildir): Ditto.
19303         (mail-source-fetch-imap): Ditto.
19304
19305         * imap.el (imap-authenticators): Comment out sasl.
19306
19307         * message.el (message-skip-to-next-address): New function.
19308         (message-fill-header-address): Refactor.
19309         (message-fill-address): Use it.
19310         (message-delete-address): Use it.
19311         (message-fill-header-general): Refactor.
19312         (message-fill-field-address): Rename.
19313         (message-narrow-to-field): Find the start of the header.
19314         (message-header-format-alist): Don't pre-fill.
19315         (message-fill-header): Remove.
19316         (message-insert-header): New function.
19317         (message-shorten-references): Use it.
19318
19319         * rfc2047.el (rfc2047-field-value): Strip props.
19320
19321         * mail-parse.el (mail-header-make-address): New alias.
19322
19323         * ietf-drums.el (ietf-drums-make-address): New function.
19324
19325         * imap.el: Add compiler directives.
19326
19327         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19328
19329         * gnus-art.el (article-decode-idna-rhs): Don't use
19330         message-idna-inside-rhs-p.
19331
19332 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19333
19334         * message.el (message-idna-inside-rhs-p): Remove.
19335         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19336
19337         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19338         false positives.
19339
19340 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19341
19342         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19343
19344 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19345
19346         * nneething.el (nneething-file-name): Don't create spurious
19347         files.
19348
19349         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19350         (gnus-inews-do-gcc): Remove sleep.
19351
19352         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19353         part under point.
19354
19355         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19356         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19357
19358 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19359
19360         * spam.el (spam-summary-prepare-exit): Fix (length).
19361
19362 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19363
19364         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19365         as expired without moving it" message when there are spam
19366         messages left.
19367
19368 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19369
19370         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19371         header is not nil.
19372
19373 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19374
19375         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19376         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19377         (nntp-marks-changed-p): New arg SERVER.
19378         (nntp-request-update-info): Adjust caller.
19379
19380 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19381
19382         * nntp.el (nntp-save-marks): Pass missing arg.
19383
19384 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19385
19386         * nntp.el: Support marks.
19387         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19388         (nntp-marks-modtime, nntp-marks-directory): New variables.
19389         (nntp-request-set-mark, nntp-request-update-info)
19390         (nntp-possibly-create-directory, nntp-marks-changed-p)
19391         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19392         New functions.
19393
19394 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19395
19396         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19397         (gnus-xmas-redefine): Rename.
19398
19399         * gnus-score.el (gnus-score-insert-help):
19400         Use gnus-select-lowest-window.
19401
19402         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19403         appt-select-lowest-window and rename to gnus-select-lowest-window.
19404
19405         * gnus.el: do.
19406
19407 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19408
19409         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19410         encodings of MIME-encoded words, in order to improve
19411         interoperability with several broken MUAs.
19412
19413 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19414
19415         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19416         tags, only when charsets are not specified in headers.
19417         (mm-inline-text-html-render-with-w3m): Ditto.
19418
19419         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19420         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19421
19422 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19423
19424         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19425         instead of MIME-decoded from fields when checking
19426         `gnus-article-address-banner-alist'.
19427
19428 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19429
19430         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19431         description rather than subject.
19432
19433 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19434
19435         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19436
19437 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19438
19439         * gnus.el (gnus-version-number): Bump.
19440
19441 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19442
19443         * gnus.el: No Gnus v0.2 is released.
19444
19445 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19446
19447         * gnus-agent.el (gnus-agent-read-agentview):
19448         Inline gnus-uncompress-range.
19449
19450 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19451
19452         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19453         `exec-installed-p'.
19454
19455 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19456
19457         * gnus.el (spam-process, spam-autodetect-methods):
19458         Add bsfilter and bsfilter-headers.
19459
19460         * spam.el (spam-bsfilter): New customize group.
19461         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19462         (spam-bsfilter-header, spam-bsfilter-probability-header)
19463         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19464         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19465         (spam-bsfilter-database-directory): New options.
19466         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19467         (spam-list-of-statistical-checks, spam-registration-functions):
19468         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19469         (spam-bsfilter-score): New command.
19470         (spam-check-bsfilter-headers, spam-check-bsfilter)
19471         (spam-bsfilter-register-with-bsfilter)
19472         (spam-bsfilter-register-spam-routine)
19473         (spam-bsfilter-unregister-spam-routine)
19474         (spam-bsfilter-register-ham-routine)
19475         (spam-bsfilter-unregister-ham-routine): New functions.
19476         (spam-generic-score): Support bsfilter; Accept an optional argument
19477         to recalcurate spam score even if scoring header has already been
19478         added.
19479         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19480         optional argument to recalcurate spam score even if scoring header
19481         has already been added.
19482
19483 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19484
19485         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19486         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19487         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19488         link is missing.
19489
19490 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19491
19492         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19493         (html2text-get-attr): Rewrite.
19494
19495         * message.el (message-setup-1): Remove redundant put-text-property
19496         on mail-header-separator.
19497
19498 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19499
19500         * gnus-registry.el (gnus-registry-cache-whitespace)
19501         (gnus-registry-action, gnus-registry-spool-action)
19502         (gnus-registry-split-fancy-with-parent): Change message levels
19503         from 5 to 3 or 7, as needed.
19504
19505         * spam.el (spam-summary-prepare-exit)
19506         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19507         (spam-split, spam-find-spam, spam-log-undo-registration)
19508         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19509         level from 5 to 6.
19510
19511 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19512
19513         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19514         2004-03-04 change).
19515
19516 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19517
19518         * sieve-manage.el (sieve-manage-open):
19519         * nnweb.el (nnweb-insert-html):
19520         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19521         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19522         * nnspool.el (nnspool-request-group):
19523         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19524         * nnml.el (nnml-request-update-info):
19525         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19526         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19527         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19528         (nnimap-request-set-mark):
19529         * nnfolder.el (nnfolder-request-update-info):
19530         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19531         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19532         * gnus-uu.el (gnus-uu-find-articles-matching):
19533         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19534         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19535         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19536         * gnus-nocem.el (gnus-nocem-scan-groups):
19537         * gnus-int.el (gnus-start-news-server):
19538         * gnus-group.el (gnus-group-make-kiboze-group)
19539         (gnus-group-browse-foreign-server):
19540         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19541         Use mapc when appropriate.
19542
19543 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19544
19545         FIXME: Make separate entries for each person.
19546
19547         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19548         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19549         <shields@msrl.com>:
19550
19551         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19552         may need for spam sorting and scoring.
19553         (spam-user-format-function-S): Add user format function suitable for
19554         general use.
19555         (spam-article-sort-by-spam-status): Add sorting function for summary
19556         sorting.
19557         (spam-extra-header-to-number): Add function to get a score from a
19558         header.
19559         (spam-summary-score): Add function to get a numeric score from the
19560         headers.
19561         (spam-generic-score): Fix function doc, was in wrong place.
19562         (spam-initialize): Take symbols when it's run, and install the
19563         extra headers that spam-necessary-extra-headers thinks we need.
19564
19565 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19566
19567         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19568         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19569
19570 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19571
19572         * gnus-sum.el (gnus-set-global-variables)
19573         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19574         (gnus-article-get-xrefs, gnus-summary-best-group)
19575         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19576         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19577         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19578         Use with-current-buffer.
19579
19580 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19581
19582         * spam.el (spam-summary-prepare-exit): Simplify logic.
19583         (spam-fetch-article-header): Read the article header if it's not
19584         available.
19585         (spam-list-articles): Simplify logic.
19586         (spam-filelist-register-routine): Fix bug with unregister-list.
19587
19588         * gnus-registry.el: Fix comments at beginning.
19589
19590 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19591
19592         * message.el (message-cater-to-broken-inn): Remove.
19593         (message-shorten-references): Make sure the total folded length of
19594         References is shorter than 998 characters to cater to a bug in INN
19595         2.3.  Also, don't pretend that references aren't folded -- this
19596         hasn't worked for a while.
19597
19598 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19599
19600         * gnus-agent.el (gnus-agentize):
19601         gnus-agent-send-mail-real-function no longer set to current value
19602         of message-send-mail-function but rather a lambda that calls
19603         message-send-mail-function.  The change makes the agent real-time
19604         responsive to user changes to message-send-mail-function.
19605
19606 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19607
19608         * legacy-gnus-agent.el
19609         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19610         help from Florian Weimer <fw@deneb.enyo.de>
19611
19612 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19613
19614         * nnmail.el (nnmail-cache-insert): Revert last change.
19615
19616 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19617
19618         * nnmail.el (nnmail-cache-insert): Always check whether
19619         nnmail-cache-ignore-groups matches a group name.
19620
19621 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19622
19623         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19624         (spam-find-spam, spam-log-processing-to-registry)
19625         (spam-log-registered-p, spam-log-unregistration-needed-p)
19626         (spam-log-undo-registration): Use gnus-message instead of
19627         gnus-error, none of these errors are fatal.
19628
19629         * gnus-registry.el (gnus-registry-clean-empty-function)
19630         (gnus-registry-clean-empty): Remove only empty entries without
19631         extra data.
19632
19633 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19634
19635         * spam-stat.el (spam-stat-buffer-change-to-spam)
19636         (spam-stat-buffer-change-to-non-spam): Change (error) to
19637         (gnus-message 8) invocation.
19638
19639 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19640
19641         * nntp.el (nntp-via-netcat-command): New variable.
19642         (nntp-via-netcat-switches): New variable.
19643         (nntp-open-via-rlogin-and-netcat): New function.
19644         (nntp-open-connection-function): Doc fix.
19645         (nntp-telnet-command): Doc fix.
19646         (nntp-end-of-line): Doc fix.
19647         (nntp-via-rlogin-command): Doc fix.
19648         (nntp-via-user-name): Doc fix.
19649         (nntp-via-address): Doc fix.
19650
19651 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19652
19653         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19654         error in Emacs 21.1.
19655
19656 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19657
19658         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19659
19660 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19661
19662         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19663         (gnus-agent-with-refreshed-group): New macro.
19664         (gnus-agent-rename-group): New function.
19665         (gnus-agent-delete-group): New function.
19666         (gnus-agent-save-group-info): Use gnus-command-method when
19667         `method' parameter is nil.  Don't write nil entries into the
19668         active file.
19669         (gnus-agent-get-group-info): New function.
19670         (gnus-agent-fetch-articles):
19671         Use gnus-agent-update-files-total-fetched-for to increment disk space
19672         used.
19673         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19674         Use gnus-agent-update-view-total-fetched-for to increment disk space
19675         used.
19676         (gnus-agent-get-local): Add optional parameters to avoid calling
19677         gnus-group-real-name and gnus-find-method-for-group.
19678         (gnus-agent-set-local): Delete stored entry if either min, or max,
19679         are nil.
19680         (gnus-agent-fetch-session): Reworded error/quit messages.
19681         On quit, use gnus-agent-regenerate-group to record existance of any
19682         articles fetched to disk before the quit occurred.
19683         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19684         gnus-agent-update-view-total-fetched-for, and
19685         gnus-agent-update-files-total-fetched-for to decrement disk space
19686         used.
19687         (gnus-agent-retrieve-headers):
19688         Use gnus-agent-update-view-total-fetched-for to increment disk space
19689         used.
19690         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19691         with gnus-agent-update-files-total-fetched-for to decrement disk
19692         space and fresh group buffer.
19693         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19694         (gnus-agent-need-update-total-fetched-for): New variable.
19695         (gnus-agent-update-files-total-fetched-for): New function.
19696         (gnus-agent-update-view-total-fetched-for): New function.
19697         (gnus-agent-total-fetched-for): New function.
19698
19699         * gnus-cache.el (gnus-cache-save-buffers):
19700         Use gnus-cache-update-overview-total-fetched-for to change disk space
19701         used by this group.
19702         (gnus-cache-possibly-enter-article):
19703         Use gnus-cache-update-file-total-fetched-for to increment disk space
19704         used by this group.
19705         (gnus-cache-possibly-remove-article):
19706         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19707         used by this group.
19708         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19709         (gnus-cache-rename-group): New function.
19710         (gnus-cache-delete-group): New function.
19711         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19712         (gnus-cache-need-update-total-fetched-for): New variable.
19713         (gnus-cache-with-refreshed-group): New macro.
19714         (gnus-cache-update-file-total-fetched-for): New function.
19715         (gnus-cache-update-overview-total-fetched-for): New function.
19716         (gnus-cache-rename-group-total-fetched-for): New function.
19717         (gnus-cache-delete-group-total-fetched-for): New function.
19718         (gnus-cache-total-fetched-for): New function.
19719
19720         * gnus-group.el: Require gnus-sum and autoload functions to
19721         resolve warnings when gnus-group.el compiled alone.
19722         (gnus-group-line-format): Documented new %F.
19723         (size of Fetched data) group line format; identifies disk space
19724         used by agent and cache.
19725         (gnus-group-line-format-alist): Defined new F format.
19726         (gnus-total-fetched-for): New function.
19727         (gnus-group-delete-group): No longer update
19728         gnus-cache-active-altered as gnus-request-delete-group now keeps
19729         the cache in sync.
19730         (gnus-group-list-active): Let the agent store a server's active
19731         list if currently plugged.
19732
19733         * gnus-int.el (gnus-request-delete-group):
19734         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19735         local disk in sync with the server.
19736         (gnus-request-rename-group):
19737         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19738         local disk in sync with the server.
19739
19740         * gnus-start.el (gnus-get-unread-articles):
19741         Cosmetic simplification to logic.
19742
19743         * gnus-util.el (gnus-rename-file): New function.
19744
19745 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19746
19747         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19748
19749 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19750
19751         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19752         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19753
19754 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19755
19756         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19757         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19758
19759 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19760
19761         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19762
19763 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19764
19765         * spam.el (spam-set-difference): Add function to replace
19766         gnus-set-difference in spam.el.
19767         (spam-summary-prepare-exit): Use spam-set-difference.
19768
19769 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19770
19771         * gnus-registry.el (gnus-registry-cache-file): Update to use
19772         gnus-dribble-directory OR gnus-home-directory OR ~.
19773         (gnus-registry-split-fancy-with-parent): Fix doc.
19774
19775 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19776
19777         * message.el (message-exchange-point-and-mark):
19778         Use message-mark-active-p.  Suggested by Jesper Harder
19779         <harder@ifa.au.dk>.
19780
19781 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19782
19783         * message.el (message-exchange-point-and-mark): Don't activate
19784         region if it was inactive.  Suggested by Hiroshi Fujishima
19785         <pooh@nature.tsukuba.ac.jp>.
19786
19787 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19788
19789         * gnus-art.el (article-display-face): Display Faces in the same
19790         order as X-Faces.
19791
19792 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19793
19794         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19795
19796 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19797
19798         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19799         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19800         (gnus-article-mime-hierarchy): Remove.
19801         (gnus-article-mime-hierarchy-next): Remove.
19802         (gnus-article-mode): Revert 2004-03-19 change.
19803         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19804         (gnus-insert-mime-button): Revert 2004-03-19 change.
19805         (gnus-mime-accumulate-hierarchy): Remove.
19806         (gnus-mime-enter-multipart): Remove.
19807         (gnus-mime-leave-multipart): Remove.
19808         (gnus-mime-display-part): Revert 2004-03-19 change.
19809         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19810
19811         * mml.el (mml-preview): Revert 2004-03-19 change.
19812
19813 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19814
19815         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19816
19817 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19818
19819         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19820         t while entering a file name using the mm-with-multibyte macro.
19821         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19822
19823         * mm-util.el (mm-with-multibyte): New macro.
19824
19825 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19826
19827         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19828         New user option.
19829         (gnus-mime-multipart-functions): Doc and customization fix.
19830         (gnus-article-mime-hierarchy): New variable.
19831         (gnus-article-mime-hierarchy-next): New variable.
19832         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19833         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19834         gnus-article-mime-hierarchy-next to nil.
19835         (gnus-insert-mime-button): Show hierarchy numbers.
19836         (gnus-mime-accumulate-hierarchy): New function.
19837         (gnus-mime-enter-multipart): New function.
19838         (gnus-mime-leave-multipart): New function.
19839         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19840         (gnus-mime-display-alternative): Show hierarchy numbers.
19841
19842         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19843         gnus-article-mime-hierarchy-next to nil.
19844
19845 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19846
19847         * dns.el: Don't require gnus-xmas.
19848
19849 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19850
19851         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19852         inline PGP.
19853         (mml-menu): Disable mml-quote-region if mark is inactive.
19854
19855 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19856
19857         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19858         when the group's active is not available.
19859
19860 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19861
19862         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19863         error.
19864
19865 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19866
19867         * imap.el (imap-store-password): New variable.
19868         (imap-interactive-login): Use it.
19869         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19870
19871 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19872
19873         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19874         window-start and hscroll to summary window.
19875
19876 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19877
19878         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19879         conversion message to newsrc-dribble when an actual conversion is
19880         performed.
19881
19882 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19883
19884         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19885
19886 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19887
19888         * mm-decode.el (mm-complicated-handles): New function reviving
19889         former definition of mm-multiple-handles.
19890
19891         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19892         (gnus-mime-delete-part): Use it.
19893
19894 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19895
19896         * gnus-agent.el (gnus-agent-read-local):
19897         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19898         avoid the implicit assumption that they will always be equal.
19899         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19900         coding-system-for-write, as the with-temp-file macro first prints
19901         to a buffer then saves the buffer.
19902
19903 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19904
19905         * gnus-art.el (gnus-article-edit-part): New function.
19906         (gnus-mime-save-part-and-strip): Use it; do query instead of
19907         signaling an error; don't use mm-multiple-handles.
19908         (gnus-mime-delete-part): Ditto.
19909
19910 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19911
19912         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19913         old file versions.
19914         (gnus-group-prepare-hook): Remove function that converted list
19915         form of gnus-agent-expire-days to group properties.
19916
19917         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19918         (gnus-request-accept-article): Re-indented.
19919
19920         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19921         converters to handle old agent file formats.  Add logic for a
19922         "backup before upgrading warning".
19923         (gnus-convert-mark-converter-prompt): Developers can mark
19924         functions as needing (default), or not needing,
19925         gnus-convert-old-newsrc's "backup before upgrading warning".
19926         (gnus-convert-converter-needs-prompt): Tests whether the user
19927         should be protected from potentially irreversable changes by the
19928         function.
19929
19930         * legacy-gnus-agent.el: New.  Provides converters that are only
19931         loaded when gnus-convert-old-newsrc needs to call them.
19932
19933 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19934
19935         * mail-source.el (mail-source-touch-pop): Doc fix.
19936
19937         * message.el (message-smtpmail-send-it): Doc fix.
19938
19939 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19940
19941         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19942
19943         * nnmail.el (nnmail-split-fancy): do.
19944
19945         * gnus-kill.el (gnus-kill, gnus-execute): do.
19946
19947 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19948
19949         * gnus-sum.el (gnus-widget-reversible-match)
19950         (gnus-widget-reversible-to-internal)
19951         (gnus-widget-reversible-to-external): New functions.
19952         (gnus-widget-reversible): New widget.
19953         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19954
19955 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19956
19957         * gnus-sum.el (gnus-thread-sort-functions)
19958         (gnus-article-sort-functions): Document `(not F)' items.
19959
19960 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19961
19962         * spam.el (spam-use-gmane-xref): Add new backend.
19963         (spam-gmane-xref-spam-group): Add variable to control the name of the
19964         Gmane spam group.
19965         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19966         (spam-regex-headers-spam, spam-regex-headers-ham)
19967         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19968         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19969         backends and checks.
19970         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19971
19972         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19973         an autodetect method.
19974
19975 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19976
19977         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19978         articles are being added to a group.
19979         (gnus-request-replace-article): Inform the agent that articles
19980         need to be uncached as the cached contents are no longer valid.
19981
19982 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19983
19984         * binhex.el: Don't autoload executable-find.
19985
19986         * canlock.el: Don't autoload mail-fetch-field.
19987
19988         * dgnushack.el: Autoload c-mode for XEmacs.
19989
19990         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19991
19992         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19993         rmail-dont-reply-to and rmail-output.
19994
19995         * gnus-score.el: Don't autoload ffap-string-at-point.
19996
19997         * gnus-setup.el: Don't autoload sc-cite-original.
19998
19999         * imap.el: Don't autoload base64-decode-string,
20000         base64-encode-string and md5.
20001
20002         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20003         and rmail-msg-restore-non-pruned-header.
20004
20005         * mm-decode.el: Don't autoload executable-find.
20006
20007         * mm-url.el: Don't autoload executable-find.
20008
20009         * mm-view.el: Don't autoload diff-mode.
20010
20011         * nndb.el: Don't autoload news-reply-mode, news-setup,
20012         cancel-timer and telnet.
20013
20014         * password.el: Don't autoload run-at-time for Emacs.
20015
20016         * sha1-el.el: Don't autoload executable-find.
20017
20018         * sieve-mode.el: Don't autoload c-mode.
20019
20020         * uudecode.el: Don't autoload executable-find.
20021
20022 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20023
20024         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20025         (gnus-agent-possibly-alter-active): Avoid null in numeric
20026         comparison.
20027         (gnus-agent-set-local): Refuse to save null in local object table.
20028         (gnus-agent-regenerate-group): The REREAD parameter can now be a
20029         list of articles that will be marked as unread.
20030
20031 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20032
20033         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20034
20035 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20036
20037         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20038         language tags.
20039
20040 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
20041
20042         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20043         Don't bind "obarray".
20044
20045         * gnus-sum.el (gnus-thread-sort-functions):
20046         Add `gnus-thread-sort-by-most-recent-number' and
20047         `gnus-thread-sort-by-most-recent-date'.
20048         Reported by Kai Grossjohann <kai@emptydomain.de>.
20049
20050 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20051
20052         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20053
20054 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20055
20056         * gnus-cus.el (gnus-agent-customize-category):
20057         Remove ignore-errors macro reference that required cl to be loaded at
20058         run-time.
20059
20060         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20061         single-interval range of the form (min . max).  Previously the
20062         range had to look like ((min . max)).  Likewise, return
20063         (min . max) rather than ((min . max)).
20064         (gnus-range-map): Use gnus-range-normalize to accept
20065         single-interval range.
20066
20067         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20068         the cache, but not the agent, now appear with their usual face.
20069
20070         * dgnushack.el (loaddir): New variable that is bound to the
20071         directory containing the dgnushack.el file. Use loaddir, rather
20072         than srcdir, to update load-path. Change lets dgnushack compile
20073         code in directories other than GNUS/lisp.
20074
20075 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20076
20077         * lpath.el: Don't bind w3m-safe-url-regexp.
20078
20079         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20080         w3m-safe-url-regexp variable buffer-local.
20081
20082         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20083
20084 2004-02-27  Simon Josefsson  <jas@extundo.com>
20085
20086         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20087         gnus-group-real-prefix.
20088         (gnus-summary-move-article): Use it, instead of
20089         gnus-group-real-prefix.
20090
20091 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20092
20093         * lpath.el: Bind w3m-safe-url-regexp.
20094
20095         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20096         w3m-safe-url-regexp variable buffer-local and set it as the value
20097         of mm-w3m-safe-url-regexp.
20098
20099         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20100
20101         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20102         parsing gnus-posting-styles when the message is not for replying.
20103
20104         * dgnushack.el: Autoload sgml-mode for XEmacs.
20105
20106         * nnrss.el (nnrss-opml-export):
20107         Use mm-set-buffer-file-coding-system instead of
20108         set-buffer-file-coding-system.
20109
20110 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20111
20112         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20113         of checkdoc.el).
20114         * nnrss.el: do.
20115         * gnus-mlspl.el: do.
20116         * gnus-ml.el: do.
20117         * gnus-srvr.el: do.
20118
20119         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20120
20121 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20122
20123         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20124         Corrections to custom-manual links.
20125
20126         * gnus-art.el (gnus-article): Ditto.
20127
20128         * mm-decode.el (mime-display, mime-security): Ditto.
20129
20130 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20131
20132         * flow-fill.el: Typo.
20133
20134 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20135
20136         * spam-wash.el: New file.
20137
20138 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20139
20140         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20141
20142 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20143
20144         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20145         to be run with new-articles as LIST1, not LIST2.
20146         (spam-registration-functions): Add spam-use-ham-copy as a nil
20147         registration backend.
20148
20149 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20150
20151         * spam-stat.el (spam-stat-washing-hook): New option.
20152         (spam-stat-buffer-words): Use it.
20153         (spam-stat-process-directory, spam-stat-test-directory):
20154         Use insert-file-contents-literally.
20155         (spam-stat-coding-system): New variable.
20156         (spam-stat-load, spam-stat-save): Use it.
20157
20158 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20159
20160         * spam-report.el (spam-report-plug-agent):
20161         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20162
20163 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20164
20165         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20166         Allow / in mailto URLs.
20167
20168 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20169
20170         * spam-report.el (spam-report-process-queue): Fix interactive use.
20171         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20172         (spam-report-unplug-agent): Doc fixes.
20173         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20174         (spam-report-agentize, spam-report-deagentize): Autoload.
20175
20176 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20177
20178         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20179
20180         * message.el (message-setup-fill-variables): Add mml tags to
20181         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20182         <ajk@iu.edu>.
20183         (message-mode): Don't modify paragraph-separate there.
20184
20185 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20186
20187         * compface.el (uncompface-use-external): Default to undecided.
20188         (uncompface-use-external-threshold): New variable.
20189         (uncompface-float-time): New macro.
20190         (uncompface): Determine whether to use the external decoder if
20191         uncompface-use-external is undecided.
20192
20193 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20194
20195         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20196         after images.
20197
20198         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20199
20200 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20201
20202         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20203
20204         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20205
20206         * gnus-sum.el (gnus-summary-limit-to-age)
20207         (gnus-summary-limit-children): do.
20208
20209         * gnus-int.el (gnus-request-scan): do.
20210
20211         * gnus-group.el (gnus-group-suspend): do.
20212
20213         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20214
20215         * gnus-cite.el (gnus-cite-parse-attributions): do.
20216
20217         * gnus-agent.el (gnus-summary-set-agent-mark)
20218         (gnus-agent-regenerate-group): do.
20219
20220         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20221
20222         * binhex.el (binhex-decode-region-internal): do.
20223
20224 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20225
20226         * gnus-fun.el (gnus-face-properties-alist): New user option.
20227         (gnus-display-x-face-in-from): Use it.
20228
20229         * gnus-art.el (article-display-face): Ditto.
20230
20231         * compface.el (uncompface-use-external): Default to nil.
20232
20233 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20234
20235         * nntp.el (nntp-erase-buffer): New function.
20236         (nntp-retrieve-data, nntp-send-command)
20237         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20238         (nntp-possibly-change-group): Use it.
20239
20240         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20241         Use with-current-buffer.
20242
20243 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20244
20245         * compface.el: Merge the ELisp-based uncompface program.
20246         (compface): New customization group.
20247         (uncompface-use-external): New user option.
20248         (uncompface): Call uncompface-internal if uncompface-use-external
20249         is nil.
20250         (uncompface-internal): New function.  Note that there are also
20251         some other functions and variables added for this function.
20252
20253 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20254
20255         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20256         if necessary.
20257
20258 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20259
20260         * spam-report.el (spam-report-unplug-agent)
20261         (spam-report-plug-agent, spam-report-deagentize)
20262         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20263         Add support for the Agent in spam-report: when unplugged, report to a
20264         file; when plugged, submit all the requests.
20265
20266         * spam.el (spam-register-routine): Fix message about
20267         registration.
20268
20269 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20270
20271         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20272         dependencies.
20273         (rfc2047-encode): Use it.
20274
20275         * gnus-art.el (gnus-button-marker-list): Move before first
20276         reference.
20277
20278         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20279         (imap-parse-body): Fix format string mismatch.
20280
20281         * gnus-score.el (gnus-summary-increase-score): do.
20282
20283         * nnrss.el (nnrss-close): New function.
20284
20285 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20286
20287         * nnrss.el (nnrss-make-filename): New function.
20288         (nnrss-request-delete-group, nnrss-read-server-data)
20289         (nnrss-save-server-data, nnrss-read-group-data)
20290         (nnrss-save-group-data): Use it.
20291         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20292         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20293         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20294
20295 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20296
20297         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20298
20299 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20300
20301         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20302         files.
20303
20304         * message.el (message-generate-headers-first): Don't quote nil
20305         and t in docstrings.
20306
20307         * imap.el (imap-id): do.
20308
20309         * gnus-agent.el (gnus-agent-consider-all-articles)
20310         (gnus-agent-queue-mail): do.
20311
20312 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20313
20314         * spam-report.el (spam-report-process-queue): New function.
20315         Process requests from `spam-report-requests-file'.
20316         (spam-report-process-queue): Doc fix.
20317
20318 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20319
20320         * spam.el (spam-register-routine)
20321         (spam-log-processing-to-registry, spam-log-registered-p)
20322         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20323         Change "check" to "spam-check" for semi-clarity.
20324
20325 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20326
20327         * pop3.el: Require nnheader.
20328
20329         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20330
20331         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20332
20333         * gnus-picon.el: Require cl.
20334
20335         * gnus-fun.el: Require gnus-ems and gnus-util.
20336
20337         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20338
20339         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20340
20341         * gnus-art.el (gnus-article-edit-mode): Define before first
20342         reference.
20343
20344 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20345
20346         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20347         (gnus-uu-post-encoded): Use point-at-bol.
20348
20349         * gnus-topic.el (gnus-group-active-topic-p): do.
20350
20351         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20352
20353         * gnus-group.el (gnus-group-kill-region): do.
20354
20355         * gnus-art.el (article-date-ut): do.
20356
20357         * message.el (message-fetch-field): Remove redundant
20358         case-fold-search binding.
20359         (message-narrow-to-field): Simplify.
20360
20361 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20362
20363         * spam.el (spam-directory): Derive from `gnus-directory'.
20364
20365         * spam-report.el (spam-report-url-to-file)
20366         (spam-report-requests-file): New function and variable for offline
20367         reporting.
20368         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20369         and user defined function.
20370         (spam-report-url-ping-mm-url): Remove doubled slash.
20371
20372 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20373
20374         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20375
20376 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20377
20378         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20379         Fix format string mismatch.
20380
20381         * sieve.el (sieve-deactivate-all): do.
20382
20383         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20384
20385         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20386
20387         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20388
20389         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20390
20391 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20392
20393         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20394         the list of checks.
20395
20396 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20397
20398         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20399         padding.
20400
20401 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20402
20403         * mm-view.el (mm-fill-flowed): New variable.
20404         (mm-inline-text): Use it.
20405
20406 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20407
20408         * spam.el (spam-spamassassin-register-ham-routine)
20409         (spam-spamassassin-register-spam-routine): Fix function names.
20410
20411 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20412
20413         * gnus.el (gnus-tmp-grouplens): Remove.
20414         (gnus-summary-line-format): Remove grouplens.
20415
20416         * gnus-group.el (gnus-group-line-format): Ditto.
20417
20418         * gnus-spec.el (gnus-format-specs): Ditto.
20419         (gnus-update-format-specifications): Flush the group format spec
20420         cache if there's the grouplens stuff.
20421         (gnus-parse-simple-format): Replace %l with the empty string.
20422
20423 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20424
20425         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20426         omission.
20427
20428 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20429
20430         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20431         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20432
20433 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20434
20435         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20436         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20437         New macros and functions.
20438         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20439         Handle > NLINK_MAX messages.
20440         * nnmaildir.el (nnmaildir-request-set-mark):
20441         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20442
20443 2004-01-25  Alex Schroeder  <alex@gnu.org>
20444
20445         * spam-stat.el (spam-stat-process-directory-age): New option.
20446         (spam-stat-process-directory): Use it.
20447
20448 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20449
20450         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20451         (spam-stat-save): Accept prefix argument.
20452
20453 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20454
20455         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20456         links" error.
20457
20458 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20459
20460         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20461         the rest of the and/or forms.
20462
20463 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20464
20465         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20466         compatibility with old .newsrc.eld files.
20467
20468         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20469
20470         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20471
20472         * gnus-start.el (gnus-1): do.
20473
20474         * gnus-group.el (gnus-group-line-format-alist): do.
20475
20476         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20477
20478         * gnus-gl.el: Remove.
20479
20480 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20481
20482         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20483         marks consisting of a single range {for example, (3 . 5)} rather
20484         than a list of a single range { ((3 . 5)) }.
20485
20486 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20487
20488         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20489         Use with-current-buffer.
20490         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20491         avoid consing a string.
20492
20493         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20494         Remove obsolete entries for big5 and gb2312.
20495
20496 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20497
20498         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20499         uncompressed list.
20500
20501 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20502
20503         * spam-stat.el (spam-stat-strip-xref): New function.
20504         (spam-stat-process-directory): Use it.
20505
20506         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20507         here -- it's done in message-fetch-field.
20508
20509 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20510
20511         * gnus-agent.el (gnus-agent-queue-mail)
20512         (gnus-agent-prompt-send-queue): New variables.
20513         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20514         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20515         "nndraft:queue" along to gnus-draft-send.
20516         Use gnus-agent-prompt-send-queue.
20517         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20518         is "nndraft:queue".  Suggested by Gaute Strokkenes
20519         <gs234@srcf.ucam.org>
20520
20521         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20522         (agent-enable-undownloaded-faces): Add.
20523         (gnus-agent-cat-groups): Use eval-and-compile, not
20524         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20525         method of gnus-agent-cat-groups even when the buffer has been
20526         evaled.
20527         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20528         delete gnus-agent-save-active-1.
20529         (gnus-agent-save-groups): Delete.  Identical to
20530         gnus-agent-save-active.
20531         (gnus-agent-write-active): No longer adjust agent's copy of active
20532         file as agent's adjustments are now stored in their own
20533         file.  Remove optional parameter.
20534         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20535         servers.  Add use of min/max range limits from server's local
20536         file.
20537         (gnus-agent-save-alist): Remove unused optional argument.
20538         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20539         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20540         (gnus-agent-set-local): A per-server file that keeps min/max range
20541         limits for articles known to the agent.  Provides a fast mechanism
20542         for altering many active ranges.
20543         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20544         active file (local makes it unnecessary).
20545         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20546
20547         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20548         (agent-enable-undownloaded-faces): Add.
20549
20550         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20551         disable it when sending to "nndraft:queue".
20552         (gnus-group-send-queue): Add safety check to avoid sending queue
20553         when unplugged.
20554
20555         * gnus-group.el (gnus-group-catchup): Use new
20556         gnus-sequence-of-unread-articles, not
20557         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20558         numbers of articles.  Use gnus-range-map to avoid having to
20559         uncompress the unread list.
20560         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20561         Fix invalid ange-ftp reference.
20562
20563         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20564         (gnus-sorted-range-intersection): Intersection of two ranges
20565         without requiring that they first be uncompressed.
20566
20567         * gnus-start.el (gnus-activate-group): Unless blocked by the
20568         caller, possibly expand the active range to include both cached
20569         and agentized articles.
20570         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20571         multiple version-dependent converters.
20572         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20573         gnus-agent-save-active.
20574         (gnus-save-newsrc-file): Save dirty agent range limits.
20575
20576         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20577         gnus-agent-possibly-alter-active.
20578         (gnus-adjust-marked-articles): Faster handling of simple lists.
20579
20580 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20581
20582         * spam-stat.el (spam-stat-test-directory): New optional argument
20583         displays a list of files detected.  Suggested by Andrew Cohen
20584         <cohen@andy.bu.edu>.
20585         (spam-stat-buffer-words-with-scores): Don't narrow and change
20586         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20587
20588 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20589
20590         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20591         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20592         (spam-spamassassin-arguments)
20593         (spam-spamassassin-spam-flag-header)
20594         (spam-spamassassin-positive-spam-flag-header)
20595         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20596         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20597         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20598         (spam-list-of-processors, spam-list-of-checks)
20599         (spam-list-of-statistical-checks, spam-registration-functions)
20600         (spam-check-spamassassin-headers, spam-check-spamassassin)
20601         (spam-spamassassin-score)
20602         (spam-spamassassin-register-with-sa-learn)
20603         (spam-spamassassin-register-spam-routine)
20604         (spam-spamassassin-register-ham-routine)
20605         (spam-assassin-register-spam-routine)
20606         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20607         (spam-bogofilter-score): Fix to show article before scoring.
20608
20609 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20610
20611         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20612         default scoring function.
20613         (spam-generic-score): Call spam-spamassassin-score if
20614         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20615         spam-bogofilter-score otherwise.
20616
20617         * gnus.el (spam-process, spam-autodetect-methods):
20618         Add spamassassin and spamassassin-headers.
20619
20620 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20621
20622         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20623         Suppress unnecessary messages.
20624
20625 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20626
20627         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20628         make-hash-table.
20629
20630 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20631
20632         * canlock.el (base64-encode-string): Don't autoload it.
20633
20634 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20635
20636         * run-at-time.el: Remove useless (require 'itimer),
20637         eval-and-compile and (featurep 'xemacs).
20638
20639 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20640
20641         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20642         GROUP is a virtual group.
20643
20644 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20645
20646         * gnus.el: Autoload `message-y-or-n-p'.
20647
20648 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20649
20650         * pgg-parse.el: Remove unnecessary (require 'custom).
20651
20652         * pgg-def.el: do.
20653
20654         * nnmail.el: do.
20655
20656         * gnus-undo.el: do.
20657
20658         * gnus-picon.el: do.
20659
20660         * gnus-util.el: do.
20661
20662 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20663
20664         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20665
20666 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20667
20668         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20669         handle, as well as a list.
20670
20671         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20672         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20673         (mm-w3m-cid-retrieve): Simplify.
20674
20675 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20676
20677         * message.el (message-kill-to-signature): Allow prefix arg to
20678         specify number of lines to keep before signature.
20679
20680 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20681
20682         * message.el (message-kill-to-signature): Change docstring.
20683
20684 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20685
20686         * canlock.el: Always require sha1-el.
20687         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20688
20689         * message.el: Autoload sha1 only when compiling.
20690
20691         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20692         eudc-expand-inline for XEmacs.
20693
20694 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20695
20696         * message.el (message-canlock-generate): Require sha1-el.
20697
20698 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20699
20700         * message.el (message-expand-name): Silence the byte compiler.
20701
20702         * lpath.el: Add detect-coding-system.
20703
20704         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20705         cus-edit.
20706
20707 2004-01-13  Simon Josefsson  <jas@extundo.com>
20708
20709         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20710         Invoke gnus-score-mode.
20711         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20712
20713         * gnus-range.el (gnus-compress-sequence): Doc fix.
20714         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20715
20716 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20717
20718         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20719
20720 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20721
20722         * spam.el (spam-get-article-as-string): Update to use
20723         gnus-request-article-this-buffer, much simpler.
20724         (spam-get-article-as-buffer): Remove.
20725
20726 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20727
20728         * message.el (message-expand-name): Use EUDC if the user uses that.
20729
20730 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20731
20732         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20733         character for the encoding to avoid consing a string.
20734
20735         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20736         unnecessarily.
20737
20738         * mm-util.el (mm-replace-chars-in-string): Remove.
20739
20740         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20741         of mm-replace-chars-in-string.
20742
20743 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20744
20745         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20746
20747         * mm-util.el (mm-subst-char-in-string): Support inplace.
20748
20749         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20750         a new string in every iteration.  Use shy groups.
20751
20752 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20753
20754         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20755         * gnus-soup.el (gnus-soup-group-brew):
20756         * gnus-msg.el (gnus-put-message):
20757         * gnus-move.el (gnus-group-move-group-to-server):
20758         * gnus-kill.el (gnus-batch-score):
20759         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20760         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20761         (gnus-group-update-group, gnus-group-read-group)
20762         (gnus-group-make-group, gnus-group-make-help-group)
20763         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20764         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20765         (gnus-group-sort-by-unread, gnus-group-catchup)
20766         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20767         (gnus-group-yank-group, gnus-group-set-info)
20768         (gnus-group-list-groups):
20769         * gnus.el (gnus-generate-new-group-name):
20770         * gnus-delay.el (gnus-delay-send-queue):
20771         * nnvirtual.el (nnvirtual-catchup-group):
20772         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20773         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20774         (gnus-group-prepare-topics, gnus-topic-check-topology):
20775         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20776         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20777         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20778         (gnus-group-make-articles-read):
20779         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20780         (gnus-group-change-level, gnus-kill-newsgroup)
20781         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20782         (gnus-get-unread-articles, gnus-make-articles-unread)
20783         (gnus-make-ascending-articles-unread): Use accessor
20784         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20785         to get group information for improved readability.
20786
20787
20788 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20789
20790         * gnus-art.el (article-decode-mime-words, article-babel)
20791         (gnus-article-highlight-signature, gnus-article-add-buttons)
20792         (gnus-signature-toggle): Use gnus-with-article-buffer.
20793
20794         * gnus-art.el (gnus-article-highlight-headers)
20795         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20796
20797         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20798         (gnus-article-set-globals, gnus-request-article-this-buffer)
20799         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20800         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20801         (gnus-mime-display-alternative): Use with-current-buffer.
20802
20803 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20804
20805         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20806         also under 80 char limit, and call gnus-error if needed.
20807         (spam-fetch-article-header): Fix - it was a
20808         buffer-local variable (gnus-newsgroup-data).
20809         (spam-find-spam): Use spam-generate-fake-headers, forget about
20810         spam-insert-fake-headers.
20811         (spam-insert-fake-headers): Remove.
20812
20813 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20814
20815         * deuglify.el (gnus-article-outlook-unwrap-lines)
20816         (gnus-outlook-rearrange-article)
20817         (gnus-outlook-repair-attribution-outlook)
20818         (gnus-outlook-repair-attribution-block)
20819         (gnus-outlook-repair-attribution-other): Remove redundant
20820         save-excursion.
20821
20822 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20823
20824         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20825         (spam-fetch-field-subject-fast)
20826         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20827         (spam-fetch-article-header): Add functions to deal with Gnus
20828         internals for fast retrieval of article header data.
20829         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20830
20831 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20832
20833         * pop3.el (pop3-md5): Remove.
20834         (pop3-apop): Replace pop3-md5 with md5.
20835
20836         * mm-bodies.el: base64 is always built-in.
20837
20838         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20839         Use with-current-buffer.
20840
20841 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20842
20843         * canlock.el (canlock-insert-header): Remove excessive grouping in
20844         regexp.
20845
20846         * gnus-sum.el (gnus-summary-read-document): Ditto.
20847
20848         * gnus-uu.el (gnus-uu-part-number): Ditto.
20849
20850         * html2text.el (html2text-remove-tags): Ditto.
20851         (html2text-format-tags): Ditto.
20852         (html2text-format-single-elements): Ditto.
20853
20854         * mml.el (mml-parse-1): Ditto.
20855
20856 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20857
20858         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20859
20860         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20861
20862         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20863
20864         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20865
20866 2003-11-15  Simon Josefsson  <jas@extundo.com>
20867
20868         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20869         (pgg-gpg-lookup-key): Use regexp match instead of
20870         split-string (split-string is different between emacs 21.2 and
20871         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20872
20873 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20874
20875         * gnus-art.el (gnus-mime-view-all-parts)
20876         (gnus-article-part-wrapper, gnus-article-view-part):
20877         Use with-current-buffer.
20878
20879 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20880
20881         * spam.el (spam-disable-spam-split-during-ham-respool)
20882         (spam-spamoracle-database, spam-cache-lookups)
20883         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20884         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20885         (spam-group-ham-marks, spam-group-spam-marks)
20886         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20887         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20888         also add spam-use-blackholes to the statistical checks.
20889         (spam-fetch-field-fast): Add interface to fetching fields, may
20890         become a macro.
20891         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20892         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20893         (spam-insert-fake-headers): Fake an article when needed.
20894         (spam-find-spam): Fake article when possible.
20895         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20896         (spam-check-bogofilter-headers): Use message-fetch-field instead
20897         of nnmail-fetch-field.
20898
20899 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20900
20901         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20902
20903 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20904
20905         * spam.el (spam-split): Do not require spam-use-CHECK to be
20906         enabled if that check is passed to spam-split explicitly; also
20907         fix so 'spam doesn't get converted to spam-split-group when
20908         spam-split-symbolic-return is t.
20909         (spam-find-spam): Find registrations of the article and use those
20910         instead of re-running spam-split to find the spam/ham
20911         classification of the article.
20912         (spam-log-processing-to-registry, spam-log-registered-p)
20913         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20914         Use gnus-error instead of gnus-message.
20915         (spam-log-registration-type): Add function to determine the
20916         classification of a message based on registry entries; will
20917         return nil if both 'spam and 'ham are found.
20918         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20919         a reasonably fast local cache without the loading errors.
20920         (spam-cache-lookups): Set to t by default.
20921         (spam-find-spam): Don't try to guess spam-cache-lookups.
20922         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20923         spam-caches entry.
20924         (spam-filelist-build-cache, spam-filelist-check-cache):
20925         Fix caching of whitelist/blacklist entries.
20926         (spam-check-whitelist, spam-check-blacklist):
20927         Invoke spam-from-listed-p with a type, not a cache variable.
20928         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20929
20930 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20931
20932         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20933
20934         * nnmail.el (nnmail-split-fancy): do.
20935
20936         * mml.el (mml-parse): do.
20937
20938         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20939         (gnus-score-adaptive): do.
20940
20941 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20942
20943         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20944         (gnus-mime-button-map): Don't set keymap parent.
20945         (gnus-button-ctan-directory-regexp): Use shy grouping.
20946         (gnus-prev-page-map): Don't set keymap parent.
20947         (gnus-prev-page-map): Remove duplicated one.
20948         (gnus-next-page-map): Don't set keymap parent.
20949         (gnus-mime-security-button-map): Ditto.
20950
20951         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20952         version number.
20953
20954         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20955
20956 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20957
20958         * canlock.el (canlock-sha1-function): Remove.
20959         (canlock-sha1-function-for-verify): Remove.
20960         (canlock-openssl-program): Remove.
20961         (canlock-openssl-args): Remove.
20962         (canlock-ignore-errors): Remove.
20963         (canlock-sha1-with-openssl): Remove.
20964         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20965         (canlock-verify): Don't use canlock-ignore-errors.
20966
20967         * sha1-el.el (sha1-string-external): Make it can return a string
20968         in binary form.
20969         (sha1-region-external): Ditto.
20970         (sha1-string-internal): Ditto.
20971         (sha1-region-internal): Ditto.
20972         (sha1-region): Ditto.
20973         (sha1-string): Ditto.
20974         (sha1): Ditto.
20975
20976 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20977
20978         * spam.el (spam-report-articles-gmane): New command.
20979
20980 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20981
20982         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20983
20984         * run-at-time.el (run-at-time-saved): Remove.
20985         (run-at-time): Doc fix.
20986
20987 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20988
20989         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20990         (gnus-summary-limit-map): Add it.
20991         (gnus-summary-make-menu-bar): do.
20992
20993 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20994
20995         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20996         Make attempt at some caching support (done for BBDB only now).
20997         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20998         addresses to be checked.
20999         (spam-clear-cache-BBDB): Add function, to be invoked by
21000         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21001         (spam-check-BBDB): Check and use the caches, if
21002         spam-cache-lookups is on, remove superfluous (provide).
21003
21004 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
21005
21006         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21007
21008 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
21009
21010         * run-at-time.el (run-at-time-saved): Move to after the definition
21011         of `run-at-time'.
21012
21013         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
21014
21015 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21016
21017         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21018         mm-w3m-local-map-property.
21019
21020         * mm-view.el (mm-w3m-mode-map): Remove.
21021         (mm-w3m-local-map-property): Remove.
21022         (mm-inline-text-html-render-with-w3m): Don't use
21023         mm-w3m-local-map-property.
21024
21025 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21026
21027         * run-at-time.el: New file.
21028
21029         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
21030         under Emacs.
21031
21032         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21033         of gnus-set-text-properties.
21034
21035         * gnus-uu.el (gnus-uu-save-article): Ditto.
21036
21037         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21038
21039         * gnus-cite.el (gnus-cite-parse): Ditto.
21040
21041         * gnus-art.el (gnus-button-push): Use set-text-properties instead
21042         of gnus-.
21043
21044         * gnus-xmas.el (run-at-time): Require run-at-time.
21045
21046         * gnus.el: Change calls to nnheader-run-at-time and
21047         password-run-at-time throughout to use run-at-time directly.
21048
21049         * password.el: Remove definition of run-at-time.
21050
21051         * nnheaderxm.el: Remove definition of run-at-time.
21052
21053 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
21054
21055         * mml.el (mml-minibuffer-read-disposition): Show attachment type
21056         in prompt.
21057
21058 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21059
21060         * messagexmas.el (message-xmas-redefine): Alias
21061         `message-make-caesar-translation-table' to
21062         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
21063         version.
21064
21065         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
21066         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
21067         `gnus-xmas-set-text-properties'.
21068         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
21069         `gnus-xmas-completing-read'.
21070         (gnus-xmas-completing-read): Removed.
21071         (gnus-xmas-open-network-stream): Removed.
21072
21073         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21074         XEmacs version.
21075
21076         * dns.el (dns-make-network-process): Use `open-network-stream'
21077         instead of `gnus-xmas-open-network-stream'.
21078
21079         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
21080
21081         * .cvsignore: Add auto-autoloads.el, custom-load.el.
21082
21083 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21084
21085         * gnus-art.el (gnus-mime-display-alternative)
21086         (gnus-insert-mime-button, gnus-insert-mime-security-button)
21087         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21088         Don't use gnus-local-map-property.
21089
21090         * gnus-util.el (gnus-local-map-property): Remove.
21091
21092         * mm-view.el (mm-view-pkcs7-decrypt):
21093         Replace gnus-completing-read-maybe-default with completing-read.
21094
21095         * gnus-util.el (gnus-completing-read): do.
21096         (gnus-completing-read-maybe-default): Remove.
21097
21098 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21099
21100         * password.el: Only autoload `run-at-time' if not XEmacs.
21101         Only autoload the itimer functions if XEmacs.
21102
21103 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21104
21105         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
21106         XEmacsen.
21107
21108         * dgnushack.el: Autoload executable-find for XEmacs.
21109
21110 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21111
21112         * gnus-art.el (gnus-read-string): Remove.
21113         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21114         read-string.
21115
21116 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21117
21118         * netrc.el: Autoload password-read.
21119         (netrc): Add configuration group.
21120         (netrc-encoding-method, netrc-openssl-path):
21121         Add variables for encoding and decoding of files with symmetric
21122         ciphers.
21123         (netrc-encode): Add assistant function to encode a file with
21124         netrc-encoding-method.
21125         (netrc-parse): Add interactive parameter, added optional
21126         decoding if netrc-encoding-method is non-nil but otherwise
21127         behavior is standard.
21128         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21129         Do s/encode/encrypt/ everywhere.
21130
21131         * spam.el: Remove executable-find autoload.
21132
21133 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21134
21135         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21136
21137         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21138
21139 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21140
21141         * gnus-art.el (gnus-treat-ansi-sequences)
21142         (article-treat-ansi-sequences): New variable and function.
21143         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21144
21145         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21146         Use it.
21147
21148 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21149
21150         * mm-util.el (mm-quote-arg): Remove.
21151
21152         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21153         shell-quote-argument.
21154
21155         * gnus-uu.el (gnus-uu-command): do.
21156
21157         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21158
21159         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21160         with make-char.
21161
21162         * mm-util.el (mm-make-char): Remove.
21163
21164         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21165         add-minor-mode.
21166
21167         * gnus-undo.el (gnus-undo-mode): do.
21168
21169         * gnus-topic.el (gnus-topic-mode): do.
21170
21171         * gnus-sum.el (gnus-dead-summary-mode): do.
21172
21173         * gnus-start.el (gnus-slave-mode): do.
21174
21175         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21176
21177         * gnus-ml.el (gnus-mailing-list-mode): do.
21178
21179         * gnus-gl.el (gnus-grouplens-mode): do.
21180
21181         * gnus-draft.el (gnus-draft-mode): do.
21182
21183         * gnus-dired.el (gnus-dired-mode): do.
21184
21185         * gnus-ems.el (gnus-add-minor-mode): Remove.
21186
21187         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21188         Replace gnus-char-width with char-width.
21189
21190         * gnus-ems.el (gnus-char-width): Remove.
21191
21192         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21193         Replace gnus-char-width with char-width.
21194
21195         * gnus-ems.el (gnus-char-width): Remove.
21196
21197         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21198         definition.
21199         Remove Emacs 20 hash table compatibility code.
21200
21201         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21202         20 compatibility code.
21203
21204         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21205
21206         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21207
21208         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21209         Replace with point-at-{eol,bol}.
21210
21211         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21212
21213         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21214
21215         * flow-fill.el (fill-flowed-point-at-bol)
21216         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21217
21218         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21219         Replace with point-at-{eol,bol} throughout all files.
21220
21221 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21222
21223         * ntlm.el (ntlm-string-as-unibyte): New macro.
21224         (ntlm-build-auth-response): Use it.
21225
21226         Remove Emacs 20 stuff:
21227         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21228         (butlast, mapc, remove): Remove the compiler macros.
21229         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21230         of delq and copy-sequence.
21231         * gnus-art.el (popup-menu): Remove the compiler macro.
21232         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21233         Emacs 20.
21234
21235 2004-01-05  Simon Josefsson  <jas@extundo.com>
21236
21237         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21238         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21239         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21240         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21241         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21242         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21243         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21244         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21245         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21246         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21247         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21248         string-xor into ntlm-string-xor.
21249         Suggested by Jesper Harder <harder@myrealbox.com>.
21250
21251         * ntlm.el: Don't include poem.
21252
21253         * md4.el (print-int32, print-string-hexa): Remove.
21254         Suggested by Jesper Harder <harder@myrealbox.com>.
21255
21256         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21257
21258         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21259         probably breaks emacs with DL patch, but do we care? Is anyone
21260         still using the DL stuff?)
21261
21262         * sieve-manage.el: Use the password package.
21263         (sieve-manage-read-passwd): Remove.
21264         (sieve-manage-interactive-login): Use password.  Re-add
21265         condition-case around loop.
21266
21267         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21268         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21269         Use the password package.
21270
21271 2003-02-19  Simon Josefsson  <jas@extundo.com>
21272
21273         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21274         token.
21275
21276 2002-08-07  Simon Josefsson  <jas@extundo.com>
21277
21278         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21279         (sieve-manage-authenticators):
21280         (sieve-manage-authenticator-alist): Add some SASL mechs.
21281         (sieve-sasl-auth): New function.
21282         (sieve-manage-cram-md5-auth):
21283         (sieve-manage-plain-auth): Rewrite using SASL library.
21284         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21285         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21286         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21287         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21288
21289 2004-01-05  Simon Josefsson  <jas@extundo.com>
21290
21291         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21292         New files.
21293
21294 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21295
21296         * gnus-group.el (gnus-no-groups-message): Update.
21297
21298         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21299
21300 2003-11-09  Simon Josefsson  <jas@extundo.com>
21301
21302         * imap.el: Support for ID IMAP extension (RFC 2971).
21303         (imap-local-variables): Add imap-id.
21304         (imap-id): New variable.
21305         (imap-id): New function.
21306         (imap-parse-response): Parse untagged ID response.
21307         * nnimap.el (nnimap-id): New variable.
21308         (nnimap-open-connection): Use it.
21309
21310 2003-12-28  Simon Josefsson  <jas@extundo.com>
21311
21312         * gnus-score.el (gnus-score-edit-all-score): New.
21313         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21314
21315 2004-01-04  Simon Josefsson  <jas@extundo.com>
21316
21317         * password.el: Add.
21318
21319 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21320
21321         * dns.el (dns-query-types): Fix typo.
21322         (dns-query-types): New function.
21323         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21324         PTR and SOA replies, see RFC 1035.
21325
21326 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21327
21328         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21329
21330         * Move to Changelog.2.
21331
21332 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21333
21334         * gnus.el (gnus-version-number): Bump version.
21335
21336 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21337
21338         * gnus.el: No Gnus v0.1 is released.
21339
21340 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21341
21342         * gnus.el: No Gnus v0.0 is released.
21343
21344 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21345
21346         * gnus.el (gnus-version-number): Bump.
21347         (gnus-version): No.
21348
21349 See ChangeLog.2 for earlier changes.
21350
21351   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21352
21353   This file is part of GNU Emacs.
21354
21355   GNU Emacs is free software: you can redistribute it and/or modify
21356   it under the terms of the GNU General Public License as published by
21357   the Free Software Foundation, either version 3 of the License, or
21358   (at your option) any later version.
21359
21360   GNU Emacs is distributed in the hope that it will be useful,
21361   but WITHOUT ANY WARRANTY; without even the implied warranty of
21362   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21363   GNU General Public License for more details.
21364
21365   You should have received a copy of the GNU General Public License
21366   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21367
21368 ;; Local Variables:
21369 ;; coding: utf-8
21370 ;; fill-column: 79
21371 ;; add-log-time-zone-rule: t
21372 ;; End: