a89bd4958c06351cb8a176a10290fe6ccd58da32
[gnus] / lisp / ChangeLog
1 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook): Don't
4         install `gnus-sync-read' to any hooks by default.  It's buggy.  The
5         user will have to run `gnus-sync-read' manually and wait for Cloudy
6         Gnus.
7
8 2011-03-11  Julien Danjou  <julien@danjou.info>
9
10         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
11         modified file".
12
13 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
14
15         * auth-source.el (auth-source-read-char-choice): New function to read a
16         character choice using `dropdown-list', `read-char-choice', or
17         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
18         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
19         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
20         (auth-source-netrc-saver): Use it.
21         (auth-source-pick-first-password): New convenience function.
22
23 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
24
25         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
26         parameter in the credentials.
27         (nnimap-open-connection-1): Use it after a successful login.
28         (nnimap-credentials): Add IMAP-specific user and password prompt.
29
30         * auth-source.el (auth-source-search): Add :require parameter, taking a
31         list.  Document it and the :save-function return token.  Pass :require
32         down.  Change the CREATED message from a warning to a debug statement.
33         (auth-source-search-backends): Pass :require down.
34         (auth-source-netrc-search): Pass :require down.
35         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
36         Change save prompt to indicate all modifications saved here are
37         deletions.
38         (auth-source-netrc-create): Take user login name as default in user
39         prompt.  Move all the save functionality to a lexically bound function
40         under the :save-function token in the returned list.  Set up clearer
41         default prompts for user, host, port, and secret.
42         (auth-source-netrc-saver): New function, intended to be wrapped for
43         :save-function.
44
45 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
46
47         * shr.el (shr-table-horizontal-line): Change the defaults for the table
48         lines to be spaces instead.
49
50 2011-03-07  Julien Danjou  <julien@danjou.info>
51
52         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
53         (sieve-sasl-auth): Check that auth-source-search did return something,
54         or just return an empty string.
55
56 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
57
58         * gnus.el (gnus-interactive): Use read-directory-name.
59
60         * gnus-uu.el (gnus-uu-decode-uu-and-save)
61         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
62         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
63         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
64         Likewise.
65
66         * gnus-group.el (gnus-group-make-directory-group): Likewise.
67
68 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
69
70         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
71         onto the list of killed groups, too.  This makes killed nnimap groups,
72         for instance, more reliably not reappear.
73
74         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
75         the parent.
76
77         * gnus-sum.el (gnus-update-read-articles): Fix typo.
78
79         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
80         really have server-side marks.
81
82         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
83         since most backends do not usefully have server-side marks.
84         (gnus-update-read-articles): Propagate marks to all backends that
85         really have server-side marks.
86
87 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
88
89         * message.el (message-cite-reply-position, message-cite-style): New
90         variables.
91         (message-yank-original): Use the new citation styles.
92
93 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
94
95         * message.el (message-options): Revert 22da67af (workaround for XEmacs
96         buffer-local issue); don't mark it buffer-local when running under
97         XEmacs.
98
99 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
100
101         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
102         numbers too big to be `read'.
103
104 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
105
106         * password-cache.el (password-in-cache-p): Add autoload.
107
108         * message.el (message-options): Make buffer-local two ways to attempt
109         to fix a XEmacs bug.
110
111 2011-03-02  Julien Danjou  <julien@danjou.info>
112
113         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
114
115 2011-03-01  Julien Danjou  <julien@danjou.info>
116
117         * gnus-art.el (list-identifier): Add list-identifier as a parameter
118         group.
119         (article-hide-list-identifiers): Use list-identifier group parameter.
120
121 2011-02-28  Julien Danjou  <julien@danjou.info>
122
123         * sieve.el (sieve-buffer-script-name): New local variable to store
124         sieve script name.
125         (sieve-edit-script): Store sieve script name.
126         (sieve-upload): Use sieve script name when uploading.
127         (sieve-upload): Use substitute-command-keys.
128         (sieve-edit-script): Use substitute-command-keys.
129         (sieve-refresh-scriptlist): Use substitute-command-keys.
130         (sieve-manage-mode-map): Define keymap properly.
131         (sieve-manage-mode): Do not set mode name manually, change mode-name to
132         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
133         Remove commented code about cvs.
134         (sieve-manage-quit): New function.
135         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
136
137 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
138
139         * gnus-group.el (gnus-import-other-newsrc-file): New function.
140
141 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
142
143         * auth-source.el (auth-source-search): Cache empty result sets.
144
145         * password-cache.el (password-in-cache-p): Convenience function to
146         check if a key is in the cache, even if the value is nil.
147
148         * auth-source.el (auth-source-save-behavior): New variable to replace
149         `auth-source-never-create'.
150         (auth-source-netrc-create): Use it.
151         (auth-source-never-save): Remove.
152
153 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
154
155         * nnimap.el (nnimap-stream): Doc fix.
156         (nnimap-open-connection-1): Reverse the order of the ports to that the
157         prompted-for port is first.
158
159         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
160         retrieval by the no-group selection.
161
162         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
163         numerical parameters.
164
165 2011-02-25  Julien Danjou  <julien@danjou.info>
166
167         * gnus-gravatar.el: Use gnus-with-article-buffer.
168
169         * gnus-art.el (gnus-with-article-buffer): Check that the
170         gnus-article-buffer is alive.
171
172 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
173
174         * auth-source.el (auth-source-creation-prompts): New variable to manage
175         creation-time prompts.
176         (auth-source-search): Document it.
177         (auth-source-format-prompt): Add utility function.
178         (auth-source-netrc-create): Don't default the user name to
179         user-login-name.  Use `auth-source-creation-prompts' and some default
180         prompts for user, host, port, and password (the default generic prompt
181         remains ugly).
182         (auth-source-never-save): Add customizable option to never save info.
183         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
184         mode excursion.
185
186 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
187
188         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
189         argument that XEmacs doesn't support.
190
191         * dgnushack.el (dgnushack-compile): Exclude color.el from being
192         compiled for Emacsen having no `libxml-parse-html-region' support.
193
194         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
195
196         * lpath.el: Bind buffer-save-without-query for XEmacs.
197
198 2011-02-23  Julien Danjou  <julien@danjou.info>
199
200         * gnus-art.el (article-make-date-line): Ignore errors if time is
201         invalid and not convertible.
202         (article-make-date-line): Only add lapsed time if time is not nil.
203
204 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
205
206         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
207         `read-char-choice' for backwards compatibility.
208         (auth-source-netrc-element-or-first): New function to DTRT for
209         parameter extraction.
210         (auth-source-netrc-create): Use it and fix multiple parameter print
211         bug.  Use the default passed from above (given-default) or the
212         built-in (user-login-name for :user).
213
214 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
215
216         * gnus-start.el (gnus-dribble-read-file): Set
217         buffer-save-without-query, since we always want to save the dribble
218         file, probably.
219
220         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
221         nnimap.
222
223         * gnus-sum.el (gnus-user-date-format-alist): Renamed back again from
224         -summary- since it's a user-visible variable.
225
226         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
227         first time you use the new Gnus.
228
229 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
230
231         * auth-source.el: Don't load netrc.el.
232         (auth-sources): Search ~/.netrc as well by default.
233         (auth-source-debug): Add 'trivia option for extra output.
234         (auth-source-do-trivia): Use it.
235         (auth-source-search): Simplify logic to use
236         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
237         appropriate.  Don't keep a running count at this level.  Layer :create
238         and :delete options appropriately on the first and second passes.
239         Don't track the backend with the search results.
240         (auth-source-search-backends): New function to search a list of
241         backends for a processed spec.
242         (auth-source-netrc-parse): Cache all netrc files, making
243         auth-source-netrc-cache an alist keyed by the file name and using the
244         file mtime as the caching criterion.  Keep the obfuscated data secret
245         with a lexical bind.
246         (auth-source-netrc-search): Don't calculate the length of the results
247         unnecessarily.
248         (auth-source-search-backends): Fix bug.
249         (auth-source-netrc-create): Rework prompts.
250
251 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
252
253         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
254         Lower case names of search constraints.
255         (nnir-run-query): Cache and reuse search constraints for all imap
256         servers.
257
258 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
259
260         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
261         after exit.
262         (gnus-setup-message): Define missing variable from last checkin.
263
264         * gnus-sum.el (gnus-summary-show-article): When called with t as the
265         value, show the raw article.
266
267 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
268
269         * gnus.el: No Gnus v0.13 is released.
270
271 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
272
273         * nnimap.el (nnimap-open-connection-1): Revert last change, since
274         auth-source now accepts numbers.
275
276         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
277         spec, too.
278         (auth-source-ensure-strings): New function.
279
280         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
281         (gnus-article-setup-buffer): Always restart the date timer so that user
282         changes to the frequency is respected.
283
284         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
285         port numbers, so make sure it gets that if nnimap-server-port is
286         explicit.
287
288 2011-02-21  Simon Josefsson  <simon@josefsson.org>
289
290         * nnimap.el (nnimap-inbox): Doc fix.
291
292 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
293
294         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
295         Autoload.  Add optional arg FRAME, and pass it to color-values.
296         (color-complement): Caller changed.  Doc fix.
297         (color-gradient): Rewrite for better clarity and efficiency.
298
299 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
300
301         * shr-color.el (shr-color->hexadecimal): Use renamed function names
302         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
303         color-lab-to-srgb.
304
305 2011-02-20  Drew Adams  <drew.adams@oracle.com>
306
307         * color.el: First part of merge from hexrgb.el.
308         (color-rgb-to-hex): Rename from color-rgb->hex.
309         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
310         saturation to zero if the value is too small.
311         (color-rgb-to-hsl): Rename from color-rgb->hsl.
312         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
313         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
314         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
315         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
316         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
317         (color-cie-de2000): Doc fix.
318
319 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
320
321         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
322         given method as in the group name if we're using an extended method.
323         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
324         command, if we're using that, instead of waiting for the beginning.
325
326         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
327         we're sure to get unique server names, and we don't output two async
328         commands in the same buffer.  This fixes an NNTP hang for some users.
329
330 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
331
332         * gnus.el: No Gnus v0.11 is released.
333
334 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
335
336         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
337         summary buffer before reading going to the next buffer.  This avoids
338         putting the point in the group buffer if you `C-g' the command.
339
340         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
341         cache (for now) to make ~/.authinfo.gpg files usable.
342
343         * nnfolder.el (copyright-update): Define for the compiler.
344
345         * auth-source.el (auth-source-search): Fix unbound variable.
346
347 2011-02-19  Glenn Morris  <rgm@gnu.org>
348
349         * gnus.el (gnus-meta): Doc fix.
350
351 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
352
353         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
354         in case it's not yet loaded.
355
356 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
357
358         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
359         line we're waiting for.
360
361 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
362
363         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
364         face with line-width greater than zero will cause RET in gnus summary
365         buffer to scroll down article page-wise because auto vscroll happens,
366         it should be temporalily disabled when doing a scroll-up.
367
368 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
369
370         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
371         outputs from the server.
372
373 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
374
375         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
376         later so that bbdb can hook in easier.
377
378 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
379
380         * auth-source.el (auth-source-search): Don't try to create credentials
381         if the caller doesn't want that.
382         (auth-source-search): If we don't find a match, don't bug out on
383         non-bound variables.
384         (auth-source-search): Only ask a single backend to create the
385         credentials.
386
387         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
388         logging.
389         (nnimap-credentials): Protect against auth-source-search returning nil.
390         (nnimap-request-list): Protect against not being able to open the
391         server.
392
393 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
394
395         * auth-source.el (auth-source-search): Do a two-phase search, one with
396         no :create to get the responses from all backends.
397
398         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
399         when getting credentials.
400
401         * gnus-util.el (gnus-delete-duplicates): New function.
402
403 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
404
405         * nnimap.el (nnimap-credentials): Instead of picking the first port as
406         a creation default, pass the whole port list down.  It will be
407         completed.
408
409         * auth-source.el (auth-source-search): Updated docs to talk about
410         multiple creation choices.
411         (auth-source-netrc-create): Accept a list as a value (from the search
412         parameters) and do completion on that list.  Keep a separate netrc line
413         with the password obscured for showing the user.
414
415         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
416         first choice to `auth-source-search' so it will be used for entry
417         creation instead of the server's Gnus-specific name.
418         (nnimap-credentials): Rely on the auth-source library to select which
419         port is actually wanted in the new netrc entry, so don't override
420         `auth-source-creation-defaults'.
421
422         * auth-source.el (auth-source-netrc-parse): Use :port instead of
423         :protocol and accept a missing user, host, or port as a wildcard match.
424         (auth-source-debug): Default to off.
425
426         (auth-source-netrc-search, auth-source-netrc-create)
427         (auth-source-secrets-search, auth-source-secrets-create)
428         (auth-source-user-or-password, auth-source-backend, auth-sources)
429         (auth-source-backend-parse-parameters, auth-source-search): Use :port
430         instead of :protocol.
431
432         * nnimap.el (nnimap-credentials): Pass a port default to
433         `auth-source-search' in case an entry needs to be created.
434         (nnimap-open-connection-1): Use :port instead of :protocol.
435
436 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
437
438         * auth-source.el: Bind load-path when loading EIEIO from
439         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
440         21.4 doesn't support, to `require'.
441         (auth-source-secrets-search): Use mm-delete-duplicates instead of
442         delete-dups that is not available in XEmacs 21.4.
443
444 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
445
446         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
447         as EIEIO must also be loaded when auth-source.el is being
448         byte-compiled.
449
450 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
451
452         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
453
454         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
455
456         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
457
458         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
459
460         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
461
462         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
463
464         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
465
466         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
467         necessary.
468
469 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
470
471         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
472         nil means that nnimap doesn't get updated.
473
474 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
475
476         * auth-source.el (auth-source-netrc-create): Return a synthetic search
477         result when the user doesn't want to write to the file.
478         (auth-source-netrc-search): Expect a synthetic result and proceed
479         accordingly.
480         (auth-source-cache-expiry): New variable to override
481         `password-cache-expiry'.
482         (auth-source-remember): Use it.
483
484         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
485         parameter.  Create entry if necessary by using :create t.
486         (nnimap-open-connection-1): Don't pass `inhibit-create'.
487
488 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
489
490         * auth-source.el (auth-source-debug): Enable by default and don't
491         mention the obsolete `auth-source-hide-passwords'.
492         (auth-source-do-warn): New function to debug unconditionally.
493         (auth-source-do-debug): Use it.
494         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
495         and for Secrets API entries when the secrets.el library is not
496         available.
497
498 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
499
500         * gnus-sum.el (gnus-propagate-marks): Default to nil.
501         (gnus-summary-exit): Kill the correct article buffer on exit from a
502         `C-d' group.
503
504         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
505         gnus-propagate-marks.
506
507         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
508         before killing the buffers so that a non-full window conf gets handled
509         correctly.
510         (gnus-summary-exit): Ditto.
511         (gnus-summary-read-group-1): Ditto.
512
513         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
514         async code again so that we can debug it properly.
515
516         * message.el (message-reply): Take an optional switch-buffer parameter
517         so that Gnus window confs are respected better.
518
519 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
520
521         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
522         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
523         docstring.
524         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
525         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
526         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
527         Login collection is "Login" and not "login".
528
529 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
530
531         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
532         multiple headers.
533
534         * nnimap.el (nnimap-inhibit-logging): New variable.
535         (nnimap-log-command): Don't log login commands.
536
537         * auth-source.el (auth-source-netrc-search): The asserts seem to want
538         to have more parameters.
539
540         * nnimap.el (nnimap-send-command): Mark the command time for each
541         command, so that we don't get NOOPs stepping on our toes.
542
543         * gnus-art.el (article-date-ut): Get the date from the Date header on
544         `t'.
545
546 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
547
548         * auth-source.el (auth-source-search): Use copy-sequence instead of
549         the cl.el copy-list.
550
551 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
552
553         * imap.el: Bring it back (revert
554         84d800cd31de3064f0ed39617d725709a2f8f42f).
555
556 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
557
558         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
559         Improve prompt.
560
561 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
562
563         * gnus-art.el (gnus-article-mode-line-format): Remove the article
564         washing status from the default format.  It isn't very informative.
565
566 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
567
568         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
569         Gcc processing on imap.
570
571 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
572
573         * imap.el: Remove file.  All the functionality is in nnimap.el.
574
575 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
576
577         * message.el (message-bury): Don't pop up a new window when selected
578         window is dedicated.
579
580 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
581
582         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
583
584 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
585
586         * sieve-manage.el: Autoload `auth-source-search'.
587         (sieve-sasl-auth): Use it.
588
589 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
590
591         * nnimap.el: Autoload `auth-source-forget+'.
592         (nnimap-open-connection-1): Use it if the connection fails.
593
594         * auth-source.el: Require `password-cache'.
595         (auth-source-hide-passwords, auth-source-cache): Remove and mark
596         obsolete.
597         (auth-source-magic): Marker for `password-cache' keys.
598         (auth-source-do-cache): Update docstring.
599         (auth-source-search): Use and check cache.
600         (auth-source-forget-all-cached, auth-source-remember)
601         (auth-source-recall, auth-source-forget, auth-source-forget+)
602         (auth-source-specmatchp): Caching support functions.
603         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
604         Remove and obsolete.
605         (auth-source-user-or-password): Remove caching to further discourage
606         using it.  Always hide passwords.
607
608         * password-cache.el (password-cache-remove): Accept secrets that are
609         not strings.
610
611 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
612
613         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
614         code for now, since it doesn't work for all users.
615
616 2011-02-09  Julien Danjou  <julien@danjou.info>
617
618         * message.el (message-options): Make message-options really buffer
619         local.
620
621 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
622
623         * mail-source.el: Autoload `auth-source-search'.
624         (mail-source-keyword-map): Note order matters.
625         (mail-source-set-1): Get all the mail-source source values and
626         defaults and search auth-source on those if needed.  This can all
627         probably be simplified.
628
629         * nnimap.el: Autoload `auth-source-search'.
630         (nnimap-credentials): Use it.
631         (nnimap-open-connection-1): Ask for the virtual server and physical
632         address in one shot.
633
634         * nntp.el: Autoload `auth-source-search'.
635         (nntp-send-authinfo): Use it.  Note TODO.
636
637 2011-02-08  Julien Danjou  <julien@danjou.info>
638
639         * shr.el (shr-tag-body): Add support for text attribute in body
640         markups.
641
642         * message.el (message-options): Make message-options a local variable.
643
644 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
645
646         * auth-source.el (auth-source-secrets-search)
647         (auth-source-user-or-password): Use `append' instead of `nconc'.
648         (auth-source-user-or-password): Build return list better and protect
649         against nil :secret.
650
651 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
652
653         * nnimap.el (nnimap-update-info): Refactor slightly.
654         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
655         (nnimap-update-info): Clean up slightly.
656         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
657         characters.
658         (nnimap-process-quirk): Rename function to avoid collision.
659         (nnimap-update-info): Fix macrology bug-out.
660         (nnimap-update-info): Simplify split history test.
661
662 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
663
664         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
665         `secrets-get-attributes' instead of `secrets-get-attribute'.
666         (auth-source-secrets-search): Limit search when `max' is greater than
667         number of results.
668
669 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
670
671         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
672         part not returning any data.
673
674         * proto-stream.el (open-protocol-stream): Document the return value.
675
676 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
677
678         * auth-source.el (auth-source-secrets-search): Add examples.
679
680 2011-02-06  Julien Danjou  <julien@danjou.info>
681
682         * message.el (message-setup-1): Handle message-generate-headers-first
683         set to t.
684
685 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
686
687         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
688         API with a string "secrets:collection-name" and with 'default.
689         (auth-source-backend-parse): Parse "secrets:collection-name" and
690         'default.  Recurse on parses instead of repeating code.  Use the
691         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
692         message when ignoring a source.
693         (auth-source-search): List ignored search keys at the top level.
694         (auth-source-netrc-create): Use `case' instead of `cond'.
695         (auth-source-secrets-search): Created with TODOs.
696         (auth-source-secrets-create): Created with TODOs.
697         (auth-source-retrieve, auth-source-create, auth-source-delete)
698         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
699         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
700         (auth-source-user-or-password-sftp)
701         (auth-source-user-or-password-smtp): Removed.
702         (auth-source-user-or-password): Deprecated and modified to be a wrapper
703         around `auth-source-search'.  Not tested thoroughly.
704
705 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
706
707         * auth-source.el: Bring in assoc and eioeio libraries.
708         (secrets-enabled): New variable to track the status of the Secrets API.
709         (auth-source-backend): New EIOEIO class to represent a backend.
710         (auth-source-creation-defaults): New variable to set prompt defaults
711         during token creation (see the `auth-source-search' docstring for
712         details).
713         (auth-sources): Simplify to allow a simple string as a netrc backend
714         spec.
715         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
716         (auth-source-backend-parse-parameters): Fill in the backend parameters.
717         (auth-source-search): Main auth-source API entry point.
718         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
719         (auth-source-search-collection): Helper function for searching.
720         (auth-source-netrc-parse, auth-source-netrc-normalize)
721         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
722         Supports search, create, and delete.
723         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
724         backend stubs.
725         (auth-source-user-or-password): Call `auth-source-search' but it's not
726         ready yet.
727
728 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
729
730         * message.el (message-setup-1): Remove the read-only stuff, since it
731         doesn't work under XEmacs, for some reason.
732
733         * gnus-sum.el (gnus-user-date): Rename back from
734         gnus-summary-user-date since user code refers to it.
735
736         * shr.el (shr-render-td): Store the actual background colour used.
737
738         * message.el (message-setup-1): Don't bind the constant
739         -forbidden-properties.
740         (message-setup-1): Revert previous change, since it needs to bind the
741         props to insert them.
742         (message-resend): Allow removing the read-only separator line.
743
744 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
745
746         * nnimap.el (nnimap-request-accept-article): Give an error message if
747         the APPEND wasn't successful.
748
749 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
750
751         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
752         that have no groups.
753
754 2011-02-03  Julien Danjou  <julien@danjou.info>
755
756         * gnus-draft.el: Remove progn around gnus-draft-setup.
757
758 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
759
760         * gnus-start.el (gnus-read-active-for-groups): This function is never
761         called with a nil `infos', so clean that up.
762         (gnus-get-unread-articles): Request active files from primary/secondary
763         methods that have no groups (yet).
764
765 2011-02-03  Julien Danjou  <julien@danjou.info>
766
767         * message.el (message-setup-1): Always generate References first.
768         (message-mail): Return the return value of message-setup, not always t.
769         (message-setup-1): Insert mail-header-separator with read-only and
770         intangible properties set.
771
772         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
773         user-date in docstring.
774
775         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
776
777         * gnus.el (gnus-summary-line-format): Mention &user-date format in
778         docstring.
779
780         * gnus.el (gnus-user-date-format-alist): Change default value. Use
781         defcustom, with type and group. Move from gnus-util.el. Rename to
782         gnus-summary-user-date-format-alist.
783
784 2011-02-03  Glenn Morris  <rgm@gnu.org>
785
786         * nnimap.el (gnus-fetch-headers): Declare.
787
788         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
789
790 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
791
792         * message.el (message-forward-make-body-digest-plain)
793         (message-followup, message-reply): Clean up things noted by Stefan.
794
795         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
796         gnus-article-update-date-headers is nil.
797         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
798         it didn't really work with defcustom.
799         (article-update-date-lapsed): Make sure the window start doesn't move,
800         either.
801
802 2011-02-01  Julien Danjou  <julien@danjou.info>
803
804         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
805         format.
806
807         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
808         standard in Emacs nowadays.
809
810         * color.el (color-gradient): Add a color-gradient function.
811
812 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
813
814         * message.el (message-expand-name): Don't trust the return value of
815         bbdb-complete-name.
816         (message-check-news-header-syntax): Remove unused var `start'.
817         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
818         (message-inhibit-body-encoding): Move to before first use.
819         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
820         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
821         (Organization, Message-ID, Date, mh-previous-window-config):
822         Defvar the vars using dynamic scoping.
823
824 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
825
826         * shr.el (shr-render-td): Only do colours at the final rendering.
827         Should be slightly faster.
828         (shr-insert-table): Fix up TD background colours when doing the
829         vertical padding.
830
831         * gnus-art.el (article-date-ut): Protect against articles with no Date
832         header.
833         (article-update-date-lapsed): Don't use current-column to find the
834         horizontal position.  It's fragile in the presence of \003 characters.
835
836         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
837
838 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
839
840         * gnus-art.el (article-transform-date): Rewrite to still work when
841         there are several rfc2822 parts.
842         (article-transform-date): Fix infinite recursion.
843         (article-date-ut): Replace infinitely many Date headers with a single
844         one when called interactively.
845
846         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
847         secure manner.
848
849         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
850         move around by not using save-window-excursion.  It seems to work...
851
852 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
853
854         * gnus-art.el (article-make-date-line): Work for user-defined format.
855
856 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
857
858         * nntp.el (nntp-retrieve-group-data-early)
859         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
860         fetching functions.
861
862         * gnus-start.el (gnus-read-active-for-groups): Read the active files
863         thoroughly for all backends that have no known groups.  This should
864         allow new nnml methods to retrieve mail.
865
866         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
867         that Gnus doesn't know exists again.
868
869         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
870         (gnus-treat-date-ut): Ditto.
871         (gnus-article-update-date-header): Renamed.
872         (gnus-treat-date-local): Removed.
873         (gnus-treat-date-english): Removed.
874         (gnus-treat-date-lapsed): Removed.
875         (gnus-treat-date-combined-lapsed): Removed.
876         (gnus-treat-date-original): Removed.
877         (gnus-treat-date-iso8601): Removed.
878         (gnus-treat-date-user-defined): Removed.
879         (gnus-article-date-headers): New variable to control all the date
880         header options.
881         (article-date-ut): Rewrite to allow using the new way to format date
882         headers(s).
883
884 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
885
886         * nnmail.el (nnmail-article-group): Check for a direct fancy split
887         method.
888         (nnmail-article-group): A better test for fanciness.
889
890         * nnimap.el (nnimap-request-head): Protect against not finding the
891         article by Message-ID.
892
893 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
894
895         * gnus-art.el (article-update-date-lapsed): Try a better way to really
896         keep point at the "same place".
897
898 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
899
900         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
901         data if the group is unactivated.
902
903 2011-01-28  Julien Danjou  <julien@danjou.info>
904
905         * gnus-win.el: Remove dead function gnus-window-configuration-element.
906         (gnus-all-windows-visible-p): Remove old compatibility code.
907         (gnus-window-top-edge): Add docstring.
908
909         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
910
911 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
912
913         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
914         older request-update-info.
915
916         * gnus-art.el (article-make-date-line): Limit the length a bit more.
917
918 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
919
920         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
921         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
922
923 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
924
925         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
926         groups.  This makes the nndraft:queue group pop up if it's not already
927         there.
928
929         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
930         messages" logic, which was reversed.
931
932         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
933         the "same place" even if point is on the line being replaced.
934         (article-update-date-lapsed): Allow updating both the combined lapsed
935         and the lapsed headers.
936         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
937         (article-make-date-line): Limit the number of segments dynamically to
938         avoid too-long lines.
939
940 2011-01-27  Julien Danjou  <julien@danjou.info>
941
942         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
943         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
944
945 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
946
947         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
948         Use plist-get instead of the cl function getf.
949
950 2011-01-27  Glenn Morris  <rgm@gnu.org>
951
952         * gnus-util.el (float-time): Get rid of compiler warning, again.
953
954 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
955
956         * shr.el (shr-put-color): Special-case background colours: Do put them
957         at the blank parts at the front of the lines.
958
959         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
960         exit hook to nix out all data on readedness on group exit.
961
962         * gnus-util.el (float-time): If float-time is bound, always use it on
963         all Emacsen.  It's unclear why the subrp check was there.
964         (time-date): Require to make some autoload issues on XEmacs go away.
965
966         * shr.el (shr-put-color): Don't do the box padding in tables, since
967         they're already padded.
968
969 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
970
971         * gnus-art.el (gnus-article-next-page): When the last line of the
972         article is displayed, scroll down once more instead of going to the
973         next article at once.
974         (article-lapsed-string): Refactor out and allow specifying how many
975         segments you want.
976         (gnus-article-setup-buffer): Start updating the lapsed header directly.
977         (gnus-article-update-lapsed-header): New variable.
978
979         * shr.el: Revert change that made headings use different-sized faces.
980         The Emacs display engine isn't advanced enough that, for instance,
981         tables can comfortably use differntly-sized faces.
982
983 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
984
985         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
986         used.
987         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
988         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
989         we're using an encrypted connection.
990
991         * proto-stream.el: Alter the interface functions to also return the
992         actual stream type used: network or tls.
993
994 2011-01-25  Julien Danjou  <julien@danjou.info>
995
996         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
997         (mm-display-javascript-inline): New function.
998
999         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1000         viewing function.
1001
1002 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1003
1004         * shr.el (shr-expand-newlines): Fix variable name.
1005
1006 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1007
1008         * shr.el (shr-expand-newlines): Make nested boxes work.
1009
1010 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1011
1012         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1013         backgrounds.
1014         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1015         in a more sensible manner.
1016
1017 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1018
1019         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1020         if EPG is loaded.
1021
1022 2011-01-24  Julien Danjou  <julien@danjou.info>
1023
1024         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1025         tags.
1026
1027 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1028
1029         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1030         commands.
1031
1032         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1033         in the article buffer.
1034         (gnus-gravatar-insert): Use blank space from the current buffer to
1035         avoid breaking text properties.  This makes X-Sent updating work again.
1036
1037         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1038
1039 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1040
1041         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1042         fix the bug in url-http.el instead.
1043
1044         * shr.el (shr-image-fetched): Ditto.
1045
1046         * shr.el (shr-image-fetched): Avoid having point move in the article
1047         buffer.
1048
1049         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1050         buffer after being called.  It's apparently being killed by url.el, and
1051         killing it made point move to end-of-buffer in a random buffer.
1052
1053         * shr.el (shr-image-fetched): Ditto.
1054
1055 2011-01-23  Julien Danjou  <julien@danjou.info>
1056
1057         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1058
1059         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1060         text/x-org.
1061
1062 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1063
1064         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1065         (i.e., nnimap) returning nil as the article number.
1066
1067 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1068
1069         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1070         "DelSp" parameter in RFC3676.
1071
1072 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1073
1074         * message.el (message-check-recipients): Display the encoded version of
1075         the bogus address if they differ.
1076
1077         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1078         after sending.
1079
1080         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1081
1082         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1083
1084         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1085         group buffer after sending the queue.
1086
1087         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1088
1089 2011-01-22  Julien Danjou  <julien@danjou.info>
1090
1091         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1092
1093 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1094
1095         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1096         nested related parts.
1097
1098         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1099         unexpired articles.  This fixes the regression that led expiry marks to
1100         disappear from nnfolder groups.
1101
1102 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1103
1104         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1105         Don't confuse the "ret" of "retrograde" with RET.
1106
1107 2011-01-21  Julien Danjou  <julien@danjou.info>
1108
1109         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1110         than mm-insert-inline.
1111
1112 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1113
1114         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1115         Widen article buffer.
1116
1117 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1118
1119         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1120         the temp buffer.
1121         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1122
1123 2011-01-20  Julien Danjou  <julien@danjou.info>
1124
1125         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1126
1127         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1128         than mm-insert-inline to insert inline part: this respect
1129         mm-inline-media-tests displayers.
1130
1131         * mm-view.el (mm-display-shell-script-inline): New function.
1132
1133         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1134
1135         * mm-uu.el (mm-uu-type-alist): Add org block.
1136         (mm-uu-org-src-code-block-extract): New function.
1137
1138         * mm-view.el (mm-display-org-inline): New function.
1139
1140         * mm-decode.el (mm-automatic-display): Add text/org.
1141
1142         * mailcap.el (mailcap-mime-extensions): Add .org.
1143
1144 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1145
1146         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1147         gnus-article-add-buttons.
1148
1149 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1150
1151         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1152         From header with a date and "nobody" as the sender.
1153
1154 2011-01-19  Julien Danjou  <julien@danjou.info>
1155
1156         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1157         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1158         if you have the same regexp several times.
1159         (gnus-button-push): Fix matching when regexp is symbol.
1160
1161 2011-01-15  Glenn Morris  <rgm@gnu.org>
1162
1163         * message.el (message-mail): A compose-mail function should
1164         accept headers as strings.
1165
1166 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1167
1168         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1169         Add :vert-only tags.
1170         (message-mail): New arg RETURN-ACTION.
1171         (message-return-action): New var.
1172         (message-bury): Use it.
1173         (message-mode): Make it buffer-local.
1174         (message-send-and-exit): Always call message-bury.
1175
1176         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1177         message-mail.
1178
1179 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1180
1181         * nnimap.el (nnimap-convert-partial-article): Protect against
1182         zero-length body parts.
1183
1184         * mm-decode.el (mm-preferred-alternative-precedence):
1185         Discourage showing empty parts.
1186
1187         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1188         and stuff if the backend didn't return the article number.  This fixes
1189         an Exchange-related nnimap bug.
1190
1191         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1192         group window, because it does the wrong thing when a separate frame
1193         displays the group buffer.
1194
1195         * proto-stream.el (open-protocol-stream): Protect against the low-level
1196         transport functions returning nil.
1197
1198 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1199
1200         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1201         (mml2015-epg-find-usable-secret-key): New function.
1202         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1203         mml2015-epg-find-usable-key (Bug#7797).
1204         (mml2015-epg-encrypt): Ditto.
1205
1206 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1207
1208         * dgnushack.el (rot13-string): Fix the way to get the argument.
1209
1210 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1211
1212         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1213
1214 2011-01-03  Glenn Morris  <rgm@gnu.org>
1215
1216         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1217
1218         * sieve.el (sieve-open-server): Give a more explicit error if
1219         sieve-manage-open returns nil.  (Bug#7720)
1220
1221 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1222
1223         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1224
1225 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1226
1227         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1228         This avoids sending passwords in plain text over non-encrypted
1229         channels.
1230
1231         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1232
1233         * nnimap.el (nnimap-login): Refactored out into own function, and
1234         implement CRAM-MD5.
1235         (nnimap-wait-for-line): Refactored out.
1236
1237         * mm-view.el (mml-smime): Require.
1238
1239 2010-12-20  David Engster  <deng@eml.cc>
1240
1241         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1242         use EPG to decrypt S/MIME messages instead of openssl.
1243
1244 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1245
1246         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1247
1248         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1249         status is the group clearly is unreachable.
1250
1251         * auth-source.el (auth-source-create): Add the optional second
1252         parameter to `local-variable-p' to be compatible with XEmacs.
1253
1254 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1255
1256         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1257         work when using a compressed nnml folder.
1258
1259 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1260
1261         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1262         backends after sanitising on entry, because this never makes sense:
1263         If the articles have gone missing, then the data no longer exists on
1264         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1265         overwrite anything anyway.
1266
1267         * shr.el (shr-insert-document): Bind shr-width dynamically to
1268         window-width if it's nil.
1269
1270 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1271
1272         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1273         with the meaning of using the full emacs window width for rendering.
1274
1275 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1276
1277         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1278         case when sender is not given.
1279
1280 2010-12-23  Julien Danjou  <julien@danjou.info>
1281
1282         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1283         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1284         the addresses, otherwise we might misplaced the gravatar.
1285
1286 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1287
1288         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1289         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1290         obsolete in Emacs.
1291
1292 2010-12-20  Julien Danjou  <julien@danjou.info>
1293
1294         * gnus-util.el (gnus-rescale-image): Revert last change.
1295
1296 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1297
1298         * binhex.el: Improve commentary (Bug#7482).
1299
1300 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1301
1302         * gnus-group.el (gnus-group-delete-articles): New command.
1303
1304 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1305
1306         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1307
1308 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1309
1310         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1311         here, since it's up to the backends to do CRLF removal if their
1312         protocol has it.
1313
1314         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1315
1316 2010-12-17  Julien Danjou  <julien@danjou.info>
1317
1318         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1319         they are from file. Can also scale up.
1320
1321 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1322
1323         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1324         gnus-use-agent.
1325         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1326
1327         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1328
1329 2010-12-17  Julien Danjou  <julien@danjou.info>
1330
1331         * gravatar.el (gravatar-retrieve-synchronously): New function.
1332         (gravatar-get-data): Make more robust.
1333
1334 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1335
1336         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1337
1338 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1339
1340         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1341         to really consider the last line.
1342
1343 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1344
1345         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1346         list of recipient keys, or use symmetric encryption if not a list.
1347         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1348         EPA override, replacing the call to `netrc-store-data'.
1349
1350 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1351
1352         * gnus-srvr.el: Avoid passing nil regexp argument to
1353         delete-matching-lines.
1354
1355 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1356
1357         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1358         fetching stops when Gnus exits.
1359
1360         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1361         function.
1362         (nnfolder-request-expire-articles): Save all the buffers after doing
1363         expiry.
1364
1365         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1366         the last article", since that led to serious performance regressions
1367         when expiring nnml groups.
1368
1369 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1370
1371         * nnir.el: Improve customizations.
1372
1373 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1374
1375         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1376
1377         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1378         group has been killed.
1379         (gnus-group-yank-group): Ditto.
1380
1381         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1382
1383         * nnimap.el (nnimap-request-update-group-status): New function.
1384
1385         * gnus-int.el (gnus-request-update-group-status): New interface
1386         function.
1387
1388         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1389         copying read-ness to the backends.
1390
1391         * nnimap.el (nnimap-quirk): New function.
1392         (nnimap-retrieve-group-data-early): Use it.
1393         (nnimap-quirks): New alist.
1394
1395 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1396
1397         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1398         don't delete it within indentation.
1399
1400 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1401
1402         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1403         previous line.
1404
1405 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1406
1407         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1408         QRESYNC command by deleting a superfluous space which broke Cyrus
1409         servers.  This change will break other servers that are buggy the other
1410         way around.
1411
1412 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1413
1414         * spam.el: Reindent and fix long lines.
1415         (spam-copy-or-move-routine): Exclude invalid move destinations.
1416
1417 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1418
1419         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1420         installed the registry.
1421
1422 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1423
1424         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1425
1426 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1427
1428         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1429         groupname doesn't contain "gmane".
1430
1431 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1432
1433         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1434         and netrc-bound-and-true-p bindings.
1435         (netrc-parse): Cache the netrc contents.
1436
1437         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1438         (gnus-1): Don't create the nndrafts group twice.
1439         (gnus-setup-news): There's no need to read the active file here, since
1440         that's done again later on a per-backend basis.
1441         (gnus-start-draft-setup): Make sure that the new group is started out
1442         empty.
1443
1444         * gnus-agent.el (gnus-agentize): Don't create the queue group
1445         automatically on startup.  It'll be created later, if needed.
1446
1447         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1448         of automatically subscribed groups.
1449         (gnus-auto-subscribed-categories): New variable.
1450         (gnus-matches-options-n): Use it.
1451         (gnus-default-subscribed-newsgroups): Remove unused variable.
1452         (gnus-start-draft-setup): Message a bit less.
1453
1454 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1455
1456         * nnir.el (nnir-run-imap): Return article list in order of increasing
1457         UID.
1458
1459 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1460
1461         * gnus-sum.el (gnus-summary-enter-digest-group):
1462         Mention gnus-auto-select-on-ephemeral-exit.
1463
1464         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1465         convention of the network-only option.
1466
1467 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1468
1469         * proto-stream.el (proto-stream-open-network-only): New function to
1470         have a way to specify non-STARTTLS upgrade connections.
1471
1472 2010-12-10  Julien Danjou  <julien@danjou.info>
1473
1474         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1475         email address is nil.
1476
1477         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1478
1479 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1480
1481         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1482         deletion.
1483         (nnir-run-imap): Only need to parse list once.
1484
1485 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1486
1487         * shr.el (shr-tag-script): Ignore <script>.
1488         (shr-tag-label): Add <label> support.
1489
1490 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1491
1492         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1493
1494         * shr.el (shr-image-displayer): Work for images lined side by side.
1495
1496 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1497
1498         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1499         parameter, since XEmacs doesn't accept t as a parameter.
1500
1501 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1502
1503         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1504         ids.
1505         (nnir-run-gmane): Simplify groupspec formatting.
1506         (nnir-request-expire-articles): New function.
1507
1508 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1509
1510         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1511         overflow, possibly.
1512
1513         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1514         (shr-render-td): Handle td style="" better.
1515         (shr-tag-table): Use the color from the style sheet.
1516         (shr-render-td): Make sure we copy over all the overlays, too.
1517
1518 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1519
1520         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1521         (nnir-request-article): Improve article retrieval.
1522
1523 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1524
1525         * mm-util.el (mm-extra-numeric-entities): New variable.
1526
1527         * mm-url.el (mm-url-decode-entities):
1528         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1529
1530         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1531
1532 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1533
1534         * message.el: Use completion-at-point.
1535         (message-completion-function): New fun, extracted from message-tab.
1536         (message-mode): Use it for completion-at-point-functions.
1537         (message-tab): Use it and completion-at-point.
1538
1539 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1540
1541         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1542         character if a non-breakable character follows.
1543
1544 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1545
1546         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1547         any stream.
1548
1549         * shr.el (shr-tag-font): Colorize the region.
1550         (shr-tag-body): Ditto.
1551         (shr-tag-font): Actually let the styles be inherited instead of
1552         overwriting them.
1553         (shr-tag-font): Get the background color right.
1554         (shr-tag-style): Ignore all <style> tags for the moment.
1555
1556         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1557         a Message-ID to avoid having nnimap depend on gnus-sum.
1558
1559         * shr.el (shr-descend): Only colorize something if we have a node that
1560         sets colors.
1561
1562 2010-12-06  Julien Danjou  <julien@danjou.info>
1563
1564         * shr.el (shr-render-td): Render td content with shr-descend, so style
1565         will be applied to <td> too.
1566         (shr-colorize-region): Colorize region even if we only have a background.
1567         (shr-tag-body): Fix color and background color inheritance.
1568         Do not recolorize after shr-generic.
1569         (shr-tag-font): Let shr-generic colorize via inheritance.
1570
1571 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1572
1573         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1574
1575 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1576
1577         * nnir.el (nnir-request-move-article): Remove obsolete code.
1578
1579 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1580
1581         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1582
1583 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1584
1585         * gnus-sum.el (gnus-summary-respool-article): The completion function
1586         expects a list instead of an alist.
1587
1588         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1589         string as the parameter.
1590
1591         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1592
1593         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1594         styles.
1595         (shr-colorize-region): New function.
1596         (shr-insert-background-overlay): Remove.
1597         (shr-render-td): Background setting should be taken care of on a higher
1598         level.
1599         (shr-tag-body): Use post-hoc colorizations.
1600         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1601         (shr-put-color-1): Don't overwrite old colors.
1602         (shr-colorize-region): When the background color isn't explicit, use
1603         a fixed background.
1604
1605         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1606         nnmail variables.
1607
1608 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1609
1610         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1611         unless necessary.
1612
1613 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1614
1615         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1616         server.
1617
1618 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1619
1620         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1621         so that TAB works.
1622
1623         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1624         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1625
1626         * shr.el (shr-urlify): Show the URL before the title to avoid
1627         misleading URLs.
1628
1629 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1630
1631         * shr.el (shr-urlify): Display the title in <a> tags.
1632
1633 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1634
1635         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1636
1637 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1638
1639         * nnir.el: Rearrange code to allow macros to be autoloaded by
1640         gnus-sum.el.
1641         (nnir-retrieve-headers-override-function): Make this variable
1642         customizable.
1643         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1644
1645         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1646         from nnir.el.
1647
1648 2010-12-03  Julien Danjou  <julien@danjou.info>
1649
1650         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1651
1652 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1653
1654         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1655         allow optional argument `environment'.
1656
1657 2010-12-03  Glenn Morris  <rgm@gnu.org>
1658
1659         * mm-extern.el (message-goto-body): Update declaration.
1660
1661 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1662
1663         * gnus-util.el (gnus-macroexpand-all): New function.
1664
1665         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1666         instead of macroexpand-all that is unavailable in XEmacs.
1667
1668 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1669
1670         * nnir.el (nnir-summary-line-format): New variable.
1671         (nnir-mode): Use it.
1672         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1673         (nnir-article-ids): Reimplement as defsubst.
1674         (nnir-retrieve-headers): Don't mangle the subject header.
1675         (nnir-run-imap): Use 100 as RSV score.
1676         (nnir-run-find-grep): Fix for full server searching.
1677         (nnir-run-gmane): Better restriction to gmane groups.
1678
1679         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1680         summary buffers.
1681
1682 2010-12-02  Julien Danjou  <julien@danjou.info>
1683
1684         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1685
1686         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1687
1688         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1689         support.
1690
1691 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1692
1693         * nnir.el: Update to handle the registry better.
1694         (autoload): Silence byte-compiler.
1695         (nnir-open-server): Add a hook for nnir groups.
1696         (nnir-request-move-article): Don't mangle the header. Better to use
1697         formating variables (which will be added in the future).
1698         (nnir-registry-action): Update the registry using the original article
1699         group name.
1700         (nnir-mode): Install nnir-specific hooks for updating the registry.
1701
1702         * gnus-sum.el
1703         (gnus-article-original-subject,gnus-newsgroup-original-name):
1704         Remove obsolete variables.
1705         (gnus-summary-move-article): Remove use of obsolete variables.
1706         (gnus-summary-local-variables): Make move and delete hooks local to
1707         summary buffers.
1708
1709 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1710
1711         * rtree.el: New file.
1712
1713 2010-12-01  Julien Danjou  <julien@danjou.info>
1714
1715         * message.el (message-user-organization): Do not use
1716         gnus-local-organization.
1717
1718         * gnus.el: Remove gnus-local-organization.
1719
1720         * gnus-msg.el: Remove nastygram thing.
1721
1722 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1723
1724         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1725         funcall.
1726
1727 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1728
1729         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1730         names.
1731
1732         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1733         characters.
1734
1735         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1736         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1737         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
1738         (gnus-gravatar-transform-address): Use mail-extract-address-components
1739         that supports non-ASCII names rather than mail-header-parse-addresses.
1740
1741 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1742
1743         * proto-stream.el (open-protocol-stream): All starttls connections are
1744         handled by the network handler.
1745
1746 2010-11-30  Julien Danjou  <julien@danjou.info>
1747
1748         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1749         (nnimap-open-connection-1): Fix PREAUTH.
1750
1751         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1752
1753 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1754
1755         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1756         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1757         (shr-insert): Use them.
1758         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1759
1760 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1761
1762         * nnir.el (nnir-request-move-article): Bail out if original group
1763         doesn't support article moves.
1764         (nnir-get-active): Improve active list retrieval.
1765
1766 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1767
1768         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1769
1770 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1771
1772         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1773         seem to accept strings-with-numbers as port numbers,
1774
1775 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1776
1777         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1778         change the registry.
1779
1780 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1781
1782         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1783         delete-dups that is not available in XEmacs 21.4.
1784
1785         * mm-util.el (mm-delete-duplicates): Add comment.
1786
1787 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1788
1789         * nnir.el (nnir-ignored-newsgroups): New variable.
1790         (nnir-get-active): Use it.
1791
1792 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1793
1794         * proto-stream.el (proto-stream-open-network): Add some comments.
1795
1796         * nntp.el (nntp-open-connection): Provide a :success condition.
1797
1798         * nnimap.el (nnimap-open-connection-1): Ditto.
1799
1800         * proto-stream.el (proto-stream-open-network): See what the response to
1801         the STARTTLS command is.
1802
1803         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1804         backwards compatibility).
1805         (nnimap-open-connection-1): Really respect nnimap-server-port.
1806
1807         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1808         TLS upgrades we don't really care about the identity of the peer.
1809         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1810         that what we've checked for.
1811         (proto-stream-always-use-starttls): Only default to t if
1812         open-gnutls-stream exists.
1813         (proto-stream-open-network): If STARTTLS failed, then just open a
1814         normal connection.
1815         (proto-stream-open-network): Wait until the greeting before doing
1816         STARTTLS.
1817
1818         * nntp.el (nntp-open-connection): Report what the connection error is.
1819
1820         * proto-stream.el (open-protocol-stream): Rename from
1821         open-proto-stream.
1822
1823 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1824
1825         * nnimap.el (nnimap-stream): Change default to `undecided'.
1826         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1827         first, and then network.
1828         (nnimap-open-connection-1): Respect nnimap-server-port.
1829         (nnimap-open-connection): Be more backwards-compatible.
1830
1831         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1832         (proto-stream-open-starttls): De-duplicate the starttls code.
1833         (proto-stream-open-starttls): Folded back into the main function.
1834         (proto-stream-open-network): Fix typo in the gnutls path.
1835         (proto-stream-command): Refactor out.
1836
1837         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1838
1839         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1840         starttls.el STARTTLS.
1841
1842         * color.el (color-lab->srgb): Fix function call name.
1843
1844         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1845         if we're using tls.el.
1846         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1847         built in, then don't try to establish a STARTTLS connection.
1848
1849         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1850         servers.
1851
1852         * proto-stream.el (open-proto-stream): Use network, not stream.
1853         (open-proto-stream): Add a way to specify what the end of a command is.
1854
1855         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1856         connections types.
1857         (nntp-open-network-stream): Remove.
1858         (nntp-open-ssl-stream): Remove.
1859         (nntp-open-tls-stream): Remove.
1860         (nntp-ssl-program): Remove.
1861
1862         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1863
1864 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1865
1866         * nnir.el: Fix typos.
1867         (nnir-retrieve-headers-override-function): Rename variable to reflect
1868         new semantics.
1869         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1870         macros.
1871         (nnir-request-article, nnir-request-move-article): Use them.
1872         (nnir-categorize): New function.
1873         (nnir-run-query): Use it.
1874         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1875         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1876         sorted.
1877         (nnir-group-full-name): Use gnus-group-full-name instead.
1878         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1879         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1880
1881 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1882
1883         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1884
1885         * proto-stream.el: New library to provide protocol-specific
1886         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1887         protocols.
1888         (open-proto-stream): Complete the documentation.
1889         (proto-stream-open-network): Fix some typos.
1890
1891         * nnimap.el (nnimap-open-connection): Use it.
1892
1893 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1894
1895         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1896         negotiation.
1897
1898 2010-11-26  Julien Danjou  <julien@danjou.info>
1899
1900         * color.el: Rename various rgb functions to srgb.
1901
1902 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1903
1904         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1905         names.
1906
1907 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1908
1909         * shr.el (shr-insert): Revert last change.
1910         (shr-find-fill-point): Never leave point being at bol;
1911         relax the kinsoku limitation when rendering tables.
1912
1913 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1914
1915         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1916         results from -accept-article.
1917
1918         * shr-color.el: Require cl when compiling.
1919
1920         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1921         checkin.
1922
1923         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1924
1925         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1926
1927         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1928         'add and 'delete to set backend marks.
1929
1930         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1931
1932         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1933
1934         * nntp.el (nntp-request-set-mark): Use it.
1935
1936         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1937
1938         * nnml.el (nnml-request-set-mark): Ditto.
1939
1940         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1941         introduces regressions in article selection.
1942         (nnimap-find-uid-response): New function.
1943         (nnimap-request-accept-article): Use the UID returned, if any.
1944         (nnimap-request-move-article): Use the UID returned, if any.
1945         (nnimap-get-groups): Reimplement to work with folded lines.
1946         (nnimap-find-uid-response): The UID is the last element in the list.
1947         (nnimap-request-set-mark): Extend syntax with 'set.
1948
1949         * nnml.el (nnml-request-set-mark): Ditto.
1950
1951         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1952
1953         * nntp.el (nntp-request-set-mark): Ditto.
1954
1955 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1956
1957         * message.el (message-called-interactively-p): A temporary macro.
1958         (message-goto-body): Use it temporarily.
1959
1960 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1961
1962         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1963         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1964         (nnimap-last-response-string): Fix last unfolding fix.
1965
1966 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1967
1968         * shr.el (shr-insert): Fix the way to fold lines.
1969
1970 2010-11-25  Julien Danjou  <julien@danjou.info>
1971
1972         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1973
1974         * color.el: Rename from color-lab.el
1975         (color-rgb->hex): Add.
1976         (color-complement): Add.
1977         (color-complement-hex): Add.
1978
1979         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1980
1981 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1982
1983         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1984         don't exist.
1985
1986 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1987
1988         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1989         assuming that article displaying or another mml-preview may be
1990         interrupted for an error or for the like.
1991
1992         * shr.el (shr-get-background): Fix argument name.
1993
1994 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1995
1996         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1997
1998         * gnus-sum.el (gnus-summary-include-articles): New function.
1999
2000         * message.el (message-goto-body): called-interactively-p needs a
2001         parameter, so use `any'.
2002
2003         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2004         clear marks before moving, since they're synced from the Gnus side
2005         first.
2006
2007         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2008         (gnus-summary-move-article): Copy over all marks before moving, so that
2009         IMAP doesn't think a new article has arrived.
2010
2011 2010-11-24  Julien Danjou  <julien@danjou.info>
2012
2013         * shr.el (shr-insert-background-overlay): Fix typo.
2014         (shr-render-td): Copy the background before rendering.
2015
2016         * shr-color.el (shr-color-visible): Fix docstring.
2017
2018         * shr.el (shr-tag-table): Add bgcolor support.
2019         (shr-render-td): Add bgcolor support.
2020         (shr-get-background): Add.
2021         (shr-insert-foreground-overlay): Use shr-get-background.
2022
2023         * message.el (message-goto-body): Use called-interactively-p.
2024         (message-in-body-p): message-goto-body returns point.
2025
2026 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2027
2028         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2029         Fixes something or other in Emacs 23, and is backwards compatible.
2030
2031         * message.el (message-goto-body): Remove the <#secure special-casing,
2032         which is too special.
2033
2034         * shr.el (shr-parse-style): Drop !important from styles.
2035
2036 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2037
2038         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2039         this function to return incorrect results when calling it with an
2040         explicit article argument different from
2041         (gnus-summary-article-number).
2042
2043 2010-11-24  Julien Danjou  <julien@danjou.info>
2044
2045         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2046         (shr-tag-body): Add background support.
2047         (shr-descend): Add background support.
2048         (shr-tag-title): Add.
2049
2050         * shr-color.el (shr-color-visible): Really return original background
2051         if fixed.
2052
2053 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2054
2055         * shr.el (shr-color-check): Protect against non-existant colour names.
2056
2057 2010-11-24  Julien Danjou  <julien@danjou.info>
2058
2059         * color-lab.el: Require 'cl when compiling.
2060
2061         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2062
2063         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2064         matched part.
2065
2066         * color-lab.el: Fix all expt calls to use float type.
2067
2068 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2069
2070         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2071         expression to shr-color-check as is.
2072
2073         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2074
2075         * color-lab.el: Add coding cookie.
2076         (float-pi): Use eval-and-compile.
2077
2078         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
2079         compiled for Emacsen having no `libxml-parse-html-region' support.
2080
2081 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2082
2083         * shr.el (shr-insert-color-overlay): Split stuff like
2084         "#444444 !important" to find the real colour.
2085         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2086         parse <font color="red"> entries.
2087
2088 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2089
2090         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2091         point when parsing headers.
2092
2093         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2094         is positioned properly when parsing headers.
2095
2096 2010-11-23  Julien Danjou  <julien@danjou.info>
2097
2098         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2099
2100         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2101
2102         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2103
2104         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2105         Use shr-color-hue-to-rgb.
2106         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2107
2108 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2109
2110         * shr.el (shr-color->hexadecimal): Autoload.
2111         (shr-descend): Add color to all tags.
2112
2113 2010-11-22  Julien Danjou  <julien@danjou.info>
2114
2115         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2116         shr-color->hexadecimal.
2117
2118         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2119         RGB() or HSL() color representation.
2120
2121         * shr.el (shr-tag-font): Add.
2122         (shr-tag-color-check): New function to get better colors.
2123         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2124         tag-span.
2125
2126         * shr-color.el: New file.
2127
2128         * color-lab.el: New file.
2129
2130         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2131
2132 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2133
2134         * nnir.el: Fix typo in comments.
2135         (nnir-run-imap): Simplify code. No need to reverse artlist.
2136         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2137
2138 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2139
2140         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2141
2142         * nnimap.el (nnimap-get-capabilities): Refactor out.
2143         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2144
2145 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2146
2147         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2148         appearing when `mm-uu-hide-markers' is nil.
2149
2150 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2151
2152         * nnimap.el (nnimap-unselect-group): Make into its own function.
2153         (nnimap-request-rename-group): Unselect group before renaming.
2154         This had gotten lost somewhere.
2155         (nnimap-request-accept-article): Keep track of examined groups, and
2156         unselect the group before APPENDing to read-only groups.
2157         (nnimap-request-move-article): Clear flags before moving so that they
2158         can be re-set later.
2159
2160 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2161
2162         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2163         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2164
2165 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2166
2167         * gnus-art.el (gnus-mime-display-single)
2168         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2169         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2170         parameter.
2171
2172 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2173
2174         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2175         (shr-table-vertical-line): New variable.
2176         (shr-insert-table): Use it.
2177
2178 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2179
2180         * gnus-html.el (gnus-html-wash-images): Don't display images if
2181         gnus-inhibit-images is non-nil; register displayer for cid images.
2182         (gnus-html-display-image): Work for cid image.
2183         (gnus-html-insert-image): Allow arguments.
2184         (gnus-html-put-image): Inhibit read-only.
2185         (gnus-html-prefetch-images): Don't prefetch images if
2186         gnus-inhibit-images is non-nil.
2187
2188 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2189
2190         * shr.el (shr-put-image): Break lines when inserting big pictures.
2191
2192 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2193
2194         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2195         sender, thanks Katsumi Yamaoka.
2196
2197 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2198
2199         * nnir.el (nnir-run-imap): Reverse the article list for each group
2200         rather than the whole list.
2201
2202 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2203
2204         * shr.el (shr-image-displayer): Protect function against non-existent
2205         image source.
2206
2207         * gnus-art.el (gnus-inhibit-images): New user option.
2208         (gnus-mime-display-single): Don't display image if it is non-nil.
2209
2210         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2211         gnus-inhibit-images.
2212
2213         * shr.el (shr-image-displayer): New function.
2214         (shr-tag-img): Use it.
2215
2216 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2217
2218         * mml2015.el (mml2015-epg-sign): Use From header.
2219
2220 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2221
2222         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2223
2224         * gnus-util.el (gnus-find-text-property-region): Return markers.
2225
2226         * shr.el (shr-tag-img): Put a displayer in the text property.
2227
2228         * gnus-util.el (gnus-find-text-property-region): New utility function.
2229
2230         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2231         (gnus-html-show-images): Remove.
2232
2233         * gnus-art.el (gnus-article-show-images): New, more general function.
2234
2235         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2236         image url text properties.
2237
2238         * shr.el: Ditto.
2239
2240         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2241         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2242
2243 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2244
2245         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2246         work for two or more articles.
2247
2248 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2249
2250         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2251         divide an image that's in an html article to two or more when washing
2252         non-ASCII characters in alt text of it.
2253
2254 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2255
2256         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2257         smime-decrypt-region using function argument.
2258         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2259
2260         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2261
2262         * smime.el (smime-decrypt-region): Catch it.
2263
2264 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2265
2266         * smime.el (smime-mode-map): Move initialization into declaration.
2267         (gnus-run-mode-hooks): Don't autoload.
2268         (smime-mode): Use define-derived-mode.
2269
2270 2010-11-11  Glenn Morris  <rgm@gnu.org>
2271
2272         * smime.el (from): Restrict declaration to XEmacs.
2273
2274         * nnir.el (gnus-group-topic-name): Autoload.
2275
2276 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2277
2278         * shr.el (shr-insert): Don't break long line if it is because of
2279         kinsoku-bol characters in the line end.
2280
2281 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2282
2283         * nnir.el (nnir-request-move-article): Fix to provide original group
2284         and subject.
2285         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2286         been retrieved.
2287
2288         * gnus-sum.el (gnus-summary-move-article): Use original group and
2289         subject for virtual articles such as those in an nnir summary buffer.
2290
2291 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2292
2293         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2294         least 21.5).
2295
2296         * smime.el (from): Declare it again for XEmacs.
2297
2298 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2299
2300         * message.el (message-resend): Don't disable encoding unless it's
2301         already encoded.
2302
2303         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2304         low-numbered articles.
2305
2306 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2307
2308         * rfc2047.el (rfc2047-syntax-table): Simplify.
2309
2310         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2311
2312         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2313         set-char-table-range for XEmacs.
2314
2315 2010-11-10  Glenn Morris  <rgm@gnu.org>
2316
2317         * time-date.el (time-to-seconds): Always an alias on Emacs,
2318         never a real function.
2319         (with-no-warnings): Remove compat stub, now unused.
2320         (time-less-p): Doc fix.
2321         (time-to-number-of-days): Simplify.
2322
2323         * smime.el (from): Remove unused declaration.
2324
2325         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2326         (gnus-float-time): On Emacs, always an alias.
2327
2328         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2329         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2330
2331 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2332
2333         * dgnushack.el: Don't use ignore-errors in the top level form since it
2334         is unavailable in XEmacs even if cl is loaded.
2335
2336         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2337
2338 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2339
2340         * shr.el (browse-url-mailto): Autoload.
2341
2342         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2343
2344         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2345         regexp doesn't need quoting.
2346
2347 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2348
2349         * message.el (message-subject-trailing-was-ask-regexp)
2350         (message-subject-trailing-was-regexp): Match was: in addition to was.
2351
2352 2010-11-09  Glenn Morris  <rgm@gnu.org>
2353
2354         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2355         (nnbabyl-check-mbox): Use point-at-bol.
2356
2357 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2358
2359         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2360
2361         * message.el (message-mailto): New function.
2362         (message-mailto): Should accept other parameters.
2363         (message-mailto): Remove since it duplicates browse-url-mailto
2364         functionality.
2365
2366 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2367
2368         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2369         methods.
2370         (gnus-read-active-file): Ditto.
2371
2372         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2373         ": " from the prompt.
2374         (gnus-group-make-group): Ditto.
2375
2376 2010-11-07  Glenn Morris  <rgm@gnu.org>
2377
2378         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2379         (gnus-bookmark-kill-line): Use point-at-eol.
2380
2381 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2382
2383         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2384         asterisks in From header.
2385
2386 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2387
2388         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2389         string to avoid making the From headers syntactically invalid.
2390
2391         * message.el (message-send-mail): Don't insert courtesy messages if the
2392         message already has List-Post and List-ID messages.
2393
2394 2010-11-06  Glenn Morris  <rgm@gnu.org>
2395
2396         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2397         `condition', `type', `length' a prefix.
2398         (gnus-treat-predicate): Update for above name changes.
2399
2400 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2401
2402         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2403         binding.  Handled by `gnus-summary-refer-thread' instead.
2404         (nnir-warp-to-article): New backend function.
2405
2406         * nnimap.el (nnimap-request-thread): Force dependency updating.
2407
2408         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2409         (gnus-summary-refer-thread): Rework to improve thread-referral.
2410
2411         * gnus-int.el (gnus-warp-to-article): New function.
2412
2413         * gnus-sum.el (gnus-summary-article-map): Bind it.
2414
2415 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2416
2417         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2418         gnus-summary-refer-thread.
2419
2420         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2421         headers.
2422         (gnus-summary-limit-include-thread): Prevent articles in thread from
2423         being cut in gnus-cut-threads.
2424         (gnus-summary-refer-thread): Limit retrieved headers to those in
2425         thread.
2426
2427 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2428
2429         * message.el (message-send-mail): Use the value of
2430         message-courtesy-message from the message buffer.
2431
2432         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2433
2434         * shr.el (shr-browse-url): Implement mailto: URLs.
2435
2436         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2437         "raw".
2438
2439         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2440         if it's already selected.
2441
2442         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2443
2444 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2445
2446         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2447         to measure the length and truncate alt text.
2448
2449 2010-11-03  Glenn Morris  <rgm@gnu.org>
2450
2451         * nndiary.el (nndiary-generate-nov-databases-1)
2452         (nndiary-generate-active-info): Rename dynamic variable `files' to
2453         something less generic.
2454
2455 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2456
2457         * nnir.el (nnir-request-move-article): Call the underlying backend to
2458         move articles from nnir.
2459
2460 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2461
2462         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2463
2464 2010-11-02  Julien Danjou  <julien@danjou.info>
2465
2466         * nnir.el: Remove wais support.
2467
2468 2010-11-02  Glenn Morris  <rgm@gnu.org>
2469
2470         * gnus-html.el: Reorder requirements to quieten compiler.
2471
2472 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2473
2474         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2475         properly for XEmacs as well.
2476         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2477         (gnus-article-natural-long-line-p): Use window-width rather than
2478         frame-width.
2479
2480 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2481
2482         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2483         (nnir-read-parms): Don't modify query.
2484         (nnir-run-query): Add ability to search topic on current line.
2485         (nnir-get-active): Clean up.
2486
2487 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2488
2489         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2490         degenerate articles.
2491
2492         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2493         (gnus-print-buffer): Just print the buffer as is, without any copying
2494         to a buffer and then re-highlighting.
2495
2496         * nnimap.el (nnimap-request-group): Store the new updated info.
2497         (nnimap-request-group): Select the group when we don't know whether it
2498         exists or not.
2499
2500         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2501         groups.
2502
2503         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2504         groups.
2505
2506         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2507         groups.
2508
2509         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2510         long-lines case by only filling the long lines.
2511
2512         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2513         (bug #7311).
2514
2515 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2516
2517         * shr.el: No need to declare `declare-function' since shr.el is for
2518         only Emacsen that provide `libxml-parse-html-region'.
2519
2520         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2521         effective only in a file it is referred to.
2522
2523 2010-11-01  Glenn Morris  <rgm@gnu.org>
2524
2525         * mm-util.el (gnus-completing-read): Autoload.
2526         (mm-read-coding-system): Simplify Emacs definition.
2527
2528         * nnmail.el (gnus-activate-group):
2529         * nnimap.el (gnutls-negotiate):
2530         * nntp.el (netrc-parse): Fix declarations.
2531
2532 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2533
2534         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2535         string-match-p in Emacs >=23.
2536
2537         * gnus-msg.el (gnus-configure-posting-styles)
2538         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2539
2540 2010-11-01  Glenn Morris  <rgm@gnu.org>
2541
2542         * nnir.el (declare-function): Add compat stub.
2543         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2544         (nnir-run-gmane): Require 'mm-url.
2545
2546         * mm-util.el (mm-string-to-multibyte): Simplify.
2547
2548         * shr.el (declare-function): Add compat stub.
2549         (url-cache-create-filename): Declare.
2550         (mm-disable-multibyte, widget-convert-button): Autoload.
2551
2552         * smime.el (ldap-search): Declare.
2553         (smime-cert-by-ldap-1): Require ldap on Emacs.
2554
2555         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2556         (nnimap-keepalive): Use gnus-float-time.
2557
2558         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2559         (mail-source-delete-crash-box): Use gnus-float-time.
2560
2561         * gnus-dired.el (gnus-completing-read): Autoload.
2562
2563         * mm-view.el (gnus-rescale-image): Autoload.
2564
2565         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2566
2567         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2568
2569         * sieve-manage.el: Require 'cl when compiling.
2570
2571         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2572         (gnus-iswitchb-completing-read): Require iswitchb.
2573         (gnus-select-frame-set-input-focus): Silence compiler.
2574
2575 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2576
2577         * message.el (message-subject-trailing-was-query): Change default to t,
2578         since I think that's what most people want.
2579
2580         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2581         appending for easier debugging.
2582         (nnimap-wait-for-connection): Take a regexp.
2583         (nnimap-request-accept-article): Wait for the continuation line before
2584         sending anything unless we're streaming.
2585
2586         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2587         leave the header washing to take place.
2588
2589 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2590
2591         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2592         regular expression match and replace in posting styles.
2593
2594 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2595
2596         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2597         an entire server.
2598         (nnir-get-active): New function.
2599         (nnir-run-imap): Use it.
2600         (nnir-run-gmane): Who knew, gmane search returns an article score!
2601
2602         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2603         server on the current line with nnir.
2604
2605 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2606
2607         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2608         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2609         left edge.
2610         (gnus-article-foldable-buffer): Skip past the prefix when determining
2611         raggedness.
2612
2613         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2614         the raw article, and change `C-u g' to show the article without doing
2615         treatments.
2616
2617         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2618         on to `gnus-treat-article'.
2619         (gnus-inhibit-article-treatments): New variable.
2620
2621         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2622
2623         * gnus-art.el (gnus-treatment-function-alist): Have
2624         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2625         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2626         sections.
2627
2628         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2629         parameter.
2630         (gnus-article-fill-cited-long-lines): New function.
2631         (gnus-article-fill-cited-article): Allow filling only long sections.
2632
2633         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2634         and non-punctuation (like after the apostrophe in "'We").
2635
2636         * gnus-sum.el (gnus-summary-select-article): Make sure
2637         gnus-original-article-buffer is alive.
2638
2639         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2640         reflect the order they're in in the digest.
2641
2642         * gnus.el (gnus-group-startup-message): Move point to the start of the
2643         buffer.
2644
2645         * nnimap.el (nnimap-capability): New function.
2646         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2647         is set.
2648
2649 2010-10-31  David Engster  <dengste@eml.cc>
2650
2651         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2652         conform with changes to gnus-completing-read.
2653
2654 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2655
2656         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2657
2658 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2659
2660         * nnir.el: Move defvar, defcustom around to keep file organized
2661         and keep byte-compiler quiet.
2662         (nnir-read-parms): Accept search-engine as arg.
2663         (nnir-run-query): Pass search-engine as arg.
2664         (nnir-search-engine): Remove.
2665
2666 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2667
2668         * shr.el (shr-generic): The text nodes should be text, not :text.
2669
2670         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2671         later in the file.
2672
2673 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2674
2675         * nnir.el: General clean up.  Allow searching with multiple engines.
2676         Allow separate extra-parameters for each engine.
2677         Batch queries when possible.
2678         (nnir-imap-default-search-key,nnir-method-default-engines):
2679         Add customize interface.
2680         (nnir-run-gmane): New engine.
2681         (nnir-engines): Use it.  Qualify all prompts with engine name.
2682         (nnir-search-engine): Remove global variable.
2683         (nnir-run-hyrex): Restore for now.
2684         (nnir-extra-parms,nnir-search-history): New variables.
2685         (gnus-group-make-nnir-group): Use them.
2686         (nnir-group-server): Remove in favor of gnus-group-server.
2687         (nnir-request-group): Avoid searching twice.
2688         (nnir-sort-groups-by-server): New function.
2689
2690 2010-10-30  Julien Danjou  <julien@danjou.info>
2691
2692         * gnus-group.el: Remove gnus-group-fetch-control.
2693
2694         * gnus-start.el (gnus-find-new-newsgroups):
2695         Remove gnus-check-first-time-used.
2696
2697         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2698
2699 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2700
2701         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2702         set on groups that don't have \* permanentflags.
2703
2704 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2705
2706         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2707         control the background color.
2708         (shr-tag-img): Ignore very small web bug type images.
2709         (shr-put-image): Add help-echo alt texts to the images.
2710         (shr-tag-video): Show the video poster image.
2711
2712 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2713
2714         * shr.el (shr-table-depth): New variable.
2715         (shr-tag-table-1): Only insert the images after the top-level table.
2716
2717         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2718
2719         * gnus-util.el (gnus-list-memq-of-list): New function.
2720
2721         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2722         selected.
2723         (nnimap-unsplittable-articles): New slot.
2724         (nnimap-new-articles): Use it.
2725
2726 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2727
2728         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2729         move to the previous line on `M-g'.
2730
2731 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2732
2733         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2734         *-request-group, which seems unnecessary.
2735
2736         * nnimap.el (nnimap-quote-specials): Function copied over from
2737         imap.el.
2738         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2739         they support that.  Suggested by Tom Regner.
2740
2741 2010-10-29  Julien Danjou  <julien@danjou.info>
2742
2743         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2744         defalias.
2745         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2746
2747         * gnus.el: Remove `gnus-nntp-service' variable.
2748         (gnus-secondary-servers): Make obsolete.
2749         (gnus-nntp-server): Make obsolete.
2750
2751         * gnus-start.el (gnus-1): Remove x-splash calls.
2752
2753         * gnus-ems.el (gnus-x-splash): Remove.
2754
2755         * gnus.el (gnus-group-startup-message): Simplify/update code.
2756
2757         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2758         definition.
2759
2760         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2761         capability before doing anything.
2762         (gnus-group-insert-group-line): Remove useless
2763         gnus-group-remove-excess-properties.
2764
2765 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2766
2767         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2768
2769 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2770
2771         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2772         config after reselecting.
2773
2774 2010-10-28  Julien Danjou  <julien@danjou.info>
2775
2776         * shr.el (shr-put-image): Use point even if only inserting text.
2777         (shr-put-image): Save excursion when inserting alt text on non-graphic
2778         display, so the behaviour is the same when we are on a graphic display.
2779
2780         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2781
2782 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2783
2784         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2785         (gnus-mime-copy-part): Check coding system, not charset.
2786         (gnus-mime-view-part-externally): Never remove part.
2787         (gnus-mime-view-part-internally): Don't remove part here.
2788         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2789         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2790         multipart/alternative.
2791
2792         * mm-decode.el (mm-display-part): Take optional arg `force'.
2793
2794 2010-10-26  Julien Danjou  <julien@danjou.info>
2795
2796         * gnus-group.el (gnus-group-default-list-level): Add this function to
2797         compute the default list level.
2798         (gnus-group-default-list-level): Add possibility to use a function.
2799
2800 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2801
2802         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2803
2804         * gnus-group.el (gnus-group-completing-read)
2805         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2806         gnus-replace-in-string.
2807
2808 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2809
2810         * shr.el (shr-tag-div): Add.
2811
2812         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2813
2814 2010-10-25  Julien Danjou  <julien@danjou.info>
2815
2816         * gnus-util.el: Remove `gnus-with-local-quit'.
2817
2818         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2819
2820 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2821
2822         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2823         the original article buffer.
2824
2825 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2826
2827         * nnimap.el (nnimap-request-head): New function.
2828         (nnimap-request-move-article): Try to be slighly faster by not
2829         requesting the entire message when moving.
2830         (nnimap-transform-headers): Don't bug out on bodiless articles.
2831         (nnimap-send-command): Have no outstanding messages if the IMAP server
2832         doesn't support streaming.
2833         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2834
2835 2010-10-24  Julien Danjou  <julien@danjou.info>
2836
2837         * message.el (message-default-headers): Fix type.
2838
2839 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2840
2841         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2842         prefetching images.
2843
2844         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2845         backend for unknown groups.  This is mainly useful for nnimap groups.
2846
2847         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2848         group isn't covered by the agent.
2849
2850 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2851
2852         * nnir.el (nnir-method-default-engines): New variable.
2853         (nnir-run-query): Use it.
2854         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2855         (gnus-summary-nnir-goto-thread): Change group if needed.
2856
2857         * gnus-group.el (gnus-group-group-map): Add key binding for
2858         gnus-group-make-nnir-group.
2859
2860 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2861
2862         * shr.el (shr-tag-object): Add.
2863
2864         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2865         original article buffer live.
2866         (gnus-summary-select-article-buffer):
2867         Mention gnus-widen-article-buffer.
2868
2869 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2870
2871         * shr.el (shr-tag-strong): Add.
2872
2873 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2874
2875         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2876         group names.  They mess up the group buffer badly.
2877
2878         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2879
2880         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2881         instead of the summary one.
2882
2883 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2884
2885         * mml.el (mml-preview): Work properly when editing article.
2886
2887         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2888         gnus-have-read-active-file if it's already been in.
2889
2890 2010-10-22  Tom Tromey  <tromey@redhat.com>
2891
2892         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2893         gnus-group-completing-read.
2894
2895 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2896
2897         * message.el (message-mode-map): Don't bind M-; to comment region, to
2898         allow the global comment-dwim to work.
2899
2900 2010-10-21  Julien Danjou  <julien@danjou.info>
2901
2902         * message.el (message-setup-1): Allow message-default-headers to be a
2903         function.
2904
2905 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2906
2907         * shr.el (shr-tag-table): Simplify.
2908
2909 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2910
2911         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2912         to avoid trying to snarf invalid stuff.
2913
2914         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2915
2916         * gnus.el (gnus-message-archive-group): Quote value.
2917         (gnus-message-archive-group): Mark as changed.
2918
2919         * shr.el (shr-add-font): Don't put the font properties on the newline
2920         or the indentation.
2921
2922         * message.el (message-fix-before-sending): Change options when sending
2923         non-printable characters.
2924
2925         * gnus.el (gnus-message-archive-method): Change the default to
2926         monthly outgoing groups.
2927
2928         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2929         that have gotten new numbers.
2930
2931         * nnimap.el (nnimap-request-replace-article): New function.
2932
2933 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2934
2935         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2936         (nnrss-request-article): Don't use special html washing code.
2937
2938 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2939
2940         * shr.el (shr-tag-table): Remove useless nconc.
2941
2942 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2943
2944         * gnus-art.el (article-wash-html): Simplify and remove the charset
2945         stuff.  Use the normal html rendering code instead of the special html
2946         washing code.
2947
2948         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2949         `gnus-w3m' symbols.
2950         (mm-text-html-washer-alist): Remove.
2951
2952         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2953         (mm-inline-media-tests): Remove use.
2954         (mm-text-html-renderer): Change default to the `shr' symbol.
2955
2956         * mm-view.el (mm-inline-text-html): Remove use.
2957
2958         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2959         `gnus-blocked-images' to be a function.
2960         (gnus-article-wash-function): Remove.
2961
2962 2010-10-20  Julien Danjou  <julien@danjou.info>
2963
2964         * spam.el (spam-list-of-processors): Mark as obsolete.
2965
2966         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2967         (nnimap-insert-partial-structure): Fix boundary detection.
2968
2969 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2970
2971         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2972         run file-truename on remote files.  This can be expensive and even
2973         prevent one from editing drafts if some unrelated buffer has a stale
2974         connection.
2975
2976 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2977
2978         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2979         kinsoku-eol regardless of shr-kinsoku-shorten.
2980         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2981         (shr-tag-table): Support caption, thead, and tfoot.
2982
2983 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2984
2985         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2986         lines.
2987         (shr-save-contents): New command and keystroke.
2988
2989         * nndoc.el (nndoc-type-alist): Add git support.
2990         (nndoc-git-type-p): New function.
2991         (nndoc-transform-git-article): Ditto.
2992         (nndoc-transform-git-headers): Ditto.
2993         (nndoc-transform-git-headers): Generate Subject headers.
2994
2995         * shr.el (shr-parse-style): New function.
2996         (shr-tag-span): Ditto.
2997
2998         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2999         to `G G' to avoid collisions.
3000
3001 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3002
3003         * shr.el: Load kinsoku if necessary.
3004         (shr-kinsoku-shorten): New internal variable.
3005         (shr-find-fill-point): Make kinsoku shorten text line if
3006         shr-kinsoku-shorten is bound to non-nil.
3007         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3008         shr-indentation too when testing if table is wider than frame width.
3009         (shr-insert-table): Use `string-width' instead of `length' to measure
3010         text width.
3011         (shr-insert-table-ruler): Make sure indentation is done at bol.
3012
3013 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3014
3015         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3016         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3017         undecoded network data.
3018
3019 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3020
3021         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3022         name in the mode line spec so that the mode line menu works
3023         (bug #2431).
3024
3025         * message.el (message-get-reply-headers): If we're fed `to-address',
3026         then always use that.
3027
3028         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3029         aren't so wide as to need to switch off the edit menu.
3030
3031         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3032         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3033
3034         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3035         `M-g'.
3036         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3037         the permanent marks.
3038
3039 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3040
3041         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3042         Splitting according to references/in-reply-to obeys the ignore-groups
3043         variable, while splitting by sender and subject do not.
3044
3045 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3046
3047         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3048         alist, so that we can look for non-Unicode chars.
3049         (article-translate-strings): Allow both character and string maps.
3050
3051 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3052
3053         * shr.el (shr-insert): Don't insert space behind a wide character
3054         categorized as kinsoku-bol, or between characters both categorized as
3055         nospace.
3056
3057 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3058
3059         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3060         headers to gnus-newsgroup-headers.
3061
3062 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3063
3064         * shr.el (shr-tag-img): Don't align images -- since we're not
3065         rescaling, this often leads to ugly displays.
3066
3067 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3068
3069         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3070         duplicates.
3071
3072 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3073
3074         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3075         call.
3076
3077 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3078
3079         * gnus.el: Autoload gnus-html-show-images.
3080
3081         * nnimap.el: Use nnheader-message throughout.
3082
3083         * shr.el (shr-tag-img): Ignore images with no data.
3084
3085 2010-10-15  Julien Danjou  <julien@danjou.info>
3086
3087         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3088         a possibility to disable format=flow encoding when using hard newlines.
3089
3090 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3091
3092         * shr.el (shr-insert): Remove space inserted before or after a
3093         breakable character or at the beginning or the end of a line.
3094         (shr-find-fill-point): Do kinsoku; find the second best point or give
3095         it up if there's no breakable point.
3096
3097 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3098
3099         * nnimap.el (nnimap-open-connection): Message when opening connection
3100         for debugging purposes.
3101
3102         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3103         on every setup buffer call to allow this to change from article to
3104         article.
3105
3106         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3107         buffers where we have a wide table.
3108
3109 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3110
3111         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3112         uses *-request-thread.
3113
3114 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3115
3116         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3117         incantation, which is no longer valid.
3118
3119 2010-10-14  Julien Danjou  <julien@danjou.info>
3120
3121         * shr.el: Fix defcustom type (char -> character).
3122
3123 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3124
3125         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3126         programs.
3127
3128 2010-10-14  Julien Danjou  <julien@danjou.info>
3129
3130         * shr.el (shr-tag-a): Use url-link as widget type.
3131
3132         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3133         `gnus-group-get-icon'.
3134
3135 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3136
3137         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3138         This should make server editing work better.
3139
3140         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3141
3142         * tls.el (tls-program): Remove spurious %s from openssl.
3143
3144         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3145         (nnimap-parse-flags): Fix regexp.
3146
3147         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3148         probably work for CJVK text, too.
3149
3150         * nnimap.el (nnimap-extend-tls-programs): Remove.
3151         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3152
3153         * tls.el (tls-starttls-switches): Remove starttls hack.
3154         (open-tls-stream): Ditto.
3155         (tls-find-starttls-argument): Ditto.
3156
3157 2010-10-13  Julien Danjou  <julien@danjou.info>
3158
3159         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3160         responses.
3161
3162 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3163
3164         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3165
3166         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3167         anything in Emacs.
3168
3169         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3170
3171 2010-10-13  Julien Danjou  <julien@danjou.info>
3172
3173         * shr.el (shr-width): Make shr-width a defcustom with default to
3174         fill-column.
3175         (shr-tag-img): Use shr-width rather than fill-column.
3176
3177 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3178
3179         * dgnushack.el (byte-optimize-apply)
3180         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3181
3182         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3183         position when (X-)Faces exist.
3184         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3185         avatars when called interactively.
3186
3187 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3188
3189         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3190         gnus-article-x-face-too-ugly is bound.
3191
3192 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3193
3194         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3195
3196         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3197         mailbox that doesn't exist.
3198
3199 2010-10-12  Julien Danjou  <julien@danjou.info>
3200
3201         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3202         (shr-get-image-data): Encode URL properly when fetching from cache.
3203         (shr-tag-img): Use aligned-to spaces to align correctly images.
3204
3205         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3206         before inserting the Gravatar.
3207
3208         * shr.el (shr-tag-img): Add align attribute support for <img>.
3209
3210 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3211
3212         * gnus-gravatar.el (gnus-art): Require.
3213
3214         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3215         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3216         Remove long obsoleted functions.
3217
3218 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3219
3220         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3221
3222         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3223
3224         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3225         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3226         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3227         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3228         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3229         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3230         * sieve-manage.el, smime.el, spam.el:
3231         Fix comment for declare-function.
3232
3233 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3234
3235         * nnimap.el (nnimap-request-rename-group): Select group read-only
3236         before renaming it.
3237
3238         * shr.el (shr-insert): Fix up the white space only regexp.
3239
3240         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3241         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3242
3243         * shr.el (shr-current-column): New function.
3244         (shr-find-fill-point): New function.
3245
3246 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3247
3248         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3249         numbers.
3250
3251 2010-10-11  Julien Danjou  <julien@danjou.info>
3252
3253         * shr.el (shr-hr-line): Add.
3254         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3255         display hr lines.
3256         (shr-max-columns): Do not change state to nil if we just inserting
3257         spaces.
3258
3259 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3260
3261         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3262         select the last group.
3263
3264 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3265
3266         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3267
3268 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3269
3270         * dig.el (dig-mode-map): Declare and define in one step.
3271
3272 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3273
3274         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3275         for Gnus.
3276         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3277         (nnimap-update-qresync-info): Mark \Seen articles as read.
3278
3279         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3280         non-variable, too.
3281
3282         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3283         available.
3284         (nnimap-update-info): Rely more on the current active than the param
3285         active to avoid marking articles as read too much.
3286
3287         * auth-source.el (auth-source-create): Use (user-login-name) for the
3288         user name default.
3289
3290         * nnimap.el (nnimap-update-info): If the server doesn't return any
3291         useful info, just use the previous info.
3292         (nnimap-update-info): Prefer old info over start-article.
3293         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3294
3295 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3296
3297         * nnir.el (autoload): Clean up autoloads.
3298         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3299         Use key rather than value.
3300         (nnir-imap-search-other): New variable.
3301         (nnir-read-parm): Use it.
3302         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3303         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3304
3305 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3306
3307         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3308         the process, too.
3309
3310 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3311
3312         * spam.el (gnus-summary-mode-map): Bind to "$".
3313         Suggested by Russ Allbery.
3314
3315         * shr.el: Rework the way things are indented by <li> slightly.
3316
3317         * gnus.el (gnus-group-set-parameter): Fix typo.
3318
3319         * nnimap.el: Start implementing QRESYNC support.
3320
3321 2010-10-09  Julien Danjou  <julien@danjou.info>
3322
3323         * nnir.el (nnir-engines): Fix too many arguments.
3324
3325 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3326
3327         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3328         group is the "last", so that the backends like nnfolder actually save
3329         their folders.
3330
3331         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3332         try to use that for the tls stream.
3333         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3334         UIDVALIDITY and find out which groups are read-only and not.
3335         (nnimap-get-flags): Use the same marks parsing code as the rest of
3336         nnimap.
3337
3338 2010-10-09  Julien Danjou  <julien@danjou.info>
3339
3340         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3341
3342         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3343         retrieving gravatars.
3344
3345         * shr.el (shr-table-corner): Add.
3346         (shr-table-line): Add.
3347         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3348
3349 2010-10-08  Julien Danjou  <julien@danjou.info>
3350
3351         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3352
3353 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3354
3355         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3356
3357         * gnus-sum.el (gnus-mark-article-as-unread)
3358         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3359         (gnus-summary-set-bookmark): Use it.
3360
3361         * gnus-msg.el (gnus-setup-message): Use it.
3362
3363         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3364
3365         * gnus.el (gnus-group-remove-parameter): Use it.
3366
3367         * gnus-group.el (gnus-group-make-web-group): Use it.
3368
3369         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3370
3371         * nnregistry.el: Update docs to mention manual.
3372
3373         * gnus-registry.el: Update docs to mention nnregistry.el.
3374         (gnus-registry-initialize): Don't install nnregistry refer method
3375         automatically.
3376         (gnus-registry-install-nnregistry): Remove it.
3377
3378 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3379
3380         * shr.el (shr-insert): Don't insert double spaces.
3381
3382 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3383
3384         * gnus-gravatar.el (gnus-treat-from-gravatar)
3385         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3386         called interactively.
3387
3388         * gnus-art.el (gnus-mime-view-part-externally)
3389         (gnus-mime-view-part-internally): Make predicate function passed to
3390         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3391         of a mime type.
3392
3393         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3394
3395 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3396
3397         * shr.el (require): Require cl when compiling.
3398         (shr-tag-hr): New function.
3399
3400         * nnimap.el (nnimap-update-info): Remove double setting of high.
3401         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3402         This makes nnimap work properly on Courier again.
3403
3404         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3405         the variable for backwards compatability.
3406
3407         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3408         the file name before using to avoid setting mm-default-directory to
3409         nil.
3410
3411         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3412         bidning gnus-agent variables.
3413
3414         * shr.el (shr-render-td): Use a cache for the table rendering function
3415         to avoid getting an exponential rendering behaviour in nested tables.
3416         (shr-insert): Rework the line-breaking algorithm.
3417         (shr-insert): Don't leave trailing spaces.
3418         (shr-insert-table): Also insert empty TDs.
3419         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3420
3421 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3422
3423         * gnus-sum.el (gnus-number): Rename from `number'.
3424         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3425         (gnus-summary-limit-children): Update uses correspondingly.
3426
3427 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3428
3429         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3430         (gnus-gravatar-transform-address): Don't show avatars of people of
3431         which mail addresses match gnus-gravatar-too-ugly.
3432
3433 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3434
3435         * shr.el (shr-table-widths): Expand TD elements to fill available
3436         space.
3437
3438 2010-10-07  Julien Danjou  <julien@danjou.info>
3439
3440         * nnimap.el (nnimap-request-rename-group): Add this method.
3441
3442 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3443
3444         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3445         name from XEmacs' function-arglist.
3446
3447         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3448         gravatar under XEmacs.
3449
3450 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3451
3452         * auth-source.el: Update docs with TODO items.
3453
3454         * gnus-sync.el: Update docs to explain state and plans.
3455
3456         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3457         Hooks for mark updates.
3458         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3459
3460         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3461         hooks with arguments, which is needed for mark update hooks.
3462
3463 2010-10-06  Julien Danjou  <julien@danjou.info>
3464
3465         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3466         was matched.
3467
3468         * sieve-manage.el: Update example in `Commentary'.
3469
3470         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3471
3472         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3473         not 2000.
3474         (sieve-manage-authenticate): Re-add function.
3475
3476 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3477
3478         * shr.el (shr-insert): Get 'space transition right.
3479         (shr-render-td): Only delete space at the end of the TD.
3480
3481         * nnimap.el (nnimap-open-connection): Prepare to support
3482         open-gnutls-stream.
3483
3484         * shr.el: Rearrange function order to be more logical.
3485
3486 2010-10-06  Julien Danjou  <julien@danjou.info>
3487
3488         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3489         (nnrss-discover-feed): Remove 404 URL in docstring.
3490
3491         * nnir.el: Fix Swish-E URL.
3492         Fix Namazu URL.
3493
3494         * message.el (message-change-subject): Remove 404 URL in a comment.
3495
3496 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3497
3498         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3499         called interactively.
3500
3501         * gnus-util.el (gnus-remove-if): Allow hash table.
3502         (gnus-remove-if-not): New function.
3503
3504         * gnus-art.el (gnus-mime-view-part-as-type)
3505         * gnus-score.el (gnus-summary-score-effect)
3506         * gnus-sum.el (gnus-read-move-group-name):
3507         Replace remove-if-not with gnus-remove-if-not.
3508
3509         * gnus-group.el (gnus-group-completing-read):
3510         Regard collection as a hash table if it is not a list.
3511
3512 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3513
3514         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3515
3516         * shr.el: Document the table-rendering algorithm.
3517
3518 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3519
3520         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3521         for Emacsen having no `libxml-parse-html-region' support.
3522
3523 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3524
3525         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3526         invalid URLs.
3527
3528         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3529         line-broken.
3530         (shr-tag-img): Ignore image fetching errors.
3531         (shr-overlays-in-region): Compute overlay positions correctly.
3532
3533         * mm-decode.el (mm-shr): Require shr.
3534
3535         * gnus-art.el (gnus-blocked-images): Move variable here.
3536
3537         * shr.el (shr-insert-table): Bind free variable.
3538
3539         * mm-decode.el (mm-shr): Bind shr-content-function.
3540
3541         * shr.el (shr-content-function): New variable.
3542
3543         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3544         added for symmetry.
3545
3546         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3547
3548         * gnus-group.el (gnus-group-make-group): Doc fix.
3549
3550         * nnimap.el (nnimap-request-newgroups): Return success.
3551
3552         * shr.el (shr-find-elements): New function.
3553         (shr-tag-table): Put all the images after the table.
3554         (shr-tag-table): Really inhibit images inside the table.
3555         (shr-collect-overlays): Copy over overlays from the TD elements to the
3556         main document.
3557
3558         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3559         gnus-blocked-images.
3560
3561 2010-10-05  Julien Danjou  <julien@danjou.info>
3562
3563         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3564
3565         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3566         (gnus-html-maximum-image-size): Add this function.
3567         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3568
3569         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3570         server-value of the capability is nil.
3571
3572 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3573
3574         * shr.el (shr-tag-em): Add <EM> tag.
3575
3576 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3577
3578         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3579         customizable.
3580
3581         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3582         handing broken links to browse-url.
3583
3584 2010-10-05  Julien Danjou  <julien@danjou.info>
3585
3586         * gnus-util.el (gnus-emacs-completing-read)
3587         (gnus-iswitchb-completing-read): Use autoload rather than require.
3588
3589 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3590
3591         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3592         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3593         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3594         iswitchb-temp-buflist for XEmacs.
3595
3596         * gnus-util.el (gnus-completing-read-function): Exclude
3597         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3598         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3599         XEmacs.
3600
3601         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3602         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3603
3604         * gnus-html.el: Don't require help-fns under XEmacs.
3605         (gnus-html-schedule-image-fetching): Work for XEmacs.
3606
3607         * mm-decode.el (mm-shr): Decode contents by charset.
3608
3609 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3610
3611         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3612         unknown.
3613
3614         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3615         (shr-get-image-data): Ensure against the cache file missing.
3616
3617         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3618         for data.
3619
3620         * spam-report.el (spam-report-url-ping-plain): Don't query about
3621         killing the process.
3622
3623         * shr.el (shr-render-td): Protect against too-wide text.
3624
3625 2010-10-04  Julien Danjou  <julien@danjou.info>
3626
3627         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3628         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3629
3630         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3631         retrieved.
3632
3633 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3634
3635         * shr.el (browse-url): Require.
3636         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3637         lines.
3638         (shr-show-alt-text, shr-browse-image): New commands.
3639         (shr-browse-url, shr-copy-url): New commands.
3640
3641         * gnus-sum.el (gnus-widen-article-window): New variable.
3642         (gnus-summary-select-article-buffer): Use it.
3643
3644         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3645         without @ signs.
3646
3647 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3648
3649         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3650
3651 2010-10-04  Julien Danjou  <julien@danjou.info>
3652
3653         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3654         for XEmacs.
3655
3656 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3657
3658         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3659
3660         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3661         (nnimap-close-server): Implement.
3662
3663         * dgnushack.el (iswitchb): Require to shut up the compiler.
3664
3665         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3666         (shr-insert): Tweak line breaking.
3667         (shr-insert): Handle <pre> better.
3668         (shr-tag-li): Get <li> indentation right.
3669         (shr-tag-li): Get <li> indentation even righter.
3670         (shr-tag-blockquote): Ensure paragraph start.
3671         (shr-make-table): Tweak table generation.
3672         (shr-make-table): Fix typo.
3673
3674         * shr.el: Implement table rendering.
3675
3676 2010-10-04  Julien Danjou  <julien@danjou.info>
3677
3678         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3679
3680 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3681
3682         * shr.el (shr-insert): Use string anchors instead of line anchors.
3683
3684 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3685
3686         * shr.el: Add headings.
3687         (shr-ensure-paragraph): Actually work.
3688         (shr-tag-li): Make <ul> prettier.
3689         (shr-insert): Get white space at the beginning/end of elements right.
3690         (shr-tag-p): Collapse subsequent <p>s.
3691         (shr-ensure-paragraph): Don't insert double line feeds after blank
3692         lines.
3693         (shr-insert): \t is also space.
3694         (shr-tag-s): Fix "s" tag name function.
3695         (shr-tag-s): Fix face prop name.
3696
3697 2010-10-03  Julien Danjou  <julien@danjou.info>
3698
3699         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3700
3701         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3702         gnus-window-inside-pixel-edges.
3703
3704         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3705         gnus-ems.
3706
3707         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3708
3709         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3710         function.
3711
3712         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3713         resize choice.
3714
3715 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3716
3717         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3718         beginning of the buffer.
3719
3720         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3721         article buffer again.
3722
3723         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3724
3725         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3726         when it's at the start of the buffer.
3727
3728         * shr.el (shr-tag-blockquote): Convert name.
3729         (shr-rescale-image): Use the right image-size variant.
3730
3731         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3732         buffer isn't shown, then select the current article first instead of
3733         bugging out.
3734         (gnus-summary-select-article-buffer): Show both the article and summary
3735         buffers again.
3736
3737         * shr.el (shr-fontize-cont): Protect against regions with no text.
3738         Rename tag functions to shr-tag-* for enhanced security.
3739         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3740
3741 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3742
3743         * shr.el (shr-insert):
3744         * pop3.el (pop3-movemail):
3745         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3746         loaded.
3747
3748 2010-10-03  Glenn Morris  <rgm@gnu.org>
3749
3750         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3751
3752         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3753
3754         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3755
3756         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3757
3758         * gnus-util.el (gnus-make-local-hook): Simplify.
3759
3760 2010-10-02  Julien Danjou  <julien@danjou.info>
3761
3762         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3763         (gnus-ido-completing-read): New function.
3764         (gnus-emacs-completing-read): New function.
3765         (gnus-completing-read): Use gnus-completing-read-function.
3766         Add gnus-completing-read-function.
3767
3768 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3769
3770         * shr.el (shr-insert-document): Autoload.
3771         (shr-img): Be silent.
3772         (shr-insert): Add a newline after every picture before text.
3773         (shr-add-font): Use overlays for combining faces.
3774         (shr-insert): Pass upwards the text start point.
3775
3776         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3777         possible.
3778         (mm-shr): New function.
3779
3780 2010-10-02  Julien Danjou  <julien@danjou.info>
3781
3782         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3783         should go backward.
3784
3785 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3786
3787         * shr.el (shr): Fix typo in provide call.
3788
3789 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3790
3791         * shr.el: New file.
3792
3793         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3794
3795         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3796         completing read.
3797
3798 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3799
3800         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3801         we're being queried about.  Suggested by Dan Jacobson.
3802
3803         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3804         Suggested by Jason Eisner.
3805
3806         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3807         table, too.  Suggested by Stefan Wiens.
3808         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3809         the table unnecessary.  Suggested by Stefan Wiens.
3810
3811         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3812         longer needed, and probably doesn't work either, as pointed out by
3813         Stefan Wiens.
3814         (gnus-summary-exit): Remove call to the clearing function.
3815         (gnus-summary-exit-no-update): Ditto.
3816
3817         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3818         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3819         Reported by Stefan Monnier.
3820         (gnus-summary-save-in-rmail): Ditto.
3821
3822         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3823         article buffer, instead of both the article buffer and the summary
3824         buffer.  Sort of suggested by Dan Jacobson.
3825
3826         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3827
3828         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3829         Suggested by Dan Jacobson.
3830
3831         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3832         documentation clearer.
3833
3834         * message.el (message-shorten-references): Comment on the number "21".
3835         Suggested by Stefan Monnier.
3836
3837         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3838         Suggested by Dan Jacobson.
3839
3840         * gnus.el (gnus-large-newsgroup):
3841         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3842
3843         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3844         externalize attachments.  Bug reported by Steve Wen.
3845
3846         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3847         really message anything to the user.
3848
3849         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3850         directly.
3851
3852         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3853         messages in empty groups.
3854
3855 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3856
3857         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3858         non-UIDNEXT group.
3859
3860 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3861
3862         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3863         not the value from the collection.
3864
3865         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3866         values.  This sometimes happens on some groups that have no info.
3867         (nnimap-request-newgroups): New function.
3868
3869 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3870
3871         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3872         check into `gnus-registry-initialize'.
3873         (gnus-registry-initialize): Ditto.
3874         Fix and extend header docs.
3875
3876 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3877
3878         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3879         regexp backtrace overflows.
3880
3881         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3882         for starttls that tls.el implements; i.e. openssl.
3883
3884         * tls.el (tls-starttls-switches): Give up on using starttls with
3885         gnutls-cli.
3886         (tls-program): Add --insecure to be consistent with the defaults from
3887         openssl s_client.  Now all three commands are insecure.
3888
3889 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3890
3891         * lpath.el: Bind completion-styles-alist for XEmacs.
3892
3893         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3894         (gravatar-create-image): New function that's an alias to
3895         gnus-xmas-create-image, gnus-create-image, or create-image.
3896         (gravatar-data->image): Use it.
3897
3898 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3899
3900         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3901         install the nnregistry refer method.
3902         (gnus-registry-install-hooks): Use it.
3903         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3904         unfollowed groups.
3905
3906 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3907
3908         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3909         expanding threads.
3910
3911 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3912
3913         * nnir.el: Use the server names without suffixes (bug #7009).
3914
3915         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3916         unencrypted to STARTTLS, if possible.
3917
3918 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3919
3920         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3921         headers before superseding.
3922
3923 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3924
3925         * nnrss.el (nnrss-use-local): Add documentation.
3926
3927         * nnimap.el (nnimap-extend-tls-programs): New function.
3928         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3929         (nnimap-wait-for-connection): Accept the greeting from the stupid
3930         output from openssl s_client -starttls, too.
3931
3932         * tls.el (tls-starttls-switches): New variable.
3933         (tls-find-starttls-argument): Use it.
3934         (open-tls-stream): Ditto.
3935
3936         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3937         (netrc-machine): Ditto.
3938
3939         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3940         article number.
3941         (nnimap-split-fancy): New variable.
3942         (nnimap-split-incoming-mail): Use it.
3943
3944         * nntp.el (nntp-server-list-active-group): Document.
3945
3946         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3947         SELECT to get the message-id.
3948
3949         * mail-source.el (mail-sources): Remove webmail support.
3950         (defvar): Ditto.
3951         (mail-source-fetcher-alist): Ditto.
3952         (mail-source-fetch-webmail): Remove.
3953
3954         * webmail.el: Remove -- doesn't seem relevant any more.
3955
3956         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3957
3958         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3959         the \r.
3960
3961 2010-09-30  Julien Danjou  <julien@danjou.info>
3962
3963         * gnus-agent.el (gnus-agent-add-group): Fix call to
3964         gnus-completing-read.
3965
3966 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3967
3968         * nndoc.el (nndoc-retrieve-groups): New function.
3969
3970         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3971         `default', use nnmail-split-methods.
3972         (nnimap-request-article): Downcase the NILs so that they are nil.
3973
3974         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3975         symbol.
3976
3977         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3978         code, since if the user has requested network, that's what they ought
3979         to get.
3980         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3981         (nnimap-split-rule): Mark as obsolete.
3982
3983         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3984         New variable.
3985
3986         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3987         correct slot, too.
3988
3989 2010-09-29  Julien Danjou  <julien@danjou.info>
3990
3991         * gnus.el (gnus-local-domain): Declare variable obsolete.
3992
3993         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3994         Fix history computing.
3995         (gnus-ido-completing-read): Require ido.
3996
3997 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3998
3999         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4000         build Gnus.
4001
4002         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4003         when interpreting the structures.
4004         (nnimap-request-accept-article): Add \r\n to the lines to make this
4005         work with Cyrus.
4006
4007         * nndraft.el (nndraft-request-expire-articles): Use the group name
4008         instead if "nndraft".  Fix found by Nils Ackermann.
4009
4010 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4011
4012         * nnregistry.el: Add.
4013
4014 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4015
4016         * nnmail.el (group, group-art-list, group-art):
4017         Remove unneeded directives.
4018
4019 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4020
4021         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4022         (mm-mime-charset)
4023         * rfc2047.el (rfc2047-syntax-table)
4024         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4025
4026         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4027         rather than `insert-file-contents' and `eval-region'.
4028
4029         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4030         construction.
4031
4032         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
4033
4034         * time-date.el: No need to require cl for Emacs 21.
4035
4036 2010-09-29  Julien Danjou  <julien@danjou.info>
4037
4038         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4039         replacement of `gnus-gravatar-relief' to mimic
4040         `gnus-faces-properties-alist'.
4041         Add :version property.
4042
4043 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4044
4045         * mail-source.el (mail-source-report-new-mail)
4046         * message.el (message-default-mail-headers)
4047         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4048
4049         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4050
4051 2010-09-28  Julien Danjou  <julien@danjou.info>
4052
4053         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4054         mail-address contains the same string as real-name.
4055
4056         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4057         non-blank in header, otherwise it'll get stripped.
4058
4059         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4060         real-name, and then for mail address rather than doing : or , search.
4061
4062 2010-09-27  Julien Danjou  <julien@danjou.info>
4063
4064         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4065         right completing-read function.
4066         (gnus-use-ido): New variable
4067         (gnus-completing-read-with-default): Remove.
4068         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4069         (gnus-agent-add-group):
4070         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4071         * mm-view.el (mm-view-pkcs7-decrypt):
4072         * mm-util.el (mm-codepage-setup):
4073         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4074         * mml-smime.el (mml-smime-openssl-sign-query):
4075         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4076         (mml-insert-multipart):
4077         * gnus-msg.el (gnus-summary-yank-message):
4078         * gnus-int.el (gnus-start-news-server):
4079         * mm-decode.el (mm-interactively-view-part):
4080         * gnus-dired.el (gnus-dired-attach):
4081         * gnus.el (gnus-read-method):
4082         * gnus-bookmark.el (gnus-bookmark-jump):
4083         * gnus-art.el (gnus-mime-view-part-as-type)
4084         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4085         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4086         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4087         * nnmairix.el (nnmairix-create-server-and-default-group)
4088         (nnmairix-update-groups, nnmairix-get-server)
4089         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4090         (nnmairix-get-group-from-file-path):
4091         * nnrss.el (nnrss-find-rss-via-syndic8):
4092         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4093         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4094         (gnus-group-browse-foreign-server):
4095         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4096         (gnus-summary-execute-command, gnus-summary-respool-article)
4097         (gnus-read-move-group-name):
4098         * gnus-score.el (gnus-summary-increase-score)
4099         (gnus-summary-score-effect):
4100         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4101
4102 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4103
4104         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4105         x-focus-frame.
4106
4107         * nnimap.el (auth-source-forget-user-or-password)
4108         (auth-source-user-or-password): Autoload.
4109
4110         * message.el (message-from-style, message-interactive)
4111         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4112         (message-yank-prefix, message-indentation-spaces, message-signature)
4113         (message-signature-file): Add comment.
4114
4115 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4116
4117         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4118         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4119         new articles.
4120
4121         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4122         parts.
4123         (nnimap-request-article): Work with the t setting, too.
4124
4125         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4126         that you don't get flashes of other buffers.
4127         (gnus-summary-show-complete-article): Intern before setting.
4128
4129 2010-09-27  David Engster  <dengste@eml.cc>
4130
4131         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4132         well as HEADERS.
4133         (nnmairix-retrieve-headers): Provide new argument for the above.
4134
4135 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4136
4137         * gnus-sum.el (gnus-summary-move-article): Don't alter
4138         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4139         group.
4140
4141         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4142
4143         * message.el (message-cite-prefix-regexp): Revert my last edit.
4144
4145         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4146         variable instead of the Gnus variable.
4147
4148         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4149
4150         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4151
4152         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4153         since some servers don't like it.
4154         (nnimap-open-connection): Forget credentials if the server says the
4155         password was wrong.
4156         (nnimap-parse-line): Protect against invalid data.
4157
4158         * gnus-sum.el (gnus-summary-move-article): Add comment.
4159         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4160         nothing alters it while scanning for new messages.
4161
4162         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4163         which may or may not help.
4164         (nnimap-open-connection): If we're doing a stream connection, and then
4165         discover we're on a STARTTLS-capable server, then open a STARTTLS
4166         connection instead.
4167
4168 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4169
4170         * nnimap.el (utf7): Require.
4171
4172         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4173         prefix.
4174
4175 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4176
4177         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4178
4179 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4180
4181         * nnimap.el (nnimap-request-accept-article): Message the error on
4182         error.
4183
4184 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4185
4186         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4187
4188 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4189
4190         * nndoc.el (nndoc-request-list): Return success always.
4191
4192         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4193         `fetch-old' -- we only want to fetch the articles we've requested.
4194         The rest are in the agent, probably.
4195         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4196         disappeared server" to something low.  It's not important.
4197
4198         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4199         arrived before the FETCH data.
4200
4201         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4202         target here, because we don't know the Gnus name of the group.
4203
4204         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4205         for the correct group.
4206
4207         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4208
4209         * gnus.el (gnus): Give a final warning after startup.
4210
4211         * gnus-util.el (gnus-action-message-log): New variable.
4212         (gnus-message): Use it.
4213         (gnus-final-warning): New function.
4214
4215         * nnimap.el (nnimap-open-connection): Record the greeting.
4216         (nnimap): Add greeting.
4217
4218 2010-09-26  Julien Danjou  <julien@danjou.info>
4219
4220         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4221         arguments.
4222         (gnus-html-wash-images): Fix spec computing to include start/end.
4223
4224         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4225
4226 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4227
4228         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4229         deletion.
4230         (nnimap-retrieve-headers): Don't select the group, because that's
4231         already done by nnimap-possibly-change-group.
4232
4233         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4234         (gnus-picon-transform-address): Use it.
4235
4236         * mail-source.el (mail-source-value): Revert previous patch.
4237
4238         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4239         on failure.
4240         (nnimap-open-connection): Look up both virtual and physical server name
4241         credentials.
4242
4243         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4244
4245 2009-02-07  Dave Love  <fx@gnu.org>
4246
4247         * tls.el (open-tls-stream): Don't query killing process.
4248
4249 2009-02-08  Dave Love  <fx@gnu.org>
4250
4251         * gnus-win.el (gnus-window-to-buffer-helper)
4252         (gnus-all-windows-visible-p): Function needn't be a symbol.
4253
4254         * mail-source.el (mail-source-value): Function needn't be a symbol.
4255
4256 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4257
4258         * message.el (message-cite-prefix-regexp): Remove } from the cite
4259         prefix.
4260
4261         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4262         highlight again, so that the highlight is correct.
4263
4264         * gnus-picon.el (gnus-picon): Remove again.
4265         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4266
4267         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4268         doing the header highlightling, so that the background colour of the
4269         picon is correct.
4270
4271         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4272         (gnus-picon): Ditto.
4273         (gnus-picon): Reinstate.  The background colour for picons is white.
4274         (gnus-picon-insert-glyph): Make the background white.
4275
4276         * nnml.el (nnml-open-nov): Don't return dead buffers.
4277
4278         * auth-source.el (auth-source-create): Query the user for whether to
4279         store the credentials.
4280
4281         * netrc.el (netrc-store-data): New function.
4282
4283         * auth-source.el (auth-source-user-or-password): Use the existing auth
4284         sources, if any, for creation.
4285
4286         * gnus.el (gnus-group-fast-parameter): Return the last matching
4287         parameter instead of the first matching parameter.
4288
4289 2010-09-26  Julien Danjou  <julien@danjou.info>
4290
4291         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4292
4293 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4294
4295         * mml2015.el (mml2015-use): Remove gpg support.
4296
4297         * mml1991.el (mml1991-function-alist): Remove gpg function.
4298         (mml1991-gpg-sign): Remove.
4299
4300 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4301
4302         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4303         (gnus-browse-unsubscribe-current-group): Document it.
4304         (gnus-browse-unsubscribe-group): Use it.
4305
4306 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4307
4308         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4309         address to the To list for easier response.
4310
4311         * gnus.el (gnus-play-startup-jingle): Remove.
4312         (gnus-splash): Don't play jingle.
4313         (gnus): Silence gnus-load message.
4314
4315         * gnus-art.el (gnus-treat-play-sounds): Remove.
4316
4317         * gnus.el (gnus-play-jingle): Remove audio support.
4318
4319         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4320
4321         * earcon.el: Remove -- no users.
4322
4323         * gnus-audio.el: Remove -- no users of this package.
4324
4325         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4326
4327         * gnus-start.el (gnus-setup-news): Remove nocem support.
4328
4329         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4330
4331         * gnus.el (gnus-use-nocem): Remove.
4332
4333         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4334         Remove.
4335
4336         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4337         uses NoCeM any more.
4338
4339         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4340         (gnus-button-ctan-handler): Ditto.
4341         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4342         (gnus-button-ctan-directory-regexp): Ditto.
4343         (gnus-button-handle-ctan): Ditto.
4344         (gnus-button-tex-level): Ditto.
4345         (gnus-button-alist): Remove CTAN stuff.
4346
4347 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4348
4349         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4350         nnimap-streaming test.
4351
4352         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4353         servers twice.
4354
4355         * nnimap.el (nnimap-open-connection): Add more error reporting when
4356         nnimap fails early.
4357
4358         * nnheader.el (nnheader-get-report-string): New function.
4359         (nnheader-get-report): Use it.
4360
4361         * gnus-int.el (gnus-check-server): Say what the error was when opening
4362         failed.
4363
4364         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4365         using streaming.
4366
4367 2010-09-25  Julien Danjou  <julien@danjou.info>
4368
4369         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4370         gnus-window-inside-pixel-edges.
4371
4372 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4373
4374         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4375
4376         * mm-decode.el (mm-save-part): Allow saving to other directories the
4377         normal Emacs way.
4378
4379         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4380         Suggested by Jay Berkenbilt.
4381
4382         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4383         there isn't a single byte.
4384
4385         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4386         just do it.  It doesn't really seem to matter what the user responds
4387         here, I think, so it's just a confusing question.
4388
4389         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4390         non-streaming case.
4391
4392         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4393         (gnus-article-encrypt-body): Use it.
4394
4395         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4396         keystroke.
4397
4398         * nnimap.el (nnimap-find-wanted-parts-1):
4399         Use gnus-fetch-partial-articles.
4400
4401         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4402
4403         * nnimap.el (nnimap-insert-partial-structure): New function.
4404         (nnimap-get-partial-article): New function.
4405         (nnimap-request-article): Use it.
4406         (nnimap-wait-for-response): Return whether the wait was successful.
4407         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4408         retrieval wasn't successful.
4409         (nnimap-retrieve-group-data-early): Allow throttling servers.
4410         (nnimap-streaming): New variable.
4411         (nnimap-fetch-partial-articles): Remove.
4412
4413         * mm-decode.el (mm-with-part): Protect against killed buffers.
4414
4415         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4416         for prettier summary display.
4417
4418 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4419
4420         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4421
4422 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4423
4424         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4425         apparently third-party libraries depend on it.
4426
4427         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4428         before starting negotiation.
4429
4430         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4431         privacy reasons.
4432         (gnus-treat-mail-gravatar): Ditto.
4433
4434         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4435         buffer when inserting images.  Inserting text into the headers, for
4436         instance, can make them invalid.
4437
4438 2010-09-25  Julien Danjou  <julien@danjou.info>
4439
4440         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4441         variables.
4442
4443         * nnheader.el: Remove useless variables news-reply-yank-from and
4444         news-reply-yank-message-id.
4445
4446         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4447         variables.
4448
4449         * mml1991.el: Remove useless mml1991-verbose.
4450
4451         * gnus.el: Remove useless variable gnus-use-generic-from.
4452         Remove obsolete variable gnus-topic-indentation.
4453
4454         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4455
4456         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4457
4458         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4459
4460         * gnus-group.el: Remove useless gnus-group-icon-cache.
4461         Remove useless gnus-ephemeral-group-server.
4462
4463         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4464
4465         * mml2015.el: Remove useless mml2015-verbose.
4466
4467         * mml-smime.el: Remove useless mml-smime-verbose.
4468
4469         * gnus.el: Remove useless gnus-local-domain.
4470
4471         * gnus-gravatar.el (gnus-gravatar-transform-address):
4472         Use gnus-gravatar-size.
4473
4474         * gnus-art.el: Remove useless gnus-treat-translate.
4475
4476 2010-09-24  Julien Danjou  <julien@danjou.info>
4477
4478         * gnus-sum.el: Add support for Gravatars.
4479
4480         * gnus-art.el: Add support for Gravatars.
4481
4482         * gnus-gravatar.el: Add this file.
4483
4484         * gravatar.el: Add this file.
4485
4486 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4487
4488         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4489
4490         * gnus-group.el (gnus-group-fetch-faq): Remove.
4491
4492         * gnus.el (gnus-group-faq-directory): Remove.
4493
4494         * gnus-group.el (gnus-group-fetch-charter): Remove.
4495
4496         * gnus.el (gnus-group-charter-alist): Remove.
4497
4498         * gnus-group.el (gnus-group-archive-directory): Remove.
4499         (gnus-group-recent-archive-directory): Ditto.
4500         (gnus-group-make-archive-group): Remove.
4501
4502         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4503
4504         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4505         use the same article number for all the cached articles.
4506
4507         * nnimap.el (nnimap-command): Register the last command time so
4508         that we can use it for idling NOOPs.
4509         (nnimap-open-connection): Start the keeplive timer.
4510         (nnimap-make-process-buffer): Store all the process buffers.
4511         (nnimap-keepalive): New function.
4512
4513         * starttls.el (starttls-open-stream): Add autoload cookie.
4514
4515 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4516
4517         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4518         handling.
4519
4520 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4521
4522         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4523         its data structures.
4524
4525         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4526         instead of the cl.el copy-list.
4527         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4528         equalp.
4529
4530 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4531
4532         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4533         and tool-bar-local-item-from-menu.
4534
4535         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4536         mode-line-highlight face for Emacs.
4537
4538         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4539         loading gnus-sum.elc; fix comment for canlock-verify.
4540         (gnus-article-jump-to-part): Use read-number.
4541         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4542         Remove Emacs pre-21 compatible code for help-echo.
4543         (gnus-article-next-page-1): No need to adjust the number of lines.
4544         (gnus-article-describe-bindings): Always use help-buffer.
4545
4546         * gnus-audio.el (gnus-audio-inline-sound)
4547         * gnus-cus.el (gnus-custom-mode)
4548         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4549
4550         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4551
4552         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4553         compatible code.
4554
4555 2010-09-24  Glenn Morris  <rgm@gnu.org>
4556
4557         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4558         visiting the fcc file in rmail-mode.
4559
4560         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4561
4562 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4563
4564         * nnir.el: Silence the byte compiler.
4565
4566         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4567         alias to browse-url-url-encode-chars if any.
4568         (gnus-html-encode-url): Use it.
4569
4570 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4571
4572         * gnus-start.el (gnus-use-backend-marks): New variable.
4573         (gnus-get-unread-articles-in-group): Use it.
4574
4575         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4576         makeover.
4577
4578 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4579
4580         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4581
4582 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4583
4584         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4585         Remove.
4586         (gnus-setup-news-hook):
4587         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4588
4589         * gnus-int.el (gnus-request-update-info): Protect against backends not
4590         having the function.
4591
4592         * nnimap.el (nnimap-stream): Mention starttls.
4593         (nnimap-open-connection): Add starttls support.
4594
4595 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4596
4597         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4598
4599 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4600
4601         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4602         BODYSTRUCTUREs.
4603         (nnimap-transform-headers): Unfold quoted {42} headers.
4604
4605         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4606         the info.
4607         (gnus-get-unread-articles): Only call updatep on backends that support
4608         it.
4609
4610         * nnweb.el (nnweb-request-update-info): NOOP.
4611
4612         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4613
4614         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4615         since it only deals with marks.
4616
4617         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4618         gnus-request-marks, and make a new gnus-request-update-info.
4619
4620         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4621         the active instead of the high number, which is usually too low.
4622
4623 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4624
4625         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4626         * encrypt.el: Remove.
4627
4628 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4629
4630         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4631         server in symbolic form.
4632
4633         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4634
4635 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4636
4637         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4638         (nnimap-update-info): Fix up code slightly.
4639
4640         * gnus-int.el (gnus-open-server): Add tracing for performance
4641         debugging.
4642
4643         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4644         (gnus-group-insert-group-line): Pass the real group name so that it
4645         gets the right data.
4646
4647         * gnus-start.el (gnus-get-unread-articles): Don't have
4648         `gnus-get-unread-articles-in-group' update info, since that can be
4649         really slow and doesn't seem to be needed?
4650
4651 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4652
4653         * time-date.el (date-to-time): Try using parse-time-string first before
4654         using the slower timezone-make-date-arpa-standard.
4655
4656 2010-09-22  Julien Danjou  <julien@danjou.info>
4657
4658         * gnus-group.el (gnus-group-insert-group-line):
4659         Call gnus-group-highlight-line.
4660         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4661         default hook list.
4662         (gnus-group-update-eval-form): Add new function.
4663         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4664         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4665
4666 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4667
4668         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4669         immediate, then expire all articles.
4670         (nnimap-update-info): Fix off-by-one errors.
4671         (nnimap-flags-to-marks): Would return no marks lists for group with no
4672         flags.  Instead return the other data.
4673
4674 2010-09-22  Julien Danjou  <julien@danjou.info>
4675
4676         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4677         Only return an icon.
4678         (gnus-group-insert-group-line): Compute icon to return.
4679
4680         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4681         (gnus-html-image-fetched): Only cache if
4682         gnus-html-image-automatic-caching is set.
4683         (gnus-html-image-fetched): Check for errors.
4684
4685 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4686
4687         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4688         once per method on `g'.  This ensures that backends like nnfolder don't
4689         open all their folders.
4690
4691         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4692         (nnimap-request-list): Nix out group in the correct buffer.
4693         (nnimap-parse-flags): Implement by using `read' instead of
4694         hand-parsing.
4695         (nnimap-flags-to-marks): Pass on permanent-flags.
4696         (nnimap-make-process-buffer): Record the server name.
4697         (nnimap-parse-flags): Fix typo.
4698         (nnimap-request-scan): Run split on the server in general, not just a
4699         single group.
4700
4701         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4702         parameter, and propagate this downwards.
4703
4704         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4705         since EXAMINE changes it on the server.
4706
4707         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4708         this command might take a while.
4709
4710 2010-09-22  Julien Danjou  <julien@danjou.info>
4711
4712         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4713         harmful if you have 2 images side-by-side, they can't be properly
4714         update on text deletion.  Using text-property is safer here.
4715         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4716         data.
4717
4718 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4719
4720         * nnimap.el (nnimap-expunge-inbox): Remove.
4721         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4722         (nnimap-expunge): Flip default to t.
4723
4724         * gnus.el (gnus-method-to-server): Don't push things to the cache
4725         unless it's unique.
4726         (gnus-server-to-method): Ditto.
4727
4728 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4729
4730         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4731
4732 2010-09-22  Julien Danjou  <julien@danjou.info>
4733
4734         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4735         get the start of data.
4736         (gnus-html-encode-url): Add this function to encode special chars in
4737         URL.
4738         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4739         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4740
4741         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4742         default.
4743         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4744
4745         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4746         images alt-text.
4747         (gnus-html-put-image): Put alt-text as help-echo.
4748
4749 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4750
4751         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4752         * mm-util.el (mm-decompress-buffer)
4753         * nnir.el (nnir-run-find-grep)
4754         * pop3.el (pop3-list): Use 3rd arg of split-string.
4755
4756         * time-date.el (format-seconds): Comment fix.
4757
4758         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4759         and byte-optimize-form-code-walker.
4760         (dgnushack-make-auto-load): Don't advise make-autoload.
4761
4762         * lpath.el: Remove Emacs 21 stuff.
4763
4764 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4765
4766         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4767         outside the active range.  Suggested by Dan Christensen.
4768
4769         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4770         slightly later to avoid double-getting it.
4771
4772         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4773         previous patch.
4774
4775         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4776
4777 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4778
4779         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4780
4781 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4782
4783         * gnus-int.el (gnus-open-server): Give a better error message in the
4784         "go offline" case.
4785
4786         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4787         marks for nnimap, which is seldom the right thing to do.
4788
4789         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4790         (gnus-same-method-different-name): New function.
4791
4792         * nnimap.el (parse-time): Require.
4793
4794         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4795         method in the presence of many similar methods.
4796
4797         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4798
4799         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4800         nnml-inhibit-expiry.
4801
4802         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4803         find out whether methods are equal.
4804
4805         * nnimap.el (nnimap-find-expired-articles): New function.
4806         (nnimap-process-expiry-targets): New function.
4807         (nnimap-request-move-article): Request the article before looking at
4808         what the Message-ID is.  Fix found by Andrew Cohen.
4809         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4810
4811         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4812         for oldness in addition to being a predicate.
4813
4814         * nnimap.el (nnimap-request-group): When we have zero articles, return
4815         the right data to Gnus.
4816         (nnimap-request-expire-articles): Only delete articles immediately if
4817         the target is 'delete.
4818
4819         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4820         method, this would bug out.
4821
4822         * gnus-group.el (gnus-group-expunge-group): Rename from
4823         gnus-group-nnimap-expunge, and implemented as a normal interface
4824         function.
4825
4826         * gnus-int.el (gnus-request-expunge-group): New function.
4827
4828         * nnimap.el (nnimap-request-create-group): Implement.
4829         (nnimap-request-expunge-group): New function.
4830
4831 2010-09-21  Julien Danjou  <julien@danjou.info>
4832
4833         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4834         (gnus-html-cache-expired): Add new function.
4835         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4836         wethever we should display image for fetch it.
4837         Compute alt-text earlier to pass it to the fetching function too.
4838         (gnus-html-schedule-image-fetching): Change function argument to only
4839         get one image at a time, not a list.
4840         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4841         cache.
4842         (gnus-html-get-image-data): New function to retrieve image data from
4843         cache.
4844         (gnus-html-put-image): Change buffer argument to use image data rather
4845         than file, and place image above region rather than inserting a new
4846         one.  Do not take alt-text as argument, since it's useless now: we place
4847         the image above alt-text.
4848         (gnus-html-prune-cache): Remove.
4849         (gnus-html-show-images): Start to fetch image when we find one, do not
4850         push into a temporary list.
4851         (gnus-html-prefetch-images): Only fetch image if they have expired.
4852         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4853         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4854
4855 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4856
4857         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4858
4859 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4860
4861         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4862         spec inser "*" if the group isn't active instead of 0.
4863
4864         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4865         opening the server.
4866         (nnimap-request-delete-group): Implement group deletion.
4867         (nnimap-transform-headers): Return the size of the entire message in
4868         the Bytes header, not just the size of the first part.
4869         (nnimap-request-move-article): When moving an article from nnimap,
4870         request the article first so the accepting form has an article to
4871         accept.  Reported by Dan Christensen.
4872         (nnimap-command): Make sure that the error message doesn't error out.
4873
4874 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4875
4876         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4877         we haven't requested anything.
4878
4879 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4880
4881         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4882         "".  Fix found by Andrew Cohen.
4883
4884         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4885         instead of -encode-string.
4886
4887 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4888
4889         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4890
4891         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4892         by mm-subst-char-in-string.
4893
4894 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4895
4896         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4897         waiting for the connection string.
4898
4899         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4900         arriving.
4901
4902         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4903         bogus characters.  This allows selecting certain Gmail groups.
4904
4905         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4906         (nnimap-fetch-partial-articles): New variable.
4907         (nnimap-open-connection): When looking for credentials, also use the
4908         nnimap-server-port.
4909         (nnimap-request-article): Return the group/article number, so that Gnus
4910         `^' works as expected.
4911         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4912
4913         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4914         comments.
4915         (gnus-methods-sloppily-equal): New function.
4916         (gnus): When using the development version of Gnus, load the gnus-load
4917         file.
4918
4919         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4920         `gnus-open-server' on each method before trying to scan them etc.
4921         This ensures that all the backend parameters are set correctly.
4922
4923         * nnimap.el (nnimap-authenticator): New variable.
4924         (nnimap-open-connection): Allow anonymous login.
4925         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4926         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4927
4928         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4929         patch, found by Knut Anders Hatlen.
4930
4931 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4932
4933         * gnus-agent.el (gnus-agent-batch-confirmation)
4934         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4935         to gnus-message.
4936         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4937         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4938         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4939         * gnus-int.el (gnus-open-server): Likewise.
4940         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4941         (gnus-score-check-syntax): Likewise.
4942         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4943         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4944         Likewise.
4945         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4946
4947 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4948
4949         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4950         calling conventions so that prefetch doesn't bug out.
4951
4952 2010-09-19  Julien Danjou  <julien@danjou.info>
4953
4954         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4955         rather than `subst-char-in-region' in order to be able to replace ASCII
4956         char by UTF-8 ones.
4957
4958         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4959         than curl.
4960         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4961         the right URL and ALT text on images.
4962         (gnus-html-wash-tags): Fix tag case.
4963         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4964         (gnus-article-html): Add -o display_ins_del=2 option.
4965         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4966
4967 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4968
4969         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4970         the extra mail headers, which sometimes seem to happen for unknown
4971         reasons.
4972
4973         * mail-parse.el (mail-header-encode-parameter): Define as
4974         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4975         (or most, perhaps?) mail readers don't understand the latter, but do
4976         understand the former.
4977
4978         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4979         to nil, so that no methods are automatically agentized.  I think this
4980         is probably what most users want.
4981
4982         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4983         from url-retrieve, for instance about invalid URLs.
4984
4985         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4986         groups that have no articles.
4987         (nnimap-request-article): Check that we really got an article when we
4988         requested one.
4989
4990         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4991         doesn't exist.
4992
4993         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4994         nntp buffer so the agent can save it.
4995         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4996         that CRLF doesn't get translated to \n.
4997         (nnimap-open-connection): Don't make 'shell commands only send \n.
4998
4999 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5000
5001         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5002         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5003         Update var name.
5004         (nnml-generate-nov-file): Use dolist.
5005         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5006         Use with-current-buffer.
5007
5008 2010-09-18  Julien Danjou  <julien@danjou.info>
5009
5010         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5011         parallel.
5012
5013 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5014
5015         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5016         the range update right.
5017         (nnimap-request-group): Don't make `M-g' bug out on group with no
5018         marks.
5019         (nnoo): Require, so that other packages can require nnimap.
5020         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5021         command we're looking for.  This helps when the server sends more
5022         responses after we've gotten everything we expected.
5023         (nnimap): Add a `newlinep' field to keep track of end-of-line
5024         conventions.
5025         Don't send CRLF to things that don't want it.
5026         (nnimap-request-accept-article): Ditto.
5027
5028 2010-09-18  Julien Danjou  <julien@danjou.info>
5029
5030         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5031         than curl to retrieve images.
5032
5033 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5034
5035         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5036         the marks.
5037         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5038         (nnimap-wait-for-connection): New function.
5039         (nnimap-open-connection): If we have PREAUTH, don't query for login
5040         credentials.
5041         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5042         when doing a partial update.
5043
5044 2010-09-18  Julien Danjou  <julien@danjou.info>
5045
5046         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5047         tags.
5048
5049 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5050
5051         * nnimap.el (nnimap-credentials): New function.
5052         (nnimap-open-connection): Use the new function to look for credentials
5053         also on the numeric equivalents of "imap" and "imaps".
5054
5055         * gnus-start.el (gnus-activate-group): Send the info to
5056         gnus-request-group.
5057
5058         * nnimap.el (nnimap-request-group): Have the "check" version of the
5059         function parse flags and update the info, so that a `M-g' get a total
5060         resync of all flags from the group.
5061
5062         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5063         to allow backends to alter the info on group selection.  Also alter all
5064         the backend -request-group functions to take the parameter.
5065
5066         * nnimap.el (nnimap-store-info): New function.
5067         (nnimap-update-info): Store the info for later usage.
5068         (nnimap-request-group): Use the stored info for the dont-check case, so
5069         that we don't retrieve all marks when we enter a group.
5070
5071         * nnimap.el: Use deffoo instead of defun for interface functions.
5072
5073         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5074         update the group info.  This makes the nndraft groups, for instance, go
5075         back to their old behaviour.
5076
5077         * gnus-sum.el (gnus-select-newsgroup): Indent.
5078
5079         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5080         in.
5081         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5082         nothing.
5083
5084         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5085         from methods that are denied.
5086
5087         * gnus-int.el (gnus-method-denied-p): New function.
5088
5089         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5090         store the password instead of netrc.
5091         (nnimap-open-connection): Don't error out when we can't make a
5092         connections.
5093
5094         * auth-source.el (auth-source-create): In the password prompt, say what
5095         we're querying for.  Also prompt for user name if that hasn't been
5096         given.
5097
5098         * nnimap.el (nnimap-with-process-buffer): Remove.
5099
5100 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5101
5102         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5103         method when we're reading from the agent.
5104
5105         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5106
5107         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5108         that's probably most useful for users.
5109
5110         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5111         "failed" all the time.
5112
5113         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5114         ...)) with (with-current-buffer ... ).
5115
5116         * nntp.el (nntp-open-server): Return whether the open was successful or
5117         not.
5118
5119         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5120         select an unread unseen article first.
5121
5122         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5123         /etc/services, supply some sensible port defaults.
5124
5125         * dgnushack.el: Define netrc-credentials.
5126
5127 2010-09-17  Julien Danjou  <julien@danjou.info>
5128
5129         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5130
5131 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5132
5133         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5134         doesn't have any parameters.
5135
5136 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5137
5138         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5139         only upcased checks.
5140
5141         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5142
5143         * nnimap.el (nnimap-open-shell-stream): New function.
5144         (nnimap-open-connection): Use it.
5145         (nnimap-transform-headers): Get the number of lines in each message.
5146         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5147         number of lines.
5148         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5149         problem.
5150
5151         * utf7.el (utf7-encode): Autoload.
5152
5153         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5154         to allow the mail splitting to not return a default group.  This is
5155         useful for nnimap, which will leave unmatched mail in the inbox.
5156
5157         * nnimap.el: Rewritten.
5158
5159         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5160         nnimap usage.
5161
5162         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5163         if the move is internal, so that nnimap can do fast internal moves.
5164
5165         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5166         data.
5167         (gnus-read-active-for-groups): Support finishing the early retrieval of
5168         data.
5169
5170         * gnus-range.el (gnus-range-nconcat): New function.
5171
5172         * gnus-int.el (gnus-finish-retrieve-group-infos)
5173         (gnus-retrieve-group-data-early): New functions.
5174
5175 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5176
5177         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5178         (nnrss-retrieve-groups):
5179         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5180         (pop3-quit): Use with-current-buffer.
5181
5182 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5183
5184         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5185         instead of nnheader-accept-process-output.
5186
5187         * dgnushack.el (dgnushack-compile): Add comment.
5188
5189         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5190
5191         * gnus-html.el (gnus-html-schedule-image-fetching)
5192         (gnus-html-prefetch-images): Replace process-kill-without-query by
5193         gnus-set-process-query-on-exit-flag.
5194
5195 2010-09-16  Romain Francoise  <romain@orebokech.com>
5196
5197         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5198
5199 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5200
5201         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5202         parameter to unintern is mandatory-ish in Emacs 24.
5203
5204         * gnus-html.el (gnus-html-schedule-image-fetching)
5205         (gnus-html-prefetch-images): Check for curl before using it.
5206
5207         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5208         depend on curl, which isn't essential.
5209
5210         * imap.el: Revert back to version
5211         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5212         seem problematic.
5213
5214 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5215
5216         * gnus-registry.el (gnus-registry-install-shortcuts):
5217         Explicitly pass `obarray' to `unintern' to avoid a warning.
5218
5219 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5220
5221         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5222         change.
5223
5224         * nnrss.el (nnrss-request-list): Remove this function and related
5225         functions, including the moreover stuff.
5226
5227 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5228
5229         * nnrss.el (nnrss-retrieve-groups): New function.
5230
5231 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5232
5233         * .dir-locals.el: Add no-byte-compile cookie.
5234
5235 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5236
5237         * time-date.el (format-seconds): Comment fix.
5238
5239         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5240         for back end that doesn't support request-scan.
5241
5242 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5243
5244         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5245         then do request scans from the backends.
5246
5247         * netrc.el (netrc-credentials): New conveniency function.
5248
5249         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5250         avoid running a hook per line, since this takes a lot of time,
5251         profiling shows.
5252         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5253         directly if gnus-visual-p is true.
5254
5255 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5256
5257         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5258         groups; replace mapcar with dolist which is a bit faster; pass groups
5259         info to gnus-read-active-file-1.
5260         (gnus-read-active-file-1): Scan only specified groups if the new
5261         optional arg `infos' is given.
5262
5263 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5264
5265         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5266
5267         * pop3.el (pop3-movemail): Remove.
5268         (pop3-streaming-movemail): Rename to pop3-movemail.
5269
5270         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5271         don't restrict end-tag searches to the end of the line.
5272
5273 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5274
5275         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5276         articles of every unchecked group to t, which means unknown since the
5277         server has never been opened.
5278
5279 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5280
5281         * gnus-html.el (gnus-html-show-alt-text): New command.
5282         (gnus-html-browse-image): Ditto.
5283         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5284         to browse the image directly.
5285         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5286         better.
5287
5288         * gnus-async.el (gnus-async-article-callback):
5289         Call `gnus-html-prefetch-images' unconditionally.
5290
5291         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5292         before feeding URLs to curl.
5293
5294 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5295
5296         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5297         internal images as deletable by `W D D'.
5298
5299         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5300         (gnus-async-article-callback): Fix typo.
5301
5302 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5303
5304         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5305         current line to work around bugs in the output from w3m.
5306
5307         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5308         for groups that want that.
5309
5310         * nntp.el (nntp-wait-for-string): Supply a timeout for
5311         accept-process-output to ensure progress.
5312
5313         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5314         level to get unread articles from, then use that for foreign groups,
5315         too.
5316
5317         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5318         confuses the rest of the function.
5319
5320         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5321         for the methods that support -retrieve-groups, too.
5322
5323         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5324
5325 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5326
5327         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5328         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5329
5330         * pop3.el: Require cl when compiling.
5331         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5332
5333 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5334
5335         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5336         that aren't going to be activated.
5337         (gnus-get-unread-articles): Fix up the last commit.
5338
5339         * gnus-html.el (gnus-article-html): Allow calling without specifying
5340         the handle.  In that case, dissect the buffer first.
5341
5342         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5343
5344         * nnimap.el (nnimap-open-connection): Revert the change that would look
5345         into authinfo for imaps instead of imap.
5346
5347         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5348         say that you don't want to call gnus-request-group with don-check, but
5349         do check the reponse.  This is for virtual groups only.
5350         (gnus-get-unread-articles): Count the archive groups as secondary, so
5351         that they're activated the same way as before.
5352
5353         * imap.el (imap-message-map): Removed optional buffer parameter, since
5354         no callers use it.
5355         (imap-message-get): Ditto.
5356         (imap-message-put): Ditto.
5357         (imap-mailbox-map): Ditto.
5358         (imap-mailbox-put): Ditto.
5359         (imap-mailbox-get): Ditto.
5360         (imap-mailbox-get): Revert last change for this function.
5361
5362         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5363         case-insensitively.
5364         (nnimap-debug): Remove.
5365
5366         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5367         to use `imap-fetch' instead.  According to the comments, this should be
5368         safe, since all other IMAP clients use the 1:* syntax.
5369         (imap-enable-exchange-bug-workaround): Removed.
5370         (imap-debug): Removed -- doesn't seem very useful.
5371
5372         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5373         mail from a file, and the file doesn't exist.
5374
5375         * imap.el (imap-log): New convenience function used throughout instead
5376         of repeating the same code all over the place.
5377
5378         * pop3.el (pop3-streaming-movemail): Return t for success.
5379
5380         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5381         .authinfo if we're using ssl connection.
5382
5383         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5384         already have if we're in a main Gnus `g' run.
5385
5386         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5387
5388 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5389
5390         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5391
5392         * nnmh.el (nnmh-request-list-1): Bind `file'.
5393
5394         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5395         alias to set-process-query-on-exit-flag or process-kill-without-query.
5396         (pop3-open-server): Use it.
5397
5398 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5399
5400         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5401         box to the Incoming file.  Fixes mistake in previous checkin.
5402
5403         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5404         request loop (for debugging purposes) removed.
5405
5406         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5407         culprit is more visible.
5408         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5409         (nnml-add-incremental-nov): New functions to do "incremental" nov
5410         updates, where we just append to the end of the existing nov files
5411         without reading/writing them in full.
5412
5413         * mail-source.el (mail-source-delete-crash-box): Really only check the
5414         incoming files once in a while.
5415
5416         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5417
5418         * mail-source.el (mail-source-delete-crash-box): Only check the
5419         incoming files for deletion once per day to save a lot of file
5420         accesses.
5421
5422         * pop3.el (pop3-logon): Fix up unbound variable typo.
5423
5424         * mail-source.el (pop3-streaming-movemail): Autoload.
5425
5426         * pop3.el (pop3-streaming-movemail):
5427         Respect pop3-leave-mail-on-server.
5428
5429         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5430         retrieval.
5431
5432         * pop3.el (pop3-process-filter): Remove unused function.
5433         (pop3-streaming-movemail, pop3-send-streaming-command)
5434         (pop3-wait-for-messages, pop3-write-to-file)
5435         (pop3-number-of-responses): New functions for streaming pop3
5436         retrieval.
5437
5438         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5439         come from no known methods.
5440         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5441         list.
5442
5443         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5444         message sizes.
5445         (pop3-movemail): Use erase-buffer instead of looping and deleting
5446         regions, which seems rather odd.
5447
5448         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5449         file once per `g' run.
5450
5451         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5452         directories.  This makes the draft queue directory work.
5453
5454         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5455         data from the backends, so that we only request the list of groups from
5456         each method once.  This should speed things up considerably.
5457
5458         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5459         detect that it's not implemented.
5460
5461         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5462         we actually do recurse down into the tree, but don't stat all leaf
5463         nodes.
5464
5465         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5466         then say so instead of bugging out.
5467
5468         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5469         files exist before trying to read them.
5470
5471         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5472         around <pre_int>.
5473
5474         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5475
5476         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5477
5478 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5479
5480         * mm-util.el (mm-image-load-path): Just return the image directories,
5481         not all directories in the path in addition to the image directories.
5482         (mm-image-load-path): Maintain a cache of the image directories so that
5483         the `g' command in Gnus doesn't have to stat dozens of directories each
5484         time.
5485
5486         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5487         (gnus-html-wash-tags): Add a new `i' command to insert images.
5488         (gnus-html-insert-image): New command and keystroke.
5489         (gnus-html-redisplay-with-images): New command and keystroke.
5490         (gnus-html-show-images): Rename command.
5491         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5492         spacers.
5493         (gnus-html-wash-tags): Decode entities at the end, so that entities
5494         inside the tags don't mess up the rest of the "parsing".
5495
5496         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5497         so that nnimap methods aren't agentized by default.  There's apparently
5498         many problems related to agent/imap behaviour.
5499
5500         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5501
5502         * gnus-html.el: Doc fix.
5503
5504 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5505
5506         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5507         specifier-spec-list for Emacs 21.
5508
5509         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5510         glyph-width and glyph-height instead of display-graphic-p and
5511         image-size; make avoidance of displaying small images work for XEmacs.
5512
5513         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5514         for XEmacs.
5515
5516         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5517         of symbol that holds plist data.
5518         (gnus-process-plist): Remove plist of process after getting it.
5519
5520 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5521
5522         * message.el (message-generate-hashcash): Change default to
5523         'opportunistic if hashcash is installed.
5524
5525         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5526         (gnus-html-put-image): Only call image-size once, since it's somewhat
5527         time-consuming on remote X servers.
5528
5529 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5530
5531         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5532         type on data, not a file name.
5533
5534         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5535         window-pixel-edges for Emacs 21.
5536
5537         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5538         decoded contents.
5539         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5540
5541 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5542
5543         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5544         group line format, since it isn't very interesting.
5545
5546         * gnus-agent.el (gnus-agent-short-article),
5547         (gnus-agent-long-article): Increase values for these two variables,
5548         since most people are likely to have more network connection and
5549         storage than before.
5550
5551         * gnus.el (gnus-refer-article-method): Change default to 'current.
5552         When referring an article, the common behaviour is to refer it from the
5553         current select method, not the native select method.  The chances of
5554         the native select method having the message in question is rather slim
5555         these days.
5556
5557         * gnus-sum.el (gnus-auto-select-subject): Change default to
5558         `unseen-or-unread'.  I think it's likely that most people want to
5559         select an unseen article over a previously seen, but unread one.
5560
5561         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5562         means that in the article buffer none of the minor mode elements will
5563         be shown, usually, and this is not desirable in most cases.
5564
5565         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5566         that commands like `d' (and the like) go to the next line in the
5567         buffer, instead of the next unread article.  I think this is the
5568         behaviour that is most natural for most users.
5569         (gnus-single-article-buffer): Change default to nil, so that people can
5570         have as many article buffers open as they have summary buffer.  I think
5571         this is the most natural way for the groups to behave.
5572
5573         * message.el (message-generate-new-buffers): Change default to
5574         `unsent', so that all new message buffers start their names with the
5575         string "*unsent", and it's easier to find the buffers if you move from
5576         them.
5577
5578 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5579
5580         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5581         small.  They're probably tracking images.
5582         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5583         (gnus-html-rescale-image): Yet another try at getting the image sizing
5584         right.
5585
5586         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5587         nntp-marks-file-name is nil.
5588
5589 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5590
5591         * gnus-html.el (gnus-html-wash-tags)
5592         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5593         Better logging.
5594
5595 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5596
5597         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5598
5599         * gnus-html.el (gnus-html-wash-tags): Check the value of
5600         gnus-blocked-images in the summary buffer.
5601
5602 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5603
5604         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5605
5606 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5607
5608         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5609         like "a", it seems like.
5610         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5611         since it needs to be picked from the correct buffer.
5612
5613         * nnwfm.el: Remove.
5614
5615         * nnlistserv.el: Remove.
5616
5617 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5618
5619         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5620         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5621
5622 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5623
5624         * nnkiboze.el: Remove.
5625
5626         * nndb.el: Remove.
5627
5628         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5629         alt text.
5630         (gnus-html-rescale-image): Try to get the rescaling logic right for
5631         images that are just wide and not tall.
5632
5633         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5634         overshadow variable bindings.
5635
5636 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5637
5638         * gnus-html.el (gnus-html-wash-tags)
5639         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5640         Add extra logging.
5641
5642 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5643
5644         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5645         (gnus-max-image-proportion): New variable.
5646         (gnus-html-rescale-image): New function.
5647         (gnus-html-put-image): Rescale images.
5648
5649 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5650
5651         Fix up some byte-compiler warnings.
5652         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5653         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5654         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5655         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5656         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5657         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5658         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5659
5660 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5661
5662         * gnus-html.el (gnus-article-html): Decode contents by charset.
5663
5664 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5665
5666         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5667         (gnus-html-frame-width, gnus-blocked-images)
5668         * message.el (message-prune-recipient-rules): Add custom version.
5669         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5670
5671         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5672         functions.
5673
5674         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5675         gnus-process-get.
5676
5677 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5678
5679         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5680         instead of lsub directly.
5681
5682 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5683
5684         * nnwarchive.el: Remove.
5685
5686         * gnus-soup.el: Remove.
5687
5688         * nnsoup.el: Remove.
5689
5690         * nnultimate.el: Remove.
5691
5692         * gnus-html.el (gnus-blocked-images): New variable.
5693
5694         * message.el (message-prune-recipients): New function.
5695         (message-prune-recipient-rules): New variable.
5696
5697         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5698         guess whether a long line is natural text or not.
5699
5700         * gnus-html.el (gnus-html-schedule-image-fetching):
5701         Use gnus-process-plist and friends for compatibility.
5702
5703 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5704
5705         * gnus-html.el: Require packages that define macros used in this file.
5706         (gnus-article-mouse-face): Declare to silence byte-compiler.
5707         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5708         process-get.
5709         (gnus-html-put-image): Use plist-get to avoid getf.
5710         (gnus-html-prefetch-images): Use with-current-buffer.
5711
5712 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5713
5714         * gnus-ems.el: Provide compatibility functions for
5715         gnus-set-process-plist.
5716
5717         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5718         header-line-format for XEmacs 21.4.
5719
5720         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5721         * gnus.el (gnus-valid-select-methods)
5722         * message.el (message-send-mail-partially-limit)
5723         * mm-decode.el (mm-text-html-renderer)
5724         * mml.el (mml-insert-mime-headers-always)
5725         * smiley.el (smiley-regexp-alist): Bump custom version.
5726
5727 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5728
5729         * gnus-html.el: require mm-url.
5730         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5731         with the url to `url'.
5732         (gnus-html-wash-tags): Support cid: URLs/images.
5733
5734 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5735
5736         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5737         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5738         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5739
5740         * gnus-move.el: Remove file, since it doesn't really work.
5741
5742         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5743         UTF-8.  This seems to fix problems with some German web feeds.
5744
5745         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5746         at the top so that the proper colours are applied.
5747
5748         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5749         don't have dots in their names.
5750
5751         * gnus-art.el (gnus-article-view-part): Doc fix.
5752
5753         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5754         XEmacs-compatible.
5755         (gnus-html-put-image): Don't do images on non-graphic displays.
5756
5757         * nnslashdot.el: Remove this unused backend.
5758
5759         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5760         actions.
5761         (gnus-undo-register-1): Revert last change.
5762
5763         * gnus-group.el (gnus-group-completing-read): Protect against not
5764         having completion-styles bound.
5765
5766         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5767         make broken recipients happier.
5768
5769         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5770
5771         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5772         point parameter.
5773
5774         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5775
5776         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5777         completion-styles for group selection.
5778
5779 2009-02-04  Andreas Schwab  <schwab@suse.de>
5780
5781         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5782         headers and regexp-quote the match if necessary.
5783
5784 2009-03-24  Miles Bader  <miles@gnu.org>
5785
5786         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5787         the blinking smiley.
5788
5789 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5790
5791         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5792         blink smiley.
5793
5794 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5795
5796         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5797         where the dribbel file lives exists.
5798
5799         * message.el (message-send-mail-partially-limit): Change the default to
5800         nil, since most people don't want this.
5801
5802         * mm-url.el (mm-url-decode-entities): Also decode entities like
5803         &#x3212.
5804
5805 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5806
5807         * gnus-sum.el (gnus-summary-idna-message):
5808         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5809         Hyperlink urls in docstrings with URL `...'.
5810
5811 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5812
5813         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5814         functions.
5815
5816 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5817
5818         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5819         say what the mouseover text should be.
5820
5821         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5822         version of the mm-w3m-safe-url-regexp variable to only download images
5823         in the groups where we want that to happen.
5824
5825         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5826
5827         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5828         easier debugging.
5829         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5830         big pictures in the article buffer.
5831
5832         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5833         gnus-article-html.
5834         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5835         w3m.
5836
5837         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5838
5839 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5840
5841         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5842         which doesn't exist.
5843
5844         * message.el (message-inhibit-ecomplete): New variable to allow some
5845         function to inhibit ecomplete address storage.
5846         (message-resend): Disable ecomplete message storage when resending
5847         messages.
5848
5849         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5850
5851 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5852
5853         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5854         Save excursion while copying, moving, and deleting articles in order to
5855         prevent the cursor from jumping to unforeseen place.
5856
5857 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5858
5859         * lpath.el: No need to bind bookmark-current-buffer,
5860         bookmark-yank-point and bookmark-make-record-function.
5861
5862 2010-08-17  Glenn Morris  <rgm@gnu.org>
5863
5864         * gnus-sync.el: Require gnus components whose functions are used.
5865
5866         * gnus-art.el (bookmark-make-record-function):
5867         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5868         Declare for compiler.
5869
5870         * mm-url.el (mml-compute-boundary): Autoload.
5871
5872 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5873
5874         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5875
5876 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5877
5878         Typo fix "hoo4a" -> "hook".
5879
5880         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5881
5882 2010-08-14  Glenn Morris  <rgm@gnu.org>
5883
5884         * gnus-sync.el (gnus-sync): Fix defgroup version.
5885
5886 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5887
5888         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5889
5890         * gnus-sync.el: Fix docs.
5891         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5892         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5893
5894 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5895
5896         Optimizations for gnus-sync.el.
5897
5898         * gnus-sync.el: Add docs about gnus-sync-backend
5899         possibilities.
5900         (gnus-sync-save): Remove unnecessary message.
5901         (gnus-sync-read): Optimize and show what groups were skipped.
5902
5903 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5904
5905         Minor bug fixes for gnus-sync.el.
5906
5907         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5908         Don't read the sync on get-new-news.
5909
5910         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5911         quiet.
5912
5913         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5914         (fix typo).
5915
5916 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5917
5918         Make saving and restoring of hidden threads work with overlays.
5919         Patch applied by Ted Zlatanov.
5920
5921         * gnus-sum.el (gnus-hidden-threads-configuration)
5922         (gnus-restore-hidden-threads-configuration): Update to deal with text
5923         properties, rather than searching for a magic character.
5924
5925 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5926
5927         New gnus-sync.el library for synchronization of marks.
5928
5929         * gnus-sync.el: New library for synchronization of marks.
5930
5931         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5932         renamed from `gnus-registry-grep-in-list'.
5933
5934         * gnus-registry.el (gnus-registry-follow-group-p):
5935         Use `gnus-grep-in-list'.
5936
5937         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5938
5939 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5940
5941         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5942         determining charset of text fails.
5943
5944 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5945
5946         * nnmail.el (nnmail-get-new-mail-1): Revert.
5947
5948         * nnml.el (nnml-active-number): Make sure names of newly created groups
5949         in nnml-group-alist are encoded.
5950
5951 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5952
5953         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5954         containing non-ASCII characters in active file for nnml back end.
5955
5956 2010-07-24  David Engster  <dengste@eml.cc>
5957
5958         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5959         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5960
5961 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5962
5963         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5964         tag (Bug#6654).
5965
5966 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5967
5968         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5969         the article buffer, not the summary buffer.
5970
5971 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5972
5973         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5974         Emacs 23 as well.
5975
5976 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5977
5978         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5979         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5980
5981 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5982
5983         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5984         Patch applied by Karl Fogel.
5985
5986         * gnus-sum.el (gnus-summary-bookmark-make-record):
5987         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5988
5989 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5990
5991         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5992         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5993         C-w still not working correctly from Article buffers; Thierry's
5994         patch to fix that will be applied after this.
5995
5996         * gnus-art.el (bookmark-make-record-function): New local variable.
5997
5998         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5999         article buffer.
6000         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6001
6002 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6003
6004         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6005         on changes in bookmark.el.
6006
6007 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6008
6009         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
6010         `no-log' instead of message not to log prompt string.
6011
6012 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
6013
6014         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6015         the *other* type of HTML form submission.
6016
6017 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6018
6019         * auth-source.el (auth-source-pick): If choice does not contain a
6020         questioned keyword, set the check to t.
6021
6022 2010-06-12  Romain Francoise  <romain@orebokech.com>
6023
6024         * gnus-util.el (gnus-date-get-time): Move up before first use.
6025
6026 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6027
6028         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6029         (gnus-article-edit-part): Bind it to make last part that is substituted
6030         or deleted visible.
6031         (gnus-mime-display-single): Buttonize part of which id equals to
6032         gnus-mime-buttonized-part-id.
6033
6034 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6035
6036         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6037         (gnus-dd-mmm): Use gnus-date-get-time.
6038         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6039         simplify logic.
6040         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6041         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6042
6043 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6044
6045         * auth-source.el (top): Autoload `secrets-list-collections',
6046         `secrets-create-item', `secrets-delete-item'.
6047         (auth-sources): Fix tag string.
6048         (auth-get-source, auth-source-retrieve, auth-source-create)
6049         (auth-source-delete): New defuns.
6050         (auth-source-pick): Rewrite in order to avoid 2 passes.
6051         (auth-source-forget-user-or-password): New parameter USERNAME.
6052         (auth-source-user-or-password): New parameters CREATE-MISSING and
6053         DELETE-EXISTING.  Retrieve password interactively, if needed.
6054
6055 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6056
6057         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6058         deleting unused directories when gnus-expert-user is t.
6059
6060 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6061
6062         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6063         for each temp file when gnus-article-browse-delete-temp is ask.
6064
6065 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6066
6067         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
6068         Lisp calls to delete-backward-char by calls to delete-char.
6069
6070 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6071
6072         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6073
6074 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6075
6076         * password-cache.el (password-cache-remove): Fix docstring.
6077
6078 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6079
6080         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6081         article unless decoding article to be saved.
6082
6083 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6084
6085         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6086         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6087         generated within the mm-with-unibyte-current-buffer macro.
6088
6089 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6090
6091         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6092         to nil when we're in a mml-preview buffer and no group is selected.
6093
6094 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6095
6096         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6097         when catching the `C-g'.  Reported by "Leo".
6098
6099 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6100
6101         * message.el (message-forward-make-body-plain)
6102         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6103         multibyte-string-p.
6104
6105         * lpath.el: Revert.
6106
6107 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6108
6109         * message.el (message-forward-make-body-mml): Assume original message
6110         is multibyte string; error on unibyte.
6111         (message-forward-make-body-plain): Ditto; don't add excessive newline
6112         in body end.
6113
6114         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6115
6116 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6117
6118         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6119         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6120
6121 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6122
6123         * mm-extern.el (mm-extern-url): Don't use
6124         mm-with-unibyte-current-buffer.
6125         (mm-extern-cache-contents): Use with-current-buffer instead of
6126         save-excursion + set-buffer.
6127
6128 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6129
6130         * mm-util.el (mm-emacs-mule): Remove.
6131
6132 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6133
6134         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6135         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6136         change.
6137
6138 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6139
6140         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6141         bind the default value of enable-multibyte-characters to nil.
6142
6143 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6144
6145         * message.el (message-forward-make-body-plain)
6146         (message-forward-make-body-mml):
6147         Don't use mm-with-unibyte-current-buffer.
6148
6149 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6150
6151         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6152
6153 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6154
6155         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6156         (Bug#5592).
6157
6158 2010-05-07  Julien Danjou  <julien@danjou.info>
6159
6160         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6161         it to mm-pipe-part.
6162
6163         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6164         it is given.
6165
6166 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6167
6168         * binhex.el (binhex-decode-region-internal)
6169         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6170         (dns-query)
6171         * nnweb.el (nnweb-gmane-search)
6172         * pgg-parse.el (pgg-parse-armor)
6173         * pgg.el (pgg-verify-region)
6174         * sha1.el (sha1-string-external)
6175         * uudecode.el (uudecode-decode-region-internal)
6176         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6177         XEmacs.
6178
6179         * gnus-art.el (gnus-article-browse-html-parts)
6180         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6181         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6182         make-temp-file.
6183
6184         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6185         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6186         compiling.
6187
6188         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6189         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6190         XEmacs when compiling.
6191
6192         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6193         gnus-pick-mode-off-hook for XEmacs when compiling.
6194         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6195         gnus-binary-mode-off-hook for XEmacs when compiling.
6196
6197         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6198         Return nil if char-charset is not available.
6199
6200         * imap.el (imap-disable-multibyte)
6201         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6202         macros.
6203
6204         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6205         instead of encode-coding-string.
6206
6207         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6208         'xemacs) instead of mm-emacs-mule to switch function definitions.
6209         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6210
6211         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6212         bind temporary-file-directory for XEmacs;
6213         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6214         timer-set-function for XEmacs 21.4 and SXEmacs;
6215         bind timer-list for XEmacs 21.4 and SXEmacs;
6216         fbind char-charset and find-charset-region for non-Mule XEmacs;
6217         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6218         encode-coding-region and encode-coding-string for XEmacs having no
6219         file-coding feature.
6220
6221 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6222
6223         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6224
6225 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6226
6227         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6228         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6229
6230 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6231
6232         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6233         alias `jka-compr-delete-temp-file' no longer exists.
6234
6235 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6236
6237         Use define-minor-mode in Gnus where applicable.
6238         * mml.el (mml-mode): Use define-minor-mode.
6239         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6240         (gnus-undo-mode): Use define-minor-mode.
6241         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6242         (gnus-dead-summary-mode): Use define-minor-mode.
6243         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6244         Initialize in declaration.
6245         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6246         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6247         (gnus-mailing-list-mode): Use define-minor-mode.
6248         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6249         (gnus-draft-mode): Use define-minor-mode.
6250         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6251         (gnus-dired-mode): Use define-minor-mode.
6252
6253 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6254
6255         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6256         handles on recursive mml-to-mime translation and check them for
6257         boundary delimiter collisions.  Reported by Greg Troxel.
6258
6259 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6260
6261         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6262
6263 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6264
6265         * mm-util.el (mm-find-buffer-file-coding-system):
6266         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6267
6268 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6269
6270         * message.el (message-generate-headers): Record insertion of optional
6271         headers as well.  Otherwise the check to prevent repeated insertion of
6272         optional headers is a no-op.
6273
6274 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6275
6276         * smime.el: Don't mention CVS.
6277
6278         * nnrss.el (nnrss-fetch): Don't mention CVS.
6279
6280         * nnir.el: Don't mention CVS.
6281
6282 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6283
6284         * gnus-sum.el (gnus-summary-bookmark-make-record):
6285         Add `location' field.
6286
6287 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6288
6289         * lpath.el: Fbind bookmark-default-handler,
6290         bookmark-get-bookmark-record, bookmark-make-record-default,
6291         bookmark-prop-get for Emacs <23 and XEmacs.
6292
6293 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6294
6295         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6296         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6297         Use with-current-buffer to silence the byte-compiler.
6298         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6299         bother to require `gnus'.
6300         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6301
6302 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6303
6304         * gnus-sum.el (gnus-summary-bookmark-make-record)
6305         (gnus-summary-bookmark-jump): New functions.
6306         (gnus-summary-mode): Setup bookmark support.
6307
6308 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6309
6310         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6311         if set.
6312
6313 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6314
6315         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6316         gnus-article-browse-html-save-cid-image; make it work recursively for
6317         forwarded messages as well.
6318         (gnus-article-browse-html-parts): Work when prefix arg is given.
6319         (gnus-article-browse-html-article): Doc fix.
6320
6321 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6322
6323         * message.el (message-default-mail-headers):
6324         (message-default-headers): Carry the value mail-default-headers over
6325         into message-default-mail-headers, rather than message-default-headers.
6326
6327 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6328
6329         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6330         charset.
6331
6332         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6333         charset into the <meta> tag when the article is encoded to utf-8.
6334
6335 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6336
6337         * gnus-art.el (gnus-article-browse-delete-temp-files):
6338         Delete directories as well.
6339         (gnus-article-browse-html-parts): Work for images that do not specify
6340         file names; delete temp directory when quitting; insert header at the
6341         right place; use file: scheme for image files.
6342
6343 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6344
6345         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6346         (gnus-article-browse-html-parts): Use it to make temporary cid image
6347         files in addition to html file so that browser may display them.
6348
6349 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6350
6351         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6352
6353 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6354
6355         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6356
6357 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6358
6359         * auth-source.el (auth-sources): Change default to be simpler.
6360         Explain about Secret Service API sources.  Improve Customize options.
6361         (auth-source-pick): Change to accept any number of search parameters.
6362         Implement fallbacks iteratively, not recursively.  Add scoring on the
6363         second pass and sort by score.  Call Secret Service API when needed.
6364         (auth-source-user-or-password): Use it.  Call Secret Service API
6365         directly when needed to get the user name and the password.
6366
6367 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6368
6369         * message.el (message-interactive): Doc fix.
6370         (message-qmail-inject-args): Reflow.
6371         (message-kill-to-signature): Fix typo in docstring.
6372
6373         * smiley.el (smiley-buffer): Fix typo in docstring.
6374
6375 2010-03-24  Glenn Morris  <rgm@gnu.org>
6376
6377         * mail-source.el (gnus-message): Declare.
6378         (mail-source-delete-old-incoming): Require gnus-util.
6379
6380 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6381
6382         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6383
6384         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6385
6386         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6387         password-cache's default if it is not bound.
6388         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6389         password-cache-expiry's default if it is not bound.
6390
6391         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6392         available in Emacs 21.
6393
6394         * lpath.el: Suppress compiler warnings for:
6395         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6396         XEmacs;
6397         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6398         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6399         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6400
6401 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6402
6403         * auth-source.el (auth-sources): Fix up definition so extra parameters
6404         are always inline.
6405
6406 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6407
6408         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6409         wasn't updated after mismatch.  Clear cached mailbox info correctly
6410         when uidvalidity changes.
6411         (nnimap-group-prefixed-name): New function to avoid some code
6412         duplication.
6413         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6414         (nnimap-request-group): Use it.
6415         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6416         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6417         with many imap folders.  This is done by caching the group status from
6418         the imap server persistently in a group parameter `imap-status'.  (This
6419         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6420         but not persistently, so every Gnus startup was still very slow.)
6421
6422 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6423
6424         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6425         delete the extra newline.  Otherwise editing of :string and :number
6426         types don't work.
6427
6428 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6429
6430         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6431         secrets.el dependency.
6432         (auth-sources): Add optional user name.  Add secrets.el configuration
6433         choice (unused right now).
6434
6435 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6436
6437         * gnus-sum.el (gnus-summary-make-menu-bar):
6438         Let `gnus-registry-install-shortcuts' fill in the functions.
6439
6440         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6441         warnings.
6442         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6443         (gnus-registry-install-shortcuts): Populate and use it in a
6444         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6445
6446 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6447
6448         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6449         In-place substitutions for the group name encoding/decoding.
6450         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6451         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6452         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6453         (nnimap-update-unseen, nnimap-request-list)
6454         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6455         (nnimap-request-set-mark, nnimap-split-to-groups)
6456         (nnimap-split-articles, nnimap-request-newgroups)
6457         (nnimap-request-create-group, nnimap-request-accept-article)
6458         (nnimap-request-delete-group, nnimap-request-rename-group)
6459         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6460         `encoded-mbx' for consistency.
6461         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6462         variable `imap-current-mailbox'.
6463
6464         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6465         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6466
6467 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6468
6469         * pop3.el (pop3-display-message-size-flag): Display message size byte
6470         counts during POP3 download.
6471         (pop3-movemail): Use it.
6472         (pop3-list): Implement listing of available messages.
6473
6474 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6475
6476         * nnir.el (nnir-get-article-nov-override-function): New function to
6477         override the normal NOV retrieval.
6478         (nnir-retrieve-headers): Use it.
6479
6480 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6481
6482         * auth-source.el (netrc-machine-user-or-password): Autoload.
6483
6484 2010-03-19  Glenn Morris  <rgm@gnu.org>
6485
6486         Stop message.el from loading about 40 libraries it doesn't always need.
6487         The general approach is to autoload rather than require, and to
6488         require in the specific functions rather than the file.  (Bug#5642)
6489
6490         * gmm-utils.el: Don't require wid-edit.
6491         (widget-create-child-value, widget-convert, widget-default-get):
6492         Autoload.
6493
6494         * gnus-util.el: Don't require time-date, netrc.
6495         (message-fetch-field, gnus-group-name-decode): Declare rather than
6496         autoloading.
6497         (gnus-fetch-field): Require message.
6498         (gnus-decode-newsgroups): Require gnus-group.
6499
6500         * ietf-drums.el: Don't require time-date.
6501
6502         * message.el: Don't require hashcash, canlock, ecomplete.
6503         Do require mail-utils.  Require nnheader only when compiling.
6504         (smtpmail-default-smtp-server): Remove declaration.
6505         (message-send-mail-function): Check smtpmail-default-smtp-server
6506         is bound rather than requiring smtpmail.
6507         (message-auto-save-directory, message-insert-signature):
6508         Use expand-file-name rather than nnheader-concat.
6509         (nnheader-insert-file-contents): Autoload.
6510         (hashcash-wait-async): Declare.
6511         (message-send-mail): Only call gnus-setup-posting-charset if
6512         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6513         (message-send-mail-with-sendmail): Require sendmail.
6514         (canlock-password, canlock-password-for-verify): Declare.
6515         (message-canlock-password): Require canlock.
6516         (nnheader-get-report): Autoload.
6517         (gnus-setup-posting-charset): Declare.
6518         (message-send-news): Require gnus-msg.
6519         (message-make-references, message-make-in-reply-to): Use mail-header-id
6520         rather than the alias mail-header-message-id.
6521         (ecomplete-add-item, ecomplete-save): Declare.
6522         (message-put-addresses-in-ecomplete): Require ecomplete.
6523         (ecomplete-display-matches): Autoload.
6524
6525         * mm-decode.el: Don't require mailcap, gnus-util.
6526         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6527         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6528         Autoload.
6529         (mailcap-mime-extensions): Declare.
6530
6531         * mm-encode.el: Don't require mailcap.
6532         (mailcap-extension-to-mime): Autoload.
6533
6534         * mml-sec.el: Don't require password-cache.
6535
6536         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6537         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6538         (mml-minibuffer-read-type): Require mailcap.
6539         (mml-preview): Require gnus-msg.
6540
6541         * mml1991.el: Require password-cache.
6542         (password-cache-expiry): Remove declaration.
6543
6544         * mml2015.el: Require password-cache.
6545         (password-cache-expiry): Remove declaration.
6546
6547         * nneething.el (mailcap): Require mailcap.
6548
6549         * nnheader.el (declare-function): Add compatibility stub.
6550         (message-remove-header): Declare rather than autoload.
6551         (nnheader-replace-header): Require message.
6552
6553         * nnimap.el (declare-function): Add compatibility stub.
6554         (netrc-parse, netrc-machine-user-or-password): Declare.
6555         (nnimap-open-connection): Require netrc.
6556
6557         * nntp.el (declare-function): Add compatibility stub.
6558         (netrc-parse, netrc-machine, netrc-get): Declare.
6559         (nntp-send-authinfo): Require netrc.
6560
6561         * rfc2047.el: Don't require qp.
6562         (quoted-printable-encode-region, quoted-printable-decode-string):
6563         Autoload.
6564
6565         * sieve-mode.el: Don't require easymenu.
6566         (easy-menu-add-item): Autoload it.
6567
6568         * spam-stat.el (time-to-number-of-days): Autoload it.
6569
6570 2010-03-19  Glenn Morris  <rgm@gnu.org>
6571
6572         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6573
6574 2010-03-18  Glenn Morris  <rgm@gnu.org>
6575
6576         * hashcash.el (declare-function): Remove duplicate definition.
6577
6578 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6579
6580         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6581         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6582         value if any backslash escapes).
6583
6584 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6585
6586         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6587         if it is available.  (bug#5647)
6588
6589         * lpath.el: Suppress compiler warning for coding-system-from-name for
6590         Emacs 21 and XEmacs.
6591
6592 2010-03-14  Juri Linkov  <juri@jurta.org>
6593
6594         * hmac-def.el:
6595         * hmac-md5.el:
6596         * netrc.el: Fix keywords.
6597
6598 2010-02-26  Glenn Morris  <rgm@gnu.org>
6599
6600         * message.el (message-send-mail-function): Change the default, so that
6601         it inherits from a customized send-mail-function.  (Bug#5643)
6602
6603 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6604
6605         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6606         shell-command-to-string signals an error (bug#5299).
6607
6608 2010-02-24  Glenn Morris  <rgm@gnu.org>
6609
6610         * message.el (message-smtpmail-send-it)
6611         (message-send-mail-with-mailclient): Doc fixes.
6612
6613 2010-02-16  Glenn Morris  <rgm@gnu.org>
6614
6615         * message.el (message-default-mail-headers): Change the default value
6616         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6617
6618 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6619
6620         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6621         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6622
6623 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6624
6625         * time-date.el (date-to-time): Doc fix (Bug#5408).
6626
6627 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6628
6629         * message.el (message-mail): Just pass yank-action on to message-setup.
6630         (message-setup): Handle (FUN . ARGS) form of yank-action.
6631         (message-with-reply-buffer, message-widen-reply)
6632         (message-yank-original): Handle non-buffer values of
6633         message-reply-buffer (Bug#4080).
6634         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6635
6636 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6637
6638         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6639         Fix typo in docstring.
6640
6641 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6642
6643         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6644         response.
6645
6646 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6647
6648         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6649
6650         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6651
6652         * message.el (message-check-news-header-syntax): Protect against a
6653         string that `rfc822-addresses' returns when parsing fails.
6654
6655 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6656
6657         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6658         (gnus-previous-char-property-change): New functions.
6659
6660         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6661
6662 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6663
6664         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6665         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6666
6667 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6668
6669         * message.el (message-exchange-point-and-mark): Rework last change to
6670         avoid using optional arg of exchange-point-and-mark, for backward
6671         compatibility.
6672
6673 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6674
6675         * message.el (message-exchange-point-and-mark):
6676         Call exchange-point-and-mark with an argument rather than setting
6677         mark-active by hand (Bug#5175).
6678
6679 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6680
6681         * nntp.el (nntp-service-to-port): Work for service expressed with
6682         numeric string; replace [:digit:] with [0-9] for XEmacs.
6683
6684 2009-12-17  Glenn Morris  <rgm@gnu.org>
6685
6686         * gnus-group.el (gnus-bug-group-download-format-alist):
6687         Change emacs entry to debbugs.gnu.org.  Bump :version.
6688
6689 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6690
6691         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6692
6693 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6694
6695         * message.el (message-info): Explain why we use `Info-goto-node'.
6696
6697 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6698
6699         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6700
6701 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6702
6703         * message.el (message-completion-in-region): New compatibility function.
6704         (message-expand-group): Use it.
6705
6706 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6707
6708         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6709         with no unread article should be listed if the 2nd arg `predicate' is
6710         given.
6711
6712 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6713
6714         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6715
6716 2009-11-29  Juri Linkov  <juri@jurta.org>
6717
6718         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6719         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6720         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6721
6722 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6723
6724         * sha1.el (sha1-string-external): default-directory "/" in case
6725         otherwise non-existent.  process-connection-type pipe for touch of
6726         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6727
6728 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6729
6730         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6731         it's comms related and sgml-mode.el has "comm" on that basis too.
6732
6733 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6734
6735         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6736         containing tspecial characters if they have been already quoted.
6737
6738 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6739
6740         * dns-mode.el (auto-mode-alist): Purecopy string.
6741
6742 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6743
6744         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6745
6746 2009-10-24  Glenn Morris  <rgm@gnu.org>
6747
6748         * gnus-art.el (help-xref-stack-item): Define for compiler.
6749
6750 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6751
6752         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6753
6754 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6755
6756         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6757
6758 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6759
6760         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6761         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6762
6763 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6764
6765         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6766         (gnus-overlays-in): New alias to overlays-in.
6767
6768         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6769         gnus-overlay-get, and gnus-delete-overlay.
6770         (gnus-summary-show-thread): Make it work as well for systems in which
6771         next-single-char-property-change is not available.
6772         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6773
6774         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6775         (gnus-overlay-get): New alias to extent-property.
6776         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6777
6778         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6779         SXEmacs.
6780
6781         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6782         SXEmacs.
6783
6784 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6785
6786         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6787
6788 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6789
6790         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6791         and XEmacs that don't have `remove-overlays'.
6792
6793 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6794
6795         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6796         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6797         selective display.  Use overlays instead.
6798
6799 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6800
6801         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6802
6803 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6804
6805         * spam-stat.el (spam-stat-load): Fix typo in message.
6806
6807 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6808
6809         * dig.el (dig-invoke): Fix typo in docstring.
6810         (query-dig): Reflow docstring.
6811
6812 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6813
6814         * gnus-art.el (gnus-article-encrypt-body):
6815         * message.el (message-check-recipients):
6816         * mm-util.el (mm-codepage-setup):
6817         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6818         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6819
6820 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6821
6822         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6823         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6824         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6825         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6826         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6827
6828 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6829
6830         * dig.el: Add "Keywords: comm", as per net-utils.el.
6831
6832 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6833
6834         * dig.el (dig-mode): Use define-derived-mode.
6835
6836 2009-09-19  Glenn Morris  <rgm@gnu.org>
6837
6838         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6839
6840 2009-09-18  Glenn Morris  <rgm@gnu.org>
6841
6842         * gnus-diary.el (gnus-diary-check-message):
6843         * message.el (message-insert-formatted-citation-line):
6844         * nnbabyl.el (top-level):
6845         * nndiary.el (nndiary-schedule):
6846         Fix typos in condition-case handlers.
6847
6848 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6849
6850         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6851         configuration that provides the sole article window in a frame;
6852         position point correctly after deleting a part.
6853
6854 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6855
6856         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6857         (spam-resolve-registrations-routine): Use it to unregister articles
6858         that change status.
6859
6860 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6861
6862         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6863         with XEmacs.
6864         (parse-time-string-chars): Use it.
6865
6866 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6867
6868         * imap.el (imap-interactive-login): Better messages.
6869         (imap-open): Fix bug with renamed buffer on reconnect.
6870         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6871         for easier debugging and cleaner code.  On successful (guessed based on
6872         server capabilities) secondary authentication, set imap-state
6873         correctly.
6874         (imap-last-authenticator): Define imap-last-authenticator as a variable
6875         to avoid warnings.
6876
6877 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6878
6879         * nnrss.el (nnrss-request-article): Remove binding of
6880         default-enable-multibyte-characters that has gotten needless by
6881         the 2007-07-13 change in rfc2047-encode-message-header.
6882
6883         * mml.el (mml-insert-multipart): Error on the message header.
6884         (mml-insert-part): Error on the message header; position point at
6885         the end of a MIME tag.
6886
6887 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6888
6889         * time-date.el (autoload): Expand define-obsolete-function-alias into
6890         defalias and make-obsolete for old Emacsen that Gnus supports.
6891         (with-no-warnings): Define it for old Emacsen.
6892         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6893         is available.
6894         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6895         float-time is available; suppress compile warning for time-to-seconds.
6896
6897         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6898         (gnus-float-time): Alias to float-time if it exists.
6899
6900         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6901         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6902         float-time is available; suppress compile warning for time-to-seconds.
6903
6904         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6905         XEmacs.
6906
6907 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6908
6909         * imap.el (imap-message-map): Docstring fix.
6910
6911 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6912
6913         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6914         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6915         Add the optional argument `encoding' that overrides the default.
6916
6917         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6918         mm-encode-buffer.
6919
6920 2009-09-04  Glenn Morris  <rgm@gnu.org>
6921
6922         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6923         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6924         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6925         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6926         * mm-util.el (mm-with-unibyte-current-buffer)
6927         (mm-find-buffer-file-coding-system):
6928         * yenc.el (yenc-decode-region): Use default-value rather than
6929         default-enable-multibyte-characters.
6930
6931 2009-09-03  Glenn Morris  <rgm@gnu.org>
6932
6933         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6934         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6935         than default-enable-multibyte-characters.
6936
6937 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6938
6939         * gnus-art.el (gnus-article-read-summary-keys):
6940         Fix gnus-buffer-configuration's value temporarily used.
6941
6942 2009-09-02  Glenn Morris  <rgm@gnu.org>
6943
6944         * gnus-util.el (gnus-float-time): New function.
6945         * gnus-delay.el (gnus-delay-article):
6946         * gnus-sum.el (gnus-thread-latest-date):
6947         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6948         * nnspool.el (nnspool-request-newgroups):
6949         Use gnus-float-time rather than time-to-seconds.
6950         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6951
6952         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6953         (gnus-header-subject-face, gnus-header-newsgroups-face)
6954         (gnus-header-name-face, gnus-header-content-face):
6955         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6956         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6957         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6958         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6959         (gnus-cite-face-11):
6960         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6961         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6962         (gnus-server-closed-face, gnus-server-denied-face)
6963         (gnus-server-offline-face):
6964         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6965         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6966         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6967         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6968         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6969         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6970         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6971         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6972         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6973         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6974         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6975         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6976         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6977         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6978         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6979         (gnus-summary-high-undownloaded-face)
6980         (gnus-summary-low-undownloaded-face)
6981         (gnus-summary-normal-undownloaded-face)
6982         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6983         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6984         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6985         (gnus-splash-face):
6986         * message.el (message-header-to-face, message-header-cc-face)
6987         (message-header-subject-face, message-header-newsgroups-face)
6988         (message-header-other-face, message-header-name-face)
6989         (message-header-xheader-face, message-separator-face)
6990         (message-cited-text-face, message-mml-face):
6991         * sieve-mode.el (sieve-control-commands-face)
6992         (sieve-action-commands-face, sieve-test-commands-face)
6993         (sieve-tagged-arguments-face):
6994         * spam.el (spam-face):
6995         Mark face aliases with "-face" in the name as obsolete.
6996
6997 2009-09-01  Glenn Morris  <rgm@gnu.org>
6998
6999         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7000         than goto-line.
7001
7002 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7003
7004         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7005         Don't move point if the command is invoked inside the message header.
7006
7007 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7008
7009         * imap.el (imap-send-command): Simplify.
7010         (imap-wait-for-tag): point-max -> buffer-size.
7011
7012 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7013
7014         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7015         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7016         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7017         * nnir.el (nnir-swish-e-index-file):
7018         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7019         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7020         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7021         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7022         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7023         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7024
7025 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7026
7027         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7028         Don't save excursion.
7029
7030 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7031
7032         * nnheader.el (nnheader-find-file-noselect):
7033         * mm-util.el (mm-insert-file-contents):
7034         Use (default-value 'major-mode) instead of default-major-mode.
7035
7036 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7037
7038         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7039
7040 2009-08-26  Glenn Morris  <rgm@gnu.org>
7041
7042         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
7043         than placing in files.el.
7044
7045 2009-08-25  Glenn Morris  <rgm@gnu.org>
7046
7047         * nnir.el (top-level): Don't require cl at run-time.
7048         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7049         Replace cl-function substitute with gnus-replace-in-string.
7050         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7051         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7052         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7053         simplified expansions.
7054
7055 2009-08-25  Kevin Ryde  <user42@zip.com.au>
7056
7057         * dig.el (dig): Add autoload cookie.
7058
7059 2009-08-22  Glenn Morris  <rgm@gnu.org>
7060
7061         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7062         goto-line.
7063
7064 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7065
7066         * parse-time.el (parse-time-string-chars): Save match data.
7067
7068 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7069
7070         * parse-time.el (parse-time-string-chars): Compute using character
7071         classes, to handle non-ascii characters (Bug#3190).
7072
7073 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7074
7075         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7076
7077         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7078         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7079         (gnus-mm-display-part, gnus-mime-display-single)
7080         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7081         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7082
7083         * gnus-sum.el
7084         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7085         (gnus-summary-move-article): Add expirable mark to articles copied or
7086         moved to group that has auto-expire turned on if the option is non-nil.
7087
7088 2009-07-24  Glenn Morris  <rgm@gnu.org>
7089
7090         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7091         Fix typo.  (Bug#3903)
7092
7093 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7094
7095         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7096         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7097         that should not be used for draft articles.
7098         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7099         that has no concern in minor mode keys.
7100         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7101         Abolish.
7102
7103 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7104
7105         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7106         article without making inquiry to a user for unknown encoding.
7107
7108         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7109         (nnmaildir--scan): Assume i-node and device number that file-attributes
7110         returns might be cons-cell.
7111
7112         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7113
7114         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7115
7116 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7117
7118         * auth-source.el: Remove docs now in auth.texi.  Don't use
7119         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7120         `auth-source-hide-passwords' and use them.
7121
7122 2009-07-15  Glenn Morris  <rgm@gnu.org>
7123
7124         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7125
7126 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7127
7128         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7129         excessive whitespace from the default values of title and description.
7130
7131 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7132
7133         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7134         mail-fetch-field to fetch Content-Description header in order to
7135         exclude newlines.
7136
7137 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7138
7139         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7140         format used by GnuPG 2.0.11.
7141
7142 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7143
7144         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7145         to deleted part.
7146
7147 2009-05-30  David Engster  <dengste@eml.cc>
7148
7149         * nnmairix.el: Remove old documentation in the commentary block.
7150         (nnmairix-request-group): Do not update active file for nnml back ends.
7151         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7152         end so that overview files are ignored.
7153         (nnmairix-update-groups): Make updating the groups more robust by using
7154         marks.
7155         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7156         with dollar characters in message-id.
7157
7158 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7159
7160         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7161         2008-12-25 in dns.el.
7162
7163 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7164
7165         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7166         could happen if the text is only composed of spaces and/or tabs.
7167
7168 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7169
7170         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7171         when sending a queued message to avoid extra mml tags.
7172
7173 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7174
7175         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7176
7177 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7178
7179         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7180         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7181         rmail-toggle-header for XEmacs;
7182         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7183
7184 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7185
7186         * gnus-dired.el: Remove autoload for gnus-setup-message.
7187         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7188         displaying Gnus logo; always use compose-mail.
7189
7190 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7191
7192         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7193
7194 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7195
7196         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7197         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7198         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7199         available.
7200         (gnus-nocem-epg-verify): New function.
7201
7202 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7203
7204         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7205
7206 2009-02-15  Glenn Morris  <rgm@gnu.org>
7207
7208         * gnus-util.el (rmail-insert-rmail-file-header)
7209         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7210         autoloads.
7211         (rmail-default-rmail-file): Remove unnecessary declaration.
7212         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7213
7214 2009-02-14  Glenn Morris  <rgm@gnu.org>
7215
7216         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7217         variable (only used in gnus-util, which declares it anyway).
7218         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7219         which was only needed by gnus-art (changed to not use it any more).
7220         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7221         only used in gnus-util, which autoloads it itself.
7222         (rmail-update-summary): Fix autoload.
7223
7224         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7225         rather than rmail-output-to-rmail-file.
7226
7227 2009-02-07  Glenn Morris  <rgm@gnu.org>
7228
7229         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7230         autoload of function that no longer exists.
7231         (rmail-toggle-header): Declare.
7232         (message-forward-rmail-make-body): Handle mbox Rmail.
7233
7234 2009-01-31  Glenn Morris  <rgm@gnu.org>
7235
7236         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7237         2009-01-09 change.
7238
7239 2009-01-31  Dave Love  <fx@gnu.org>
7240
7241         * imap.el (imap-fetch-safe): Bind debug-on-error.
7242         (imap-debug): Add imap-fetch-safe.
7243
7244 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7245
7246         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7247         (auth-source-forget-all-cached): New convenience function.
7248         (auth-source-user-or-password): Accept list of modes or a single mode.
7249
7250         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7251         auth-source modes.
7252
7253         * netrc.el (netrc-machine-user-or-password): Use list of
7254         auth-source modes.
7255
7256         * nnimap.el (nnimap-open-connection): Use list of
7257         auth-source modes.
7258
7259         * nntp.el (nntp-send-authinfo): Use list of
7260         auth-source modes.
7261
7262 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7263
7264         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7265         now.
7266
7267 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7268
7269         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7270         coding system in XEmacs; add a workaround for XEmacs.
7271
7272         * lpath.el: Fbind coding-system-aliasee.
7273
7274 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7275
7276         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7277         of current-language-environment.
7278
7279 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7280
7281         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7282         available at runtime.
7283
7284 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7285
7286         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7287
7288 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7289
7290         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7291         the greatest positive fixnum value doesn't work under an XEmacs with
7292         bignum support; use the most-positive-fixnum constant instead,
7293         available since Emacs 21.1 with cl and XEmacs 21.1.
7294
7295 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7296
7297         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7298         XEmacs gets not to work.
7299
7300 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7301
7302         * mm-util.el (mm-coding-system-priorities): Allow the value like
7303         "Japanese (UTF-8)" of current-language-environment.
7304
7305 2009-01-09  Glenn Morris  <rgm@gnu.org>
7306
7307         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7308         with last-command-event.
7309
7310 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7311
7312         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7313         in the doc string.
7314
7315         * message.el (message-fix-before-sending): Amend comment.
7316
7317 2009-01-08  Dave Love  <fx@gnu.org>
7318
7319         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7320
7321 2009-01-07  David Engster  <dengste@eml.cc>
7322
7323         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7324         simplified server definitions by converting it via
7325         gnus-server-to-method.
7326
7327 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7328
7329         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7330         parameter's operands.
7331
7332 2009-01-06  David Engster  <dengste@eml.cc>
7333
7334         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7335         primary select method (for gnus-group-mark-article-as-read).
7336
7337 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7338
7339         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7340         `(gnus)Face', not `(gnus)X-Face'.
7341
7342 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7343
7344         * mm-util.el (mm-ucs-to-char): New function.
7345
7346         * mm-url.el (mm-url-decode-entities): Use it.
7347
7348         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7349         unicode-to-char.
7350
7351 2009-01-05  Dave Love  <fx@gnu.org>
7352
7353         * time-date.el: Require cl for `declare'.
7354
7355 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7356
7357         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7358         Dave Love.
7359
7360 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7361
7362         * message.el (message-fix-before-sending): Add `eight-bit' to
7363         illegible-text check.
7364
7365 2009-01-03  Michael Olson  <mwolson@gnu.org>
7366
7367         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7368         `headers' is nil.  This can occur if the IMAP server does not have
7369         permissions to read messages from a folder, but can write new messages
7370         to the folder.
7371         (nnimap-request-article-part): Do not insert `data' if it is nil.
7372
7373         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7374         characters which will confuse `read', so skip past them.
7375
7376 2009-01-01  Dave Love  <fx@gnu.org>
7377
7378         * imap.el (imap-string-to-integer): Fix typo.
7379         (imap-fetch-safe): New function.
7380         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7381
7382         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7383
7384         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7385         (imap-parse-greeting): Fix doc strings.
7386         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7387         (imap-parse-flag-list): Make messages unique.
7388         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7389
7390         * nnimap.el: Fix author email.
7391         (nnimap-split-rule): Add FIXME comment.
7392         (nnimap-debug): Fix doc string.
7393
7394 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7395
7396         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7397
7398 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7399
7400         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7401         nslookup if resolv.conf isn't available.
7402         (dns-query): Rename from query-dns.
7403         (dns-query-cached): Rename from query-dns-cached.
7404
7405 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7406
7407         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7408         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7409         to check if those variables exist (first appeared in Emacs 18.50).
7410
7411 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7412
7413         * mm-util.el (mm-line-number-at-pos): New function.
7414
7415         * spam-report.el (spam-report-process-queue): Use it.
7416
7417 2008-12-24  David Engster  <dengste@eml.cc>
7418
7419         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7420         parameters that haven't existed as variables as buffer-local variables.
7421
7422 2008-12-23  Dave Love  <fx@gnu.org>
7423
7424         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7425         cadar.
7426
7427         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7428         imap-starttls-p.
7429         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7430
7431 2008-12-22  Dave Love  <fx@gnu.org>
7432
7433         * imap.el: Fix author email.  Doc fixes.
7434         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7435         reply.
7436
7437 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7438
7439         * spam-report.el (spam-report-gmane-max-requests): New constant.
7440         (spam-report-gmane-wait): New variable.
7441         (spam-report-gmane-ham, spam-report-gmane-spam)
7442         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7443         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7444         the server.
7445
7446         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7447         Add explanations.
7448
7449         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7450         nnheader-accept-process-output and nnheader-read-timeout if available.
7451         (pop3-movemail): Use it.
7452
7453         * message.el (message-check-news-body-syntax): Fix signature check if
7454         there's an attachment.
7455
7456 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7457
7458         * mm-util.el: Add comments to the mm- emulating functions.
7459
7460 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7461
7462         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7463         Reported by Stephen Berman <stephen.berman@gmx.net>.
7464
7465 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7466
7467         * mm-util.el (mm-substring-no-properties): New function.
7468         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7469         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7470         (mm-string-to-multibyte): Doc fix.
7471
7472         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7473
7474 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7475
7476         * mml.el (mml-attach-file): Strip text properties from file name.
7477         (Bug#1574)
7478
7479 2008-12-16  Glenn Morris  <rgm@gnu.org>
7480
7481         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7482
7483 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7484
7485         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7486         knows since the charset specified might be a bogus alias that
7487         mm-charset-synonym-alist provides.
7488
7489 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7490
7491         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7492         "ISO_8859-1".
7493
7494         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7495
7496 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7497
7498         * mm-util.el (mm-charset-eval-alist):
7499         Define it before mm-charset-to-coding-system.
7500         (mm-charset-to-coding-system): Add optional argument `silent';
7501         define it before mm-charset-override-alist.
7502         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7503         default value if it can be used in Emacs currently running;
7504         silence mm-charset-to-coding-system.
7505
7506 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7507
7508         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7509         `allow-override' which says whether to use `mm-charset-override-alist'.
7510         (rfc2047-decode-encoded-words): Use it.
7511
7512         * mm-util.el (mm-charset-override-alist): Fix custom type;
7513         add `(gb2312 . gbk)' to choices.
7514
7515 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7516
7517         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7518         fast.
7519
7520         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7521
7522         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7523
7524 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7525
7526         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7527         on links.
7528
7529         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7530
7531 2008-12-03  Lute Kamstra  <lute@gnu.org>
7532
7533         * sha1.el: Remove leading * from docstrings of defcustoms,
7534         deffaces, defconsts and defuns.
7535
7536 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7537
7538         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7539         users' addresses that don't have domain parts.
7540         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7541         rather than message-narrow-to-head since there will be the message
7542         header separator.
7543
7544 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7545
7546         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7547         since the result is inserted in a unibyte buffer anyway.
7548         (nnimap-demule-use-string-to-multibyte): Remove.
7549         (nnimap-demule): Alias it to mm-string-to-multibyte.
7550
7551 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7552
7553         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7554         variable for debugging bug#464 and bug#1174.
7555         (nnimap-demule): Use it.
7556
7557 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7558
7559         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7560         score calculation correctly.
7561
7562 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7563
7564         * message.el (message-send-mail): Just set the buffer to unibyte
7565         rather than use mm-with-unibyte-current-buffer which does a lot more.
7566         (message-send-mail-partially): Don't bother with
7567         mm-with-unibyte-current-buffer since it's already been made unibyte by
7568         message-send-mail.
7569
7570 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7571
7572         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7573
7574 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7575
7576         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7577
7578 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7579
7580         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7581         require itself and to remove `with-no-warnings'.
7582
7583 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7584
7585         * starttls.el (starttls-any-program-available): Get the name of the
7586         available TLS layer program.
7587         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7588         well as the host name in the "opening" message.
7589
7590         * auth-source.el (auth-source-cache, auth-source-do-cache)
7591         (auth-source-user-or-password): Cache passwords and logins by default,
7592         allow override with `auth-source-do-cache'.
7593         (auth-source-forget-user-or-password): Allow users to remove cache
7594         entries if needed.
7595
7596 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7597
7598         * md4.el (md4-buffer): Fix typo in docstring.
7599         (md4, md4-64): Doc fixes.
7600         (md4-pack-int32): Reflow docstring.
7601
7602 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7603
7604         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7605         condition-case to only the forward-sexp call.
7606
7607 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7608
7609         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7610         quotes contained.  Make it more robust regardless by an extra
7611         condition-case wrapper.
7612
7613 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7614
7615         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7616
7617 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7618
7619         * nnml.el (nnml-request-expire-articles): Check if the function set to
7620         `nnmail-expiry-target' returns the symbol `delete'.
7621
7622         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7623
7624         * nnmail.el (nnmail-expiry-target): Fix custom type.
7625
7626 2008-10-02  Glenn Morris  <rgm@gnu.org>
7627
7628         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7629         Silence compiler warning.
7630
7631 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7632
7633         * tls.el (open-tls-stream): Show the actual command being
7634         executed, instead of the format string.
7635
7636 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7637
7638         * lpath.el: Fbind codepage-setup for Emacs 23.
7639
7640 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7641
7642         * mml.el (mml-menu): Don't assume mml2015 is bound.
7643
7644 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7645
7646         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7647         exists.
7648
7649 2008-09-27  Glenn Morris  <rgm@gnu.org>
7650
7651         * gnus-util.el (mail-header-remove-comments): Autoload it.
7652
7653 2008-09-27  Andreas Schwab  <schwab@suse.de>
7654
7655         * gnus-util.el (gnus-split-references): Strip comments.
7656         (gnus-parent-id): Likewise.
7657
7658 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7659
7660         * message.el (message-confirm-send): Fix version.
7661
7662 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7663
7664         * message.el (message-idna-to-ascii-rhs-1): Use
7665         mail-extract-address-components rather than mail-header-parse-addresses
7666         that is an alias by default to ietf-drums-parse-addresses that does not
7667         support non-ASCII names in headers' contents.
7668
7669 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7670
7671         * message.el (message-confirm-send): Fix variable documentation to
7672         avoid the "y/n" wording.
7673
7674 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7675
7676         * message.el (message-set-auto-save-file-name): Save to a different
7677         filename so multiple messages (especially drafts) can be recovered.
7678
7679 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7680
7681         * message.el (message-confirm-send): Add appropriate version.
7682
7683 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7684
7685         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7686         defvar.
7687
7688 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7689
7690         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7691         (mm-pkcs7-enveloped-magic): Ditto.
7692
7693 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7694
7695         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7696         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7697
7698 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7699
7700         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7701         default, it's better.
7702
7703 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7704
7705         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7706         summary line gnus-number property and ignore them (with a warning
7707         message).
7708
7709 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7710
7711         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7712         macro caddr in the interactive form since it won't be expanded.
7713
7714 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7715
7716         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7717         `charset'; fix name of function called recursively.
7718         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7719
7720 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7721
7722         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7723         (gnus-mime-set-charset-parameters): New function.
7724         (gnus-mime-view-part-as-charset): Use it to correctly display part
7725         specifying wrong charset.
7726
7727 2008-09-08  David Engster  <dengste@eml.cc>
7728
7729         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7730         in completing-read for back end server.
7731
7732 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7733
7734         * message.el (message-confirm-send): New variable to confirm sending a
7735         message.
7736         (message-send): Use it.
7737
7738 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7739
7740         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7741
7742 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7743
7744         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7745
7746 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7747
7748         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7749         prevent tracking too many groups.
7750         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7751         Use it.
7752
7753 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7754
7755         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7756         moving point to the bottom of the window in order to avoid recentering.
7757
7758 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7759
7760         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7761
7762         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7763         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7764         (gnus-article-beginning-of-window): Fix calculation.
7765
7766 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7767
7768         * gnus-msg.el (gnus-summary-supersede-article)
7769         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7770         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7771         message header.
7772
7773 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7774
7775         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7776         pending output coming after the status change.
7777
7778 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7779
7780         * message.el:
7781         * gnus-start.el:
7782         * gnus-registry.el: Remove VMS support.
7783
7784 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7785
7786         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7787         macro.
7788         (rfc2104-hash): Use it.
7789
7790 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7791
7792         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7793         (gnus-summary-sort-by-most-recent-date): New commands.
7794         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7795         and menu entries.
7796
7797 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7798
7799         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7800         don't redisplay article for raw contents; remove plural articles stuff.
7801
7802         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7803         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7804         on gnus-summary-save-article; display results properly.
7805
7806 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7807
7808         * lpath.el: No need to fbind ns-focus-frame.
7809
7810 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7811
7812         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7813
7814 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7815
7816         * gnus-art.el (gnus-summary-save-in-pipe):
7817         Consider gnus-save-all-headers.
7818
7819 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7820
7821         * gnus-util.el (ns-focus-frame): Remove declaration.
7822         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7823         like x.
7824
7825 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7826
7827         * rfc2104.el (rfc2104-zero): Delete defconst.
7828         (rfc2104-hex-alist): Likewise.
7829         (rfc2104-hex-to-int): Delete func.
7830         (rfc2104-hexstring-to-bitstring): Likewise.
7831         (rfc2104-nybbles): New defconst.
7832         (rfc2104-hash): Rewrite for speed.
7833
7834 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7835
7836         * tls.el (open-tls-stream): Make it work with the 2nd argument
7837         BUFFER that is a string but does not exist as a buffer object, as
7838         mentioned in the doc-string.
7839
7840 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7841
7842         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7843         SXEmacs.
7844
7845 2008-07-16  Glenn Morris  <rgm@gnu.org>
7846
7847         * gnus-util.el (ns-focus-frame): Declare for compiler.
7848
7849 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7850
7851         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7852         set as a group parameter.
7853         (gnus-summary-save-in-pipe): Work when it is called independently.
7854         (gnus-summary-pipe-to-muttprint): Don't modify
7855         gnus-summary-pipe-output-default-command.
7856
7857 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7858
7859         * message.el (message-send-mail-with-sendmail):
7860         Display the error message.
7861
7862 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7863
7864         * gnus-art.el (gnus-default-article-saver):
7865         Add gnus-summary-save-in-pipe to choices.
7866         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7867         gnus-summary-pipe-output-default-command as the default command.
7868         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7869         instead of gnus-last-shell-command.
7870
7871         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7872         New user option.
7873         (gnus-summary-muttprint-program): Mention the value will be changed.
7874         (gnus-summary-save-article): Force showing of all headers.
7875         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7876
7877 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7878
7879         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7880
7881 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7882
7883         * nnimap.el (nnimap-id):
7884         * sieve-manage.el (sieve-manage-open): Doc fixes.
7885
7886 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7887
7888         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7889         if available.
7890
7891 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7892
7893         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7894
7895         * nnkiboze.el (nnkiboze-generate-group):
7896         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7897
7898         * nnmairix.el: Require CL.
7899
7900 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7901
7902         * dgnushack.el: Autoload get-display-table and put-display-table for
7903         XEmacs 21.5.
7904
7905         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7906         21.4 and SXEmacs.
7907
7908 2008-06-15  David Engster  <dengste@eml.cc>
7909
7910         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7911
7912 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7913
7914         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7915         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7916         runtime choice under XEmacs.
7917
7918         * gnus-sum.el (gnus-summary-set-display-table):
7919         Use `gnus-put-display-table', `gnus-get-display-table',
7920         `gnus-set-display-table' for the display table, instead of `aset'.
7921
7922         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7923         Use `gnus-put-display-table', `gnus-get-display-table',
7924         `gnus-set-display-table' for the display table.
7925
7926 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7927
7928         * nnmairix.el: Add autoloads.
7929
7930 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7931
7932         * nnmairix.el (nnmairix-delete-recreate-group)
7933         (nnmairix-update-and-clear-marks): Fix error messages.
7934
7935 2008-06-14  David Engster  <dengste@eml.cc>
7936
7937         * nnmairix.el: Upgrade to version 0.6.
7938         (nnmairix-group-toggle-propmarks-this-group)
7939         (nnmairix-group-toggle-readmarks-this-group)
7940         (nnmairix-group-delete-recreate-this-group)
7941         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7942         (nnmairix-remove-tick-mark-original-article): New commands.
7943         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7944         (nnmairix-propagate-marks-to-nnmairix-groups)
7945         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7946         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7947         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7948         functions needed for marks propagation and manipulation of read marks.
7949         (nnmairix-update-groups): New function.
7950         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7951         (nnmairix-determine-original-group-from-registry)
7952         (nnmairix-determine-original-group-from-path)
7953         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7954         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7955         New helper functions.
7956         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7957         keystrokes for new commands.
7958         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7959         (nnmairix-request-group): Check allow-fast group parameter.
7960         (nnmairix-request-create-group): Set allow-fast group parameter if
7961         nnmairix-allowfast-default is set.
7962         (nnmairix-close-group): Propagate marks upon closing if needed.
7963         (nnmairix-group-toggle-threads-this-group): Use new.
7964         nnmairix-group-toggle-parameter helper function.
7965         (nnmairix-search): Better check for empty search result.
7966         (nnmairix-goto-original-article): Use new helper functions for
7967         determining original article.
7968         (nnmairix-show-original-article): Make sure message-id is in brackets.
7969         (nnmairix-call-mairix-binary): Change variable name.
7970         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7971         helper function.
7972         (nnmairix-widget-toggle-activate): Fix doc string.
7973
7974 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7975
7976         * nnir.el: Require edmacro when compiling with XEmacs.
7977         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7978         available in Emacs 21.
7979
7980 2008-06-11  Glenn Morris  <rgm@gnu.org>
7981
7982         * gnus-util.el (x-focus-frame):
7983         * gnus.el (image-size):
7984         * mm-decode.el (image-size): Declare.
7985
7986         * gnus-picon.el (declare-function): Add compat definition.
7987         (image-size): Declare.
7988
7989         * gnus-group.el (tool-bar-map):
7990         * gnus-sum.el (tool-bar-map): Define for compiler.
7991
7992         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7993
7994         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7995
7996         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7997         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7998         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7999         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8000         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8001         * sieve-manage.el, spam-report.el, spam.el:
8002         Remove unnecessary eval-and-compile of autoloads.
8003
8004 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8005
8006         * auth-source.el: Precise Tramp doc.
8007
8008 2008-06-07  Glenn Morris  <rgm@gnu.org>
8009
8010         * nnmairix.el: Remove unnecessary eval-when-compile.
8011
8012 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8013
8014         * lpath.el: Fbind propertize for XEmacs 21.4.
8015
8016 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
8017
8018         * nnir.el: Move here from ../contrib.
8019
8020 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8021
8022         * gnus-util.el (gnus-read-shell-command): New function.
8023         * mm-decode.el (mm-pipe-part):
8024         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8025
8026 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8027
8028         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8029
8030 2008-06-03  Glenn Morris  <rgm@gnu.org>
8031
8032         * pop3.el (nnheader-accept-process-output): Autoload it.
8033
8034 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8035
8036         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8037         are not 2-digit hexadecimal characters that follow `%'s.
8038
8039 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8040
8041         * message.el (message-bogus-recipient-p): Fix type in doc string.
8042         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8043         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8044         Improve custom options.
8045         (message-bogus-recipient-p): Adjust accordingly.
8046
8047 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
8048
8049         * parse-time.el (parse-time-months, parse-time-weekdays): Add
8050         long-form month and day names.
8051
8052 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8053
8054         * dgnushack.el: Autoload debug, eudc-expand-inline and
8055         pgg-snarf-keys-region for XEmacs.
8056
8057         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
8058
8059         * nnmairix.el: Require edmacro when compiling with XEmacs.
8060
8061 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8062
8063         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8064         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8065
8066 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8067
8068         * auth-source.el: Add more docs.
8069
8070         * netrc.el (netrc-machine): Always match if the port is not given.
8071
8072 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8073
8074         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8075         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8076         retrieval faster in some cases, but might make CPU usage larger.
8077         If this has any bad side effects, we might revert this change.
8078
8079         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8080         seems to make mail retrieval much, much faster.
8081         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8082         unconditionally.
8083
8084         * gnus-draft.el (gnus-group-send-queue):
8085         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8086
8087 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8088
8089         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8090
8091         * message.el (message-bogus-address-regexp): Fix and improve custom
8092         type.
8093         (message-setup-hook): Add message-check-recipients as custom option.
8094
8095 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8096
8097         * message.el (message-cite-function): Remove bogus autoload which crept
8098         in during merge from v5-10.
8099
8100 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8101
8102         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8103
8104         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8105
8106         * auth-source.el: Preliminary Tramp docs.
8107         (auth-sources): Change the default auth-sources to use
8108         EPA .gpg files.
8109
8110 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8111
8112         * nntp.el: Autoload `auth-source-user-or-password'.
8113         (nntp-send-authinfo): Use it.
8114
8115         * nnimap.el: Autoload `auth-source-user-or-password'.
8116         (nnimap-open-connection): Use it.
8117
8118         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8119         for the gnus-message function.
8120         (auth-source-user-or-password): Use it.
8121
8122 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8123
8124         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8125         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8126         (rfc2104-hash): Use it.
8127
8128 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8129
8130         * gnus-art.el (gnus-article-toggle-truncate-lines):
8131         Don't use `iff' in docstring.
8132
8133 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8134
8135         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8136
8137         * gnus-util.el (gnus-extract-address-component-name)
8138         (gnus-extract-address-component-email): Convenience functions around
8139         `gnus-extract-address-components'.
8140
8141         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8142         Use `gnus-extract-address-component-email' to fix bug of comparing full
8143         sender name to `user-mail-address'.
8144
8145 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8146
8147         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8148         catch/throw to optimize.
8149         (gnus-registry-find-keywords): Just use member to find a keyword.
8150
8151 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8152
8153         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8154         is current before calling gnus-server-prepare.
8155         (gnus-server-setup-buffer, gnus-server-update-server)
8156         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8157
8158 2008-05-04  Juri Linkov  <juri@jurta.org>
8159
8160         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8161         (mailcap-file-default-commands): Use mailcap-replace-in-string
8162         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8163         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8164
8165 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8166
8167         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8168
8169 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8170
8171         * gnus.el: Bump version to 0.11.
8172
8173 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8174
8175         * gnus.el: No Gnus v0.10 is released.
8176
8177 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8178
8179         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8180         hooks.
8181         (gnus-update-read-articles): Speed up non-marks-using users.
8182         (gnus-use-marks): Define gnus-use-marks.
8183         (gnus-propagate-marks): Rename variable to something more sensible.
8184
8185 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8186
8187         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8188         (gmm-image-load-path-for-library): Fix typos in docstrings.
8189         (gmm-message): Reflow docstring.
8190
8191 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8192
8193         * mail-source.el (mail-source-set-1, mail-source-bind):
8194         Move auth-source code out of the macro to clean it up and fix bugs.
8195
8196 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8197
8198         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8199         by sender if it's equal to user-mail-address, it's likely to be
8200         useless.
8201
8202         * mail-source.el (mail-source-bind): Don't use user or password if they
8203         are not bound.  Unintern them if they are nil.  Don't use server unless
8204         it's bound, and default it to empty string otherwise.
8205
8206 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8207
8208         * mail-source.el: Load auth-source.el.
8209         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8210         get user name or password, if auth-sources is set up.
8211
8212         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8213         strategy of splitting with parent.
8214         (gnus-registry-split-fancy-with-parent)
8215         (gnus-registry-post-process-groups): Use it and fix prior
8216         bug (returning a list as the split result).
8217
8218         * auth-source.el (auth-sources): Remove server parameter.
8219         (auth-source-pick, auth-source-user-or-password)
8220         (auth-source-user-or-password-imap)
8221         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8222         (auth-source-user-or-password-sftp)
8223         (auth-source-user-or-password-smtp): Remove server parameter.
8224
8225 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8226
8227         * smime.el (smime-sign-region, smime-encrypt-region)
8228         (smime-decrypt-region):
8229         Remove redundant calls to `generate-new-buffer-name'.
8230
8231 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8232
8233         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8234         Don't use QP for message/rfc822.
8235         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8236
8237 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8238
8239         * sieve-manage.el (sieve-string-bytes): Remove.
8240         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8241         correct byte-length only if the process's coding-system is the same as
8242         the one used internally by Emacs to represent strings.
8243
8244 2008-04-22  Juri Linkov  <juri@jurta.org>
8245
8246         * mailcap.el (mailcap-file-default-commands): New function.
8247
8248 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8249
8250         * message.el (message-signature-separator, message-cite-function):
8251         Change custom version.
8252
8253 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8254
8255         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8256         commands.
8257         (tls-checktrust): Ditto.
8258
8259 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8260
8261         * mm-decode.el (mm-display-external): Make temp file read-only.
8262
8263 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8264
8265         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8266         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8267         `C-c C-f d'.
8268
8269 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8270
8271         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8272
8273 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8274
8275         * gnus.el: Bump version to 0.9.
8276
8277 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8278
8279         * gnus.el: No Gnus v0.8 is released.
8280
8281 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8282
8283         * mail-source.el (mail-source-value):
8284         Prefer fboundp to functionp so it works with macros as well.
8285
8286 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8287
8288         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8289         Fix last change in case the element is not even a symbol.
8290
8291 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8292
8293         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8294         Prefer fboundp to functionp so it works with macros as well.
8295
8296 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8297
8298         * auth-source.el: Add docs.
8299         (auth-sources): Modify format to support server.
8300         (auth-source-pick, auth-source-user-or-password)
8301         (auth-source-user-or-password-imap)
8302         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8303         (auth-source-user-or-password-sftp)
8304         (auth-source-user-or-password-smtp): Add server parameter.
8305
8306 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8307
8308         * gnus-registry.el: Initialize the registry when gnus-registry-install
8309         is t.
8310
8311 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8312
8313         * compface.el (uncompface): Make buffer unibyte.
8314
8315 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8316
8317         * mail-source.el (mail-source-value):
8318         Prefer fboundp to functionp so it works with macros as well.
8319
8320 2008-04-05  Glenn Morris  <rgm@gnu.org>
8321
8322         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8323
8324 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8325
8326         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8327         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8328
8329         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8330         multibyteness after rather than before erasing it.
8331
8332         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8333         mm-with-multibyte.
8334         (gnus-request-article-this-buffer): Make sure the proper decoding is
8335         used if gnus-original-article-buffer happens to be unibyte.
8336
8337         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8338         default-enable-multibyte-characters.
8339
8340         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8341         default-enable-multibyte-characters.
8342
8343         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8344
8345         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8346
8347 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8348
8349         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8350         Fix last change in case the element is not even a symbol.
8351
8352 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8353
8354         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8355         (imap-message-copyuid-1): Use it.
8356         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8357         J. Williams in
8358         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8359
8360         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8361         imap-enable-exchange-bug-workaround.
8362         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8363
8364 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8365
8366         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8367         a 100 byte status-checks into a 2-3MB transfer for each group.
8368         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8369         to enable bug workaround or not.
8370         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8371
8372 2008-03-31  Glenn Morris  <rgm@gnu.org>
8373
8374         * message.el (mml2015-use): Declare for compiler.
8375         (message-info): Require mml2015 when appropriate.
8376
8377 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8378
8379         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8380         whitespace.
8381
8382 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8383
8384         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8385         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8386         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8387         (nntp-service-to-port): New function.
8388         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8389         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8390         (nntp-open-netcat-stream): New function.
8391         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8392
8393 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8394
8395         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8396
8397 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8398
8399         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8400
8401 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8402
8403         * dns.el (dns-write): Use set-buffer-multibyte.
8404
8405 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8406
8407         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8408
8409 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8410
8411         * message.el (message-signature-separator): Change default.
8412         Improve custom type.
8413         (message-cite-function): Change default to
8414         message-cite-original-without-signature.
8415
8416         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8417         toggle.
8418
8419         * message.el (message-check-news-body-syntax): Fix signature check.
8420         (message-setup-1): Mark buffer as unmodified _after_ running
8421         message-setup-hook and handling message-alternative-emails.
8422         (message-shorten-references): Be more strict when building list of
8423         valid references to comply with GNKSA.
8424
8425         * gnus-group.el (gnus-read-ephemeral-bug-group)
8426         (gnus-read-ephemeral-debian-bug-group)
8427         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8428
8429         * message.el (message-info): Don't use booleanp which isn't supported
8430         in Emacs 21 and XEmacs.
8431
8432 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8433
8434         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8435         gnus-group-gmane-group-download-format.
8436         (gnus-group-read-ephemeral-gmane-group): Rename from
8437         gnus-group-read-ephemeral-gmane-group.
8438         (gnus-read-ephemeral-gmane-group-url): Rename from
8439         gnus-group-read-ephemeral-gmane-group-url.
8440         (gnus-bug-group-download-format-alist): New variable.
8441         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8442         (gnus-read-ephemeral-emacs-bug-group): New commands.
8443
8444 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8445
8446         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8447         (gnus-visible-headers): Improve custom type.
8448
8449 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8450
8451         * mml.el (mml-menu): Add workarounds for XEmacs.
8452
8453         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8454         X-Boundary header.
8455
8456         * message.el (message-simplify-recipients): Fix previous commit.
8457
8458 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8459
8460         * mm-util.el (mm-set-buffer-multibyte): New function.
8461         * mm-decode.el (mm-copy-to-buffer): Use it.
8462
8463         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8464         Prefer fboundp to functionp so it works with macros as well.
8465
8466 2008-03-19  Glenn Morris  <rgm@gnu.org>
8467
8468         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8469         Accidentally removed in the sync process with Emacs.
8470
8471 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8472
8473         * message.el (message-alter-recipients-discard-bogus-full-name):
8474         New function.
8475         (message-alter-recipients-function): New variable.
8476         (message-get-reply-headers): Use it.
8477         (message-replace-header): New helper function.
8478         (message-recipients-without-full-name): New variable.
8479         (message-simplify-recipients): New command.
8480
8481         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8482
8483         * message.el (message-info): Handle EasyPG manual.
8484
8485         * mml.el (mml-menu): Add entry for EasyPG.
8486
8487 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8488
8489         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8490         parameter.
8491
8492         * message.el (message-disassociate-draft): Specify drafts group name
8493         fully.
8494
8495 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8496
8497         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8498         Eliminate unnecessary duplicates from the match list.
8499
8500 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8501
8502         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8503
8504         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8505
8506         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8507         args of `how-many' of which the XEmacs version doesn't take; declare
8508         Info-index-next as function.
8509
8510 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8511
8512         * gnus-score.el (gnus-score-headers): Fix handling of
8513         gnus-inhibit-slow-scoring.
8514
8515         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8516         string.
8517         (gnus-button-url-regexp): Improve handling of parenthesis.
8518         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8519         (gnus-button-handle-info-keystrokes): Handle index entries.
8520
8521 2008-03-15  Glenn Morris  <rgm@gnu.org>
8522
8523         * parse-time.el (parse-time-string): Simplify.
8524
8525 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8526
8527         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8528         Incoming* files.
8529
8530 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8531
8532         * auth-source.el (auth-sources): Rename from auth-source-choices.
8533         (auth-source-pick): Use it.
8534
8535 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8536
8537         * binhex.el (binhex-decode-region-internal):
8538         * uudecode.el (uudecode-decode-region-internal):
8539         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8540         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8541         setting default-enable-multibyte-characters.
8542
8543 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8544
8545         * auth-source.el (auth-source-protocols)
8546         (auth-source-protocols-customize, auth-source-choices): Add and
8547         modified variable customizations and defaults.
8548         (auth-source-pick, auth-source-user-or-password)
8549         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8550         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8551         (auth-source-user-or-password-sftp)
8552         (auth-source-user-or-password-smtp): Use new variables and provide an
8553         interface to netrc.el.
8554
8555 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8556
8557         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8558         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8559         Make sure the nntp port to specify is a string.
8560
8561 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8562
8563         * nntp.el: Use with-current-buffer.
8564         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8565         dubious mm-with-unibyte-current-buffer.
8566         (nntp-with-open-group-function): New function extracted from
8567         nntp-with-open-group macro.
8568         (nntp-with-open-group): Use the function, so it's easier to debug.
8569         Add indentation and debugging info.
8570         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8571         Recommend the use of the netcat alternatives.
8572
8573         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8574         Avoid mm-string-as-multibyte as well.
8575
8576         * nnweb.el (nnweb-insert-html):
8577         Remove use of nnheader-string-as-multibyte.
8578
8579         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8580         (nnheader-string-as-multibyte): Remove.
8581
8582         * mm-view.el: Use inhibit-read-only.
8583         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8584         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8585         or unibyte-string.
8586
8587         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8588         (mm-uu-yenc-extract): Use with-current-buffer.
8589
8590         * gnus-soup.el (gnus-soup-send-packet): Don't use
8591         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8592
8593         * nnmh.el: Use with-current-buffer.
8594         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8595         mm-string-as-multibyte on the output of mm-encode-coding-string.
8596
8597         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8598         (nnimap-request-move-article): Use with-current-buffer.
8599
8600         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8601         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8602         conversion uses string-make-unibyte rather than string-as-unibyte.
8603
8604         * gnus-msg.el: Use with-current-buffer.
8605
8606         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8607
8608 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8609
8610         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8611         string for caching if it is 'PIN.
8612
8613 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8614
8615         * lpath.el: Consider the case without Emacs/W3.
8616
8617 2008-03-08  Glenn Morris  <rgm@gnu.org>
8618
8619         * time-date.el (date-to-time, time-subtract, time-add)
8620         (safe-date-to-time): Doc fixes.
8621
8622 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8623
8624         * mail-source.el (mail-source-delete-old-incoming-confirm):
8625         Change default to nil.
8626         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8627
8628 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8629
8630         * lpath.el: Rearrange.
8631
8632         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8633         (gnus-article-goto-prev-page): Work for articles having ^L's.
8634
8635         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8636
8637         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8638
8639 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8640
8641         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8642         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8643         (gnus-bookmark-jump): Adjust some variable names.
8644
8645 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8646
8647         * auth-source.el: New package.
8648         (auth-source-choices): Add customization entry point variable.
8649
8650         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8651         bug.
8652
8653 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8654
8655         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8656         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8657         (gnus-registry-install-shortcuts): Rename from
8658         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8659         the `gnus-registry-mark-map' keymap dynamically from
8660         `gnus-registry-marks'.  The generated functions update the summary line
8661         when a registry mark is added or deleted, and will call
8662         `gnus-registry-install-p' (see the comments in the code).
8663         (gnus-registry-user-format-function-M): Use concat intelligently.
8664
8665         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8666         the registry mark functions.
8667
8668 2008-03-05  Glenn Morris  <rgm@gnu.org>
8669
8670         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8671         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8672         gnus-art.
8673         (top-level): No need to load own source when compiling.
8674
8675 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8676
8677         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8678         Suggested by <chris.anderton@zetnet.co.uk>.
8679
8680 2008-03-04  Glenn Morris  <rgm@gnu.org>
8681
8682         * gnus-sum.el (top-level): No need to require gnus when compiling,
8683         since unconditionally required near start of file.
8684         (gnus-summary-display-while-building): Move definition before use.
8685
8686 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8687
8688         * gnus-registry.el (gnus-registry-user-format-function-M):
8689         Add formatting function.
8690
8691 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8692
8693         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8694         with plists.
8695         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8696         Use new format.
8697
8698 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8699
8700         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8701         `where-is-internal' that returns a range of key sequences.
8702
8703 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8704
8705         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8706
8707         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8708         (gnus-summary-jump-to-group): Consider windows on other displayed
8709         frames as well.  Similar changes might be needed elsewhere, but that's
8710         the one I've bumped into during my use.
8711
8712         * nndoc.el (nndoc-oe-dbx-type-p):
8713         * gnus-msg.el (gnus-debug):
8714         * gnus-group.el (gnus-update-group-mark-positions):
8715         Use mm-string-to-multibyte.
8716
8717 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8718
8719         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8720         doesn't handle NotDashEscaped.
8721
8722         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8723         (mml-dnd-attach-options): Fix typo in custom choice.
8724
8725         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8726         Change nndoc-article-type to mbox.
8727         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8728
8729         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8730         to nil, instead of html2text.
8731
8732         * imap.el (imap-debug): Add `imap-ping-server'.
8733
8734         * gnus-bookmark.el: Add FIXMEs.
8735
8736         * message.el (message-form-letter-separator)
8737         (message-send-form-letter-delay): New variables.
8738         (message-send-form-letter): Use them.  New command to send form
8739         letters.  Requested by Uwe Siart.
8740         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8741
8742 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8743
8744         * Update copyright years.
8745
8746 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8747
8748         Sync from EMACS_22_BASE.
8749
8750         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8751
8752 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8753
8754         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8755         empty author.
8756
8757 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8758
8759         * gnus-registry.el (gnus-registry-marks): Add variable for
8760         customization of marks and their appearance.
8761         (gnus-registry-read-mark): Use it.
8762         (gnus-registry-do-marks): Add utility function to loop through
8763         `gnus-registry-marks'.
8764         (gnus-registry-install-shortcuts-and-menus): Add function to install
8765         shortcuts and menus.
8766         (gnus-registry-initialize): Use it.
8767         (gnus-registry-default-mark): Clarify documentation.
8768
8769 2008-02-29  Glenn Morris  <rgm@gnu.org>
8770
8771         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8772         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8773         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8774         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8775         Change defcustom :version from 23.0 to 23.1.
8776
8777 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8778
8779         * gnus-registry.el (gnus-registry-follow-group-p)
8780         (gnus-registry-post-process-groups): Add functions to aid registry
8781         splitting and improve logging.  Clarify behavior in function
8782         documentation.
8783         (gnus-registry-split-fancy-with-parent): Use them.
8784
8785 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8786
8787         * gnus-art.el: Use with-current-buffer.
8788
8789 2008-02-27  David Engster  <dengste@eml.cc>
8790
8791         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8792         Express real group name in the response.
8793
8794 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8795
8796         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8797         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8798         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8799         autoload gnus-registry-fetch-group when compiling.
8800         (nnmairix-request-group-with-article-number-correction):
8801         Remove unreferenced argument passed to nnmairix-call-backend.
8802
8803 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8804
8805         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8806         (mm-uu-extract): Improve face for low color ttys.
8807         Reported by Sascha Wilde.
8808
8809 2008-02-27  Glenn Morris  <rgm@gnu.org>
8810
8811         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8812         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8813         variables to defconsts.  Convert comments to doc-strings.
8814         (nnmairix-last-server, nnmairix-current-server): Convert from free
8815         variables to defvars.  Convert comments to doc-strings.
8816         (gnus-registry-fetch-group): Autoload.
8817         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8818         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8819         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8820         caddr.
8821         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8822         nnmairix-request-group-with-article-number-correction call.
8823         (nnmairix-fast, nnmairix-group): New, less general names, for free
8824         variables passed from nnmairix-request-group to
8825         nnmairix-request-group-with-article-number-correction.  Declare.
8826         (nnmairix-request-group-with-article-number-correction):
8827         Use nnmairix-fast, nnmairix-group rather than fast, group.
8828
8829 2008-02-26  David Engster  <dengste@eml.cc>
8830
8831         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8832         version 0.5.
8833
8834 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8835
8836         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8837         instead of making an extra function call.  Don't add the current group
8838         to articles only when they have the group.  Use
8839         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8840         Reported by David <de_bb@arcor.de>.
8841
8842 2008-02-24  Miles Bader  <miles@gnu.org>
8843
8844         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8845         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8846         (mm-find-mime-charset-region):
8847         * mm-bodies.el (mm-encode-body):
8848         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8849
8850 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8851
8852         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8853         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8854
8855 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8856
8857         * mail-source.el (mail-source-delete-incoming): Change default.
8858         Supplement doc string.
8859
8860         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8861
8862 2008-02-14  Glenn Morris  <rgm@gnu.org>
8863
8864         * time-date.el (format-seconds): New function.
8865
8866 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8867
8868         * nnmail.el (nnmail-message-id-cache-file): Derive from
8869         `gnus-home-directory'.
8870
8871 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8872
8873         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8874         Document negative prefix.
8875
8876         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8877
8878 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8879
8880         * message.el (message-unsent-separator): Add the Exim bounce
8881         separator.
8882
8883 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8884
8885         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8886         list.
8887         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8888         recipient/signer list.
8889
8890 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8891
8892         * Makefile.in (datarootdir): Define.
8893         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8894         name that might contain whitespace.
8895
8896 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8897
8898         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8899         fbound (Emacs 23 unicode), signal an error.
8900
8901 2008-02-08  Glenn Morris  <rgm@gnu.org>
8902
8903         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8904
8905 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8906
8907         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8908         ports to the calls to `netrc-machine-user-or-password' in addition to
8909         "imap" and "imaps".
8910
8911 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8912
8913         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8914
8915         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8916
8917 2008-02-01  Kenichi Handa  <handa@m17n.org>
8918
8919         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8920         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8921         (rfc2104-hash): Convert the result of concat to unibyte string.
8922
8923 2008-02-01  Dave Love  <fx@gnu.org>
8924
8925         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8926         coding-system-for-read.
8927         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8928
8929 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8930
8931         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8932         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8933         <hanche@math.ntnu.no>.
8934
8935 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8936
8937         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8938
8939         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8940
8941 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8942
8943         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8944         * message.el (message-beginning-of-line): Use featurep instead of bound
8945         tests in order to resolve conditionals at compile time.
8946
8947 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8948
8949         * mail-source.el (mail-sources): Add `group' choice.
8950
8951         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8952         parameter `in-group' to control into which group the articles go.
8953         Add treatment of `group' mail-source.
8954
8955 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8956
8957         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8958
8959         * mm-decode.el (mm-dissect-buffer): Decode description.
8960
8961         * mml.el (mml-to-mime): Encode message header first.
8962
8963 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8964
8965         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8966         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8967
8968         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8969         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8970
8971 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8972
8973         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8974
8975 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8976
8977         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8978         prefix keys.
8979         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8980         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8981         gnus-xmas.el.
8982
8983         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8984         (gnus-xmas-article-describe-bindings): New function.
8985         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8986         gnus-xmas-article-describe-bindings.
8987
8988         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8989
8990 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8991
8992         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8993         Add new variables for article mark management.
8994         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8995         list of extra data entries which, when present, will indicate that the
8996         article ID should not be trimmed from the registry.
8997         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8998         functions.
8999         (gnus-registry-read-mark): New function to read a mark name from the
9000         user.
9001         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9002         (gnus-registry-set-article-mark-internal): New functions to add and
9003         remove marks.
9004         (gnus-registry-get-article-marks): New function to show the marks for
9005         an article, or retrieve them for further use.
9006
9007 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9008
9009         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9010         keys when no argument is given.
9011
9012 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9013
9014         * imap.el (imap-ping-server): New variable.
9015         (imap-opened): On add extra ping if imap-ping-server is non-nil.
9016         (imap-ping-server): Minor doc string fixes.
9017
9018 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9019
9020         * imap.el (imap-ping-server): New function.
9021         (imap-opened): Call imap-ping-server.
9022
9023 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9024
9025         * gnus-sum.el (gnus-article-sort-by-random)
9026         (gnus-thread-sort-by-random): Fix doc strings.
9027         Reported by jidanni@jidanni.org.
9028
9029 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9030
9031         * gnus-art.el (gnus-article-describe-bindings): New function.
9032         (gnus-article-read-summary-keys): Use it.
9033         (gnus-article-mode-map): Bind `C-h b' to it.
9034
9035 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9036
9037         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9038         XEmacs.
9039         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9040         Protect against non-character events.
9041
9042         * lpath.el: Fbind map-keymap for Emacs 21.
9043
9044 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9045
9046         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9047         New command.
9048         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9049         instead of END.  Change name of the temp file.
9050         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9051         customizable.
9052
9053 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9054
9055         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9056         bind `S W' to gnus-article-wide-reply-with-original; set default
9057         binding to gnus-article-read-summary-send-keys.
9058         (gnus-article-read-summary-keys): Fix the order of keys; display
9059         continuation keys correctly in the echo area; describe bindings
9060         correctly when keys end with `C-h'.
9061         (gnus-article-read-summary-send-keys): New function.
9062         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9063         Work for gnus-article-read-summary-send-keys; display continuation keys
9064         correctly in the echo area.
9065         (gnus-article-reply-with-original): Ignore prefix argument.
9066         (gnus-article-wide-reply-with-original): New function.
9067
9068         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
9069         Emacs 21.
9070
9071 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9072
9073         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9074         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9075
9076 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9077
9078         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9079         (gnus-group-read-ephemeral-gmane-group): New command.
9080
9081 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9082
9083         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9084
9085 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9086
9087         * message.el (message-send-mail-function): Increase custom version.
9088
9089         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9090         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9091
9092 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9093
9094         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
9095         for the cases where imap-authenticate is called with a nil buffer
9096         parameter.
9097
9098 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9099
9100         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9101         html parts correctly; support forwarded messages.
9102         (gnus-article-browse-html-article): Remove work buffers.
9103
9104         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9105         compiling.
9106         (netrc-bound-and-true-p): New macro.
9107         (netrc-parse): Use it instead of bound-and-true-p that is not available
9108         in XEmacs 21.4.
9109
9110 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9111
9112         * gnus-registry.el (gnus-registry-mark-article)
9113         (gnus-registry-article-marks): Add functionality to mark articles
9114         through the Gnus registry.
9115
9116         * encrypt.el: Clarify documentation for the new pgg method.
9117         (encrypt-file-alist): Add PGG option.
9118         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9119         functionality.  Abstract password key and messaging to external
9120         functions.
9121         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9122         (encrypt-message-method-and-cipher): Add new convenience external
9123         functions.
9124         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9125         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9126
9127         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9128         (netrc-parse): Use encrypt-file-alist to determine if
9129         encrypt-find-model or encrypt-insert-file-contents should be used.
9130
9131         * encrypt.el: Clarify documentation.  Load password-cache or
9132         password, whichever one is found first, instead of autoloading.
9133
9134 2007-12-19  Glenn Morris  <rgm@gnu.org>
9135
9136         * mml.el (message-options-set, message-narrow-to-head)
9137         (message-in-body-p, message-mail-p, message-encode-message-body):
9138         Autoload.
9139         (message-remove-header, message-narrow-to-headers-or-head)
9140         (message-subscribed-p, message-make-mail-followup-to)
9141         (message-position-on-field, message-news-p)
9142         (message-options-set-recipient, message-generate-headers)
9143         (message-sort-headers): Declare as functions.
9144
9145 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9146
9147         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9148         convention in doc string.
9149
9150 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9151
9152         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9153         title to html parts.
9154         (gnus-article-browse-html-article): Pass message header to it.
9155
9156         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9157
9158 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9159
9160         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9161         or password compatible with XEmacs.
9162
9163 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9164
9165         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9166         format document.
9167         (gnus-mime-delete-part): Don't write description line if empty.
9168         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9169
9170 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
9171
9172         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9173         (gnus-summary-mark-read-and-unread-as-read)
9174         (gnus-summary-mark-current-read-and-unread-as-read)
9175         (gnus-summary-mark-unread-as-ticked): Doc fix.
9176         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9177
9178 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9179
9180         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9181         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9182
9183 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9184
9185         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9186         yes-or-no-p.
9187
9188 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9189
9190         * mm-decode.el (mm-add-meta-html-tag): New function.
9191         (mm-save-part-to-file, mm-pipe-part): Use it.
9192
9193         * gnus-art.el (gnus-article-browse-delete-temp-files):
9194         Use gnus-y-or-n-p instead of y-or-n-p.
9195         (gnus-article-browse-html-parts): Work with message/external-body; use
9196         mm-add-meta-html-tag.
9197
9198 2007-12-11  Glenn Morris  <rgm@gnu.org>
9199
9200         * gnus-cache.el: Require gnus-sum not just when compiling.
9201
9202         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9203
9204         * gnus-int.el (gnus-server-opened, gnus-status-message):
9205         Move definitions before use.
9206
9207         * mm-decode.el: Require gnus-util.
9208         (mm-remove-part): Only call delete-annotation on XEmacs.
9209
9210         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9211
9212         * nnmail.el: Require gnus-int.
9213
9214         * spam.el: Move `require's before `eval-when-compile's.
9215
9216         * gnus-ems.el (gnus-alive-p):
9217         * gnus-fun.el (message-goto-eoh):
9218         * gnus-util.el (gnus-group-name-decode):
9219         * mail-source.el (gnus-compress-sequence):
9220         * message.el (Info-goto-node, format-spec):
9221         * mm-bodies.el (message-options-get):
9222         * mm-decode.el (mm-view-pkcs7):
9223         * mm-util.el (gmm-write-region):
9224         * mml-smime.el (mml-compute-boundary)
9225         (gnus-completing-read-with-default):
9226         * mml.el (widget-button-press, gnus-make-hashtable):
9227         * mml1991.el (mm-decode-content-transfer-encoding)
9228         (mm-encode-content-transfer-encoding)
9229         (message-options-get, message-options-set):
9230         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9231         * nnfolder.el (gnus-request-group):
9232         * nnheader.el (ietf-drums-unfold-fws):
9233         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9234         * smime.el (gnus-run-mode-hooks):
9235         * spam-stat.el (gnus-message): Autoload.
9236
9237         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9238         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9239         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9240         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9241         Add declare-function compatibility definition.
9242
9243         * gnus-cache.el (nnvirtual-find-group-art):
9244         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9245         (gnus-add-image, gnus-add-wash-type):
9246         * gnus-group.el (nnkiboze-score-file):
9247         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9248         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9249         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9250         (message-tokenize-header, gnus-get-buffer-create)
9251         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9252         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9253         * gnus.el (gnus-group-decoded-name):
9254         * mail-source.el (imap-capability):
9255         * mm-bodies.el (message-options-set):
9256         * mm-decode.el (gnus-configure-windows):
9257         * mm-extern.el (message-goto-body):
9258         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9259         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9260         (epg-sub-key-validity, message-options-set):
9261         * mml.el (widget-event-point, gnus-configure-windows):
9262         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9263         * mml2015.el (epg-check-configuration, epg-configuration)
9264         (message-options-set):
9265         * nndb.el (nndb-request-article):
9266         * nnfolder.el (gnus-request-create-group):
9267         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9268         * nnmaildir.el (gnus-group-mark-article-read):
9269         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9270         * rfc1843.el (message-fetch-field):
9271         * spam.el (gnus-extract-address-components):
9272         Declare as functions.
9273
9274 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9275
9276         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9277
9278         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9279
9280         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9281         bind show-trailing-whitespace for XEmacs.
9282
9283 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9284
9285         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9286         new no-op macro for backward compatibility.
9287
9288         * imap.el (imap-string-to-integer): New function.
9289
9290 2007-12-09  Glenn Morris  <rgm@gnu.org>
9291
9292         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9293
9294         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9295         * message.el, mm-view.el, sieve-manage.el, smime.el:
9296         Add declare-function compatibility definition.
9297
9298         * gnus-art.el (w3-region, w3m-region, Info-menu):
9299         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9300         * gnus-sum.el (gnus-get-predicate):
9301         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9302         * message.el (mail-abbrev-in-expansion-header-p):
9303         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9304         (w3m-detect-meta-charset, w3m-region):
9305         * sieve-manage.el (password-read, password-cache-add)
9306         (password-cache-remove):
9307         * smime.el (password-read-and-add): Declare as functions.
9308
9309 2007-12-08  David Kastrup  <dak@gnu.org>
9310
9311         * gnus-sum.el (gnus-summary-simplify-subject-query):
9312         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9313         `message'.
9314
9315 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9316
9317         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9318         it to bind idna-program, installation-directory, defined-colors, and
9319         face-attribute for XEmacs of the version that compiles defcustom forms.
9320
9321 2007-12-07  Glenn Morris  <rgm@gnu.org>
9322
9323         * gnus-art.el (article-make-date-line): Revert previous change.
9324
9325 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9326
9327         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9328
9329 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9330
9331         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9332         Call gnus-add-to-range ranges only once with a prepared article-list.
9333
9334 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9335
9336         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9337         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9338         group names with backslashes.
9339         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9340
9341 2007-12-06  Deepak Goel  <deego3@gmail.com>
9342
9343         * gnus-art.el (article-make-date-line):
9344         * gnus-start.el (gnus-load):
9345         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9346
9347 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9348
9349         * gnus-art.el (gnus-use-idna)
9350         * gnus-start.el (gnus-site-init-file)
9351         * message.el (message-use-idna)
9352         * mm-uu.el (mm-uu-hide-markers)
9353         * smiley.el (smiley-style): Revert changes that suppress warnings.
9354
9355 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9356
9357         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9358         specify charset to html source.
9359         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9360
9361 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9362
9363         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9364         idna-program in order to suppress byte compile warning issued by XEmacs
9365         that came to byte compile the default value section of defcustom forms
9366         recently.
9367
9368         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9369         value of installation-directory.
9370
9371         * message.el (message-use-idna): Don't directly refer to the value of
9372         idna-program.
9373
9374         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9375
9376         * smiley.el (smiley-style): Don't directly call face-attribute.
9377
9378 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9379
9380         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9381
9382         * gnus-dired.el: Reduce Gnus dependencies.
9383         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9384         Don't require.  Use autoloads instead.
9385         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9386         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9387         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9388         (gnus-dired-mode): Adjust doc string.
9389         (gnus-dired-mail-mode): New variable.
9390         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9391         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9392         (gnus-dired-mail-buffers): New function.  Return mail or message
9393         composition buffers.
9394         (gnus-dired-attach): Use it.
9395         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9396         NO-DECODE.
9397         (gnus-dired-print): Use `gnus-print-buffer' depending on
9398         `gnus-dired-mail-mode'.
9399
9400 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9401
9402         * rfc2047.el (rfc2047-encoded-word-regexp)
9403         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9404         explaining what regexp patterns are for.
9405
9406 2007-12-04  Glenn Morris  <rgm@gnu.org>
9407
9408         * password.el: Move to password-cache.el.
9409
9410         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9411         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9412         * mml-smime.el (password-read, password-cache-add)
9413         (password-cache-remove):
9414         No need to autoload, since mml-sec requires password.
9415
9416         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9417         * message.el (gnus-extract-address-components):
9418         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9419
9420         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9421         password.
9422
9423 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9424
9425         * mailcap.el: Reduce dependencies.
9426         (mail-header-parse-content-type): Autoload.
9427         (mailcap-delete-duplicates): New alias.
9428         (mailcap-mime-info): Add optional argument NO-DECODE.
9429         (mailcap-mime-types): Use mailcap-delete-duplicates.
9430
9431         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9432
9433 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9434
9435         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9436         (imap-parse-status): Upcase status-att for servers that sends them
9437         lower-case (e.g., MS Exchange 2007).
9438
9439 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9440
9441         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9442         function.
9443
9444         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9445         (gnus-uu-yenc-article): New function.
9446
9447         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9448
9449         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9450
9451 2007-12-02  Glenn Morris  <rgm@gnu.org>
9452
9453         * binhex.el (binhex): New custom group.
9454         (binhex-decoder-program, binhex-decoder-switches)
9455         (binhex-use-external): Move to the binhex custom group.
9456
9457         * uudecode.el (uudecode): New custom group.
9458         (uudecode-decoder-program, uudecode-decoder-switches)
9459         (uudecode-use-external): Move to the uudecode custom group.
9460
9461         * netrc.el (top-level): Don't load `encrypt' features.
9462         (netrc-parse): Don't use encrypt.
9463         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9464
9465         * encrypt.el: Remove file.
9466
9467 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9468
9469         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9470         matches on patches.
9471
9472         * gnus-art.el (gnus-article-browse-html-article):
9473         Mention `mm-text-html-renderer' in the doc string.
9474
9475         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9476         string.  Add comments.
9477
9478         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9479         if rhs is ASCII.
9480
9481 2007-12-01  Glenn Morris  <rgm@gnu.org>
9482
9483         * mail-source.el (top-level): Require format-spec before
9484         eval-when-compile.
9485
9486 2007-11-30  Glenn Morris  <rgm@gnu.org>
9487
9488         * encrypt.el: Require password, rather than autoloading password-read.
9489
9490 2007-11-29  Glenn Morris  <rgm@gnu.org>
9491
9492         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9493         (sasl-make-client, sasl-next-step, sasl-step-data)
9494         (sasl-step-set-data): Declare as functions.
9495
9496 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9497
9498         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9499
9500 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9501
9502         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9503         certs should be verified and what is to be done in the event of a
9504         verification failure.
9505
9506         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9507         caller can indicate whether the cache should be disregarded for this
9508         call.  This way the result of the call is reproducible at all times and
9509         can be considered a canonical server name for the supplied method.
9510         (gnus-agent-method-p): Canonicalize server names by pushing their
9511         method through `gnus-method-to-server' using the no-cache argument.
9512
9513         * gnus-srvr.el (gnus-server-insert-server-line):
9514         Call `gnus-method-to-server' with `no-cache' argument.
9515
9516         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9517         gnus-agent-possibly-synchronize-flags as this should be called when the
9518         server is actually being opened.
9519         (gnus-agent-possibly-synchronize-flags)
9520         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9521         flags file of an agentized server to the latter function.
9522
9523         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9524         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9525         after a connection has been established successfully.
9526
9527 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9528
9529         * gnus-art.el (article-display-face): Force to display face if called
9530         interactively; check if gnus-article-x-face-too-ugly matches author.
9531         (article-display-x-face): Display face even if From header is missing
9532         as article-display-face does.
9533
9534 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9535
9536         * hashcash.el (message-narrow-to-headers-or-head)
9537         (message-fetch-field, message-goto-eoh)
9538         (message-narrow-to-headers): Declare as functions.
9539
9540 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9541
9542         * mail-source.el (mail-sources): Default to fetch from file for
9543         compatibility with default of nnmail-spool-file.
9544
9545 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9546
9547         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9548         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9549         to look for encoded word that should be encoded again.
9550         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9551         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9552         encoding pattern.
9553         (rfc2047-decode-region): Switch strict regexp and loose one according
9554         to rfc2047-allow-irregular-q-encoded-words.
9555
9556 2007-11-25  Romain Francoise  <romain@orebokech.com>
9557
9558         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9559
9560 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9561
9562         * tls.el (tls-program): Provide more custom choices from
9563         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9564         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9565
9566 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9567
9568         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9569         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9570
9571         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9572         `nnmail-spool-file'.
9573
9574         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9575         `nnmail-spool-file'.
9576
9577         * gnus-move.el (gnus-change-server): Ditto.
9578
9579         * gnus-kill.el (gnus-batch-score): Ditto.
9580
9581         * gnus-cache.el (gnus-jog-cache): Ditto.
9582
9583         * gnus-msg.el (gnus-summary-reply):
9584         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9585
9586 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9587
9588         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9589         version.  Minor improvement to doc strings.
9590         (tls-program): Add comment.
9591
9592 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9593
9594         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9595         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9596         mismatch between the hostname provided in the certificate and the name
9597         of the host connnecting to.
9598         (open-tls-stream): Use them.  Check certificates against trusted root
9599         certificates.
9600
9601 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9602
9603         * gnus-cache.el (gnus-cache-generate-nov-databases):
9604         Use nnml-generate-nov-databases-directory instead of
9605         nnml-generate-nov-databases-1.
9606
9607 2007-11-24  Glenn Morris  <rgm@gnu.org>
9608
9609         * message.el (message-tool-bar-retro): Update for rename
9610         mail_send.xpm->mail-send.xpm.
9611
9612 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9613
9614         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9615         `smime-ldap-search' for Emacs 22 and up.
9616
9617 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9618
9619         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9620
9621         * message.el (message-send-mail-function): Fix error convention.
9622         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9623         (message-widen-reply, message-send-mail, message-talkative-question)
9624         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9625         (message-clone-locals, message-send-news): Use with-current-buffer.
9626         (message-insert-or-toggle-importance): Remove unused var `valid'.
9627         (message-make-references): Remove unused var `new-references'.
9628         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9629
9630 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9631
9632         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9633         (spam-split-symbolic-return-positive): Reflow docstring.
9634         (spam-backends, spam-summary-exit-behavior)
9635         (spam-mark-ham-unread-before-move-from-spam-group)
9636         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9637         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9638         (spam-clear-cache, spam-backend-check, spam-install-backend)
9639         (spam-install-statistical-backend, spam-list-of-processors)
9640         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9641         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9642         (spam-check-crm114, spam-initialize, spam-unload-hook):
9643         Fix typos in docstrings.
9644
9645 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9646
9647         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9648         been checked if they have never been read and those group levels are
9649         higher than the one that a user specified.
9650
9651 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9652
9653         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9654         foreign groups unless a group level is specified by a user.
9655         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9656
9657 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9658
9659         * message.el (message-send-mail-function): Require sendmail.
9660
9661 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9662
9663         * message.el (message-send-mail-function): Check for smtpmail too.
9664
9665         * utf7.el (utf7-encode, utf7-decode): Use coding system
9666         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9667
9668         * message.el (message-send-mail-function): New function.
9669         (message-send-mail-function): Set default using
9670         message-send-mail-function.  Adjust doc string.
9671         (message-send-mail-with-mailclient): New function.
9672
9673 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9674
9675         * smime.el (from):
9676         * rfc2047.el (message-posting-charset):
9677         * qp.el (mm-use-ultra-safe-encoding):
9678         * pop3.el (parse-time-months):
9679         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9680         * nnml.el (files):
9681         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9682         (jka-compr-compression-info-list, ange-ftp-path-format)
9683         (efs-path-regexp):
9684         * nndiary.el (files):
9685         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9686         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9687         (epg-digest-algorithm-alist, inhibit-redisplay)
9688         (password-cache-expiry):
9689         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9690         (pgg-output-buffer, password-cache-expiry):
9691         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9692         (efs-path-regexp):
9693         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9694         (inhibit-redisplay):
9695         * mm-uu.el (file-name, start-point, end-point, entry)
9696         (gnus-newsgroup-name, gnus-newsgroup-charset):
9697         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9698         (latin-unity-ucs-list):
9699         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9700         (mm-uu-binhex-decode-function):
9701         * message.el (gnus-message-group-art, gnus-list-identifiers)
9702         (rmail-enable-mime-composing, gnus-local-organization)
9703         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9704         (gnus-read-active-file, facemenu-add-face-function)
9705         (facemenu-remove-face-function, gnus-article-decoded-p)
9706         (tool-bar-mode):
9707         * mail-source.el (display-time-mail-function):
9708         * gnus-util.el (nnmail-pathname-coding-system)
9709         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9710         (gnus-original-article-buffer, gnus-user-agent)
9711         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9712         (xemacs-codename, sxemacs-codename, emacs-program-version):
9713         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9714         * gnus-start.el (gnus-agent-covered-methods)
9715         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9716         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9717         (gnus-newsgroup-headers, gnus-group-list-mode)
9718         (gnus-group-mark-positions, gnus-newsgroup-data)
9719         (gnus-newsgroup-unreads, nnoo-state-alist)
9720         (gnus-current-select-method, mail-sources)
9721         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9722         (nnmail-spool-file, gnus-cache-active-hashtb):
9723         * gnus-mh.el (mh-lib-progs):
9724         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9725         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9726         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9727         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9728         (gnus-group-buffer):
9729         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9730         (font-lock-set-defaults):
9731         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9732         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9733         (gnus-summary-post-menu, total-parts, type, condition, length):
9734         * gnus-agent.el (gnus-agent-read-agentview):
9735         * flow-fill.el (show-trailing-whitespace):
9736         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9737         eval-and-compile wrappers for byte compiler pacifiers.
9738
9739         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9740         (mm-display-inline-fontify): Check for featurep 'xemacs not
9741         extent-list.
9742
9743         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9744         itimer-list.
9745         (mm-create-image-xemacs): Only do something for XEmacs.
9746         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9747
9748         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9749
9750         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9751         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9752
9753 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9754
9755         * nnimap.el (nnimap-split-download-body):
9756         * gnus-demon.el (gnus-demon):
9757         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9758
9759 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9760
9761         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9762         New macros.
9763         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9764         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9765         copy data from unibyte buffer to multibyte current buffer.
9766         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9767         to copy data from unibyte current buffer to multibyte buffer.
9768         (nntp-make-process-buffer): Make process buffer unibyte.
9769
9770         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9771
9772 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9773
9774         * pop3.el (pop3-open-server): Accept and process data more robustly at
9775         connexion start to avoid spurious "POP SSL connexion failed" errors.
9776
9777 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9778
9779         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9780         read group names.
9781
9782 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9783
9784         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9785
9786 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9787
9788         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9789         (nnmail-save-active): Use a unibyte buffer when saving active file,
9790         which may contain non-ASCII group names.
9791
9792         * nnml.el (nnml-request-group): Decode group names in messages.
9793
9794 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9795
9796         * message.el (message-citation-line-function)
9797         (message-insert-formatted-citation-line): Fix spelling of
9798         `message-insert-formated-citation-line'.
9799
9800 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9801
9802         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9803
9804 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9805
9806         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9807         nnmail-pathname-coding-system.
9808
9809         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9810         that a user enters; decode group names in messages.
9811
9812         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9813
9814 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9815
9816         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9817
9818         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9819
9820         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9821         risky local variable.
9822
9823         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9824
9825 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9826
9827         * encrypt.el: Improve documentation to fix function name typo.
9828         Reported by Daiki Ueno <ueno@unixuser.org>.
9829
9830 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9831
9832         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9833         even if the point is not in the last page of an article.
9834         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9835         back to the previous page.
9836
9837 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9838
9839         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9840
9841 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9842
9843         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9844
9845 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9846
9847         * message.el (message-check-news-body-syntax):
9848         Avoid mm-string-as-multibyte.
9849         (message-hide-headers): Don't assume (point-min)==1.
9850
9851 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9852
9853         * message.el (message-remove-blank-cited-lines): Fix if remove is
9854         given.
9855         (message-bogus-address-regexp): New variable.
9856         (message-bogus-recipient-p): New function.
9857         (message-check-recipients): New command.
9858         (message-syntax-checks): Add `bogus-recipient'.
9859         (message-fix-before-sending): Add `bogus-recipient'.
9860
9861         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9862         (gnus-treat-body-boundary): Don't test window-system.
9863
9864 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9865
9866         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9867
9868 2007-10-28  Miles Bader  <miles@gnu.org>
9869
9870         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9871         at compile-time too.
9872
9873 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9874
9875         * gnus-msg.el (gnus-message-setup-hook):
9876         Add `message-remove-blank-cited-lines' to options.
9877
9878 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9879
9880         * message.el (message-remove-blank-cited-lines): New function.
9881         Suggested by Karl Plästerer.
9882
9883 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9884
9885         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9886         mapc.
9887
9888         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9889         (top-level): Use mapc to set functions to be traced for debugging.
9890
9891         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9892         called for effect with while loop.
9893
9894         * message.el (message-talkative-question): Replace mapcar called for
9895         effect with mapc.
9896
9897         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9898         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9899         called for effect with dolist.
9900
9901         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9902
9903         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9904         gnus-extra-headers and nnmail-extra-headers.
9905
9906         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9907         called for effect with dolist.
9908         (top-level): Use mapc to set functions to be traced for debugging.
9909
9910         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9911         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9912         dolist.
9913
9914         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9915         Replace mapcar called for effect with mapc.
9916         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9917         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9918         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9919         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9920
9921         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9922         remove-if that's a cl function.
9923
9924         * webmail.el (webmail-debug): Replace mapcar called for effect with
9925         dolist.
9926
9927         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9928         with mapc.
9929
9930 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9931
9932         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9933         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9934         with while loop.
9935
9936         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9937         functions from article-* functions.
9938         (gnus-multi-decode-header): Replace mapcar called for effect with
9939         dolist.
9940
9941         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9942         (gnus-bookmark-show-details): Replace mapcar called for effect with
9943         while loop.
9944
9945         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9946         called for effect with while loop.
9947
9948         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9949         with dolist.
9950
9951         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9952         Replace mapcar called for effect with dolist.
9953
9954         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9955
9956         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9957         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9958         Replace mapcar called for effect with dolist.
9959         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9960         mapc.
9961
9962         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9963         Replace mapcar called for effect with dolist.
9964         (gnus-topic-list): Replace mapcar called for effect with mapc.
9965
9966         * gnus.el: Use mapc instead of mapcar to add autoloads.
9967
9968 2007-10-23  Richard Stallman  <rms@gnu.org>
9969
9970         * gnus-group.el (gnus-group-highlight): Mark as risky.
9971
9972 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9973
9974         * gnus.el (gnus-server-to-method): Return method found first in
9975         gnus-newsrc-alist.
9976
9977         * gnus-art.el (gnus-article-highlight-signature)
9978         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9979         button overlay without the front stickiness.
9980
9981 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9982
9983         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9984         overview buffer needed a catch to receive its throw.
9985         (gnus-agent-flush-cache): Declare as interactive to make this function
9986         easier to use.
9987
9988 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9989
9990         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9991         `next-line'.
9992
9993 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9994
9995         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9996         exclude address matching message-dont-reply-to-names.
9997
9998 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9999
10000         * gnus-util.el (gnus-string<): New function.
10001
10002         * gnus-sum.el (gnus-article-sort-by-author)
10003         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10004
10005 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10006
10007         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10008         the frame-focus tag is set in gnus-buffer-configuration.
10009
10010 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10011
10012         * gnus-art.el (gnus-article-add-button): Make a button overlay without
10013         the front stickiness.
10014
10015 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10016
10017         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10018         url pattern; remove duplicate one.
10019         (gnus-article-extend-url-button): New function.
10020         (gnus-article-add-buttons): Use it.
10021         (gnus-button-push): Use concatenated url that it makes.
10022
10023 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
10024
10025         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10026
10027 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10028
10029         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10030         Don't hardcode point-min==1.
10031
10032 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10033
10034         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10035         Fix comment about "iso8859-1".
10036
10037 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
10038
10039         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10040         ones returned from the verify-function.
10041
10042         * mm-uu.el (mm-uu-pgp-signed-extract-1):
10043         Call mml2015-extract-cleartext-signature if extraction failed.
10044
10045 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
10046
10047         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10048         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10049         failed.
10050
10051 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10052
10053         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10054
10055 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
10056
10057         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
10058         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
10059         recommends to use EasyPG instead of PGG.
10060
10061         * pgg.el: Revert to revision 6.23.2.16.
10062
10063         * pgg-def.el: Revert to revision 6.6.2.14.
10064
10065         * pgg-gpg.el: Revert to revision 6.23.2.34.
10066
10067 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10068
10069         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10070         to mark a thread as expirable.  Add variable `hide' to handle hiding of
10071         thread for both the null and zero (kill/expire thread) universal prefix
10072         cases.
10073         (gnus-summary-expire-thread): Add new function to expire a thread,
10074         using gnus-summary-kill-thread.
10075         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10076         shortcuts for gnus-summary-expire-thread.
10077         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10078         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
10079
10080 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10081
10082         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10083         extras value, so an extras entry can be deleted.
10084         (gnus-registry-delete-extra-entry): Use it.
10085         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10086         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10087         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10088         storage through the gnus-registry, and provide an appropriate API for
10089         it.
10090
10091 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10092
10093         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10094         Suggested by Leo <sdl.web@gmail.com>.
10095
10096         * gnus.el: Do.
10097
10098 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10099
10100         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10101         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10102
10103         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10104
10105         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10106         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10107
10108 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10109
10110         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10111         newline.
10112         (nnmbox-request-accept-article): Don't change article in source buffer;
10113         narrow to header to use message-fetch-field rather than
10114         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10115         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10116         as delimiters; make sure article ends with newline.
10117         (nnmbox-delete-mail): Correct last position of article to be deleted;
10118         ignore X-Gnus-Newsgroup header in article body.
10119         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10120         positions; make sure article ends with newline.
10121
10122         * message.el (message-display-abbrev): Don't infloop when a user
10123         inserts SPC in the beginning of header.
10124
10125         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10126         coding-system-for-read and coding-system-for-write for XEmacs having no
10127         file-coding feature.
10128
10129         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10130
10131 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10132
10133         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10134         list of groups not followed by default.  Fix type to be regexp.
10135         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10136
10137 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10138
10139         * hmac-def.el (define-hmac-function): Switch from old-style to
10140         new-style backquotes.
10141
10142         * md4.el (md4-make-step): Likewise.
10143
10144 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10145
10146         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10147         raw-text coding system when saving .newsrc file, which may contain
10148         non-ASCII group names.
10149
10150 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10151
10152         * gnus-cus.el (gnus-score-extra): New widget.
10153         (gnus-score-extra-convert): New function.
10154         (gnus-score-customize): Use it for Extra.
10155
10156 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10157
10158         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10159         (mml2015-mailcrypt-clear-verify): Use it.
10160         (mml2015-gpg-clear-verify): Use it.
10161         (mml2015-pgg-clear-verify): Use it.
10162         (mml2015-epg-clear-verify): Replace the current part with the output
10163         from GnuPG; don't extract the plaintext by itself.
10164
10165         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10166         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10167         mml2015-clear-verify-function; don't touch the armor headers or
10168         dash-escaped text here.
10169
10170 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10171
10172         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10173         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10174         parts, or application/octet-stream as a last resort.
10175         (gnus-mime-view-part-as-type): Don't toggle display.
10176         (gnus-mime-view-part-as-charset): Don't turn off display before
10177         querying charset.
10178
10179         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10180         stuff to undisplayer function in Emacs.
10181         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10182
10183         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10184         text/calendar parts.
10185
10186 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10187
10188         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10189         decoding text/calendar parts.
10190
10191         * message.el (message-forward-make-body-mime): Always mark body as
10192         having no illegible text; remove signed-or-encrypted argument.
10193         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10194
10195         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10196         (mml-generate-mime-1): Don't encode body if it is specified to be in
10197         raw form; don't make buffer be unibyte when inserting multibyte string.
10198
10199 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10200
10201         * sha1.el: Fix up comment style.
10202         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10203         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10204
10205         * hex-util.el: Fix up comment style.
10206         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10207
10208         * gnus-salt.el: Use with-current-buffer.
10209         (gnus-pick-setup-message): Fix long-standing typo.
10210
10211 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10212
10213         * imap.el (imap-logout-timeout): New variable.
10214         (imap-logout, imap-logout-wait): New functions.
10215         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10216
10217         * nnimap.el (nnimap-logout-timeout): New server variable.
10218         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10219         nnimap-logout-timeout.
10220
10221         * gnus-art.el (gnus-article-summary-command-nosave)
10222         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10223
10224 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10225
10226         * gnus.el (gnus-maximum-newsgroup): New variable.
10227
10228         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10229         according to gnus-maximum-newsgroup.
10230
10231         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10232         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10233         Limit the range of articles according to gnus-maximum-newsgroup.
10234
10235 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10236
10237         * gnus-art.el (gnus-sticky-article): Fix problems described in
10238         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10239         Don't perform gnus-configure-windows here; reuse existing sticky
10240         article buffer.
10241
10242         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10243         it doesn't exist in gnus-article-mode.
10244
10245 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10246
10247         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10248         (gnus-agent-decoded-group-name): New function.
10249         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10250         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10251
10252 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10253
10254         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10255         Add binding for gnus-sticky-article.
10256         (gnus-summary-exit): Don't kill sticky article buffers.
10257
10258         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10259         article buffer.
10260         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10261         (gnus-kill-sticky-article-buffers): New commands.
10262
10263 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10264
10265         * nntp.el (nntp-xref-number-is-evil): New server variable.
10266         (nntp-find-group-and-number): If it is non-nil, don't trust article
10267         numbers in the Xref header.
10268
10269 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10270
10271         * gnus-agent.el (gnus-agent-read-group): New function.
10272         (gnus-agent-flush-group, gnus-agent-expire-group)
10273         (gnus-agent-regenerate-group): Use it.
10274         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10275         nnmail-pathname-coding-system.
10276
10277 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10278
10279         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10280
10281         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10282         that are unread as unread, and also as selected so that information of
10283         marks having been changed by a user may be updated when exiting group.
10284
10285 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10286
10287         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10288
10289 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10290
10291         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10292         calculated ignoring signature parts to gnus-treat-article.
10293
10294 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10295
10296         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10297         a point here in order to keep the window start.
10298         (gnus-insert-mime-security-button): Make a button overlay without the
10299         front stickiness.
10300         (gnus-mime-display-security): Goto the end of a button.
10301
10302         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10303
10304 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10305
10306         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10307         group-name-at-point.
10308         (gnus-group-completing-read): New function that offers decoded
10309         non-ASCII group names for completion.
10310         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10311         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10312         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10313         (gnus-group-fetch-control): Use it.
10314         (gnus-fetch-group): Use group-name-at-point for the initial value
10315         rather than the default value; use gnus-alive-p.
10316
10317         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10318         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10319         (gnus-summary-post-news): Use gnus-group-completing-read.
10320
10321         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10322         (gnus-read-move-group-name): Decode group name for completion.
10323
10324 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10325
10326         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10327         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10328         Yamaoka slightly modified the code).
10329
10330 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10331
10332         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10333         (nnmail-split-incoming): Bind it.
10334
10335         * nnml.el (nnml-group-name-charset): New function.
10336         (nnml-decoded-group-name): Use it; don't decode group name if
10337         nnmail-group-names-not-encoded-p is non-nil.
10338         (nnml-encoded-group-name): New function.
10339         (nnml-group-pathname): Inline nnml-decoded-group-name.
10340         (nnml-request-expire-articles): Decode group name in message.
10341         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10342         nnmail-pathname-coding-system.
10343         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10344         not decoded ones according to nnmail-group-names-not-encoded-p.
10345         (nnml-generate-active-info): Use nnml-encoded-group-name.
10346
10347 2007-08-08  Glenn Morris  <rgm@gnu.org>
10348
10349         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10350         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10351         doc-strings and comments.
10352
10353 2007-07-25  Glenn Morris  <rgm@gnu.org>
10354
10355         * Relicense all FSF files to GPLv3 or later.
10356
10357 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10358
10359         * gnus-sum.el (gnus-summary-move-article):
10360         Make gnus-summary-respool-article work.
10361
10362 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10363
10364         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10365         string.
10366
10367 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10368
10369         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10370         that should be ignored when comparing distant RSS articles with local
10371         ones.
10372         (nnrss-make-hash-index): New function.  Create a hash index according
10373         to the ignored fields.
10374         (nnrss-check-group): Use it.
10375
10376 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10377
10378         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10379
10380         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10381
10382         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10383         the new optional argument ENCODED is non-nil.
10384         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10385         coding system for encoding group name.
10386         (gnus-group-make-rss-group): Pass un-encoded group name to
10387         gnus-group-make-group.
10388         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10389         encoded.
10390
10391         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10392         Encode group name to which articles are moved or copied.
10393         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10394         coding system for encoding Newsgroup, Followup-To and Xref headers.
10395
10396         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10397         marks; use nnheader-file-coding-system to write a file.
10398         (nnagent-retrieve-headers): Bind file-name-coding-system to
10399         nnmail-pathname-coding-system.
10400
10401         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10402
10403         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10404         (nnml-request-article, nnml-request-create-group)
10405         (nnml-request-rename-group, nnml-find-id)
10406         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10407         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10408         (nnml-save-marks): Use nnml-group-pathname instead of
10409         nnmail-group-pathname.
10410
10411         (nnml-request-create-group, nnml-request-expire-articles)
10412         (nnml-request-move-article, nnml-request-delete-group)
10413         (nnml-deletable-article-p, nnml-possibly-create-directory)
10414         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10415         (nnml-open-marks): Bind file-name-coding-system to
10416         nnmail-pathname-coding-system.
10417
10418         (nnml-request-article): Pass server argument to nnml-find-group-number.
10419         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10420         Pass server argument to nnml-possibly-create-directory.
10421         (nnml-request-accept-article): Pass server argument to
10422         nnml-active-number and nnml-save-mail.
10423         (nnml-find-group-number): Pass server argument to nnml-find-id.
10424         (nnml-request-update-info): Pass server argument to
10425         nnml-marks-changed-p.
10426
10427         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10428         (nnml-save-mail, nnml-active-number): Add server argument.
10429
10430         (nnml-request-delete-group): Warn if group is missing.
10431         (nnml-get-nov-buffer): Decode group name.
10432         (nnml-generate-active-info): Encode group name.
10433         (nnml-open-marks): Decode group name in messages.
10434
10435 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10436
10437         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10438         if it is not specified.
10439         (gnus-article-pipe-part, gnus-article-save-part)
10440         (gnus-article-interactively-view-part, gnus-article-copy-part)
10441         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10442         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10443         (gnus-article-replace-part, gnus-article-delete-part)
10444         (gnus-article-view-part-as-type): Pass raw prefix argument to
10445         gnus-article-part-wrapper.
10446
10447 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10448
10449         * gnus-agent.el (gnus-agent-save-active):
10450         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10451
10452         * gnus-cache.el (gnus-cache-save-buffers)
10453         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10454         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10455         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10456         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10457         (gnus-cache-generate-active, gnus-cache-rename-group)
10458         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10459         (gnus-cache-update-overview-total-fetched-for):
10460         Bind file-name-coding-system to nnmail-pathname-coding-system.
10461         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10462         New variables.
10463         (gnus-cache-decoded-group-name): New function.
10464         (gnus-cache-file-name): Use it.
10465         (gnus-cache-generate-active): Use non-decoded group name for active.
10466
10467         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10468         right place.
10469         (gnus-write-active-file): Don't break non-ASCII group names.
10470
10471         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10472         nnmail-pathname-coding-system.
10473
10474         * lpath.el: Bind default-file-name-coding-system,
10475         file-name-coding-system and language-info-alist for XEmacs.
10476
10477         * gnus-uu.el (gnus-uu-decode-save): Typo.
10478
10479 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10480
10481         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10482
10483 2007-07-14  David Kastrup  <dak@gnu.org>
10484
10485         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10486         finishing actions if we did not edit the article.
10487
10488 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10489
10490         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10491         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10492         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10493         (gnus-agent-flush-group, gnus-agent-flush-cache)
10494         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10495         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10496         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10497         (gnus-agent-regenerate-group)
10498         (gnus-agent-update-files-total-fetched-for)
10499         (gnus-agent-update-view-total-fetched-for):
10500         Bind file-name-coding-system to nnmail-pathname-coding-system.
10501         (gnus-agent-group-pathname): Don't encode file names by
10502         nnmail-pathname-coding-system.
10503         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10504         coding-system-for-write instead of buffer-file-coding-system to
10505         gnus-agent-file-coding-system.
10506
10507         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10508         Decode group name.
10509
10510         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10511
10512         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10513         (gnus-read-newsrc-el-file): Make group names unibyte.
10514
10515         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10516         nnmail-pathname-coding-system.
10517
10518         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10519         (nnrss-request-delete-group): Bind file-name-coding-system to
10520         nnmail-pathname-coding-system.
10521         (nnrss-read-server-data, nnrss-read-group-data):
10522         Bind file-name-coding-system correctly.
10523         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10524
10525         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10526         (nntp-server-to-method-cache): New variable.
10527         (nntp-group-pathname): New function that decodes non-ASCII group names.
10528         (nntp-possibly-create-directory, nntp-marks-changed-p)
10529         (nntp-save-marks, nntp-open-marks): Use it.
10530         (nntp-possibly-create-directory, nntp-open-marks):
10531         Bind file-name-coding-system to nnmail-pathname-coding-system.
10532         (nntp-open-marks): Decode group names when bootstrapping marks.
10533
10534         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10535         Newsgroups and Folowup-To headers.
10536
10537 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10538
10539         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10540         (gnus-server-closed-face, gnus-server-denied-face)
10541         (gnus-server-offline-face): Remove variable.
10542         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10543
10544         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10545         of modifying message-stack directly for XEmacs.
10546
10547         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10548         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10549         if the coding-system argument is nil for XEmacs.
10550
10551         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10552         mm-charset-override-alist.
10553
10554         * rfc2047.el: Don't require base64; require rfc2045 for the function
10555         rfc2045-encode-string.
10556         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10557         to quote the parameter value.
10558
10559 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10560
10561         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10562         form in gnus-group-name-charset-method-alist.
10563
10564         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10565         overrides the default layout edit-form.
10566
10567         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10568
10569         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10570
10571 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10572
10573         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10574         as unfetched articles.
10575
10576 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10577
10578         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10579
10580 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10581
10582         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10583         original back end that keeps marks in the local system.
10584
10585 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10586
10587         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10588         arg of pop-to-buffer for XEmacs.
10589         (gnus-article-read-summary-keys): Ditto; don't restore window
10590         configuration if summary command ends up with neither article buffer
10591         nor summary buffer; describe bindings if summary keys end with C-h.
10592
10593 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10594
10595         * message.el (message-fix-before-sending): Skip raw message part to be
10596         forwarded while checking illegible text.
10597         (message-forward-make-body-mime, message-forward-make-body):
10598         Mark signed or encrypted raw message as having no illegible text.
10599
10600 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10601
10602         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10603         (gnus-message-with-timestamp-1): New macro.
10604         (gnus-message-with-timestamp): New function.
10605         (gnus-message): Use them.
10606
10607         * nnheader.el (nnheader-message): Use them.
10608
10609 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10610
10611         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10612         .newsrc.eld file.
10613
10614 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10615
10616         * gnus-agent.el (gnus-agent-fetch-headers)
10617         (gnus-agent-retrieve-headers):
10618         Bind gnus-decode-encoded-address-function to identity.
10619
10620         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10621         available also when the server returns simply a dot.
10622
10623         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10624
10625 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10626
10627         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10628
10629 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10630
10631         * gnus-ems.el (gnus-x-splash): Make it work.
10632
10633         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10634         from being used.
10635
10636         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10637
10638 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10639
10640         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10641         4th and the 5th arguments.
10642
10643         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10644         the front stickiness.
10645         (gnus-article-summary-command-nosave): Correct the order of the
10646         arguments passed to pop-to-buffer.
10647         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10648         summary command ends up with the article buffer.
10649
10650         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10651         the same faces.
10652
10653 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10654
10655         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10656
10657 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10658
10659         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10660         * gnus-sum.el (gnus-summary-highlight):
10661         * pgg.el (pgg-sign-region, pgg-sign):
10662         * mail-source.el (mail-source-delete-old-incoming-confirm):
10663         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10664
10665 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10666
10667         * gnus-art.el (gnus-mime-view-part-externally)
10668         (gnus-mime-view-part-internally): Fix predicate function passed to
10669         completing-read.
10670
10671         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10672
10673         * gnus.el (gnus-update-message-archive-method): Add :version.
10674
10675 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10676
10677         * gnus.el (gnus-update-message-archive-method): New variable.
10678
10679         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10680         according to gnus-message-archive-method if
10681         gnus-update-message-archive-method is non-nil.
10682
10683 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10684
10685         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10686         Suggested by Loic Dachary <loic@dachary.org>.
10687         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10688
10689 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10690
10691         * message.el (message-pop-to-buffer): Add switch-function argument.
10692         (message-mail): Pass switch-function argument to it.
10693
10694 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10695
10696         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10697         Improve doc string.
10698
10699 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10700
10701         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10702         (gnus-header-content)
10703         * gnus-cite.el (gnus-cite-10)
10704         * gnus-srvr.el (gnus-server-closed)
10705         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10706         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10707         (gnus-group-mail-3-empty, gnus-group-mail-low)
10708         (gnus-group-mail-low-empty, gnus-splash)
10709         * message.el (message-header-to, message-header-cc)
10710         (message-header-subject, message-header-other, message-header-name)
10711         (message-header-xheader, message-separator, message-cited-text)
10712         (message-mml): Lighten colors of faces used for dark background.
10713
10714 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10715
10716         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10717         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10718
10719 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10720
10721         * message.el (message-narrow-to-headers-or-head):
10722         Ignore mail-header-separator in the body.
10723
10724 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10725
10726         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10727         same as window size.
10728
10729 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10730
10731         * message.el (message-font-lock-keywords): Use message-header-xheader
10732         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10733         ahead of the anything pattern, to get it recognised.
10734
10735 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10736
10737         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10738         spam.el loads uses it in the compiled defadvice form.
10739
10740 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10741
10742         * gnus-sum.el (gnus-articles-to-read)
10743         (gnus-summary-insert-old-articles): Don't truncate group name for
10744         `read-string'.
10745
10746         * gnus-util.el (gnus-limit-string): Delete this function.
10747
10748         * gnus-sum.el (gnus-simplify-subject-fully):
10749         Use `truncate-string-to-width' instead.
10750
10751 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10752
10753         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10754         Tell if, on summary exit, the next group has to be selected.
10755         (gnus-summary-exit): Use it.
10756
10757 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10758
10759         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10760         non-break space.
10761
10762 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10763
10764         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10765         Check if group is not a directory.
10766         (nnfolder-request-expire-articles): Don't delete articles if the target
10767         group is not available.
10768
10769         * nnml.el (nnml-request-create-group): Properly check if group is not a
10770         file.
10771         (nnml-request-expire-articles): Don't delete articles if the target
10772         group is not available.
10773
10774         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10775         Don't quote characters that are within parentheses.
10776
10777 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10778
10779         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10780         (gnus-handle-ephemeral-exit): Select article according to it.
10781
10782 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10783
10784         * message.el (message-insert-formated-citation-line): Remove newline.
10785         (message-citation-line-format): Add final \n here so that the user can
10786         avoid a blank line.
10787
10788 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10789
10790         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10791         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10792         Update lanl/arXiv support.
10793
10794 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10795
10796         * gnus.el: Bump version number.
10797
10798 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10799
10800         * gnus.el (gnus-version-number): Bump version.
10801
10802 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10803
10804         * gnus.el: No Gnus v0.6 is released.
10805
10806 2007-04-27  Didier Verna  <didier@xemacs.org>
10807
10808         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10809         * gmm-utils.el (gmm-regexp-concat): ... here.
10810         * message.el: Don't require 'gnus-util.
10811         (message-dont-reply-to-names): Handle name change above.
10812         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10813
10814 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10815
10816         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10817         since the initial value varies according to the system.
10818
10819 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10820
10821         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10822
10823 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10824
10825         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10826
10827 2007-04-24  Didier Verna  <didier@xemacs.org>
10828
10829         Improve the type of gnus-ignored-from-addresses.
10830         * gnus-util.el (gnus-orify-regexp): New function.
10831         * message.el (gnus-util): Require it.
10832         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10833         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10834         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10835
10836 2007-04-24  Didier Verna  <didier@xemacs.org>
10837
10838         * gnus-sum.el:
10839         * gnus-utils.el: Fix some trailing whitespaces.
10840
10841 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10842
10843         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10844         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10845         article's Message-ID; refer parent article in summary buffer.
10846
10847         * message.el (message-bounce): Call mime-to-mml.
10848
10849         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10850         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10851         optimize and/or forms properly.
10852
10853 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10854
10855         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10856         URL.
10857
10858 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10859
10860         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10861
10862 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10863
10864         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10865         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10866         displayed of multipart/alternative part if it is invoked from summary
10867         buffer.
10868
10869         * mm-view.el (mm-inline-text-html-render-with-w3m)
10870         (mm-inline-text-html-render-with-w3m-standalone)
10871         (mm-inline-render-with-function): Use mail-parse-charset by default.
10872
10873 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10874
10875         * parse-time.el (parse-time-string-chars): Check if CHAR
10876         is less than the length of parse-time-syntax.
10877
10878 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10879
10880         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10881         from gnus-newsgroup-processable.
10882
10883 2007-04-16  Didier Verna  <didier@xemacs.org>
10884
10885         * gnus-msg.el (gnus-configure-posting-styles):
10886         Handle message-signature-directory properly with :file syntax.
10887         Reported by "Leo".
10888
10889 2007-04-11  Didier Verna  <didier@xemacs.org>
10890
10891         New user option: message-signature-directory.
10892         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10893         * message.el (message-insert-signature): Ditto.
10894         * message.el (message-signature-file): Doc update.
10895         * message.el (message-signature-directory): New.
10896
10897 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10898
10899         * gnus-msg.el (gnus-inews-yank-articles):
10900         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10901
10902 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10903
10904         * message.el (message-yank-original): Make sure cited text ends with
10905         newline; don't exchange point and mark.
10906
10907 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10908
10909         * tls.el (open-tls-stream): Properly handle case where there
10910         is no associated buffer.
10911
10912 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10913
10914         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10915         message-yank-original, make sure (< mark TEXT point).
10916
10917 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10918
10919         * message.el (message-fill-column): New variable.
10920         (message-mode): Use it.  Add comment on a possible new hook.
10921
10922         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10923         (nnmail-get-new-mail): Reformat.
10924
10925         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10926
10927         * gmm-utils.el: Fix Commentary.
10928         (gmm-tool-bar-from-list): Fix typo in doc string.
10929
10930 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10931
10932         * message.el (message-yank-original): Don't switch point and mark
10933         unnecessarily to put point and mark as documented.
10934
10935 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10936
10937         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10938         from the message heads.
10939
10940 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10941
10942         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10943         article buffer does not have a window.  This may not be the best
10944         solution but is certainly better than setting the start of the null,
10945         that is the current, window.
10946
10947 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10948
10949         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10950         (gnus-draft-setup): Run it.
10951
10952         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10953         gnus-score-fast-scoring.  Allow regexp.
10954         (gnus-score-headers): Use it.
10955
10956         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10957         XEmacs.
10958
10959         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10960         string.
10961         (gnus-button-alist): Also catch `<f1> k ...'.
10962         (gnus-treat-display-x-face): Fix doc string.
10963
10964 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10965
10966         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10967         evaluation of gnus-extended-version to ensure correct generation of the
10968         User-Agent header when message-generate-headers-first is used.
10969
10970 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10971
10972         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10973         hashcash-path is nil.  Don't call callback with incorrect number of
10974         parameters if val is 0.
10975
10976 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10977
10978         * message.el (message-required-news-headers):
10979         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10980
10981 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10982
10983         * tls.el (open-tls-stream): In handshake-waiting loop,
10984         don't wait more if there is output available to process.
10985
10986 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10987
10988         * tls.el (tls-program): Doc fix.
10989
10990 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10991
10992         * message.el (message-generate-new-buffers): Change the meaning of the
10993         nil value; add `standard' to the choices; treat t as `unique'; improve
10994         doc string.
10995         (gnus-select-frame-set-input-focus): Autoload.
10996         (message-buffer-name): Search for the existing message buffer if
10997         message-generate-new-buffers is nil or `standard'; treat the value t of
10998         message-generate-new-buffers as `unique'.
10999         (message-pop-to-buffer): Raise the frame already displaying the message
11000         buffer; clear the echo area after querying.
11001         (message-setup): Pass the `continue' argument to compose-mail.
11002         (message-mail): Prefer `switch-function' if it is given; search for the
11003         existing message buffer if the `continue' argument is non-nil; pass
11004         continue and switch-function arguments to compose-mail by way of
11005         message-setup.
11006         (message-mail-other-window): Adjust argument of message-setup.
11007         (message-mail-other-frame): Ditto.
11008
11009 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11010
11011         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11012         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11013         to turn font-lock on when turning gnus-message-citation-mode on.
11014
11015 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
11016
11017         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11018         (mml-smime-function-alist): New variable; add epg as the backend.
11019         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11020         mml-smime- functions instead.
11021         * mm-view.el: Require smime.
11022
11023 2007-03-05  Didier Verna  <didier@xemacs.org>
11024
11025         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11026         instead of just inheritance for posting styles.
11027         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11028
11029 2007-02-24  Chris Moore  <dooglus@gmail.com>
11030
11031         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
11032         * pgg-pgp.el (pgg-pgp-encrypt-region):
11033         * pgg-gpg.el (pgg-gpg-encrypt-region):
11034         Check pgg-encrypt-for-me if no other recipients.
11035
11036 2007-02-24  John Paul Wallington  <jpw@pobox.com>
11037
11038         * tls.el (tls-certtool-program): Fix custom type.
11039
11040 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11041
11042         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11043         and point-at-eol instead of line-(beginning|end)-position.
11044
11045         * assistant.el (assistant-parse-buffer): Ditto.
11046
11047         * netrc.el (netrc-parse-services): Ditto.
11048
11049 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
11050
11051         * mml2015.el (mml2015-epg-find-usable-key): New function.
11052         (mml2015-epg-sign): Use it.
11053         (mml2015-epg-encrypt): Use it.
11054
11055 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11056
11057         * message.el (message-make-in-reply-to): Quote name containing
11058         non-ASCII characters.  It will make the RFC2047 encoder cause an error
11059         if there are special characters.  Reported by NAKAJI Hiroyuki
11060         <nakaji@jp.freebsd.org>.
11061
11062 2007-02-27  Didier Verna  <didier@xemacs.org>
11063
11064         Include the group parameters as well as the topic ones in the
11065         inheritance filter process.
11066         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11067         argument GROUP-PARAMS-LIST.
11068         * gnus-topic.el (gnus-group-topic-parameters): Use it.
11069
11070 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11071
11072         * nntp.el (nntp-never-echoes-commands)
11073         (nntp-open-connection-functions-never-echo-commands): New variables.
11074         (nntp-send-command): Use them.
11075
11076 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
11077
11078         * mml2015.el (mml2015-epg-verify): Simplify.
11079
11080 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11081
11082         * mml.el (mml-content-disposition-alist): New user option.
11083         (mml-content-disposition): New function.
11084         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11085         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11086
11087 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
11088
11089         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11090         verification.
11091
11092 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11093
11094         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11095         articles posted in the last 24 hours.
11096
11097 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11098
11099         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11100
11101 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11102
11103         * nntp.el (nntp-send-command): Don't wait for echoes when
11104         nntp-open-ssl-stream is used.
11105
11106 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11107
11108         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11109         (gnus-message-add-citation-keywords)
11110         (gnus-message-remove-citation-keywords): Remove.
11111         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11112         directly, make the variables in font-lock-defaults buffer-local, add
11113         gnus-message-citation-keywords to them and then update the value of
11114         font-lock-keywords.
11115
11116 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11117
11118         * message.el (message-cite-original-1): Don't call
11119         gnus-article-highlight-citation.
11120
11121         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11122         citations; fix line count.
11123
11124 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11125
11126         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11127         (gnus-message-add-citation-keywords)
11128         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11129         versions of font-lock-add-keywords and font-lock-remove-keywords to
11130         work with XEmacs correctly.
11131
11132 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11133
11134         * gnus-cite.el (gnus-cite-face-list): Set the values of
11135         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11136         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11137         (gnus-message-cite-prefix-regexp): New variable.
11138         (gnus-message-search-citation-line): Use it; protect against long
11139         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11140         the 0th match data for Emacs.
11141         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11142         (gnus-message-add-citation-keywords): Append keywords rather than
11143         prepending; emulate font-lock-add-keywords if it is not available.
11144         (gnus-message-remove-citation-keywords):
11145         Emulate font-lock-remove-keywords if it is not available.
11146
11147         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11148
11149         * message.el (message-cite-prefix-regexp): Set the value of
11150         gnus-message-cite-prefix-regexp.
11151
11152 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11153
11154         * nnweb.el (nnweb-google-parse-1): Update parser.
11155
11156 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11157
11158         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11159
11160 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11161
11162         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11163         regexp.
11164
11165 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11166
11167         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11168         string-to-multibyte.
11169         (uudecode-decode-region-internal): Use it.
11170
11171         * lpath.el: Fbind string-as-multibyte for XEmacs.
11172
11173 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11174
11175         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11176         Fix custom choice.
11177
11178         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11179
11180 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11181
11182         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11183
11184         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11185         `write-region' to respect `mm-inhibit-file-name-handlers'.
11186
11187 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11188
11189         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11190         Use gnus-home-directory instead of "~/" or "$HOME".
11191
11192 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11193
11194         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11195         to mention filename.
11196         Add comments at beginning regarding usage.
11197         (encrypt-write-file-contents): Change interactive so a string is
11198         acceptable.  If the file has no associated model, show an error instead
11199         of a nonsense prompt.
11200
11201 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11202
11203         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11204         Thanks to Yoshihiko Yamada for kind notification of this typo.
11205
11206 2007-01-12  Kenichi Handa  <handa@m17n.org>
11207
11208         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11209         multibyte buffer.
11210
11211 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11212
11213         * gnus-score.el (gnus-score-fast-scoring): New variable.
11214         (gnus-score-headers): Use it.
11215
11216         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11217
11218         * message.el (message-cite-original-1):
11219         Call gnus-article-highlight-citation if requested.
11220         (message-make-from): Allow name and address as optional arguments.
11221
11222         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11223
11224         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11225         bugs to doc string.
11226         (gnus-button-alist): Add mid\\|message-id.
11227         (gnus-button-fetch-group): Extend for use in
11228         `browse-url-browser-function'.
11229         (gnus-button-url-regexp): Try to catch paired parentheses like in
11230         Wikipedia URLs.
11231
11232         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11233         Suggested by Simon Krahnke <overlord@gmx.li>.
11234
11235 2007-01-13  Romain Francoise  <romain@orebokech.com>
11236
11237         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11238         Update copyright.
11239
11240 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11241
11242         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11243
11244 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11245
11246         * gnus-registry.el (gnus-registry-unfollowed-groups)
11247         (gnus-registry-split-fancy-with-parent): Fix documentation.
11248
11249 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11250
11251         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11252         from nnweb groups.
11253
11254 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11255
11256         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11257         Xref urls.  Erase buffer before requesting head.
11258
11259         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11260
11261 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11262
11263         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11264         customizable.
11265
11266 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11267
11268         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11269         no signing key is found.
11270         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11271         no encrypting and/or signing key is found.
11272
11273 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11274
11275         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11276
11277 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11278
11279         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11280         headers read from disk with the ones newly found in the current search.
11281         This should no longer cause problems, because the article numbers in
11282         Gmane's `nov.php' output are ignored since the previous change.
11283
11284 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11285
11286         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11287
11288 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11289
11290         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11291         replace-regexp-in-string; bind url-version; fbind display-images-p and
11292         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11293         find-face and set-itimer-function for Emacs; bind itimer-list for
11294         Emacs.
11295
11296         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11297
11298 2007-01-01  Romain Francoise  <romain@orebokech.com>
11299
11300         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11301
11302 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11303
11304         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11305         `define-minor-mode' macro definition expanded properly.
11306         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11307         exclude it there.
11308
11309         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11310         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11311         `fboundp' test.
11312         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11313         This is OK to autoload in (S)XEmacs now.
11314
11315 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11316
11317         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11318         keystroke.
11319         (gnus-summary-limit-to-singletons): Fix typo.
11320
11321         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11322         else fails.
11323
11324 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11325
11326         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11327         docstring.
11328
11329         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11330         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11331         (gnus-summary-insert-dormant-articles): Fix typo in message.
11332
11333 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11334
11335         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11336         nil for XEmacs.
11337         (gnus-message-citation-mode): Don't autoload in XEmacs.
11338
11339         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11340
11341 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11342
11343         * nnimap.el (nnimap-expunge-search-string):
11344         Mention nnimap-search-uids-not-since-is-evil in docstring.
11345
11346 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11347
11348         * spam.el: Revert to make-obsolete-variable because
11349         define-obsolete-variable-alias is not supported in Emacs 21.
11350
11351         * spam.el (spam-ifile-path, spam-ifile-database-path)
11352         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11353         make-obsolete-variable.
11354         (spam-bsfilter-path, spam-bsfilter-program)
11355         (spam-spamassassin-path, spam-spamassassin-program)
11356         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11357         Don't use "path" inappropriately.
11358         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11359         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11360         variable names.
11361
11362 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11363
11364         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11365         summary buffer.
11366
11367         * password.el (password-cache-remove): Use clear-string to burn
11368         password, if available.
11369
11370 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11371
11372         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11373
11374         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11375
11376         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11377         (gnus-message-highlight-citation): Move defcustom here from
11378         gnus-cite.el.
11379         (gnus-message-citation-mode): Autoload.
11380
11381         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11382         checks to make it compile with XEmacs.
11383         (gnus-message-citation-mode): New minor mode.
11384         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11385         (gnus-message-highlight-citation): New variables.
11386         (gnus-message-search-citation-line)
11387         (gnus-message-add-citation-keywords)
11388         (gnus-message-remove-citation-keywords)
11389         (turn-on-gnus-message-citation-mode)
11390         (turn-off-gnus-message-citation-mode): New functions.
11391
11392 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11393
11394         * gnus-cite.el: Enable highlighting of different citation levels in
11395         message-mode.
11396
11397 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11398
11399         * message.el (message-make-fqdn): Fix comment.
11400         (message-bogus-system-names): Add ".local".
11401
11402         * spam.el (spam-ifile-path, spam-ifile-program)
11403         (spam-ifile-database-path, spam-ifile-database)
11404         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11405         Don't use "path" inappropriately.
11406         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11407         strings.
11408         (spam-check-ifile, spam-ifile-register-with-ifile)
11409         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11410         Use new variable names.
11411
11412         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11413         (gnus-treat-display-smileys): Simplify using
11414         gnus-image-type-available-p.
11415
11416         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11417         available.
11418
11419         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11420         Use `display-images-p' if available.
11421
11422 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11423
11424         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11425         one after turning on the buffer's multibyteness instead of decoding
11426         them directly in the unibyte buffer that causes unexpected conversion
11427         in Emacs 23 (unicode).
11428
11429 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11430
11431         * message.el (message-generate-hashcash): Fix custom type.
11432
11433 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11434
11435         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11436
11437 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11438
11439         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11440         disconnect icons.  Add help text.
11441
11442 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11443
11444         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11445         negated to be consistent with the others we handle.
11446
11447 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11448
11449         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11450         version of gnus-summary-buffer to something, so that we can use two
11451         article buffers at the same time.
11452
11453 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11454
11455         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11456         trigger all the extra headers.
11457         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11458         sorting.
11459
11460 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11461
11462         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11463         solid groups.
11464
11465 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11466
11467         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11468
11469 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11470
11471         * legacy-gnus-agent.el: Add Copyright notice.
11472
11473 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11474
11475         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11476
11477 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11478
11479         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11480
11481         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11482         to make it work reliably in CVS Emacs.
11483         (gnus-summary-limit-strange-charsets-predicate)
11484         (gnus-summary-limit-to-predicate): New functions.
11485
11486 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11487
11488         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11489         specifying array size.
11490         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11491         array if it is too small.
11492         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11493         (gnus-sort-threads-loop): New function.
11494
11495 2006-12-06  Chris Moore  <dooglus@gmail.com>
11496
11497         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11498         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11499
11500 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11501
11502         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11503         options.
11504
11505 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11506
11507         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11508         DOS-ing the recipient.
11509
11510         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11511         the headers when creating the mapping to avoid mismappings.
11512         (nnweb-gmane-create-mapping): Always nix out old mapping.
11513
11514 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11515
11516         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11517         and mm-verify-option to never.
11518
11519 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11520
11521         * message.el (message-signed-or-encrypted-p): New function.
11522         (message-forward-make-body): Use it.
11523
11524         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11525         Replace encode-coding-string with mm-encode-coding-string.
11526
11527 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11528
11529         * nneething.el (nneething-decode-file-name):
11530         Replace decode-coding-string with mm-decode-coding-string.
11531
11532         * gnus-int.el (gnus-open-server): Say failed server's name.
11533
11534 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11535
11536         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11537         strings to a single string.  Quote `errors-file-name'.
11538         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11539         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11540         Adjust calls.  Use `shell-quote-argument'.
11541
11542 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11543
11544         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11545         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11546
11547         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11548         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11549         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11550         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11551         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11552         (gnus-subscribe-newsgroup, gnus-1):
11553         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11554         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11555         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11556         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11557
11558 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11559
11560         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11561         keystroke.
11562         (gnus-summary-limit-to-bodies): Implement headersp.
11563
11564 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11565
11566         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11567
11568 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11569
11570         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11571
11572 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11573
11574         * message.el (message-generate-hashcash): Expand range of values to
11575         include `opportunistic'.
11576         (message-send-mail): Use it.
11577
11578 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11579
11580         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11581         and comment it.
11582
11583         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11584
11585 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11586
11587         * gnus-util.el (gnus-extract-address-components): Improve comment.
11588
11589 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11590
11591         * gnus-util.el (gnus-extract-address-components): Work with address in
11592         which the name portion contains @.
11593
11594         * lpath.el: Fbind custom-autoload.
11595
11596 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11597
11598         * gnus.el (gnus-start): Move custom group up.
11599         (gnus-select-method): Don't autoload, but make it available for
11600         `customize-variable'.
11601         (gnus-getenv-nntpserver): Don't autoload.
11602
11603 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11604
11605         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11606
11607 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11608
11609         * message.el (message-sendmail-extra-arguments): New variable.
11610         (message-send-mail-with-sendmail): Use it.
11611
11612 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11613
11614         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11615         mm-with-unibyte-current-buffer to make string unibyte.
11616
11617         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11618         mm-string-as-multibyte.
11619
11620 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11621
11622         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11623         Reported by Werner Koch <wk@gnupg.org>.
11624
11625 2006-11-14  Daiki Ueno  <ueno@p360>
11626
11627         * mml2015.el: Autoload epa-select-keys when compiling.
11628
11629 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11630
11631         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11632         message-options.
11633         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11634
11635 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11636
11637         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11638         EasyPG (< 0.0.6).
11639         (mml2015-always-trust): New user option.
11640         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11641         prompt.
11642
11643 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11644
11645         * nntp.el (nntp-authinfo-force): New variable.
11646         (nntp-send-authinfo): Use it.
11647
11648 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11649
11650         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11651         decode encoded words.  Improve prompt.  Add comment about forwarding.
11652         (message-replacement-char): Move up.
11653
11654 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11655
11656         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11657         instead of gnus-intersection because arguments of gnus-sorted-nunion
11658         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11659
11660 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11661
11662         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11663         (message-simplify-subject-functions):
11664         Enable message-strip-subject-encoded-words by default.
11665
11666 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11667
11668         * message.el (message-strip-subject-encoded-words): New function.
11669         (message-simplify-subject-functions): New variable.
11670         (message-simplify-subject): Use it.  Fix typo in doc string.
11671         Support message-strip-subject-encoded-words.
11672
11673 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11674
11675         * gnus-diary.el (gnus-diary-delay-format-function):
11676         * nndiary.el (nndiary-reminders):
11677         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11678
11679 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11680
11681         * gnus-art.el (article-hide-boring-headers): Fetch date from
11682         gnus-original-article-buffer to avoid problems with localized date
11683         strings.
11684
11685 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11686
11687         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11688
11689 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11690
11691         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11692         New variables.
11693         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11694         (mm-charset-synonym-alist): Move some entries to
11695         mm-codepage-iso-8859-list.
11696         (mm-charset-synonym-alist, mm-charset-override-alist):
11697         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11698
11699 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11700
11701         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11702
11703 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11704
11705         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11706         with Emacs 21 and XEmacs.
11707
11708 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11709
11710         * spam.el (spam-parse-address): New function for better parsing,
11711         catching errors, etc.
11712         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11713
11714 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11715
11716         * mm-view.el: Add interactive arg to html2text autoload.
11717
11718 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11719
11720         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11721
11722 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11723
11724         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11725         New variables.
11726         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11727         (mm-charset-synonym-alist): Move some entries to
11728         mm-codepage-iso-8859-list.
11729
11730         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11731
11732 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11733
11734         * message.el (message-citation-line-format)
11735         (message-insert-formated-citation-line): Fix implementation of %E, %N
11736         and %n according to the doc string.
11737
11738 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11739
11740         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11741         Use car-safe to avoid bad parses.
11742
11743 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11744
11745         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11746         names.
11747
11748         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11749
11750 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11751
11752         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11753         header.
11754
11755         * message.el (message-draft-headers): Add Date.
11756         (message-headers-to-generate): Fix typo in docstring.
11757
11758         * nndraft.el (nndraft-required-headers): New variable.
11759         (nndraft-generate-headers): Use it.
11760
11761         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11762
11763 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11764
11765         * gnus-registry.el (gnus-registry-wash-for-keywords)
11766         (gnus-registry-find-keywords): New functions to allow easy searching of
11767         articles that are in the registry.
11768
11769 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11770
11771         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11772         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11773         Reported by Damien Elmes <damien@repose.cx>.
11774
11775 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11776
11777         * gnus.el (gnus-mime): Remove unused custom group.
11778
11779 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11780
11781         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11782         "blank line" when searching for end of armor headers.
11783
11784 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11785
11786         * gmm-utils.el (gmm-write-region): Fix variable name.
11787
11788 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11789
11790         * gmm-utils.el (gmm-write-region): New function based on compatibility
11791         code from `mm-make-temp-file'.
11792
11793         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11794
11795         * nnmaildir.el (nnmaildir--update-nov)
11796         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11797         Use `gmm-write-region'.
11798
11799 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11800
11801         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11802         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11803
11804         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11805
11806         * message.el (message-replacement-char): New variable.
11807         (message-fix-before-sending): Use it.
11808         (message-simplify-subject): New function to remove duplicate code.
11809         (message-reply, message-followup): Use it.
11810
11811         * gnus-sum.el (gnus-summary-make-menu-bar):
11812         Clarify gnus-summary-limit-to-articles.
11813
11814 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11815
11816         * gnus-util.el (gnus-with-local-quit): New macro.
11817
11818         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11819
11820 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11821
11822         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11823         ignore non-string data.
11824
11825 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11826
11827         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11828         non-string data (needs to be done in the registry too).
11829
11830 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11831
11832         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11833         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11834         (gnus-registry-split-fancy-with-parent)
11835         (gnus-registry-fetch-simplified-message-subject-fast)
11836         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11837         Remove text properties on ingress into the registry and when it's saved.
11838         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11839         registry from entries with no groups.
11840
11841 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11842
11843         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11844         function to remove string properties.
11845
11846 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11847
11848         * gmm-utils.el (gmm): Adjust custom version.
11849
11850         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11851         Adjust custom version.
11852
11853         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11854
11855 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11856
11857         * gnus-art.el (gnus-insert-prev-page-button)
11858         (gnus-insert-next-page-button): Simplify.  Reformat.
11859
11860 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11861
11862         * gnus-art.el (gnus-insert-prev-page-button)
11863         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11864
11865 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11866
11867         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11868
11869 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11870
11871         * gnus-art.el (gnus-insert-mime-button)
11872         (gnus-insert-mime-security-button):
11873         Apply gnus-article-button-face to MIME and security buttons.
11874
11875 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11876
11877         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11878         readable.
11879
11880 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11881
11882         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11883
11884 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11885
11886         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11887         `browse-url-of-file' instead of `browse-url'.
11888
11889 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11890
11891         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11892         regexp.  Articles containing quotation were cut prematurely.
11893
11894 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11895
11896         * message.el (message-cite-original-1): Use nobody by default for the
11897         value of From header.
11898         (message-reply): Ditto.
11899
11900 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11901
11902         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11903         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11904         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11905
11906 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11907
11908         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11909         mails in the doc string.  Add some URLs in comment.
11910         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11911
11912 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11913
11914         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11915         backslashes handling and the way to find boundaries of quoted strings.
11916
11917 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11918
11919         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11920         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11921         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11922         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11923
11924 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11925
11926         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11927         doc string.
11928         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11929
11930 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11931
11932         * lpath.el: Fbind epg-check-configuration.
11933
11934 2006-09-06  Simon Josefsson  <jas@extundo.com>
11935
11936         * mml2015.el (mml2015-use): Doc fix, mention epg.
11937
11938 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11939
11940         * mml2015.el (mml2015-use): Default to epg, if available.
11941
11942 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11943
11944         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11945         message-sender.
11946         (mml1991-epg-encrypt): Ditto.
11947         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11948         message-sender.
11949         (mml2015-epg-encrypt): Ditto.
11950
11951 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11952
11953         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11954         several common directories.
11955
11956 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11957
11958         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11959         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11960
11961 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11962
11963         * gnus-art.el (article-decode-encoded-words): Make it fast.
11964
11965 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11966
11967         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11968
11969         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11970         in quoted string into `\'.
11971
11972 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11973
11974         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11975         Use standard-syntax-table.
11976
11977 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11978
11979         * gnus-art.el (gnus-decode-address-function): New variable.
11980         (article-decode-encoded-words): Use it to decode headers which are
11981         assumed to contain addresses.
11982         (gnus-mime-delete-part): Remove useless `or'.
11983
11984         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11985         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11986         (gnus-nov-parse-line): Use it to decode From header.
11987         (gnus-get-newsgroup-headers): Ditto.
11988         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11989
11990         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11991         (mail-decode-encoded-address-string): New alias.
11992
11993         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11994         New function.
11995         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11996         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11997         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11998         (rfc2047-decode-string): Ditto.
11999         (rfc2047-decode-address-region): New function.
12000         (rfc2047-decode-address-string): New function.
12001
12002 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
12003
12004         * message.el (message-caesar-buffer-body): Allow rotating headers.
12005
12006         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12007
12008         * message.el (message-insert-formated-citation-line): Fix %f.
12009         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12010
12011 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12012
12013         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12014         (gnus-bookmark-mouse-available-p): New macro.
12015         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12016         (gnus-bookmark-bmenu-show-infos): Use it.
12017         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12018         (gnus-bookmark-bmenu-hide-infos): Ditto.
12019         (gnus-bookmark-remove-properties): New function.
12020         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12021         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12022         (gnus-bookmark-write-file): Bind coding-system-for-write.
12023         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12024         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12025         group before selecting it.
12026         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12027         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12028         quit-window if it is not available; use gnus-mouse-2 and bind it to
12029         gnus-bookmark-bmenu-select-by-mouse.
12030         (gnus-bookmark-show-details): Remove unused variable `details-list'.
12031         (gnus-bookmark-bmenu-select-by-mouse): New function.
12032
12033 2006-08-13  Romain Francoise  <romain@orebokech.com>
12034
12035         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12036         space.
12037
12038 2006-08-10  Romain Francoise  <romain@orebokech.com>
12039
12040         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
12041         (dns-mode-soa-auto-increment-serial): New user option.
12042         (dns-mode-soa-maybe-increment-serial): New function.
12043         (dns-mode): Add the latter to `write-contents-functions'.
12044
12045 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12046
12047         * compface.el (uncompface): Use binary rather than raw-text-unix.
12048
12049 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12050
12051         * compface.el (uncompface): Make sure the eol conversion doesn't take
12052         place when communicating with the external programs.
12053         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12054
12055 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12056
12057         * nnheader.el (nnheader-insert-head): Fix typo in comment.
12058
12059 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12060
12061         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12062         Make it more robust by parsing author and date independently.
12063
12064 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12065
12066         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12067
12068 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
12069
12070         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12071         first matching secret key.
12072         (mml2015-epg-encrypt): Ditto.
12073
12074         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12075         first matching secret key.
12076         (mml1991-epg-encrypt): Ditto.
12077
12078         * mml2015.el (mml2015-encrypt-to-self): New user option.
12079         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12080         mml2015-epg-encrypt-to-self is set.
12081
12082         * mml1991.el (mml1991-encrypt-to-self): New variable.
12083         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12084         mml1991-epg-encrypt-to-self is set.
12085
12086         * mml2015.el (mml2015-signers): New user option.
12087         (mml2015-epg-sign): Reflect the value of mml2015-signers.
12088         (mml2015-epg-encrypt): Allow to select signing keys.
12089
12090         * mml1991.el (mml1991-signers): New variable.
12091         (mml1991-epg-sign): Reflect the value of mml1991-signers.
12092         (mml1991-epg-encrypt): Allow to select signing keys.
12093
12094 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12095
12096         * nnheader.el (nnheader-insert-head): Make it work even if the file
12097         uses CRLF for the line-break code.
12098
12099 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12100
12101         * mml2015.el: Require mml-sec instead of password.
12102         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12103         (mml2015-cache-passphrase): Inherit the default value from
12104         mml-secure-cache-passphrase.
12105         (mml2015-passphrase-cache-expiry): Inherit the default value from
12106         mml-secure-passphrase-cache-expiry.
12107
12108         * mml1991.el: Require mml-sec instead of password.
12109         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12110         (mml1991-cache-passphrase): Inherit the default value from
12111         mml-secure-cache-passphrase.
12112         (mml1991-passphrase-cache-expiry): Inherit the default value from
12113         mml-secure-passphrase-cache-expiry.
12114
12115         * mml-sec.el: Require password.
12116         (mml-secure-verbose): New user option.
12117         (mml-secure-cache-passphrase): New user option.
12118         (mml-secure-passphrase-cache-expiry): New user option.
12119
12120 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12121
12122         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12123         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12124         andreas@altroot.de (Andreas Vögele).
12125
12126         FIXME: Use `tiny change'?
12127
12128 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12129
12130         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12131         workaround for the url package included with Emacs.
12132
12133         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12134
12135 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12136
12137         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12138         correctly.  This fixes a bug caused by the 2006-05-12 change.
12139
12140 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12141
12142         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12143         some information about the error when saying that the `bogus' mail
12144         group will be used.
12145
12146 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12147
12148         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12149         string.
12150
12151 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12152
12153         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12154
12155 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12156
12157         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12158
12159 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12160
12161         * mml1991.el (mml1991-function-alist): Add epg.
12162         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12163         (mml1991-epg-encrypt): New functions.
12164
12165 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12166
12167         * mml2015.el (mml2015-verbose): New variable.
12168         (mml2015-cache-passphrase): Ditto.
12169         (mml2015-passphrase-cache-expiry): Ditto.
12170         (mml2015-function-alist): Add epg.
12171         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12172         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12173         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12174         New functions.
12175
12176 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12177
12178         * message.el (message-cite-original-1): Preserve region when removing
12179         quoted text due to X-No-Archive in order to avoid bogus attribution
12180         when citing multiple messages.
12181
12182 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12183
12184         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12185         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12186
12187 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12188
12189         * gnus-diary.el (gnus-user-format-function-d)
12190         (gnus-user-format-function-D): Autoload.
12191
12192         * imap.el (Commentary): Fix typo.
12193
12194         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12195         2006-04-22 contribution.
12196
12197 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12198
12199         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12200         It didn't really fix the bogosity I'm seeing with solid web groups.
12201
12202 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12203
12204         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12205         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12206         created using server names.  If we use the feature without declaring
12207         it, Gnus does not properly manage server and group state.
12208
12209         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12210         bound.
12211
12212 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12213
12214         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12215         looking up the method using GROUP's prefix before inventing a new one.
12216         It is used on killed/unknown groups in various places where returning
12217         an all-new method isn't expected by the caller.
12218
12219         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12220         and match semantics of gnus-group-real-prefix.
12221
12222 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12223
12224         * nnmail.el (nnmail-broken-references-mailers): New variable.
12225         (nnmail-ignore-broken-references): New function generalizing
12226         nnmail-fix-eudora-headers.
12227         (nnmail-fix-eudora-headers): Now obsolete.
12228
12229         * gnus-art.el (gnus-button-handle-custom):
12230         Support `customize-apropos*'.
12231
12232 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12233
12234         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12235
12236         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12237         articles.
12238
12239 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12240
12241         * message.el (message-cite-reply-above): New variable.
12242         (message-yank-original): Use it.
12243
12244 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12245
12246         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12247
12248 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12249
12250         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12251         as read.
12252
12253         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12254
12255 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12256
12257         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12258         (gnus-bookmark-default-file): Use gnus-directory.
12259         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12260         Remove "*" in doc string.
12261         (gnus-bookmark-write-file): Simplify.
12262         (gnus-bookmark-maybe-sort-alist): Use `when'.
12263         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12264         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12265         Add FIXME about Emacs 21 and XEmacs compatibility.
12266         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12267         compatibility.
12268         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12269         compatibility.
12270         (gnus-bookmark-menu-heading): Fix version.
12271
12272 2006-06-19  Bastien Guerry  <bzg@altern.org>
12273
12274         * gnus-bookmark.el: New file.
12275
12276 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12277
12278         * message.el (message-syntax-checks): Doc fix.
12279
12280 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12281
12282         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12283         unsubscribed groups as if they were killed ones.  It causes duplicate
12284         entries in gnus-newsrc-alist.
12285
12286 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12287
12288         * message.el (message-syntax-checks): Doc fix.
12289         (message-send-mail): Add check for continuation headers.
12290         (message-check-news-header-syntax): Fix regexp used to check for
12291         continuation headers.
12292
12293 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12294
12295         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12296
12297 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12298
12299         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12300
12301 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12302
12303         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12304         default-truncate-lines.
12305
12306 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12307
12308         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12309         to fill the utf-8 entry.
12310
12311         * lpath.el: Fbind unicode-precedence-list.
12312
12313 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12314
12315         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12316
12317 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12318
12319         * gnus-agent.el (directory-files-and-attributes): Move all the way
12320         forward (the third and final move).
12321         (gnus-agent-read-agentview): Trap reconstruction errors due to
12322         nonexistent directory.  Handle by returning nil.
12323
12324 2006-05-30  Didier Verna  <didier@xemacs.org>
12325
12326         * message.el (message-dont-reply-to-names): Update the custom type.
12327         * message.el (message-dont-reply-to-names): New defsubst: potentially
12328         convert a list of regexps into a single one.
12329         * message.el (message-get-reply-headers): Use it.
12330         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12331
12332 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12333
12334         * gnus-agent.el (directory-files-and-attributes): Move forward.
12335
12336 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12337
12338         * gnus-ml.el (gnus-mailing-list-subscribe)
12339         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12340         (gnus-mailing-list-message): Fix doc strings.
12341
12342 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12343
12344         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12345         of doing it manually.
12346
12347 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12348
12349         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12350         comment.
12351
12352 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12353
12354         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12355         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12356         (gnus-agent-read-local): All symbols allocated in my-obarray.
12357         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12358         (gnus-agent-regenerate-group): Check numeric names to see if they are
12359         messages or groups.
12360         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12361         better way of do this...)
12362
12363         * gnus-cache.el (gnus-agent-total-fetched-for):
12364         Ignore 'dummy.group' (there should be a better way of do this...)
12365
12366 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12367
12368         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12369         (gnus-saved-headers): Ditto.
12370         (gnus-default-article-saver): Mention functions may have properties.
12371         (gnus-article-save): Override gnus-save-all-headers and
12372         gnus-saved-headers by :headers property which saver function may have.
12373         (gnus-summary-save-in-file): Add :headers property.
12374         (gnus-summary-write-to-file): Ditto.
12375
12376         * gnus-sum.el (gnus-summary-save-article): Bind
12377         gnus-prompt-before-saving to t when saving many articles in a file;
12378         always show all headers.
12379
12380         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12381
12382 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12383
12384         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12385         marks.
12386
12387         * message.el (message-indent-citation): Add optional arguments to allow
12388         using it outside of message buffers.
12389
12390         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12391         (gnus-article-treat-unfold-headers): Use it.
12392         (gnus-article-truncate-lines): New variable.
12393         (gnus-article-mode): Use it.
12394         (gnus-article-toggle-truncate-lines): New function.
12395
12396         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12397         Add gnus-article-toggle-truncate-lines.
12398
12399         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12400         coding system in XEmacs, use binary.
12401
12402 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12403
12404         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12405         after-load-alist.
12406
12407         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12408         this function should save decoded articles.
12409         (gnus-summary-write-to-file): Use property to specify this function
12410         should save decoded articles and specify gnus-summary-save-in-file
12411         should be used to save articles other than the first one when saving
12412         many articles.
12413         (gnus-summary-save-body-in-file): Use property to specify this
12414         function should save decoded articles.
12415         (gnus-summary-write-body-to-file): Use property to specify this
12416         function should save decoded articles and specify
12417         gnus-summary-save-body-in-file should be used to save articles other
12418         than the first one when saving many articles.
12419
12420         * gnus-sum.el (gnus-summary-save-article): Simplify.
12421
12422 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12423
12424         * gnus-art.el (gnus-default-article-saver):
12425         Add gnus-summary-write-body-to-file.
12426         (gnus-article-save-coding-system): Don't use coding system object
12427         in XEmacs.
12428         (gnus-read-save-file-name): Add optional `dir-var' argument which
12429         specifies directory in which files are saved; work even if optional
12430         `variable' argument is not specified.
12431         (gnus-summary-write-to-file): Read file name.
12432         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12433         (gnus-summary-write-body-to-file): New function.
12434
12435         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12436         (gnus-summary-local-variables): Add it.
12437         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12438         (gnus-summary-save-article): Remove optional `decode' argument;
12439         determine whether to decode articles by the value of
12440         gnus-default-article-saver; when saving many files using
12441         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12442         it first and use gnus-summary-save-in-file or
12443         gnus-summary-save-body-in-file thereafter unless
12444         gnus-prompt-before-saving is always; move point to article which
12445         will be saved.
12446         (gnus-summary-save-article-file): Revert.
12447         (gnus-summary-write-article-file): Revert.
12448         (gnus-summary-save-article-body-file): Revert.
12449         (gnus-summary-write-article-body-file): New function.
12450
12451 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12452
12453         * gnus-art.el (gnus-default-article-saver): Doc fix.
12454         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12455         from gnus-summary-save-article-coding-system, and default to a
12456         certain coding system.
12457         (gnus-output-to-file): Add coding cookie and encode text according
12458         to gnus-article-save-coding-system; don't use mm-append-to-file.
12459
12460         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12461         gnus-art.el and rename to gnus-article-save-coding-system.
12462         (gnus-summary-save-article): Require gnus-art; don't show all
12463         headers if it decodes articles; don't add coding cookie here;
12464         don't bind mm-text-coding-system-for-write.
12465         (gnus-summary-save-article-file): Save decoded articles.
12466         (gnus-summary-write-article-file): When saving many files, use
12467         gnus-summary-write-to-file first and gnus-summary-save-in-file
12468         thereafter unless gnus-prompt-before-saving is always.
12469         (gnus-summary-save-article-body-file): Save decoded articles.
12470
12471         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12472
12473 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12474
12475         * nnrss.el (nnrss-check-group): Bind hash-index.
12476
12477 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12478
12479         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12480         its hash index.  Store this hash in `nnrss-group-data'.
12481         (nnrss-read-group-data): Update accordingly.
12482
12483 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12484
12485         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12486         entry.
12487
12488         * gnus-sum.el (gnus-summary-make-menu-bar):
12489         Add gnus-article-browse-html-article.
12490
12491 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12492
12493         * gnus-sum.el (gnus-summary-mime-map):
12494         Add gnus-article-browse-html-article.
12495
12496         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12497
12498 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12499
12500         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12501         suitable coding systems in customize.
12502
12503 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12504
12505         * mail-source.el (mail-sources): Fix custom type.
12506
12507 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12508
12509         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12510         (gnus-summary-expire-articles-now): Shorten prompt.
12511
12512         * gmm-utils.el (wid-edit): Require.
12513         (defun-gmm): Rename from `gmm-defun-compat'.
12514         (gmm-image-search-load-path): Use it.
12515         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12516
12517 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12518
12519         * gnus-sum.el (gnus-summary-save-article-coding-system):
12520         New variable.
12521         (gnus-summary-save-article): Add optional `decode' argument.
12522         If it is set and gnus-summary-save-article-coding-system is non-nil,
12523         save decoded article.
12524         (gnus-summary-write-article-file): Save decoded article if
12525         gnus-summary-save-article-coding-system is non-nil.
12526
12527         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12528         type.
12529
12530 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12531
12532         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12533
12534 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12535
12536         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12537         first to test gnus-single-article-buffer which may be buffer-local.
12538
12539         * gnus-sum.el (gnus-summary-setup-buffer):
12540         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12541         group; make gnus-article-buffer, gnus-article-current, and
12542         gnus-original-article-buffer always buffer-local.
12543         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12544         group.
12545         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12546
12547 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12548
12549         * nnml.el (nnml-request-compact-group): Compressed files might not
12550         have .gz extension.
12551
12552 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12553
12554         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12555         (mm-copy-to-buffer): Use with-current-buffer.
12556         (mm-display-part): Simplify.
12557         (mm-inlinable-p): Add optional arg `type'.
12558
12559 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12560
12561         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12562         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12563         Try harder to show the attachment internally or externally using
12564         gnus-mime-view-part-as-type.
12565
12566 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12567
12568         * message.el (message-from-style, message-signature-separator)
12569         (message-user-organization-file, message-send-mail-function)
12570         (message-citation-line-function, message-yank-prefix)
12571         (message-indent-citation-function, message-signature)
12572         (message-signature-file, message-signature-insert-empty-line):
12573         Remove autoloads.
12574
12575         * gnus-art.el (gnus-buttonized-mime-types):
12576         Remove "multipart/signed".  Revert 2006-04-26 change.
12577
12578 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12579
12580         * gnus.el (gnus-version-number): Bump version.
12581
12582 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12583
12584         * gnus.el: No Gnus v0.5 is released.
12585
12586 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12587
12588         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12589         fetching articles by message-id.
12590
12591 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12592
12593         * message.el (hashcash): Require hashcash as normal.
12594
12595         * ecomplete.el (ecomplete-highlight-match-line):
12596         Use point-at-eol.
12597         (ecomplete-highlight-match-line): Use `highlight', because that
12598         face exists in both Emacs and XEmacs.
12599
12600         * message.el (message-display-abbrev): Use point-at-bol.
12601
12602         * mail-source.el: Don't require timer/timer-funcs.
12603
12604         * gnus-async.el: Ditto.
12605
12606         * password.el: Ditto.
12607
12608         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12609
12610         * mm-url.el: Ditto.
12611
12612         * gnus-xmas.el: Don't require timer-funcs.
12613
12614         * mm-util.el: Require timer/timer-funcs.
12615
12616 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12617
12618         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12619         Close.
12620
12621 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12622
12623         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12624         unibyte after clear-decrypt function runs.
12625
12626         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12627         returns as a unibyte string.
12628
12629 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12630
12631         * lpath.el: Revert.
12632
12633         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12634         (pgg-gpg-process-sentinel): Revert.
12635
12636         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12637         (pgg-pgp-lookup-key): Revert.
12638
12639         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12640         (pgg-pgp5-lookup-key): Revert.
12641
12642         * pgg.el (pgg-fetch-key): Revert.
12643
12644 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12645
12646         * lpath.el: Fbind string-as-multibyte for XEmacs.
12647
12648         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12649         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12650         (mml1991-pgg-encrypt): Ditto.
12651
12652         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12653         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12654         a multibyte buffer.
12655
12656         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12657         (pgg-pgp-lookup-key): Ditto.
12658
12659         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12660         (pgg-pgp5-lookup-key): Ditto.
12661
12662         * pgg.el (pgg-fetch-key): Ditto.
12663
12664 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12665
12666         * message.el (message-user-organization-file): Check several
12667         locations of the organization file.
12668
12669         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12670         Add gnus-article-view-part-as-type.
12671
12672         * gnus-art.el (gnus-article-view-part-as-type): New function.
12673
12674         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12675         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12676
12677         * mml.el: Simplify autoload.
12678         (mml-mode): defvar dnd-protocol-alist instead of using
12679         symbol-value.
12680         (mml-default-directory): New variable.
12681         (mml-minibuffer-read-file): Use it.
12682         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12683
12684         * message.el (message-citation-line-format): New variable.
12685         (message-insert-formated-citation-line): New function.
12686         (message-citation-line-function):
12687         Add `message-insert-formated-citation-line' to custom type.
12688
12689         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12690         to doc string.
12691
12692         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12693         depending on mm-verify-option.
12694
12695 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12696
12697         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12698         binding pgg-* variables; reimplement the section which prevents
12699         MIME header from being signed.
12700         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12701         pgg-text-mode; remove a blank line at the top of body.
12702
12703         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12704         lines at the top of body; use gnus-newsgroup-charset if there's no
12705         Charset header.
12706
12707 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12708
12709         * message.el (message-self-insert-commands): Doc fix.
12710
12711         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12712         (mm-uu-pgp-encrypted-test): Ditto.
12713         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12714         between header and body; return application/pgp-encrypted handle
12715         if decryption failed; decode decrypted body by charset.
12716
12717         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12718         element match to application/pgp-*.
12719
12720 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12721
12722         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12723         HTML.
12724
12725 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12726
12727         * mail-source.el (mail-source-call-script): Message the error
12728         string.
12729
12730 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12731
12732         * gnus-util.el (gnus-byte-compile): Use it.
12733
12734 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12735
12736         * gnus-util.el (kill-empty-logs): New function.
12737
12738 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12739
12740         * message.el (message-mail-alias-type): Doc fix.
12741         (message-mail-alias-type-p): New function.
12742         (message-send): Use it.
12743         (message-mode): Ditto.
12744         (message-strip-forbidden-properties): Ditto.
12745
12746         * ecomplete.el (ecomplete-database-file-coding-system):
12747         New variable.
12748         (ecomplete-save): Use it.
12749         (ecomplete-setup): Use it.
12750
12751 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12752
12753         * message.el (message-self-insert-commands): New variable.
12754         (message-strip-forbidden-properties): Use it.
12755
12756 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12757
12758         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12759         that doesn't make XEmacs choke.
12760
12761 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12762
12763         * gnus-util.el (gnus-replace-in-string):
12764         Prefer replace-regexp-in-string over of replace-in-string.
12765
12766 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12767
12768         * gnus-util.el (gnus-select-frame-set-input-focus):
12769         Use select-frame-set-input-focus if it is available in XEmacs; use
12770         definition defined in Emacs 22 for old Emacsen.
12771
12772         * dgnushack.el: Autoload unmorse-region for XEmacs.
12773
12774         * lpath.el: Bind cursor-in-non-selected-windows and
12775         select-frame-set-input-focus for XEmacs.
12776
12777 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12778
12779         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12780
12781 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12782
12783         * gnus-registry.el (gnus-registry-cache-save): Remove text
12784         properties when saving via the temp buffer.
12785
12786 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12787
12788         * message.el (message-generate-hashcash): Honor custom type.
12789
12790 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12791
12792         * message.el (message-generate-hashcash): Default to non-nil when
12793         hashcash is found.
12794
12795         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12796         (gnus-refer-thread-limit): Increase default to 500.
12797
12798         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12799
12800         * flow-fill.el (fill-flowed): Allow delete-space.
12801
12802 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12803
12804         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12805         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12806         Remove autoloads.
12807
12808 2006-04-18  Simon Josefsson  <jas@extundo.com>
12809
12810         * message.el (message-generate-hashcash): Default to.
12811
12812 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12813
12814         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12815         concatenating segments rather than before concatenating them.
12816
12817 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12818
12819         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12820
12821 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12822
12823         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12824
12825         * message.el (message-forward-make-body-plain):
12826         Allow message-forward-ignored-headers to be a list.
12827         (message-remove-ignored-headers): Factor out into function.
12828         (message-forward-make-body-mml): Use it.
12829
12830         * imap.el (imap-quote-specials): New function.
12831         (imap-login-auth): Quote specials.
12832
12833         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12834         (rfc2231-parse-string): Allow concatanation of parameters that
12835         aren't contiguous.  The test case is
12836           (mail-header-parse-content-type "message/external-body;
12837             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12838             access-type=LOCAL-FILE;
12839             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12840
12841 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12842
12843         * nntp.el (nntp-accept-process-output): Return the value of
12844         `nnheader-accept-process-output'.
12845
12846 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12847
12848         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12849         (gnus-button-alist): Recognize more diff formats.
12850         (gnus-button-patch): Strip directory.
12851
12852 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12853
12854         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12855         Emacs 22 when setting focus.
12856
12857 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12858
12859         * gnus-art.el (gnus-article-treat-types): Do treatment of
12860         text/x-verbatim parts.
12861         (gnus-button-patch): New command.
12862
12863         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12864         addresses that contain invalid characters.
12865
12866 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12867
12868         * message.el (message-put-addresses-in-ecomplete):
12869         Use gnus-replace-in-string.
12870         (message-is-yours-p): Use the more correct
12871         mail-header-parse-address instead of
12872         mail-extract-address-components.
12873         (message-put-addresses-in-ecomplete): Fix typo.
12874
12875         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12876         keystroke.
12877
12878         * gnus-art.el (gnus-treatment-function-alist): Change order of
12879         newsgroups/generic header folding to avoid double-folding.
12880
12881         * message.el (message-hidden-headers): Add X-Draft-From.
12882
12883         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12884         New command.
12885         (gnus-summary-repeat-search-article-backward): New command.
12886
12887         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12888         groups in the parent topic.
12889
12890 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12891
12892         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12893         (spam-extra-header-to-number): Return the CRM114 number as a
12894         number instead of a string.
12895
12896 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12897
12898         * gnus-art.el (gnus-face-properties-alist): Move here from
12899         gnus-fun.
12900
12901         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12902
12903 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12904
12905         * message.el (message-strip-forbidden-properties): Only display on
12906         self-insert-command.
12907
12908         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12909         reindent.
12910         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12911
12912 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12913
12914         * smiley.el (smiley-style): Fix typo.
12915
12916 2006-03-23  Kenichi Handa  <handa@m17n.org>
12917
12918         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12919         instead of set-buffer-multibyte.
12920
12921 2006-03-23  Kenichi Handa  <handa@m17n.org>
12922
12923         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12924         buffer and then decode the buffer text if necessary.
12925         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12926         first, and after mm-encode-body, change the buffer to unibyte.
12927
12928 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12929
12930         * hashcash.el (hashcash-insert-payment-async-2):
12931         Use message-goto-eoh instead of doing it manually.
12932         (mail-add-payment): Use message-narrow-to-header instead of trying
12933         to do the same itself.
12934
12935         * message.el (message-hidden-headers): Add Face.
12936
12937         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12938         reparenting code.
12939         (gnus-summary-reparent-children): Refactored out code.
12940         (gnus-summary-thread-map): New keystroke.
12941         (gnus-summary-reparent-children): Make into command.
12942
12943         * smiley.el (smiley-style): Default to `medium' if using a large
12944         font.
12945
12946         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12947         does it itself.
12948
12949         * message.el (message-point-in-header-p): Simplify definition.
12950
12951 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12952
12953         * nnagent.el (nnagent-request-set-mark): Silence log file
12954         writing.
12955         (nnagent-request-set-mark): Use write-region instead of
12956         append-to-file.
12957
12958         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12959         strange select method.
12960
12961         * ecomplete.el (ecomplete-display-matches): Get highlightling
12962         right.
12963         (ecomplete-display-matches): Use literals.
12964         (ecomplete-display-matches): Disable message logging.
12965
12966         * message.el (message-display-abbrev): Small optimization.
12967
12968         * ecomplete.el (ecomplete-display-matches): Allow automatic
12969         display.
12970
12971         * message.el (message-strip-forbidden-properties):
12972         Display abbrevs.
12973         (message-display-abbrev): Get automatic display right.
12974
12975         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12976         keystrokes.
12977
12978 2006-04-13  Romain Francoise  <romain@orebokech.com>
12979
12980         TODO: Backport to v5-10!
12981
12982         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12983         Move here (and rename) from gnus-registry.el.
12984
12985         * gnus-registry.el: Require gnus-util.
12986         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12987
12988 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12989
12990         * gnus-group.el (gnus-group-catchup-current):
12991         Change if-then-else-if-then-else into cond.
12992         (gnus-group-catchup): Indent.
12993         (group-name-at-point): New function.
12994         (gnus-fetch-group): Provide default from thing at point.
12995
12996 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12997
12998         * message.el (message-display-abbrev): Fix regexp.
12999
13000         * ecomplete.el (ecomplete-highlight-match-line):
13001         Reimplement choosing.
13002         (ecomplete-highlight-match-line): Fix up code rewrite, remove
13003         dead variables.
13004
13005         * message.el (message-newline-and-indent): Remove debugging.
13006         (message-display-abbrev): Use new implementation.
13007
13008 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13009
13010         * gnus-art.el (gnus-article-mode):
13011         Set cursor-in-non-selected-windows to nil.
13012
13013         * smiley.el: Revert previous change.
13014         (smiley-data-directory): defvar it before using it in the
13015         defcustom of `smiley-style'.
13016
13017 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13018
13019         * message.el (message-newline-and-indent): New function.
13020
13021         * ecomplete.el: Implement more bits.
13022
13023         * message.el (message-put-addresses-in-ecomplete): Clean up the
13024         string.
13025
13026         * ecomplete.el (ecomplete-add-item): Chop off decimals.
13027
13028         * gnus-sum.el (gnus-summary-save-parts):
13029         Bind gnus-summary-save-parts-counter and use it to make unique file
13030         names.
13031
13032         * gnus-art.el (gnus-ignored-headers): Add some more headers.
13033
13034         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13035         parameter to say whether to actually parse the individual
13036         addresses.
13037
13038         * message.el (message-put-addresses-in-ecomplete): New function.
13039         (ecomplete): Require.
13040         (message-mail-alias-type): Add ecomplete as an option.
13041
13042 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
13043
13044         * flow-fill.el (fill-flowed): Remove trailing space from blank
13045         quoted lines.
13046
13047 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13048
13049         * smiley.el (smiley-style): Move definition later to avoid a
13050         compilation warning.
13051
13052 2006-04-12  Kenichi Handa  <handa@m17n.org>
13053
13054         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13055         buffer and then decode the buffer text if necessary.
13056         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13057         first, and after mm-encode-body, change the buffer to unibyte.
13058         Use mm-disable-multibyte instead of set-buffer-multibyte.
13059
13060 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13061
13062         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13063         Content-Type header instead of Content-Disposition header.
13064         (gnus-mime-inline-part): Ditto.
13065         (gnus-mime-view-part-as-charset): Ignore charset that the part
13066         specifies.
13067
13068         * mm-decode.el (mm-display-part): Work with external parts and
13069         usual parts similarly.
13070
13071         * mm-extern.el (mm-inline-external-body): Use mm-display-part
13072         instead of gnus-display-mime.
13073
13074         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13075         instead of with-temp-buffer.
13076
13077         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13078         tag to summarized topics part in order to encode non-ASCII text.
13079
13080 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13081
13082         * smiley.el (smiley-style): New variable.
13083         (smiley-directory): New function.
13084         (smiley-data-directory): Derive from `smiley-style' using
13085         `smiley-directory'.
13086         (smiley-regexp-alist): Add new entries.
13087
13088         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13089         (gnus-article-browse-delete-temp): Add :version.
13090
13091 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
13092
13093         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13094         the sieve region.
13095
13096 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13097
13098         * gnus.el (gnus-version-number): Bump version.
13099
13100 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13101
13102         * gnus.el: No Gnus v0.4 is released.
13103
13104 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13105
13106         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13107         layout.
13108
13109         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13110         unknown charset.
13111
13112         * message.el (message-header-synonyms): Add Original-To to the
13113         default.
13114
13115         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13116         optional parameter.
13117
13118 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13119
13120         * gnus-fun.el (gnus): Require it for gnus-directory.
13121
13122 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13123
13124         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13125
13126 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13127
13128         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13129
13130 2006-04-05  Simon Josefsson  <jas@extundo.com>
13131
13132         * password.el (password-reset): New function.
13133
13134 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13135
13136         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13137         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13138
13139 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13140
13141         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13142         Some whitespace was matched into the url, which broke browsing hits
13143         > 100 when mm-url-use-external was nil.
13144
13145 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13146
13147         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13148         Check gnus-extra-headers for 'Newsgroups.
13149
13150         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13151         bound.
13152
13153 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13154
13155         * pgg-gpg.el: Clean up process buffers every time gpg processes
13156         complete.
13157
13158 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13159
13160         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13161         doc string.
13162
13163 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13164
13165         * pgg-gpg.el (pgg-gpg-process-filter)
13166         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13167
13168         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13169         lines, temporary fix.
13170
13171 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13172
13173         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13174
13175 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13176
13177         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13178         default-enable-multibyte-characters.  This reverts the change from
13179         revision 6.17 which is no longer necessary because the passphrase
13180         is sent separately now.  GnuPG messages are unreadable under
13181         multibyte locales with default-enable-multibyte-characters set to
13182         nil.
13183
13184 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13185
13186         * message.el (message-tool-bar-gnome): Move "spell".
13187
13188 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13189
13190         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13191         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13192         instead.
13193
13194 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13195
13196         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13197         Improve newsgroups handling for NNTP overviews which don't include
13198         Newsgroups.
13199
13200 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13201
13202         * message.el (message-resend): Bind message-generate-hashcash to nil.
13203
13204 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13205
13206         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13207         when searching for already-paid recipients.
13208
13209 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13210
13211         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13212         passphrases when it is not needed.
13213         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13214         passphrase stuff from gpg, should only be necessary when you use
13215         gpg with a smartcard.
13216
13217 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13218
13219         * mml.el (mml-insert-mime): Ignore cached contents of
13220         message/external-body part.
13221
13222         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13223         (mm-insert-part): Ditto.
13224
13225 2006-03-23  Simon Josefsson  <jas@extundo.com>
13226
13227         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13228         Reiner.
13229         (pgg-gpg-use-agent-p): Use it again.
13230
13231 2006-03-23  Simon Josefsson  <jas@extundo.com>
13232
13233         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13234         older emacsen.
13235         (pgg-gpg-use-agent-p): Don't use it.
13236
13237 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13238
13239         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13240         if we can.
13241
13242 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13243
13244         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13245         (pgg-gpg-update-agent): New function.
13246         (pgg-gpg-use-agent-p): New function.
13247         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13248         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13249         (pgg-gpg-sign-region): Use it.
13250
13251 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13252
13253         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13254         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13255
13256 2006-03-21  Simon Josefsson  <jas@extundo.com>
13257
13258         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13259         <wilde@sha-bang.de>.
13260         (pgg-gpg-use-agent): New variable.
13261         (pgg-gpg-process-region): Use it.
13262         (pgg-gpg-encrypt-region): Likewise.
13263         (pgg-gpg-encrypt-symmetric-region): Likewise.
13264         (pgg-gpg-decrypt-region): Likewise.
13265         (pgg-gpg-sign-region): Likewise.
13266         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13267
13268 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13269
13270         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13271
13272         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13273         Add comment on version.
13274
13275 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13276
13277         * smiley.el: Add missing test smiley.
13278
13279 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13280
13281         * mm-decode.el (mm-with-part): New macro.
13282         (mm-get-part): Use it; work with message/external-body as well.
13283         (mm-save-part): Treat name and filename equally.
13284
13285         * mm-extern.el (mm-extern-cache-contents): New function.
13286         (mm-inline-external-body): Use it; force the part to be displayed;
13287         move undisplayer added to the cached handle to the parent.
13288
13289         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13290         (gnus-mime-view-part-as-type): Work with message/external-body.
13291
13292         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13293
13294 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13295
13296         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13297         images in image-load-path.  [Sync with image.el, revision 1.60, in
13298         Emacs.]
13299
13300 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13301
13302         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13303         path rather than symbol.  Always return list of directories.
13304         Guarantee that image directory comes first.  [Sync with image.el,
13305         revision 1.59, in Emacs.]
13306
13307         * message.el (message-make-tool-bar): Adjust to new API of
13308         `gmm-image-load-path-for-library'.
13309
13310         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13311
13312         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13313
13314 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13315
13316         * gnus-art.el (gnus-article-only-boring-p):
13317         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13318         intangible text.
13319         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13320
13321 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13322
13323         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13324         Use `defun' instead of `gmm-defun-compat'.
13325
13326 2006-03-14  Simon Josefsson  <jas@extundo.com>
13327
13328         * message.el (message-unique-id): Don't use message-number-base36
13329         if (user-uid) is a float.
13330         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13331
13332 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13333
13334         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13335
13336         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13337         empty line between a part and a message part.
13338
13339 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13340
13341         * smiley.el: Add more test smileys.
13342         (smiley-data-directory, smiley-regexp-alist)
13343         (gnus-smiley-file-types): Fix doc strings.
13344         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13345         adding new elements.
13346         (smiley-mouse-map): Unused code.  Make it a comment.
13347
13348 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13349
13350         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13351         scan latest NoCeM messages instead of old ones.
13352         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13353         delimiters that are recently used.
13354         (gnus-nocem-load-cache): Add autoload cookie.
13355
13356         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13357
13358         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13359         level which is larger than gnus-use-nocem is specified.
13360
13361         * gnus-group.el (gnus-group-get-new-news): Ditto.
13362
13363 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13364
13365         * gnus-util.el (gnus-tool-bar-update): New function.
13366
13367         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13368         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13369
13370         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13371
13372         * gnus-group.el (gnus-group-redraw-when-idle)
13373         (gnus-group-redraw-check): Remove.
13374         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13375
13376 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13377
13378         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13379         if optional last element is specified in splits (FIELD VALUE...).
13380
13381 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13382
13383         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13384         to gmm-image-load-path-for-library.  Call with no-error argument.
13385         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13386
13387         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13388
13389         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13390
13391         * gmm-utils.el (gmm-image-load-path): Remove alias.
13392
13393 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13394
13395         * gmm-utils.el (gmm-image-load-path): Add alias.
13396
13397         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13398         nnml-generate-nov-databases-1.
13399         (nnml-generate-nov-databases): Use it.
13400         (nnml-generate-nov-databases-directory): Document no-active
13401         argument.
13402
13403         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13404         directory if path is t.  Add no-error.
13405
13406         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13407         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13408
13409         * gnus-art.el (gnus-article-browse-delete-temp-files):
13410         Simplify resetting gnus-article-browse-html-temp-list.
13411
13412         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13413         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13414         Add example to docstring.  Rename local variables.  Move error
13415         checks to default case in cond and simplify.
13416
13417 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13418
13419         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13420         handle is multipart when calling it recursively.
13421         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13422
13423 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13424
13425         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13426         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13427
13428 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13429
13430         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13431         is loaded.
13432
13433         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13434         loaded.
13435
13436 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13437
13438         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13439         to "Emacs 23 (unicode)" in doc string.
13440
13441         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13442         "Emacs 23 (unicode)" in comment.
13443
13444 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13445
13446         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13447
13448         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13449         characters 160 through 255 in Emacs 23.
13450
13451 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13452
13453         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13454         gnus-article-browse-html-temp.
13455         (gnus-article-browse-delete-temp): Make it customizable.
13456         Add `file'.  Adjust doc string.
13457         (gnus-article-browse-delete-temp-files): Add argument.
13458         Allow query for each file.  Adjust doc string.
13459         (gnus-article-browse-html-parts):
13460         Add `gnus-article-browse-delete-temp-files' to
13461         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13462
13463 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13464
13465         * gnus-art.el (gnus-article-browse-html-temp)
13466         (gnus-article-browse-delete-temp): New variables.
13467         (gnus-article-browse-delete-temp-files): New function.
13468         (gnus-article-browse-html-parts): Use it.
13469
13470 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13471
13472         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13473
13474         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13475         string.
13476
13477         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13478         gnus-summary-insert-new-articles when unplugged.
13479         Remove gnus-summary-search-article-forward.
13480
13481         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13482         display-visual-class instead of display-color-cells.
13483
13484 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13485
13486         * dgnushack.el: Autoload customize-group for XEmacs.
13487
13488         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13489         message/* containing non-ASCII text properly.
13490
13491 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13492
13493         * message.el: Require gmm-utils, remove autoloads.
13494         (message-tool-bar): Set default based on
13495         gmm-tool-bar-style.
13496         (message-tool-bar-gnome): Add gmm-customize-mode.
13497
13498         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13499         gmm-tool-bar-style.
13500         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13501
13502         * gnus-group.el (gnus-group-tool-bar): Set default based on
13503         gmm-tool-bar-style.
13504         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13505
13506         * gmm-utils.el (gmm-image-directory): Rename variable from
13507         gmm-image-load-path.
13508         (gmm-image-load-path): Use gmm-image-directory.
13509         (gmm-customize-mode): New function.
13510         (gmm-tool-bar-style): New variable.
13511
13512         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13513         gnus-group-redraw-line-number.
13514         (gnus-group-redraw-check): Simplify.
13515         (gnus-group-tool-bar-update): Remove redraw check.
13516         (gnus-group-make-tool-bar): Add redraw check.
13517
13518 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13519
13520         * gnus-art.el (gnus-button): Add missing parentheses.
13521
13522 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13523
13524         * lpath.el: Fbind line-number-at-pos.
13525
13526 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13527
13528         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13529
13530 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13531
13532         * gnus-art.el (gnus-button): New face.
13533         (gnus-article-button-face): Use it.
13534
13535         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13536         Add gnus-summary-next-page.  Re-order.
13537
13538         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13539         next-node are now included.
13540         (gnus-group-redraw-line-number): New internal variable.
13541         (gnus-group-redraw-check): Helper function for updating the tool
13542         bar.
13543         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13544
13545         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13546
13547         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13548         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13549         Use it to match format of Spamassassin 3.0 and later.
13550         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13551         (spam-check-bogofilter)
13552         (spam-bogofilter-register-with-bogofilter): Fix args of
13553         `gnus-error' calls.
13554
13555 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13556
13557         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13558         unnecessary interaction when sending queued mails.
13559         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13560
13561 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13562
13563         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13564         first or last are nil.
13565
13566 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13567
13568         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13569
13570 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13571
13572         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13573
13574 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13575
13576         * dns.el (query-dns): Protect more against buggy tcp output.
13577
13578 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13579
13580         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13581         nov.php.
13582
13583 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13584
13585         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13586         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13587         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13588         output on the server side.
13589         (nnweb-google-create-mapping): Update regexps and add some
13590         progress indication.
13591
13592 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13593
13594         * gnus-group.el (gnus-group-tool-bar-gnome):
13595         Fix gnus-agent-toggle-plugged.  Re-order icons.
13596         (gnus-group-tool-bar-gnome):
13597         Add gnus-group-{prev,next}-unread-group.
13598         (gnus-group-tool-bar-gnome): Re-order icons.
13599
13600         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13601         Move gnus-summary-insert-new-articles.
13602
13603         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13604         Fix comments.
13605
13606         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13607         also available in Emacs 21.3.
13608
13609         * message.el (message-fix-before-sending): Change "Emacs 22" to
13610         "Emacs 23 (unicode)" in comment.
13611
13612         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13613         "Emacs 23 (unicode)" in comment.
13614
13615         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13616         comment.
13617         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13618
13619         * mm-view.el (mm-fill-flowed): Add :version.
13620
13621 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13622
13623         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13624         and load-path.
13625
13626 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13627
13628         * message.el: Autoload gmm-image-load-path.
13629         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13630         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13631         consitency.
13632
13633         * gmm-utils.el (gmm-image-load-path): Also search in
13634         "../etc/images".  Don't set gmm-image-load-path if we don't find
13635         the image.
13636
13637 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13638
13639         * gmm-utils.el (gmm-image-load-path): Don't make
13640         `gmm-image-load-path' include subdirectories which the second arg
13641         `image' might specify.
13642
13643         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13644         subdirectory to icon file names.
13645
13646         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13647
13648 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13649
13650         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13651         gmm-image-load-path calls.
13652
13653         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13654
13655         * message.el (message-make-tool-bar): Ditto.
13656
13657         * mml.el (mml-preview): Add comment concerning tool bar icons.
13658
13659         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13660         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13661
13662         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13663         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13664
13665         * message.el (message-tool-bar-gnome): Use new icon names.
13666         (message-make-tool-bar): Use `gmm-image-load-path'.
13667
13668         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13669         New functions from MH-E.
13670         (gmm-image-load-path): New variable from MH-E.
13671         (gmm-image-load-path): New function from MH-E.  Add arguments
13672         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13673         *-image-load-path-called-flag.
13674
13675 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13676
13677         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13678
13679 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13680
13681         * nnimap.el (nnimap-request-move-article): Change folder back to
13682         source group before deleting.
13683
13684 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13685
13686         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13687
13688         * gnus-art.el (mm-url-insert-file-contents-external):
13689         Autoload mm-url.
13690
13691         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13692
13693 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13694
13695         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13696         coding system which mm-charset-to-coding-system returns for a
13697         given charset is valid.
13698
13699 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13700
13701         * html2text.el (html2text-remove-tag-list):
13702         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13703
13704 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13705
13706         * gnus-cus.el: Revert 2005-10-17 change.
13707
13708 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13709
13710         * gnus-art.el (article-strip-banner):
13711         Call article-really-strip-banner only when the regexp match is made.
13712
13713 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13714
13715         * gnus-art.el (article-strip-banner):
13716         Use gnus-extract-address-components instead of
13717         mail-header-parse-addresses to make it work with non-ASCII text;
13718         remove mail-encode-encoded-word-string.
13719
13720         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13721         values which are surrounded with \"...\"; make it never cause a
13722         Lisp error; give up parsing of parameters if it failed in
13723         extracting type.
13724
13725 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13726
13727         * smime.el (smime-cert-by-ldap-1): Fix bug where
13728         `smime-ldap-search' returns results without userCertificates.
13729
13730 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13731
13732         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13733
13734 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13735
13736         * spam.el (spam-check-spamassassin-headers): Adapt format for
13737         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13738         <ari@mbf.ocn.ne.jp>.
13739         (spam-list-of-processors): Add spam-use-gmane.
13740
13741 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13742
13743         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13744         make-temp-file; make it work with XEmacs as well.
13745
13746         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13747         mm-make-temp-file.
13748
13749         * mm-decode.el (mm-display-external): Use the 3rd arg of
13750         mm-make-temp-file.
13751         (mm-create-image-xemacs): Ditto.
13752
13753 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13754
13755         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13756         with message-narrow-to-headers.
13757         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13758         (gnus-draft-check-draft-articles): New function.
13759         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13760
13761 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13762
13763         * gnus-art.el (gnus-article-browse-html-parts):
13764         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13765         Don't use suffix argument for mm-make-temp-file for Emacs 21
13766         compatibility.  Remove useless `format'.
13767
13768 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13769
13770         * nnweb.el (nnweb-google-wash-article): Update regexps.
13771         (nnweb-group-alist): Use defvoo instead of defvar.
13772
13773 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13774
13775         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13776         re-loading nn* modules.
13777
13778 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13779
13780         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13781         for `tool-bar-mode' and don't check it's default-value.
13782
13783         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13784
13785         * message.el (message-make-tool-bar): Ditto.
13786
13787         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13788         `substring'.  Shorten tmp-file name.
13789
13790         * gnus.el: Remove bogus comment.
13791
13792 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13793
13794         * gnus-art.el (gnus-article-browse-html-parts): New function.
13795         (gnus-article-browse-html-article): New function for viewing html
13796         articles with a browser.
13797
13798 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13799
13800         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13801         in elisp.
13802         (pgg-gpg-encrypt-symmetric-region): Ditto.
13803         (pgg-gpg-sign-region): Ditto.
13804
13805         * pgg-def.el (pgg-text-mode): New variable.
13806
13807         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13808         (mml2015-pgg-encrypt): Ditto.
13809
13810         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13811         (mml1991-pgg-encrypt): Ditto.
13812
13813 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13814
13815         * nnfolder.el (nnfolder-insert-newsgroup-line):
13816         Use message-make-date instead of current-time-string.
13817
13818         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13819         to gnus-decoded which mm-uu might set.
13820
13821 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13822
13823         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13824         don't decode quoted parameters; remove misimported Emacs code.
13825         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13826         (rfc2231-decode-encoded-string): Don't use split-string which
13827         behaves differently according to Emacs version; use
13828         mm-decode-coding-region to convert charset to coding-system.
13829         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13830         (rfc2231-encode-string): Remove misimported Emacs code.
13831
13832 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13833
13834         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13835         when calling mail-header-parse-content-type.
13836         (article-de-quoted-unreadable): Ditto.
13837         (article-de-base64-unreadable): Ditto.
13838         (article-wash-html): Ditto.
13839
13840         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13841         calling mail-header-parse-content-type and
13842         mail-header-parse-content-disposition.
13843         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13844         mail-header-parse-content-type.
13845
13846         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13847         insert charset and format parameters; encode description after
13848         inserting it to buffer.
13849         (mml-insert-parameter): Fold lines properly even if a parameter is
13850         segmented into two or more lines; change the max column to 76.
13851
13852         * rfc1843.el (rfc1843-decode-article-body): Don't use
13853         ignore-errors when calling mail-header-parse-content-type.
13854
13855         * rfc2231.el (rfc2231-parse-string): Return at least type if
13856         possible; don't cause an error even if it fails in parsing of
13857         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13858         (rfc2231-encode-string): Don't break lines at the beginning, leave
13859         it to mml-insert-parameter.
13860
13861         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13862         calling mail-header-parse-content-type.
13863
13864 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13865
13866         * spam-report.el (spam-report-gmane-use-article-number):
13867         Improve doc string.
13868         (spam-report-gmane-internal): Check if a suitable header was found
13869         in the article.
13870
13871 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13872
13873         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13874         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13875
13876 2006-02-05  Romain Francoise  <romain@orebokech.com>
13877
13878         Update copyright notices of all files in the gnus directory.
13879
13880 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13881
13882         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13883
13884 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13885
13886         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13887         segmented lines of parameter value to cope with Thunderbird 1.5
13888         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13889         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13890         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13891
13892 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13893
13894         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13895         parts.
13896
13897 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13898
13899         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13900         there's only one active file for all servers.
13901         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13902         solid groups.  Gnus might have used a FAST request to select the group.
13903         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13904         and nnweb-search redundantly in the active file.
13905         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13906         (nnweb-request-create-group): Don't use ARGS.
13907         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13908         initialisations.  Let nnoo do the work.
13909
13910 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13911
13912         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13913         Say the part has been decoded.
13914
13915         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13916
13917 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13918
13919         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13920         mailcap-viewer-test-cache when there's no 'test clause, since that
13921         will invert the meaning of a "nil" test previously determined by
13922         mailcap-mailcap-entry-passes-test.
13923
13924 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13925
13926         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13927         compiling.
13928
13929         * gnus-sum.el: Ditto.
13930
13931         * message.el: Don't bind tool-bar-map when compiling.
13932
13933 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13934
13935         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13936
13937 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13938
13939         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13940         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13941         current Google Groups.
13942
13943 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13944
13945         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13946         and tool-bar-mode.
13947
13948         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13949         and tool-bar-mode.
13950
13951         * message.el (message-tool-bar-update): Simplify.
13952         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13953
13954         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13955         gnus-summary-buffer.
13956         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13957         gnus-summary-reply.
13958
13959         * gmm-utils.el (gmm): Add :version.
13960
13961 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13962
13963         * Makefile.in (clean): New rule.
13964         (distclean): Use it.
13965
13966 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13967
13968         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13969         Don't autoload.
13970
13971 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13972
13973         * gmm-utils.el (gmm-verbose): Add :group.
13974
13975 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13976
13977         * message.el: Change some comments WRT tool-bars.
13978
13979         * gnus-sum.el (gnus-summary-tool-bar)
13980         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13981         (gnus-summary-tool-bar-zap-list): New variables.
13982         (gnus-summary-make-tool-bar): Complete rewrite using
13983         `gmm-tool-bar-from-list'.
13984
13985         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13986         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13987         New variables.
13988         (gnus-group-make-tool-bar): Complete rewrite using
13989         `gmm-tool-bar-from-list'.
13990         (gnus-group-tool-bar-update): New function.
13991
13992         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13993
13994 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13995
13996         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13997         is dissected into a single part of which the type is the same as
13998         the given one; decode charset.
13999
14000 2006-01-21  Kevin Ryde  <user42@zip.com.au>
14001
14002         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14003         into alists as symbol not string, since that's what
14004         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14005         look for.
14006
14007 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
14008
14009         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14010         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14011
14012         * message.el (message-tool-bar-gnome): Use gmm-ignore.
14013
14014 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14015
14016         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
14017         (gnus-xmas-mime-security-button-menu): New function.
14018
14019         * gnus-art.el (gnus-mime-security-button-commands): New variable.
14020         (gnus-mime-security-button-menu): New definition.
14021         (gnus-mime-security-button-map): Use them.
14022         (gnus-mime-security-button-menu): New function.
14023         (gnus-insert-mime-security-button): Addition to help echo.
14024         (gnus-mime-security-run-function, gnus-mime-security-save-part)
14025         (gnus-mime-security-pipe-part): New functions.
14026
14027         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14028         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14029
14030         * mm-decode.el (mm-handle-set-disposition): Remove.
14031         (mm-handle-set-description): Remove.
14032
14033 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14034
14035         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14036         (mm-w3m-standalone-supports-m17n-p): New function.
14037         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14038         w3m usage.
14039
14040         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14041         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14042
14043 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14044
14045         * message.el (message-tool-bar-zap-list):
14046         Use gmm-tool-bar-zap-list as custom type.
14047         (message-tool-bar-update): New function.
14048         (message-tool-bar, message-tool-bar-gnome)
14049         (message-tool-bar-retro): Add message-tool-bar-update.
14050         (message-tool-bar-gnome): Add flyspell-buffer.
14051
14052         * gnus-util.el (gnus-error): Describe `args'.
14053
14054         * gmm-utils.el (gmm-error): Describe `args'.
14055         (gmm-tool-bar-zap-list): New widget.
14056         (gmm-tool-bar-from-list): Improve description of `zap-list'.
14057
14058 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14059
14060         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14061         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14062         the number of recursive calls.
14063
14064         * mm-decode.el (mm-handle-set-disposition): New macro.
14065         (mm-handle-set-description): New macro.
14066
14067 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14068
14069         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14070         encoding.
14071
14072 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14073
14074         * message.el (message-tool-bar-zap-list, message-tool-bar)
14075         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14076         (message-tool-bar-local-item-from-menu): Remove.
14077         (message-tool-bar-map): Replace by `message-make-tool-bar'.
14078         (message-make-tool-bar): New function.
14079         (message-mode): Use `message-make-tool-bar'.
14080
14081         * gmm-utils.el: New file.
14082         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14083         (gmm-lazy): New widget copied from `nnmail.el'.
14084         (gmm-tool-bar-from-list): New function for creating customizable
14085         tool bars.
14086         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
14087         output.
14088         (gmm): Add :prefix to defgroup.
14089
14090 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
14091
14092         * gmm-utils.el (gmm-widget-p): New function.
14093
14094 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14095
14096         * mml.el (mml-attach-file): Describe `description' in doc string.
14097         (mml-menu): Add Emacs MIME manual and PGG manual.
14098
14099 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14100
14101         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14102
14103 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14104
14105         * nntp.el (nntp-end-of-line): Doc fix.
14106
14107 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14108
14109         * imap.el (imap-open): Handle case where buffer is a buffer
14110         object.
14111
14112 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14113
14114         * gnus-delay.el (gnus-delay): Don't autoload.
14115         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14116         to be re-loaded when customizing the `gnus-delay' group.
14117
14118 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14119
14120         * message.el (message-insert-citation-line): Use newlines.
14121
14122 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14123
14124         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14125         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14126         these routines, so the passphrase can be managed externally and
14127         passed in to the system.
14128         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14129         pgg-add-passphrase-to-cache function.
14130
14131         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14132         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14133         these routines, so the passphrase can be managed externally and
14134         passed in to the system.
14135         (pgg-pgp5-sign-region): Use new name of
14136         pgg-add-passphrase-to-cache function.
14137
14138 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14139
14140         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14141         part of the decoded armor to find the key-identifier.
14142         (pgg-gpg-lookup-key-owner): New function to return the
14143         human-readable identifier of a key owner.
14144         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14145         itself.
14146         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14147         the key value) if we have a key and can match it against a secret
14148         key.  Also, added a note pointing out fact that the prompt only
14149         indicates the first matching key.
14150
14151         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14152         pgg-decrypt-region.
14153         (pgg-add-passphrase-to-cache): Rename from
14154         `pgg-add-passphrase-cache' to reduce confusion (all callers
14155         changed).
14156         (pgg-remove-passphrase-from-cache): Rename from
14157         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14158         changed).
14159         (pgg-read-passphrase, pgg-add-passphrase-cache)
14160         (pgg-remove-passphrase-cache): Add informative docstrings.
14161         (pgg-decrypt): Convey provided passphrase in subordinate call to
14162         pgg-decrypt-region.
14163
14164 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14165
14166         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14167         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14168         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14169         'passphrase' argument, so the passphrase can be managed externally
14170         and then passed in to the system.
14171
14172         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14173         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14174         so the passphrase cache can be used reliably with identifiers
14175         besides a pgp packet's key id.
14176
14177         * pgg-gpg.el (pgg-gpg-encrypt-region)
14178         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14179         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14180         these routines, so the passphrase can be managed externally and
14181         passed in to the system.
14182
14183         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14184         'notruncate' argument, so the passphrase cache can be used
14185         reliably with identifiers besides a pgp packet's key id.
14186
14187 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14188
14189         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14190         symmetric encryption.
14191         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14192         encrypted session key.
14193         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14194         message ask for the passphrase in a proper way.
14195
14196         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14197         New user commands for symmetric encryption.
14198
14199 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14200
14201         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14202
14203         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14204
14205 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14206
14207         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14208
14209 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14210
14211         * mm-decode.el (mm-inlined-types): Add application/pgp.
14212         (mm-automatic-display): Ditto.
14213
14214         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14215         part as text.
14216
14217 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14218
14219         * nnrss.el: Update copyright.
14220         (nnrss-opml-import): Query whether to subscribe to each entry.
14221
14222         * gnus-art.el:
14223         * gnus-sum.el:
14224         * gnus-xmas.el:
14225         * messagexmas.el:
14226         * mm-uu.el:
14227         * mm-view.el: Update copyright.
14228
14229 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14230
14231         * message.el (message-info): New function.
14232         (message-mode-menu): Add it.
14233         Update copyright.
14234
14235         * ChangeLog: Fix and update copyright.
14236
14237 2006-01-13  Romain Francoise  <romain@orebokech.com>
14238
14239         * message.el (message-forward-subject-name-subject): Prefer the
14240         address to 'nowhere' if the sender has no name.
14241         Fix typo.  Update copyright year.
14242
14243 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14244
14245         * gnus-art.el (article-wash-html):
14246         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14247         (gnus-article-wash-html-with-w3m-standalone): New function.
14248
14249         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14250         mm-inline-text-html-render-with-w3m-standalone.
14251         (mm-text-html-washer-alist): Map w3m-standalone to
14252         gnus-article-wash-html-with-w3m-standalone.
14253         (mm-inline-text-html-render-with-w3m-standalone): New function.
14254
14255 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14256
14257         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14258         Improve LaTeX.
14259
14260 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14261
14262         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14263         (nnrss-request-article): Render text/plain parts as HTML.
14264
14265         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14266         the buffer.
14267
14268 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14269
14270         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14271         custom definition of `gnus-posting-styles'.
14272
14273         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14274         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14275
14276 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14277
14278         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14279         Use nntp for bug archive.
14280
14281 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14282
14283         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14284         parts.
14285         (nnrss-normalize-date): New function converts ISO 8601 date into
14286         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14287         (nnrss-check-group): Use it.
14288
14289 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14290
14291         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14292
14293         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14294         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14295         (nnrss-insert-w3): Ditto.
14296
14297 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14298
14299         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14300         the articles to be forwarded including the case where neither a
14301         number of articles nor a region is specified.
14302
14303 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14304
14305         * nnrss.el (nnrss-request-article): Fix last change; fill
14306         text/plain parts.
14307
14308 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14309
14310         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14311         in text/plain part.
14312         (nnrss-check-group): Don't add excessive newline to dc:subject.
14313
14314 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14315
14316         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14317         article.
14318
14319 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14320
14321         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14322         (nnml-use-compressed-files, nnml-save-mail): Support other
14323         comression programs such as bzip2.
14324
14325 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14326
14327         * dns.el (query-dns): Make sure we check the buffer size before
14328         removing tcp headers.
14329
14330 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14331
14332         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14333         remove MIME buttons associated with multipart/alternative parts.
14334         (gnus-mime-display-alternative): Tag buttons using `article-type'
14335         text property.
14336
14337         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14338         associated with multipart/alternative parts.
14339
14340         * gnus-art.el (gnus-signature-separator): Fix custom type.
14341
14342         * mm-decode.el (mm-inlined-types): Fix custom type.
14343         (mm-keep-viewer-alive-types): Ditto.
14344         (mm-automatic-display): Ditto.
14345         (mm-attachment-override-types): Ditto.
14346         (mm-inline-override-types): Ditto.
14347         (mm-automatic-external-display): Ditto.
14348
14349 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14350
14351         * spam-report.el (spam-report-user-mail-address)
14352         (spam-report-user-agent): New variables.
14353         (spam-report-url-ping-plain): Use spam-report-user-agent.
14354
14355 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14356
14357         * gnus-art.el (gnus-button-handle-custom): Do not just use
14358         `customize-apropos' for any "M-x customize-*" button but the
14359         function called for.  Accept both the function name and its
14360         argument in order to achieve this.
14361         (gnus-button-alist): Remove support for "custom:" URL's.
14362         Pass function name to `gnus-button-handle-custom' in case of "M-x
14363         customize-*" buttons.
14364
14365 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14366
14367         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14368         multipart/alternative and add xref to mm-discouraged-alternatives
14369         in doc string.
14370
14371         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14372         gnus-buttonized-mime-types in doc string.
14373
14374 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14375
14376         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14377         Suggest image/.* in the doc string.
14378
14379 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14380
14381         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14382         message-marks (Debian bug #342521).
14383
14384 2005-12-12  Simon Josefsson  <jas@extundo.com>
14385
14386         * password.el (password-read-from-cache): Add.
14387         (password-read): Use it.
14388
14389 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14390
14391         * rfc2047.el (rfc2047-charset-to-coding-system):
14392         Recognize us-ascii as a MIME charset.
14393
14394         * mm-bodies.el (mm-decode-content-transfer-encoding):
14395         Protect against the case where the 2nd arg TYPE is nil.
14396
14397 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14398
14399         * pop3.el (pop3-stream-type): Fix custom version.
14400
14401         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14402
14403 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14404
14405         * mm-decode.el (mm-display-external): Add missing cdr.
14406
14407 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14408
14409         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14410         RFC1524) if it is in mailcap or add a suffix according to
14411         mailcap-mime-extensions when generating a temp filename; postpone
14412         deleting a temp file for 2 seconds for some wrappers, shell
14413         scripts, and so on, which might exit right after having started a
14414         viewer command as a background job.
14415
14416 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14417
14418         * nntp.el (nntp-marks-directory): Fix custom group.
14419
14420         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14421         steps when < 10.
14422
14423         * gnus-start.el (gnus-no-server-1):
14424         Mention `gnus-level-default-subscribed' in doc string.
14425
14426 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14427
14428         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14429         parens.
14430
14431 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14432
14433         * gnus-xmas.el (gnus-use-toolbar): Revert.
14434         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14435         gnus-use-toolbar is default.
14436
14437         * messagexmas.el (message-use-toolbar): Revert.
14438         (message-setup-toolbar): Use global default-toolbar if
14439         message-use-toolbar is default.
14440
14441 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14442
14443         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14444         according to default-toolbar-visible-p.
14445
14446         * messagexmas.el (message-use-toolbar): Ditto.
14447
14448 2005-11-26  Dave Love  <fx@gnu.org>
14449
14450         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14451         (tls-program, tls-success): Provide openssl alternative.
14452
14453         * starttls.el: Doc fixes.
14454         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14455         SERVICE to PORT.
14456
14457         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14458         port null or service name.
14459         (starttls-negotiate): Autoload.
14460
14461 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14462
14463         * message.el (message-kill-to-signature): Fix interactive spec.
14464
14465 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14466
14467         * pop3.el (pop3-open-server): Recognize a string as a service name.
14468
14469 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14470
14471         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14472
14473 2005-11-23  Dave Love  <fx@gnu.org>
14474
14475         Add pop3s, pop3/starttls.
14476
14477         * pop3.el (pop3-authentication-scheme): Clarify doc.
14478         (open-tls-stream, starttls-open-stream): Autoload.
14479         (pop3-stream-type): New.
14480         (pop3-open-server): Use it.
14481
14482         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14483         for POP.
14484         (mail-source-keyword-map): Add :stream for POP.
14485         (mail-source-fetch-pop): Use pop3-stream-type.
14486
14487 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14488
14489         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14490         of current-time-string.
14491
14492 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14493
14494         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14495         date header.
14496
14497 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14498
14499         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14500         it can seriously impact performance as it bypasses the agent's
14501         local caches.
14502
14503 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14504
14505         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14506         must be explicitly online rather than "not explicitly offline" for
14507         its flags to be synchronized.
14508
14509         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14510         that gnus-uu-unmark-thread will function correctly.
14511
14512         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14513         1024K is instead displayed as 1M.
14514
14515 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14516
14517         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14518
14519 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14520
14521         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14522
14523 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14524
14525         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14526         error message to display actual error condition.
14527         (gnus-agent-save-local): Avoid saving symbols that are bound to
14528         nil as they simply result in a warning message in
14529         gnus-agent-read-local.
14530
14531 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14532
14533         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14534         rather than make-variable-buffer-local for file-precious-flag.
14535
14536 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14537
14538         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14539         for duplicates which are removed.  The invalid sort check then
14540         triggers a rescan after the sort as sorting may have moved
14541         duplicate entries such that they can be cheaply detected.
14542
14543 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14544
14545         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14546
14547 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14548
14549         * gnus-agent.el (gnus-agent-article-alist-save-format):
14550         Change internal variable to a custom variable.  Change default value
14551         from compressed(2) to uncompressed(1).
14552         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14553         support for uncompressed agentview files.  Taken together, reading
14554         the agentview file should now be 6-7 times faster.
14555
14556 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14557
14558         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14559         as a buffer-local variable.  This avoids creating truncated
14560         dribble files as a result of a hang up, eg.
14561
14562 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14563
14564         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14565         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14566         XEmacs.
14567
14568 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14569
14570         * gnus-start.el (gnus-start-draft-setup):
14571         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14572
14573         * gnus.el (gnus-splash): Change custom group.
14574         (gnus-group-get-parameter, gnus-group-parameter-value):
14575         Describe allow-list argument.
14576
14577         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14578         string.
14579
14580 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14581
14582         * gnus-art.el (gnus-default-article-saver): Add user-defined
14583         `function' to custom type.
14584
14585 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14586
14587         * imap.el (imap-open): Handle case where buffer is a buffer
14588         object.
14589
14590 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14591
14592         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14593         long lines.
14594         (gnus-cache-delete-group): Wrap doc strings.
14595
14596         * gnus-agent.el (gnus-agent-rename-group)
14597         (gnus-agent-delete-group): Wrap doc strings.
14598
14599 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14600
14601         * messagexmas.el (message-use-toolbar): Change the valid values
14602         into default, top, bottom, left, and right.
14603         (message-toolbar-thickness): New variable.
14604         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14605         well.
14606         (message-setup-toolbar): Make it work.
14607
14608         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14609         (gnus-use-toolbar): Change the valid values into default, top,
14610         bottom, left, and right.
14611         (gnus-toolbar-thickness): New variable.
14612         (gnus-xmas-setup-toolbar): New function.
14613         (gnus-xmas-setup-group-toolbar): Use it.
14614         (gnus-xmas-setup-summary-toolbar): Use it.
14615
14616 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14617
14618         * gnus-start.el (gnus-1): Add "native" to
14619         gnus-predefined-server-alist.
14620
14621         * gnus.el (gnus-method-to-server): Don't add "native" to the
14622         lists here, because that leads to problems when
14623         gnus-select-method is bound.
14624
14625 2005-11-09  Simon Josefsson  <jas@extundo.com>
14626
14627         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14628         use (not sort-by-date) instead.
14629
14630 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14631
14632         * gnus-delay.el (gnus-delay-group): Don't autoload.
14633         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14634         to be re-loaded when customizing the `gnus-delay' group.
14635
14636 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14637
14638         * message.el: Revert last changes.
14639         (message-insert-citation-line): Use newlines.
14640
14641 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14642
14643         * message.el (message-courtesy-message)
14644         (message-mark-insert-begin, message-mark-insert-end)
14645         (message-elide-ellipsis, message-cancel-message)
14646         (message-add-header, message-change-subject)
14647         (message-cross-post-followup-to-header)
14648         (message-cross-post-insert-note, message-reduce-to-to-cc)
14649         (message-widen-reply, message-delete-not-region)
14650         (message-kill-to-signature, message-insert-signature)
14651         (message-insert-importance-high, message-insert-importance-low)
14652         (message-insert-or-toggle-importance)
14653         (message-insert-disposition-notification-to)
14654         (message-indent-citation, message-yank-original)
14655         (message-cite-original-without-signature, message-cite-original)
14656         (message-insert-citation-line, message-position-on-field)
14657         (message-fix-before-sending, message-send-mail-partially)
14658         (message-send-mail, message-send-mail-with-sendmail)
14659         (message-send-mail-with-qmail, message-send-news)
14660         (message-check-news-header-syntax, message-generate-headers)
14661         (message-insert-courtesy-copy, message-fill-address)
14662         (message-fill-header, message-shorten-references)
14663         (message-setup-1, message-cancel-news)
14664         (message-forward-make-body-plain, message-forward-make-body-mime)
14665         (message-forward-make-body-mml, message-encode-message-body)
14666         (message-forward-make-body-digest-plain)
14667         (message-forward-make-body-digest-mime)
14668         (message-use-alternative-email-as-from): Insert `hard-newline'
14669         instead of ordinary newlines.
14670
14671 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14672
14673         * message.el (message-generate-headers): Downcase the argument
14674         given to message-check-element.
14675
14676 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14677
14678         * nntp.el (nntp-authinfo-rejected): New error condition.
14679         (nntp-wait-for): Use new error condition to signal authentication
14680         error.
14681         (nntp-retrieve-data): Rethrow new error condition to break out of
14682         recursive call to nntp-send-authinfo.
14683
14684 2005-11-08  Romain Francoise  <romain@orebokech.com>
14685
14686         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14687         (gnus-summary-exit-map): Bind to `Z p'.
14688         (gnus-summary-make-menu-bar): Add menu item.
14689
14690 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14691
14692         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14693         (gnus-treat-*): Add `first' in all doc strings.
14694
14695         * gnus-group.el (gnus-group-compact-group): Fix typo.
14696
14697 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14698
14699         * gnus.el (gnus-parameters-case-fold-search): New variable.
14700         (gnus-parameters-get-parameter): Use it.
14701
14702         * gnus-score.el (gnus-home-score-file): Doc fix.
14703
14704 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14705
14706         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14707
14708 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14709
14710         * mm-util.el (mm-special-display-p): New function.
14711
14712         * mml.el (mml-preview): Use it; doc fix.
14713
14714 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14715
14716         * imap.el (imap-open): Handle case where buffer is a buffer object.
14717
14718 2005-10-29  Romain Francoise  <romain@orebokech.com>
14719
14720         * message.el (message-fix-before-sending): Fix comment.
14721
14722 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14723
14724         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14725
14726 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14727
14728         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14729         Used in gnus-score.el.
14730
14731 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14732
14733         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14734
14735 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14736
14737         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14738         whitespace removed in revision 7.8.  Use concatenated string to
14739         protect trailing whitespace.
14740
14741 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14742
14743         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14744         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14745         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14746         Courier IMAP ("some version from 2004").  Mostly based on similar
14747         code in the same function.
14748
14749 2005-10-26  Didier Verna  <didier@xemacs.org>
14750
14751         * gnus-group.el (gnus-group-compact-group): Invalidate original
14752         article buffer.
14753         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14754         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14755         NOV database and in article itself.
14756         Invalidate article backlog.
14757
14758 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14759
14760         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14761
14762 2005-10-26  Simon Josefsson  <jas@extundo.com>
14763
14764         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14765         part of 2004-07-25 change.
14766
14767 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14768
14769         * message.el (message-display-completion-list): New function.
14770         (message-expand-group): Use it; make sure the Completions buffer
14771         is modifiable.
14772 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14773
14774         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14775         user-mail-name is an empty string.
14776
14777 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14778
14779         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14780         depending on gnus-score-decay-constant.
14781
14782         * encrypt.el (encrypt-insert-file-contents)
14783         (encrypt-write-file-contents): Don't use `gnus-message'.
14784
14785         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14786         arguments.
14787         (mm-uu-type-alist): Add message-marks and insert-marks.
14788         Pass arguments to mm-uu-verbatim-marks-extract.
14789         (mm-uu-hide-markers): New variable.
14790         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14791
14792         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14793         (gnus-convert-image-to-face-command): Use "convert" by default to
14794         allow other input image formats.
14795         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14796         accordingly.
14797
14798 2005-10-23  Simon Josefsson  <jas@extundo.com>
14799
14800         * imap.el (imap-gssapi-program): Align command line parameters
14801         with latest GNU SASL.
14802         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14803
14804 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14805
14806         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14807         HTML.
14808         (nnslashdot-request-article): Ditto.
14809
14810         * lpath.el (featurep): Add nobreak-char-display.
14811
14812 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14813
14814         * mail-source.el (mail-source-fetch-pop): Require pop3.
14815         (mail-source-check-pop): Ditto.
14816
14817 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14818
14819         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14820         errors.
14821
14822 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14823
14824         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14825         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14826
14827         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14828
14829         * mm-bodies.el (mm-decode-string):
14830         Call `mm-charset-to-coding-system' with allow-override argument.
14831
14832 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14833
14834         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14835         (rfc2047-charset-to-coding-system): New function.
14836         (rfc2047-decode-encoded-words): New function.
14837         (rfc2047-decode-region): Use them.
14838         (rfc2047-decode-cte): Remove.
14839         (rfc2047-parse-and-decode): Remove.
14840         (rfc2047-decode): Remove.
14841
14842 2005-10-15  Kenichi Handa  <handa@m17n.org>
14843
14844         * rfc2047.el (rfc2047-decode-cte): New function.
14845         (rfc2047-decode-region): Change the way to decode successive
14846         encoded-words: decode B- or Q-encoding in each encoded-word,
14847         concatenate them, and decode it as charset.
14848
14849 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14850
14851         * lpath.el: Fbind codepage-setup for XEmacs.
14852
14853 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14854
14855         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14856         widget-move-and-invoke.
14857         (gnus-custom-mode): Use gnus-custom-map.
14858
14859 2005-10-15  Bill Wohler  <wohler@newt.com>
14860
14861         * message.el (message-tool-bar-map): Rename image file from
14862         mail_send to mail/send.
14863
14864 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14865
14866         * message.el (message-expand-group): Pass the common
14867         prefix substring of completion to `display-completion-list'.
14868
14869 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14870
14871         * mml-sec.el (mml-secure-method): New internal variable.
14872         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14873         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14874         New functions using mml-secure-method.
14875
14876         * mml.el (mml-mode-map): Add key bindings for those functions.
14877         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14878         Harder <harder@myrealbox.com>.
14879         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14880         Goto end of message if point is the headers of the message.
14881
14882         * message.el (message-in-body-p): New function.
14883
14884         * assistant.el: Autoload gnus-util and netrc.
14885
14886         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14887         Use `mm-charset-override-alist' only when decoding.
14888
14889         * mm-bodies.el (mm-decode-body):
14890         Call `mm-charset-to-coding-system' with allow-override argument.
14891
14892         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14893         `filename' from Content-Disposition if Content-Type doesn't
14894         provide `name'.
14895         (gnus-mime-view-part-as-type): Set default instead of
14896         initial-input.
14897
14898 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14899
14900         * format-spec.el (format-spec): Propagate text properties of % spec.
14901
14902 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14903
14904         * gnus-art.el (gnus-treat-predicate): Add `first'.
14905
14906 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14907
14908         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14909         (mm-charset-override-alist): New variable.
14910         (mm-charset-to-coding-system): Use it.
14911         (mm-codepage-setup): New helper function.
14912         (mm-charset-eval-alist): New variable.
14913         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14914         Warn about unknown charsets.
14915
14916         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14917
14918 2005-10-04  David Hansen  <david.hansen@gmx.net>
14919
14920         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14921         (nnrss-check-group): Ditto.
14922
14923 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14924
14925         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14926         Rename x-gnus-verbatim to x-verbatim.
14927         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14928
14929         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14930         x-verbatim.
14931
14932         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14933
14934         * gnus-util.el (gnus-remove-duplicates): Remove.
14935
14936         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14937         instead of gnus-remove-duplicates.
14938
14939         * message.el (message-remove-duplicates): Remove.
14940         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14941         message-remove-duplicates.
14942
14943         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14944         available, else use implementation from `delete-dups'.
14945
14946         * message.el (message-insert-expires): New function.
14947         (message-mode-map): Add key binding.
14948         (message-mode-field-menu): Add menu entry.
14949         (message-mode): Document it.
14950         (message-make-expires-date): Use `message-make-date'.
14951
14952 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14953
14954         * message.el (message-make-expires-date): New function.
14955
14956 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14957
14958         * Makefile.in (list-installed-shadows): New entry.
14959         (install): Use it.
14960         (remove-installed-shadows): New entry.
14961
14962         * dgnushack.el (dgnushack-default-load-path): New variable.
14963         (dgnushack-find-lisp-shadows): New function.
14964         (dgnushack-remove-lisp-shadows): New function.
14965
14966 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14967
14968         * Makefile.in (install-el-elc): New entry.
14969         (install): Use it so that .el files are necessarily installed.
14970
14971 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14972
14973         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14974
14975 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14976
14977         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14978         function rather than the diff-mode.el package.
14979         (mm-display-external): Use with-current-buffer.
14980         (mm-viewer-completion-map, mm-viewer-completion-map):
14981         Move initialization inside declaration.
14982
14983 2005-09-29  Simon Josefsson  <jas@extundo.com>
14984
14985         * spam.el: Load hashcash when compiling, to avoid warnings.
14986         Don't autoload mail-check-payment.
14987         (spam-check-hashcash): Define unconditionally, since hashcash.el
14988         is part of Gnus now.  Ignore errors from payment checking.
14989
14990 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14991
14992         * message.el (message-bold-region, message-unbold-region):
14993         Rename from `bold-region' and `unbold-region'.
14994
14995         * message.el: Remove useless autoloads.
14996
14997 2005-09-28  Simon Josefsson  <jas@extundo.com>
14998
14999         * message.el (message-use-idna): Default to t.
15000         (message-use-idna): Test whether encoding works too.  Doc fix.
15001
15002 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15003
15004         * nntp.el (nntp-warn-about-losing-connection): Remove.
15005
15006 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15007
15008         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15009         customizable.  Change default value.
15010         (mm-uu-diff-groups-regexp): Change default value.
15011         (mm-uu-type-alist): Add doc string.
15012         (mm-uu-configure): Add doc string.  Make it interactive.
15013         (mm-uu-tex-groups-regexp): New variable.
15014         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15015         (mm-uu-type-alist): Add LaTeX documents.
15016         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15017         of "text/verbatim".
15018         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15019
15020         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15021         instead of "text/verbatim".
15022
15023         * message.el (message-mark-inserted-region)
15024         (message-mark-insert-file): Use slrn style marks when called with
15025         prefix argument.
15026
15027 2005-09-27  Simon Josefsson  <jas@extundo.com>
15028
15029         * message.el (message-idna-to-ascii-rhs-1): Reformat.
15030
15031 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
15032
15033         * message.el (message-remove-duplicates): New function.
15034         Implementation borrowed from `gnus-remove-duplicates'.
15035         (message-idna-to-ascii-rhs): Also encode idna addresses in
15036         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15037         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15038         only ask about the same idna domain once per header and also tell
15039         in what header to replace the idna domain.
15040
15041         * gnus-art.el (article-decode-idna-rhs): Also decode idna
15042         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15043         (article-decode-idna-rhs): Fix regexp so that all idna-address in
15044         a header is decoded and not just the last one.
15045
15046 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15047
15048         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15049         has been decoded.
15050
15051         * mm-decode.el (mm-automatic-display): Add text/verbatim.
15052         (mm-insert-part): Don't modify text if it has been decoded.
15053
15054         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15055         decoded.
15056
15057         * mm-view.el (mm-inline-text): Don't strip text props unless
15058         decoding enriched or richtext parts.
15059
15060 2005-09-25  Romain Francoise  <romain@orebokech.com>
15061
15062         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15063         * gnus-start.el (gnus-subscribe-interactively):
15064         * gnus-uu.el (gnus-uu-grab-articles):
15065         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15066         space.
15067
15068 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15069
15070         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15071         * mm-view.el (mm-view-pkcs7-decrypt):
15072         * gnus-sum.el (gnus-summary-limit-to-extra)
15073         (gnus-summary-respool-article, gnus-read-move-group-name):
15074         * gnus-score.el (gnus-summary-increase-score):
15075         * gnus-util.el (gnus-completing-read-with-default):
15076         * gnus-art.el (gnus-read-save-file-name)
15077         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15078         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15079         * message.el (message-check-news-header-syntax):
15080         Follow convention for reading with the minibuffer.
15081
15082 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
15083
15084         * spam-report.el (spam-report-url-ping-plain):
15085         Use gnus-extended-version as User-Agent.
15086
15087         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15088         default value is nil.
15089
15090         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15091         (mm-uu-verbatim-marks-extract): New function.
15092         (mm-uu-extract): New face.
15093         (mm-uu-copy-to-buffer): Use it.
15094
15095         * spam-report.el (spam-report-gmane-ham): Rename from
15096         `spam-report-gmane-unspam'.
15097         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15098         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15099
15100         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15101         Autoload.
15102         (spam-report-gmane-unregister-routine):
15103         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15104
15105 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15106
15107         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15108         (spam-report-gmane-unregister-routine): Add support for gmane
15109         unregistration.
15110
15111         * spam-report.el (spam-report-gmane-unspam)
15112         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15113         (spam-report-gmane): Change to take a single article and do unspam
15114         registration.
15115
15116 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15117
15118         * mm-url.el (mm-url-decode-entities): Fix regexp.
15119
15120 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15121
15122         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15123         default to nil, to be able to use Gnus at all.  If the default
15124         switches to something else, then the function should be fixed not
15125         be exceedingly slow.
15126
15127 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15128
15129         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15130         fail hard.
15131
15132         * spam-report.el: Add better Keywords line.
15133
15134         * spam.el: Add Maintainer and better Keywords line.
15135
15136 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15137
15138         * gnus-art.el (gnus-article-replace-part)
15139         (gnus-mime-replace-part): New functions.
15140         (gnus-mime-action-alist, gnus-mime-button-commands)
15141         (gnus-mime-save-part-and-strip): Add file argument.
15142         (gnus-article-part-wrapper): Add interactive argument.
15143
15144         * gnus-sum.el (gnus-summary-mime-map):
15145         Add `gnus-article-replace-part'.
15146
15147 2005-09-19  Didier Verna  <didier@xemacs.org>
15148
15149         The nnml compaction feature:
15150         * nnml.el (nnml-request-compact-group): New function.
15151         * nnml.el (nnml-request-compact): New function.
15152         * gnus-int.el (gnus-request-compact-group): New function.
15153         * gnus-int.el (gnus-request-compact): New function.
15154         * gnus-group.el (gnus-group-compact-group): New function.
15155         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15156         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15157         * gnus-srvr.el (gnus-server-compact-server): New function.
15158         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15159         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15160
15161 2005-09-18  Deepak Goel  <deego@gnufans.org>
15162
15163         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15164         format spec.
15165
15166 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15167
15168         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15169
15170 2005-09-15  Romain Francoise  <romain@orebokech.com>
15171
15172         * message.el (message-fill-paragraph): Clarify docstring.
15173
15174 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15175
15176         * gnus-art.el (gnus-mime-display-part): Protect against broken
15177         MIME messages.
15178
15179 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15180
15181         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15182         before parsing header.
15183
15184 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15185
15186         * html2text.el (html2text-replace-list): Add new entities.
15187
15188 2005-09-11  Romain Francoise  <romain@orebokech.com>
15189
15190         * message.el (message-alternative-emails): Improve docstring.
15191         (message-setup-1): Call `message-use-alternative-email-as-from'
15192         after `message-setup-hook' to give it precedence over posting
15193         styles, etc.
15194         (message-use-alternative-email-as-from): Add docstring.
15195         Remove the original From header if present.
15196
15197         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15198         (nnml-save-mail): Use it.
15199
15200         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15201         articles.  Add new argument `silent'.
15202         (gnus-uu-mark-all): Report the total number of marked articles.
15203
15204 2005-09-10  Romain Francoise  <romain@orebokech.com>
15205
15206         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15207         (gnus-uu-mark-series): Likewise.
15208
15209 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15210
15211         * spam-report.el (spam-report-gmane): Fix generation of spam
15212         report URL.
15213
15214 2005-09-10  Simon Josefsson  <jas@extundo.com>
15215
15216         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15217         t, based on discussion on the ding list with Robert Epprecht
15218         <epprecht@solnet.ch>.
15219
15220 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15221
15222         * spam-report.el (spam-report-gmane): Make it work without
15223         X-Report-Spam header.  Gmane now only provides Archived-At.
15224         This is only used if `spam-report-gmane-use-article-number' is nil.
15225         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15226
15227         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15228         make `gnus-summary-sort-by-recipient' work with threading.
15229
15230         * nnweb.el (nnweb-google-wash-article): Print a message if article
15231         is not available.
15232
15233 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15234
15235         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15236         change.  Decode text/* parts content before displaying.
15237
15238 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15239
15240         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15241
15242 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15243
15244         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15245
15246         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15247         url-package-name, url-package-version,
15248         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15249         w3m-display-inline-images, and w3m-minor-mode-map.
15250
15251 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15252
15253         * message.el (message-tab-body-function): Fix mismatched custom type.
15254
15255         * gnus.el (gnus-group-change-level-function): Ditto.
15256
15257         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15258
15259         * gnus-art.el (gnus-signature-limit)
15260         (gnus-article-mime-part-function): Ditto.
15261
15262 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15263
15264         * mml.el (mml-mode): Silence the byte compiler.
15265
15266         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15267         using `(sit-for 0)' before moving the point to the specified part;
15268         skip unbuttonized parts.
15269         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15270         return to the summary window if gnus-auto-select-part is non-nil.
15271
15272 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15273
15274         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15275         New variables.
15276         (mml-dnd-attach-file, mml-mode): Use them.
15277
15278         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15279         Make fetching article by MID work again for Google Groups.
15280         Add FIXME concerning gnus-group-make-web-group.
15281
15282         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15283         Don't depend on Gnus by using mail-extract-address-components if
15284         gnus-extract-address-components is not bound.
15285
15286 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15287
15288         * gnus-art.el (gnus-mime-display-security): Don't display the
15289         signature, but only the signed part.
15290
15291 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15292
15293         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15294
15295         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15296         list, not listp.
15297
15298 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15299
15300         * mm-encode.el (mm-encode-content-transfer-encoding):
15301         Likewise when encoding.
15302
15303         * mm-bodies.el (mm-decode-content-transfer-encoding):
15304         De-canonicalize CRLF for all text content types, not just
15305         text/plain.
15306
15307 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15308
15309         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15310         valid article; point arrow and cursor at the MIME button.
15311
15312 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15313
15314         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15315         Suggested by Dan Christensen <jdc@uwo.ca>.
15316
15317         * mm-decode.el (mm-save-part): Enable change of prompt.
15318
15319 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15320
15321         * gnus-msg.el (gnus-inews-add-send-actions):
15322         Make `message-post-method' lambda parameter ARG `&optional'.
15323
15324 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15325
15326         * gnus-sum.el (gnus-summary-mime-map):
15327         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15328         gnus-article-jump-to-part.
15329
15330         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15331         (gnus-article-edit-part): Use it.
15332         (gnus-article-part-wrapper): Add no-handle argument.
15333         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15334         New functions.
15335
15336 2005-08-29  Romain Francoise  <romain@orebokech.com>
15337
15338         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15339         docstring.
15340         (gnus-face-from-file): Likewise.
15341
15342 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15343
15344         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15345         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15346         non-nil.
15347         (gnus-auto-select-part): New variable.
15348         (gnus-article-jump-to-part): New function.
15349         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15350         (gnus-mime-delete-part): Allow selecting specified part after
15351         deleting or stripping parts.
15352         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15353         part if argument is bogus.
15354
15355 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15356
15357         * gnus-art.el (w3m-minor-mode-map):
15358         * gnus-spec.el (gnus-newsrc-file-version):
15359         * gnus-util.el (nnmail-active-file-coding-system)
15360         (gnus-original-article-buffer, gnus-user-agent):
15361         * gnus.el (gnus-ham-process-destinations)
15362         (gnus-parameter-ham-marks-alist)
15363         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15364         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15365         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15366         * mm-decode.el (gnus-current-window-configuration):
15367         * mm-extern.el (gnus-article-mime-handles):
15368         * mm-url.el (url-current-object, url-package-name)
15369         (url-package-version):
15370         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15371         (smime-keys, w3m-cid-retrieve-function-alist)
15372         (w3m-current-buffer, w3m-display-inline-images)
15373         (w3m-minor-mode-map):
15374         * mml-smime.el (gnus-extract-address-components):
15375         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15376         (gnus-newsrc-hashtb, message-default-charset)
15377         (message-deletable-headers, message-options)
15378         (message-posting-charset, message-required-mail-headers)
15379         (message-required-news-headers):
15380         * mml1991.el (mc-pgp-always-sign):
15381         * mml2015.el (mc-pgp-always-sign):
15382         * nnheader.el (nnmail-extra-headers):
15383         * rfc1843.el (gnus-decode-encoded-word-function)
15384         (gnus-decode-header-function, gnus-newsgroup-name):
15385         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15386
15387 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15388
15389         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15390         the end of the date treatments.
15391
15392 2005-08-15  Simon Josefsson  <jas@extundo.com>
15393
15394         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15395         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15396         Capello and Romain Francoise.
15397         (pgg-fetch-key-function): Remove, not used?
15398         (pgg-insert-url-with-w3): Require url, to get
15399         url-insert-file-contents regardless of where it is defined.
15400
15401 2005-08-13  Romain Francoise  <romain@orebokech.com>
15402
15403         * message.el (message-cite-original-1): New function.
15404         (message-cite-original): Use it.
15405         (message-cite-original-without-signature): Ditto.
15406
15407 2005-08-08  Romain Francoise  <romain@orebokech.com>
15408
15409         * message.el (message-yank-empty-prefix): New variable.
15410         (message-indent-citation): Use it.
15411         (message-cite-original-without-signature): Respect X-No-Archive.
15412
15413 2005-08-08  Simon Josefsson  <jas@extundo.com>
15414
15415         * pgg.el: Autoload url-insert-file-contents instead of loading
15416         w3/url.
15417         (pgg-insert-url-with-w3): Don't load url here.
15418
15419 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15420
15421         * message.el (message-kill-to-signature): Don't insert newline at
15422         bol.
15423         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15424
15425 2005-08-06  Romain Francoise  <romain@orebokech.com>
15426
15427         * message.el (message-user-fqdn): Fix typo in docstring.
15428
15429 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15430
15431         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15432
15433         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15434
15435 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15436
15437         * mm-bodies.el (mm-encode-body): Use coding system rather than
15438         charset to encode text.
15439
15440         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15441         number of charsets if utf-8 is available (XEmacs).
15442
15443 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15444
15445         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15446         taken from `gnus-button-mid-or-mail-regexp'.
15447         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15448         (gnus-button-alist): Improve regexp for domain part of the MIDs
15449         for news:localpart@domain buttons.
15450         (gnus-button-ctan-directory-regexp): Update.
15451
15452 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15453
15454         * sieve-manage.el (sieve-manage-interactive-login):
15455         Use make-local-variable rather than make-variable-buffer-local.
15456         (sieve-manage-open): Ditto.
15457         (sieve-manage-authenticate): Ditto.
15458
15459         * mml.el (mml-generate-mime-1): Make the content type default to
15460         text/plain if the filename is not specified.
15461
15462 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15463
15464         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15465         instead of insert-buffer.
15466
15467         * message.el (message-yank-original): Ditto; set the mark at the
15468         end of the yanked message.
15469
15470 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15471
15472         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15473         lines to scroll rather than to stop it.
15474
15475         * mml.el (mml-generate-default-type): Add doc string.
15476         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15477         default to application/octet-stream when determining the content
15478         type if it is not specified for the part or the mml contents; add
15479         a comment about mml-generate-default-type.
15480
15481 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15482
15483         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15484         make it default to application/octet-stream when determining the
15485         content type if it is not specified for the external contents.
15486
15487 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15488
15489         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15490         segmented parameter but also other parameters might be there.
15491
15492 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15493
15494         * mm-decode.el (mm-display-external): Delete temp file, directory
15495         and buffer immediately if the external process is exited.
15496
15497 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15498
15499         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15500         fewer lines than that of scroll-margin.
15501         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15502
15503 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15504
15505         * gnus-art.el (gnus-article-next-page): Revert.
15506         (gnus-article-beginning-of-window): New macro.
15507         (gnus-article-next-page-1): Use it.
15508         (gnus-article-prev-page): Ditto.
15509         (gnus-article-edit-part): Use insert-buffer-substring instead of
15510         insert-buffer.
15511         (gnus-article-edit-exit): Ditto.
15512
15513         * gnus-util.el (gnus-beginning-of-window): Remove.
15514         (gnus-end-of-window): Remove.
15515
15516         * lpath.el: Don't bind header-line-format and scroll-margin.
15517
15518 2005-07-25  Simon Josefsson  <jas@extundo.com>
15519
15520         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15521         to have the url package without w3.  Reported by Daiki Ueno
15522         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15523
15524 2005-07-20  Didier Verna  <didier@xemacs.org>
15525
15526         * gnus-diary.el: Remove the description comment (nndiary is now
15527         properly documented in the Gnus manual).
15528         Fix the spelling of "Back End".
15529         * nndiary.el: Ditto.
15530         Fix the copyright notice.
15531
15532 2005-07-18  Romain Francoise  <romain@orebokech.com>
15533
15534         * gnus-sum.el (gnus-summary-to-prefix)
15535         (gnus-summary-newsgroup-prefix): New variables.
15536         (gnus-summary-from-or-to-or-newsgroups): Use them.
15537
15538 2005-07-17  Romain Francoise  <romain@orebokech.com>
15539
15540         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15541         space as it's generally not especially interesting to the user.
15542
15543 2005-07-16  Romain Francoise  <romain@orebokech.com>
15544
15545         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15546         nil to avoid prompting and file modification if one of the
15547         messages at the top of the nnfolder file contains a copyright
15548         notice.
15549         Update copyright notice.
15550
15551         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15552         instead of `current-time-string' as the latter creates a time
15553         string that is not RFC 2822 compliant (it lacks the zone).
15554         Update copyright notice.
15555
15556 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15557
15558         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15559         for text/rtf.  Display default in prompt.  Pass default for M-n.
15560
15561         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15562
15563 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15564
15565         * gnus-msg.el (gnus-button-mailto):
15566         Remove save-selected-window-window hackery because it relies on
15567         save-selected-window internals.
15568
15569 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15570
15571         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15572         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15573         (gnus-article-prev-page): Ditto.
15574
15575         * gnus-util.el (gnus-beginning-of-window): New function.
15576         (gnus-end-of-window): New function.
15577
15578         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15579
15580 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15581
15582         * gnus-score.el (gnus-score-edit-all-score):
15583         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15584         gnus-message.
15585
15586 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15587
15588         * gnus-msg.el (gnus-button-mailto):
15589         Remove save-selected-window-window hackery because it relies on
15590         save-selected-window internals.
15591
15592 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15593
15594         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15595         add-minor-mode.
15596         (gnus-binary-mode): Ditto.
15597
15598         * gnus-topic.el (gnus-topic-mode): Ditto.
15599
15600 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15601
15602         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15603         (gnus-article-prev-page): Take scroll-margin into consideration.
15604
15605 2005-07-04  Lute Kamstra  <lute@gnu.org>
15606
15607         Update FSF's address in GPL notices.
15608
15609 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15610
15611         * gnus.el (gnus-exit):
15612         * gnus-group.el (gnus-group-icons):
15613         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15614
15615         * gnus-nocem.el (gnus-nocem):
15616         * message.el (message-various, message-buffers, message-sending)
15617         (message-interface, message-forwarding, message-insertion)
15618         (message-headers, message-news, message-mail):
15619         * pgg-gpg.el (pgg-gpg):
15620         * pgg-parse.el (pgg-parse):
15621         * pgg-pgp.el (pgg-pgp):
15622         * pgg-pgp5.el (pgg-pgp5):
15623         * pop3.el (pop3): Finish `defgroup' description with period.
15624
15625 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15626
15627         * gnus-art.el (article-display-face): Improve the efficiency.
15628         (article-display-x-face): Ditto; remove grey x-face stuff.
15629
15630 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15631
15632         * gnus-art.el (article-display-face): Correct the position in
15633         which Faces are inserted.
15634
15635 2005-06-29  Didier Verna  <didier@xemacs.org>
15636
15637         * gnus-art.el (article-display-face): Display faces in correct
15638         order.
15639
15640 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15641
15642         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15643         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15644         (gnus-nocem-check-article): Fetch the Type header.
15645         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15646         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15647         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15648         make sure gnus-nocem-hashtb is initialized.
15649         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15650         (gnus-nocem-unwanted-article-p): Ditto.
15651
15652         * pgg.el (pgg-verify): Return the verification result.
15653
15654 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15655
15656         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15657         is ascii.
15658
15659 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15660
15661         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15662         `show-nonbreak-escape'.
15663
15664 2005-06-23  Lute Kamstra  <lute@gnu.org>
15665
15666         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15667
15668         * dig.el (dig-mode):
15669         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15670
15671 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15672
15673         * nnimap.el (nnimap-split-download-body): Fix spellings.
15674
15675 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15676
15677         * gnus-art.el (gnus-article-encrypt-body):
15678         * gnus-cus.el (gnus-score-customize):
15679         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15680         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15681
15682 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15683
15684         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15685         header by looking for magic "MII" at the beginnig.
15686
15687 2005-06-16  Miles Bader  <miles@gnu.org>
15688
15689         * gnus-xmas.el (gnus-xmas-group-startup-message):
15690         Use renamed gnus-splash face.
15691
15692         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15693         (assistant-field-face): New backward-compatibility alias for renamed
15694         face.
15695         (assistant-render-text): Use renamed assistant-field face.
15696
15697         * spam.el (spam): Remove "-face" suffix from face name.
15698         (spam-face): New backward-compatibility alias for renamed face.
15699         (spam-face, spam-initialize): Use renamed spam face.
15700
15701         * message.el (message-header-to, message-header-cc)
15702         (message-header-subject, message-header-newsgroups)
15703         (message-header-other, message-header-name)
15704         (message-header-xheader, message-separator, message-cited-text)
15705         (message-mml): Remove "-face" suffix from face names.
15706         (message-header-to-face, message-header-cc-face)
15707         (message-header-subject-face, message-header-newsgroups-face)
15708         (message-header-other-face, message-header-name-face)
15709         (message-header-xheader-face, message-separator-face)
15710         (message-cited-text-face, message-mml-face):
15711         New backward-compatibility aliases for renamed faces.
15712         (message-font-lock-keywords): Use renamed message faces.
15713
15714         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15715         (sieve-test-commands, sieve-tagged-arguments):
15716         Remove "-face" suffix from face names.
15717         (sieve-control-commands-face, sieve-action-commands-face)
15718         (sieve-test-commands-face, sieve-tagged-arguments-face):
15719         New backward-compatibility aliases for renamed faces.
15720         (sieve-control-commands-face, sieve-action-commands-face)
15721         (sieve-test-commands-face, sieve-tagged-arguments-face):
15722         Use renamed sieve faces.
15723
15724         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15725         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15726         (gnus-group-news-3-empty, gnus-group-news-4)
15727         (gnus-group-news-4-empty, gnus-group-news-5)
15728         (gnus-group-news-5-empty, gnus-group-news-6)
15729         (gnus-group-news-6-empty, gnus-group-news-low)
15730         (gnus-group-news-low-empty, gnus-group-mail-1)
15731         (gnus-group-mail-1-empty, gnus-group-mail-2)
15732         (gnus-group-mail-2-empty, gnus-group-mail-3)
15733         (gnus-group-mail-3-empty, gnus-group-mail-low)
15734         (gnus-group-mail-low-empty, gnus-summary-selected)
15735         (gnus-summary-cancelled, gnus-summary-high-ticked)
15736         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15737         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15738         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15739         (gnus-summary-low-undownloaded)
15740         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15741         (gnus-summary-low-unread, gnus-summary-normal-unread)
15742         (gnus-summary-high-read, gnus-summary-low-read)
15743         (gnus-summary-normal-read, gnus-splash):
15744         Remove "-face" suffix from face names.
15745         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15746         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15747         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15748         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15749         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15750         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15751         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15752         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15753         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15754         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15755         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15756         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15757         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15758         (gnus-summary-normal-ticked-face)
15759         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15760         (gnus-summary-normal-ancient-face)
15761         (gnus-summary-high-undownloaded-face)
15762         (gnus-summary-low-undownloaded-face)
15763         (gnus-summary-normal-undownloaded-face)
15764         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15765         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15766         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15767         (gnus-splash-face):
15768         New backward-compatibility aliases for renamed faces.
15769         (gnus-group-startup-message): Use renamed gnus faces.
15770
15771         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15772         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15773         (gnus-server-agent): Remove "-face" suffix from face names.
15774         (gnus-server-agent-face, gnus-server-opened-face)
15775         (gnus-server-closed-face, gnus-server-denied-face)
15776         (gnus-server-offline-face):
15777         New backward-compatibility aliases for renamed faces.
15778         (gnus-server-agent-face, gnus-server-opened-face)
15779         (gnus-server-closed-face, gnus-server-denied-face)
15780         (gnus-server-offline-face): Use renamed gnus faces.
15781
15782         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15783         Remove "-face" suffix from face names.
15784         (gnus-picon-xbm-face, gnus-picon-face):
15785         New backward-compatibility aliases for renamed faces.
15786
15787         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15788         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15789         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15790         (gnus-cite-11): Remove "-face" suffix from face names.
15791         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15792         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15793         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15794         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15795         New backward-compatibility aliases for renamed faces.
15796         (gnus-cite-attribution-face, gnus-cite-face-list)
15797         (gnus-article-boring-faces): Use renamed gnus faces.
15798
15799         * gnus-art.el (gnus-signature, gnus-header-from)
15800         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15801         (gnus-header-content): Remove "-face" suffix from face names.
15802         (gnus-signature-face, gnus-header-from-face)
15803         (gnus-header-subject-face, gnus-header-newsgroups-face)
15804         (gnus-header-name-face, gnus-header-content-face):
15805         New backward-compatibility aliases for renamed faces.
15806         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15807
15808         * gnus-sum.el (gnus-summary-selected-face)
15809         (gnus-summary-highlight): Use renamed gnus faces.
15810         * gnus-group.el (gnus-group-highlight): Likewise.
15811
15812 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15813
15814         * gnus-sieve.el (gnus-sieve-article-add-rule):
15815         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15816         * spam-stat.el (spam-stat-buffer-change-to-spam)
15817         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15818
15819         * message.el (message-is-yours-p):
15820         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15821
15822 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15823
15824         * mm-view.el (mm-inline-text): Withdraw the last change.
15825
15826 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15827
15828         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15829         executing enriched-decode.
15830
15831 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15832
15833         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15834         charset of tar files.
15835
15836 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15837
15838         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15839
15840 2005-06-04  Lute Kamstra  <lute@gnu.org>
15841
15842         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15843         information is never recorded.
15844
15845 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15846
15847         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15848
15849 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15850
15851         * pop3.el (pop3-apop): Run md5 in the binary mode.
15852
15853         * starttls.el (starttls-set-process-query-on-exit-flag):
15854         Use eval-and-compile.
15855
15856 2005-05-31  Simon Josefsson  <jas@extundo.com>
15857
15858         * smime.el (smime-replace-in-string): Define.
15859         (smime-cert-by-ldap-1): Use it.
15860
15861 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15862
15863         * gnus-art.el (article-display-x-face): Replace
15864         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15865
15866         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15867         set-process-query-on-exit-flag or process-kill-without-query.
15868
15869         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15870         loop instead of replace-regexp.
15871
15872         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15873         instead of process-kill-without-query if it is available.
15874
15875         * lpath.el: Fbind ldap-search-entries.
15876
15877         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15878         instead of find-file-hooks if it is available.
15879
15880         * mml1991.el: Bind pgg-default-user-id when compiling.
15881
15882         * mml2015.el: Bind pgg-default-user-id when compiling.
15883
15884         * nndraft.el (nndraft-request-associate-buffer):
15885         Use write-contents-functions instead of write-contents-hooks if it is
15886         available.
15887
15888         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15889         instead of find-file-hooks if it is available.
15890
15891         * nntp.el (nntp-open-connection): Replace
15892         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15893         (nntp-open-ssl-stream): Ditto.
15894         (nntp-open-tls-stream): Ditto.
15895
15896         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15897         set-process-query-on-exit-flag or process-kill-without-query.
15898         (starttls-open-stream-gnutls): Use it instead of
15899         process-kill-without-query.
15900         (starttls-open-stream): Ditto.
15901
15902 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15903
15904         * smime.el (smime-cert-by-ldap-1): Don't use
15905         replace-regexp-in-string.
15906
15907 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15908
15909         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15910
15911         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15912         in PEM format.  Adjust to the XEmacs compability.
15913
15914 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15915
15916         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15917         by `string-to-number'.
15918         * gnus-agent.el (gnus-agent-regenerate-group)
15919         (gnus-agent-fetch-articles): Ditto.
15920         * gnus-art.el (gnus-button-fetch-group): Ditto.
15921         * gnus-cache.el (gnus-cache-generate-active)
15922         (gnus-cache-articles-in-group): Ditto.
15923         * gnus-group.el (gnus-group-set-current-level)
15924         (gnus-group-insert-group-line): Ditto.
15925         * gnus-score.el (gnus-score-set-expunge-below)
15926         (gnus-score-set-mark-below, gnus-summary-score-effect)
15927         (gnus-summary-score-entry): Ditto.
15928         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15929         (gnus-soup-pack): Ditto.
15930         * gnus-spec.el (gnus-xmas-format): Ditto.
15931         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15932         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15933         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15934         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15935         * nndb.el (nndb-get-remote-expire-response): Ditto.
15936         * nndiary.el (nndiary-parse-schedule-value)
15937         (nndiary-string-to-number, nndiary-request-replace-article)
15938         (nndiary-request-article): Ditto.
15939         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15940         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15941         * nneething.el (nneething-make-head): Ditto.
15942         * nnfolder.el (nnfolder-request-article)
15943         (nnfolder-retrieve-headers): Ditto.
15944         * nnheader.el (nnheader-file-to-number): Ditto.
15945         * nnkiboze.el (nnkiboze-request-article): Ditto.
15946         * nnmail.el (nnmail-process-unix-mail-format)
15947         (nnmail-process-babyl-mail-format): Ditto.
15948         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15949         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15950         (nnmh-request-create-group, nnmh-request-list-1)
15951         (nnmh-request-group, nnmh-request-article): Ditto.
15952         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15953         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15954         * nnsoup.el (nnsoup-make-active): Ditto.
15955         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15956         * nntp.el (nntp-find-group-and-number)
15957         (nntp-retrieve-headers-with-xover): Ditto.
15958         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15959         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15960         (pgg-format-key-identifier): Ditto.
15961         * pop3.el (pop3-last, pop3-stat): Ditto.
15962         * qp.el (quoted-printable-decode-region): Ditto.
15963
15964         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15965         of concat.
15966
15967 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15968
15969         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15970
15971         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15972
15973         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15974
15975         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15976
15977         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15978
15979         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15980
15981         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15982         (gnus-carpal-mode): Ditto.
15983
15984         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15985         (gnus-browse-mode): Ditto.
15986
15987         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15988
15989         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15990
15991 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15992
15993         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15994
15995 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15996
15997         * gnus-util.el (gnus-run-mode-hooks): New function.
15998
15999         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16000
16001         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
16002         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
16003
16004 2005-05-27  Lute Kamstra  <lute@gnu.org>
16005
16006         * dns-mode.el (dns-mode): Specify customization group.
16007
16008 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16009
16010         * gnus-agent.el (gnus-agent-make-mode-line-string):
16011         Use mode-line-highlight as mouse-face.
16012
16013 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16014
16015         * canlock.el (canlock): Change the parent group to news.
16016
16017         * deuglify.el (gnus-outlook-deuglify): Add :group.
16018
16019         * dig.el (dig): Add :group.
16020
16021         * dns-mode.el (dns-mode): Add :group.
16022
16023         * encrypt.el (encrypt): Add :group.
16024
16025         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16026         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16027         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16028         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16029         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16030
16031         * gnus-diary.el (gnus-diary): Add :group.
16032
16033         * gnus.el (gnus-group-news-1-face): Add :group.
16034         (gnus-group-news-1-empty-face): Ditto.
16035         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16036         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16037         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16038         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16039         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16040         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16041         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16042         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16043         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16044         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16045         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16046         (gnus-summary-high-ticked-face): Ditto.
16047         (gnus-summary-low-ticked-face): Ditto.
16048         (gnus-summary-normal-ticked-face): Ditto.
16049         (gnus-summary-high-ancient-face): Ditto.
16050         (gnus-summary-low-ancient-face): Ditto.
16051         (gnus-summary-normal-ancient-face): Ditto.
16052         (gnus-summary-high-undownloaded-face): Ditto.
16053         (gnus-summary-low-undownloaded-face): Ditto.
16054         (gnus-summary-normal-undownloaded-face): Ditto.
16055         (gnus-summary-high-unread-face): Ditto.
16056         (gnus-summary-low-unread-face): Ditto.
16057         (gnus-summary-normal-unread-face): Ditto.
16058         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16059         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16060
16061         * hashcash.el (hashcash): New custom group.
16062         (hashcash-default-payment): Add :group.
16063         (hashcash-payment-alist): Ditto.
16064         (hashcash-default-accept-payment): Ditto.
16065         (hashcash-accept-resources): Ditto.
16066         (hashcash-path): Ditto.
16067         (hashcash-extra-generate-parameters): Ditto.
16068         (hashcash-double-spend-database): Ditto.
16069         (hashcash-in-news): Ditto.
16070
16071         * message.el (message-minibuffer-local-map): Add :group.
16072
16073         * netrc.el (netrc): Add :group.
16074
16075         * sieve-manage.el (sieve-manage-log): Add :group.
16076         (sieve-manage-default-user): Diito.
16077         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16078         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16079         (sieve-manage-authenticators): Ditto.
16080         (sieve-manage-authenticator-alist): Ditto.
16081         (sieve-manage-default-port): Ditto.
16082
16083         * sieve-mode.el (sieve-control-commands-face): Add :group.
16084         (sieve-action-commands-face): Ditto.
16085         (sieve-test-commands-face): Ditto.
16086         (sieve-tagged-arguments-face): Ditto.
16087
16088         * smime.el (smime): Add :group.
16089
16090         * spam-report.el (spam-report): Add :group.
16091
16092         * spam.el (spam, spam-face): Add :group.
16093
16094 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16095
16096         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16097         return \n.\n.\n at the end of articles.  Protect against that.
16098         (nntp-with-open-group): Allow debugging.
16099
16100         * nnheader.el (mail-header-set-extra): Make into a function
16101         because I just could't understand how to quote the list properly.
16102
16103         * dns.el (query-dns-cached): New function.
16104
16105 2005-05-26  Lute Kamstra  <lute@gnu.org>
16106
16107         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16108
16109 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16110
16111         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16112
16113         * gnus-art.el: Don't autoload mail-extract-address-components.
16114
16115         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16116         eval-and-compile to evaluate it.
16117
16118         * hashcash.el: Don't autoload executable-find.
16119
16120         * nndb.el: Don't declare the nndb back end two or more times; don't
16121         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16122
16123         * nntp.el: Autoload format-spec instead of format; use
16124         eval-and-compile to evaluate autoload forms.
16125
16126 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16127
16128         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16129
16130 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16131
16132         * gnus.el (gnus-version-number): Bump version.
16133
16134 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16135
16136         * gnus.el: No Gnus v0.3 is released.
16137
16138 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16139
16140         * lpath.el (featurep): Bind show-nonbreak-escape.
16141
16142 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16143
16144         * gnus-art.el (gnus-article-edit-part): Disable undo.
16145
16146 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16147
16148         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16149         gnus-article-date-lapsed-new-header is t if date timer is active;
16150         skip headers in which the original date value is empty.
16151         (gnus-article-save-original-date): Redefine it as a macro.
16152         (gnus-display-mime): Use it.
16153
16154 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16155
16156         * gnus-art.el (article-date-ut): Support converting date in
16157         forwarded parts as well.
16158         (gnus-article-save-original-date): New function.
16159         (gnus-display-mime): Use it.
16160
16161 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16162
16163         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16164         enclosure element of <item>.
16165
16166 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16167
16168         * message.el (message-kill-buffer-query): Rename from
16169         `message-kill-buffer-query-if-modified'.  Add :version.
16170
16171 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16172
16173         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16174         window layout.
16175
16176 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16177
16178         * mml.el: Autoload dnd when compiling.
16179
16180 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16181
16182         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16183         x-dnd-*.
16184
16185 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16186
16187         * qp.el (quoted-printable-encode-region): Save excursion.
16188
16189 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16190
16191         * message.el (message-kill-buffer-query-if-modified): Add new variable
16192         so the user can kill a modified message buffer quickly.
16193         (message-kill-buffer): Use it.
16194
16195 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16196
16197         * lpath.el: Fbind display-time-event-handler; don't fbind
16198         string-to-multibyte.
16199
16200         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16201
16202 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16203
16204         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16205         contained in text because xml.el decodes entities) with LFs.
16206
16207 2005-04-11  Lute Kamstra  <lute@gnu.org>
16208
16209         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16210         differently.
16211
16212 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16213
16214         * mm-util.el (mm-detect-coding-region): Typo.
16215
16216 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16217
16218         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16219
16220 2005-04-06  Deepak Goel  <deego@gnufans.org>
16221
16222         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16223         user-function allow user modifications of the scores.
16224         (spam-stat-score-buffer-user): New function, to allow
16225         user-computed modifications to the score.
16226         (spam-stat-score-buffer-user-functions): List of additional
16227         scoring functions.
16228         (spam-stat-error-holder): Global temporary error holder.
16229         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16230         variable.
16231
16232 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16233
16234         * gnus-registry.el (gnus-registry-clean-empty-function)
16235         (gnus-registry-trim, gnus-registry-fetch-groups)
16236         (gnus-registry-delete-group): Groups that match
16237         `gnus-registry-ignored-groups' are removed from the registry
16238         entries, not just ignored for splitting.  This helps clean up the
16239         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16240         to get all the groups a message ID is in.
16241
16242         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16243         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16244         (spam-stat-score-buffer-user-functions): Add :number custom type.
16245
16246 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16247
16248         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16249         argument in XEmacs.
16250
16251         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16252         (nnrss-request-group): Decode group name first.
16253         (nnrss-request-article): Make a text/plain article if mml-to-mime
16254         failed.
16255         (nnrss-get-encoding): Return a compatible encoding according to
16256         nnrss-compatible-encoding-alist.
16257         (nnrss-find-el): Use consp instead of listp.
16258         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16259
16260 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16261
16262         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16263         which Emacs 20 doesn't support.
16264         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16265
16266 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16267
16268         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16269         silence the byte compiler inside the defun.
16270
16271         * gnus-demon.el (parse-time-string): Add autoload.
16272
16273         * gnus-delay.el (parse-time-string): Add autoload.
16274
16275         * gnus-art.el (parse-time-string): Add autoload.
16276
16277         * nnultimate.el (parse-time): Require for `parse-time-string'.
16278
16279 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16280
16281         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16282
16283         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16284
16285         * smime.el (smime-ldap-host-list): Add :version.
16286
16287 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16288
16289         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16290         pass it to `gnus-browse-read-group'.
16291         (gnus-browse-read-group): Add NUMBER argument and pass it to
16292         `gnus-group-read-ephemeral-group'.
16293
16294         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16295         argument and pass it to `gnus-group-read-group'.
16296
16297 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16298
16299         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16300         mm-xemacs-find-mime-charset-1 if we have the mule feature
16301         available at runtime.
16302
16303 2005-03-25  Werner Lemberg  <wl@gnu.org>
16304
16305         * nnmaildir.el: Replace `illegal' with `invalid'.
16306
16307 2005-03-23  Lute Kamstra  <lute@gnu.org>
16308
16309         * time-date.el: Add comment on time value formats.
16310         Don't require parse-time.
16311         (with-decoded-time-value): New macro.
16312         (encode-time-value): New function.
16313         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16314         (days-to-time): Return a valid time value when arg is huge.
16315         (time-since): Use time-subtract.
16316         (time-to-number-of-days): Use time-to-seconds.
16317
16318 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16319
16320         * gnus-start.el (gnus-display-time-event-handler):
16321         Check display-time-timer at runtime rather than only at load time
16322         in case display-time-mode is turned off in the mean time.
16323
16324 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16325
16326         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16327         used.
16328
16329         * nneething.el (nneething-map-file-directory): Derive from
16330         `gnus-directory'.
16331
16332         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16333         the To/Cc button.
16334
16335 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16336
16337         * nnmaildir.el (nnmaildir-request-accept-article):
16338         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16339
16340 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16341
16342         * gnus-async.el: Require timer-funcs at compile time when in
16343         XEmacs for `run-with-idle-timer'.
16344
16345 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16346
16347         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16348         autoloaded function.
16349
16350 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16351
16352         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16353
16354 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16355
16356         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16357
16358 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16359
16360         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16361         Add gnus-expert-user to default.
16362
16363 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16364
16365         * nnimap.el (nnimap-open-server): Ditto.
16366
16367         * imap.el (imap-authenticate): Fix typo.
16368
16369 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16370
16371         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16372         buffer (since IMAP server might return FETCH response out of
16373         order, and the nntp buffer must be sorted).
16374
16375 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16376
16377         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16378         comparison on string.
16379
16380         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16381         (gnus-agent-score): Rename category keywords to match gnus-cus.
16382         (gnus-agent-summary-fetch-series): Modify to protect against
16383         gnus-agent-summary-fetch-group clearing processable flags.
16384         (gnus-agent-synchronize-group-flags): Update live group buffer as
16385         synchronization may occur due to the user toggle the plugged
16386         status.
16387         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16388         successfully downloaded.
16389         (gnus-agent-expire-group-1): Avoid using markers when the overview
16390         is in ascending order; greatly improves performance.
16391         (gnus-agent-regenerate-group):
16392         Use gnus-agent-synchronize-group-flags to reset read status in both
16393         gnus and server.
16394         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16395
16396 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16397
16398         * message.el: Don't autoload former message-utils variables.
16399         (message-strip-subject-trailing-was): Change doc string.
16400
16401         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16402         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16403         (nnweb-google-search): Add "hl=en" here.
16404         (nnweb-google-parse-1, nnweb-google-create-mapping):
16405         Don't hardcode URL.
16406
16407 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16408
16409         * message.el (message-get-reply-headers, message-followup):
16410         Mention related variables `message-use-followup-to' and
16411         `message-use-mail-followup-to', in the information buffer.
16412
16413         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16414         of broken groups(-beta).google.com.
16415
16416 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16417
16418         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16419         parameter to invoked gnus-request-move-article; remove the
16420         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16421         all at once instead of once per article.
16422         (gnus-summary-remove-process-mark): Accept a list of articles as
16423         well as a single article for processing.
16424
16425         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16426         parameter.
16427
16428         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16429
16430         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16431
16432         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16433         parameter.
16434
16435         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16436         parameter.
16437
16438         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16439         parameter and remove the gnus-sum-hint-move-is-internal variable.
16440
16441         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16442         parameter.
16443
16444         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16445         parameter.
16446
16447         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16448         parameter.
16449
16450         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16451
16452         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16453         parameter.
16454
16455         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16456         parameter.
16457
16458 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16459
16460         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16461         a more conservative way.
16462
16463 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16464
16465         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16466         buffer, so it moves the window's cursor.
16467
16468 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16469
16470         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16471         `mm-dissect-multipart' and receive the from field as an (optional)
16472         argument from `mm-dissect-multipart'.
16473         (mm-dissect-multipart): Receive the from field as an argument and
16474         pass it on when we call `mm-dissect-buffer' on MIME parts.
16475         Fixes verification/decryption of signed/encrypted MIME parts.
16476
16477 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16478
16479         * gnus-sum.el (gnus-summary-move-article):
16480         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16481         whatever it calls (right now, only nnimap-request-move article
16482         respects it).
16483
16484         * nnimap.el (nnimap-request-move-article):
16485         When gnus-sum-hint-move-is-internal is set, don't do the extra
16486         nnimap-request-article.
16487
16488 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16489
16490         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16491
16492         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16493         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16494
16495         * gnus-sum.el (gnus-summary-caesar-message):
16496         Apply `gnus-treat-article' after rotation.
16497
16498         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16499         doc string.
16500
16501 2005-02-22  Simon Josefsson  <jas@extundo.com>
16502
16503         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16504         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16505         <arne@arnested.dk>.
16506         (encrypt): Add password-cache and password-cache-expiry as group
16507         members.
16508
16509 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16510
16511         * smime.el (smime-ldap-host-list): Doc fix.
16512         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16513         cache) password.
16514         (smime-sign-region): Use it.
16515         (smime-decrypt-region): Use it.
16516         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16517         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16518         fails.
16519         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16520         certificate from DER to PEM format rather than calling openssl.
16521
16522         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16523
16524         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16525         for signing/encryption.
16526
16527         * mml.el (mml-parse-1): Use them.
16528
16529 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16530
16531         * nnrss.el (nnrss-verbose): Remove.
16532         (nnrss-request-group): Use `nnheader-message' instead.
16533
16534 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16535
16536         * nnrss.el (nnrss-verbose): New variable.
16537         (nnrss-request-group): Make it say nnrss is requesting a group.
16538
16539 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16540
16541         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16542         Handle news URL with given port correctly.
16543
16544 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16545
16546         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16547         containing special characters.
16548
16549         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16550
16551         * mml.el (mime-to-mml): Ditto.
16552
16553         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16554         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16555         (rfc2047-decode-region): Quote decoded words containing special
16556         characters when rfc2047-quote-decoded-words-containing-tspecials
16557         is non-nil.
16558
16559 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16560
16561         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16562
16563         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16564
16565 2005-02-15  Simon Josefsson  <jas@extundo.com>
16566
16567         * nnimap.el (nnimap-debug): Doc fix.
16568
16569         * imap.el (imap-debug): Doc fix.
16570
16571 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16572
16573         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16574
16575 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16576
16577         * gnus.el (spam-contents): Improve docs for spam-contents
16578         parameter in its variable incarnation.
16579
16580 2005-02-14  Simon Josefsson  <jas@extundo.com>
16581
16582         * smime-ldap.el: Use require instead of load-library for ldap.
16583         (smime-ldap-search): Indent.
16584         (smime-ldap-search-internal): Shorten line.
16585
16586         * smime.el (smime-cert-by-dns): Add doc-string.
16587         (smime-cert-by-ldap-1): Indent.
16588
16589         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16590         mml-smime-get-dns-ldap.
16591         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16592
16593 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16594
16595         * smime.el: Require smime-ldap.
16596         (smime-ldap-host-list): New variable.
16597         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16598
16599         * mml-smime.el (mml-smime-encrypt-query): New function.
16600         (mml-smime-encrypt-query): Use it.
16601
16602         * smime-ldap.el: New file.
16603
16604 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16605
16606         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16607
16608 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16609
16610         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16611         argument in doc string.  Make query for type more clear.
16612
16613 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16614
16615         * gnus.el (gnus-group-startup-message): Search for gnus images in
16616         etc/images/gnus.
16617         * mm-util.el (mm-image-load-path): Likewise.
16618         * smiley.el (smiley-data-directory): Search for smilies in
16619         etc/images/smilies.
16620
16621 2005-02-09  Kim F. Storm  <storm@cua.dk>
16622
16623         Change Emacs release version from 21.4 to 22.1 throughout.
16624         Change Emacs development version from 21.3.50 to 22.0.50.
16625
16626 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16627
16628         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16629
16630         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16631         non-Mule XEmacs as well.
16632         (mm-decompress-buffer): Signal an error intentionally if it does
16633         not decompress compressed data because auto-compression-mode is
16634         disabled.
16635
16636 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16637
16638         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16639         an ID in the registry even if it has no groups.
16640
16641 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16642
16643         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16644         merge it into mm-decompress-buffer.
16645         (gnus-mime-copy-part): Use the MIME part charset, the value which
16646         a user specified or gnus-newsgroup-charset for decoding, like
16647         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16648         save-buffer what was used.  Suggested by Kevin Ryde
16649         <user42@zip.com.au>.
16650         (gnus-mime-inline-part): Allow the name parameter as well as the
16651         filename parameter; force decompressing of compressed data; always
16652         display contents being not decoded as unibyte.
16653
16654         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16655         as well as the filename parameter.
16656
16657         * mm-util.el (mm-decompress-buffer):
16658         Merge gnus-mime-jka-compr-maybe-uncompress.
16659         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16660         of compressed data.
16661
16662 2005-02-08  Simon Josefsson  <jas@extundo.com>
16663
16664         * imap.el (imap-log): Doc fix.
16665
16666 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16667
16668         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16669         the coding cookies; decompress compressed parts.
16670
16671         * mml.el (mml-generate-mime-1): Add the charset parameter according
16672         to the value which a user specified manually or the coding cookie.
16673
16674         * mm-util.el (mm-string-to-multibyte): New function.
16675         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16676         (mm-coding-system-to-mime-charset): New function.
16677         (mm-decompress-buffer): New function.
16678         (mm-find-buffer-file-coding-system): New function.
16679
16680         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16681         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16682         parts.
16683
16684 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16685
16686         * mm-view.el (mm-display-inline-fontify): Decode a part according
16687         to the charset parameter.
16688
16689 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16690
16691         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16692         prefix arg is neither nil nor a number, as info specifies.
16693
16694 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16695
16696         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16697         timestamps.
16698
16699 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16700
16701         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16702         groups error checking and notify user.
16703
16704 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16705
16706         * message.el (message-send-mail-function): Check existence of
16707         sendmail-program first before using default value
16708         `message-send-mail-with-sendmail'.  Otherwise use more generic
16709         `smtpmail-send-it'.
16710
16711 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16712
16713         * nntp.el (nntp-request-update-info): Always return nil.
16714
16715 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16716
16717         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16718
16719 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16720
16721         * message.el (message-beginning-of-line): Change the behavior when
16722         invoked between BOL and : so that it first moves backward.
16723
16724 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16725
16726         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16727         article buffer when editing of the article is discarded.
16728         (gnus-article-prepare): Revert.
16729
16730 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16731
16732         * gnus-art.el (gnus-article-prepare):
16733         Remove message-strip-forbidden-properties from the local hook.
16734
16735 2005-01-27  Simon Josefsson  <jas@extundo.com>
16736
16737         * password.el (password-cache-add): Only start one timer per key.
16738         Reported by Derek Atkins <warlord@MIT.EDU>.
16739
16740 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16741
16742         * run-at-time.el: Remove.  It is no longer needed as
16743         timer-funcs.el in the xemacs-base package has a working version of
16744         `run-at-time'.
16745
16746         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16747
16748         * password.el: Require timer-funcs instead of run-at-time in
16749         XEmacs.
16750         Remove `password-run-at-time' macro.
16751         (password-cache-add): Use `run-at-time' instead of
16752         `password-run-at-time'.
16753
16754         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16755         Remove `nnheader-cancel-function-timers' alias,
16756         `cancel-function-timers' exists in XEmacs in timer-funcs.
16757
16758         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16759         for `run-with-idle-timer'.
16760
16761         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16762         for `run-at-time'.
16763
16764         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16765         for `with-timeout'.
16766
16767         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16768         the same as for XEmacs 21.4.
16769         No need to ignore `run-with-idle-timer', this function exists in
16770         XEmacs now in timer-funcs.el in the xemacs-base package.
16771         (dgnushack-compile): No need to delete
16772         run-at-time.el from the list of files to compile because it
16773         doesn't exist anymore.
16774
16775 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16776
16777         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16778         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16779
16780 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16781
16782         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16783         sensitively.
16784
16785 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16786
16787         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16788
16789 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16790
16791         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16792         which will be inserted according to the multibyteness of a buffer
16793         rather than the type of contents.  Suggested by ARISAWA Akihiro
16794         <ari@mbf.ocn.ne.jp>.
16795
16796         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16797         of string which old xml.el may return rather than a string.
16798
16799 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16800
16801         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16802
16803 2005-01-16  Simon Josefsson  <jas@extundo.com>
16804
16805         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16806         idn/idna.el isn't available.
16807         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16808         <michael@waxrat.com>.
16809
16810         * hashcash.el: Remove non-FSF copyright header.
16811
16812         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16813         (hashcash-generate-payment): Use it.
16814         (hashcash-generate-payment-async): Use it.
16815
16816 2005-01-15  Simon Josefsson  <jas@extundo.com>
16817
16818         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16819         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16820
16821         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16822         gnus-summary-idna-message.
16823         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16824         (gnus-summary-idna-message): New function.
16825
16826 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16827
16828         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16829         gnus-novice-user.
16830
16831 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16832
16833         * nnrss.el (nnrss-request-delete-group): Delete entries in
16834         nnrss-group-alist as well.
16835         (nnrss-save-server-data): Insert newline.
16836
16837 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16838
16839         * gnus.el (gnus-user-agent): Use list of symbols instead of
16840         symbols.  Display full version number for (S)XEmacs.
16841         Optionally display (S)XEmacs codename.
16842
16843         * gnus-util.el (gnus-emacs-version): Update for new
16844         `gnus-user-agent'.
16845
16846         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16847         Gnus version.
16848
16849 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16850
16851         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16852         which is unreadable in some setups.
16853
16854 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16855
16856         * gnus-spec.el (gnus-update-format-specifications): Flush the
16857         group format spec cache if it doesn't support decoded group names.
16858
16859 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16860
16861         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16862         Allow to apply decay on score files matching a regexp.
16863
16864 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16865
16866         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16867         compatibility in %g and %c.
16868
16869 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16870
16871         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16872         name for only %g and %c.
16873         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16874         of gnus-tmp-group to decoded group name.
16875         (gnus-group-make-rss-group): Exclude `/'s from group names.
16876
16877 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16878
16879         * nnrss.el (nnrss-get-encoding): Fix regexp.
16880
16881 2004-12-27  Simon Josefsson  <jas@extundo.com>
16882
16883         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16884         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16885         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16886
16887 2004-12-17  Kim F. Storm  <storm@cua.dk>
16888
16889         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16890
16891         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16892
16893 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16894
16895         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16896
16897 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16898
16899         * nnrss.el: Require rfc2047 and mml.
16900         (nnrss-file-coding-system): New variable.
16901         (nnrss-format-string): Redefine it as an inline function.
16902         (nnrss-decode-group-name): New function.
16903         (nnrss-string-as-multibyte): Remove.
16904         (nnrss-retrieve-headers): Decode group name; don't use
16905         nnrss-format-string.
16906         (nnrss-request-group): Decode group name.
16907         (nnrss-request-article): Decode group name; allow a Message-ID as
16908         well as an article number; don't use nnrss-format-string; encode a
16909         Message-ID string which may contain non-ASCII characters; use
16910         mml-to-mime to compose a MIME article.
16911         (nnrss-request-expire-articles): Decode group name.
16912         (nnrss-request-delete-group): Decode group name.
16913         (nnrss-fetch): Clarify error message.
16914         (nnrss-read-server-data): Use insert-file-contents instead of load;
16915         bind file-name-coding-system; use multibyte buffer.
16916         (nnrss-save-server-data): Bind coding-system-for-write to the
16917         value of nnrss-file-coding-system; bind file-name-coding-system;
16918         add coding cookie.
16919         (nnrss-read-group-data): Use insert-file-contents instead of load;
16920         bind file-name-coding-system; use multibyte buffer.
16921         (nnrss-save-group-data): Bind coding-system-for-write to the
16922         value of nnrss-file-coding-system; bind file-name-coding-system.
16923         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16924         make it work with non-ASCII text.
16925         (nnrss-find-el): Make it work with old xml.el as well.
16926
16927 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16928
16929         * nnrss.el (nnrss-get-encoding): New function.
16930         (nnrss-fetch): Use unibyte buffer initially; bind
16931         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16932         decode contents according to the encoding attribute.
16933         (nnrss-save-group-data): Add coding cookie.
16934         (nnrss-mime-encode-string): New function.
16935         (nnrss-check-group): Use it to encode subject and author.
16936
16937 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16938
16939         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16940         imaginary variable.
16941
16942 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16943
16944         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16945         correctly even if there are wide characters.
16946
16947 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16948
16949         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16950         downcased symbol names; make a new cache instead of reusing
16951         bbdb-hashtable.
16952
16953 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16954
16955         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16956         concatenating segments rather than before concatenating them.
16957         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16958
16959         * message.el (message-get-reply-headers): Bind `extra'.
16960
16961 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16962
16963         * message.el (message-extra-wide-headers): New variable.
16964         (message-get-reply-headers): Use it.
16965
16966 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16967
16968         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16969         (gnus-agent-group-pathname): Ditto.
16970
16971         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16972
16973         * gnus-group.el (gnus-group-make-group): Decode group name.
16974         (gnus-group-make-rss-group): Register the group data after opening
16975         the nnrss group.
16976
16977 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16978
16979         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16980         by expiry now get marked as read.
16981
16982 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16983
16984         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16985
16986 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16987
16988         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16989         unify Latin characters in XEmacs.
16990         (mm-find-mime-charset-region): Use it.
16991
16992 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16993
16994         * gnus-util.el (gnus-delete-directory): New function.
16995
16996         * gnus-agent.el (gnus-agent-delete-group): Use it.
16997
16998         * gnus-cache.el (gnus-cache-delete-group): Use it.
16999
17000 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17001
17002         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17003         names.
17004
17005 2004-12-16  Simon Josefsson  <jas@extundo.com>
17006
17007         * hashcash.el (hashcash-payment-alist): Fix custom :type.
17008
17009 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17010
17011         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17012
17013         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17014         (gnus-group-set-current-level): Decode group name.
17015
17016 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
17017
17018         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17019         failed.
17020
17021 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17022
17023         * gnus-group.el (gnus-group-delete-group): Decode group name.
17024         (gnus-group-make-rss-group): Encode group name.
17025         (gnus-group-catchup-current): Decode group name.
17026         (gnus-group-kill-group): Decode group name.
17027
17028 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17029
17030         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17031
17032 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17033
17034         * gnus-group.el (gnus-group-make-rss-group):
17035         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17036
17037         * gnus-start.el (gnus-setup-news): Honor user's setting to
17038         gnus-message-archive-method.  Suggested by Lute Kamstra
17039         <lute@gnu.org>.
17040
17041 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
17042
17043         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17044         global counterparts of the buffer-local variables.
17045
17046 2004-11-16  Romain Francoise  <romain@orebokech.com>
17047
17048         * gnus-sum.el (gnus-summary-exit): Don't clear the global
17049         counterparts of the buffer-local variables.
17050
17051 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17052
17053         * message.el (message-forbidden-properties): Fix typo in doc
17054         string.
17055
17056 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17057
17058         * gnus-util.el (gnus-replace-in-string): Add doc string.
17059
17060         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17061         to avoid problems when splitting mails with many recipients.
17062
17063 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17064
17065         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17066         pop-to-buffer, covered by the subsequent gnus-configure-windows.
17067
17068 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
17069
17070         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17071         if there is no hashtable in memory or file modification time is
17072         newer than cached timestamp.
17073
17074 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17075
17076         * gnus-sum.el (gnus-summary-limit-to-recipient):
17077         Implement not-matching option.
17078
17079 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
17080
17081         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17082         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17083         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17084         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17085         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
17086         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17087
17088 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17089
17090         * message.el (message-forward-make-body-mml): Remove headers
17091         according to message-forward-ignored-headers if a message is decoded.
17092
17093 2004-12-02  Romain Francoise  <romain@orebokech.com>
17094
17095         * message.el (message-forward-make-body-plain): Always remove
17096         headers according to message-forward-ignored-headers.
17097
17098 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17099
17100         * spam.el (spam-summary-prepare-exit): Remove the
17101         gnus-summary-limit pop for now, it has problems with ham marks for
17102         me.
17103
17104 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17105
17106         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17107         correctly.
17108
17109 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17110
17111         * format-spec.el (format-spec): Message the char.
17112
17113 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17114
17115         * gnus-art.el (gnus-split-methods): Reformat comments.
17116
17117         * spam.el (spam-summary-prepare-exit): Remove article limits
17118         before exiting the summary buffer.
17119
17120 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17121
17122         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17123         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17124
17125         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17126         order to silence the byte compiler.
17127
17128         * spam.el: Fix the way to silence the byte compiler, which
17129         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17130         bbdb-search-simple, spam-BBDB-register-routine,
17131         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17132         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17133         spam-stat-buffer-is-spam, spam-stat-load,
17134         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17135         spam-stat-save and spam-stat-split-fancy.
17136
17137 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17138
17139         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17140         which may confuse users.
17141         (canlock-password-for-verify): Ditto.
17142
17143         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17144
17145         * gnus-art.el (gnus-emphasis-alist): Ditto.
17146
17147         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17148
17149         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17150
17151         * gnus-start.el (gnus-save-killed-list): Ditto.
17152
17153         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17154         (gnus-sum-thread-tree-root): Ditto.
17155         (gnus-sum-thread-tree-false-root): Ditto.
17156         (gnus-sum-thread-tree-single-indent): Ditto.
17157
17158         * message.el (message-courtesy-message): Ditto.
17159         (message-archive-note): Ditto.
17160         (message-subscribed-address-file): Ditto.
17161         (message-user-fqdn): Ditto.
17162
17163         * spam-report.el (spam-report-gmane-regex): Ditto.
17164
17165         * spam.el (spam-blackhole-good-server-regex): Ditto.
17166
17167 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17168
17169         * mml.el (mml-preview): Widen the message buffer before copying
17170         the contents to the preview buffer; sort headers before previewing.
17171
17172         * message.el (message-hidden-headers): Fix the way to avoid a bug
17173         in the `repeat' widget in Emacs 21.3 or earlier.
17174
17175 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17176
17177         * message.el (message-hidden-headers): Default to "^References:".
17178         Improve customization type.  Suggested by Reiner Steib
17179         <Reiner.Steib@gmx.de>.
17180
17181 2004-11-25  Romain Francoise  <romain@orebokech.com>
17182
17183         * message.el (message-strip-forbidden-properties): Remove check for
17184         obsolete `message-hidden' text property, hidden headers are not
17185         accessible in the buffer anymore.
17186
17187 2004-11-22  Romain Francoise  <romain@orebokech.com>
17188
17189         * message.el (message-header-format-alist): Add `From' in list
17190         so that it can be sorted.
17191         (message-fix-before-sending): Widen and sort headers before
17192         sending.
17193         (message-hide-headers): Use narrowing to hide headers by moving
17194         them to the top of the buffer and narrowing to the region
17195         underneath.
17196
17197 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17198
17199         * message.el (message-strip-forbidden-properties):
17200         Bind buffer-read-only (etc) to nil.
17201
17202 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17203
17204         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17205         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17206
17207 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17208
17209         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17210
17211 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17212
17213         * dns.el (query-dns): Use sit-for to time instead of
17214         accept-process-output, since that doesn't seem to work on udp
17215         sockets.
17216
17217 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17218
17219         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17220
17221 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17222
17223         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17224         doc string.  Improve doc string.
17225
17226 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17227
17228         * nntp.el (nntp-request-update-info): Return nil if
17229         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17230         may not call gnus-activate-group which uselessly issues the GROUP
17231         commands for all nntp groups and wastes time.  Reported by Romain
17232         Francoise <romain@orebokech.com>.
17233
17234         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17235
17236 2004-11-15  Simon Josefsson  <jas@extundo.com>
17237
17238         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17239         headers separately.
17240         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17241         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17242
17243 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17244
17245         * gnus-start.el (gnus-convert-old-newsrc):
17246         Assign legacy-gnus-agent to 5.10.7.
17247
17248 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17249
17250         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17251         start of the lines.
17252
17253 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17254
17255         * hashcash.el (hashcash-default-payment): Change default to 20.
17256         (hashcash-default-accept-payment): Change default to 20.
17257         (hashcash-process-alist): New variable.
17258         (hashcash-generate-payment-async): Add.
17259         (hashcash-already-paid-p): Add.
17260         (hashcash-insert-payment): Don't generate payments twice.
17261         (hashcash-insert-payment-async): Add.
17262         (hashcash-insert-payment-async-2): Add.
17263         (hashcash-cancel-async): Add.
17264         (hashcash-wait-async): Add.
17265         (hashcash-processes-running-p): Add.
17266         (hashcash-wait-or-cancel): Add.
17267         (mail-add-payment): New optional argument.  Conditionally start
17268         asynchronous calculation.
17269         (mail-add-payment-async): Add.
17270
17271         * message.el (message-send-mail): Wait for asynchronous hashcash
17272         results.  Don't clobber existing X-Hashcash headers.
17273         (message-setup-1): Call mail-add-payment-async when
17274         message-generate-hashcash is non-nil.
17275
17276 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17277
17278         * message.el (message-use-alternative-email-as-from): Examine the
17279         From header as well; use message-make-from in order to include a
17280         user's full name.
17281
17282 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17283
17284         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17285         default; improve customization type.
17286         (gnus-emphasis-custom-with-format): New macro.
17287         (gnus-emphasis-custom-value-to-external): New function.
17288         (gnus-emphasis-custom-value-to-internal): New function.
17289
17290 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17291
17292         * dns.el (query-dns): Resolve reverse addresses.
17293
17294 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17295
17296         * gnus-group.el (gnus-group-get-new-news): Use it.
17297
17298         * gnus-start.el (gnus-check-reasonable-setup): New function.
17299
17300 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17301
17302         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17303         "Args out of range" error.  Reported by Arnaud Giersch
17304         <arnaud.giersch@free.fr>.
17305
17306 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17307
17308         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17309
17310 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17311
17312         * spam.el (spam group): Add :version.
17313
17314         * pgg-def.el (pgg group): Add :version.
17315
17316 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17317
17318         * gnus-art.el (gnus-article-edit-article): Don't associate the
17319         article buffer with a draft file.  This is a temporary measure
17320         against the 2004-08-22 change to gnus-article-edit-mode.
17321
17322 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17323
17324         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17325         (html2text-format-tags): Remove unused variable `attr'.
17326
17327 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17328
17329         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17330
17331         * tls.el (tls-process-connection-type, tls-success)
17332         (tls-certtool-program): Add :version.
17333
17334         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17335         (starttls-extra-arguments, starttls-process-connection-type)
17336         (starttls-connect, starttls-failure, starttls-success): Add :version.
17337
17338         * spam-stat.el (spam-stat): Add :version.
17339
17340         * sieve.el (sieve): Add :version.
17341
17342         * sha1.el (sha1): Add :version.
17343         (sha1-use-external): Remove redundant version.
17344
17345         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17346         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17347         (nnmail-split-fancy-match-partial-words)
17348         (nnmail-split-lowercase-expanded): Add :version.
17349
17350         * nndiary.el (nndiary): Add :version.
17351
17352         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17353
17354         * mml-sec.el (mml-default-sign-method)
17355         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17356         Add :version.
17357
17358         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17359
17360         * mm-url.el (mm-url-use-external, mm-url-program)
17361         (mm-url-arguments): Add :version.
17362
17363         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17364         (mm-attachment-file-modes, mm-decrypt-option)
17365         (mm-w3m-safe-url-regexp): Add :version.
17366
17367         * message.el (message-cite-prefix-regexp)
17368         (message-sendmail-envelope-from, message-minibuffer-local-map)
17369         (message-user-fqdn, message-completion-alist): Add :version.
17370
17371         * gnus-win.el (gnus-configure-windows-hook)
17372         (gnus-use-frames-on-any-display): Add :version.
17373
17374         * gnus-art.el (gnus-article-address-banner-alist)
17375         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17376         (gnus-treat-from-picon, gnus-treat-mail-picon)
17377         (gnus-treat-x-pgp-sig): Add :version.
17378
17379         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17380         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17381         (gnus-summary-article-delete-hook)
17382         (gnus-summary-display-while-building): Add :version.
17383
17384         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17385         (gnus-get-top-new-news-hook): Add :version.
17386
17387         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17388         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17389
17390         * gnus-registry.el (gnus-registry): Add :version.
17391
17392         * gnus-spec.el (gnus-use-correct-string-widths)
17393         (gnus-make-format-preserve-properties): Add :version.
17394
17395         * gnus.el (gnus-group-charter-alist)
17396         (gnus-group-fetch-control-use-browse-url)
17397         (gnus-install-group-spam-parameters): Add :version.
17398
17399         * gnus-diary.el (gnus-diary): Add :version.
17400
17401         * gnus-delay.el (gnus-delay): Add :version.
17402
17403         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17404         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17405         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17406         Add :version.
17407
17408         * gnus-agent.el (gnus-agent-max-fetch-size)
17409         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17410         (gnus-agent-prompt-send-queue): Add :version.
17411
17412         * deuglify.el (gnus-outlook-deuglify): Add :version.
17413
17414         * html2text.el: Beautify code.  Improve doc strings.
17415         Some checkdoc cleanup.
17416         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17417
17418 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17419
17420         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17421
17422 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17423
17424         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17425         when package is loaded.
17426
17427         * spam.el (spam-summary-score-preferred-header): Add global preference
17428         for people who want to override the default SpamAssassin over
17429         Bogofilter preference (when both are set).
17430         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17431         (spam-user-format-function-S):
17432         Check spam-summary-score-preferred-header.
17433         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17434         (spam-user-format-function-S): Format the score correctly.
17435
17436 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17437
17438         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17439         signature file.  Suggested by Manoj Srivastava
17440         <srivasta@golden-gryphon.com>.
17441
17442         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17443         iso-2022-jp even in the Japanese language environment.
17444         Suggested by Jason Rumney <jasonr@gnu.org>.
17445
17446 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17447
17448         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17449         use the same characters as the dummy marks; make it free from
17450         getting affected by the language environment.
17451         (gnus-summary-read-group-1): Update mark positions only when the
17452         format spec is updated.
17453
17454         * gnus-spec.el (gnus-update-format-specifications): Return a list
17455         of updated types.
17456
17457 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17458
17459         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17460         of boundp to check if display-warning is available.
17461
17462 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17463
17464         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17465
17466 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17467
17468         * nnspool.el (nnspool-spool-directory): Use news-path if the
17469         news-directory variable is not bound.
17470
17471         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17472         function instead of display-warning if it is not available.
17473
17474 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17475
17476         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17477         v5-10: Use `point-at-bol'.
17478
17479 2004-10-26  Simon Josefsson  <jas@extundo.com>
17480
17481         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17482         <chenggao@gmail.com>.
17483
17484 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17485
17486         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17487         instead.
17488
17489 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17490
17491         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17492         to remove a server from the nnimap-server-buffer-alist.
17493         (nnimap-open-connection, nnimap-close-server): Use it.
17494
17495         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17496
17497 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17498
17499         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17500         running the major-mode function.
17501
17502 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17503
17504         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17505         dummy marks in the right way.
17506
17507 2004-10-18  David Edmondson  <dme@dme.org>
17508
17509         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17510         excessively.
17511
17512 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17513
17514         * gnus-util.el (gnus-split-references): Accept a nil references
17515         string and go on blissfully.
17516
17517         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17518         cases where the references string is non-nil but has no references.
17519
17520         * encrypt.el: Add autoload tags.
17521
17522         * spam.el (spam-resolve-registrations-routine): Remove article
17523         from unregistration list too.  Reported by David Hanak
17524         <dhanak@isis.vanderbilt.edu>
17525
17526 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17527
17528         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17529         nil.  Change custom type.
17530
17531 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17532
17533         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17534
17535         * gnus-sum.el (gnus-summary-move-article): Use it.
17536
17537 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17538
17539         * encrypt.el: Add autoload cookies.
17540
17541         * spam.el (spam-backend-article-list-property)
17542         (spam-backend-get-article-todo-list)
17543         (spam-backend-put-article-todo-list)
17544         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17545         Resolve registrations separately.
17546         (spam-register-routine): Format comments.
17547         (spam-unregister-routine, spam-register-routine): Always call with
17548         specific-articles, no default list.
17549         (spam-summary-prepare-exit): Use the spam-classifications function.
17550
17551         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17552         gnus-encrypt.el.
17553
17554         * encrypt.el: Copied from gnus-encrypt.el.
17555
17556         * gnus-encrypt.el: Commented that it's obsolete.
17557
17558 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17559
17560         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17561         (gnus-score-save): Use it.
17562
17563         * message.el (message-bury): Use `window-dedicated-p'.
17564
17565 2004-10-15  Simon Josefsson  <jas@extundo.com>
17566
17567         * pop3.el (top-level): Don't require nnheader.
17568         (pop3-read-timeout): Add.
17569         (pop3-accept-process-output): Add.
17570         (pop3-read-response, pop3-retr): Use it.
17571
17572 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17573
17574         * spam.el (spam-register-routine): Move comment.
17575         (spam-verify-bogofilter): Use 'unknown for the initial
17576         spam-bogofilter-valid state, not 'never.
17577
17578         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17579         for netrc-machine.
17580
17581         * nnimap.el (nnimap-open-connection):
17582         Use netrc-machine-user-or-password.
17583
17584 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17585
17586         * gnus-registry.el (gnus-registry-unload-hook):
17587         Set as a variable with add-hook.
17588
17589         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17590         of news-path.
17591
17592         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17593
17594         * spam.el: Delete duplicate `provide'.
17595         (spam-unload-hook): Set as a variable with add-hook.
17596
17597 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17598
17599         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17600         in the doc string.
17601
17602         * message.el (message-ignored-news-headers)
17603         (message-ignored-supersedes-headers)
17604         (message-ignored-resent-headers)
17605         (message-forward-ignored-headers): Improve custom type.
17606
17607 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17608
17609         * message.el (message-tokenize-header): Fix 2004-09-06 change
17610         which used point-min in the wrong place.
17611
17612 2004-10-12  Simon Josefsson  <jas@extundo.com>
17613
17614         * tls.el (tls-certtool-program): New variable.
17615         (tls-certificate-information): New function, based on
17616         ssl-certificate-information.
17617
17618 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17619
17620         * compface.el: Move the version of ELisp-based uncompface program
17621         to the contrib directory because of the copyright problem.
17622
17623 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17624
17625         * message.el (message-kill-buffer): Raise the current frame.
17626
17627 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17628
17629         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17630
17631         * gnus.el (message-y-or-n-p): Autoload.
17632
17633         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17634         (pop3-password-required, pop3-authentication-scheme)
17635         (pop3-leave-mail-on-server): Make customizable.
17636         (pop3): New custom group.
17637         (pop3-retr): Remove `sleep-for' statements.
17638         Suggested by Dave Love <fx@gnu.org>.
17639
17640         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17641         Windows/DOS.
17642
17643         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17644         (imap-parse-body): Fix incorrect use of `assert'.
17645         Suggested by Dave Love <fx@gnu.org>.
17646
17647         * mml.el (mml-minibuffer-read-disposition): Require match.
17648         Suggested by Dave Love <fx@gnu.org>.
17649
17650 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17651
17652         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17653         doc string.
17654
17655 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17656
17657         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17658
17659 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17660
17661         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17662         instead of calling `mm-insert-inline', to decode text/* parts
17663         before displaying them.
17664
17665 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17666
17667         * mm-uu.el (mm-uu-text-plain-type): New variable.
17668         (mm-uu-pgp-signed-extract-1): Use it.
17669         (mm-uu-pgp-encrypted-extract-1): Use it.
17670         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17671         bind mm-uu-text-plain-type with that value.
17672         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17673         mm-uu-dissect.
17674
17675 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17676
17677         * gnus-group.el (gnus-update-group-mark-positions):
17678         * gnus-sum.el (gnus-update-summary-mark-positions):
17679         * message.el (message-check-news-body-syntax):
17680         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17681         of string-as-multibyte.
17682
17683 2004-10-05  Juri Linkov  <juri@jurta.org>
17684
17685         * gnus-group.el (gnus-update-group-mark-positions):
17686         * gnus-sum.el (gnus-update-summary-mark-positions):
17687         * message.el (message-check-news-body-syntax):
17688         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17689         8-bit unibyte values to a multibyte string for search functions.
17690
17691 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17692
17693         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17694         (mm-uu-dissect-text-parts): New function.
17695
17696         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17697         dissect text parts.
17698
17699         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17700         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17701
17702         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17703
17704         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17705         Use gnus-current-topics instead of gnus-current-topic.
17706
17707 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17708
17709         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17710
17711 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17712
17713         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17714         where approriate.
17715
17716         * nnml.el (nnml-generate-active-info): do.
17717
17718         * nndiary.el (nndiary-generate-active-info): do.
17719
17720         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17721         (gnus-topic-move): do.
17722
17723         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17724         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17725
17726         * gnus-srvr.el (gnus-server-prepare)
17727         (gnus-server-open-all-servers): do.
17728
17729         * gnus-msg.el (gnus-summary-cancel-article)
17730         (gnus-summary-resend-message)
17731         (gnus-summary-mail-crosspost-complaint): do.
17732
17733         * gnus-move.el (gnus-change-server): do.
17734
17735         * gnus-group.el (gnus-group-unmark-all-groups)
17736         (gnus-group-set-current-level): do.
17737
17738 2004-10-04  Simon Josefsson  <jas@extundo.com>
17739
17740         * message.el (message-generate-hashcash): Doc fix.
17741
17742 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17743
17744         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17745         avoid infinite recursion via gnus-get-function.
17746
17747 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17748
17749         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17750
17751         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17752
17753         * nnmail.el (nnmail-split-history): do.
17754
17755         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17756         (nnml-request-delete-group): do.
17757
17758         * nnslashdot.el (nnslashdot-read-groups): do.
17759
17760         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17761         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17762
17763         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17764         (nnspool-sift-nov-with-sed): Use last.
17765         (nnspool-retrieve-headers-with-nov): Use mapc.
17766         (nnspool-request-newgroups): Use dolist.
17767         (nnspool-request-group): Use last.
17768
17769         * nntp.el (nntp-read-server-type): Use dolist.
17770
17771         * nnvirtual.el (nnvirtual-create-mapping)
17772         (nnvirtual-update-read-and-marked): Use dolist.
17773         (nnvirtual-convert-headers): Simplify.
17774
17775 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17776
17777         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17778         Add support for sync'ing tick marks.
17779
17780 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17781
17782         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17783         there's no visible header.
17784
17785 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17786
17787         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17788         When necessary, pass full group name to gnus-request-set-marks.
17789
17790 2004-10-01  Simon Josefsson  <jas@extundo.com>
17791
17792         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17793         acroread.
17794
17795 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17796
17797         * spam-report.el (spam-report-gmane): Fix interactive.
17798
17799         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17800
17801         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17802         when writing file.
17803         (gnus-agent-synchronize-flags): Don't default to being
17804         interactive.
17805
17806 2004-09-30  Simon Josefsson  <jas@extundo.com>
17807
17808         * message.el (message-generate-hashcash): Add.
17809         (message-send-mail): Use it, call mail-add-payment.
17810
17811 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17812
17813         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17814
17815 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17816
17817         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17818         gnus-requst-update-info with explicit code to sync the in-memory
17819         info read flags with the marks being sync'd to the backend.
17820
17821         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17822
17823 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17824
17825         * spam.el (spam-verify-bogofilter): Add new function.
17826         (spam-check-bogofilter)
17827         (spam-bogofilter-register-with-bogofilter): Use it.
17828         (spam-verify-bogofilter): Add small fixes.
17829
17830 2004-09-28  Simon Josefsson  <jas@extundo.com>
17831
17832         * hashcash.el (hashcash-generate-payment): Revert.
17833
17834 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17835
17836         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17837         Use gnus-extract-references instead of gnus-split-references.
17838
17839         * gnus-util.el (gnus-extract-references): Add new function, analogous
17840         to gnus-split-references but extracts only the message-ID without
17841         anything extra.
17842
17843         * hashcash.el (hashcash-generate-payment)
17844         (hashcash-check-payment): Do the right thing if hashcash-path is
17845         nil (because the hashcash program could not be found).
17846
17847         * spam.el (spam-use-hashcash): Remove comment.
17848
17849 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17850
17851         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17852         (gnus-cache-enter-article, gnus-cache-remove-article)
17853         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17854
17855         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17856
17857         * gnus-art.el (article-hide-boring-headers)
17858         (article-translate-strings, article-display-face)
17859         (gnus-article-mime-match-handle-first)
17860         (gnus-article-highlight-headers)
17861         (gnus-article-add-buttons-to-head): do.
17862
17863 2004-09-27  Simon Josefsson  <jas@extundo.com>
17864
17865         * hashcash.el: New version, from
17866         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17867         ../contrib/.
17868
17869 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17870
17871         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17872
17873 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17874
17875         * gnus-dup.el (gnus-dup-open): Use mapc.
17876         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17877
17878         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17879         Reported by Stefan Wiens <s.wi@gmx.net>.
17880
17881         * gnus.el (gnus-shutdown): Use dolist.
17882
17883         * gnus-undo.el (gnus-undo): Use mapc.
17884
17885         * nnrss.el (nnrss-generate-active): do.
17886
17887         * message.el (message-cite-original-without-signature)
17888         (message-cite-original): Use mapc.
17889         (message-do-actions, message-make-forward-subject): Use dolist.
17890
17891 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17892
17893         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17894         deletion to remove entire duplicate line.  Fixes merged article
17895         number bug.
17896
17897 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17898
17899         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17900         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17901         first ask if you want to open a server and then, even when you
17902         responded with no, asking if you want to synchronize the server's
17903         flags.
17904         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17905         multi-line expressions.
17906         (gnus-agent-synchronize-group-flags): New internal function.
17907         Updates marks in memory (in the info structure) AND in the
17908         backend.
17909
17910         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17911
17912         * nnagent.el (nnagent-request-set-mark):
17913         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17914         method, to ensure that synchronization updates marks in the
17915         backend and in the info (in memory) structure.
17916
17917 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17918
17919         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17920         convention fully; don't miss the root article of a thread; make
17921         the X-Draft-From header with correct article numbers.
17922
17923 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17924
17925         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17926         unless plugged.  Disable the agent so that an open failure causes
17927         an error.
17928
17929         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17930         Revert 2004-09-21 change.  The backend must be opened while
17931         synchronizing flags even when the backend stores the flags
17932         locally.
17933
17934 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17935
17936         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17937         in `header' match.  Reported by Svend Tollak Munkejord.
17938
17939         * message.el (message-cite-original): Fix use of
17940         `message-cite-articles-with-x-no-archive'.
17941
17942 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17943
17944         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17945         (gnus-window-to-buffer): Ditto.
17946
17947         * mml.el (mml-preview-buffer): New variable.
17948         (mml-preview): Manage window layout with gnus-buffer-configuration.
17949
17950         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17951         X-Draft-From header even if those articles aren't quoted.
17952
17953 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17954
17955         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17956         (gnus-request-set-mark, gnus-request-update-mark): Use new
17957         g-s-t-u-l-m to decide to use backend even when unplugged.
17958
17959 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17960
17961         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17962         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17963
17964 2004-09-20  Simon Josefsson  <jas@extundo.com>
17965
17966         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17967         "utf-16-le".
17968
17969 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17970
17971         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17972
17973 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17974
17975         * uudecode.el (uudecode-use-external): Add :version.
17976
17977         * smime.el (smime-CA-file, smime-encrypt-cipher)
17978         (smime-dns-server): Add :version.
17979
17980         * smiley.el (gnus-smiley-file-types): Add :version.
17981
17982         * sha1.el (sha1-use-external): Add :version.
17983
17984         * pgg-def.el (pgg-query-keyserver): Add :version.
17985
17986         * nnmail.el (nnmail-fancy-expiry-targets)
17987         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17988         Add :version.
17989
17990         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17991         (nnimap-retrieve-groups-asynchronous): Add :version.
17992         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17993
17994         * mml.el (mml-content-disposition-parameters)
17995         (mml-insert-mime-headers-always): Add :version.
17996
17997         * mm-util.el (mm-coding-system-priorities): Add :version.
17998
17999         * mm-decode.el (mm-inline-text-html-with-images)
18000         (mm-keep-viewer-alive-types, mm-external-terminal-program)
18001         (mm-verify-option): Add :version.
18002         (mm-text-html-renderer): Change :version.
18003
18004         * message.el (message-fcc-externalize-attachments)
18005         (message-required-headers, message-draft-headers)
18006         (message-subject-trailing-was-query)
18007         (message-subject-trailing-was-ask-regexp)
18008         (message-subject-trailing-was-regexp, message-mark-insert-begin)
18009         (message-mark-insert-end, message-archive-header)
18010         (message-archive-note, message-cross-post-default)
18011         (message-cross-post-note, message-followup-to-note)
18012         (message-cross-post-note-function, message-use-mail-followup-to)
18013         (message-subscribed-address-functions)
18014         (message-subscribed-address-file, message-subscribed-addresses)
18015         (message-subscribed-regexps, message-allow-no-recipients)
18016         (message-yank-cited-prefix, message-signature-insert-empty-line)
18017         (message-hidden-headers, message-hierarchical-addresses)
18018         (message-mail-user-agent, message-use-idna)
18019         (message-valid-fqdn-regexp)
18020         (message-strip-special-text-properties, message-header-synonyms)
18021         (message-beginning-of-line, message-tab-body-function): Add :version.
18022         (message-insert-canlock, message-wide-reply-confirm-recipients):
18023         Change :version.
18024
18025         * mail-source.el (mail-source-ignore-errors): Add :group, :type
18026         and :version.
18027         (mail-source-delete-old-incoming-confirm)
18028         (mail-source-movemail-program): Add :version.
18029
18030         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18031         (gnus-agent-cache, gnus-agent): Change :version.
18032
18033         * gnus-util.el (gnus-use-byte-compile): Change :version.
18034
18035         * gnus-sum.el (gnus-summary-make-false-root-always)
18036         (gnus-summary-default-high-score)
18037         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18038         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18039         (gnus-read-all-available-headers, gnus-article-emulate-mime)
18040         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18041         (gnus-sum-thread-tree-single-indent)
18042         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18043         (gnus-sum-thread-tree-leaf-with-other)
18044         (gnus-sum-thread-tree-single-leaf): Add :version.
18045         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18046         (gnus-article-loose-mime): Change :version.
18047
18048         * gnus-start.el (gnus-backup-startup-file)
18049         (gnus-save-startup-file-via-temp-buffer): Add :version.
18050
18051         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18052         (gnus-server-offline-face): Add :version.
18053
18054         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18055
18056         * gnus-msg.el (gnus-gcc-externalize-attachments)
18057         (gnus-debug-files, gnus-debug-exclude-variables)
18058         (gnus-discouraged-post-methods): Change :version.
18059         (gnus-confirm-mail-reply-to-news)
18060         (gnus-confirm-treat-mail-like-news): Add :version.
18061
18062         * gnus-int.el (gnus-server-unopen-status): Add :version.
18063
18064         * gnus-group.el (gnus-group-jump-to-group-prompt)
18065         (gnus-large-ephemeral-newsgroup)
18066         (gnus-fetch-old-ephemeral-headers): Add :version.
18067
18068         * gnus-fun.el (gnus-x-face-directory)
18069         (gnus-convert-pbm-to-x-face-command)
18070         (gnus-convert-image-to-x-face-command)
18071         (gnus-convert-image-to-face-command): Add :version.
18072
18073         * gnus-delay.el (gnus-delay-default-hour): Add :version.
18074
18075         * gnus-cite.el (gnus-cite-blank-line-after-header)
18076         (gnus-article-boring-faces): Add :version.
18077
18078         * gnus-art.el (gnus-buttonized-mime-types)
18079         (gnus-inhibit-mime-unbuttonizing)
18080         (gnus-treat-display-face)
18081         (gnus-treat-body-boundary): Change :version.
18082         (gnus-body-boundary-delimiter, gnus-picon-databases)
18083         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18084         (gnus-treat-date-english, gnus-treat-fold-headers)
18085         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18086         (gnus-treat-mail-picon, gnus-treat-wash-html)
18087         (gnus-article-encrypt-protocol)
18088         (gnus-use-idna, gnus-article-over-scroll)
18089         (gnus-mime-display-multipart-alternative-as-mixed)
18090         (gnus-mime-display-multipart-related-as-mixed)
18091         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18092         (gnus-ctan-url, gnus-button-ctan-handler)
18093         (gnus-button-handle-ctan-bogus-regexp)
18094         (gnus-button-ctan-directory-regexp)
18095         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18096         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18097         (gnus-button-man-level, gnus-button-emacs-level)
18098         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18099
18100         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18101         (gnus-agent-go-online): Change :version.
18102         (gnus-agent-expire-unagentized-dirs)
18103         (gnus-agent-auto-agentize-methods): Add :version.
18104
18105         * flow-fill.el (fill-flowed-display-column)
18106         (fill-flowed-encode-column): Add :version.
18107
18108         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18109         (gnus-outlook-deuglify-unwrap-max)
18110         (gnus-outlook-deuglify-cite-marks)
18111         (gnus-outlook-deuglify-unwrap-stop-chars)
18112         (gnus-outlook-deuglify-no-wrap-chars)
18113         (gnus-outlook-deuglify-attrib-cut-regexp)
18114         (gnus-outlook-deuglify-attrib-verb-regexp)
18115         (gnus-outlook-deuglify-attrib-end-regexp)
18116         (gnus-outlook-display-hook): Add :version.
18117
18118         * binhex.el (binhex-use-external): Add :version.
18119
18120 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18121
18122         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18123         and `invisible'.
18124
18125 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18126
18127         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18128         in gnus-registry-trim.
18129
18130 2004-09-13  Simon Josefsson  <jas@extundo.com>
18131
18132         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18133
18134         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18135
18136         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18137         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18138         <yamaoka@jpl.org>.
18139         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18140         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18141         <yamaoka@jpl.org>.
18142
18143         * sieve.el (sieve-manage-mode): Ditto.
18144
18145 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18146
18147         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18148
18149 2004-09-11  Simon Josefsson  <jas@extundo.com>
18150
18151         * dns-mode.el: Add.
18152
18153         * mm-view.el (mm-display-dns-inline): Add.
18154
18155         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18156         (mm-automatic-display): Ditto.
18157
18158         * mailcap.el (mailcap-mime-data): Add text/dns.
18159         (mailcap-mime-extensions): Map .soa to text/dns.
18160
18161 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18162
18163         * gnus-art.el (article-decode-mime-words, article-babel)
18164         (gnus-article-highlight-signature, gnus-article-add-buttons)
18165         (gnus-signature-toggle): Remove unnecessary bindings of
18166         `inhibit-read-only' inherited from v5.10 merge.
18167
18168 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18169
18170         * nntp.el (nntp): New customization group.
18171         (nntp-authinfo-file): Add customization group.
18172
18173         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18174
18175         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18176
18177         * gnus.el (to-address, to-list, subscribed)
18178         (large-newsgroup-initial): Ditto.
18179
18180         * flow-fill.el (fill-flowed-display-column)
18181         (fill-flowed-encode-column): Ditto.
18182
18183 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18184
18185         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18186         Use point-min rather than 1.
18187         (message-send-mail): Use buffer-size rather than point-max.
18188
18189         * gnus-sum.el (gnus-summary-search-article-forward):
18190         Signal a specific `search-failed' rather than a generic `error'.
18191
18192         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18193         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18194         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18195
18196 2004-09-10  Simon Josefsson  <jas@extundo.com>
18197
18198         * nndb.el (require): Remove tcp and duplicate cl.
18199
18200 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18201
18202         * gnus-agent.el (directory-files-and-attributes): Move forward.
18203
18204 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18205
18206         * gnus-agent.el (directory-files-and-attributes):
18207         Optionally defined to support XEmacs.
18208
18209 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18210
18211         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18212         to avoid run-time CL dependencies.
18213         (gnus-agent-unfetch-articles): New function.
18214         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18215         article numbers even when local .overview file is missing.
18216         (gnus-agent-read-article-number): New function.  Only accepts
18217         27-bit article numbers.
18218         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18219         Use gnus-agent-read-article-number.
18220         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18221         from backend while recognizing that article numbers in .overview
18222         must be valid.
18223         (gnus-agent-update-files-total-fetched-for):
18224         Use directory-files-and-attributes to improve performance.
18225         * gnus-int.el (gnus-request-move-article):
18226         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18227         improve performance.
18228
18229         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18230         some users confused by references to .newsrc when they only have a
18231         .newsrc.eld file.
18232         (gnus-convert-mark-converter-prompt)
18233         (gnus-convert-converter-needs-prompt): Fix use of property list.
18234         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18235         New function.  Used internally to only display 'gnus converting
18236         files' message when actually necessary.
18237
18238         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18239         methods now autoloaded.
18240
18241 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18242
18243         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18244         identifiers.
18245
18246 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18247
18248         * gnus-picon.el: Fix indentation and closing parenthesis.
18249
18250 2004-09-01  Simon Josefsson  <jas@extundo.com>
18251
18252         * message.el (message-canlock-generate): Require sha1, not
18253         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18254         to require within a function.  Sadly, if sha1.el isn't loaded, the
18255         let binding in m-c-g will hide the defcustom definition, which is
18256         bad.)
18257
18258         * canlock.el: Require sha1, not sha1-el.
18259
18260         * message.el: Don't autoload sha1 (there is a autoload cookie in
18261         sha1.el).
18262
18263         * sha1-el.el: Rename to sha1.el.
18264
18265 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18266
18267         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18268
18269 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18270
18271         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18272
18273 2004-08-30  Kim F. Storm  <storm@cua.dk>
18274
18275         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18276
18277         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18278         Add :group 'nnimap.
18279
18280 2004-08-30  Andreas Schwab  <schwab@suse.de>
18281
18282         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18283         ?* and ?\;.
18284
18285         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18286         and ?\' to symbol instead of whitespace.
18287
18288 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18289
18290         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18291
18292         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18293         instead of re-search-forward.
18294
18295         * gnus-uu.el (gnus-uu-save-article): Ditto.
18296         (gnus-uu-post-encode-uuencode): Ditto.
18297
18298         * html2text.el (html2text-clean-list-items): Ditto.
18299         (html2text-clean-dtdd): Ditto.
18300         (html2text-format-tags): Ditto.
18301
18302         * message.el (message-send-mail-with-sendmail): Fix regexp.
18303         (message-fill-field-general): Use search-forward instead of
18304         re-search-forward.
18305         (unbold-region): Ditto.
18306
18307         * nnrss.el (nnrss-request-article): Ditto.
18308
18309         * nnslashdot.el (nnslashdot-request-article): Ditto.
18310
18311         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18312
18313         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18314         "Unrecognized menu descriptor" error in XEmacs.
18315
18316 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18317
18318         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18319         parent article of a sparse article in the thread hashtb.
18320
18321 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18322
18323         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18324         (nnmail-expand-newtext): Lowercase expanded entries if
18325         nnmail-split-lowercase-expanded is non-nil.
18326
18327 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18328
18329         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18330
18331         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18332         of gnus-tmp-news-method into string under XEmacs.  It will be
18333         passed to gnus-correct-length which takes only a string argument.
18334
18335 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18336
18337         * gnus-util.el (gnus-bind-print-variables): New macro.
18338         (gnus-prin1): Use it.
18339         (gnus-prin1-to-string): Use it.
18340         (gnus-pp): New function.
18341         (gnus-pp-to-string): New function.
18342
18343         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18344         Replace pp-to-string with gnus-pp-to-string.
18345         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18346         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18347         * gnus-msg.el (gnus-debug): Ditto.
18348         * gnus-score.el (gnus-score-save): Ditto.
18349         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18350         gnus-pp-to-string.
18351         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18352         with gnus-pp.
18353         * score-mode.el (gnus-score-pretty-print): Ditto.
18354         * webmail.el (webmail-debug): Ditto.
18355
18356 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18357
18358         * gnus-art.el (article-display-face, article-display-x-face):
18359         Use buffer-read-only.
18360
18361 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18362
18363         * gnus-art.el (article-hide-list-identifiers):
18364         Bind inhibit-read-only as t.
18365
18366 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18367
18368         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18369
18370 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18371
18372         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18373         (gnus-narrow-to-page): Don't assume point-min == 1.
18374         (gnus-article-edit-mode): Derive from message-mode.
18375
18376         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18377         point-min == 1.
18378
18379         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18380         Disable incorrect use of `assert'.
18381
18382         * message.el (message-mode): Set comment-start-skip.
18383
18384
18385 2004-08-22  Sam Steingold  <sds@gnu.org>
18386
18387         * pop3.el (pop3-leave-mail-on-server): New user variable.
18388         (pop3-movemail): Delete mail only when it is nil.
18389
18390 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18391
18392         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18393
18394         * mml.el (mml-preview): Use `pop-to-buffer'.
18395
18396         * message.el (message-goto-mail-followup-to): Insert after "To".
18397         (message-carefully-insert-headers): Add comment.
18398
18399         * gnus.el: Remove unused variable `gnus-article-check-size'.
18400
18401         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18402
18403         * gnus-art.el (gnus-button-alist):
18404         Improve `gnus-button-handle-library' entry.
18405
18406 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18407
18408         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18409         Use downcase, since XEmacs capitalizes error messages differently.
18410
18411 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18412
18413         * nntp.el: Add (require 'gnus) due to reference to
18414         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18415
18416 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18417
18418         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18419         Bind `mm-fill-flowed'.
18420
18421         * mm-decode.el (mm-dissect-singlepart): Check it.
18422
18423 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18424
18425         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18426         'imap' for netrc parsing.
18427
18428 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18429
18430         * mailcap.el (mailcap-mime-data): Mark as risky.
18431
18432 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18433
18434         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18435         may be included in the encoded word.
18436         (rfc2047-encode): Don't append a space if the encoded word
18437         includes close parenthesis.
18438
18439 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18440
18441         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18442         of text within parentheses.
18443
18444 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18445
18446         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18447         (gnus-encrypt-write-file-contents): Make the password key the file
18448         name PLUS the cipher, not just the cipher.  Also remove failed
18449         passwords from the cache.
18450
18451 2004-08-06  Simon Josefsson  <jas@extundo.com>
18452
18453         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18454         Doc fix.
18455
18456 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18457
18458         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18459         LWSP.
18460
18461 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18462
18463         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18464         Try to append in-reply-to: data to the references: header.
18465
18466         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18467         (netrc-parse): Use gnus-encrypt.el functions.
18468
18469         * gnus-encrypt.el: Add new file for encryption support; currently
18470         does only a few GPG ciphers and an internal XOR cipher.
18471
18472         * password.el: Add comments on using password-read-and-add.
18473         (password-read-and-add): Add function to read and add the
18474         password to the cache at once.
18475
18476 2004-07-28  Simon Josefsson  <jas@extundo.com>
18477
18478         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18479         parameter (but don't use it, for now).
18480
18481         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18482         instead of hard coding to nil.
18483
18484 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18485
18486         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18487         as mm-inline-image-xemacs does.
18488
18489 2004-07-26  Simon Josefsson  <jas@extundo.com>
18490
18491         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18492         Revert part of 2004-07-17 change below.
18493
18494 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18495
18496         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18497         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18498
18499 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18500
18501         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18502         quotes that actually start with ">" at the beginning of the
18503         lines.
18504
18505 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18506
18507         * rfc2047.el (rfc2047-encode-region): Fix last change.
18508         (rfc2047-encode-parameter): Remove useless concat.
18509
18510 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18511
18512         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18513         encode special characters; fix some kind of misconfigured headers;
18514         signal a real error if debug-on-quit or debug-on-error is non-nil.
18515         (rfc2047-encode-max-chars): New variable.
18516         (rfc2047-encode-1): Use it.
18517         (rfc2047-encode-parameter): New function.
18518
18519         * mml.el (mml-insert-parameter): Remove an excessive space.
18520
18521 2004-07-17  Simon Josefsson  <jas@extundo.com>
18522
18523         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18524         Kai Grossjohann <kai@emptydomain.de>.
18525         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18526         (gnus-group-make-menu-bar): Ditto.
18527
18528         * gnus-util.el (gnus-group-server): Add.
18529
18530 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18531
18532         * message.el (message-clone-locals): Clone sendmail and smtp
18533         variables.
18534
18535 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18536
18537         * rfc2047.el (rfc2047-encode-region): Fix last change.
18538
18539 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18540
18541         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18542         characters as non-special.
18543
18544 2004-07-09  Simon Josefsson  <jas@extundo.com>
18545
18546         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18547         Users will lose all flag changes made while unplugged with
18548         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18549         good default.  See numerous reports on ding mailing list.
18550
18551 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18552
18553         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18554         add generate-head-function and generate-article-function to the
18555         rfc822-forward entry.
18556         (nndoc-rfc822-forward-generate-article): New function.
18557         (nndoc-rfc822-forward-generate-head): New function.
18558
18559         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18560
18561 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18562
18563         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18564         respect display group parameter and gnus-summary-expunge-below.
18565         (gnus-articles-to-read): Remove unused reference to display group
18566         parameter.
18567
18568 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18569
18570         * nnheader.el (nnheader-uniquify-message-id): New experimental
18571         variable.
18572         (nnheader-nov-read-message-id): Use it.
18573
18574         * spam-report.el (spam-report-gmane): Add interactive.
18575
18576 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18577
18578         * mm-encode.el (mm-content-transfer-encoding-defaults):
18579         Use qp-or-base64 for the application/* types.
18580
18581 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18582
18583         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18584
18585 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18586
18587         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18588         trim value.
18589
18590 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18591
18592         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18593         New macro and function.
18594         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18595
18596 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18597
18598         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18599         after-load-alist.
18600
18601 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18602
18603         * gnus-group.el (gnus-group-get-new-news-this-group):
18604         Don't update info that isn't there.
18605
18606 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18607
18608         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18609         entry.
18610
18611 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18612
18613         * mm-view.el (mm-inline-render-with-function): Use multibyte
18614         buffer; decode html source by charset.
18615
18616         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18617
18618         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18619         Mule-UCS is loaded under XEmacs.
18620         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18621
18622 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18623
18624         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18625
18626 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18627
18628         * mm-util.el (mm-coding-system-p): Return a coding-system.
18629         (mm-mime-mule-charset-alist): Use shift_jis instead of
18630         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18631         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18632         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18633         instead of japanese-shift-jis and iso-latin-1 respectively in
18634         order to share the default value with both Emacs and XEmacs-mule.
18635         (mm-mule-charset-to-mime-charset):
18636         Make mm-coding-system-priorities effective.
18637         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18638         while predicating of candidates upon the priorities.
18639
18640 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18641
18642         * gnus-sum.el (gnus-summary-make-menu-bar):
18643         Add gnus-uu-invert-processable.
18644
18645         * gnus.el: Autoload gnus-uu-invert-processable.
18646
18647 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18648
18649         * mm-util.el (mm-with-multibyte-buffer): New macro.
18650
18651         * rfc2047.el (rfc2047-encode-string): Use it.
18652         (rfc2047-encode-region): Move point to the end of the region after
18653         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18654
18655 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18656
18657         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18658         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18659
18660 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18661
18662         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18663         (gnus-cite-parse): Ignore quoted envelope From_.
18664         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18665
18666 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18667
18668         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18669         invalid addresses.
18670
18671 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18672
18673         * spam.el: Change section markers, revise TODO list.
18674         (spam-backends): Make new master list of all installed backends.
18675         (spam-summary-exit-behavior): Add new variable to determine how
18676         messages moves are done at summary exit.
18677         (spam-move-spam-nonspam-groups-only)
18678         (spam-process-ham-in-nonham-groups)
18679         (spam-process-ham-in-spam-groups): Remove variables, the
18680         spam-summary-exit-behavior variable should be used to manage this
18681         behavior.
18682         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18683         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18684         and spam-old-spam-articles.
18685         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18686         Add empty variables, placeholders for the backends they represent.
18687         (spam-set-difference): Move, unchanged.
18688         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18689         unless the user has a processor variable.
18690         (spam-classifications, spam-classification-valid-p)
18691         (spam-backend-properties, spam-backend-property-valid-p)
18692         (spam-backend-function-type-valid-p)
18693         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18694         (spam-report-articles-gmane, spam-report-articles-resend):
18695         Remove functions, they are not needed.
18696         (spam-install-backend-super, spam-backend-list)
18697         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18698         (spam-backend-function, spam-backend-ham-registration-function)
18699         (spam-backend-spam-registration-function)
18700         (spam-backend-ham-unregistration-function)
18701         (spam-backend-spam-unregistration-function)
18702         (spam-backend-statistical-p, spam-backend-mover-p)
18703         (spam-install-backend-alias, spam-install-checkonly-backend)
18704         (spam-install-mover-backend, spam-install-nocheck-backend)
18705         (spam-install-backend, spam-install-statistical-backend)
18706         (spam-install-statistical-checkonly-backend): Add backend installation
18707         support.
18708         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18709         (spam-group-processor-p): Use the new backend code and respect the
18710         summary exit behavior.
18711         (spam-mark-spam-as-expired-and-move-routine): Remove.
18712         (spam-summary-prepare): Change to use the new spam-old-articles
18713         variable.
18714         (spam-copy-or-move-routine, spam-copy-spam-routine)
18715         (spam-move-spam-routine, spam-copy-ham-routine)
18716         (spam-move-ham-routine): Add code to copy/move ham or spam.
18717         (spam-fetch-field-fast): Improve doc and code, plus allow the
18718         'number request.
18719         (spam-list-of-checks, spam-list-of-statistical-checks):
18720         Remove variables.
18721         (spam-split, spam-find-spam): Use the new backend code.
18722         (spam-registration-functions): Remove variable.
18723         (spam-unregister-routine): Add convenience wrapper.
18724         (spam-log-undo-registration, spam-register-routine)
18725         (spam-log-processing-to-registry)
18726         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18727         where possible.
18728         (spam-check-gmane-xref, spam-check-regex-headers)
18729         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18730         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18731         (spam-check-bogofilter-headers, spam-check-spamoracle)
18732         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18733         (spam-check-crm114-headers): Use the spam-split-group that
18734         spam-split prepares, no need to determine it every time.
18735
18736         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18737         to the nnheader-parse-naked-head call.
18738
18739         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18740
18741         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18742         the nnheader-nov-read-message-id call.
18743
18744 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18745
18746         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18747         gnus-activate-group twice.  Suggested by Markus Peter
18748         <warp@spin.de>.
18749
18750 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18751
18752         * gnus-art.el (gnus-article-time-format): Exchange the order of
18753         day and month in the default value; fix customization type.
18754         (article-date-ut): Use add-text-properties.
18755         (article-make-date-line): Use message-make-date instead of
18756         current-time-string.
18757
18758         * message.el (message-fetch-field): Don't use set-text-properties.
18759         (message-make-date): Simplify.
18760
18761         * messagexmas.el (message-xmas-make-date): New function.
18762         (message-xmas-redefine): Defalias message-make-date to it.
18763
18764 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18765
18766         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18767         (rfc2047-encode-region): Treat text within parentheses as special;
18768         show the original text when error has occurred.
18769
18770         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18771         already-computed method to gnus-activate-group.
18772
18773         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18774         same select-methods identical Lisp objects.
18775
18776         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18777         object when modifying the info.
18778
18779 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18780
18781         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18782         gnus-opened-servers since it has never been opened with the new
18783         configuration yet.
18784
18785 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18786
18787         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18788         arg to nnheader-generate-fake-message-id.
18789
18790 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18791
18792         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18793         number and build a fake message ID localized to a group and
18794         article number (so it's repeatable from that point on).
18795         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18796         ID format.
18797
18798         * gnus-sum.el (gnus-get-newsgroup-headers):
18799         Call nnheader-generate-fake-message-id with the article number.
18800
18801 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18802
18803         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18804         end-of-buffer.
18805
18806 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18807
18808         * message.el (message-ignored-supersedes-headers): Add Approved.
18809
18810 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18811
18812         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18813         goto-char.
18814         (rfc2047-encode): Fold the line before encoding.
18815
18816 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18817
18818         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18819         folding -- not all headers can be folded, and this should be done
18820         by the message composition mode.  Probably.  I think.
18821
18822 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18823
18824         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18825         fast.
18826
18827         * gnus-ems.el (gnus-remove-image): Don't use
18828         message-text-with-property; remove only the image found first.
18829
18830         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18831         found first.
18832
18833 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18834
18835         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18836
18837 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18838
18839         * message.el (message-text-with-property): Make it fast and accept
18840         optional arguments.
18841         (message-strip-forbidden-properties): Use it.
18842         (message-fix-before-sending): Follow the m-t-w-p change.
18843
18844         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18845
18846 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18847
18848         * gnus-art.el (article-hide-headers): Don't change the buffer
18849         mistakenly when performing mml-preview even if
18850         gnus-single-article-buffer is nil.
18851
18852 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18853
18854         * message.el (message-expand-name-databases): New user option.
18855         (message-expand-name): Use it.
18856
18857 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18858
18859         * spam.el (spam-report-articles-resend)
18860         (spam-report-resend-register-routine): Allow ham reporting.
18861         (spam-report-resend-register-ham-routine): Add wrapper.
18862         (spam-registration-functions): Add ham resending functions.
18863         (spam-list-of-processors): Add ham resend processor.
18864
18865         * gnus.el (ham-resend-to): Add new group parameter.
18866         (spam-process): Add ham resend option.
18867
18868         * spam-report.el (spam-report-resend): Allow reporting ham.
18869         (spam-report-resend-ham): Add wrapper.
18870
18871 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18872
18873         * message.el (message-cite-articles-with-x-no-archive):
18874         New variable.
18875         (message-cite-original): Use it.
18876
18877 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18878
18879         * message.el (message-cite-original): Respect X-No-Archive.
18880
18881 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18882
18883         * gnus-art.el (article-hide-headers): Refer to the values for
18884         gnus-ignored-headers and gnus-visible-headers in the summary
18885         buffer since a user may have set them as group parameters.
18886
18887 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18888
18889         * assistant.el (assistant-node-name): Add convenience function.
18890         (assistant-render-text, assistant-render-node): Add error handling,
18891         plus handle multiple next nodes.
18892         (assistant-find-next-node): Comment out for now.
18893         (assistant-find-next-nodes): Add function, returns list of next
18894         nodes.
18895
18896 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18897
18898         * mail-source.el (mail-source-directory): Fix doc-string.
18899
18900 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18901
18902         * assistant.el (assistant-render-text, assistant-eval): Add :set
18903         widget type, which is different because it takes and returns a
18904         list.  Much hilarity ensues.
18905
18906 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18907
18908         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18909
18910         * gnus-group.el (gnus-group-get-new-news-this-group):
18911         Add doc-string.
18912
18913         * gnus-start.el (gnus-activate-group): Add doc-string.
18914
18915 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18916
18917         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18918
18919 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18920
18921         * assistant.el (assistant-render-text): Try to add a :set
18922         widget, more to come.
18923
18924         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18925         strings.
18926         (spam-report-articles-resend)
18927         (spam-register-routine): Do registration iff any articles warrant
18928         it.
18929         (spam-summary-prepare-exit): Change log message for nil group
18930         destinations.
18931
18932 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18933
18934         * spam.el (spam-report-resend-register-routine):
18935         Allow spam-report-resend-to to be a group parameter or a global value.
18936
18937 2004-05-26  Simon Josefsson  <jas@extundo.com>
18938
18939         * starttls.el: Merge with my GNUTLS based starttls.el.
18940         (starttls-gnutls-program, starttls-use-gnutls)
18941         (starttls-extra-arguments, starttls-process-connection-type)
18942         (starttls-connect, starttls-failure, starttls-success):
18943         New variables.
18944         (starttls-program, starttls-extra-args): Doc fix.
18945         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18946         New functions.
18947         (starttls-negotiate, starttls-open-stream):
18948         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18949         function if it is set.
18950
18951 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18952
18953         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18954         structured fields.
18955
18956 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18957
18958         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18959
18960 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18961
18962         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18963         Add variable.
18964         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18965         assigning the spam-mark to new messages.
18966
18967 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18968
18969         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18970
18971 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18972
18973         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18974
18975         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18976         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18977         default.
18978
18979 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18980
18981         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18982         correct data.
18983
18984 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18985
18986         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18987         (spam-group-processor-p): Fix function.
18988         (spam-group-processor-multiple-p)
18989         (spam-group-spam-processor-report-gmane-p)
18990         (spam-group-spam-processor-report-resend-p)
18991         (spam-group-spam-processor-bogofilter-p)
18992         (spam-group-spam-processor-blacklist-p)
18993         (spam-group-spam-processor-ifile-p)
18994         (spam-group-ham-processor-ifile-p)
18995         (spam-group-spam-processor-spamoracle-p)
18996         (spam-group-spam-processor-crm114-p)
18997         (spam-group-ham-processor-bogofilter-p)
18998         (spam-group-spam-processor-stat-p)
18999         (spam-group-ham-processor-stat-p)
19000         (spam-group-ham-processor-whitelist-p)
19001         (spam-group-ham-processor-BBDB-p)
19002         (spam-group-ham-processor-spamoracle-p)
19003         (spam-group-ham-processor-copy-p): Remove functions with some
19004         prejudice against unneeded code.
19005         (spam-report-articles-resend)
19006         (spam-report-resend-register-routine): Allow the group/topic
19007         spam-resend-to value to override spam-report-resend-to.
19008         (spam-summary-prepare-exit): Invoke spam-group-processor-p
19009         properly now.
19010
19011         * gnus.el (spam-resend-to): Add group/topic parameter.
19012         (spam-process): Move the OBSOLETE processors to the end of the
19013         choices.
19014
19015 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
19016
19017         * spam-report.el (spam-report-resend-to, spam-report-resend):
19018         Start with resend-to set to nil, and then ask the user if necessary.
19019         (spam-report-resend): spam-report-resend takes a list of articles, not
19020         separate article numbers.
19021
19022 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19023
19024         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19025         addition to emacs-w3m.
19026
19027 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19028
19029         * assistant.el (assistant-authinfo-data): New function.
19030         (assistant-eval): Eval for entire assistant.
19031
19032         * netrc.el (netrc-services-file): New variable.
19033         (netrc-parse-services): New function.
19034         (netrc-find-service-name): New function.
19035         (netrc-find-service-number): New function.
19036         (netrc-port-equal): New function.
19037         (netrc-machine): Use it.
19038
19039         * nnimap.el (nnimap-open-connection): Use netrc.
19040
19041         * gnus-util.el (gnus-netrc-get): Remove aliases.
19042
19043         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19044
19045         * assistant.el (wid-edit): Fix compilation.
19046
19047         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19048
19049 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
19050
19051         * gnus-util.el (gnus-set-file-modes): New function.  (small
19052         patch).
19053
19054 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19055
19056         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19057
19058         * assistant.el (assistant-render-node): Fix up rendering and
19059         read-only text.
19060         (assistant-render-node): Reset.
19061         (assistant-make-read-only): Not sticky.
19062
19063 2004-05-20  Danny Siu  <dsiu@adobe.com>
19064
19065         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19066         centered even when gnus-auto-center-summary is t.
19067
19068 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19069
19070         * dns.el (dns-get-txt-answer): New function.
19071         (dns-read-txt): Ditto.
19072         (query-dns): Use it.
19073
19074 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19075
19076         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19077         active for foreign groups even if the group level is higher than
19078         the specified value.
19079
19080 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19081
19082         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19083         non-active groups.
19084
19085         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19086
19087 2004-05-20  Magnus Henoch  <mange@freemail.hu>
19088
19089         * dns.el (dns-read-type): Add support for SVR.  (small patch)
19090
19091 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19092
19093         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19094         (spam-crm114-header, spam-crm114-spam-switch)
19095         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19096         (spam-crm114-positive-spam-header)
19097         (spam-crm114-database-directory, spam-list-of-processors)
19098         (spam-group-spam-processor-crm114-p)
19099         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19100         (spam-generic-score, spam-list-of-checks)
19101         (spam-list-of-statistical-checks, spam-registration-functions)
19102         (spam-check-crm114-headers, spam-crm114-score)
19103         (spam-check-crm114, spam-crm114-register-with-crm114)
19104         (spam-crm114-register-spam-routine)
19105         (spam-crm114-unregister-spam-routine)
19106         (spam-crm114-register-ham-routine)
19107         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19108         From asjo@koldfront.dk (Adam Sjøgren).
19109
19110         * gnus.el: Add spam-use-crm114.
19111
19112         * spam.el (spam-list-of-processors, spam-registration-functions):
19113         Add spam-use-resend.
19114         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19115         (spam-report-articles-gmane): Add doc fix.
19116         (spam-report-articles-resend, spam-report-resend-register-routine):
19117         Add wrappers around spam-report-resend-to.
19118
19119         * spam-report.el (spam-report-resend-to, spam-report-resend):
19120         Add support for resending spam.
19121         (spam-report-gmane): Fix line length >80.
19122
19123         * gnus.el (spam-process): Add spam-use-resend.
19124
19125 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19126
19127         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19128         number of processed spam messages.
19129         (spam-ham-copy-or-move-routine): Return the number of processed
19130         ham messages.
19131         (spam-summary-prepare-exit): Use the above values to decide
19132         whether status messages shouled be displayed.
19133
19134 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19135
19136         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19137         `rfc2047-encoding-function-alist' in order to avoid conflicting
19138         with the old version.
19139         (rfc2047-encode-region): Concatenate words containing non-ASCII
19140         characters in structured fields; don't encode space-delimited
19141         ASCII words even in unstructured fields; don't break words at
19142         char-category boundaries.
19143         (rfc2047-encode-1): New function.
19144         (rfc2047-encode): Use it; encode text so that it occupies the
19145         maximum width within 76-column; work correctly on Q encoding for
19146         iso-2022-* charsets.
19147         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19148         sure not to break a line just after the header name.
19149         (rfc2047-b-encode-region): Remove.
19150         (rfc2047-b-encode-string): New function.
19151         (rfc2047-q-encode-region): Remove.
19152         (rfc2047-q-encode-string): New function.
19153
19154         * mm-util.el (mm-replace-in-string): New function.
19155
19156 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19157
19158         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19159         Really get it right.
19160         (gnus-inews-make-draft): Really.
19161
19162 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19163
19164         * nnmh.el (nnmh-request-list-1): Don't check the link count
19165         before descending.  (small patch)
19166
19167 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19168
19169         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19170         stuff.
19171
19172         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19173         Match on real group name.
19174
19175         * gnus-art.el (gnus-signature-limit): Doc fix.
19176
19177         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19178
19179         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19180
19181 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19182
19183         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19184         isn't a string.
19185
19186 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19187
19188         * gnus-draft.el (gnus-draft-send):
19189         Bind rfc2047-encode-encoded-words.
19190
19191         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19192         (rfc2047-encodable-p): Say that =? needs encoding.
19193         (rfc2047-encode-encoded-words): New variable.
19194
19195         * gnus-group.el (gnus-group-select-group): Doc fix.
19196
19197         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19198
19199         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19200         to nil.
19201
19202         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19203
19204         * nnheader.el (nnheader-get-lines-and-char): New function.
19205
19206 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19207
19208         * gnus-msg.el (gnus-summary-followup-with-original):
19209         Document yanking of region when active.
19210
19211 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19212
19213         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19214         groups if the group level is higher than the specified value.
19215
19216 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19217
19218         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19219         (gnus-group-jump-to-group): Add prefix argument using
19220         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19221         non-active group.
19222
19223         * compface.el (uncompface): Be verbose when changing
19224         `uncompface-use-external'.
19225
19226         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19227         handle manual section.
19228
19229 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19230
19231         * gnus-art.el (gnus-button-alist): Revert previous change.
19232
19233 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19234
19235         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19236
19237 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19238
19239         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19240         whether backend can accept message.
19241
19242         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19243
19244 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19245
19246         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19247         Avoid creating directory when nntp-marks-is-evil is true.
19248         Reported by Reiner Steib.
19249
19250 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19251
19252         * gnus-picon.el (gnus-picon-style): New variable.
19253         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19254         (gnus-picon-transform-address): Support `gnus-picon-style'.
19255         From Jesper Harder <harder@ifa.au.dk>.
19256
19257 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19258
19259         * message.el (message-fill-field): Return point.
19260         (message-generate-headers): Go to end of field.
19261
19262         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19263         stuff for non-living groups.
19264
19265 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19266
19267         * gnus-art.el (gnus-article-followup-with-original)
19268         (gnus-article-reply-with-original): gnus-mark-active-p ->
19269         gnus-region-active-p.
19270
19271 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19272
19273         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19274         only when there is spam or ham to be processed.
19275
19276 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19277
19278         * mail-source.el (mail-source-delete-crash-box): Refactor.
19279         (mail-source-fetch): Use it.
19280         (mail-source-fetch-file): Ditto.
19281         (mail-source-fetch-directory): Run postscript in loop.
19282         (mail-source-fetch-pop): Delete.
19283         (mail-source-fetch-maildir): Ditto.
19284         (mail-source-fetch-imap): Ditto.
19285
19286         * imap.el (imap-authenticators): Comment out sasl.
19287
19288         * message.el (message-skip-to-next-address): New function.
19289         (message-fill-header-address): Refactor.
19290         (message-fill-address): Use it.
19291         (message-delete-address): Use it.
19292         (message-fill-header-general): Refactor.
19293         (message-fill-field-address): Rename.
19294         (message-narrow-to-field): Find the start of the header.
19295         (message-header-format-alist): Don't pre-fill.
19296         (message-fill-header): Remove.
19297         (message-insert-header): New function.
19298         (message-shorten-references): Use it.
19299
19300         * rfc2047.el (rfc2047-field-value): Strip props.
19301
19302         * mail-parse.el (mail-header-make-address): New alias.
19303
19304         * ietf-drums.el (ietf-drums-make-address): New function.
19305
19306         * imap.el: Add compiler directives.
19307
19308         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19309
19310         * gnus-art.el (article-decode-idna-rhs): Don't use
19311         message-idna-inside-rhs-p.
19312
19313 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19314
19315         * message.el (message-idna-inside-rhs-p): Remove.
19316         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19317
19318         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19319         false positives.
19320
19321 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19322
19323         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19324
19325 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19326
19327         * nneething.el (nneething-file-name): Don't create spurious
19328         files.
19329
19330         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19331         (gnus-inews-do-gcc): Remove sleep.
19332
19333         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19334         part under point.
19335
19336         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19337         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19338
19339 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19340
19341         * spam.el (spam-summary-prepare-exit): Fix (length).
19342
19343 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19344
19345         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19346         as expired without moving it" message when there are spam
19347         messages left.
19348
19349 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19350
19351         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19352         header is not nil.
19353
19354 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19355
19356         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19357         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19358         (nntp-marks-changed-p): New arg SERVER.
19359         (nntp-request-update-info): Adjust caller.
19360
19361 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19362
19363         * nntp.el (nntp-save-marks): Pass missing arg.
19364
19365 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19366
19367         * nntp.el: Support marks.
19368         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19369         (nntp-marks-modtime, nntp-marks-directory): New variables.
19370         (nntp-request-set-mark, nntp-request-update-info)
19371         (nntp-possibly-create-directory, nntp-marks-changed-p)
19372         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19373         New functions.
19374
19375 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19376
19377         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19378         (gnus-xmas-redefine): Rename.
19379
19380         * gnus-score.el (gnus-score-insert-help):
19381         Use gnus-select-lowest-window.
19382
19383         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19384         appt-select-lowest-window and rename to gnus-select-lowest-window.
19385
19386         * gnus.el: do.
19387
19388 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19389
19390         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19391         encodings of MIME-encoded words, in order to improve
19392         interoperability with several broken MUAs.
19393
19394 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19395
19396         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19397         tags, only when charsets are not specified in headers.
19398         (mm-inline-text-html-render-with-w3m): Ditto.
19399
19400         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19401         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19402
19403 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19404
19405         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19406         instead of MIME-decoded from fields when checking
19407         `gnus-article-address-banner-alist'.
19408
19409 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19410
19411         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19412         description rather than subject.
19413
19414 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19415
19416         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19417
19418 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19419
19420         * gnus.el (gnus-version-number): Bump.
19421
19422 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19423
19424         * gnus.el: No Gnus v0.2 is released.
19425
19426 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19427
19428         * gnus-agent.el (gnus-agent-read-agentview):
19429         Inline gnus-uncompress-range.
19430
19431 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19432
19433         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19434         `exec-installed-p'.
19435
19436 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19437
19438         * gnus.el (spam-process, spam-autodetect-methods):
19439         Add bsfilter and bsfilter-headers.
19440
19441         * spam.el (spam-bsfilter): New customize group.
19442         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19443         (spam-bsfilter-header, spam-bsfilter-probability-header)
19444         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19445         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19446         (spam-bsfilter-database-directory): New options.
19447         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19448         (spam-list-of-statistical-checks, spam-registration-functions):
19449         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19450         (spam-bsfilter-score): New command.
19451         (spam-check-bsfilter-headers, spam-check-bsfilter)
19452         (spam-bsfilter-register-with-bsfilter)
19453         (spam-bsfilter-register-spam-routine)
19454         (spam-bsfilter-unregister-spam-routine)
19455         (spam-bsfilter-register-ham-routine)
19456         (spam-bsfilter-unregister-ham-routine): New functions.
19457         (spam-generic-score): Support bsfilter; Accept an optional argument
19458         to recalcurate spam score even if scoring header has already been
19459         added.
19460         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19461         optional argument to recalcurate spam score even if scoring header
19462         has already been added.
19463
19464 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19465
19466         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19467         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19468         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19469         link is missing.
19470
19471 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19472
19473         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19474         (html2text-get-attr): Rewrite.
19475
19476         * message.el (message-setup-1): Remove redundant put-text-property
19477         on mail-header-separator.
19478
19479 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19480
19481         * gnus-registry.el (gnus-registry-cache-whitespace)
19482         (gnus-registry-action, gnus-registry-spool-action)
19483         (gnus-registry-split-fancy-with-parent): Change message levels
19484         from 5 to 3 or 7, as needed.
19485
19486         * spam.el (spam-summary-prepare-exit)
19487         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19488         (spam-split, spam-find-spam, spam-log-undo-registration)
19489         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19490         level from 5 to 6.
19491
19492 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19493
19494         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19495         2004-03-04 change).
19496
19497 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19498
19499         * sieve-manage.el (sieve-manage-open):
19500         * nnweb.el (nnweb-insert-html):
19501         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19502         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19503         * nnspool.el (nnspool-request-group):
19504         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19505         * nnml.el (nnml-request-update-info):
19506         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19507         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19508         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19509         (nnimap-request-set-mark):
19510         * nnfolder.el (nnfolder-request-update-info):
19511         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19512         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19513         * gnus-uu.el (gnus-uu-find-articles-matching):
19514         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19515         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19516         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19517         * gnus-nocem.el (gnus-nocem-scan-groups):
19518         * gnus-int.el (gnus-start-news-server):
19519         * gnus-group.el (gnus-group-make-kiboze-group)
19520         (gnus-group-browse-foreign-server):
19521         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19522         Use mapc when appropriate.
19523
19524 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19525
19526         FIXME: Make separate entries for each person.
19527
19528         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19529         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19530         <shields@msrl.com>:
19531
19532         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19533         may need for spam sorting and scoring.
19534         (spam-user-format-function-S): Add user format function suitable for
19535         general use.
19536         (spam-article-sort-by-spam-status): Add sorting function for summary
19537         sorting.
19538         (spam-extra-header-to-number): Add function to get a score from a
19539         header.
19540         (spam-summary-score): Add function to get a numeric score from the
19541         headers.
19542         (spam-generic-score): Fix function doc, was in wrong place.
19543         (spam-initialize): Take symbols when it's run, and install the
19544         extra headers that spam-necessary-extra-headers thinks we need.
19545
19546 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19547
19548         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19549         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19550
19551 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19552
19553         * gnus-sum.el (gnus-set-global-variables)
19554         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19555         (gnus-article-get-xrefs, gnus-summary-best-group)
19556         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19557         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19558         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19559         Use with-current-buffer.
19560
19561 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19562
19563         * spam.el (spam-summary-prepare-exit): Simplify logic.
19564         (spam-fetch-article-header): Read the article header if it's not
19565         available.
19566         (spam-list-articles): Simplify logic.
19567         (spam-filelist-register-routine): Fix bug with unregister-list.
19568
19569         * gnus-registry.el: Fix comments at beginning.
19570
19571 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19572
19573         * message.el (message-cater-to-broken-inn): Remove.
19574         (message-shorten-references): Make sure the total folded length of
19575         References is shorter than 998 characters to cater to a bug in INN
19576         2.3.  Also, don't pretend that references aren't folded -- this
19577         hasn't worked for a while.
19578
19579 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19580
19581         * gnus-agent.el (gnus-agentize):
19582         gnus-agent-send-mail-real-function no longer set to current value
19583         of message-send-mail-function but rather a lambda that calls
19584         message-send-mail-function.  The change makes the agent real-time
19585         responsive to user changes to message-send-mail-function.
19586
19587 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19588
19589         * legacy-gnus-agent.el
19590         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19591         help from Florian Weimer <fw@deneb.enyo.de>
19592
19593 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19594
19595         * nnmail.el (nnmail-cache-insert): Revert last change.
19596
19597 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19598
19599         * nnmail.el (nnmail-cache-insert): Always check whether
19600         nnmail-cache-ignore-groups matches a group name.
19601
19602 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19603
19604         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19605         (spam-find-spam, spam-log-processing-to-registry)
19606         (spam-log-registered-p, spam-log-unregistration-needed-p)
19607         (spam-log-undo-registration): Use gnus-message instead of
19608         gnus-error, none of these errors are fatal.
19609
19610         * gnus-registry.el (gnus-registry-clean-empty-function)
19611         (gnus-registry-clean-empty): Remove only empty entries without
19612         extra data.
19613
19614 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19615
19616         * spam-stat.el (spam-stat-buffer-change-to-spam)
19617         (spam-stat-buffer-change-to-non-spam): Change (error) to
19618         (gnus-message 8) invocation.
19619
19620 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19621
19622         * nntp.el (nntp-via-netcat-command): New variable.
19623         (nntp-via-netcat-switches): New variable.
19624         (nntp-open-via-rlogin-and-netcat): New function.
19625         (nntp-open-connection-function): Doc fix.
19626         (nntp-telnet-command): Doc fix.
19627         (nntp-end-of-line): Doc fix.
19628         (nntp-via-rlogin-command): Doc fix.
19629         (nntp-via-user-name): Doc fix.
19630         (nntp-via-address): Doc fix.
19631
19632 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19633
19634         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19635         error in Emacs 21.1.
19636
19637 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19638
19639         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19640
19641 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19642
19643         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19644         (gnus-agent-with-refreshed-group): New macro.
19645         (gnus-agent-rename-group): New function.
19646         (gnus-agent-delete-group): New function.
19647         (gnus-agent-save-group-info): Use gnus-command-method when
19648         `method' parameter is nil.  Don't write nil entries into the
19649         active file.
19650         (gnus-agent-get-group-info): New function.
19651         (gnus-agent-fetch-articles):
19652         Use gnus-agent-update-files-total-fetched-for to increment disk space
19653         used.
19654         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19655         Use gnus-agent-update-view-total-fetched-for to increment disk space
19656         used.
19657         (gnus-agent-get-local): Add optional parameters to avoid calling
19658         gnus-group-real-name and gnus-find-method-for-group.
19659         (gnus-agent-set-local): Delete stored entry if either min, or max,
19660         are nil.
19661         (gnus-agent-fetch-session): Reworded error/quit messages.
19662         On quit, use gnus-agent-regenerate-group to record existance of any
19663         articles fetched to disk before the quit occurred.
19664         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19665         gnus-agent-update-view-total-fetched-for, and
19666         gnus-agent-update-files-total-fetched-for to decrement disk space
19667         used.
19668         (gnus-agent-retrieve-headers):
19669         Use gnus-agent-update-view-total-fetched-for to increment disk space
19670         used.
19671         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19672         with gnus-agent-update-files-total-fetched-for to decrement disk
19673         space and fresh group buffer.
19674         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19675         (gnus-agent-need-update-total-fetched-for): New variable.
19676         (gnus-agent-update-files-total-fetched-for): New function.
19677         (gnus-agent-update-view-total-fetched-for): New function.
19678         (gnus-agent-total-fetched-for): New function.
19679
19680         * gnus-cache.el (gnus-cache-save-buffers):
19681         Use gnus-cache-update-overview-total-fetched-for to change disk space
19682         used by this group.
19683         (gnus-cache-possibly-enter-article):
19684         Use gnus-cache-update-file-total-fetched-for to increment disk space
19685         used by this group.
19686         (gnus-cache-possibly-remove-article):
19687         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19688         used by this group.
19689         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19690         (gnus-cache-rename-group): New function.
19691         (gnus-cache-delete-group): New function.
19692         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19693         (gnus-cache-need-update-total-fetched-for): New variable.
19694         (gnus-cache-with-refreshed-group): New macro.
19695         (gnus-cache-update-file-total-fetched-for): New function.
19696         (gnus-cache-update-overview-total-fetched-for): New function.
19697         (gnus-cache-rename-group-total-fetched-for): New function.
19698         (gnus-cache-delete-group-total-fetched-for): New function.
19699         (gnus-cache-total-fetched-for): New function.
19700
19701         * gnus-group.el: Require gnus-sum and autoload functions to
19702         resolve warnings when gnus-group.el compiled alone.
19703         (gnus-group-line-format): Documented new %F.
19704         (size of Fetched data) group line format; identifies disk space
19705         used by agent and cache.
19706         (gnus-group-line-format-alist): Defined new F format.
19707         (gnus-total-fetched-for): New function.
19708         (gnus-group-delete-group): No longer update
19709         gnus-cache-active-altered as gnus-request-delete-group now keeps
19710         the cache in sync.
19711         (gnus-group-list-active): Let the agent store a server's active
19712         list if currently plugged.
19713
19714         * gnus-int.el (gnus-request-delete-group):
19715         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19716         local disk in sync with the server.
19717         (gnus-request-rename-group):
19718         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19719         local disk in sync with the server.
19720
19721         * gnus-start.el (gnus-get-unread-articles):
19722         Cosmetic simplification to logic.
19723
19724         * gnus-util.el (gnus-rename-file): New function.
19725
19726 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19727
19728         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19729
19730 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19731
19732         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19733         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19734
19735 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19736
19737         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19738         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19739
19740 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19741
19742         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19743
19744 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19745
19746         * spam.el (spam-set-difference): Add function to replace
19747         gnus-set-difference in spam.el.
19748         (spam-summary-prepare-exit): Use spam-set-difference.
19749
19750 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19751
19752         * gnus-registry.el (gnus-registry-cache-file): Update to use
19753         gnus-dribble-directory OR gnus-home-directory OR ~.
19754         (gnus-registry-split-fancy-with-parent): Fix doc.
19755
19756 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19757
19758         * message.el (message-exchange-point-and-mark):
19759         Use message-mark-active-p.  Suggested by Jesper Harder
19760         <harder@ifa.au.dk>.
19761
19762 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19763
19764         * message.el (message-exchange-point-and-mark): Don't activate
19765         region if it was inactive.  Suggested by Hiroshi Fujishima
19766         <pooh@nature.tsukuba.ac.jp>.
19767
19768 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19769
19770         * gnus-art.el (article-display-face): Display Faces in the same
19771         order as X-Faces.
19772
19773 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19774
19775         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19776
19777 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19778
19779         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19780         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19781         (gnus-article-mime-hierarchy): Remove.
19782         (gnus-article-mime-hierarchy-next): Remove.
19783         (gnus-article-mode): Revert 2004-03-19 change.
19784         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19785         (gnus-insert-mime-button): Revert 2004-03-19 change.
19786         (gnus-mime-accumulate-hierarchy): Remove.
19787         (gnus-mime-enter-multipart): Remove.
19788         (gnus-mime-leave-multipart): Remove.
19789         (gnus-mime-display-part): Revert 2004-03-19 change.
19790         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19791
19792         * mml.el (mml-preview): Revert 2004-03-19 change.
19793
19794 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19795
19796         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19797
19798 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19799
19800         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19801         t while entering a file name using the mm-with-multibyte macro.
19802         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19803
19804         * mm-util.el (mm-with-multibyte): New macro.
19805
19806 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19807
19808         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19809         New user option.
19810         (gnus-mime-multipart-functions): Doc and customization fix.
19811         (gnus-article-mime-hierarchy): New variable.
19812         (gnus-article-mime-hierarchy-next): New variable.
19813         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19814         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19815         gnus-article-mime-hierarchy-next to nil.
19816         (gnus-insert-mime-button): Show hierarchy numbers.
19817         (gnus-mime-accumulate-hierarchy): New function.
19818         (gnus-mime-enter-multipart): New function.
19819         (gnus-mime-leave-multipart): New function.
19820         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19821         (gnus-mime-display-alternative): Show hierarchy numbers.
19822
19823         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19824         gnus-article-mime-hierarchy-next to nil.
19825
19826 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19827
19828         * dns.el: Don't require gnus-xmas.
19829
19830 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19831
19832         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19833         inline PGP.
19834         (mml-menu): Disable mml-quote-region if mark is inactive.
19835
19836 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19837
19838         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19839         when the group's active is not available.
19840
19841 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19842
19843         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19844         error.
19845
19846 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19847
19848         * imap.el (imap-store-password): New variable.
19849         (imap-interactive-login): Use it.
19850         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19851
19852 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19853
19854         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19855         window-start and hscroll to summary window.
19856
19857 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19858
19859         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19860         conversion message to newsrc-dribble when an actual conversion is
19861         performed.
19862
19863 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19864
19865         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19866
19867 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19868
19869         * mm-decode.el (mm-complicated-handles): New function reviving
19870         former definition of mm-multiple-handles.
19871
19872         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19873         (gnus-mime-delete-part): Use it.
19874
19875 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19876
19877         * gnus-agent.el (gnus-agent-read-local):
19878         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19879         avoid the implicit assumption that they will always be equal.
19880         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19881         coding-system-for-write, as the with-temp-file macro first prints
19882         to a buffer then saves the buffer.
19883
19884 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19885
19886         * gnus-art.el (gnus-article-edit-part): New function.
19887         (gnus-mime-save-part-and-strip): Use it; do query instead of
19888         signaling an error; don't use mm-multiple-handles.
19889         (gnus-mime-delete-part): Ditto.
19890
19891 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19892
19893         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19894         old file versions.
19895         (gnus-group-prepare-hook): Remove function that converted list
19896         form of gnus-agent-expire-days to group properties.
19897
19898         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19899         (gnus-request-accept-article): Re-indented.
19900
19901         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19902         converters to handle old agent file formats.  Add logic for a
19903         "backup before upgrading warning".
19904         (gnus-convert-mark-converter-prompt): Developers can mark
19905         functions as needing (default), or not needing,
19906         gnus-convert-old-newsrc's "backup before upgrading warning".
19907         (gnus-convert-converter-needs-prompt): Tests whether the user
19908         should be protected from potentially irreversable changes by the
19909         function.
19910
19911         * legacy-gnus-agent.el: New.  Provides converters that are only
19912         loaded when gnus-convert-old-newsrc needs to call them.
19913
19914 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19915
19916         * mail-source.el (mail-source-touch-pop): Doc fix.
19917
19918         * message.el (message-smtpmail-send-it): Doc fix.
19919
19920 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19921
19922         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19923
19924         * nnmail.el (nnmail-split-fancy): do.
19925
19926         * gnus-kill.el (gnus-kill, gnus-execute): do.
19927
19928 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19929
19930         * gnus-sum.el (gnus-widget-reversible-match)
19931         (gnus-widget-reversible-to-internal)
19932         (gnus-widget-reversible-to-external): New functions.
19933         (gnus-widget-reversible): New widget.
19934         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19935
19936 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19937
19938         * gnus-sum.el (gnus-thread-sort-functions)
19939         (gnus-article-sort-functions): Document `(not F)' items.
19940
19941 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19942
19943         * spam.el (spam-use-gmane-xref): Add new backend.
19944         (spam-gmane-xref-spam-group): Add variable to control the name of the
19945         Gmane spam group.
19946         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19947         (spam-regex-headers-spam, spam-regex-headers-ham)
19948         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19949         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19950         backends and checks.
19951         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19952
19953         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19954         an autodetect method.
19955
19956 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19957
19958         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19959         articles are being added to a group.
19960         (gnus-request-replace-article): Inform the agent that articles
19961         need to be uncached as the cached contents are no longer valid.
19962
19963 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19964
19965         * binhex.el: Don't autoload executable-find.
19966
19967         * canlock.el: Don't autoload mail-fetch-field.
19968
19969         * dgnushack.el: Autoload c-mode for XEmacs.
19970
19971         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19972
19973         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19974         rmail-dont-reply-to and rmail-output.
19975
19976         * gnus-score.el: Don't autoload ffap-string-at-point.
19977
19978         * gnus-setup.el: Don't autoload sc-cite-original.
19979
19980         * imap.el: Don't autoload base64-decode-string,
19981         base64-encode-string and md5.
19982
19983         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19984         and rmail-msg-restore-non-pruned-header.
19985
19986         * mm-decode.el: Don't autoload executable-find.
19987
19988         * mm-url.el: Don't autoload executable-find.
19989
19990         * mm-view.el: Don't autoload diff-mode.
19991
19992         * nndb.el: Don't autoload news-reply-mode, news-setup,
19993         cancel-timer and telnet.
19994
19995         * password.el: Don't autoload run-at-time for Emacs.
19996
19997         * sha1-el.el: Don't autoload executable-find.
19998
19999         * sieve-mode.el: Don't autoload c-mode.
20000
20001         * uudecode.el: Don't autoload executable-find.
20002
20003 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20004
20005         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20006         (gnus-agent-possibly-alter-active): Avoid null in numeric
20007         comparison.
20008         (gnus-agent-set-local): Refuse to save null in local object table.
20009         (gnus-agent-regenerate-group): The REREAD parameter can now be a
20010         list of articles that will be marked as unread.
20011
20012 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20013
20014         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20015
20016 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20017
20018         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20019         language tags.
20020
20021 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
20022
20023         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20024         Don't bind "obarray".
20025
20026         * gnus-sum.el (gnus-thread-sort-functions):
20027         Add `gnus-thread-sort-by-most-recent-number' and
20028         `gnus-thread-sort-by-most-recent-date'.
20029         Reported by Kai Grossjohann <kai@emptydomain.de>.
20030
20031 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20032
20033         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20034
20035 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20036
20037         * gnus-cus.el (gnus-agent-customize-category):
20038         Remove ignore-errors macro reference that required cl to be loaded at
20039         run-time.
20040
20041         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20042         single-interval range of the form (min . max).  Previously the
20043         range had to look like ((min . max)).  Likewise, return
20044         (min . max) rather than ((min . max)).
20045         (gnus-range-map): Use gnus-range-normalize to accept
20046         single-interval range.
20047
20048         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20049         the cache, but not the agent, now appear with their usual face.
20050
20051         * dgnushack.el (loaddir): New variable that is bound to the
20052         directory containing the dgnushack.el file. Use loaddir, rather
20053         than srcdir, to update load-path. Change lets dgnushack compile
20054         code in directories other than GNUS/lisp.
20055
20056 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20057
20058         * lpath.el: Don't bind w3m-safe-url-regexp.
20059
20060         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20061         w3m-safe-url-regexp variable buffer-local.
20062
20063         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20064
20065 2004-02-27  Simon Josefsson  <jas@extundo.com>
20066
20067         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20068         gnus-group-real-prefix.
20069         (gnus-summary-move-article): Use it, instead of
20070         gnus-group-real-prefix.
20071
20072 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20073
20074         * lpath.el: Bind w3m-safe-url-regexp.
20075
20076         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20077         w3m-safe-url-regexp variable buffer-local and set it as the value
20078         of mm-w3m-safe-url-regexp.
20079
20080         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20081
20082         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20083         parsing gnus-posting-styles when the message is not for replying.
20084
20085         * dgnushack.el: Autoload sgml-mode for XEmacs.
20086
20087         * nnrss.el (nnrss-opml-export):
20088         Use mm-set-buffer-file-coding-system instead of
20089         set-buffer-file-coding-system.
20090
20091 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20092
20093         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20094         of checkdoc.el).
20095         * nnrss.el: do.
20096         * gnus-mlspl.el: do.
20097         * gnus-ml.el: do.
20098         * gnus-srvr.el: do.
20099
20100         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20101
20102 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20103
20104         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20105         Corrections to custom-manual links.
20106
20107         * gnus-art.el (gnus-article): Ditto.
20108
20109         * mm-decode.el (mime-display, mime-security): Ditto.
20110
20111 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20112
20113         * flow-fill.el: Typo.
20114
20115 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20116
20117         * spam-wash.el: New file.
20118
20119 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20120
20121         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20122
20123 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20124
20125         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20126         to be run with new-articles as LIST1, not LIST2.
20127         (spam-registration-functions): Add spam-use-ham-copy as a nil
20128         registration backend.
20129
20130 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20131
20132         * spam-stat.el (spam-stat-washing-hook): New option.
20133         (spam-stat-buffer-words): Use it.
20134         (spam-stat-process-directory, spam-stat-test-directory):
20135         Use insert-file-contents-literally.
20136         (spam-stat-coding-system): New variable.
20137         (spam-stat-load, spam-stat-save): Use it.
20138
20139 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20140
20141         * spam-report.el (spam-report-plug-agent):
20142         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20143
20144 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20145
20146         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20147         Allow / in mailto URLs.
20148
20149 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20150
20151         * spam-report.el (spam-report-process-queue): Fix interactive use.
20152         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20153         (spam-report-unplug-agent): Doc fixes.
20154         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20155         (spam-report-agentize, spam-report-deagentize): Autoload.
20156
20157 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20158
20159         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20160
20161         * message.el (message-setup-fill-variables): Add mml tags to
20162         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20163         <ajk@iu.edu>.
20164         (message-mode): Don't modify paragraph-separate there.
20165
20166 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20167
20168         * compface.el (uncompface-use-external): Default to undecided.
20169         (uncompface-use-external-threshold): New variable.
20170         (uncompface-float-time): New macro.
20171         (uncompface): Determine whether to use the external decoder if
20172         uncompface-use-external is undecided.
20173
20174 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20175
20176         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20177         after images.
20178
20179         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20180
20181 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20182
20183         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20184
20185         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20186
20187         * gnus-sum.el (gnus-summary-limit-to-age)
20188         (gnus-summary-limit-children): do.
20189
20190         * gnus-int.el (gnus-request-scan): do.
20191
20192         * gnus-group.el (gnus-group-suspend): do.
20193
20194         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20195
20196         * gnus-cite.el (gnus-cite-parse-attributions): do.
20197
20198         * gnus-agent.el (gnus-summary-set-agent-mark)
20199         (gnus-agent-regenerate-group): do.
20200
20201         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20202
20203         * binhex.el (binhex-decode-region-internal): do.
20204
20205 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20206
20207         * gnus-fun.el (gnus-face-properties-alist): New user option.
20208         (gnus-display-x-face-in-from): Use it.
20209
20210         * gnus-art.el (article-display-face): Ditto.
20211
20212         * compface.el (uncompface-use-external): Default to nil.
20213
20214 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20215
20216         * nntp.el (nntp-erase-buffer): New function.
20217         (nntp-retrieve-data, nntp-send-command)
20218         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20219         (nntp-possibly-change-group): Use it.
20220
20221         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20222         Use with-current-buffer.
20223
20224 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20225
20226         * compface.el: Merge the ELisp-based uncompface program.
20227         (compface): New customization group.
20228         (uncompface-use-external): New user option.
20229         (uncompface): Call uncompface-internal if uncompface-use-external
20230         is nil.
20231         (uncompface-internal): New function.  Note that there are also
20232         some other functions and variables added for this function.
20233
20234 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20235
20236         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20237         if necessary.
20238
20239 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20240
20241         * spam-report.el (spam-report-unplug-agent)
20242         (spam-report-plug-agent, spam-report-deagentize)
20243         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20244         Add support for the Agent in spam-report: when unplugged, report to a
20245         file; when plugged, submit all the requests.
20246
20247         * spam.el (spam-register-routine): Fix message about
20248         registration.
20249
20250 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20251
20252         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20253         dependencies.
20254         (rfc2047-encode): Use it.
20255
20256         * gnus-art.el (gnus-button-marker-list): Move before first
20257         reference.
20258
20259         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20260         (imap-parse-body): Fix format string mismatch.
20261
20262         * gnus-score.el (gnus-summary-increase-score): do.
20263
20264         * nnrss.el (nnrss-close): New function.
20265
20266 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20267
20268         * nnrss.el (nnrss-make-filename): New function.
20269         (nnrss-request-delete-group, nnrss-read-server-data)
20270         (nnrss-save-server-data, nnrss-read-group-data)
20271         (nnrss-save-group-data): Use it.
20272         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20273         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20274         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20275
20276 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20277
20278         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20279
20280 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20281
20282         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20283         files.
20284
20285         * message.el (message-generate-headers-first): Don't quote nil
20286         and t in docstrings.
20287
20288         * imap.el (imap-id): do.
20289
20290         * gnus-agent.el (gnus-agent-consider-all-articles)
20291         (gnus-agent-queue-mail): do.
20292
20293 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20294
20295         * spam-report.el (spam-report-process-queue): New function.
20296         Process requests from `spam-report-requests-file'.
20297         (spam-report-process-queue): Doc fix.
20298
20299 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20300
20301         * spam.el (spam-register-routine)
20302         (spam-log-processing-to-registry, spam-log-registered-p)
20303         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20304         Change "check" to "spam-check" for semi-clarity.
20305
20306 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20307
20308         * pop3.el: Require nnheader.
20309
20310         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20311
20312         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20313
20314         * gnus-picon.el: Require cl.
20315
20316         * gnus-fun.el: Require gnus-ems and gnus-util.
20317
20318         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20319
20320         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20321
20322         * gnus-art.el (gnus-article-edit-mode): Define before first
20323         reference.
20324
20325 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20326
20327         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20328         (gnus-uu-post-encoded): Use point-at-bol.
20329
20330         * gnus-topic.el (gnus-group-active-topic-p): do.
20331
20332         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20333
20334         * gnus-group.el (gnus-group-kill-region): do.
20335
20336         * gnus-art.el (article-date-ut): do.
20337
20338         * message.el (message-fetch-field): Remove redundant
20339         case-fold-search binding.
20340         (message-narrow-to-field): Simplify.
20341
20342 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20343
20344         * spam.el (spam-directory): Derive from `gnus-directory'.
20345
20346         * spam-report.el (spam-report-url-to-file)
20347         (spam-report-requests-file): New function and variable for offline
20348         reporting.
20349         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20350         and user defined function.
20351         (spam-report-url-ping-mm-url): Remove doubled slash.
20352
20353 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20354
20355         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20356
20357 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20358
20359         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20360         Fix format string mismatch.
20361
20362         * sieve.el (sieve-deactivate-all): do.
20363
20364         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20365
20366         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20367
20368         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20369
20370         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20371
20372 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20373
20374         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20375         the list of checks.
20376
20377 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20378
20379         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20380         padding.
20381
20382 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20383
20384         * mm-view.el (mm-fill-flowed): New variable.
20385         (mm-inline-text): Use it.
20386
20387 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20388
20389         * spam.el (spam-spamassassin-register-ham-routine)
20390         (spam-spamassassin-register-spam-routine): Fix function names.
20391
20392 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20393
20394         * gnus.el (gnus-tmp-grouplens): Remove.
20395         (gnus-summary-line-format): Remove grouplens.
20396
20397         * gnus-group.el (gnus-group-line-format): Ditto.
20398
20399         * gnus-spec.el (gnus-format-specs): Ditto.
20400         (gnus-update-format-specifications): Flush the group format spec
20401         cache if there's the grouplens stuff.
20402         (gnus-parse-simple-format): Replace %l with the empty string.
20403
20404 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20405
20406         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20407         omission.
20408
20409 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20410
20411         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20412         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20413
20414 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20415
20416         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20417         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20418         New macros and functions.
20419         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20420         Handle > NLINK_MAX messages.
20421         * nnmaildir.el (nnmaildir-request-set-mark):
20422         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20423
20424 2004-01-25  Alex Schroeder  <alex@gnu.org>
20425
20426         * spam-stat.el (spam-stat-process-directory-age): New option.
20427         (spam-stat-process-directory): Use it.
20428
20429 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20430
20431         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20432         (spam-stat-save): Accept prefix argument.
20433
20434 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20435
20436         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20437         links" error.
20438
20439 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20440
20441         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20442         the rest of the and/or forms.
20443
20444 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20445
20446         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20447         compatibility with old .newsrc.eld files.
20448
20449         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20450
20451         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20452
20453         * gnus-start.el (gnus-1): do.
20454
20455         * gnus-group.el (gnus-group-line-format-alist): do.
20456
20457         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20458
20459         * gnus-gl.el: Remove.
20460
20461 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20462
20463         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20464         marks consisting of a single range {for example, (3 . 5)} rather
20465         than a list of a single range { ((3 . 5)) }.
20466
20467 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20468
20469         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20470         Use with-current-buffer.
20471         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20472         avoid consing a string.
20473
20474         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20475         Remove obsolete entries for big5 and gb2312.
20476
20477 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20478
20479         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20480         uncompressed list.
20481
20482 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20483
20484         * spam-stat.el (spam-stat-strip-xref): New function.
20485         (spam-stat-process-directory): Use it.
20486
20487         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20488         here -- it's done in message-fetch-field.
20489
20490 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20491
20492         * gnus-agent.el (gnus-agent-queue-mail)
20493         (gnus-agent-prompt-send-queue): New variables.
20494         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20495         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20496         "nndraft:queue" along to gnus-draft-send.
20497         Use gnus-agent-prompt-send-queue.
20498         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20499         is "nndraft:queue".  Suggested by Gaute Strokkenes
20500         <gs234@srcf.ucam.org>
20501
20502         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20503         (agent-enable-undownloaded-faces): Add.
20504         (gnus-agent-cat-groups): Use eval-and-compile, not
20505         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20506         method of gnus-agent-cat-groups even when the buffer has been
20507         evaled.
20508         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20509         delete gnus-agent-save-active-1.
20510         (gnus-agent-save-groups): Delete.  Identical to
20511         gnus-agent-save-active.
20512         (gnus-agent-write-active): No longer adjust agent's copy of active
20513         file as agent's adjustments are now stored in their own
20514         file.  Remove optional parameter.
20515         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20516         servers.  Add use of min/max range limits from server's local
20517         file.
20518         (gnus-agent-save-alist): Remove unused optional argument.
20519         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20520         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20521         (gnus-agent-set-local): A per-server file that keeps min/max range
20522         limits for articles known to the agent.  Provides a fast mechanism
20523         for altering many active ranges.
20524         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20525         active file (local makes it unnecessary).
20526         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20527
20528         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20529         (agent-enable-undownloaded-faces): Add.
20530
20531         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20532         disable it when sending to "nndraft:queue".
20533         (gnus-group-send-queue): Add safety check to avoid sending queue
20534         when unplugged.
20535
20536         * gnus-group.el (gnus-group-catchup): Use new
20537         gnus-sequence-of-unread-articles, not
20538         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20539         numbers of articles.  Use gnus-range-map to avoid having to
20540         uncompress the unread list.
20541         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20542         Fix invalid ange-ftp reference.
20543
20544         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20545         (gnus-sorted-range-intersection): Intersection of two ranges
20546         without requiring that they first be uncompressed.
20547
20548         * gnus-start.el (gnus-activate-group): Unless blocked by the
20549         caller, possibly expand the active range to include both cached
20550         and agentized articles.
20551         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20552         multiple version-dependent converters.
20553         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20554         gnus-agent-save-active.
20555         (gnus-save-newsrc-file): Save dirty agent range limits.
20556
20557         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20558         gnus-agent-possibly-alter-active.
20559         (gnus-adjust-marked-articles): Faster handling of simple lists.
20560
20561 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20562
20563         * spam-stat.el (spam-stat-test-directory): New optional argument
20564         displays a list of files detected.  Suggested by Andrew Cohen
20565         <cohen@andy.bu.edu>.
20566         (spam-stat-buffer-words-with-scores): Don't narrow and change
20567         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20568
20569 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20570
20571         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20572         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20573         (spam-spamassassin-arguments)
20574         (spam-spamassassin-spam-flag-header)
20575         (spam-spamassassin-positive-spam-flag-header)
20576         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20577         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20578         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20579         (spam-list-of-processors, spam-list-of-checks)
20580         (spam-list-of-statistical-checks, spam-registration-functions)
20581         (spam-check-spamassassin-headers, spam-check-spamassassin)
20582         (spam-spamassassin-score)
20583         (spam-spamassassin-register-with-sa-learn)
20584         (spam-spamassassin-register-spam-routine)
20585         (spam-spamassassin-register-ham-routine)
20586         (spam-assassin-register-spam-routine)
20587         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20588         (spam-bogofilter-score): Fix to show article before scoring.
20589
20590 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20591
20592         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20593         default scoring function.
20594         (spam-generic-score): Call spam-spamassassin-score if
20595         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20596         spam-bogofilter-score otherwise.
20597
20598         * gnus.el (spam-process, spam-autodetect-methods):
20599         Add spamassassin and spamassassin-headers.
20600
20601 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20602
20603         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20604         Suppress unnecessary messages.
20605
20606 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20607
20608         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20609         make-hash-table.
20610
20611 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20612
20613         * canlock.el (base64-encode-string): Don't autoload it.
20614
20615 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20616
20617         * run-at-time.el: Remove useless (require 'itimer),
20618         eval-and-compile and (featurep 'xemacs).
20619
20620 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20621
20622         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20623         GROUP is a virtual group.
20624
20625 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20626
20627         * gnus.el: Autoload `message-y-or-n-p'.
20628
20629 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20630
20631         * pgg-parse.el: Remove unnecessary (require 'custom).
20632
20633         * pgg-def.el: do.
20634
20635         * nnmail.el: do.
20636
20637         * gnus-undo.el: do.
20638
20639         * gnus-picon.el: do.
20640
20641         * gnus-util.el: do.
20642
20643 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20644
20645         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20646
20647 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20648
20649         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20650         handle, as well as a list.
20651
20652         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20653         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20654         (mm-w3m-cid-retrieve): Simplify.
20655
20656 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20657
20658         * message.el (message-kill-to-signature): Allow prefix arg to
20659         specify number of lines to keep before signature.
20660
20661 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20662
20663         * message.el (message-kill-to-signature): Change docstring.
20664
20665 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20666
20667         * canlock.el: Always require sha1-el.
20668         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20669
20670         * message.el: Autoload sha1 only when compiling.
20671
20672         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20673         eudc-expand-inline for XEmacs.
20674
20675 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20676
20677         * message.el (message-canlock-generate): Require sha1-el.
20678
20679 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20680
20681         * message.el (message-expand-name): Silence the byte compiler.
20682
20683         * lpath.el: Add detect-coding-system.
20684
20685         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20686         cus-edit.
20687
20688 2004-01-13  Simon Josefsson  <jas@extundo.com>
20689
20690         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20691         Invoke gnus-score-mode.
20692         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20693
20694         * gnus-range.el (gnus-compress-sequence): Doc fix.
20695         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20696
20697 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20698
20699         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20700
20701 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20702
20703         * spam.el (spam-get-article-as-string): Update to use
20704         gnus-request-article-this-buffer, much simpler.
20705         (spam-get-article-as-buffer): Remove.
20706
20707 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20708
20709         * message.el (message-expand-name): Use EUDC if the user uses that.
20710
20711 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20712
20713         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20714         character for the encoding to avoid consing a string.
20715
20716         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20717         unnecessarily.
20718
20719         * mm-util.el (mm-replace-chars-in-string): Remove.
20720
20721         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20722         of mm-replace-chars-in-string.
20723
20724 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20725
20726         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20727
20728         * mm-util.el (mm-subst-char-in-string): Support inplace.
20729
20730         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20731         a new string in every iteration.  Use shy groups.
20732
20733 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20734
20735         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20736         * gnus-soup.el (gnus-soup-group-brew):
20737         * gnus-msg.el (gnus-put-message):
20738         * gnus-move.el (gnus-group-move-group-to-server):
20739         * gnus-kill.el (gnus-batch-score):
20740         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20741         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20742         (gnus-group-update-group, gnus-group-read-group)
20743         (gnus-group-make-group, gnus-group-make-help-group)
20744         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20745         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20746         (gnus-group-sort-by-unread, gnus-group-catchup)
20747         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20748         (gnus-group-yank-group, gnus-group-set-info)
20749         (gnus-group-list-groups):
20750         * gnus.el (gnus-generate-new-group-name):
20751         * gnus-delay.el (gnus-delay-send-queue):
20752         * nnvirtual.el (nnvirtual-catchup-group):
20753         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20754         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20755         (gnus-group-prepare-topics, gnus-topic-check-topology):
20756         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20757         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20758         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20759         (gnus-group-make-articles-read):
20760         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20761         (gnus-group-change-level, gnus-kill-newsgroup)
20762         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20763         (gnus-get-unread-articles, gnus-make-articles-unread)
20764         (gnus-make-ascending-articles-unread): Use accessor
20765         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20766         to get group information for improved readability.
20767
20768
20769 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20770
20771         * gnus-art.el (article-decode-mime-words, article-babel)
20772         (gnus-article-highlight-signature, gnus-article-add-buttons)
20773         (gnus-signature-toggle): Use gnus-with-article-buffer.
20774
20775         * gnus-art.el (gnus-article-highlight-headers)
20776         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20777
20778         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20779         (gnus-article-set-globals, gnus-request-article-this-buffer)
20780         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20781         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20782         (gnus-mime-display-alternative): Use with-current-buffer.
20783
20784 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20785
20786         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20787         also under 80 char limit, and call gnus-error if needed.
20788         (spam-fetch-article-header): Fix - it was a
20789         buffer-local variable (gnus-newsgroup-data).
20790         (spam-find-spam): Use spam-generate-fake-headers, forget about
20791         spam-insert-fake-headers.
20792         (spam-insert-fake-headers): Remove.
20793
20794 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20795
20796         * deuglify.el (gnus-article-outlook-unwrap-lines)
20797         (gnus-outlook-rearrange-article)
20798         (gnus-outlook-repair-attribution-outlook)
20799         (gnus-outlook-repair-attribution-block)
20800         (gnus-outlook-repair-attribution-other): Remove redundant
20801         save-excursion.
20802
20803 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20804
20805         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20806         (spam-fetch-field-subject-fast)
20807         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20808         (spam-fetch-article-header): Add functions to deal with Gnus
20809         internals for fast retrieval of article header data.
20810         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20811
20812 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20813
20814         * pop3.el (pop3-md5): Remove.
20815         (pop3-apop): Replace pop3-md5 with md5.
20816
20817         * mm-bodies.el: base64 is always built-in.
20818
20819         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20820         Use with-current-buffer.
20821
20822 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20823
20824         * canlock.el (canlock-insert-header): Remove excessive grouping in
20825         regexp.
20826
20827         * gnus-sum.el (gnus-summary-read-document): Ditto.
20828
20829         * gnus-uu.el (gnus-uu-part-number): Ditto.
20830
20831         * html2text.el (html2text-remove-tags): Ditto.
20832         (html2text-format-tags): Ditto.
20833         (html2text-format-single-elements): Ditto.
20834
20835         * mml.el (mml-parse-1): Ditto.
20836
20837 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20838
20839         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20840
20841         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20842
20843         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20844
20845         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20846
20847 2003-11-15  Simon Josefsson  <jas@extundo.com>
20848
20849         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20850         (pgg-gpg-lookup-key): Use regexp match instead of
20851         split-string (split-string is different between emacs 21.2 and
20852         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20853
20854 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20855
20856         * gnus-art.el (gnus-mime-view-all-parts)
20857         (gnus-article-part-wrapper, gnus-article-view-part):
20858         Use with-current-buffer.
20859
20860 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20861
20862         * spam.el (spam-disable-spam-split-during-ham-respool)
20863         (spam-spamoracle-database, spam-cache-lookups)
20864         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20865         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20866         (spam-group-ham-marks, spam-group-spam-marks)
20867         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20868         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20869         also add spam-use-blackholes to the statistical checks.
20870         (spam-fetch-field-fast): Add interface to fetching fields, may
20871         become a macro.
20872         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20873         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20874         (spam-insert-fake-headers): Fake an article when needed.
20875         (spam-find-spam): Fake article when possible.
20876         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20877         (spam-check-bogofilter-headers): Use message-fetch-field instead
20878         of nnmail-fetch-field.
20879
20880 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20881
20882         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20883
20884 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20885
20886         * spam.el (spam-split): Do not require spam-use-CHECK to be
20887         enabled if that check is passed to spam-split explicitly; also
20888         fix so 'spam doesn't get converted to spam-split-group when
20889         spam-split-symbolic-return is t.
20890         (spam-find-spam): Find registrations of the article and use those
20891         instead of re-running spam-split to find the spam/ham
20892         classification of the article.
20893         (spam-log-processing-to-registry, spam-log-registered-p)
20894         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20895         Use gnus-error instead of gnus-message.
20896         (spam-log-registration-type): Add function to determine the
20897         classification of a message based on registry entries; will
20898         return nil if both 'spam and 'ham are found.
20899         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20900         a reasonably fast local cache without the loading errors.
20901         (spam-cache-lookups): Set to t by default.
20902         (spam-find-spam): Don't try to guess spam-cache-lookups.
20903         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20904         spam-caches entry.
20905         (spam-filelist-build-cache, spam-filelist-check-cache):
20906         Fix caching of whitelist/blacklist entries.
20907         (spam-check-whitelist, spam-check-blacklist):
20908         Invoke spam-from-listed-p with a type, not a cache variable.
20909         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20910
20911 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20912
20913         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20914
20915         * nnmail.el (nnmail-split-fancy): do.
20916
20917         * mml.el (mml-parse): do.
20918
20919         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20920         (gnus-score-adaptive): do.
20921
20922 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20923
20924         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20925         (gnus-mime-button-map): Don't set keymap parent.
20926         (gnus-button-ctan-directory-regexp): Use shy grouping.
20927         (gnus-prev-page-map): Don't set keymap parent.
20928         (gnus-prev-page-map): Remove duplicated one.
20929         (gnus-next-page-map): Don't set keymap parent.
20930         (gnus-mime-security-button-map): Ditto.
20931
20932         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20933         version number.
20934
20935         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20936
20937 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20938
20939         * canlock.el (canlock-sha1-function): Remove.
20940         (canlock-sha1-function-for-verify): Remove.
20941         (canlock-openssl-program): Remove.
20942         (canlock-openssl-args): Remove.
20943         (canlock-ignore-errors): Remove.
20944         (canlock-sha1-with-openssl): Remove.
20945         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20946         (canlock-verify): Don't use canlock-ignore-errors.
20947
20948         * sha1-el.el (sha1-string-external): Make it can return a string
20949         in binary form.
20950         (sha1-region-external): Ditto.
20951         (sha1-string-internal): Ditto.
20952         (sha1-region-internal): Ditto.
20953         (sha1-region): Ditto.
20954         (sha1-string): Ditto.
20955         (sha1): Ditto.
20956
20957 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20958
20959         * spam.el (spam-report-articles-gmane): New command.
20960
20961 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20962
20963         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20964
20965         * run-at-time.el (run-at-time-saved): Remove.
20966         (run-at-time): Doc fix.
20967
20968 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20969
20970         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20971         (gnus-summary-limit-map): Add it.
20972         (gnus-summary-make-menu-bar): do.
20973
20974 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20975
20976         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20977         Make attempt at some caching support (done for BBDB only now).
20978         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20979         addresses to be checked.
20980         (spam-clear-cache-BBDB): Add function, to be invoked by
20981         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20982         (spam-check-BBDB): Check and use the caches, if
20983         spam-cache-lookups is on, remove superfluous (provide).
20984
20985 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20986
20987         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20988
20989 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20990
20991         * run-at-time.el (run-at-time-saved): Move to after the definition
20992         of `run-at-time'.
20993
20994         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20995
20996 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20997
20998         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20999         mm-w3m-local-map-property.
21000
21001         * mm-view.el (mm-w3m-mode-map): Remove.
21002         (mm-w3m-local-map-property): Remove.
21003         (mm-inline-text-html-render-with-w3m): Don't use
21004         mm-w3m-local-map-property.
21005
21006 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21007
21008         * run-at-time.el: New file.
21009
21010         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
21011         under Emacs.
21012
21013         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21014         of gnus-set-text-properties.
21015
21016         * gnus-uu.el (gnus-uu-save-article): Ditto.
21017
21018         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21019
21020         * gnus-cite.el (gnus-cite-parse): Ditto.
21021
21022         * gnus-art.el (gnus-button-push): Use set-text-properties instead
21023         of gnus-.
21024
21025         * gnus-xmas.el (run-at-time): Require run-at-time.
21026
21027         * gnus.el: Change calls to nnheader-run-at-time and
21028         password-run-at-time throughout to use run-at-time directly.
21029
21030         * password.el: Remove definition of run-at-time.
21031
21032         * nnheaderxm.el: Remove definition of run-at-time.
21033
21034 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
21035
21036         * mml.el (mml-minibuffer-read-disposition): Show attachment type
21037         in prompt.
21038
21039 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21040
21041         * messagexmas.el (message-xmas-redefine): Alias
21042         `message-make-caesar-translation-table' to
21043         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
21044         version.
21045
21046         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
21047         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
21048         `gnus-xmas-set-text-properties'.
21049         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
21050         `gnus-xmas-completing-read'.
21051         (gnus-xmas-completing-read): Removed.
21052         (gnus-xmas-open-network-stream): Removed.
21053
21054         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21055         XEmacs version.
21056
21057         * dns.el (dns-make-network-process): Use `open-network-stream'
21058         instead of `gnus-xmas-open-network-stream'.
21059
21060         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
21061
21062         * .cvsignore: Add auto-autoloads.el, custom-load.el.
21063
21064 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21065
21066         * gnus-art.el (gnus-mime-display-alternative)
21067         (gnus-insert-mime-button, gnus-insert-mime-security-button)
21068         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21069         Don't use gnus-local-map-property.
21070
21071         * gnus-util.el (gnus-local-map-property): Remove.
21072
21073         * mm-view.el (mm-view-pkcs7-decrypt):
21074         Replace gnus-completing-read-maybe-default with completing-read.
21075
21076         * gnus-util.el (gnus-completing-read): do.
21077         (gnus-completing-read-maybe-default): Remove.
21078
21079 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21080
21081         * password.el: Only autoload `run-at-time' if not XEmacs.
21082         Only autoload the itimer functions if XEmacs.
21083
21084 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21085
21086         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
21087         XEmacsen.
21088
21089         * dgnushack.el: Autoload executable-find for XEmacs.
21090
21091 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21092
21093         * gnus-art.el (gnus-read-string): Remove.
21094         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21095         read-string.
21096
21097 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21098
21099         * netrc.el: Autoload password-read.
21100         (netrc): Add configuration group.
21101         (netrc-encoding-method, netrc-openssl-path):
21102         Add variables for encoding and decoding of files with symmetric
21103         ciphers.
21104         (netrc-encode): Add assistant function to encode a file with
21105         netrc-encoding-method.
21106         (netrc-parse): Add interactive parameter, added optional
21107         decoding if netrc-encoding-method is non-nil but otherwise
21108         behavior is standard.
21109         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21110         Do s/encode/encrypt/ everywhere.
21111
21112         * spam.el: Remove executable-find autoload.
21113
21114 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21115
21116         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21117
21118         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21119
21120 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21121
21122         * gnus-art.el (gnus-treat-ansi-sequences)
21123         (article-treat-ansi-sequences): New variable and function.
21124         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21125
21126         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21127         Use it.
21128
21129 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21130
21131         * mm-util.el (mm-quote-arg): Remove.
21132
21133         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21134         shell-quote-argument.
21135
21136         * gnus-uu.el (gnus-uu-command): do.
21137
21138         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21139
21140         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21141         with make-char.
21142
21143         * mm-util.el (mm-make-char): Remove.
21144
21145         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21146         add-minor-mode.
21147
21148         * gnus-undo.el (gnus-undo-mode): do.
21149
21150         * gnus-topic.el (gnus-topic-mode): do.
21151
21152         * gnus-sum.el (gnus-dead-summary-mode): do.
21153
21154         * gnus-start.el (gnus-slave-mode): do.
21155
21156         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21157
21158         * gnus-ml.el (gnus-mailing-list-mode): do.
21159
21160         * gnus-gl.el (gnus-grouplens-mode): do.
21161
21162         * gnus-draft.el (gnus-draft-mode): do.
21163
21164         * gnus-dired.el (gnus-dired-mode): do.
21165
21166         * gnus-ems.el (gnus-add-minor-mode): Remove.
21167
21168         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21169         Replace gnus-char-width with char-width.
21170
21171         * gnus-ems.el (gnus-char-width): Remove.
21172
21173         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21174         Replace gnus-char-width with char-width.
21175
21176         * gnus-ems.el (gnus-char-width): Remove.
21177
21178         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21179         definition.
21180         Remove Emacs 20 hash table compatibility code.
21181
21182         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21183         20 compatibility code.
21184
21185         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21186
21187         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21188
21189         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21190         Replace with point-at-{eol,bol}.
21191
21192         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21193
21194         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21195
21196         * flow-fill.el (fill-flowed-point-at-bol)
21197         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21198
21199         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21200         Replace with point-at-{eol,bol} throughout all files.
21201
21202 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21203
21204         * ntlm.el (ntlm-string-as-unibyte): New macro.
21205         (ntlm-build-auth-response): Use it.
21206
21207         Remove Emacs 20 stuff:
21208         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21209         (butlast, mapc, remove): Remove the compiler macros.
21210         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21211         of delq and copy-sequence.
21212         * gnus-art.el (popup-menu): Remove the compiler macro.
21213         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21214         Emacs 20.
21215
21216 2004-01-05  Simon Josefsson  <jas@extundo.com>
21217
21218         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21219         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21220         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21221         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21222         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21223         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21224         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21225         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21226         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21227         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21228         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21229         string-xor into ntlm-string-xor.
21230         Suggested by Jesper Harder <harder@myrealbox.com>.
21231
21232         * ntlm.el: Don't include poem.
21233
21234         * md4.el (print-int32, print-string-hexa): Remove.
21235         Suggested by Jesper Harder <harder@myrealbox.com>.
21236
21237         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21238
21239         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21240         probably breaks emacs with DL patch, but do we care? Is anyone
21241         still using the DL stuff?)
21242
21243         * sieve-manage.el: Use the password package.
21244         (sieve-manage-read-passwd): Remove.
21245         (sieve-manage-interactive-login): Use password.  Re-add
21246         condition-case around loop.
21247
21248         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21249         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21250         Use the password package.
21251
21252 2003-02-19  Simon Josefsson  <jas@extundo.com>
21253
21254         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21255         token.
21256
21257 2002-08-07  Simon Josefsson  <jas@extundo.com>
21258
21259         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21260         (sieve-manage-authenticators):
21261         (sieve-manage-authenticator-alist): Add some SASL mechs.
21262         (sieve-sasl-auth): New function.
21263         (sieve-manage-cram-md5-auth):
21264         (sieve-manage-plain-auth): Rewrite using SASL library.
21265         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21266         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21267         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21268         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21269
21270 2004-01-05  Simon Josefsson  <jas@extundo.com>
21271
21272         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21273         New files.
21274
21275 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21276
21277         * gnus-group.el (gnus-no-groups-message): Update.
21278
21279         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21280
21281 2003-11-09  Simon Josefsson  <jas@extundo.com>
21282
21283         * imap.el: Support for ID IMAP extension (RFC 2971).
21284         (imap-local-variables): Add imap-id.
21285         (imap-id): New variable.
21286         (imap-id): New function.
21287         (imap-parse-response): Parse untagged ID response.
21288         * nnimap.el (nnimap-id): New variable.
21289         (nnimap-open-connection): Use it.
21290
21291 2003-12-28  Simon Josefsson  <jas@extundo.com>
21292
21293         * gnus-score.el (gnus-score-edit-all-score): New.
21294         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21295
21296 2004-01-04  Simon Josefsson  <jas@extundo.com>
21297
21298         * password.el: Add.
21299
21300 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21301
21302         * dns.el (dns-query-types): Fix typo.
21303         (dns-query-types): New function.
21304         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21305         PTR and SOA replies, see RFC 1035.
21306
21307 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21308
21309         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21310
21311         * Move to Changelog.2.
21312
21313 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21314
21315         * gnus.el (gnus-version-number): Bump version.
21316
21317 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21318
21319         * gnus.el: No Gnus v0.1 is released.
21320
21321 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21322
21323         * gnus.el: No Gnus v0.0 is released.
21324
21325 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21326
21327         * gnus.el (gnus-version-number): Bump.
21328         (gnus-version): No.
21329
21330 See ChangeLog.2 for earlier changes.
21331
21332   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21333
21334   This file is part of GNU Emacs.
21335
21336   GNU Emacs is free software: you can redistribute it and/or modify
21337   it under the terms of the GNU General Public License as published by
21338   the Free Software Foundation, either version 3 of the License, or
21339   (at your option) any later version.
21340
21341   GNU Emacs is distributed in the hope that it will be useful,
21342   but WITHOUT ANY WARRANTY; without even the implied warranty of
21343   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21344   GNU General Public License for more details.
21345
21346   You should have received a copy of the GNU General Public License
21347   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21348
21349 ;; Local Variables:
21350 ;; coding: utf-8
21351 ;; fill-column: 79
21352 ;; add-log-time-zone-rule: t
21353 ;; End: