Fix default prompt and repeated saver query bugs.
[gnus] / lisp / ChangeLog
1 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * auth-source.el (auth-source-format-prompt): Always convert the value
4         to a string to avoid evaluating non-string arguments.
5         (auth-source-netrc-create): Offer default properly, not as initial
6         content in `read-string'.
7         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
8         of line to determine if we've been run before.  If so, don't run again,
9         but print a trivial message to indicate the cache was hit instead.
10
11 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
12
13         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook): Don't
14         install `gnus-sync-read' to any hooks by default.  It's buggy.  The
15         user will have to run `gnus-sync-read' manually and wait for Cloudy
16         Gnus.
17
18 2011-03-11  Julien Danjou  <julien@danjou.info>
19
20         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
21         modified file".
22
23 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
24
25         * auth-source.el (auth-source-read-char-choice): New function to read a
26         character choice using `dropdown-list', `read-char-choice', or
27         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
28         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
29         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
30         (auth-source-netrc-saver): Use it.
31         (auth-source-pick-first-password): New convenience function.
32
33 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
34
35         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
36         parameter in the credentials.
37         (nnimap-open-connection-1): Use it after a successful login.
38         (nnimap-credentials): Add IMAP-specific user and password prompt.
39
40         * auth-source.el (auth-source-search): Add :require parameter, taking a
41         list.  Document it and the :save-function return token.  Pass :require
42         down.  Change the CREATED message from a warning to a debug statement.
43         (auth-source-search-backends): Pass :require down.
44         (auth-source-netrc-search): Pass :require down.
45         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
46         Change save prompt to indicate all modifications saved here are
47         deletions.
48         (auth-source-netrc-create): Take user login name as default in user
49         prompt.  Move all the save functionality to a lexically bound function
50         under the :save-function token in the returned list.  Set up clearer
51         default prompts for user, host, port, and secret.
52         (auth-source-netrc-saver): New function, intended to be wrapped for
53         :save-function.
54
55 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
56
57         * shr.el (shr-table-horizontal-line): Change the defaults for the table
58         lines to be spaces instead.
59
60 2011-03-07  Julien Danjou  <julien@danjou.info>
61
62         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
63         (sieve-sasl-auth): Check that auth-source-search did return something,
64         or just return an empty string.
65
66 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
67
68         * gnus.el (gnus-interactive): Use read-directory-name.
69
70         * gnus-uu.el (gnus-uu-decode-uu-and-save)
71         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
72         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
73         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
74         Likewise.
75
76         * gnus-group.el (gnus-group-make-directory-group): Likewise.
77
78 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
79
80         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
81         onto the list of killed groups, too.  This makes killed nnimap groups,
82         for instance, more reliably not reappear.
83
84         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
85         the parent.
86
87         * gnus-sum.el (gnus-update-read-articles): Fix typo.
88
89         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
90         really have server-side marks.
91
92         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
93         since most backends do not usefully have server-side marks.
94         (gnus-update-read-articles): Propagate marks to all backends that
95         really have server-side marks.
96
97 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
98
99         * message.el (message-cite-reply-position, message-cite-style): New
100         variables.
101         (message-yank-original): Use the new citation styles.
102
103 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
104
105         * message.el (message-options): Revert 22da67af (workaround for XEmacs
106         buffer-local issue); don't mark it buffer-local when running under
107         XEmacs.
108
109 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
110
111         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
112         numbers too big to be `read'.
113
114 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
115
116         * password-cache.el (password-in-cache-p): Add autoload.
117
118         * message.el (message-options): Make buffer-local two ways to attempt
119         to fix a XEmacs bug.
120
121 2011-03-02  Julien Danjou  <julien@danjou.info>
122
123         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
124
125 2011-03-01  Julien Danjou  <julien@danjou.info>
126
127         * gnus-art.el (list-identifier): Add list-identifier as a parameter
128         group.
129         (article-hide-list-identifiers): Use list-identifier group parameter.
130
131 2011-02-28  Julien Danjou  <julien@danjou.info>
132
133         * sieve.el (sieve-buffer-script-name): New local variable to store
134         sieve script name.
135         (sieve-edit-script): Store sieve script name.
136         (sieve-upload): Use sieve script name when uploading.
137         (sieve-upload): Use substitute-command-keys.
138         (sieve-edit-script): Use substitute-command-keys.
139         (sieve-refresh-scriptlist): Use substitute-command-keys.
140         (sieve-manage-mode-map): Define keymap properly.
141         (sieve-manage-mode): Do not set mode name manually, change mode-name to
142         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
143         Remove commented code about cvs.
144         (sieve-manage-quit): New function.
145         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
146
147 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
148
149         * gnus-group.el (gnus-import-other-newsrc-file): New function.
150
151 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
152
153         * auth-source.el (auth-source-search): Cache empty result sets.
154
155         * password-cache.el (password-in-cache-p): Convenience function to
156         check if a key is in the cache, even if the value is nil.
157
158         * auth-source.el (auth-source-save-behavior): New variable to replace
159         `auth-source-never-create'.
160         (auth-source-netrc-create): Use it.
161         (auth-source-never-save): Remove.
162
163 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
164
165         * nnimap.el (nnimap-stream): Doc fix.
166         (nnimap-open-connection-1): Reverse the order of the ports to that the
167         prompted-for port is first.
168
169         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
170         retrieval by the no-group selection.
171
172         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
173         numerical parameters.
174
175 2011-02-25  Julien Danjou  <julien@danjou.info>
176
177         * gnus-gravatar.el: Use gnus-with-article-buffer.
178
179         * gnus-art.el (gnus-with-article-buffer): Check that the
180         gnus-article-buffer is alive.
181
182 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
183
184         * auth-source.el (auth-source-creation-prompts): New variable to manage
185         creation-time prompts.
186         (auth-source-search): Document it.
187         (auth-source-format-prompt): Add utility function.
188         (auth-source-netrc-create): Don't default the user name to
189         user-login-name.  Use `auth-source-creation-prompts' and some default
190         prompts for user, host, port, and password (the default generic prompt
191         remains ugly).
192         (auth-source-never-save): Add customizable option to never save info.
193         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
194         mode excursion.
195
196 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
197
198         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
199         argument that XEmacs doesn't support.
200
201         * dgnushack.el (dgnushack-compile): Exclude color.el from being
202         compiled for Emacsen having no `libxml-parse-html-region' support.
203
204         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
205
206         * lpath.el: Bind buffer-save-without-query for XEmacs.
207
208 2011-02-23  Julien Danjou  <julien@danjou.info>
209
210         * gnus-art.el (article-make-date-line): Ignore errors if time is
211         invalid and not convertible.
212         (article-make-date-line): Only add lapsed time if time is not nil.
213
214 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
215
216         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
217         `read-char-choice' for backwards compatibility.
218         (auth-source-netrc-element-or-first): New function to DTRT for
219         parameter extraction.
220         (auth-source-netrc-create): Use it and fix multiple parameter print
221         bug.  Use the default passed from above (given-default) or the
222         built-in (user-login-name for :user).
223
224 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
225
226         * gnus-start.el (gnus-dribble-read-file): Set
227         buffer-save-without-query, since we always want to save the dribble
228         file, probably.
229
230         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
231         nnimap.
232
233         * gnus-sum.el (gnus-user-date-format-alist): Renamed back again from
234         -summary- since it's a user-visible variable.
235
236         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
237         first time you use the new Gnus.
238
239 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
240
241         * auth-source.el: Don't load netrc.el.
242         (auth-sources): Search ~/.netrc as well by default.
243         (auth-source-debug): Add 'trivia option for extra output.
244         (auth-source-do-trivia): Use it.
245         (auth-source-search): Simplify logic to use
246         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
247         appropriate.  Don't keep a running count at this level.  Layer :create
248         and :delete options appropriately on the first and second passes.
249         Don't track the backend with the search results.
250         (auth-source-search-backends): New function to search a list of
251         backends for a processed spec.
252         (auth-source-netrc-parse): Cache all netrc files, making
253         auth-source-netrc-cache an alist keyed by the file name and using the
254         file mtime as the caching criterion.  Keep the obfuscated data secret
255         with a lexical bind.
256         (auth-source-netrc-search): Don't calculate the length of the results
257         unnecessarily.
258         (auth-source-search-backends): Fix bug.
259         (auth-source-netrc-create): Rework prompts.
260
261 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
262
263         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
264         Lower case names of search constraints.
265         (nnir-run-query): Cache and reuse search constraints for all imap
266         servers.
267
268 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
269
270         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
271         after exit.
272         (gnus-setup-message): Define missing variable from last checkin.
273
274         * gnus-sum.el (gnus-summary-show-article): When called with t as the
275         value, show the raw article.
276
277 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
278
279         * gnus.el: No Gnus v0.13 is released.
280
281 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
282
283         * nnimap.el (nnimap-open-connection-1): Revert last change, since
284         auth-source now accepts numbers.
285
286         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
287         spec, too.
288         (auth-source-ensure-strings): New function.
289
290         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
291         (gnus-article-setup-buffer): Always restart the date timer so that user
292         changes to the frequency is respected.
293
294         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
295         port numbers, so make sure it gets that if nnimap-server-port is
296         explicit.
297
298 2011-02-21  Simon Josefsson  <simon@josefsson.org>
299
300         * nnimap.el (nnimap-inbox): Doc fix.
301
302 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
303
304         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
305         Autoload.  Add optional arg FRAME, and pass it to color-values.
306         (color-complement): Caller changed.  Doc fix.
307         (color-gradient): Rewrite for better clarity and efficiency.
308
309 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
310
311         * shr-color.el (shr-color->hexadecimal): Use renamed function names
312         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
313         color-lab-to-srgb.
314
315 2011-02-20  Drew Adams  <drew.adams@oracle.com>
316
317         * color.el: First part of merge from hexrgb.el.
318         (color-rgb-to-hex): Rename from color-rgb->hex.
319         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
320         saturation to zero if the value is too small.
321         (color-rgb-to-hsl): Rename from color-rgb->hsl.
322         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
323         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
324         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
325         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
326         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
327         (color-cie-de2000): Doc fix.
328
329 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
330
331         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
332         given method as in the group name if we're using an extended method.
333         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
334         command, if we're using that, instead of waiting for the beginning.
335
336         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
337         we're sure to get unique server names, and we don't output two async
338         commands in the same buffer.  This fixes an NNTP hang for some users.
339
340 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
341
342         * gnus.el: No Gnus v0.11 is released.
343
344 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
345
346         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
347         summary buffer before reading going to the next buffer.  This avoids
348         putting the point in the group buffer if you `C-g' the command.
349
350         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
351         cache (for now) to make ~/.authinfo.gpg files usable.
352
353         * nnfolder.el (copyright-update): Define for the compiler.
354
355         * auth-source.el (auth-source-search): Fix unbound variable.
356
357 2011-02-19  Glenn Morris  <rgm@gnu.org>
358
359         * gnus.el (gnus-meta): Doc fix.
360
361 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
362
363         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
364         in case it's not yet loaded.
365
366 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
367
368         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
369         line we're waiting for.
370
371 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
372
373         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
374         face with line-width greater than zero will cause RET in gnus summary
375         buffer to scroll down article page-wise because auto vscroll happens,
376         it should be temporalily disabled when doing a scroll-up.
377
378 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
379
380         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
381         outputs from the server.
382
383 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
384
385         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
386         later so that bbdb can hook in easier.
387
388 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
389
390         * auth-source.el (auth-source-search): Don't try to create credentials
391         if the caller doesn't want that.
392         (auth-source-search): If we don't find a match, don't bug out on
393         non-bound variables.
394         (auth-source-search): Only ask a single backend to create the
395         credentials.
396
397         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
398         logging.
399         (nnimap-credentials): Protect against auth-source-search returning nil.
400         (nnimap-request-list): Protect against not being able to open the
401         server.
402
403 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
404
405         * auth-source.el (auth-source-search): Do a two-phase search, one with
406         no :create to get the responses from all backends.
407
408         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
409         when getting credentials.
410
411         * gnus-util.el (gnus-delete-duplicates): New function.
412
413 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
414
415         * nnimap.el (nnimap-credentials): Instead of picking the first port as
416         a creation default, pass the whole port list down.  It will be
417         completed.
418
419         * auth-source.el (auth-source-search): Updated docs to talk about
420         multiple creation choices.
421         (auth-source-netrc-create): Accept a list as a value (from the search
422         parameters) and do completion on that list.  Keep a separate netrc line
423         with the password obscured for showing the user.
424
425         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
426         first choice to `auth-source-search' so it will be used for entry
427         creation instead of the server's Gnus-specific name.
428         (nnimap-credentials): Rely on the auth-source library to select which
429         port is actually wanted in the new netrc entry, so don't override
430         `auth-source-creation-defaults'.
431
432         * auth-source.el (auth-source-netrc-parse): Use :port instead of
433         :protocol and accept a missing user, host, or port as a wildcard match.
434         (auth-source-debug): Default to off.
435
436         (auth-source-netrc-search, auth-source-netrc-create)
437         (auth-source-secrets-search, auth-source-secrets-create)
438         (auth-source-user-or-password, auth-source-backend, auth-sources)
439         (auth-source-backend-parse-parameters, auth-source-search): Use :port
440         instead of :protocol.
441
442         * nnimap.el (nnimap-credentials): Pass a port default to
443         `auth-source-search' in case an entry needs to be created.
444         (nnimap-open-connection-1): Use :port instead of :protocol.
445
446 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
447
448         * auth-source.el: Bind load-path when loading EIEIO from
449         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
450         21.4 doesn't support, to `require'.
451         (auth-source-secrets-search): Use mm-delete-duplicates instead of
452         delete-dups that is not available in XEmacs 21.4.
453
454 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
455
456         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
457         as EIEIO must also be loaded when auth-source.el is being
458         byte-compiled.
459
460 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
461
462         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
463
464         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
465
466         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
467
468         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
469
470         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
471
472         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
473
474         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
475
476         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
477         necessary.
478
479 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
480
481         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
482         nil means that nnimap doesn't get updated.
483
484 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
485
486         * auth-source.el (auth-source-netrc-create): Return a synthetic search
487         result when the user doesn't want to write to the file.
488         (auth-source-netrc-search): Expect a synthetic result and proceed
489         accordingly.
490         (auth-source-cache-expiry): New variable to override
491         `password-cache-expiry'.
492         (auth-source-remember): Use it.
493
494         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
495         parameter.  Create entry if necessary by using :create t.
496         (nnimap-open-connection-1): Don't pass `inhibit-create'.
497
498 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
499
500         * auth-source.el (auth-source-debug): Enable by default and don't
501         mention the obsolete `auth-source-hide-passwords'.
502         (auth-source-do-warn): New function to debug unconditionally.
503         (auth-source-do-debug): Use it.
504         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
505         and for Secrets API entries when the secrets.el library is not
506         available.
507
508 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
509
510         * gnus-sum.el (gnus-propagate-marks): Default to nil.
511         (gnus-summary-exit): Kill the correct article buffer on exit from a
512         `C-d' group.
513
514         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
515         gnus-propagate-marks.
516
517         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
518         before killing the buffers so that a non-full window conf gets handled
519         correctly.
520         (gnus-summary-exit): Ditto.
521         (gnus-summary-read-group-1): Ditto.
522
523         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
524         async code again so that we can debug it properly.
525
526         * message.el (message-reply): Take an optional switch-buffer parameter
527         so that Gnus window confs are respected better.
528
529 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
530
531         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
532         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
533         docstring.
534         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
535         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
536         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
537         Login collection is "Login" and not "login".
538
539 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
540
541         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
542         multiple headers.
543
544         * nnimap.el (nnimap-inhibit-logging): New variable.
545         (nnimap-log-command): Don't log login commands.
546
547         * auth-source.el (auth-source-netrc-search): The asserts seem to want
548         to have more parameters.
549
550         * nnimap.el (nnimap-send-command): Mark the command time for each
551         command, so that we don't get NOOPs stepping on our toes.
552
553         * gnus-art.el (article-date-ut): Get the date from the Date header on
554         `t'.
555
556 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
557
558         * auth-source.el (auth-source-search): Use copy-sequence instead of
559         the cl.el copy-list.
560
561 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
562
563         * imap.el: Bring it back (revert
564         84d800cd31de3064f0ed39617d725709a2f8f42f).
565
566 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
567
568         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
569         Improve prompt.
570
571 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
572
573         * gnus-art.el (gnus-article-mode-line-format): Remove the article
574         washing status from the default format.  It isn't very informative.
575
576 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
577
578         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
579         Gcc processing on imap.
580
581 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
582
583         * imap.el: Remove file.  All the functionality is in nnimap.el.
584
585 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
586
587         * message.el (message-bury): Don't pop up a new window when selected
588         window is dedicated.
589
590 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
591
592         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
593
594 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
595
596         * sieve-manage.el: Autoload `auth-source-search'.
597         (sieve-sasl-auth): Use it.
598
599 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
600
601         * nnimap.el: Autoload `auth-source-forget+'.
602         (nnimap-open-connection-1): Use it if the connection fails.
603
604         * auth-source.el: Require `password-cache'.
605         (auth-source-hide-passwords, auth-source-cache): Remove and mark
606         obsolete.
607         (auth-source-magic): Marker for `password-cache' keys.
608         (auth-source-do-cache): Update docstring.
609         (auth-source-search): Use and check cache.
610         (auth-source-forget-all-cached, auth-source-remember)
611         (auth-source-recall, auth-source-forget, auth-source-forget+)
612         (auth-source-specmatchp): Caching support functions.
613         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
614         Remove and obsolete.
615         (auth-source-user-or-password): Remove caching to further discourage
616         using it.  Always hide passwords.
617
618         * password-cache.el (password-cache-remove): Accept secrets that are
619         not strings.
620
621 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
622
623         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
624         code for now, since it doesn't work for all users.
625
626 2011-02-09  Julien Danjou  <julien@danjou.info>
627
628         * message.el (message-options): Make message-options really buffer
629         local.
630
631 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
632
633         * mail-source.el: Autoload `auth-source-search'.
634         (mail-source-keyword-map): Note order matters.
635         (mail-source-set-1): Get all the mail-source source values and
636         defaults and search auth-source on those if needed.  This can all
637         probably be simplified.
638
639         * nnimap.el: Autoload `auth-source-search'.
640         (nnimap-credentials): Use it.
641         (nnimap-open-connection-1): Ask for the virtual server and physical
642         address in one shot.
643
644         * nntp.el: Autoload `auth-source-search'.
645         (nntp-send-authinfo): Use it.  Note TODO.
646
647 2011-02-08  Julien Danjou  <julien@danjou.info>
648
649         * shr.el (shr-tag-body): Add support for text attribute in body
650         markups.
651
652         * message.el (message-options): Make message-options a local variable.
653
654 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
655
656         * auth-source.el (auth-source-secrets-search)
657         (auth-source-user-or-password): Use `append' instead of `nconc'.
658         (auth-source-user-or-password): Build return list better and protect
659         against nil :secret.
660
661 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
662
663         * nnimap.el (nnimap-update-info): Refactor slightly.
664         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
665         (nnimap-update-info): Clean up slightly.
666         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
667         characters.
668         (nnimap-process-quirk): Rename function to avoid collision.
669         (nnimap-update-info): Fix macrology bug-out.
670         (nnimap-update-info): Simplify split history test.
671
672 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
673
674         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
675         `secrets-get-attributes' instead of `secrets-get-attribute'.
676         (auth-source-secrets-search): Limit search when `max' is greater than
677         number of results.
678
679 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
680
681         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
682         part not returning any data.
683
684         * proto-stream.el (open-protocol-stream): Document the return value.
685
686 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
687
688         * auth-source.el (auth-source-secrets-search): Add examples.
689
690 2011-02-06  Julien Danjou  <julien@danjou.info>
691
692         * message.el (message-setup-1): Handle message-generate-headers-first
693         set to t.
694
695 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
696
697         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
698         API with a string "secrets:collection-name" and with 'default.
699         (auth-source-backend-parse): Parse "secrets:collection-name" and
700         'default.  Recurse on parses instead of repeating code.  Use the
701         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
702         message when ignoring a source.
703         (auth-source-search): List ignored search keys at the top level.
704         (auth-source-netrc-create): Use `case' instead of `cond'.
705         (auth-source-secrets-search): Created with TODOs.
706         (auth-source-secrets-create): Created with TODOs.
707         (auth-source-retrieve, auth-source-create, auth-source-delete)
708         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
709         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
710         (auth-source-user-or-password-sftp)
711         (auth-source-user-or-password-smtp): Removed.
712         (auth-source-user-or-password): Deprecated and modified to be a wrapper
713         around `auth-source-search'.  Not tested thoroughly.
714
715 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
716
717         * auth-source.el: Bring in assoc and eioeio libraries.
718         (secrets-enabled): New variable to track the status of the Secrets API.
719         (auth-source-backend): New EIOEIO class to represent a backend.
720         (auth-source-creation-defaults): New variable to set prompt defaults
721         during token creation (see the `auth-source-search' docstring for
722         details).
723         (auth-sources): Simplify to allow a simple string as a netrc backend
724         spec.
725         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
726         (auth-source-backend-parse-parameters): Fill in the backend parameters.
727         (auth-source-search): Main auth-source API entry point.
728         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
729         (auth-source-search-collection): Helper function for searching.
730         (auth-source-netrc-parse, auth-source-netrc-normalize)
731         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
732         Supports search, create, and delete.
733         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
734         backend stubs.
735         (auth-source-user-or-password): Call `auth-source-search' but it's not
736         ready yet.
737
738 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
739
740         * message.el (message-setup-1): Remove the read-only stuff, since it
741         doesn't work under XEmacs, for some reason.
742
743         * gnus-sum.el (gnus-user-date): Rename back from
744         gnus-summary-user-date since user code refers to it.
745
746         * shr.el (shr-render-td): Store the actual background colour used.
747
748         * message.el (message-setup-1): Don't bind the constant
749         -forbidden-properties.
750         (message-setup-1): Revert previous change, since it needs to bind the
751         props to insert them.
752         (message-resend): Allow removing the read-only separator line.
753
754 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
755
756         * nnimap.el (nnimap-request-accept-article): Give an error message if
757         the APPEND wasn't successful.
758
759 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
760
761         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
762         that have no groups.
763
764 2011-02-03  Julien Danjou  <julien@danjou.info>
765
766         * gnus-draft.el: Remove progn around gnus-draft-setup.
767
768 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
769
770         * gnus-start.el (gnus-read-active-for-groups): This function is never
771         called with a nil `infos', so clean that up.
772         (gnus-get-unread-articles): Request active files from primary/secondary
773         methods that have no groups (yet).
774
775 2011-02-03  Julien Danjou  <julien@danjou.info>
776
777         * message.el (message-setup-1): Always generate References first.
778         (message-mail): Return the return value of message-setup, not always t.
779         (message-setup-1): Insert mail-header-separator with read-only and
780         intangible properties set.
781
782         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
783         user-date in docstring.
784
785         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
786
787         * gnus.el (gnus-summary-line-format): Mention &user-date format in
788         docstring.
789
790         * gnus.el (gnus-user-date-format-alist): Change default value. Use
791         defcustom, with type and group. Move from gnus-util.el. Rename to
792         gnus-summary-user-date-format-alist.
793
794 2011-02-03  Glenn Morris  <rgm@gnu.org>
795
796         * nnimap.el (gnus-fetch-headers): Declare.
797
798         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
799
800 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
801
802         * message.el (message-forward-make-body-digest-plain)
803         (message-followup, message-reply): Clean up things noted by Stefan.
804
805         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
806         gnus-article-update-date-headers is nil.
807         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
808         it didn't really work with defcustom.
809         (article-update-date-lapsed): Make sure the window start doesn't move,
810         either.
811
812 2011-02-01  Julien Danjou  <julien@danjou.info>
813
814         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
815         format.
816
817         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
818         standard in Emacs nowadays.
819
820         * color.el (color-gradient): Add a color-gradient function.
821
822 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
823
824         * message.el (message-expand-name): Don't trust the return value of
825         bbdb-complete-name.
826         (message-check-news-header-syntax): Remove unused var `start'.
827         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
828         (message-inhibit-body-encoding): Move to before first use.
829         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
830         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
831         (Organization, Message-ID, Date, mh-previous-window-config):
832         Defvar the vars using dynamic scoping.
833
834 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
835
836         * shr.el (shr-render-td): Only do colours at the final rendering.
837         Should be slightly faster.
838         (shr-insert-table): Fix up TD background colours when doing the
839         vertical padding.
840
841         * gnus-art.el (article-date-ut): Protect against articles with no Date
842         header.
843         (article-update-date-lapsed): Don't use current-column to find the
844         horizontal position.  It's fragile in the presence of \003 characters.
845
846         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
847
848 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
849
850         * gnus-art.el (article-transform-date): Rewrite to still work when
851         there are several rfc2822 parts.
852         (article-transform-date): Fix infinite recursion.
853         (article-date-ut): Replace infinitely many Date headers with a single
854         one when called interactively.
855
856         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
857         secure manner.
858
859         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
860         move around by not using save-window-excursion.  It seems to work...
861
862 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
863
864         * gnus-art.el (article-make-date-line): Work for user-defined format.
865
866 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
867
868         * nntp.el (nntp-retrieve-group-data-early)
869         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
870         fetching functions.
871
872         * gnus-start.el (gnus-read-active-for-groups): Read the active files
873         thoroughly for all backends that have no known groups.  This should
874         allow new nnml methods to retrieve mail.
875
876         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
877         that Gnus doesn't know exists again.
878
879         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
880         (gnus-treat-date-ut): Ditto.
881         (gnus-article-update-date-header): Renamed.
882         (gnus-treat-date-local): Removed.
883         (gnus-treat-date-english): Removed.
884         (gnus-treat-date-lapsed): Removed.
885         (gnus-treat-date-combined-lapsed): Removed.
886         (gnus-treat-date-original): Removed.
887         (gnus-treat-date-iso8601): Removed.
888         (gnus-treat-date-user-defined): Removed.
889         (gnus-article-date-headers): New variable to control all the date
890         header options.
891         (article-date-ut): Rewrite to allow using the new way to format date
892         headers(s).
893
894 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
895
896         * nnmail.el (nnmail-article-group): Check for a direct fancy split
897         method.
898         (nnmail-article-group): A better test for fanciness.
899
900         * nnimap.el (nnimap-request-head): Protect against not finding the
901         article by Message-ID.
902
903 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
904
905         * gnus-art.el (article-update-date-lapsed): Try a better way to really
906         keep point at the "same place".
907
908 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
909
910         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
911         data if the group is unactivated.
912
913 2011-01-28  Julien Danjou  <julien@danjou.info>
914
915         * gnus-win.el: Remove dead function gnus-window-configuration-element.
916         (gnus-all-windows-visible-p): Remove old compatibility code.
917         (gnus-window-top-edge): Add docstring.
918
919         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
920
921 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
922
923         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
924         older request-update-info.
925
926         * gnus-art.el (article-make-date-line): Limit the length a bit more.
927
928 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
929
930         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
931         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
932
933 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
934
935         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
936         groups.  This makes the nndraft:queue group pop up if it's not already
937         there.
938
939         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
940         messages" logic, which was reversed.
941
942         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
943         the "same place" even if point is on the line being replaced.
944         (article-update-date-lapsed): Allow updating both the combined lapsed
945         and the lapsed headers.
946         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
947         (article-make-date-line): Limit the number of segments dynamically to
948         avoid too-long lines.
949
950 2011-01-27  Julien Danjou  <julien@danjou.info>
951
952         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
953         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
954
955 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
956
957         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
958         Use plist-get instead of the cl function getf.
959
960 2011-01-27  Glenn Morris  <rgm@gnu.org>
961
962         * gnus-util.el (float-time): Get rid of compiler warning, again.
963
964 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
965
966         * shr.el (shr-put-color): Special-case background colours: Do put them
967         at the blank parts at the front of the lines.
968
969         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
970         exit hook to nix out all data on readedness on group exit.
971
972         * gnus-util.el (float-time): If float-time is bound, always use it on
973         all Emacsen.  It's unclear why the subrp check was there.
974         (time-date): Require to make some autoload issues on XEmacs go away.
975
976         * shr.el (shr-put-color): Don't do the box padding in tables, since
977         they're already padded.
978
979 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
980
981         * gnus-art.el (gnus-article-next-page): When the last line of the
982         article is displayed, scroll down once more instead of going to the
983         next article at once.
984         (article-lapsed-string): Refactor out and allow specifying how many
985         segments you want.
986         (gnus-article-setup-buffer): Start updating the lapsed header directly.
987         (gnus-article-update-lapsed-header): New variable.
988
989         * shr.el: Revert change that made headings use different-sized faces.
990         The Emacs display engine isn't advanced enough that, for instance,
991         tables can comfortably use differntly-sized faces.
992
993 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
994
995         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
996         used.
997         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
998         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
999         we're using an encrypted connection.
1000
1001         * proto-stream.el: Alter the interface functions to also return the
1002         actual stream type used: network or tls.
1003
1004 2011-01-25  Julien Danjou  <julien@danjou.info>
1005
1006         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1007         (mm-display-javascript-inline): New function.
1008
1009         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1010         viewing function.
1011
1012 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1013
1014         * shr.el (shr-expand-newlines): Fix variable name.
1015
1016 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1017
1018         * shr.el (shr-expand-newlines): Make nested boxes work.
1019
1020 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1021
1022         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1023         backgrounds.
1024         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1025         in a more sensible manner.
1026
1027 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1028
1029         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1030         if EPG is loaded.
1031
1032 2011-01-24  Julien Danjou  <julien@danjou.info>
1033
1034         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1035         tags.
1036
1037 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1038
1039         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1040         commands.
1041
1042         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1043         in the article buffer.
1044         (gnus-gravatar-insert): Use blank space from the current buffer to
1045         avoid breaking text properties.  This makes X-Sent updating work again.
1046
1047         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1048
1049 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1050
1051         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1052         fix the bug in url-http.el instead.
1053
1054         * shr.el (shr-image-fetched): Ditto.
1055
1056         * shr.el (shr-image-fetched): Avoid having point move in the article
1057         buffer.
1058
1059         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1060         buffer after being called.  It's apparently being killed by url.el, and
1061         killing it made point move to end-of-buffer in a random buffer.
1062
1063         * shr.el (shr-image-fetched): Ditto.
1064
1065 2011-01-23  Julien Danjou  <julien@danjou.info>
1066
1067         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1068
1069         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1070         text/x-org.
1071
1072 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1073
1074         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1075         (i.e., nnimap) returning nil as the article number.
1076
1077 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1078
1079         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1080         "DelSp" parameter in RFC3676.
1081
1082 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1083
1084         * message.el (message-check-recipients): Display the encoded version of
1085         the bogus address if they differ.
1086
1087         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1088         after sending.
1089
1090         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1091
1092         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1093
1094         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1095         group buffer after sending the queue.
1096
1097         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1098
1099 2011-01-22  Julien Danjou  <julien@danjou.info>
1100
1101         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1102
1103 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1104
1105         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1106         nested related parts.
1107
1108         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1109         unexpired articles.  This fixes the regression that led expiry marks to
1110         disappear from nnfolder groups.
1111
1112 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1113
1114         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1115         Don't confuse the "ret" of "retrograde" with RET.
1116
1117 2011-01-21  Julien Danjou  <julien@danjou.info>
1118
1119         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1120         than mm-insert-inline.
1121
1122 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1123
1124         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1125         Widen article buffer.
1126
1127 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1128
1129         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1130         the temp buffer.
1131         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1132
1133 2011-01-20  Julien Danjou  <julien@danjou.info>
1134
1135         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1136
1137         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1138         than mm-insert-inline to insert inline part: this respect
1139         mm-inline-media-tests displayers.
1140
1141         * mm-view.el (mm-display-shell-script-inline): New function.
1142
1143         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1144
1145         * mm-uu.el (mm-uu-type-alist): Add org block.
1146         (mm-uu-org-src-code-block-extract): New function.
1147
1148         * mm-view.el (mm-display-org-inline): New function.
1149
1150         * mm-decode.el (mm-automatic-display): Add text/org.
1151
1152         * mailcap.el (mailcap-mime-extensions): Add .org.
1153
1154 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1155
1156         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1157         gnus-article-add-buttons.
1158
1159 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1160
1161         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1162         From header with a date and "nobody" as the sender.
1163
1164 2011-01-19  Julien Danjou  <julien@danjou.info>
1165
1166         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1167         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1168         if you have the same regexp several times.
1169         (gnus-button-push): Fix matching when regexp is symbol.
1170
1171 2011-01-15  Glenn Morris  <rgm@gnu.org>
1172
1173         * message.el (message-mail): A compose-mail function should
1174         accept headers as strings.
1175
1176 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1177
1178         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1179         Add :vert-only tags.
1180         (message-mail): New arg RETURN-ACTION.
1181         (message-return-action): New var.
1182         (message-bury): Use it.
1183         (message-mode): Make it buffer-local.
1184         (message-send-and-exit): Always call message-bury.
1185
1186         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1187         message-mail.
1188
1189 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1190
1191         * nnimap.el (nnimap-convert-partial-article): Protect against
1192         zero-length body parts.
1193
1194         * mm-decode.el (mm-preferred-alternative-precedence):
1195         Discourage showing empty parts.
1196
1197         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1198         and stuff if the backend didn't return the article number.  This fixes
1199         an Exchange-related nnimap bug.
1200
1201         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1202         group window, because it does the wrong thing when a separate frame
1203         displays the group buffer.
1204
1205         * proto-stream.el (open-protocol-stream): Protect against the low-level
1206         transport functions returning nil.
1207
1208 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1209
1210         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1211         (mml2015-epg-find-usable-secret-key): New function.
1212         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1213         mml2015-epg-find-usable-key (Bug#7797).
1214         (mml2015-epg-encrypt): Ditto.
1215
1216 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1217
1218         * dgnushack.el (rot13-string): Fix the way to get the argument.
1219
1220 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1221
1222         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1223
1224 2011-01-03  Glenn Morris  <rgm@gnu.org>
1225
1226         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1227
1228         * sieve.el (sieve-open-server): Give a more explicit error if
1229         sieve-manage-open returns nil.  (Bug#7720)
1230
1231 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1232
1233         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1234
1235 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1236
1237         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1238         This avoids sending passwords in plain text over non-encrypted
1239         channels.
1240
1241         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1242
1243         * nnimap.el (nnimap-login): Refactored out into own function, and
1244         implement CRAM-MD5.
1245         (nnimap-wait-for-line): Refactored out.
1246
1247         * mm-view.el (mml-smime): Require.
1248
1249 2010-12-20  David Engster  <deng@eml.cc>
1250
1251         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1252         use EPG to decrypt S/MIME messages instead of openssl.
1253
1254 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1255
1256         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1257
1258         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1259         status is the group clearly is unreachable.
1260
1261         * auth-source.el (auth-source-create): Add the optional second
1262         parameter to `local-variable-p' to be compatible with XEmacs.
1263
1264 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1265
1266         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1267         work when using a compressed nnml folder.
1268
1269 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1270
1271         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1272         backends after sanitising on entry, because this never makes sense:
1273         If the articles have gone missing, then the data no longer exists on
1274         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1275         overwrite anything anyway.
1276
1277         * shr.el (shr-insert-document): Bind shr-width dynamically to
1278         window-width if it's nil.
1279
1280 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1281
1282         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1283         with the meaning of using the full emacs window width for rendering.
1284
1285 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1286
1287         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1288         case when sender is not given.
1289
1290 2010-12-23  Julien Danjou  <julien@danjou.info>
1291
1292         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1293         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1294         the addresses, otherwise we might misplaced the gravatar.
1295
1296 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1297
1298         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1299         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1300         obsolete in Emacs.
1301
1302 2010-12-20  Julien Danjou  <julien@danjou.info>
1303
1304         * gnus-util.el (gnus-rescale-image): Revert last change.
1305
1306 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1307
1308         * binhex.el: Improve commentary (Bug#7482).
1309
1310 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1311
1312         * gnus-group.el (gnus-group-delete-articles): New command.
1313
1314 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1315
1316         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1317
1318 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1319
1320         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1321         here, since it's up to the backends to do CRLF removal if their
1322         protocol has it.
1323
1324         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1325
1326 2010-12-17  Julien Danjou  <julien@danjou.info>
1327
1328         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1329         they are from file. Can also scale up.
1330
1331 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1332
1333         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1334         gnus-use-agent.
1335         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1336
1337         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1338
1339 2010-12-17  Julien Danjou  <julien@danjou.info>
1340
1341         * gravatar.el (gravatar-retrieve-synchronously): New function.
1342         (gravatar-get-data): Make more robust.
1343
1344 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1345
1346         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1347
1348 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1349
1350         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1351         to really consider the last line.
1352
1353 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1354
1355         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1356         list of recipient keys, or use symmetric encryption if not a list.
1357         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1358         EPA override, replacing the call to `netrc-store-data'.
1359
1360 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1361
1362         * gnus-srvr.el: Avoid passing nil regexp argument to
1363         delete-matching-lines.
1364
1365 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1366
1367         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1368         fetching stops when Gnus exits.
1369
1370         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1371         function.
1372         (nnfolder-request-expire-articles): Save all the buffers after doing
1373         expiry.
1374
1375         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1376         the last article", since that led to serious performance regressions
1377         when expiring nnml groups.
1378
1379 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1380
1381         * nnir.el: Improve customizations.
1382
1383 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1384
1385         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1386
1387         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1388         group has been killed.
1389         (gnus-group-yank-group): Ditto.
1390
1391         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1392
1393         * nnimap.el (nnimap-request-update-group-status): New function.
1394
1395         * gnus-int.el (gnus-request-update-group-status): New interface
1396         function.
1397
1398         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1399         copying read-ness to the backends.
1400
1401         * nnimap.el (nnimap-quirk): New function.
1402         (nnimap-retrieve-group-data-early): Use it.
1403         (nnimap-quirks): New alist.
1404
1405 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1406
1407         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1408         don't delete it within indentation.
1409
1410 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1411
1412         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1413         previous line.
1414
1415 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1416
1417         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1418         QRESYNC command by deleting a superfluous space which broke Cyrus
1419         servers.  This change will break other servers that are buggy the other
1420         way around.
1421
1422 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1423
1424         * spam.el: Reindent and fix long lines.
1425         (spam-copy-or-move-routine): Exclude invalid move destinations.
1426
1427 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1428
1429         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1430         installed the registry.
1431
1432 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1433
1434         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1435
1436 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1437
1438         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1439         groupname doesn't contain "gmane".
1440
1441 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1442
1443         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1444         and netrc-bound-and-true-p bindings.
1445         (netrc-parse): Cache the netrc contents.
1446
1447         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1448         (gnus-1): Don't create the nndrafts group twice.
1449         (gnus-setup-news): There's no need to read the active file here, since
1450         that's done again later on a per-backend basis.
1451         (gnus-start-draft-setup): Make sure that the new group is started out
1452         empty.
1453
1454         * gnus-agent.el (gnus-agentize): Don't create the queue group
1455         automatically on startup.  It'll be created later, if needed.
1456
1457         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1458         of automatically subscribed groups.
1459         (gnus-auto-subscribed-categories): New variable.
1460         (gnus-matches-options-n): Use it.
1461         (gnus-default-subscribed-newsgroups): Remove unused variable.
1462         (gnus-start-draft-setup): Message a bit less.
1463
1464 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1465
1466         * nnir.el (nnir-run-imap): Return article list in order of increasing
1467         UID.
1468
1469 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1470
1471         * gnus-sum.el (gnus-summary-enter-digest-group):
1472         Mention gnus-auto-select-on-ephemeral-exit.
1473
1474         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1475         convention of the network-only option.
1476
1477 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1478
1479         * proto-stream.el (proto-stream-open-network-only): New function to
1480         have a way to specify non-STARTTLS upgrade connections.
1481
1482 2010-12-10  Julien Danjou  <julien@danjou.info>
1483
1484         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1485         email address is nil.
1486
1487         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1488
1489 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1490
1491         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1492         deletion.
1493         (nnir-run-imap): Only need to parse list once.
1494
1495 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1496
1497         * shr.el (shr-tag-script): Ignore <script>.
1498         (shr-tag-label): Add <label> support.
1499
1500 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1501
1502         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1503
1504         * shr.el (shr-image-displayer): Work for images lined side by side.
1505
1506 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1507
1508         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1509         parameter, since XEmacs doesn't accept t as a parameter.
1510
1511 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1512
1513         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1514         ids.
1515         (nnir-run-gmane): Simplify groupspec formatting.
1516         (nnir-request-expire-articles): New function.
1517
1518 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1519
1520         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1521         overflow, possibly.
1522
1523         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1524         (shr-render-td): Handle td style="" better.
1525         (shr-tag-table): Use the color from the style sheet.
1526         (shr-render-td): Make sure we copy over all the overlays, too.
1527
1528 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1529
1530         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1531         (nnir-request-article): Improve article retrieval.
1532
1533 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1534
1535         * mm-util.el (mm-extra-numeric-entities): New variable.
1536
1537         * mm-url.el (mm-url-decode-entities):
1538         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1539
1540         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1541
1542 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1543
1544         * message.el: Use completion-at-point.
1545         (message-completion-function): New fun, extracted from message-tab.
1546         (message-mode): Use it for completion-at-point-functions.
1547         (message-tab): Use it and completion-at-point.
1548
1549 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1550
1551         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1552         character if a non-breakable character follows.
1553
1554 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1555
1556         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1557         any stream.
1558
1559         * shr.el (shr-tag-font): Colorize the region.
1560         (shr-tag-body): Ditto.
1561         (shr-tag-font): Actually let the styles be inherited instead of
1562         overwriting them.
1563         (shr-tag-font): Get the background color right.
1564         (shr-tag-style): Ignore all <style> tags for the moment.
1565
1566         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1567         a Message-ID to avoid having nnimap depend on gnus-sum.
1568
1569         * shr.el (shr-descend): Only colorize something if we have a node that
1570         sets colors.
1571
1572 2010-12-06  Julien Danjou  <julien@danjou.info>
1573
1574         * shr.el (shr-render-td): Render td content with shr-descend, so style
1575         will be applied to <td> too.
1576         (shr-colorize-region): Colorize region even if we only have a background.
1577         (shr-tag-body): Fix color and background color inheritance.
1578         Do not recolorize after shr-generic.
1579         (shr-tag-font): Let shr-generic colorize via inheritance.
1580
1581 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1582
1583         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1584
1585 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1586
1587         * nnir.el (nnir-request-move-article): Remove obsolete code.
1588
1589 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1590
1591         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1592
1593 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1594
1595         * gnus-sum.el (gnus-summary-respool-article): The completion function
1596         expects a list instead of an alist.
1597
1598         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1599         string as the parameter.
1600
1601         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1602
1603         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1604         styles.
1605         (shr-colorize-region): New function.
1606         (shr-insert-background-overlay): Remove.
1607         (shr-render-td): Background setting should be taken care of on a higher
1608         level.
1609         (shr-tag-body): Use post-hoc colorizations.
1610         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1611         (shr-put-color-1): Don't overwrite old colors.
1612         (shr-colorize-region): When the background color isn't explicit, use
1613         a fixed background.
1614
1615         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1616         nnmail variables.
1617
1618 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1619
1620         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1621         unless necessary.
1622
1623 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1624
1625         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1626         server.
1627
1628 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1629
1630         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1631         so that TAB works.
1632
1633         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1634         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1635
1636         * shr.el (shr-urlify): Show the URL before the title to avoid
1637         misleading URLs.
1638
1639 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1640
1641         * shr.el (shr-urlify): Display the title in <a> tags.
1642
1643 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1644
1645         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1646
1647 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1648
1649         * nnir.el: Rearrange code to allow macros to be autoloaded by
1650         gnus-sum.el.
1651         (nnir-retrieve-headers-override-function): Make this variable
1652         customizable.
1653         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1654
1655         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1656         from nnir.el.
1657
1658 2010-12-03  Julien Danjou  <julien@danjou.info>
1659
1660         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1661
1662 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1663
1664         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1665         allow optional argument `environment'.
1666
1667 2010-12-03  Glenn Morris  <rgm@gnu.org>
1668
1669         * mm-extern.el (message-goto-body): Update declaration.
1670
1671 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1672
1673         * gnus-util.el (gnus-macroexpand-all): New function.
1674
1675         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1676         instead of macroexpand-all that is unavailable in XEmacs.
1677
1678 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1679
1680         * nnir.el (nnir-summary-line-format): New variable.
1681         (nnir-mode): Use it.
1682         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1683         (nnir-article-ids): Reimplement as defsubst.
1684         (nnir-retrieve-headers): Don't mangle the subject header.
1685         (nnir-run-imap): Use 100 as RSV score.
1686         (nnir-run-find-grep): Fix for full server searching.
1687         (nnir-run-gmane): Better restriction to gmane groups.
1688
1689         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1690         summary buffers.
1691
1692 2010-12-02  Julien Danjou  <julien@danjou.info>
1693
1694         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1695
1696         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1697
1698         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1699         support.
1700
1701 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1702
1703         * nnir.el: Update to handle the registry better.
1704         (autoload): Silence byte-compiler.
1705         (nnir-open-server): Add a hook for nnir groups.
1706         (nnir-request-move-article): Don't mangle the header. Better to use
1707         formating variables (which will be added in the future).
1708         (nnir-registry-action): Update the registry using the original article
1709         group name.
1710         (nnir-mode): Install nnir-specific hooks for updating the registry.
1711
1712         * gnus-sum.el
1713         (gnus-article-original-subject,gnus-newsgroup-original-name):
1714         Remove obsolete variables.
1715         (gnus-summary-move-article): Remove use of obsolete variables.
1716         (gnus-summary-local-variables): Make move and delete hooks local to
1717         summary buffers.
1718
1719 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1720
1721         * rtree.el: New file.
1722
1723 2010-12-01  Julien Danjou  <julien@danjou.info>
1724
1725         * message.el (message-user-organization): Do not use
1726         gnus-local-organization.
1727
1728         * gnus.el: Remove gnus-local-organization.
1729
1730         * gnus-msg.el: Remove nastygram thing.
1731
1732 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1733
1734         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1735         funcall.
1736
1737 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1738
1739         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1740         names.
1741
1742         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1743         characters.
1744
1745         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1746         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1747         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
1748         (gnus-gravatar-transform-address): Use mail-extract-address-components
1749         that supports non-ASCII names rather than mail-header-parse-addresses.
1750
1751 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1752
1753         * proto-stream.el (open-protocol-stream): All starttls connections are
1754         handled by the network handler.
1755
1756 2010-11-30  Julien Danjou  <julien@danjou.info>
1757
1758         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1759         (nnimap-open-connection-1): Fix PREAUTH.
1760
1761         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1762
1763 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1764
1765         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1766         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1767         (shr-insert): Use them.
1768         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1769
1770 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1771
1772         * nnir.el (nnir-request-move-article): Bail out if original group
1773         doesn't support article moves.
1774         (nnir-get-active): Improve active list retrieval.
1775
1776 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1777
1778         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1779
1780 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1781
1782         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1783         seem to accept strings-with-numbers as port numbers,
1784
1785 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1786
1787         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1788         change the registry.
1789
1790 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1791
1792         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1793         delete-dups that is not available in XEmacs 21.4.
1794
1795         * mm-util.el (mm-delete-duplicates): Add comment.
1796
1797 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1798
1799         * nnir.el (nnir-ignored-newsgroups): New variable.
1800         (nnir-get-active): Use it.
1801
1802 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1803
1804         * proto-stream.el (proto-stream-open-network): Add some comments.
1805
1806         * nntp.el (nntp-open-connection): Provide a :success condition.
1807
1808         * nnimap.el (nnimap-open-connection-1): Ditto.
1809
1810         * proto-stream.el (proto-stream-open-network): See what the response to
1811         the STARTTLS command is.
1812
1813         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1814         backwards compatibility).
1815         (nnimap-open-connection-1): Really respect nnimap-server-port.
1816
1817         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1818         TLS upgrades we don't really care about the identity of the peer.
1819         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1820         that what we've checked for.
1821         (proto-stream-always-use-starttls): Only default to t if
1822         open-gnutls-stream exists.
1823         (proto-stream-open-network): If STARTTLS failed, then just open a
1824         normal connection.
1825         (proto-stream-open-network): Wait until the greeting before doing
1826         STARTTLS.
1827
1828         * nntp.el (nntp-open-connection): Report what the connection error is.
1829
1830         * proto-stream.el (open-protocol-stream): Rename from
1831         open-proto-stream.
1832
1833 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1834
1835         * nnimap.el (nnimap-stream): Change default to `undecided'.
1836         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1837         first, and then network.
1838         (nnimap-open-connection-1): Respect nnimap-server-port.
1839         (nnimap-open-connection): Be more backwards-compatible.
1840
1841         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1842         (proto-stream-open-starttls): De-duplicate the starttls code.
1843         (proto-stream-open-starttls): Folded back into the main function.
1844         (proto-stream-open-network): Fix typo in the gnutls path.
1845         (proto-stream-command): Refactor out.
1846
1847         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1848
1849         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1850         starttls.el STARTTLS.
1851
1852         * color.el (color-lab->srgb): Fix function call name.
1853
1854         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1855         if we're using tls.el.
1856         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1857         built in, then don't try to establish a STARTTLS connection.
1858
1859         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1860         servers.
1861
1862         * proto-stream.el (open-proto-stream): Use network, not stream.
1863         (open-proto-stream): Add a way to specify what the end of a command is.
1864
1865         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1866         connections types.
1867         (nntp-open-network-stream): Remove.
1868         (nntp-open-ssl-stream): Remove.
1869         (nntp-open-tls-stream): Remove.
1870         (nntp-ssl-program): Remove.
1871
1872         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1873
1874 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1875
1876         * nnir.el: Fix typos.
1877         (nnir-retrieve-headers-override-function): Rename variable to reflect
1878         new semantics.
1879         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1880         macros.
1881         (nnir-request-article, nnir-request-move-article): Use them.
1882         (nnir-categorize): New function.
1883         (nnir-run-query): Use it.
1884         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1885         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1886         sorted.
1887         (nnir-group-full-name): Use gnus-group-full-name instead.
1888         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1889         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1890
1891 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1892
1893         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1894
1895         * proto-stream.el: New library to provide protocol-specific
1896         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1897         protocols.
1898         (open-proto-stream): Complete the documentation.
1899         (proto-stream-open-network): Fix some typos.
1900
1901         * nnimap.el (nnimap-open-connection): Use it.
1902
1903 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1904
1905         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1906         negotiation.
1907
1908 2010-11-26  Julien Danjou  <julien@danjou.info>
1909
1910         * color.el: Rename various rgb functions to srgb.
1911
1912 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1913
1914         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1915         names.
1916
1917 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1918
1919         * shr.el (shr-insert): Revert last change.
1920         (shr-find-fill-point): Never leave point being at bol;
1921         relax the kinsoku limitation when rendering tables.
1922
1923 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1924
1925         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1926         results from -accept-article.
1927
1928         * shr-color.el: Require cl when compiling.
1929
1930         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1931         checkin.
1932
1933         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1934
1935         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1936
1937         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1938         'add and 'delete to set backend marks.
1939
1940         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1941
1942         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1943
1944         * nntp.el (nntp-request-set-mark): Use it.
1945
1946         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1947
1948         * nnml.el (nnml-request-set-mark): Ditto.
1949
1950         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1951         introduces regressions in article selection.
1952         (nnimap-find-uid-response): New function.
1953         (nnimap-request-accept-article): Use the UID returned, if any.
1954         (nnimap-request-move-article): Use the UID returned, if any.
1955         (nnimap-get-groups): Reimplement to work with folded lines.
1956         (nnimap-find-uid-response): The UID is the last element in the list.
1957         (nnimap-request-set-mark): Extend syntax with 'set.
1958
1959         * nnml.el (nnml-request-set-mark): Ditto.
1960
1961         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1962
1963         * nntp.el (nntp-request-set-mark): Ditto.
1964
1965 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1966
1967         * message.el (message-called-interactively-p): A temporary macro.
1968         (message-goto-body): Use it temporarily.
1969
1970 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1971
1972         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1973         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1974         (nnimap-last-response-string): Fix last unfolding fix.
1975
1976 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1977
1978         * shr.el (shr-insert): Fix the way to fold lines.
1979
1980 2010-11-25  Julien Danjou  <julien@danjou.info>
1981
1982         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1983
1984         * color.el: Rename from color-lab.el
1985         (color-rgb->hex): Add.
1986         (color-complement): Add.
1987         (color-complement-hex): Add.
1988
1989         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1990
1991 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1992
1993         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1994         don't exist.
1995
1996 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1997
1998         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1999         assuming that article displaying or another mml-preview may be
2000         interrupted for an error or for the like.
2001
2002         * shr.el (shr-get-background): Fix argument name.
2003
2004 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2005
2006         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2007
2008         * gnus-sum.el (gnus-summary-include-articles): New function.
2009
2010         * message.el (message-goto-body): called-interactively-p needs a
2011         parameter, so use `any'.
2012
2013         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2014         clear marks before moving, since they're synced from the Gnus side
2015         first.
2016
2017         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2018         (gnus-summary-move-article): Copy over all marks before moving, so that
2019         IMAP doesn't think a new article has arrived.
2020
2021 2010-11-24  Julien Danjou  <julien@danjou.info>
2022
2023         * shr.el (shr-insert-background-overlay): Fix typo.
2024         (shr-render-td): Copy the background before rendering.
2025
2026         * shr-color.el (shr-color-visible): Fix docstring.
2027
2028         * shr.el (shr-tag-table): Add bgcolor support.
2029         (shr-render-td): Add bgcolor support.
2030         (shr-get-background): Add.
2031         (shr-insert-foreground-overlay): Use shr-get-background.
2032
2033         * message.el (message-goto-body): Use called-interactively-p.
2034         (message-in-body-p): message-goto-body returns point.
2035
2036 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2037
2038         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2039         Fixes something or other in Emacs 23, and is backwards compatible.
2040
2041         * message.el (message-goto-body): Remove the <#secure special-casing,
2042         which is too special.
2043
2044         * shr.el (shr-parse-style): Drop !important from styles.
2045
2046 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2047
2048         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2049         this function to return incorrect results when calling it with an
2050         explicit article argument different from
2051         (gnus-summary-article-number).
2052
2053 2010-11-24  Julien Danjou  <julien@danjou.info>
2054
2055         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2056         (shr-tag-body): Add background support.
2057         (shr-descend): Add background support.
2058         (shr-tag-title): Add.
2059
2060         * shr-color.el (shr-color-visible): Really return original background
2061         if fixed.
2062
2063 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2064
2065         * shr.el (shr-color-check): Protect against non-existant colour names.
2066
2067 2010-11-24  Julien Danjou  <julien@danjou.info>
2068
2069         * color-lab.el: Require 'cl when compiling.
2070
2071         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2072
2073         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2074         matched part.
2075
2076         * color-lab.el: Fix all expt calls to use float type.
2077
2078 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2079
2080         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2081         expression to shr-color-check as is.
2082
2083         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2084
2085         * color-lab.el: Add coding cookie.
2086         (float-pi): Use eval-and-compile.
2087
2088         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
2089         compiled for Emacsen having no `libxml-parse-html-region' support.
2090
2091 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2092
2093         * shr.el (shr-insert-color-overlay): Split stuff like
2094         "#444444 !important" to find the real colour.
2095         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2096         parse <font color="red"> entries.
2097
2098 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2099
2100         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2101         point when parsing headers.
2102
2103         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2104         is positioned properly when parsing headers.
2105
2106 2010-11-23  Julien Danjou  <julien@danjou.info>
2107
2108         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2109
2110         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2111
2112         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2113
2114         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2115         Use shr-color-hue-to-rgb.
2116         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2117
2118 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2119
2120         * shr.el (shr-color->hexadecimal): Autoload.
2121         (shr-descend): Add color to all tags.
2122
2123 2010-11-22  Julien Danjou  <julien@danjou.info>
2124
2125         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2126         shr-color->hexadecimal.
2127
2128         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2129         RGB() or HSL() color representation.
2130
2131         * shr.el (shr-tag-font): Add.
2132         (shr-tag-color-check): New function to get better colors.
2133         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2134         tag-span.
2135
2136         * shr-color.el: New file.
2137
2138         * color-lab.el: New file.
2139
2140         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2141
2142 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2143
2144         * nnir.el: Fix typo in comments.
2145         (nnir-run-imap): Simplify code. No need to reverse artlist.
2146         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2147
2148 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2149
2150         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2151
2152         * nnimap.el (nnimap-get-capabilities): Refactor out.
2153         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2154
2155 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2156
2157         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2158         appearing when `mm-uu-hide-markers' is nil.
2159
2160 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2161
2162         * nnimap.el (nnimap-unselect-group): Make into its own function.
2163         (nnimap-request-rename-group): Unselect group before renaming.
2164         This had gotten lost somewhere.
2165         (nnimap-request-accept-article): Keep track of examined groups, and
2166         unselect the group before APPENDing to read-only groups.
2167         (nnimap-request-move-article): Clear flags before moving so that they
2168         can be re-set later.
2169
2170 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2171
2172         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2173         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2174
2175 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2176
2177         * gnus-art.el (gnus-mime-display-single)
2178         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2179         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2180         parameter.
2181
2182 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2183
2184         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2185         (shr-table-vertical-line): New variable.
2186         (shr-insert-table): Use it.
2187
2188 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2189
2190         * gnus-html.el (gnus-html-wash-images): Don't display images if
2191         gnus-inhibit-images is non-nil; register displayer for cid images.
2192         (gnus-html-display-image): Work for cid image.
2193         (gnus-html-insert-image): Allow arguments.
2194         (gnus-html-put-image): Inhibit read-only.
2195         (gnus-html-prefetch-images): Don't prefetch images if
2196         gnus-inhibit-images is non-nil.
2197
2198 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2199
2200         * shr.el (shr-put-image): Break lines when inserting big pictures.
2201
2202 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2203
2204         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2205         sender, thanks Katsumi Yamaoka.
2206
2207 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2208
2209         * nnir.el (nnir-run-imap): Reverse the article list for each group
2210         rather than the whole list.
2211
2212 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2213
2214         * shr.el (shr-image-displayer): Protect function against non-existent
2215         image source.
2216
2217         * gnus-art.el (gnus-inhibit-images): New user option.
2218         (gnus-mime-display-single): Don't display image if it is non-nil.
2219
2220         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2221         gnus-inhibit-images.
2222
2223         * shr.el (shr-image-displayer): New function.
2224         (shr-tag-img): Use it.
2225
2226 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2227
2228         * mml2015.el (mml2015-epg-sign): Use From header.
2229
2230 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2231
2232         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2233
2234         * gnus-util.el (gnus-find-text-property-region): Return markers.
2235
2236         * shr.el (shr-tag-img): Put a displayer in the text property.
2237
2238         * gnus-util.el (gnus-find-text-property-region): New utility function.
2239
2240         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2241         (gnus-html-show-images): Remove.
2242
2243         * gnus-art.el (gnus-article-show-images): New, more general function.
2244
2245         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2246         image url text properties.
2247
2248         * shr.el: Ditto.
2249
2250         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2251         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2252
2253 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2254
2255         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2256         work for two or more articles.
2257
2258 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2259
2260         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2261         divide an image that's in an html article to two or more when washing
2262         non-ASCII characters in alt text of it.
2263
2264 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2265
2266         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2267         smime-decrypt-region using function argument.
2268         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2269
2270         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2271
2272         * smime.el (smime-decrypt-region): Catch it.
2273
2274 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2275
2276         * smime.el (smime-mode-map): Move initialization into declaration.
2277         (gnus-run-mode-hooks): Don't autoload.
2278         (smime-mode): Use define-derived-mode.
2279
2280 2010-11-11  Glenn Morris  <rgm@gnu.org>
2281
2282         * smime.el (from): Restrict declaration to XEmacs.
2283
2284         * nnir.el (gnus-group-topic-name): Autoload.
2285
2286 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2287
2288         * shr.el (shr-insert): Don't break long line if it is because of
2289         kinsoku-bol characters in the line end.
2290
2291 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2292
2293         * nnir.el (nnir-request-move-article): Fix to provide original group
2294         and subject.
2295         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2296         been retrieved.
2297
2298         * gnus-sum.el (gnus-summary-move-article): Use original group and
2299         subject for virtual articles such as those in an nnir summary buffer.
2300
2301 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2302
2303         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2304         least 21.5).
2305
2306         * smime.el (from): Declare it again for XEmacs.
2307
2308 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2309
2310         * message.el (message-resend): Don't disable encoding unless it's
2311         already encoded.
2312
2313         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2314         low-numbered articles.
2315
2316 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2317
2318         * rfc2047.el (rfc2047-syntax-table): Simplify.
2319
2320         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2321
2322         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2323         set-char-table-range for XEmacs.
2324
2325 2010-11-10  Glenn Morris  <rgm@gnu.org>
2326
2327         * time-date.el (time-to-seconds): Always an alias on Emacs,
2328         never a real function.
2329         (with-no-warnings): Remove compat stub, now unused.
2330         (time-less-p): Doc fix.
2331         (time-to-number-of-days): Simplify.
2332
2333         * smime.el (from): Remove unused declaration.
2334
2335         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2336         (gnus-float-time): On Emacs, always an alias.
2337
2338         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2339         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2340
2341 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2342
2343         * dgnushack.el: Don't use ignore-errors in the top level form since it
2344         is unavailable in XEmacs even if cl is loaded.
2345
2346         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2347
2348 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2349
2350         * shr.el (browse-url-mailto): Autoload.
2351
2352         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2353
2354         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2355         regexp doesn't need quoting.
2356
2357 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2358
2359         * message.el (message-subject-trailing-was-ask-regexp)
2360         (message-subject-trailing-was-regexp): Match was: in addition to was.
2361
2362 2010-11-09  Glenn Morris  <rgm@gnu.org>
2363
2364         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2365         (nnbabyl-check-mbox): Use point-at-bol.
2366
2367 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2368
2369         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2370
2371         * message.el (message-mailto): New function.
2372         (message-mailto): Should accept other parameters.
2373         (message-mailto): Remove since it duplicates browse-url-mailto
2374         functionality.
2375
2376 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2377
2378         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2379         methods.
2380         (gnus-read-active-file): Ditto.
2381
2382         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2383         ": " from the prompt.
2384         (gnus-group-make-group): Ditto.
2385
2386 2010-11-07  Glenn Morris  <rgm@gnu.org>
2387
2388         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2389         (gnus-bookmark-kill-line): Use point-at-eol.
2390
2391 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2392
2393         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2394         asterisks in From header.
2395
2396 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2397
2398         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2399         string to avoid making the From headers syntactically invalid.
2400
2401         * message.el (message-send-mail): Don't insert courtesy messages if the
2402         message already has List-Post and List-ID messages.
2403
2404 2010-11-06  Glenn Morris  <rgm@gnu.org>
2405
2406         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2407         `condition', `type', `length' a prefix.
2408         (gnus-treat-predicate): Update for above name changes.
2409
2410 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2411
2412         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2413         binding.  Handled by `gnus-summary-refer-thread' instead.
2414         (nnir-warp-to-article): New backend function.
2415
2416         * nnimap.el (nnimap-request-thread): Force dependency updating.
2417
2418         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2419         (gnus-summary-refer-thread): Rework to improve thread-referral.
2420
2421         * gnus-int.el (gnus-warp-to-article): New function.
2422
2423         * gnus-sum.el (gnus-summary-article-map): Bind it.
2424
2425 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2426
2427         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2428         gnus-summary-refer-thread.
2429
2430         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2431         headers.
2432         (gnus-summary-limit-include-thread): Prevent articles in thread from
2433         being cut in gnus-cut-threads.
2434         (gnus-summary-refer-thread): Limit retrieved headers to those in
2435         thread.
2436
2437 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2438
2439         * message.el (message-send-mail): Use the value of
2440         message-courtesy-message from the message buffer.
2441
2442         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2443
2444         * shr.el (shr-browse-url): Implement mailto: URLs.
2445
2446         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2447         "raw".
2448
2449         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2450         if it's already selected.
2451
2452         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2453
2454 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2455
2456         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2457         to measure the length and truncate alt text.
2458
2459 2010-11-03  Glenn Morris  <rgm@gnu.org>
2460
2461         * nndiary.el (nndiary-generate-nov-databases-1)
2462         (nndiary-generate-active-info): Rename dynamic variable `files' to
2463         something less generic.
2464
2465 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2466
2467         * nnir.el (nnir-request-move-article): Call the underlying backend to
2468         move articles from nnir.
2469
2470 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2471
2472         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2473
2474 2010-11-02  Julien Danjou  <julien@danjou.info>
2475
2476         * nnir.el: Remove wais support.
2477
2478 2010-11-02  Glenn Morris  <rgm@gnu.org>
2479
2480         * gnus-html.el: Reorder requirements to quieten compiler.
2481
2482 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2483
2484         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2485         properly for XEmacs as well.
2486         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2487         (gnus-article-natural-long-line-p): Use window-width rather than
2488         frame-width.
2489
2490 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2491
2492         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2493         (nnir-read-parms): Don't modify query.
2494         (nnir-run-query): Add ability to search topic on current line.
2495         (nnir-get-active): Clean up.
2496
2497 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2498
2499         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2500         degenerate articles.
2501
2502         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2503         (gnus-print-buffer): Just print the buffer as is, without any copying
2504         to a buffer and then re-highlighting.
2505
2506         * nnimap.el (nnimap-request-group): Store the new updated info.
2507         (nnimap-request-group): Select the group when we don't know whether it
2508         exists or not.
2509
2510         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2511         groups.
2512
2513         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2514         groups.
2515
2516         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2517         groups.
2518
2519         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2520         long-lines case by only filling the long lines.
2521
2522         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2523         (bug #7311).
2524
2525 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2526
2527         * shr.el: No need to declare `declare-function' since shr.el is for
2528         only Emacsen that provide `libxml-parse-html-region'.
2529
2530         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2531         effective only in a file it is referred to.
2532
2533 2010-11-01  Glenn Morris  <rgm@gnu.org>
2534
2535         * mm-util.el (gnus-completing-read): Autoload.
2536         (mm-read-coding-system): Simplify Emacs definition.
2537
2538         * nnmail.el (gnus-activate-group):
2539         * nnimap.el (gnutls-negotiate):
2540         * nntp.el (netrc-parse): Fix declarations.
2541
2542 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2543
2544         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2545         string-match-p in Emacs >=23.
2546
2547         * gnus-msg.el (gnus-configure-posting-styles)
2548         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2549
2550 2010-11-01  Glenn Morris  <rgm@gnu.org>
2551
2552         * nnir.el (declare-function): Add compat stub.
2553         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2554         (nnir-run-gmane): Require 'mm-url.
2555
2556         * mm-util.el (mm-string-to-multibyte): Simplify.
2557
2558         * shr.el (declare-function): Add compat stub.
2559         (url-cache-create-filename): Declare.
2560         (mm-disable-multibyte, widget-convert-button): Autoload.
2561
2562         * smime.el (ldap-search): Declare.
2563         (smime-cert-by-ldap-1): Require ldap on Emacs.
2564
2565         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2566         (nnimap-keepalive): Use gnus-float-time.
2567
2568         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2569         (mail-source-delete-crash-box): Use gnus-float-time.
2570
2571         * gnus-dired.el (gnus-completing-read): Autoload.
2572
2573         * mm-view.el (gnus-rescale-image): Autoload.
2574
2575         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2576
2577         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2578
2579         * sieve-manage.el: Require 'cl when compiling.
2580
2581         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2582         (gnus-iswitchb-completing-read): Require iswitchb.
2583         (gnus-select-frame-set-input-focus): Silence compiler.
2584
2585 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2586
2587         * message.el (message-subject-trailing-was-query): Change default to t,
2588         since I think that's what most people want.
2589
2590         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2591         appending for easier debugging.
2592         (nnimap-wait-for-connection): Take a regexp.
2593         (nnimap-request-accept-article): Wait for the continuation line before
2594         sending anything unless we're streaming.
2595
2596         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2597         leave the header washing to take place.
2598
2599 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2600
2601         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2602         regular expression match and replace in posting styles.
2603
2604 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2605
2606         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2607         an entire server.
2608         (nnir-get-active): New function.
2609         (nnir-run-imap): Use it.
2610         (nnir-run-gmane): Who knew, gmane search returns an article score!
2611
2612         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2613         server on the current line with nnir.
2614
2615 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2616
2617         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2618         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2619         left edge.
2620         (gnus-article-foldable-buffer): Skip past the prefix when determining
2621         raggedness.
2622
2623         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2624         the raw article, and change `C-u g' to show the article without doing
2625         treatments.
2626
2627         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2628         on to `gnus-treat-article'.
2629         (gnus-inhibit-article-treatments): New variable.
2630
2631         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2632
2633         * gnus-art.el (gnus-treatment-function-alist): Have
2634         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2635         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2636         sections.
2637
2638         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2639         parameter.
2640         (gnus-article-fill-cited-long-lines): New function.
2641         (gnus-article-fill-cited-article): Allow filling only long sections.
2642
2643         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2644         and non-punctuation (like after the apostrophe in "'We").
2645
2646         * gnus-sum.el (gnus-summary-select-article): Make sure
2647         gnus-original-article-buffer is alive.
2648
2649         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2650         reflect the order they're in in the digest.
2651
2652         * gnus.el (gnus-group-startup-message): Move point to the start of the
2653         buffer.
2654
2655         * nnimap.el (nnimap-capability): New function.
2656         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2657         is set.
2658
2659 2010-10-31  David Engster  <dengste@eml.cc>
2660
2661         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2662         conform with changes to gnus-completing-read.
2663
2664 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2665
2666         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2667
2668 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2669
2670         * nnir.el: Move defvar, defcustom around to keep file organized
2671         and keep byte-compiler quiet.
2672         (nnir-read-parms): Accept search-engine as arg.
2673         (nnir-run-query): Pass search-engine as arg.
2674         (nnir-search-engine): Remove.
2675
2676 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2677
2678         * shr.el (shr-generic): The text nodes should be text, not :text.
2679
2680         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2681         later in the file.
2682
2683 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2684
2685         * nnir.el: General clean up.  Allow searching with multiple engines.
2686         Allow separate extra-parameters for each engine.
2687         Batch queries when possible.
2688         (nnir-imap-default-search-key,nnir-method-default-engines):
2689         Add customize interface.
2690         (nnir-run-gmane): New engine.
2691         (nnir-engines): Use it.  Qualify all prompts with engine name.
2692         (nnir-search-engine): Remove global variable.
2693         (nnir-run-hyrex): Restore for now.
2694         (nnir-extra-parms,nnir-search-history): New variables.
2695         (gnus-group-make-nnir-group): Use them.
2696         (nnir-group-server): Remove in favor of gnus-group-server.
2697         (nnir-request-group): Avoid searching twice.
2698         (nnir-sort-groups-by-server): New function.
2699
2700 2010-10-30  Julien Danjou  <julien@danjou.info>
2701
2702         * gnus-group.el: Remove gnus-group-fetch-control.
2703
2704         * gnus-start.el (gnus-find-new-newsgroups):
2705         Remove gnus-check-first-time-used.
2706
2707         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2708
2709 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2710
2711         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2712         set on groups that don't have \* permanentflags.
2713
2714 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2715
2716         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2717         control the background color.
2718         (shr-tag-img): Ignore very small web bug type images.
2719         (shr-put-image): Add help-echo alt texts to the images.
2720         (shr-tag-video): Show the video poster image.
2721
2722 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2723
2724         * shr.el (shr-table-depth): New variable.
2725         (shr-tag-table-1): Only insert the images after the top-level table.
2726
2727         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2728
2729         * gnus-util.el (gnus-list-memq-of-list): New function.
2730
2731         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2732         selected.
2733         (nnimap-unsplittable-articles): New slot.
2734         (nnimap-new-articles): Use it.
2735
2736 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2737
2738         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2739         move to the previous line on `M-g'.
2740
2741 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2742
2743         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2744         *-request-group, which seems unnecessary.
2745
2746         * nnimap.el (nnimap-quote-specials): Function copied over from
2747         imap.el.
2748         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2749         they support that.  Suggested by Tom Regner.
2750
2751 2010-10-29  Julien Danjou  <julien@danjou.info>
2752
2753         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2754         defalias.
2755         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2756
2757         * gnus.el: Remove `gnus-nntp-service' variable.
2758         (gnus-secondary-servers): Make obsolete.
2759         (gnus-nntp-server): Make obsolete.
2760
2761         * gnus-start.el (gnus-1): Remove x-splash calls.
2762
2763         * gnus-ems.el (gnus-x-splash): Remove.
2764
2765         * gnus.el (gnus-group-startup-message): Simplify/update code.
2766
2767         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2768         definition.
2769
2770         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2771         capability before doing anything.
2772         (gnus-group-insert-group-line): Remove useless
2773         gnus-group-remove-excess-properties.
2774
2775 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2776
2777         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2778
2779 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2780
2781         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2782         config after reselecting.
2783
2784 2010-10-28  Julien Danjou  <julien@danjou.info>
2785
2786         * shr.el (shr-put-image): Use point even if only inserting text.
2787         (shr-put-image): Save excursion when inserting alt text on non-graphic
2788         display, so the behaviour is the same when we are on a graphic display.
2789
2790         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2791
2792 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2793
2794         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2795         (gnus-mime-copy-part): Check coding system, not charset.
2796         (gnus-mime-view-part-externally): Never remove part.
2797         (gnus-mime-view-part-internally): Don't remove part here.
2798         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2799         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2800         multipart/alternative.
2801
2802         * mm-decode.el (mm-display-part): Take optional arg `force'.
2803
2804 2010-10-26  Julien Danjou  <julien@danjou.info>
2805
2806         * gnus-group.el (gnus-group-default-list-level): Add this function to
2807         compute the default list level.
2808         (gnus-group-default-list-level): Add possibility to use a function.
2809
2810 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2811
2812         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2813
2814         * gnus-group.el (gnus-group-completing-read)
2815         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2816         gnus-replace-in-string.
2817
2818 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2819
2820         * shr.el (shr-tag-div): Add.
2821
2822         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2823
2824 2010-10-25  Julien Danjou  <julien@danjou.info>
2825
2826         * gnus-util.el: Remove `gnus-with-local-quit'.
2827
2828         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2829
2830 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2831
2832         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2833         the original article buffer.
2834
2835 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2836
2837         * nnimap.el (nnimap-request-head): New function.
2838         (nnimap-request-move-article): Try to be slighly faster by not
2839         requesting the entire message when moving.
2840         (nnimap-transform-headers): Don't bug out on bodiless articles.
2841         (nnimap-send-command): Have no outstanding messages if the IMAP server
2842         doesn't support streaming.
2843         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2844
2845 2010-10-24  Julien Danjou  <julien@danjou.info>
2846
2847         * message.el (message-default-headers): Fix type.
2848
2849 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2850
2851         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2852         prefetching images.
2853
2854         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2855         backend for unknown groups.  This is mainly useful for nnimap groups.
2856
2857         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2858         group isn't covered by the agent.
2859
2860 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2861
2862         * nnir.el (nnir-method-default-engines): New variable.
2863         (nnir-run-query): Use it.
2864         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2865         (gnus-summary-nnir-goto-thread): Change group if needed.
2866
2867         * gnus-group.el (gnus-group-group-map): Add key binding for
2868         gnus-group-make-nnir-group.
2869
2870 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2871
2872         * shr.el (shr-tag-object): Add.
2873
2874         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2875         original article buffer live.
2876         (gnus-summary-select-article-buffer):
2877         Mention gnus-widen-article-buffer.
2878
2879 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2880
2881         * shr.el (shr-tag-strong): Add.
2882
2883 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2884
2885         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2886         group names.  They mess up the group buffer badly.
2887
2888         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2889
2890         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2891         instead of the summary one.
2892
2893 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2894
2895         * mml.el (mml-preview): Work properly when editing article.
2896
2897         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2898         gnus-have-read-active-file if it's already been in.
2899
2900 2010-10-22  Tom Tromey  <tromey@redhat.com>
2901
2902         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2903         gnus-group-completing-read.
2904
2905 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2906
2907         * message.el (message-mode-map): Don't bind M-; to comment region, to
2908         allow the global comment-dwim to work.
2909
2910 2010-10-21  Julien Danjou  <julien@danjou.info>
2911
2912         * message.el (message-setup-1): Allow message-default-headers to be a
2913         function.
2914
2915 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2916
2917         * shr.el (shr-tag-table): Simplify.
2918
2919 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2920
2921         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2922         to avoid trying to snarf invalid stuff.
2923
2924         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2925
2926         * gnus.el (gnus-message-archive-group): Quote value.
2927         (gnus-message-archive-group): Mark as changed.
2928
2929         * shr.el (shr-add-font): Don't put the font properties on the newline
2930         or the indentation.
2931
2932         * message.el (message-fix-before-sending): Change options when sending
2933         non-printable characters.
2934
2935         * gnus.el (gnus-message-archive-method): Change the default to
2936         monthly outgoing groups.
2937
2938         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2939         that have gotten new numbers.
2940
2941         * nnimap.el (nnimap-request-replace-article): New function.
2942
2943 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2944
2945         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2946         (nnrss-request-article): Don't use special html washing code.
2947
2948 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2949
2950         * shr.el (shr-tag-table): Remove useless nconc.
2951
2952 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2953
2954         * gnus-art.el (article-wash-html): Simplify and remove the charset
2955         stuff.  Use the normal html rendering code instead of the special html
2956         washing code.
2957
2958         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2959         `gnus-w3m' symbols.
2960         (mm-text-html-washer-alist): Remove.
2961
2962         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2963         (mm-inline-media-tests): Remove use.
2964         (mm-text-html-renderer): Change default to the `shr' symbol.
2965
2966         * mm-view.el (mm-inline-text-html): Remove use.
2967
2968         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2969         `gnus-blocked-images' to be a function.
2970         (gnus-article-wash-function): Remove.
2971
2972 2010-10-20  Julien Danjou  <julien@danjou.info>
2973
2974         * spam.el (spam-list-of-processors): Mark as obsolete.
2975
2976         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2977         (nnimap-insert-partial-structure): Fix boundary detection.
2978
2979 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2980
2981         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2982         run file-truename on remote files.  This can be expensive and even
2983         prevent one from editing drafts if some unrelated buffer has a stale
2984         connection.
2985
2986 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2987
2988         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2989         kinsoku-eol regardless of shr-kinsoku-shorten.
2990         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2991         (shr-tag-table): Support caption, thead, and tfoot.
2992
2993 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2994
2995         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2996         lines.
2997         (shr-save-contents): New command and keystroke.
2998
2999         * nndoc.el (nndoc-type-alist): Add git support.
3000         (nndoc-git-type-p): New function.
3001         (nndoc-transform-git-article): Ditto.
3002         (nndoc-transform-git-headers): Ditto.
3003         (nndoc-transform-git-headers): Generate Subject headers.
3004
3005         * shr.el (shr-parse-style): New function.
3006         (shr-tag-span): Ditto.
3007
3008         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3009         to `G G' to avoid collisions.
3010
3011 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3012
3013         * shr.el: Load kinsoku if necessary.
3014         (shr-kinsoku-shorten): New internal variable.
3015         (shr-find-fill-point): Make kinsoku shorten text line if
3016         shr-kinsoku-shorten is bound to non-nil.
3017         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3018         shr-indentation too when testing if table is wider than frame width.
3019         (shr-insert-table): Use `string-width' instead of `length' to measure
3020         text width.
3021         (shr-insert-table-ruler): Make sure indentation is done at bol.
3022
3023 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3024
3025         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3026         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3027         undecoded network data.
3028
3029 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3030
3031         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3032         name in the mode line spec so that the mode line menu works
3033         (bug #2431).
3034
3035         * message.el (message-get-reply-headers): If we're fed `to-address',
3036         then always use that.
3037
3038         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3039         aren't so wide as to need to switch off the edit menu.
3040
3041         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3042         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3043
3044         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3045         `M-g'.
3046         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3047         the permanent marks.
3048
3049 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3050
3051         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3052         Splitting according to references/in-reply-to obeys the ignore-groups
3053         variable, while splitting by sender and subject do not.
3054
3055 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3056
3057         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3058         alist, so that we can look for non-Unicode chars.
3059         (article-translate-strings): Allow both character and string maps.
3060
3061 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3062
3063         * shr.el (shr-insert): Don't insert space behind a wide character
3064         categorized as kinsoku-bol, or between characters both categorized as
3065         nospace.
3066
3067 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3068
3069         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3070         headers to gnus-newsgroup-headers.
3071
3072 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3073
3074         * shr.el (shr-tag-img): Don't align images -- since we're not
3075         rescaling, this often leads to ugly displays.
3076
3077 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3078
3079         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3080         duplicates.
3081
3082 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3083
3084         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3085         call.
3086
3087 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3088
3089         * gnus.el: Autoload gnus-html-show-images.
3090
3091         * nnimap.el: Use nnheader-message throughout.
3092
3093         * shr.el (shr-tag-img): Ignore images with no data.
3094
3095 2010-10-15  Julien Danjou  <julien@danjou.info>
3096
3097         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3098         a possibility to disable format=flow encoding when using hard newlines.
3099
3100 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3101
3102         * shr.el (shr-insert): Remove space inserted before or after a
3103         breakable character or at the beginning or the end of a line.
3104         (shr-find-fill-point): Do kinsoku; find the second best point or give
3105         it up if there's no breakable point.
3106
3107 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3108
3109         * nnimap.el (nnimap-open-connection): Message when opening connection
3110         for debugging purposes.
3111
3112         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3113         on every setup buffer call to allow this to change from article to
3114         article.
3115
3116         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3117         buffers where we have a wide table.
3118
3119 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3120
3121         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3122         uses *-request-thread.
3123
3124 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3125
3126         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3127         incantation, which is no longer valid.
3128
3129 2010-10-14  Julien Danjou  <julien@danjou.info>
3130
3131         * shr.el: Fix defcustom type (char -> character).
3132
3133 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3134
3135         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3136         programs.
3137
3138 2010-10-14  Julien Danjou  <julien@danjou.info>
3139
3140         * shr.el (shr-tag-a): Use url-link as widget type.
3141
3142         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3143         `gnus-group-get-icon'.
3144
3145 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3146
3147         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3148         This should make server editing work better.
3149
3150         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3151
3152         * tls.el (tls-program): Remove spurious %s from openssl.
3153
3154         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3155         (nnimap-parse-flags): Fix regexp.
3156
3157         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3158         probably work for CJVK text, too.
3159
3160         * nnimap.el (nnimap-extend-tls-programs): Remove.
3161         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3162
3163         * tls.el (tls-starttls-switches): Remove starttls hack.
3164         (open-tls-stream): Ditto.
3165         (tls-find-starttls-argument): Ditto.
3166
3167 2010-10-13  Julien Danjou  <julien@danjou.info>
3168
3169         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3170         responses.
3171
3172 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3173
3174         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3175
3176         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3177         anything in Emacs.
3178
3179         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3180
3181 2010-10-13  Julien Danjou  <julien@danjou.info>
3182
3183         * shr.el (shr-width): Make shr-width a defcustom with default to
3184         fill-column.
3185         (shr-tag-img): Use shr-width rather than fill-column.
3186
3187 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3188
3189         * dgnushack.el (byte-optimize-apply)
3190         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3191
3192         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3193         position when (X-)Faces exist.
3194         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3195         avatars when called interactively.
3196
3197 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3198
3199         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3200         gnus-article-x-face-too-ugly is bound.
3201
3202 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3203
3204         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3205
3206         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3207         mailbox that doesn't exist.
3208
3209 2010-10-12  Julien Danjou  <julien@danjou.info>
3210
3211         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3212         (shr-get-image-data): Encode URL properly when fetching from cache.
3213         (shr-tag-img): Use aligned-to spaces to align correctly images.
3214
3215         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3216         before inserting the Gravatar.
3217
3218         * shr.el (shr-tag-img): Add align attribute support for <img>.
3219
3220 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3221
3222         * gnus-gravatar.el (gnus-art): Require.
3223
3224         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3225         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3226         Remove long obsoleted functions.
3227
3228 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3229
3230         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3231
3232         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3233
3234         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3235         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3236         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3237         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3238         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3239         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3240         * sieve-manage.el, smime.el, spam.el:
3241         Fix comment for declare-function.
3242
3243 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3244
3245         * nnimap.el (nnimap-request-rename-group): Select group read-only
3246         before renaming it.
3247
3248         * shr.el (shr-insert): Fix up the white space only regexp.
3249
3250         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3251         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3252
3253         * shr.el (shr-current-column): New function.
3254         (shr-find-fill-point): New function.
3255
3256 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3257
3258         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3259         numbers.
3260
3261 2010-10-11  Julien Danjou  <julien@danjou.info>
3262
3263         * shr.el (shr-hr-line): Add.
3264         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3265         display hr lines.
3266         (shr-max-columns): Do not change state to nil if we just inserting
3267         spaces.
3268
3269 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3270
3271         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3272         select the last group.
3273
3274 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3275
3276         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3277
3278 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3279
3280         * dig.el (dig-mode-map): Declare and define in one step.
3281
3282 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3283
3284         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3285         for Gnus.
3286         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3287         (nnimap-update-qresync-info): Mark \Seen articles as read.
3288
3289         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3290         non-variable, too.
3291
3292         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3293         available.
3294         (nnimap-update-info): Rely more on the current active than the param
3295         active to avoid marking articles as read too much.
3296
3297         * auth-source.el (auth-source-create): Use (user-login-name) for the
3298         user name default.
3299
3300         * nnimap.el (nnimap-update-info): If the server doesn't return any
3301         useful info, just use the previous info.
3302         (nnimap-update-info): Prefer old info over start-article.
3303         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3304
3305 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3306
3307         * nnir.el (autoload): Clean up autoloads.
3308         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3309         Use key rather than value.
3310         (nnir-imap-search-other): New variable.
3311         (nnir-read-parm): Use it.
3312         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3313         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3314
3315 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3316
3317         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3318         the process, too.
3319
3320 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3321
3322         * spam.el (gnus-summary-mode-map): Bind to "$".
3323         Suggested by Russ Allbery.
3324
3325         * shr.el: Rework the way things are indented by <li> slightly.
3326
3327         * gnus.el (gnus-group-set-parameter): Fix typo.
3328
3329         * nnimap.el: Start implementing QRESYNC support.
3330
3331 2010-10-09  Julien Danjou  <julien@danjou.info>
3332
3333         * nnir.el (nnir-engines): Fix too many arguments.
3334
3335 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3336
3337         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3338         group is the "last", so that the backends like nnfolder actually save
3339         their folders.
3340
3341         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3342         try to use that for the tls stream.
3343         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3344         UIDVALIDITY and find out which groups are read-only and not.
3345         (nnimap-get-flags): Use the same marks parsing code as the rest of
3346         nnimap.
3347
3348 2010-10-09  Julien Danjou  <julien@danjou.info>
3349
3350         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3351
3352         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3353         retrieving gravatars.
3354
3355         * shr.el (shr-table-corner): Add.
3356         (shr-table-line): Add.
3357         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3358
3359 2010-10-08  Julien Danjou  <julien@danjou.info>
3360
3361         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3362
3363 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3364
3365         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3366
3367         * gnus-sum.el (gnus-mark-article-as-unread)
3368         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3369         (gnus-summary-set-bookmark): Use it.
3370
3371         * gnus-msg.el (gnus-setup-message): Use it.
3372
3373         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3374
3375         * gnus.el (gnus-group-remove-parameter): Use it.
3376
3377         * gnus-group.el (gnus-group-make-web-group): Use it.
3378
3379         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3380
3381         * nnregistry.el: Update docs to mention manual.
3382
3383         * gnus-registry.el: Update docs to mention nnregistry.el.
3384         (gnus-registry-initialize): Don't install nnregistry refer method
3385         automatically.
3386         (gnus-registry-install-nnregistry): Remove it.
3387
3388 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3389
3390         * shr.el (shr-insert): Don't insert double spaces.
3391
3392 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3393
3394         * gnus-gravatar.el (gnus-treat-from-gravatar)
3395         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3396         called interactively.
3397
3398         * gnus-art.el (gnus-mime-view-part-externally)
3399         (gnus-mime-view-part-internally): Make predicate function passed to
3400         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3401         of a mime type.
3402
3403         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3404
3405 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3406
3407         * shr.el (require): Require cl when compiling.
3408         (shr-tag-hr): New function.
3409
3410         * nnimap.el (nnimap-update-info): Remove double setting of high.
3411         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3412         This makes nnimap work properly on Courier again.
3413
3414         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3415         the variable for backwards compatability.
3416
3417         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3418         the file name before using to avoid setting mm-default-directory to
3419         nil.
3420
3421         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3422         bidning gnus-agent variables.
3423
3424         * shr.el (shr-render-td): Use a cache for the table rendering function
3425         to avoid getting an exponential rendering behaviour in nested tables.
3426         (shr-insert): Rework the line-breaking algorithm.
3427         (shr-insert): Don't leave trailing spaces.
3428         (shr-insert-table): Also insert empty TDs.
3429         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3430
3431 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3432
3433         * gnus-sum.el (gnus-number): Rename from `number'.
3434         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3435         (gnus-summary-limit-children): Update uses correspondingly.
3436
3437 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3438
3439         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3440         (gnus-gravatar-transform-address): Don't show avatars of people of
3441         which mail addresses match gnus-gravatar-too-ugly.
3442
3443 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3444
3445         * shr.el (shr-table-widths): Expand TD elements to fill available
3446         space.
3447
3448 2010-10-07  Julien Danjou  <julien@danjou.info>
3449
3450         * nnimap.el (nnimap-request-rename-group): Add this method.
3451
3452 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3453
3454         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3455         name from XEmacs' function-arglist.
3456
3457         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3458         gravatar under XEmacs.
3459
3460 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3461
3462         * auth-source.el: Update docs with TODO items.
3463
3464         * gnus-sync.el: Update docs to explain state and plans.
3465
3466         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3467         Hooks for mark updates.
3468         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3469
3470         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3471         hooks with arguments, which is needed for mark update hooks.
3472
3473 2010-10-06  Julien Danjou  <julien@danjou.info>
3474
3475         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3476         was matched.
3477
3478         * sieve-manage.el: Update example in `Commentary'.
3479
3480         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3481
3482         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3483         not 2000.
3484         (sieve-manage-authenticate): Re-add function.
3485
3486 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3487
3488         * shr.el (shr-insert): Get 'space transition right.
3489         (shr-render-td): Only delete space at the end of the TD.
3490
3491         * nnimap.el (nnimap-open-connection): Prepare to support
3492         open-gnutls-stream.
3493
3494         * shr.el: Rearrange function order to be more logical.
3495
3496 2010-10-06  Julien Danjou  <julien@danjou.info>
3497
3498         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3499         (nnrss-discover-feed): Remove 404 URL in docstring.
3500
3501         * nnir.el: Fix Swish-E URL.
3502         Fix Namazu URL.
3503
3504         * message.el (message-change-subject): Remove 404 URL in a comment.
3505
3506 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3507
3508         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3509         called interactively.
3510
3511         * gnus-util.el (gnus-remove-if): Allow hash table.
3512         (gnus-remove-if-not): New function.
3513
3514         * gnus-art.el (gnus-mime-view-part-as-type)
3515         * gnus-score.el (gnus-summary-score-effect)
3516         * gnus-sum.el (gnus-read-move-group-name):
3517         Replace remove-if-not with gnus-remove-if-not.
3518
3519         * gnus-group.el (gnus-group-completing-read):
3520         Regard collection as a hash table if it is not a list.
3521
3522 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3523
3524         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3525
3526         * shr.el: Document the table-rendering algorithm.
3527
3528 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3529
3530         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3531         for Emacsen having no `libxml-parse-html-region' support.
3532
3533 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3534
3535         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3536         invalid URLs.
3537
3538         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3539         line-broken.
3540         (shr-tag-img): Ignore image fetching errors.
3541         (shr-overlays-in-region): Compute overlay positions correctly.
3542
3543         * mm-decode.el (mm-shr): Require shr.
3544
3545         * gnus-art.el (gnus-blocked-images): Move variable here.
3546
3547         * shr.el (shr-insert-table): Bind free variable.
3548
3549         * mm-decode.el (mm-shr): Bind shr-content-function.
3550
3551         * shr.el (shr-content-function): New variable.
3552
3553         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3554         added for symmetry.
3555
3556         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3557
3558         * gnus-group.el (gnus-group-make-group): Doc fix.
3559
3560         * nnimap.el (nnimap-request-newgroups): Return success.
3561
3562         * shr.el (shr-find-elements): New function.
3563         (shr-tag-table): Put all the images after the table.
3564         (shr-tag-table): Really inhibit images inside the table.
3565         (shr-collect-overlays): Copy over overlays from the TD elements to the
3566         main document.
3567
3568         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3569         gnus-blocked-images.
3570
3571 2010-10-05  Julien Danjou  <julien@danjou.info>
3572
3573         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3574
3575         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3576         (gnus-html-maximum-image-size): Add this function.
3577         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3578
3579         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3580         server-value of the capability is nil.
3581
3582 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3583
3584         * shr.el (shr-tag-em): Add <EM> tag.
3585
3586 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3587
3588         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3589         customizable.
3590
3591         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3592         handing broken links to browse-url.
3593
3594 2010-10-05  Julien Danjou  <julien@danjou.info>
3595
3596         * gnus-util.el (gnus-emacs-completing-read)
3597         (gnus-iswitchb-completing-read): Use autoload rather than require.
3598
3599 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3600
3601         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3602         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3603         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3604         iswitchb-temp-buflist for XEmacs.
3605
3606         * gnus-util.el (gnus-completing-read-function): Exclude
3607         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3608         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3609         XEmacs.
3610
3611         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3612         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3613
3614         * gnus-html.el: Don't require help-fns under XEmacs.
3615         (gnus-html-schedule-image-fetching): Work for XEmacs.
3616
3617         * mm-decode.el (mm-shr): Decode contents by charset.
3618
3619 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3620
3621         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3622         unknown.
3623
3624         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3625         (shr-get-image-data): Ensure against the cache file missing.
3626
3627         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3628         for data.
3629
3630         * spam-report.el (spam-report-url-ping-plain): Don't query about
3631         killing the process.
3632
3633         * shr.el (shr-render-td): Protect against too-wide text.
3634
3635 2010-10-04  Julien Danjou  <julien@danjou.info>
3636
3637         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3638         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3639
3640         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3641         retrieved.
3642
3643 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3644
3645         * shr.el (browse-url): Require.
3646         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3647         lines.
3648         (shr-show-alt-text, shr-browse-image): New commands.
3649         (shr-browse-url, shr-copy-url): New commands.
3650
3651         * gnus-sum.el (gnus-widen-article-window): New variable.
3652         (gnus-summary-select-article-buffer): Use it.
3653
3654         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3655         without @ signs.
3656
3657 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3658
3659         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3660
3661 2010-10-04  Julien Danjou  <julien@danjou.info>
3662
3663         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3664         for XEmacs.
3665
3666 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3667
3668         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3669
3670         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3671         (nnimap-close-server): Implement.
3672
3673         * dgnushack.el (iswitchb): Require to shut up the compiler.
3674
3675         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3676         (shr-insert): Tweak line breaking.
3677         (shr-insert): Handle <pre> better.
3678         (shr-tag-li): Get <li> indentation right.
3679         (shr-tag-li): Get <li> indentation even righter.
3680         (shr-tag-blockquote): Ensure paragraph start.
3681         (shr-make-table): Tweak table generation.
3682         (shr-make-table): Fix typo.
3683
3684         * shr.el: Implement table rendering.
3685
3686 2010-10-04  Julien Danjou  <julien@danjou.info>
3687
3688         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3689
3690 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3691
3692         * shr.el (shr-insert): Use string anchors instead of line anchors.
3693
3694 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3695
3696         * shr.el: Add headings.
3697         (shr-ensure-paragraph): Actually work.
3698         (shr-tag-li): Make <ul> prettier.
3699         (shr-insert): Get white space at the beginning/end of elements right.
3700         (shr-tag-p): Collapse subsequent <p>s.
3701         (shr-ensure-paragraph): Don't insert double line feeds after blank
3702         lines.
3703         (shr-insert): \t is also space.
3704         (shr-tag-s): Fix "s" tag name function.
3705         (shr-tag-s): Fix face prop name.
3706
3707 2010-10-03  Julien Danjou  <julien@danjou.info>
3708
3709         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3710
3711         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3712         gnus-window-inside-pixel-edges.
3713
3714         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3715         gnus-ems.
3716
3717         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3718
3719         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3720         function.
3721
3722         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3723         resize choice.
3724
3725 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3726
3727         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3728         beginning of the buffer.
3729
3730         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3731         article buffer again.
3732
3733         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3734
3735         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3736         when it's at the start of the buffer.
3737
3738         * shr.el (shr-tag-blockquote): Convert name.
3739         (shr-rescale-image): Use the right image-size variant.
3740
3741         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3742         buffer isn't shown, then select the current article first instead of
3743         bugging out.
3744         (gnus-summary-select-article-buffer): Show both the article and summary
3745         buffers again.
3746
3747         * shr.el (shr-fontize-cont): Protect against regions with no text.
3748         Rename tag functions to shr-tag-* for enhanced security.
3749         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3750
3751 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3752
3753         * shr.el (shr-insert):
3754         * pop3.el (pop3-movemail):
3755         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3756         loaded.
3757
3758 2010-10-03  Glenn Morris  <rgm@gnu.org>
3759
3760         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3761
3762         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3763
3764         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3765
3766         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3767
3768         * gnus-util.el (gnus-make-local-hook): Simplify.
3769
3770 2010-10-02  Julien Danjou  <julien@danjou.info>
3771
3772         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3773         (gnus-ido-completing-read): New function.
3774         (gnus-emacs-completing-read): New function.
3775         (gnus-completing-read): Use gnus-completing-read-function.
3776         Add gnus-completing-read-function.
3777
3778 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3779
3780         * shr.el (shr-insert-document): Autoload.
3781         (shr-img): Be silent.
3782         (shr-insert): Add a newline after every picture before text.
3783         (shr-add-font): Use overlays for combining faces.
3784         (shr-insert): Pass upwards the text start point.
3785
3786         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3787         possible.
3788         (mm-shr): New function.
3789
3790 2010-10-02  Julien Danjou  <julien@danjou.info>
3791
3792         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3793         should go backward.
3794
3795 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3796
3797         * shr.el (shr): Fix typo in provide call.
3798
3799 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3800
3801         * shr.el: New file.
3802
3803         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3804
3805         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3806         completing read.
3807
3808 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3809
3810         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3811         we're being queried about.  Suggested by Dan Jacobson.
3812
3813         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3814         Suggested by Jason Eisner.
3815
3816         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3817         table, too.  Suggested by Stefan Wiens.
3818         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3819         the table unnecessary.  Suggested by Stefan Wiens.
3820
3821         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3822         longer needed, and probably doesn't work either, as pointed out by
3823         Stefan Wiens.
3824         (gnus-summary-exit): Remove call to the clearing function.
3825         (gnus-summary-exit-no-update): Ditto.
3826
3827         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3828         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3829         Reported by Stefan Monnier.
3830         (gnus-summary-save-in-rmail): Ditto.
3831
3832         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3833         article buffer, instead of both the article buffer and the summary
3834         buffer.  Sort of suggested by Dan Jacobson.
3835
3836         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3837
3838         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3839         Suggested by Dan Jacobson.
3840
3841         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3842         documentation clearer.
3843
3844         * message.el (message-shorten-references): Comment on the number "21".
3845         Suggested by Stefan Monnier.
3846
3847         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3848         Suggested by Dan Jacobson.
3849
3850         * gnus.el (gnus-large-newsgroup):
3851         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3852
3853         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3854         externalize attachments.  Bug reported by Steve Wen.
3855
3856         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3857         really message anything to the user.
3858
3859         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3860         directly.
3861
3862         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3863         messages in empty groups.
3864
3865 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3866
3867         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3868         non-UIDNEXT group.
3869
3870 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3871
3872         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3873         not the value from the collection.
3874
3875         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3876         values.  This sometimes happens on some groups that have no info.
3877         (nnimap-request-newgroups): New function.
3878
3879 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3880
3881         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3882         check into `gnus-registry-initialize'.
3883         (gnus-registry-initialize): Ditto.
3884         Fix and extend header docs.
3885
3886 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3887
3888         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3889         regexp backtrace overflows.
3890
3891         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3892         for starttls that tls.el implements; i.e. openssl.
3893
3894         * tls.el (tls-starttls-switches): Give up on using starttls with
3895         gnutls-cli.
3896         (tls-program): Add --insecure to be consistent with the defaults from
3897         openssl s_client.  Now all three commands are insecure.
3898
3899 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3900
3901         * lpath.el: Bind completion-styles-alist for XEmacs.
3902
3903         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3904         (gravatar-create-image): New function that's an alias to
3905         gnus-xmas-create-image, gnus-create-image, or create-image.
3906         (gravatar-data->image): Use it.
3907
3908 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3909
3910         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3911         install the nnregistry refer method.
3912         (gnus-registry-install-hooks): Use it.
3913         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3914         unfollowed groups.
3915
3916 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3917
3918         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3919         expanding threads.
3920
3921 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3922
3923         * nnir.el: Use the server names without suffixes (bug #7009).
3924
3925         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3926         unencrypted to STARTTLS, if possible.
3927
3928 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3929
3930         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3931         headers before superseding.
3932
3933 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3934
3935         * nnrss.el (nnrss-use-local): Add documentation.
3936
3937         * nnimap.el (nnimap-extend-tls-programs): New function.
3938         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3939         (nnimap-wait-for-connection): Accept the greeting from the stupid
3940         output from openssl s_client -starttls, too.
3941
3942         * tls.el (tls-starttls-switches): New variable.
3943         (tls-find-starttls-argument): Use it.
3944         (open-tls-stream): Ditto.
3945
3946         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3947         (netrc-machine): Ditto.
3948
3949         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3950         article number.
3951         (nnimap-split-fancy): New variable.
3952         (nnimap-split-incoming-mail): Use it.
3953
3954         * nntp.el (nntp-server-list-active-group): Document.
3955
3956         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3957         SELECT to get the message-id.
3958
3959         * mail-source.el (mail-sources): Remove webmail support.
3960         (defvar): Ditto.
3961         (mail-source-fetcher-alist): Ditto.
3962         (mail-source-fetch-webmail): Remove.
3963
3964         * webmail.el: Remove -- doesn't seem relevant any more.
3965
3966         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3967
3968         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3969         the \r.
3970
3971 2010-09-30  Julien Danjou  <julien@danjou.info>
3972
3973         * gnus-agent.el (gnus-agent-add-group): Fix call to
3974         gnus-completing-read.
3975
3976 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3977
3978         * nndoc.el (nndoc-retrieve-groups): New function.
3979
3980         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3981         `default', use nnmail-split-methods.
3982         (nnimap-request-article): Downcase the NILs so that they are nil.
3983
3984         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3985         symbol.
3986
3987         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3988         code, since if the user has requested network, that's what they ought
3989         to get.
3990         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3991         (nnimap-split-rule): Mark as obsolete.
3992
3993         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3994         New variable.
3995
3996         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3997         correct slot, too.
3998
3999 2010-09-29  Julien Danjou  <julien@danjou.info>
4000
4001         * gnus.el (gnus-local-domain): Declare variable obsolete.
4002
4003         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4004         Fix history computing.
4005         (gnus-ido-completing-read): Require ido.
4006
4007 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4008
4009         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4010         build Gnus.
4011
4012         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4013         when interpreting the structures.
4014         (nnimap-request-accept-article): Add \r\n to the lines to make this
4015         work with Cyrus.
4016
4017         * nndraft.el (nndraft-request-expire-articles): Use the group name
4018         instead if "nndraft".  Fix found by Nils Ackermann.
4019
4020 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4021
4022         * nnregistry.el: Add.
4023
4024 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4025
4026         * nnmail.el (group, group-art-list, group-art):
4027         Remove unneeded directives.
4028
4029 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4030
4031         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4032         (mm-mime-charset)
4033         * rfc2047.el (rfc2047-syntax-table)
4034         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4035
4036         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4037         rather than `insert-file-contents' and `eval-region'.
4038
4039         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4040         construction.
4041
4042         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
4043
4044         * time-date.el: No need to require cl for Emacs 21.
4045
4046 2010-09-29  Julien Danjou  <julien@danjou.info>
4047
4048         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4049         replacement of `gnus-gravatar-relief' to mimic
4050         `gnus-faces-properties-alist'.
4051         Add :version property.
4052
4053 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4054
4055         * mail-source.el (mail-source-report-new-mail)
4056         * message.el (message-default-mail-headers)
4057         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4058
4059         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4060
4061 2010-09-28  Julien Danjou  <julien@danjou.info>
4062
4063         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4064         mail-address contains the same string as real-name.
4065
4066         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4067         non-blank in header, otherwise it'll get stripped.
4068
4069         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4070         real-name, and then for mail address rather than doing : or , search.
4071
4072 2010-09-27  Julien Danjou  <julien@danjou.info>
4073
4074         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4075         right completing-read function.
4076         (gnus-use-ido): New variable
4077         (gnus-completing-read-with-default): Remove.
4078         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4079         (gnus-agent-add-group):
4080         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4081         * mm-view.el (mm-view-pkcs7-decrypt):
4082         * mm-util.el (mm-codepage-setup):
4083         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4084         * mml-smime.el (mml-smime-openssl-sign-query):
4085         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4086         (mml-insert-multipart):
4087         * gnus-msg.el (gnus-summary-yank-message):
4088         * gnus-int.el (gnus-start-news-server):
4089         * mm-decode.el (mm-interactively-view-part):
4090         * gnus-dired.el (gnus-dired-attach):
4091         * gnus.el (gnus-read-method):
4092         * gnus-bookmark.el (gnus-bookmark-jump):
4093         * gnus-art.el (gnus-mime-view-part-as-type)
4094         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4095         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4096         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4097         * nnmairix.el (nnmairix-create-server-and-default-group)
4098         (nnmairix-update-groups, nnmairix-get-server)
4099         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4100         (nnmairix-get-group-from-file-path):
4101         * nnrss.el (nnrss-find-rss-via-syndic8):
4102         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4103         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4104         (gnus-group-browse-foreign-server):
4105         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4106         (gnus-summary-execute-command, gnus-summary-respool-article)
4107         (gnus-read-move-group-name):
4108         * gnus-score.el (gnus-summary-increase-score)
4109         (gnus-summary-score-effect):
4110         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4111
4112 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4113
4114         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4115         x-focus-frame.
4116
4117         * nnimap.el (auth-source-forget-user-or-password)
4118         (auth-source-user-or-password): Autoload.
4119
4120         * message.el (message-from-style, message-interactive)
4121         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4122         (message-yank-prefix, message-indentation-spaces, message-signature)
4123         (message-signature-file): Add comment.
4124
4125 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4126
4127         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4128         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4129         new articles.
4130
4131         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4132         parts.
4133         (nnimap-request-article): Work with the t setting, too.
4134
4135         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4136         that you don't get flashes of other buffers.
4137         (gnus-summary-show-complete-article): Intern before setting.
4138
4139 2010-09-27  David Engster  <dengste@eml.cc>
4140
4141         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4142         well as HEADERS.
4143         (nnmairix-retrieve-headers): Provide new argument for the above.
4144
4145 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4146
4147         * gnus-sum.el (gnus-summary-move-article): Don't alter
4148         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4149         group.
4150
4151         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4152
4153         * message.el (message-cite-prefix-regexp): Revert my last edit.
4154
4155         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4156         variable instead of the Gnus variable.
4157
4158         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4159
4160         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4161
4162         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4163         since some servers don't like it.
4164         (nnimap-open-connection): Forget credentials if the server says the
4165         password was wrong.
4166         (nnimap-parse-line): Protect against invalid data.
4167
4168         * gnus-sum.el (gnus-summary-move-article): Add comment.
4169         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4170         nothing alters it while scanning for new messages.
4171
4172         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4173         which may or may not help.
4174         (nnimap-open-connection): If we're doing a stream connection, and then
4175         discover we're on a STARTTLS-capable server, then open a STARTTLS
4176         connection instead.
4177
4178 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4179
4180         * nnimap.el (utf7): Require.
4181
4182         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4183         prefix.
4184
4185 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4186
4187         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4188
4189 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4190
4191         * nnimap.el (nnimap-request-accept-article): Message the error on
4192         error.
4193
4194 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4195
4196         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4197
4198 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4199
4200         * nndoc.el (nndoc-request-list): Return success always.
4201
4202         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4203         `fetch-old' -- we only want to fetch the articles we've requested.
4204         The rest are in the agent, probably.
4205         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4206         disappeared server" to something low.  It's not important.
4207
4208         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4209         arrived before the FETCH data.
4210
4211         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4212         target here, because we don't know the Gnus name of the group.
4213
4214         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4215         for the correct group.
4216
4217         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4218
4219         * gnus.el (gnus): Give a final warning after startup.
4220
4221         * gnus-util.el (gnus-action-message-log): New variable.
4222         (gnus-message): Use it.
4223         (gnus-final-warning): New function.
4224
4225         * nnimap.el (nnimap-open-connection): Record the greeting.
4226         (nnimap): Add greeting.
4227
4228 2010-09-26  Julien Danjou  <julien@danjou.info>
4229
4230         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4231         arguments.
4232         (gnus-html-wash-images): Fix spec computing to include start/end.
4233
4234         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4235
4236 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4237
4238         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4239         deletion.
4240         (nnimap-retrieve-headers): Don't select the group, because that's
4241         already done by nnimap-possibly-change-group.
4242
4243         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4244         (gnus-picon-transform-address): Use it.
4245
4246         * mail-source.el (mail-source-value): Revert previous patch.
4247
4248         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4249         on failure.
4250         (nnimap-open-connection): Look up both virtual and physical server name
4251         credentials.
4252
4253         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4254
4255 2009-02-07  Dave Love  <fx@gnu.org>
4256
4257         * tls.el (open-tls-stream): Don't query killing process.
4258
4259 2009-02-08  Dave Love  <fx@gnu.org>
4260
4261         * gnus-win.el (gnus-window-to-buffer-helper)
4262         (gnus-all-windows-visible-p): Function needn't be a symbol.
4263
4264         * mail-source.el (mail-source-value): Function needn't be a symbol.
4265
4266 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4267
4268         * message.el (message-cite-prefix-regexp): Remove } from the cite
4269         prefix.
4270
4271         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4272         highlight again, so that the highlight is correct.
4273
4274         * gnus-picon.el (gnus-picon): Remove again.
4275         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4276
4277         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4278         doing the header highlightling, so that the background colour of the
4279         picon is correct.
4280
4281         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4282         (gnus-picon): Ditto.
4283         (gnus-picon): Reinstate.  The background colour for picons is white.
4284         (gnus-picon-insert-glyph): Make the background white.
4285
4286         * nnml.el (nnml-open-nov): Don't return dead buffers.
4287
4288         * auth-source.el (auth-source-create): Query the user for whether to
4289         store the credentials.
4290
4291         * netrc.el (netrc-store-data): New function.
4292
4293         * auth-source.el (auth-source-user-or-password): Use the existing auth
4294         sources, if any, for creation.
4295
4296         * gnus.el (gnus-group-fast-parameter): Return the last matching
4297         parameter instead of the first matching parameter.
4298
4299 2010-09-26  Julien Danjou  <julien@danjou.info>
4300
4301         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4302
4303 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4304
4305         * mml2015.el (mml2015-use): Remove gpg support.
4306
4307         * mml1991.el (mml1991-function-alist): Remove gpg function.
4308         (mml1991-gpg-sign): Remove.
4309
4310 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4311
4312         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4313         (gnus-browse-unsubscribe-current-group): Document it.
4314         (gnus-browse-unsubscribe-group): Use it.
4315
4316 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4317
4318         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4319         address to the To list for easier response.
4320
4321         * gnus.el (gnus-play-startup-jingle): Remove.
4322         (gnus-splash): Don't play jingle.
4323         (gnus): Silence gnus-load message.
4324
4325         * gnus-art.el (gnus-treat-play-sounds): Remove.
4326
4327         * gnus.el (gnus-play-jingle): Remove audio support.
4328
4329         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4330
4331         * earcon.el: Remove -- no users.
4332
4333         * gnus-audio.el: Remove -- no users of this package.
4334
4335         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4336
4337         * gnus-start.el (gnus-setup-news): Remove nocem support.
4338
4339         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4340
4341         * gnus.el (gnus-use-nocem): Remove.
4342
4343         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4344         Remove.
4345
4346         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4347         uses NoCeM any more.
4348
4349         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4350         (gnus-button-ctan-handler): Ditto.
4351         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4352         (gnus-button-ctan-directory-regexp): Ditto.
4353         (gnus-button-handle-ctan): Ditto.
4354         (gnus-button-tex-level): Ditto.
4355         (gnus-button-alist): Remove CTAN stuff.
4356
4357 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4358
4359         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4360         nnimap-streaming test.
4361
4362         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4363         servers twice.
4364
4365         * nnimap.el (nnimap-open-connection): Add more error reporting when
4366         nnimap fails early.
4367
4368         * nnheader.el (nnheader-get-report-string): New function.
4369         (nnheader-get-report): Use it.
4370
4371         * gnus-int.el (gnus-check-server): Say what the error was when opening
4372         failed.
4373
4374         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4375         using streaming.
4376
4377 2010-09-25  Julien Danjou  <julien@danjou.info>
4378
4379         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4380         gnus-window-inside-pixel-edges.
4381
4382 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4383
4384         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4385
4386         * mm-decode.el (mm-save-part): Allow saving to other directories the
4387         normal Emacs way.
4388
4389         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4390         Suggested by Jay Berkenbilt.
4391
4392         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4393         there isn't a single byte.
4394
4395         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4396         just do it.  It doesn't really seem to matter what the user responds
4397         here, I think, so it's just a confusing question.
4398
4399         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4400         non-streaming case.
4401
4402         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4403         (gnus-article-encrypt-body): Use it.
4404
4405         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4406         keystroke.
4407
4408         * nnimap.el (nnimap-find-wanted-parts-1):
4409         Use gnus-fetch-partial-articles.
4410
4411         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4412
4413         * nnimap.el (nnimap-insert-partial-structure): New function.
4414         (nnimap-get-partial-article): New function.
4415         (nnimap-request-article): Use it.
4416         (nnimap-wait-for-response): Return whether the wait was successful.
4417         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4418         retrieval wasn't successful.
4419         (nnimap-retrieve-group-data-early): Allow throttling servers.
4420         (nnimap-streaming): New variable.
4421         (nnimap-fetch-partial-articles): Remove.
4422
4423         * mm-decode.el (mm-with-part): Protect against killed buffers.
4424
4425         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4426         for prettier summary display.
4427
4428 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4429
4430         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4431
4432 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4433
4434         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4435         apparently third-party libraries depend on it.
4436
4437         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4438         before starting negotiation.
4439
4440         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4441         privacy reasons.
4442         (gnus-treat-mail-gravatar): Ditto.
4443
4444         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4445         buffer when inserting images.  Inserting text into the headers, for
4446         instance, can make them invalid.
4447
4448 2010-09-25  Julien Danjou  <julien@danjou.info>
4449
4450         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4451         variables.
4452
4453         * nnheader.el: Remove useless variables news-reply-yank-from and
4454         news-reply-yank-message-id.
4455
4456         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4457         variables.
4458
4459         * mml1991.el: Remove useless mml1991-verbose.
4460
4461         * gnus.el: Remove useless variable gnus-use-generic-from.
4462         Remove obsolete variable gnus-topic-indentation.
4463
4464         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4465
4466         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4467
4468         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4469
4470         * gnus-group.el: Remove useless gnus-group-icon-cache.
4471         Remove useless gnus-ephemeral-group-server.
4472
4473         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4474
4475         * mml2015.el: Remove useless mml2015-verbose.
4476
4477         * mml-smime.el: Remove useless mml-smime-verbose.
4478
4479         * gnus.el: Remove useless gnus-local-domain.
4480
4481         * gnus-gravatar.el (gnus-gravatar-transform-address):
4482         Use gnus-gravatar-size.
4483
4484         * gnus-art.el: Remove useless gnus-treat-translate.
4485
4486 2010-09-24  Julien Danjou  <julien@danjou.info>
4487
4488         * gnus-sum.el: Add support for Gravatars.
4489
4490         * gnus-art.el: Add support for Gravatars.
4491
4492         * gnus-gravatar.el: Add this file.
4493
4494         * gravatar.el: Add this file.
4495
4496 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4497
4498         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4499
4500         * gnus-group.el (gnus-group-fetch-faq): Remove.
4501
4502         * gnus.el (gnus-group-faq-directory): Remove.
4503
4504         * gnus-group.el (gnus-group-fetch-charter): Remove.
4505
4506         * gnus.el (gnus-group-charter-alist): Remove.
4507
4508         * gnus-group.el (gnus-group-archive-directory): Remove.
4509         (gnus-group-recent-archive-directory): Ditto.
4510         (gnus-group-make-archive-group): Remove.
4511
4512         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4513
4514         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4515         use the same article number for all the cached articles.
4516
4517         * nnimap.el (nnimap-command): Register the last command time so
4518         that we can use it for idling NOOPs.
4519         (nnimap-open-connection): Start the keeplive timer.
4520         (nnimap-make-process-buffer): Store all the process buffers.
4521         (nnimap-keepalive): New function.
4522
4523         * starttls.el (starttls-open-stream): Add autoload cookie.
4524
4525 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4526
4527         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4528         handling.
4529
4530 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4531
4532         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4533         its data structures.
4534
4535         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4536         instead of the cl.el copy-list.
4537         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4538         equalp.
4539
4540 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4541
4542         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4543         and tool-bar-local-item-from-menu.
4544
4545         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4546         mode-line-highlight face for Emacs.
4547
4548         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4549         loading gnus-sum.elc; fix comment for canlock-verify.
4550         (gnus-article-jump-to-part): Use read-number.
4551         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4552         Remove Emacs pre-21 compatible code for help-echo.
4553         (gnus-article-next-page-1): No need to adjust the number of lines.
4554         (gnus-article-describe-bindings): Always use help-buffer.
4555
4556         * gnus-audio.el (gnus-audio-inline-sound)
4557         * gnus-cus.el (gnus-custom-mode)
4558         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4559
4560         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4561
4562         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4563         compatible code.
4564
4565 2010-09-24  Glenn Morris  <rgm@gnu.org>
4566
4567         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4568         visiting the fcc file in rmail-mode.
4569
4570         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4571
4572 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4573
4574         * nnir.el: Silence the byte compiler.
4575
4576         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4577         alias to browse-url-url-encode-chars if any.
4578         (gnus-html-encode-url): Use it.
4579
4580 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4581
4582         * gnus-start.el (gnus-use-backend-marks): New variable.
4583         (gnus-get-unread-articles-in-group): Use it.
4584
4585         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4586         makeover.
4587
4588 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4589
4590         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4591
4592 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4593
4594         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4595         Remove.
4596         (gnus-setup-news-hook):
4597         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4598
4599         * gnus-int.el (gnus-request-update-info): Protect against backends not
4600         having the function.
4601
4602         * nnimap.el (nnimap-stream): Mention starttls.
4603         (nnimap-open-connection): Add starttls support.
4604
4605 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4606
4607         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4608
4609 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4610
4611         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4612         BODYSTRUCTUREs.
4613         (nnimap-transform-headers): Unfold quoted {42} headers.
4614
4615         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4616         the info.
4617         (gnus-get-unread-articles): Only call updatep on backends that support
4618         it.
4619
4620         * nnweb.el (nnweb-request-update-info): NOOP.
4621
4622         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4623
4624         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4625         since it only deals with marks.
4626
4627         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4628         gnus-request-marks, and make a new gnus-request-update-info.
4629
4630         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4631         the active instead of the high number, which is usually too low.
4632
4633 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4634
4635         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4636         * encrypt.el: Remove.
4637
4638 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4639
4640         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4641         server in symbolic form.
4642
4643         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4644
4645 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4646
4647         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4648         (nnimap-update-info): Fix up code slightly.
4649
4650         * gnus-int.el (gnus-open-server): Add tracing for performance
4651         debugging.
4652
4653         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4654         (gnus-group-insert-group-line): Pass the real group name so that it
4655         gets the right data.
4656
4657         * gnus-start.el (gnus-get-unread-articles): Don't have
4658         `gnus-get-unread-articles-in-group' update info, since that can be
4659         really slow and doesn't seem to be needed?
4660
4661 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4662
4663         * time-date.el (date-to-time): Try using parse-time-string first before
4664         using the slower timezone-make-date-arpa-standard.
4665
4666 2010-09-22  Julien Danjou  <julien@danjou.info>
4667
4668         * gnus-group.el (gnus-group-insert-group-line):
4669         Call gnus-group-highlight-line.
4670         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4671         default hook list.
4672         (gnus-group-update-eval-form): Add new function.
4673         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4674         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4675
4676 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4677
4678         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4679         immediate, then expire all articles.
4680         (nnimap-update-info): Fix off-by-one errors.
4681         (nnimap-flags-to-marks): Would return no marks lists for group with no
4682         flags.  Instead return the other data.
4683
4684 2010-09-22  Julien Danjou  <julien@danjou.info>
4685
4686         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4687         Only return an icon.
4688         (gnus-group-insert-group-line): Compute icon to return.
4689
4690         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4691         (gnus-html-image-fetched): Only cache if
4692         gnus-html-image-automatic-caching is set.
4693         (gnus-html-image-fetched): Check for errors.
4694
4695 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4696
4697         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4698         once per method on `g'.  This ensures that backends like nnfolder don't
4699         open all their folders.
4700
4701         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4702         (nnimap-request-list): Nix out group in the correct buffer.
4703         (nnimap-parse-flags): Implement by using `read' instead of
4704         hand-parsing.
4705         (nnimap-flags-to-marks): Pass on permanent-flags.
4706         (nnimap-make-process-buffer): Record the server name.
4707         (nnimap-parse-flags): Fix typo.
4708         (nnimap-request-scan): Run split on the server in general, not just a
4709         single group.
4710
4711         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4712         parameter, and propagate this downwards.
4713
4714         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4715         since EXAMINE changes it on the server.
4716
4717         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4718         this command might take a while.
4719
4720 2010-09-22  Julien Danjou  <julien@danjou.info>
4721
4722         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4723         harmful if you have 2 images side-by-side, they can't be properly
4724         update on text deletion.  Using text-property is safer here.
4725         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4726         data.
4727
4728 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4729
4730         * nnimap.el (nnimap-expunge-inbox): Remove.
4731         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4732         (nnimap-expunge): Flip default to t.
4733
4734         * gnus.el (gnus-method-to-server): Don't push things to the cache
4735         unless it's unique.
4736         (gnus-server-to-method): Ditto.
4737
4738 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4739
4740         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4741
4742 2010-09-22  Julien Danjou  <julien@danjou.info>
4743
4744         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4745         get the start of data.
4746         (gnus-html-encode-url): Add this function to encode special chars in
4747         URL.
4748         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4749         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4750
4751         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4752         default.
4753         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4754
4755         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4756         images alt-text.
4757         (gnus-html-put-image): Put alt-text as help-echo.
4758
4759 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4760
4761         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4762         * mm-util.el (mm-decompress-buffer)
4763         * nnir.el (nnir-run-find-grep)
4764         * pop3.el (pop3-list): Use 3rd arg of split-string.
4765
4766         * time-date.el (format-seconds): Comment fix.
4767
4768         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4769         and byte-optimize-form-code-walker.
4770         (dgnushack-make-auto-load): Don't advise make-autoload.
4771
4772         * lpath.el: Remove Emacs 21 stuff.
4773
4774 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4775
4776         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4777         outside the active range.  Suggested by Dan Christensen.
4778
4779         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4780         slightly later to avoid double-getting it.
4781
4782         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4783         previous patch.
4784
4785         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4786
4787 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4788
4789         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4790
4791 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4792
4793         * gnus-int.el (gnus-open-server): Give a better error message in the
4794         "go offline" case.
4795
4796         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4797         marks for nnimap, which is seldom the right thing to do.
4798
4799         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4800         (gnus-same-method-different-name): New function.
4801
4802         * nnimap.el (parse-time): Require.
4803
4804         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4805         method in the presence of many similar methods.
4806
4807         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4808
4809         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4810         nnml-inhibit-expiry.
4811
4812         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4813         find out whether methods are equal.
4814
4815         * nnimap.el (nnimap-find-expired-articles): New function.
4816         (nnimap-process-expiry-targets): New function.
4817         (nnimap-request-move-article): Request the article before looking at
4818         what the Message-ID is.  Fix found by Andrew Cohen.
4819         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4820
4821         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4822         for oldness in addition to being a predicate.
4823
4824         * nnimap.el (nnimap-request-group): When we have zero articles, return
4825         the right data to Gnus.
4826         (nnimap-request-expire-articles): Only delete articles immediately if
4827         the target is 'delete.
4828
4829         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4830         method, this would bug out.
4831
4832         * gnus-group.el (gnus-group-expunge-group): Rename from
4833         gnus-group-nnimap-expunge, and implemented as a normal interface
4834         function.
4835
4836         * gnus-int.el (gnus-request-expunge-group): New function.
4837
4838         * nnimap.el (nnimap-request-create-group): Implement.
4839         (nnimap-request-expunge-group): New function.
4840
4841 2010-09-21  Julien Danjou  <julien@danjou.info>
4842
4843         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4844         (gnus-html-cache-expired): Add new function.
4845         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4846         wethever we should display image for fetch it.
4847         Compute alt-text earlier to pass it to the fetching function too.
4848         (gnus-html-schedule-image-fetching): Change function argument to only
4849         get one image at a time, not a list.
4850         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4851         cache.
4852         (gnus-html-get-image-data): New function to retrieve image data from
4853         cache.
4854         (gnus-html-put-image): Change buffer argument to use image data rather
4855         than file, and place image above region rather than inserting a new
4856         one.  Do not take alt-text as argument, since it's useless now: we place
4857         the image above alt-text.
4858         (gnus-html-prune-cache): Remove.
4859         (gnus-html-show-images): Start to fetch image when we find one, do not
4860         push into a temporary list.
4861         (gnus-html-prefetch-images): Only fetch image if they have expired.
4862         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4863         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4864
4865 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4866
4867         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4868
4869 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4870
4871         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4872         spec inser "*" if the group isn't active instead of 0.
4873
4874         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4875         opening the server.
4876         (nnimap-request-delete-group): Implement group deletion.
4877         (nnimap-transform-headers): Return the size of the entire message in
4878         the Bytes header, not just the size of the first part.
4879         (nnimap-request-move-article): When moving an article from nnimap,
4880         request the article first so the accepting form has an article to
4881         accept.  Reported by Dan Christensen.
4882         (nnimap-command): Make sure that the error message doesn't error out.
4883
4884 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4885
4886         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4887         we haven't requested anything.
4888
4889 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4890
4891         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4892         "".  Fix found by Andrew Cohen.
4893
4894         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4895         instead of -encode-string.
4896
4897 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4898
4899         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4900
4901         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4902         by mm-subst-char-in-string.
4903
4904 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4905
4906         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4907         waiting for the connection string.
4908
4909         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4910         arriving.
4911
4912         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4913         bogus characters.  This allows selecting certain Gmail groups.
4914
4915         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4916         (nnimap-fetch-partial-articles): New variable.
4917         (nnimap-open-connection): When looking for credentials, also use the
4918         nnimap-server-port.
4919         (nnimap-request-article): Return the group/article number, so that Gnus
4920         `^' works as expected.
4921         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4922
4923         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4924         comments.
4925         (gnus-methods-sloppily-equal): New function.
4926         (gnus): When using the development version of Gnus, load the gnus-load
4927         file.
4928
4929         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4930         `gnus-open-server' on each method before trying to scan them etc.
4931         This ensures that all the backend parameters are set correctly.
4932
4933         * nnimap.el (nnimap-authenticator): New variable.
4934         (nnimap-open-connection): Allow anonymous login.
4935         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4936         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4937
4938         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4939         patch, found by Knut Anders Hatlen.
4940
4941 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4942
4943         * gnus-agent.el (gnus-agent-batch-confirmation)
4944         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4945         to gnus-message.
4946         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4947         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4948         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4949         * gnus-int.el (gnus-open-server): Likewise.
4950         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4951         (gnus-score-check-syntax): Likewise.
4952         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4953         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4954         Likewise.
4955         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4956
4957 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4958
4959         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4960         calling conventions so that prefetch doesn't bug out.
4961
4962 2010-09-19  Julien Danjou  <julien@danjou.info>
4963
4964         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4965         rather than `subst-char-in-region' in order to be able to replace ASCII
4966         char by UTF-8 ones.
4967
4968         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4969         than curl.
4970         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4971         the right URL and ALT text on images.
4972         (gnus-html-wash-tags): Fix tag case.
4973         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4974         (gnus-article-html): Add -o display_ins_del=2 option.
4975         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4976
4977 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4978
4979         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4980         the extra mail headers, which sometimes seem to happen for unknown
4981         reasons.
4982
4983         * mail-parse.el (mail-header-encode-parameter): Define as
4984         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4985         (or most, perhaps?) mail readers don't understand the latter, but do
4986         understand the former.
4987
4988         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4989         to nil, so that no methods are automatically agentized.  I think this
4990         is probably what most users want.
4991
4992         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4993         from url-retrieve, for instance about invalid URLs.
4994
4995         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4996         groups that have no articles.
4997         (nnimap-request-article): Check that we really got an article when we
4998         requested one.
4999
5000         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5001         doesn't exist.
5002
5003         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5004         nntp buffer so the agent can save it.
5005         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5006         that CRLF doesn't get translated to \n.
5007         (nnimap-open-connection): Don't make 'shell commands only send \n.
5008
5009 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5010
5011         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5012         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5013         Update var name.
5014         (nnml-generate-nov-file): Use dolist.
5015         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5016         Use with-current-buffer.
5017
5018 2010-09-18  Julien Danjou  <julien@danjou.info>
5019
5020         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5021         parallel.
5022
5023 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5024
5025         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5026         the range update right.
5027         (nnimap-request-group): Don't make `M-g' bug out on group with no
5028         marks.
5029         (nnoo): Require, so that other packages can require nnimap.
5030         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5031         command we're looking for.  This helps when the server sends more
5032         responses after we've gotten everything we expected.
5033         (nnimap): Add a `newlinep' field to keep track of end-of-line
5034         conventions.
5035         Don't send CRLF to things that don't want it.
5036         (nnimap-request-accept-article): Ditto.
5037
5038 2010-09-18  Julien Danjou  <julien@danjou.info>
5039
5040         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5041         than curl to retrieve images.
5042
5043 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5044
5045         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5046         the marks.
5047         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5048         (nnimap-wait-for-connection): New function.
5049         (nnimap-open-connection): If we have PREAUTH, don't query for login
5050         credentials.
5051         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5052         when doing a partial update.
5053
5054 2010-09-18  Julien Danjou  <julien@danjou.info>
5055
5056         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5057         tags.
5058
5059 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5060
5061         * nnimap.el (nnimap-credentials): New function.
5062         (nnimap-open-connection): Use the new function to look for credentials
5063         also on the numeric equivalents of "imap" and "imaps".
5064
5065         * gnus-start.el (gnus-activate-group): Send the info to
5066         gnus-request-group.
5067
5068         * nnimap.el (nnimap-request-group): Have the "check" version of the
5069         function parse flags and update the info, so that a `M-g' get a total
5070         resync of all flags from the group.
5071
5072         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5073         to allow backends to alter the info on group selection.  Also alter all
5074         the backend -request-group functions to take the parameter.
5075
5076         * nnimap.el (nnimap-store-info): New function.
5077         (nnimap-update-info): Store the info for later usage.
5078         (nnimap-request-group): Use the stored info for the dont-check case, so
5079         that we don't retrieve all marks when we enter a group.
5080
5081         * nnimap.el: Use deffoo instead of defun for interface functions.
5082
5083         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5084         update the group info.  This makes the nndraft groups, for instance, go
5085         back to their old behaviour.
5086
5087         * gnus-sum.el (gnus-select-newsgroup): Indent.
5088
5089         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5090         in.
5091         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5092         nothing.
5093
5094         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5095         from methods that are denied.
5096
5097         * gnus-int.el (gnus-method-denied-p): New function.
5098
5099         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5100         store the password instead of netrc.
5101         (nnimap-open-connection): Don't error out when we can't make a
5102         connections.
5103
5104         * auth-source.el (auth-source-create): In the password prompt, say what
5105         we're querying for.  Also prompt for user name if that hasn't been
5106         given.
5107
5108         * nnimap.el (nnimap-with-process-buffer): Remove.
5109
5110 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5111
5112         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5113         method when we're reading from the agent.
5114
5115         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5116
5117         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5118         that's probably most useful for users.
5119
5120         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5121         "failed" all the time.
5122
5123         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5124         ...)) with (with-current-buffer ... ).
5125
5126         * nntp.el (nntp-open-server): Return whether the open was successful or
5127         not.
5128
5129         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5130         select an unread unseen article first.
5131
5132         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5133         /etc/services, supply some sensible port defaults.
5134
5135         * dgnushack.el: Define netrc-credentials.
5136
5137 2010-09-17  Julien Danjou  <julien@danjou.info>
5138
5139         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5140
5141 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5142
5143         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5144         doesn't have any parameters.
5145
5146 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5147
5148         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5149         only upcased checks.
5150
5151         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5152
5153         * nnimap.el (nnimap-open-shell-stream): New function.
5154         (nnimap-open-connection): Use it.
5155         (nnimap-transform-headers): Get the number of lines in each message.
5156         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5157         number of lines.
5158         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5159         problem.
5160
5161         * utf7.el (utf7-encode): Autoload.
5162
5163         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5164         to allow the mail splitting to not return a default group.  This is
5165         useful for nnimap, which will leave unmatched mail in the inbox.
5166
5167         * nnimap.el: Rewritten.
5168
5169         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5170         nnimap usage.
5171
5172         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5173         if the move is internal, so that nnimap can do fast internal moves.
5174
5175         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5176         data.
5177         (gnus-read-active-for-groups): Support finishing the early retrieval of
5178         data.
5179
5180         * gnus-range.el (gnus-range-nconcat): New function.
5181
5182         * gnus-int.el (gnus-finish-retrieve-group-infos)
5183         (gnus-retrieve-group-data-early): New functions.
5184
5185 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5186
5187         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5188         (nnrss-retrieve-groups):
5189         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5190         (pop3-quit): Use with-current-buffer.
5191
5192 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5193
5194         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5195         instead of nnheader-accept-process-output.
5196
5197         * dgnushack.el (dgnushack-compile): Add comment.
5198
5199         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5200
5201         * gnus-html.el (gnus-html-schedule-image-fetching)
5202         (gnus-html-prefetch-images): Replace process-kill-without-query by
5203         gnus-set-process-query-on-exit-flag.
5204
5205 2010-09-16  Romain Francoise  <romain@orebokech.com>
5206
5207         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5208
5209 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5210
5211         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5212         parameter to unintern is mandatory-ish in Emacs 24.
5213
5214         * gnus-html.el (gnus-html-schedule-image-fetching)
5215         (gnus-html-prefetch-images): Check for curl before using it.
5216
5217         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5218         depend on curl, which isn't essential.
5219
5220         * imap.el: Revert back to version
5221         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5222         seem problematic.
5223
5224 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5225
5226         * gnus-registry.el (gnus-registry-install-shortcuts):
5227         Explicitly pass `obarray' to `unintern' to avoid a warning.
5228
5229 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5230
5231         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5232         change.
5233
5234         * nnrss.el (nnrss-request-list): Remove this function and related
5235         functions, including the moreover stuff.
5236
5237 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5238
5239         * nnrss.el (nnrss-retrieve-groups): New function.
5240
5241 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5242
5243         * .dir-locals.el: Add no-byte-compile cookie.
5244
5245 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5246
5247         * time-date.el (format-seconds): Comment fix.
5248
5249         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5250         for back end that doesn't support request-scan.
5251
5252 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5253
5254         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5255         then do request scans from the backends.
5256
5257         * netrc.el (netrc-credentials): New conveniency function.
5258
5259         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5260         avoid running a hook per line, since this takes a lot of time,
5261         profiling shows.
5262         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5263         directly if gnus-visual-p is true.
5264
5265 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5266
5267         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5268         groups; replace mapcar with dolist which is a bit faster; pass groups
5269         info to gnus-read-active-file-1.
5270         (gnus-read-active-file-1): Scan only specified groups if the new
5271         optional arg `infos' is given.
5272
5273 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5274
5275         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5276
5277         * pop3.el (pop3-movemail): Remove.
5278         (pop3-streaming-movemail): Rename to pop3-movemail.
5279
5280         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5281         don't restrict end-tag searches to the end of the line.
5282
5283 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5284
5285         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5286         articles of every unchecked group to t, which means unknown since the
5287         server has never been opened.
5288
5289 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5290
5291         * gnus-html.el (gnus-html-show-alt-text): New command.
5292         (gnus-html-browse-image): Ditto.
5293         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5294         to browse the image directly.
5295         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5296         better.
5297
5298         * gnus-async.el (gnus-async-article-callback):
5299         Call `gnus-html-prefetch-images' unconditionally.
5300
5301         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5302         before feeding URLs to curl.
5303
5304 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5305
5306         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5307         internal images as deletable by `W D D'.
5308
5309         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5310         (gnus-async-article-callback): Fix typo.
5311
5312 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5313
5314         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5315         current line to work around bugs in the output from w3m.
5316
5317         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5318         for groups that want that.
5319
5320         * nntp.el (nntp-wait-for-string): Supply a timeout for
5321         accept-process-output to ensure progress.
5322
5323         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5324         level to get unread articles from, then use that for foreign groups,
5325         too.
5326
5327         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5328         confuses the rest of the function.
5329
5330         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5331         for the methods that support -retrieve-groups, too.
5332
5333         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5334
5335 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5336
5337         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5338         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5339
5340         * pop3.el: Require cl when compiling.
5341         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5342
5343 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5344
5345         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5346         that aren't going to be activated.
5347         (gnus-get-unread-articles): Fix up the last commit.
5348
5349         * gnus-html.el (gnus-article-html): Allow calling without specifying
5350         the handle.  In that case, dissect the buffer first.
5351
5352         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5353
5354         * nnimap.el (nnimap-open-connection): Revert the change that would look
5355         into authinfo for imaps instead of imap.
5356
5357         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5358         say that you don't want to call gnus-request-group with don-check, but
5359         do check the reponse.  This is for virtual groups only.
5360         (gnus-get-unread-articles): Count the archive groups as secondary, so
5361         that they're activated the same way as before.
5362
5363         * imap.el (imap-message-map): Removed optional buffer parameter, since
5364         no callers use it.
5365         (imap-message-get): Ditto.
5366         (imap-message-put): Ditto.
5367         (imap-mailbox-map): Ditto.
5368         (imap-mailbox-put): Ditto.
5369         (imap-mailbox-get): Ditto.
5370         (imap-mailbox-get): Revert last change for this function.
5371
5372         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5373         case-insensitively.
5374         (nnimap-debug): Remove.
5375
5376         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5377         to use `imap-fetch' instead.  According to the comments, this should be
5378         safe, since all other IMAP clients use the 1:* syntax.
5379         (imap-enable-exchange-bug-workaround): Removed.
5380         (imap-debug): Removed -- doesn't seem very useful.
5381
5382         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5383         mail from a file, and the file doesn't exist.
5384
5385         * imap.el (imap-log): New convenience function used throughout instead
5386         of repeating the same code all over the place.
5387
5388         * pop3.el (pop3-streaming-movemail): Return t for success.
5389
5390         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5391         .authinfo if we're using ssl connection.
5392
5393         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5394         already have if we're in a main Gnus `g' run.
5395
5396         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5397
5398 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5399
5400         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5401
5402         * nnmh.el (nnmh-request-list-1): Bind `file'.
5403
5404         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5405         alias to set-process-query-on-exit-flag or process-kill-without-query.
5406         (pop3-open-server): Use it.
5407
5408 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5409
5410         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5411         box to the Incoming file.  Fixes mistake in previous checkin.
5412
5413         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5414         request loop (for debugging purposes) removed.
5415
5416         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5417         culprit is more visible.
5418         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5419         (nnml-add-incremental-nov): New functions to do "incremental" nov
5420         updates, where we just append to the end of the existing nov files
5421         without reading/writing them in full.
5422
5423         * mail-source.el (mail-source-delete-crash-box): Really only check the
5424         incoming files once in a while.
5425
5426         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5427
5428         * mail-source.el (mail-source-delete-crash-box): Only check the
5429         incoming files for deletion once per day to save a lot of file
5430         accesses.
5431
5432         * pop3.el (pop3-logon): Fix up unbound variable typo.
5433
5434         * mail-source.el (pop3-streaming-movemail): Autoload.
5435
5436         * pop3.el (pop3-streaming-movemail):
5437         Respect pop3-leave-mail-on-server.
5438
5439         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5440         retrieval.
5441
5442         * pop3.el (pop3-process-filter): Remove unused function.
5443         (pop3-streaming-movemail, pop3-send-streaming-command)
5444         (pop3-wait-for-messages, pop3-write-to-file)
5445         (pop3-number-of-responses): New functions for streaming pop3
5446         retrieval.
5447
5448         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5449         come from no known methods.
5450         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5451         list.
5452
5453         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5454         message sizes.
5455         (pop3-movemail): Use erase-buffer instead of looping and deleting
5456         regions, which seems rather odd.
5457
5458         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5459         file once per `g' run.
5460
5461         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5462         directories.  This makes the draft queue directory work.
5463
5464         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5465         data from the backends, so that we only request the list of groups from
5466         each method once.  This should speed things up considerably.
5467
5468         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5469         detect that it's not implemented.
5470
5471         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5472         we actually do recurse down into the tree, but don't stat all leaf
5473         nodes.
5474
5475         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5476         then say so instead of bugging out.
5477
5478         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5479         files exist before trying to read them.
5480
5481         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5482         around <pre_int>.
5483
5484         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5485
5486         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5487
5488 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5489
5490         * mm-util.el (mm-image-load-path): Just return the image directories,
5491         not all directories in the path in addition to the image directories.
5492         (mm-image-load-path): Maintain a cache of the image directories so that
5493         the `g' command in Gnus doesn't have to stat dozens of directories each
5494         time.
5495
5496         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5497         (gnus-html-wash-tags): Add a new `i' command to insert images.
5498         (gnus-html-insert-image): New command and keystroke.
5499         (gnus-html-redisplay-with-images): New command and keystroke.
5500         (gnus-html-show-images): Rename command.
5501         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5502         spacers.
5503         (gnus-html-wash-tags): Decode entities at the end, so that entities
5504         inside the tags don't mess up the rest of the "parsing".
5505
5506         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5507         so that nnimap methods aren't agentized by default.  There's apparently
5508         many problems related to agent/imap behaviour.
5509
5510         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5511
5512         * gnus-html.el: Doc fix.
5513
5514 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5515
5516         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5517         specifier-spec-list for Emacs 21.
5518
5519         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5520         glyph-width and glyph-height instead of display-graphic-p and
5521         image-size; make avoidance of displaying small images work for XEmacs.
5522
5523         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5524         for XEmacs.
5525
5526         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5527         of symbol that holds plist data.
5528         (gnus-process-plist): Remove plist of process after getting it.
5529
5530 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5531
5532         * message.el (message-generate-hashcash): Change default to
5533         'opportunistic if hashcash is installed.
5534
5535         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5536         (gnus-html-put-image): Only call image-size once, since it's somewhat
5537         time-consuming on remote X servers.
5538
5539 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5540
5541         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5542         type on data, not a file name.
5543
5544         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5545         window-pixel-edges for Emacs 21.
5546
5547         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5548         decoded contents.
5549         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5550
5551 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5552
5553         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5554         group line format, since it isn't very interesting.
5555
5556         * gnus-agent.el (gnus-agent-short-article),
5557         (gnus-agent-long-article): Increase values for these two variables,
5558         since most people are likely to have more network connection and
5559         storage than before.
5560
5561         * gnus.el (gnus-refer-article-method): Change default to 'current.
5562         When referring an article, the common behaviour is to refer it from the
5563         current select method, not the native select method.  The chances of
5564         the native select method having the message in question is rather slim
5565         these days.
5566
5567         * gnus-sum.el (gnus-auto-select-subject): Change default to
5568         `unseen-or-unread'.  I think it's likely that most people want to
5569         select an unseen article over a previously seen, but unread one.
5570
5571         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5572         means that in the article buffer none of the minor mode elements will
5573         be shown, usually, and this is not desirable in most cases.
5574
5575         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5576         that commands like `d' (and the like) go to the next line in the
5577         buffer, instead of the next unread article.  I think this is the
5578         behaviour that is most natural for most users.
5579         (gnus-single-article-buffer): Change default to nil, so that people can
5580         have as many article buffers open as they have summary buffer.  I think
5581         this is the most natural way for the groups to behave.
5582
5583         * message.el (message-generate-new-buffers): Change default to
5584         `unsent', so that all new message buffers start their names with the
5585         string "*unsent", and it's easier to find the buffers if you move from
5586         them.
5587
5588 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5589
5590         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5591         small.  They're probably tracking images.
5592         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5593         (gnus-html-rescale-image): Yet another try at getting the image sizing
5594         right.
5595
5596         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5597         nntp-marks-file-name is nil.
5598
5599 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5600
5601         * gnus-html.el (gnus-html-wash-tags)
5602         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5603         Better logging.
5604
5605 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5606
5607         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5608
5609         * gnus-html.el (gnus-html-wash-tags): Check the value of
5610         gnus-blocked-images in the summary buffer.
5611
5612 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5613
5614         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5615
5616 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5617
5618         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5619         like "a", it seems like.
5620         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5621         since it needs to be picked from the correct buffer.
5622
5623         * nnwfm.el: Remove.
5624
5625         * nnlistserv.el: Remove.
5626
5627 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5628
5629         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5630         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5631
5632 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5633
5634         * nnkiboze.el: Remove.
5635
5636         * nndb.el: Remove.
5637
5638         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5639         alt text.
5640         (gnus-html-rescale-image): Try to get the rescaling logic right for
5641         images that are just wide and not tall.
5642
5643         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5644         overshadow variable bindings.
5645
5646 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5647
5648         * gnus-html.el (gnus-html-wash-tags)
5649         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5650         Add extra logging.
5651
5652 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5653
5654         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5655         (gnus-max-image-proportion): New variable.
5656         (gnus-html-rescale-image): New function.
5657         (gnus-html-put-image): Rescale images.
5658
5659 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5660
5661         Fix up some byte-compiler warnings.
5662         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5663         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5664         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5665         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5666         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5667         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5668         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5669
5670 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5671
5672         * gnus-html.el (gnus-article-html): Decode contents by charset.
5673
5674 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5675
5676         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5677         (gnus-html-frame-width, gnus-blocked-images)
5678         * message.el (message-prune-recipient-rules): Add custom version.
5679         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5680
5681         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5682         functions.
5683
5684         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5685         gnus-process-get.
5686
5687 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5688
5689         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5690         instead of lsub directly.
5691
5692 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5693
5694         * nnwarchive.el: Remove.
5695
5696         * gnus-soup.el: Remove.
5697
5698         * nnsoup.el: Remove.
5699
5700         * nnultimate.el: Remove.
5701
5702         * gnus-html.el (gnus-blocked-images): New variable.
5703
5704         * message.el (message-prune-recipients): New function.
5705         (message-prune-recipient-rules): New variable.
5706
5707         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5708         guess whether a long line is natural text or not.
5709
5710         * gnus-html.el (gnus-html-schedule-image-fetching):
5711         Use gnus-process-plist and friends for compatibility.
5712
5713 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5714
5715         * gnus-html.el: Require packages that define macros used in this file.
5716         (gnus-article-mouse-face): Declare to silence byte-compiler.
5717         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5718         process-get.
5719         (gnus-html-put-image): Use plist-get to avoid getf.
5720         (gnus-html-prefetch-images): Use with-current-buffer.
5721
5722 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5723
5724         * gnus-ems.el: Provide compatibility functions for
5725         gnus-set-process-plist.
5726
5727         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5728         header-line-format for XEmacs 21.4.
5729
5730         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5731         * gnus.el (gnus-valid-select-methods)
5732         * message.el (message-send-mail-partially-limit)
5733         * mm-decode.el (mm-text-html-renderer)
5734         * mml.el (mml-insert-mime-headers-always)
5735         * smiley.el (smiley-regexp-alist): Bump custom version.
5736
5737 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5738
5739         * gnus-html.el: require mm-url.
5740         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5741         with the url to `url'.
5742         (gnus-html-wash-tags): Support cid: URLs/images.
5743
5744 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5745
5746         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5747         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5748         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5749
5750         * gnus-move.el: Remove file, since it doesn't really work.
5751
5752         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5753         UTF-8.  This seems to fix problems with some German web feeds.
5754
5755         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5756         at the top so that the proper colours are applied.
5757
5758         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5759         don't have dots in their names.
5760
5761         * gnus-art.el (gnus-article-view-part): Doc fix.
5762
5763         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5764         XEmacs-compatible.
5765         (gnus-html-put-image): Don't do images on non-graphic displays.
5766
5767         * nnslashdot.el: Remove this unused backend.
5768
5769         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5770         actions.
5771         (gnus-undo-register-1): Revert last change.
5772
5773         * gnus-group.el (gnus-group-completing-read): Protect against not
5774         having completion-styles bound.
5775
5776         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5777         make broken recipients happier.
5778
5779         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5780
5781         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5782         point parameter.
5783
5784         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5785
5786         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5787         completion-styles for group selection.
5788
5789 2009-02-04  Andreas Schwab  <schwab@suse.de>
5790
5791         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5792         headers and regexp-quote the match if necessary.
5793
5794 2009-03-24  Miles Bader  <miles@gnu.org>
5795
5796         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5797         the blinking smiley.
5798
5799 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5800
5801         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5802         blink smiley.
5803
5804 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5805
5806         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5807         where the dribbel file lives exists.
5808
5809         * message.el (message-send-mail-partially-limit): Change the default to
5810         nil, since most people don't want this.
5811
5812         * mm-url.el (mm-url-decode-entities): Also decode entities like
5813         &#x3212.
5814
5815 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5816
5817         * gnus-sum.el (gnus-summary-idna-message):
5818         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5819         Hyperlink urls in docstrings with URL `...'.
5820
5821 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5822
5823         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5824         functions.
5825
5826 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5827
5828         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5829         say what the mouseover text should be.
5830
5831         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5832         version of the mm-w3m-safe-url-regexp variable to only download images
5833         in the groups where we want that to happen.
5834
5835         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5836
5837         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5838         easier debugging.
5839         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5840         big pictures in the article buffer.
5841
5842         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5843         gnus-article-html.
5844         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5845         w3m.
5846
5847         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5848
5849 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5850
5851         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5852         which doesn't exist.
5853
5854         * message.el (message-inhibit-ecomplete): New variable to allow some
5855         function to inhibit ecomplete address storage.
5856         (message-resend): Disable ecomplete message storage when resending
5857         messages.
5858
5859         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5860
5861 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5862
5863         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5864         Save excursion while copying, moving, and deleting articles in order to
5865         prevent the cursor from jumping to unforeseen place.
5866
5867 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5868
5869         * lpath.el: No need to bind bookmark-current-buffer,
5870         bookmark-yank-point and bookmark-make-record-function.
5871
5872 2010-08-17  Glenn Morris  <rgm@gnu.org>
5873
5874         * gnus-sync.el: Require gnus components whose functions are used.
5875
5876         * gnus-art.el (bookmark-make-record-function):
5877         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5878         Declare for compiler.
5879
5880         * mm-url.el (mml-compute-boundary): Autoload.
5881
5882 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5883
5884         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5885
5886 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5887
5888         Typo fix "hoo4a" -> "hook".
5889
5890         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5891
5892 2010-08-14  Glenn Morris  <rgm@gnu.org>
5893
5894         * gnus-sync.el (gnus-sync): Fix defgroup version.
5895
5896 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5897
5898         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5899
5900         * gnus-sync.el: Fix docs.
5901         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5902         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5903
5904 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5905
5906         Optimizations for gnus-sync.el.
5907
5908         * gnus-sync.el: Add docs about gnus-sync-backend
5909         possibilities.
5910         (gnus-sync-save): Remove unnecessary message.
5911         (gnus-sync-read): Optimize and show what groups were skipped.
5912
5913 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5914
5915         Minor bug fixes for gnus-sync.el.
5916
5917         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5918         Don't read the sync on get-new-news.
5919
5920         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5921         quiet.
5922
5923         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5924         (fix typo).
5925
5926 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5927
5928         Make saving and restoring of hidden threads work with overlays.
5929         Patch applied by Ted Zlatanov.
5930
5931         * gnus-sum.el (gnus-hidden-threads-configuration)
5932         (gnus-restore-hidden-threads-configuration): Update to deal with text
5933         properties, rather than searching for a magic character.
5934
5935 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5936
5937         New gnus-sync.el library for synchronization of marks.
5938
5939         * gnus-sync.el: New library for synchronization of marks.
5940
5941         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5942         renamed from `gnus-registry-grep-in-list'.
5943
5944         * gnus-registry.el (gnus-registry-follow-group-p):
5945         Use `gnus-grep-in-list'.
5946
5947         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5948
5949 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5950
5951         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5952         determining charset of text fails.
5953
5954 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5955
5956         * nnmail.el (nnmail-get-new-mail-1): Revert.
5957
5958         * nnml.el (nnml-active-number): Make sure names of newly created groups
5959         in nnml-group-alist are encoded.
5960
5961 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5962
5963         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5964         containing non-ASCII characters in active file for nnml back end.
5965
5966 2010-07-24  David Engster  <dengste@eml.cc>
5967
5968         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5969         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5970
5971 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5972
5973         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5974         tag (Bug#6654).
5975
5976 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5977
5978         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5979         the article buffer, not the summary buffer.
5980
5981 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5982
5983         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5984         Emacs 23 as well.
5985
5986 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5987
5988         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5989         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5990
5991 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5992
5993         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5994         Patch applied by Karl Fogel.
5995
5996         * gnus-sum.el (gnus-summary-bookmark-make-record):
5997         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5998
5999 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6000
6001         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6002         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
6003         C-w still not working correctly from Article buffers; Thierry's
6004         patch to fix that will be applied after this.
6005
6006         * gnus-art.el (bookmark-make-record-function): New local variable.
6007
6008         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6009         article buffer.
6010         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6011
6012 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6013
6014         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6015         on changes in bookmark.el.
6016
6017 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6018
6019         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
6020         `no-log' instead of message not to log prompt string.
6021
6022 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
6023
6024         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6025         the *other* type of HTML form submission.
6026
6027 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6028
6029         * auth-source.el (auth-source-pick): If choice does not contain a
6030         questioned keyword, set the check to t.
6031
6032 2010-06-12  Romain Francoise  <romain@orebokech.com>
6033
6034         * gnus-util.el (gnus-date-get-time): Move up before first use.
6035
6036 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6037
6038         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6039         (gnus-article-edit-part): Bind it to make last part that is substituted
6040         or deleted visible.
6041         (gnus-mime-display-single): Buttonize part of which id equals to
6042         gnus-mime-buttonized-part-id.
6043
6044 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6045
6046         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6047         (gnus-dd-mmm): Use gnus-date-get-time.
6048         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6049         simplify logic.
6050         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6051         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6052
6053 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6054
6055         * auth-source.el (top): Autoload `secrets-list-collections',
6056         `secrets-create-item', `secrets-delete-item'.
6057         (auth-sources): Fix tag string.
6058         (auth-get-source, auth-source-retrieve, auth-source-create)
6059         (auth-source-delete): New defuns.
6060         (auth-source-pick): Rewrite in order to avoid 2 passes.
6061         (auth-source-forget-user-or-password): New parameter USERNAME.
6062         (auth-source-user-or-password): New parameters CREATE-MISSING and
6063         DELETE-EXISTING.  Retrieve password interactively, if needed.
6064
6065 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6066
6067         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6068         deleting unused directories when gnus-expert-user is t.
6069
6070 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6071
6072         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6073         for each temp file when gnus-article-browse-delete-temp is ask.
6074
6075 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6076
6077         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
6078         Lisp calls to delete-backward-char by calls to delete-char.
6079
6080 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6081
6082         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6083
6084 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6085
6086         * password-cache.el (password-cache-remove): Fix docstring.
6087
6088 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6089
6090         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6091         article unless decoding article to be saved.
6092
6093 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6094
6095         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6096         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6097         generated within the mm-with-unibyte-current-buffer macro.
6098
6099 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6100
6101         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6102         to nil when we're in a mml-preview buffer and no group is selected.
6103
6104 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6105
6106         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6107         when catching the `C-g'.  Reported by "Leo".
6108
6109 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6110
6111         * message.el (message-forward-make-body-plain)
6112         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6113         multibyte-string-p.
6114
6115         * lpath.el: Revert.
6116
6117 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6118
6119         * message.el (message-forward-make-body-mml): Assume original message
6120         is multibyte string; error on unibyte.
6121         (message-forward-make-body-plain): Ditto; don't add excessive newline
6122         in body end.
6123
6124         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6125
6126 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6127
6128         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6129         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6130
6131 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6132
6133         * mm-extern.el (mm-extern-url): Don't use
6134         mm-with-unibyte-current-buffer.
6135         (mm-extern-cache-contents): Use with-current-buffer instead of
6136         save-excursion + set-buffer.
6137
6138 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6139
6140         * mm-util.el (mm-emacs-mule): Remove.
6141
6142 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6143
6144         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6145         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6146         change.
6147
6148 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6149
6150         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6151         bind the default value of enable-multibyte-characters to nil.
6152
6153 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6154
6155         * message.el (message-forward-make-body-plain)
6156         (message-forward-make-body-mml):
6157         Don't use mm-with-unibyte-current-buffer.
6158
6159 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6160
6161         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6162
6163 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6164
6165         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6166         (Bug#5592).
6167
6168 2010-05-07  Julien Danjou  <julien@danjou.info>
6169
6170         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6171         it to mm-pipe-part.
6172
6173         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6174         it is given.
6175
6176 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6177
6178         * binhex.el (binhex-decode-region-internal)
6179         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6180         (dns-query)
6181         * nnweb.el (nnweb-gmane-search)
6182         * pgg-parse.el (pgg-parse-armor)
6183         * pgg.el (pgg-verify-region)
6184         * sha1.el (sha1-string-external)
6185         * uudecode.el (uudecode-decode-region-internal)
6186         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6187         XEmacs.
6188
6189         * gnus-art.el (gnus-article-browse-html-parts)
6190         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6191         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6192         make-temp-file.
6193
6194         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6195         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6196         compiling.
6197
6198         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6199         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6200         XEmacs when compiling.
6201
6202         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6203         gnus-pick-mode-off-hook for XEmacs when compiling.
6204         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6205         gnus-binary-mode-off-hook for XEmacs when compiling.
6206
6207         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6208         Return nil if char-charset is not available.
6209
6210         * imap.el (imap-disable-multibyte)
6211         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6212         macros.
6213
6214         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6215         instead of encode-coding-string.
6216
6217         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6218         'xemacs) instead of mm-emacs-mule to switch function definitions.
6219         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6220
6221         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6222         bind temporary-file-directory for XEmacs;
6223         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6224         timer-set-function for XEmacs 21.4 and SXEmacs;
6225         bind timer-list for XEmacs 21.4 and SXEmacs;
6226         fbind char-charset and find-charset-region for non-Mule XEmacs;
6227         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6228         encode-coding-region and encode-coding-string for XEmacs having no
6229         file-coding feature.
6230
6231 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6232
6233         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6234
6235 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6236
6237         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6238         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6239
6240 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6241
6242         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6243         alias `jka-compr-delete-temp-file' no longer exists.
6244
6245 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6246
6247         Use define-minor-mode in Gnus where applicable.
6248         * mml.el (mml-mode): Use define-minor-mode.
6249         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6250         (gnus-undo-mode): Use define-minor-mode.
6251         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6252         (gnus-dead-summary-mode): Use define-minor-mode.
6253         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6254         Initialize in declaration.
6255         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6256         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6257         (gnus-mailing-list-mode): Use define-minor-mode.
6258         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6259         (gnus-draft-mode): Use define-minor-mode.
6260         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6261         (gnus-dired-mode): Use define-minor-mode.
6262
6263 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6264
6265         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6266         handles on recursive mml-to-mime translation and check them for
6267         boundary delimiter collisions.  Reported by Greg Troxel.
6268
6269 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6270
6271         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6272
6273 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6274
6275         * mm-util.el (mm-find-buffer-file-coding-system):
6276         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6277
6278 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6279
6280         * message.el (message-generate-headers): Record insertion of optional
6281         headers as well.  Otherwise the check to prevent repeated insertion of
6282         optional headers is a no-op.
6283
6284 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6285
6286         * smime.el: Don't mention CVS.
6287
6288         * nnrss.el (nnrss-fetch): Don't mention CVS.
6289
6290         * nnir.el: Don't mention CVS.
6291
6292 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6293
6294         * gnus-sum.el (gnus-summary-bookmark-make-record):
6295         Add `location' field.
6296
6297 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6298
6299         * lpath.el: Fbind bookmark-default-handler,
6300         bookmark-get-bookmark-record, bookmark-make-record-default,
6301         bookmark-prop-get for Emacs <23 and XEmacs.
6302
6303 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6304
6305         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6306         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6307         Use with-current-buffer to silence the byte-compiler.
6308         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6309         bother to require `gnus'.
6310         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6311
6312 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6313
6314         * gnus-sum.el (gnus-summary-bookmark-make-record)
6315         (gnus-summary-bookmark-jump): New functions.
6316         (gnus-summary-mode): Setup bookmark support.
6317
6318 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6319
6320         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6321         if set.
6322
6323 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6324
6325         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6326         gnus-article-browse-html-save-cid-image; make it work recursively for
6327         forwarded messages as well.
6328         (gnus-article-browse-html-parts): Work when prefix arg is given.
6329         (gnus-article-browse-html-article): Doc fix.
6330
6331 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6332
6333         * message.el (message-default-mail-headers):
6334         (message-default-headers): Carry the value mail-default-headers over
6335         into message-default-mail-headers, rather than message-default-headers.
6336
6337 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6338
6339         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6340         charset.
6341
6342         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6343         charset into the <meta> tag when the article is encoded to utf-8.
6344
6345 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6346
6347         * gnus-art.el (gnus-article-browse-delete-temp-files):
6348         Delete directories as well.
6349         (gnus-article-browse-html-parts): Work for images that do not specify
6350         file names; delete temp directory when quitting; insert header at the
6351         right place; use file: scheme for image files.
6352
6353 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6354
6355         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6356         (gnus-article-browse-html-parts): Use it to make temporary cid image
6357         files in addition to html file so that browser may display them.
6358
6359 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6360
6361         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6362
6363 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6364
6365         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6366
6367 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6368
6369         * auth-source.el (auth-sources): Change default to be simpler.
6370         Explain about Secret Service API sources.  Improve Customize options.
6371         (auth-source-pick): Change to accept any number of search parameters.
6372         Implement fallbacks iteratively, not recursively.  Add scoring on the
6373         second pass and sort by score.  Call Secret Service API when needed.
6374         (auth-source-user-or-password): Use it.  Call Secret Service API
6375         directly when needed to get the user name and the password.
6376
6377 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6378
6379         * message.el (message-interactive): Doc fix.
6380         (message-qmail-inject-args): Reflow.
6381         (message-kill-to-signature): Fix typo in docstring.
6382
6383         * smiley.el (smiley-buffer): Fix typo in docstring.
6384
6385 2010-03-24  Glenn Morris  <rgm@gnu.org>
6386
6387         * mail-source.el (gnus-message): Declare.
6388         (mail-source-delete-old-incoming): Require gnus-util.
6389
6390 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6391
6392         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6393
6394         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6395
6396         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6397         password-cache's default if it is not bound.
6398         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6399         password-cache-expiry's default if it is not bound.
6400
6401         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6402         available in Emacs 21.
6403
6404         * lpath.el: Suppress compiler warnings for:
6405         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6406         XEmacs;
6407         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6408         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6409         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6410
6411 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6412
6413         * auth-source.el (auth-sources): Fix up definition so extra parameters
6414         are always inline.
6415
6416 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6417
6418         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6419         wasn't updated after mismatch.  Clear cached mailbox info correctly
6420         when uidvalidity changes.
6421         (nnimap-group-prefixed-name): New function to avoid some code
6422         duplication.
6423         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6424         (nnimap-request-group): Use it.
6425         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6426         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6427         with many imap folders.  This is done by caching the group status from
6428         the imap server persistently in a group parameter `imap-status'.  (This
6429         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6430         but not persistently, so every Gnus startup was still very slow.)
6431
6432 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6433
6434         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6435         delete the extra newline.  Otherwise editing of :string and :number
6436         types don't work.
6437
6438 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6439
6440         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6441         secrets.el dependency.
6442         (auth-sources): Add optional user name.  Add secrets.el configuration
6443         choice (unused right now).
6444
6445 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6446
6447         * gnus-sum.el (gnus-summary-make-menu-bar):
6448         Let `gnus-registry-install-shortcuts' fill in the functions.
6449
6450         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6451         warnings.
6452         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6453         (gnus-registry-install-shortcuts): Populate and use it in a
6454         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6455
6456 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6457
6458         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6459         In-place substitutions for the group name encoding/decoding.
6460         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6461         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6462         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6463         (nnimap-update-unseen, nnimap-request-list)
6464         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6465         (nnimap-request-set-mark, nnimap-split-to-groups)
6466         (nnimap-split-articles, nnimap-request-newgroups)
6467         (nnimap-request-create-group, nnimap-request-accept-article)
6468         (nnimap-request-delete-group, nnimap-request-rename-group)
6469         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6470         `encoded-mbx' for consistency.
6471         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6472         variable `imap-current-mailbox'.
6473
6474         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6475         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6476
6477 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6478
6479         * pop3.el (pop3-display-message-size-flag): Display message size byte
6480         counts during POP3 download.
6481         (pop3-movemail): Use it.
6482         (pop3-list): Implement listing of available messages.
6483
6484 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6485
6486         * nnir.el (nnir-get-article-nov-override-function): New function to
6487         override the normal NOV retrieval.
6488         (nnir-retrieve-headers): Use it.
6489
6490 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6491
6492         * auth-source.el (netrc-machine-user-or-password): Autoload.
6493
6494 2010-03-19  Glenn Morris  <rgm@gnu.org>
6495
6496         Stop message.el from loading about 40 libraries it doesn't always need.
6497         The general approach is to autoload rather than require, and to
6498         require in the specific functions rather than the file.  (Bug#5642)
6499
6500         * gmm-utils.el: Don't require wid-edit.
6501         (widget-create-child-value, widget-convert, widget-default-get):
6502         Autoload.
6503
6504         * gnus-util.el: Don't require time-date, netrc.
6505         (message-fetch-field, gnus-group-name-decode): Declare rather than
6506         autoloading.
6507         (gnus-fetch-field): Require message.
6508         (gnus-decode-newsgroups): Require gnus-group.
6509
6510         * ietf-drums.el: Don't require time-date.
6511
6512         * message.el: Don't require hashcash, canlock, ecomplete.
6513         Do require mail-utils.  Require nnheader only when compiling.
6514         (smtpmail-default-smtp-server): Remove declaration.
6515         (message-send-mail-function): Check smtpmail-default-smtp-server
6516         is bound rather than requiring smtpmail.
6517         (message-auto-save-directory, message-insert-signature):
6518         Use expand-file-name rather than nnheader-concat.
6519         (nnheader-insert-file-contents): Autoload.
6520         (hashcash-wait-async): Declare.
6521         (message-send-mail): Only call gnus-setup-posting-charset if
6522         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6523         (message-send-mail-with-sendmail): Require sendmail.
6524         (canlock-password, canlock-password-for-verify): Declare.
6525         (message-canlock-password): Require canlock.
6526         (nnheader-get-report): Autoload.
6527         (gnus-setup-posting-charset): Declare.
6528         (message-send-news): Require gnus-msg.
6529         (message-make-references, message-make-in-reply-to): Use mail-header-id
6530         rather than the alias mail-header-message-id.
6531         (ecomplete-add-item, ecomplete-save): Declare.
6532         (message-put-addresses-in-ecomplete): Require ecomplete.
6533         (ecomplete-display-matches): Autoload.
6534
6535         * mm-decode.el: Don't require mailcap, gnus-util.
6536         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6537         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6538         Autoload.
6539         (mailcap-mime-extensions): Declare.
6540
6541         * mm-encode.el: Don't require mailcap.
6542         (mailcap-extension-to-mime): Autoload.
6543
6544         * mml-sec.el: Don't require password-cache.
6545
6546         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6547         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6548         (mml-minibuffer-read-type): Require mailcap.
6549         (mml-preview): Require gnus-msg.
6550
6551         * mml1991.el: Require password-cache.
6552         (password-cache-expiry): Remove declaration.
6553
6554         * mml2015.el: Require password-cache.
6555         (password-cache-expiry): Remove declaration.
6556
6557         * nneething.el (mailcap): Require mailcap.
6558
6559         * nnheader.el (declare-function): Add compatibility stub.
6560         (message-remove-header): Declare rather than autoload.
6561         (nnheader-replace-header): Require message.
6562
6563         * nnimap.el (declare-function): Add compatibility stub.
6564         (netrc-parse, netrc-machine-user-or-password): Declare.
6565         (nnimap-open-connection): Require netrc.
6566
6567         * nntp.el (declare-function): Add compatibility stub.
6568         (netrc-parse, netrc-machine, netrc-get): Declare.
6569         (nntp-send-authinfo): Require netrc.
6570
6571         * rfc2047.el: Don't require qp.
6572         (quoted-printable-encode-region, quoted-printable-decode-string):
6573         Autoload.
6574
6575         * sieve-mode.el: Don't require easymenu.
6576         (easy-menu-add-item): Autoload it.
6577
6578         * spam-stat.el (time-to-number-of-days): Autoload it.
6579
6580 2010-03-19  Glenn Morris  <rgm@gnu.org>
6581
6582         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6583
6584 2010-03-18  Glenn Morris  <rgm@gnu.org>
6585
6586         * hashcash.el (declare-function): Remove duplicate definition.
6587
6588 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6589
6590         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6591         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6592         value if any backslash escapes).
6593
6594 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6595
6596         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6597         if it is available.  (bug#5647)
6598
6599         * lpath.el: Suppress compiler warning for coding-system-from-name for
6600         Emacs 21 and XEmacs.
6601
6602 2010-03-14  Juri Linkov  <juri@jurta.org>
6603
6604         * hmac-def.el:
6605         * hmac-md5.el:
6606         * netrc.el: Fix keywords.
6607
6608 2010-02-26  Glenn Morris  <rgm@gnu.org>
6609
6610         * message.el (message-send-mail-function): Change the default, so that
6611         it inherits from a customized send-mail-function.  (Bug#5643)
6612
6613 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6614
6615         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6616         shell-command-to-string signals an error (bug#5299).
6617
6618 2010-02-24  Glenn Morris  <rgm@gnu.org>
6619
6620         * message.el (message-smtpmail-send-it)
6621         (message-send-mail-with-mailclient): Doc fixes.
6622
6623 2010-02-16  Glenn Morris  <rgm@gnu.org>
6624
6625         * message.el (message-default-mail-headers): Change the default value
6626         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6627
6628 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6629
6630         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6631         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6632
6633 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6634
6635         * time-date.el (date-to-time): Doc fix (Bug#5408).
6636
6637 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6638
6639         * message.el (message-mail): Just pass yank-action on to message-setup.
6640         (message-setup): Handle (FUN . ARGS) form of yank-action.
6641         (message-with-reply-buffer, message-widen-reply)
6642         (message-yank-original): Handle non-buffer values of
6643         message-reply-buffer (Bug#4080).
6644         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6645
6646 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6647
6648         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6649         Fix typo in docstring.
6650
6651 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6652
6653         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6654         response.
6655
6656 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6657
6658         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6659
6660         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6661
6662         * message.el (message-check-news-header-syntax): Protect against a
6663         string that `rfc822-addresses' returns when parsing fails.
6664
6665 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6666
6667         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6668         (gnus-previous-char-property-change): New functions.
6669
6670         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6671
6672 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6673
6674         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6675         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6676
6677 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6678
6679         * message.el (message-exchange-point-and-mark): Rework last change to
6680         avoid using optional arg of exchange-point-and-mark, for backward
6681         compatibility.
6682
6683 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6684
6685         * message.el (message-exchange-point-and-mark):
6686         Call exchange-point-and-mark with an argument rather than setting
6687         mark-active by hand (Bug#5175).
6688
6689 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6690
6691         * nntp.el (nntp-service-to-port): Work for service expressed with
6692         numeric string; replace [:digit:] with [0-9] for XEmacs.
6693
6694 2009-12-17  Glenn Morris  <rgm@gnu.org>
6695
6696         * gnus-group.el (gnus-bug-group-download-format-alist):
6697         Change emacs entry to debbugs.gnu.org.  Bump :version.
6698
6699 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6700
6701         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6702
6703 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6704
6705         * message.el (message-info): Explain why we use `Info-goto-node'.
6706
6707 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6708
6709         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6710
6711 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6712
6713         * message.el (message-completion-in-region): New compatibility function.
6714         (message-expand-group): Use it.
6715
6716 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6717
6718         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6719         with no unread article should be listed if the 2nd arg `predicate' is
6720         given.
6721
6722 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6723
6724         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6725
6726 2009-11-29  Juri Linkov  <juri@jurta.org>
6727
6728         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6729         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6730         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6731
6732 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6733
6734         * sha1.el (sha1-string-external): default-directory "/" in case
6735         otherwise non-existent.  process-connection-type pipe for touch of
6736         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6737
6738 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6739
6740         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6741         it's comms related and sgml-mode.el has "comm" on that basis too.
6742
6743 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6744
6745         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6746         containing tspecial characters if they have been already quoted.
6747
6748 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6749
6750         * dns-mode.el (auto-mode-alist): Purecopy string.
6751
6752 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6753
6754         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6755
6756 2009-10-24  Glenn Morris  <rgm@gnu.org>
6757
6758         * gnus-art.el (help-xref-stack-item): Define for compiler.
6759
6760 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6761
6762         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6763
6764 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6765
6766         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6767
6768 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6769
6770         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6771         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6772
6773 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6774
6775         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6776         (gnus-overlays-in): New alias to overlays-in.
6777
6778         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6779         gnus-overlay-get, and gnus-delete-overlay.
6780         (gnus-summary-show-thread): Make it work as well for systems in which
6781         next-single-char-property-change is not available.
6782         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6783
6784         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6785         (gnus-overlay-get): New alias to extent-property.
6786         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6787
6788         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6789         SXEmacs.
6790
6791         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6792         SXEmacs.
6793
6794 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6795
6796         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6797
6798 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6799
6800         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6801         and XEmacs that don't have `remove-overlays'.
6802
6803 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6804
6805         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6806         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6807         selective display.  Use overlays instead.
6808
6809 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6810
6811         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6812
6813 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6814
6815         * spam-stat.el (spam-stat-load): Fix typo in message.
6816
6817 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6818
6819         * dig.el (dig-invoke): Fix typo in docstring.
6820         (query-dig): Reflow docstring.
6821
6822 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6823
6824         * gnus-art.el (gnus-article-encrypt-body):
6825         * message.el (message-check-recipients):
6826         * mm-util.el (mm-codepage-setup):
6827         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6828         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6829
6830 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6831
6832         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6833         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6834         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6835         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6836         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6837
6838 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6839
6840         * dig.el: Add "Keywords: comm", as per net-utils.el.
6841
6842 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6843
6844         * dig.el (dig-mode): Use define-derived-mode.
6845
6846 2009-09-19  Glenn Morris  <rgm@gnu.org>
6847
6848         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6849
6850 2009-09-18  Glenn Morris  <rgm@gnu.org>
6851
6852         * gnus-diary.el (gnus-diary-check-message):
6853         * message.el (message-insert-formatted-citation-line):
6854         * nnbabyl.el (top-level):
6855         * nndiary.el (nndiary-schedule):
6856         Fix typos in condition-case handlers.
6857
6858 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6859
6860         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6861         configuration that provides the sole article window in a frame;
6862         position point correctly after deleting a part.
6863
6864 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6865
6866         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6867         (spam-resolve-registrations-routine): Use it to unregister articles
6868         that change status.
6869
6870 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6871
6872         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6873         with XEmacs.
6874         (parse-time-string-chars): Use it.
6875
6876 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6877
6878         * imap.el (imap-interactive-login): Better messages.
6879         (imap-open): Fix bug with renamed buffer on reconnect.
6880         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6881         for easier debugging and cleaner code.  On successful (guessed based on
6882         server capabilities) secondary authentication, set imap-state
6883         correctly.
6884         (imap-last-authenticator): Define imap-last-authenticator as a variable
6885         to avoid warnings.
6886
6887 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6888
6889         * nnrss.el (nnrss-request-article): Remove binding of
6890         default-enable-multibyte-characters that has gotten needless by
6891         the 2007-07-13 change in rfc2047-encode-message-header.
6892
6893         * mml.el (mml-insert-multipart): Error on the message header.
6894         (mml-insert-part): Error on the message header; position point at
6895         the end of a MIME tag.
6896
6897 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6898
6899         * time-date.el (autoload): Expand define-obsolete-function-alias into
6900         defalias and make-obsolete for old Emacsen that Gnus supports.
6901         (with-no-warnings): Define it for old Emacsen.
6902         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6903         is available.
6904         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6905         float-time is available; suppress compile warning for time-to-seconds.
6906
6907         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6908         (gnus-float-time): Alias to float-time if it exists.
6909
6910         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6911         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6912         float-time is available; suppress compile warning for time-to-seconds.
6913
6914         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6915         XEmacs.
6916
6917 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6918
6919         * imap.el (imap-message-map): Docstring fix.
6920
6921 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6922
6923         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6924         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6925         Add the optional argument `encoding' that overrides the default.
6926
6927         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6928         mm-encode-buffer.
6929
6930 2009-09-04  Glenn Morris  <rgm@gnu.org>
6931
6932         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6933         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6934         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6935         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6936         * mm-util.el (mm-with-unibyte-current-buffer)
6937         (mm-find-buffer-file-coding-system):
6938         * yenc.el (yenc-decode-region): Use default-value rather than
6939         default-enable-multibyte-characters.
6940
6941 2009-09-03  Glenn Morris  <rgm@gnu.org>
6942
6943         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6944         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6945         than default-enable-multibyte-characters.
6946
6947 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6948
6949         * gnus-art.el (gnus-article-read-summary-keys):
6950         Fix gnus-buffer-configuration's value temporarily used.
6951
6952 2009-09-02  Glenn Morris  <rgm@gnu.org>
6953
6954         * gnus-util.el (gnus-float-time): New function.
6955         * gnus-delay.el (gnus-delay-article):
6956         * gnus-sum.el (gnus-thread-latest-date):
6957         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6958         * nnspool.el (nnspool-request-newgroups):
6959         Use gnus-float-time rather than time-to-seconds.
6960         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6961
6962         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6963         (gnus-header-subject-face, gnus-header-newsgroups-face)
6964         (gnus-header-name-face, gnus-header-content-face):
6965         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6966         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6967         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6968         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6969         (gnus-cite-face-11):
6970         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6971         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6972         (gnus-server-closed-face, gnus-server-denied-face)
6973         (gnus-server-offline-face):
6974         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6975         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6976         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6977         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6978         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6979         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6980         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6981         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6982         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6983         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6984         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6985         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6986         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6987         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6988         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6989         (gnus-summary-high-undownloaded-face)
6990         (gnus-summary-low-undownloaded-face)
6991         (gnus-summary-normal-undownloaded-face)
6992         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6993         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6994         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6995         (gnus-splash-face):
6996         * message.el (message-header-to-face, message-header-cc-face)
6997         (message-header-subject-face, message-header-newsgroups-face)
6998         (message-header-other-face, message-header-name-face)
6999         (message-header-xheader-face, message-separator-face)
7000         (message-cited-text-face, message-mml-face):
7001         * sieve-mode.el (sieve-control-commands-face)
7002         (sieve-action-commands-face, sieve-test-commands-face)
7003         (sieve-tagged-arguments-face):
7004         * spam.el (spam-face):
7005         Mark face aliases with "-face" in the name as obsolete.
7006
7007 2009-09-01  Glenn Morris  <rgm@gnu.org>
7008
7009         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7010         than goto-line.
7011
7012 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7013
7014         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7015         Don't move point if the command is invoked inside the message header.
7016
7017 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7018
7019         * imap.el (imap-send-command): Simplify.
7020         (imap-wait-for-tag): point-max -> buffer-size.
7021
7022 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7023
7024         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7025         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7026         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7027         * nnir.el (nnir-swish-e-index-file):
7028         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7029         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7030         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7031         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7032         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7033         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7034
7035 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7036
7037         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7038         Don't save excursion.
7039
7040 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7041
7042         * nnheader.el (nnheader-find-file-noselect):
7043         * mm-util.el (mm-insert-file-contents):
7044         Use (default-value 'major-mode) instead of default-major-mode.
7045
7046 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7047
7048         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7049
7050 2009-08-26  Glenn Morris  <rgm@gnu.org>
7051
7052         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
7053         than placing in files.el.
7054
7055 2009-08-25  Glenn Morris  <rgm@gnu.org>
7056
7057         * nnir.el (top-level): Don't require cl at run-time.
7058         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7059         Replace cl-function substitute with gnus-replace-in-string.
7060         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7061         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7062         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7063         simplified expansions.
7064
7065 2009-08-25  Kevin Ryde  <user42@zip.com.au>
7066
7067         * dig.el (dig): Add autoload cookie.
7068
7069 2009-08-22  Glenn Morris  <rgm@gnu.org>
7070
7071         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7072         goto-line.
7073
7074 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7075
7076         * parse-time.el (parse-time-string-chars): Save match data.
7077
7078 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7079
7080         * parse-time.el (parse-time-string-chars): Compute using character
7081         classes, to handle non-ascii characters (Bug#3190).
7082
7083 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7084
7085         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7086
7087         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7088         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7089         (gnus-mm-display-part, gnus-mime-display-single)
7090         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7091         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7092
7093         * gnus-sum.el
7094         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7095         (gnus-summary-move-article): Add expirable mark to articles copied or
7096         moved to group that has auto-expire turned on if the option is non-nil.
7097
7098 2009-07-24  Glenn Morris  <rgm@gnu.org>
7099
7100         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7101         Fix typo.  (Bug#3903)
7102
7103 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7104
7105         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7106         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7107         that should not be used for draft articles.
7108         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7109         that has no concern in minor mode keys.
7110         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7111         Abolish.
7112
7113 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7114
7115         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7116         article without making inquiry to a user for unknown encoding.
7117
7118         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7119         (nnmaildir--scan): Assume i-node and device number that file-attributes
7120         returns might be cons-cell.
7121
7122         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7123
7124         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7125
7126 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7127
7128         * auth-source.el: Remove docs now in auth.texi.  Don't use
7129         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7130         `auth-source-hide-passwords' and use them.
7131
7132 2009-07-15  Glenn Morris  <rgm@gnu.org>
7133
7134         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7135
7136 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7137
7138         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7139         excessive whitespace from the default values of title and description.
7140
7141 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7142
7143         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7144         mail-fetch-field to fetch Content-Description header in order to
7145         exclude newlines.
7146
7147 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7148
7149         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7150         format used by GnuPG 2.0.11.
7151
7152 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7153
7154         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7155         to deleted part.
7156
7157 2009-05-30  David Engster  <dengste@eml.cc>
7158
7159         * nnmairix.el: Remove old documentation in the commentary block.
7160         (nnmairix-request-group): Do not update active file for nnml back ends.
7161         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7162         end so that overview files are ignored.
7163         (nnmairix-update-groups): Make updating the groups more robust by using
7164         marks.
7165         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7166         with dollar characters in message-id.
7167
7168 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7169
7170         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7171         2008-12-25 in dns.el.
7172
7173 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7174
7175         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7176         could happen if the text is only composed of spaces and/or tabs.
7177
7178 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7179
7180         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7181         when sending a queued message to avoid extra mml tags.
7182
7183 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7184
7185         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7186
7187 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7188
7189         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7190         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7191         rmail-toggle-header for XEmacs;
7192         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7193
7194 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7195
7196         * gnus-dired.el: Remove autoload for gnus-setup-message.
7197         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7198         displaying Gnus logo; always use compose-mail.
7199
7200 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7201
7202         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7203
7204 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7205
7206         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7207         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7208         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7209         available.
7210         (gnus-nocem-epg-verify): New function.
7211
7212 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7213
7214         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7215
7216 2009-02-15  Glenn Morris  <rgm@gnu.org>
7217
7218         * gnus-util.el (rmail-insert-rmail-file-header)
7219         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7220         autoloads.
7221         (rmail-default-rmail-file): Remove unnecessary declaration.
7222         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7223
7224 2009-02-14  Glenn Morris  <rgm@gnu.org>
7225
7226         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7227         variable (only used in gnus-util, which declares it anyway).
7228         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7229         which was only needed by gnus-art (changed to not use it any more).
7230         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7231         only used in gnus-util, which autoloads it itself.
7232         (rmail-update-summary): Fix autoload.
7233
7234         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7235         rather than rmail-output-to-rmail-file.
7236
7237 2009-02-07  Glenn Morris  <rgm@gnu.org>
7238
7239         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7240         autoload of function that no longer exists.
7241         (rmail-toggle-header): Declare.
7242         (message-forward-rmail-make-body): Handle mbox Rmail.
7243
7244 2009-01-31  Glenn Morris  <rgm@gnu.org>
7245
7246         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7247         2009-01-09 change.
7248
7249 2009-01-31  Dave Love  <fx@gnu.org>
7250
7251         * imap.el (imap-fetch-safe): Bind debug-on-error.
7252         (imap-debug): Add imap-fetch-safe.
7253
7254 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7255
7256         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7257         (auth-source-forget-all-cached): New convenience function.
7258         (auth-source-user-or-password): Accept list of modes or a single mode.
7259
7260         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7261         auth-source modes.
7262
7263         * netrc.el (netrc-machine-user-or-password): Use list of
7264         auth-source modes.
7265
7266         * nnimap.el (nnimap-open-connection): Use list of
7267         auth-source modes.
7268
7269         * nntp.el (nntp-send-authinfo): Use list of
7270         auth-source modes.
7271
7272 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7273
7274         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7275         now.
7276
7277 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7278
7279         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7280         coding system in XEmacs; add a workaround for XEmacs.
7281
7282         * lpath.el: Fbind coding-system-aliasee.
7283
7284 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7285
7286         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7287         of current-language-environment.
7288
7289 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7290
7291         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7292         available at runtime.
7293
7294 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7295
7296         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7297
7298 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7299
7300         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7301         the greatest positive fixnum value doesn't work under an XEmacs with
7302         bignum support; use the most-positive-fixnum constant instead,
7303         available since Emacs 21.1 with cl and XEmacs 21.1.
7304
7305 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7306
7307         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7308         XEmacs gets not to work.
7309
7310 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7311
7312         * mm-util.el (mm-coding-system-priorities): Allow the value like
7313         "Japanese (UTF-8)" of current-language-environment.
7314
7315 2009-01-09  Glenn Morris  <rgm@gnu.org>
7316
7317         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7318         with last-command-event.
7319
7320 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7321
7322         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7323         in the doc string.
7324
7325         * message.el (message-fix-before-sending): Amend comment.
7326
7327 2009-01-08  Dave Love  <fx@gnu.org>
7328
7329         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7330
7331 2009-01-07  David Engster  <dengste@eml.cc>
7332
7333         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7334         simplified server definitions by converting it via
7335         gnus-server-to-method.
7336
7337 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7338
7339         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7340         parameter's operands.
7341
7342 2009-01-06  David Engster  <dengste@eml.cc>
7343
7344         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7345         primary select method (for gnus-group-mark-article-as-read).
7346
7347 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7348
7349         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7350         `(gnus)Face', not `(gnus)X-Face'.
7351
7352 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7353
7354         * mm-util.el (mm-ucs-to-char): New function.
7355
7356         * mm-url.el (mm-url-decode-entities): Use it.
7357
7358         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7359         unicode-to-char.
7360
7361 2009-01-05  Dave Love  <fx@gnu.org>
7362
7363         * time-date.el: Require cl for `declare'.
7364
7365 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7366
7367         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7368         Dave Love.
7369
7370 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7371
7372         * message.el (message-fix-before-sending): Add `eight-bit' to
7373         illegible-text check.
7374
7375 2009-01-03  Michael Olson  <mwolson@gnu.org>
7376
7377         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7378         `headers' is nil.  This can occur if the IMAP server does not have
7379         permissions to read messages from a folder, but can write new messages
7380         to the folder.
7381         (nnimap-request-article-part): Do not insert `data' if it is nil.
7382
7383         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7384         characters which will confuse `read', so skip past them.
7385
7386 2009-01-01  Dave Love  <fx@gnu.org>
7387
7388         * imap.el (imap-string-to-integer): Fix typo.
7389         (imap-fetch-safe): New function.
7390         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7391
7392         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7393
7394         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7395         (imap-parse-greeting): Fix doc strings.
7396         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7397         (imap-parse-flag-list): Make messages unique.
7398         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7399
7400         * nnimap.el: Fix author email.
7401         (nnimap-split-rule): Add FIXME comment.
7402         (nnimap-debug): Fix doc string.
7403
7404 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7405
7406         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7407
7408 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7409
7410         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7411         nslookup if resolv.conf isn't available.
7412         (dns-query): Rename from query-dns.
7413         (dns-query-cached): Rename from query-dns-cached.
7414
7415 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7416
7417         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7418         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7419         to check if those variables exist (first appeared in Emacs 18.50).
7420
7421 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7422
7423         * mm-util.el (mm-line-number-at-pos): New function.
7424
7425         * spam-report.el (spam-report-process-queue): Use it.
7426
7427 2008-12-24  David Engster  <dengste@eml.cc>
7428
7429         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7430         parameters that haven't existed as variables as buffer-local variables.
7431
7432 2008-12-23  Dave Love  <fx@gnu.org>
7433
7434         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7435         cadar.
7436
7437         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7438         imap-starttls-p.
7439         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7440
7441 2008-12-22  Dave Love  <fx@gnu.org>
7442
7443         * imap.el: Fix author email.  Doc fixes.
7444         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7445         reply.
7446
7447 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7448
7449         * spam-report.el (spam-report-gmane-max-requests): New constant.
7450         (spam-report-gmane-wait): New variable.
7451         (spam-report-gmane-ham, spam-report-gmane-spam)
7452         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7453         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7454         the server.
7455
7456         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7457         Add explanations.
7458
7459         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7460         nnheader-accept-process-output and nnheader-read-timeout if available.
7461         (pop3-movemail): Use it.
7462
7463         * message.el (message-check-news-body-syntax): Fix signature check if
7464         there's an attachment.
7465
7466 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7467
7468         * mm-util.el: Add comments to the mm- emulating functions.
7469
7470 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7471
7472         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7473         Reported by Stephen Berman <stephen.berman@gmx.net>.
7474
7475 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7476
7477         * mm-util.el (mm-substring-no-properties): New function.
7478         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7479         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7480         (mm-string-to-multibyte): Doc fix.
7481
7482         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7483
7484 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7485
7486         * mml.el (mml-attach-file): Strip text properties from file name.
7487         (Bug#1574)
7488
7489 2008-12-16  Glenn Morris  <rgm@gnu.org>
7490
7491         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7492
7493 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7494
7495         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7496         knows since the charset specified might be a bogus alias that
7497         mm-charset-synonym-alist provides.
7498
7499 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7500
7501         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7502         "ISO_8859-1".
7503
7504         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7505
7506 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7507
7508         * mm-util.el (mm-charset-eval-alist):
7509         Define it before mm-charset-to-coding-system.
7510         (mm-charset-to-coding-system): Add optional argument `silent';
7511         define it before mm-charset-override-alist.
7512         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7513         default value if it can be used in Emacs currently running;
7514         silence mm-charset-to-coding-system.
7515
7516 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7517
7518         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7519         `allow-override' which says whether to use `mm-charset-override-alist'.
7520         (rfc2047-decode-encoded-words): Use it.
7521
7522         * mm-util.el (mm-charset-override-alist): Fix custom type;
7523         add `(gb2312 . gbk)' to choices.
7524
7525 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7526
7527         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7528         fast.
7529
7530         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7531
7532         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7533
7534 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7535
7536         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7537         on links.
7538
7539         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7540
7541 2008-12-03  Lute Kamstra  <lute@gnu.org>
7542
7543         * sha1.el: Remove leading * from docstrings of defcustoms,
7544         deffaces, defconsts and defuns.
7545
7546 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7547
7548         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7549         users' addresses that don't have domain parts.
7550         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7551         rather than message-narrow-to-head since there will be the message
7552         header separator.
7553
7554 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7555
7556         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7557         since the result is inserted in a unibyte buffer anyway.
7558         (nnimap-demule-use-string-to-multibyte): Remove.
7559         (nnimap-demule): Alias it to mm-string-to-multibyte.
7560
7561 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7562
7563         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7564         variable for debugging bug#464 and bug#1174.
7565         (nnimap-demule): Use it.
7566
7567 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7568
7569         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7570         score calculation correctly.
7571
7572 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7573
7574         * message.el (message-send-mail): Just set the buffer to unibyte
7575         rather than use mm-with-unibyte-current-buffer which does a lot more.
7576         (message-send-mail-partially): Don't bother with
7577         mm-with-unibyte-current-buffer since it's already been made unibyte by
7578         message-send-mail.
7579
7580 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7581
7582         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7583
7584 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7585
7586         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7587
7588 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7589
7590         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7591         require itself and to remove `with-no-warnings'.
7592
7593 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7594
7595         * starttls.el (starttls-any-program-available): Get the name of the
7596         available TLS layer program.
7597         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7598         well as the host name in the "opening" message.
7599
7600         * auth-source.el (auth-source-cache, auth-source-do-cache)
7601         (auth-source-user-or-password): Cache passwords and logins by default,
7602         allow override with `auth-source-do-cache'.
7603         (auth-source-forget-user-or-password): Allow users to remove cache
7604         entries if needed.
7605
7606 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7607
7608         * md4.el (md4-buffer): Fix typo in docstring.
7609         (md4, md4-64): Doc fixes.
7610         (md4-pack-int32): Reflow docstring.
7611
7612 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7613
7614         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7615         condition-case to only the forward-sexp call.
7616
7617 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7618
7619         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7620         quotes contained.  Make it more robust regardless by an extra
7621         condition-case wrapper.
7622
7623 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7624
7625         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7626
7627 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7628
7629         * nnml.el (nnml-request-expire-articles): Check if the function set to
7630         `nnmail-expiry-target' returns the symbol `delete'.
7631
7632         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7633
7634         * nnmail.el (nnmail-expiry-target): Fix custom type.
7635
7636 2008-10-02  Glenn Morris  <rgm@gnu.org>
7637
7638         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7639         Silence compiler warning.
7640
7641 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7642
7643         * tls.el (open-tls-stream): Show the actual command being
7644         executed, instead of the format string.
7645
7646 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7647
7648         * lpath.el: Fbind codepage-setup for Emacs 23.
7649
7650 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7651
7652         * mml.el (mml-menu): Don't assume mml2015 is bound.
7653
7654 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7655
7656         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7657         exists.
7658
7659 2008-09-27  Glenn Morris  <rgm@gnu.org>
7660
7661         * gnus-util.el (mail-header-remove-comments): Autoload it.
7662
7663 2008-09-27  Andreas Schwab  <schwab@suse.de>
7664
7665         * gnus-util.el (gnus-split-references): Strip comments.
7666         (gnus-parent-id): Likewise.
7667
7668 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7669
7670         * message.el (message-confirm-send): Fix version.
7671
7672 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7673
7674         * message.el (message-idna-to-ascii-rhs-1): Use
7675         mail-extract-address-components rather than mail-header-parse-addresses
7676         that is an alias by default to ietf-drums-parse-addresses that does not
7677         support non-ASCII names in headers' contents.
7678
7679 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7680
7681         * message.el (message-confirm-send): Fix variable documentation to
7682         avoid the "y/n" wording.
7683
7684 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7685
7686         * message.el (message-set-auto-save-file-name): Save to a different
7687         filename so multiple messages (especially drafts) can be recovered.
7688
7689 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7690
7691         * message.el (message-confirm-send): Add appropriate version.
7692
7693 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7694
7695         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7696         defvar.
7697
7698 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7699
7700         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7701         (mm-pkcs7-enveloped-magic): Ditto.
7702
7703 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7704
7705         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7706         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7707
7708 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7709
7710         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7711         default, it's better.
7712
7713 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7714
7715         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7716         summary line gnus-number property and ignore them (with a warning
7717         message).
7718
7719 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7720
7721         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7722         macro caddr in the interactive form since it won't be expanded.
7723
7724 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7725
7726         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7727         `charset'; fix name of function called recursively.
7728         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7729
7730 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7731
7732         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7733         (gnus-mime-set-charset-parameters): New function.
7734         (gnus-mime-view-part-as-charset): Use it to correctly display part
7735         specifying wrong charset.
7736
7737 2008-09-08  David Engster  <dengste@eml.cc>
7738
7739         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7740         in completing-read for back end server.
7741
7742 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7743
7744         * message.el (message-confirm-send): New variable to confirm sending a
7745         message.
7746         (message-send): Use it.
7747
7748 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7749
7750         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7751
7752 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7753
7754         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7755
7756 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7757
7758         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7759         prevent tracking too many groups.
7760         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7761         Use it.
7762
7763 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7764
7765         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7766         moving point to the bottom of the window in order to avoid recentering.
7767
7768 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7769
7770         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7771
7772         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7773         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7774         (gnus-article-beginning-of-window): Fix calculation.
7775
7776 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7777
7778         * gnus-msg.el (gnus-summary-supersede-article)
7779         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7780         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7781         message header.
7782
7783 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7784
7785         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7786         pending output coming after the status change.
7787
7788 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7789
7790         * message.el:
7791         * gnus-start.el:
7792         * gnus-registry.el: Remove VMS support.
7793
7794 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7795
7796         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7797         macro.
7798         (rfc2104-hash): Use it.
7799
7800 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7801
7802         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7803         (gnus-summary-sort-by-most-recent-date): New commands.
7804         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7805         and menu entries.
7806
7807 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7808
7809         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7810         don't redisplay article for raw contents; remove plural articles stuff.
7811
7812         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7813         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7814         on gnus-summary-save-article; display results properly.
7815
7816 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7817
7818         * lpath.el: No need to fbind ns-focus-frame.
7819
7820 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7821
7822         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7823
7824 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7825
7826         * gnus-art.el (gnus-summary-save-in-pipe):
7827         Consider gnus-save-all-headers.
7828
7829 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7830
7831         * gnus-util.el (ns-focus-frame): Remove declaration.
7832         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7833         like x.
7834
7835 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7836
7837         * rfc2104.el (rfc2104-zero): Delete defconst.
7838         (rfc2104-hex-alist): Likewise.
7839         (rfc2104-hex-to-int): Delete func.
7840         (rfc2104-hexstring-to-bitstring): Likewise.
7841         (rfc2104-nybbles): New defconst.
7842         (rfc2104-hash): Rewrite for speed.
7843
7844 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7845
7846         * tls.el (open-tls-stream): Make it work with the 2nd argument
7847         BUFFER that is a string but does not exist as a buffer object, as
7848         mentioned in the doc-string.
7849
7850 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7851
7852         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7853         SXEmacs.
7854
7855 2008-07-16  Glenn Morris  <rgm@gnu.org>
7856
7857         * gnus-util.el (ns-focus-frame): Declare for compiler.
7858
7859 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7860
7861         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7862         set as a group parameter.
7863         (gnus-summary-save-in-pipe): Work when it is called independently.
7864         (gnus-summary-pipe-to-muttprint): Don't modify
7865         gnus-summary-pipe-output-default-command.
7866
7867 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7868
7869         * message.el (message-send-mail-with-sendmail):
7870         Display the error message.
7871
7872 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7873
7874         * gnus-art.el (gnus-default-article-saver):
7875         Add gnus-summary-save-in-pipe to choices.
7876         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7877         gnus-summary-pipe-output-default-command as the default command.
7878         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7879         instead of gnus-last-shell-command.
7880
7881         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7882         New user option.
7883         (gnus-summary-muttprint-program): Mention the value will be changed.
7884         (gnus-summary-save-article): Force showing of all headers.
7885         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7886
7887 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7888
7889         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7890
7891 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7892
7893         * nnimap.el (nnimap-id):
7894         * sieve-manage.el (sieve-manage-open): Doc fixes.
7895
7896 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7897
7898         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7899         if available.
7900
7901 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7902
7903         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7904
7905         * nnkiboze.el (nnkiboze-generate-group):
7906         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7907
7908         * nnmairix.el: Require CL.
7909
7910 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7911
7912         * dgnushack.el: Autoload get-display-table and put-display-table for
7913         XEmacs 21.5.
7914
7915         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7916         21.4 and SXEmacs.
7917
7918 2008-06-15  David Engster  <dengste@eml.cc>
7919
7920         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7921
7922 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7923
7924         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7925         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7926         runtime choice under XEmacs.
7927
7928         * gnus-sum.el (gnus-summary-set-display-table):
7929         Use `gnus-put-display-table', `gnus-get-display-table',
7930         `gnus-set-display-table' for the display table, instead of `aset'.
7931
7932         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7933         Use `gnus-put-display-table', `gnus-get-display-table',
7934         `gnus-set-display-table' for the display table.
7935
7936 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7937
7938         * nnmairix.el: Add autoloads.
7939
7940 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7941
7942         * nnmairix.el (nnmairix-delete-recreate-group)
7943         (nnmairix-update-and-clear-marks): Fix error messages.
7944
7945 2008-06-14  David Engster  <dengste@eml.cc>
7946
7947         * nnmairix.el: Upgrade to version 0.6.
7948         (nnmairix-group-toggle-propmarks-this-group)
7949         (nnmairix-group-toggle-readmarks-this-group)
7950         (nnmairix-group-delete-recreate-this-group)
7951         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7952         (nnmairix-remove-tick-mark-original-article): New commands.
7953         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7954         (nnmairix-propagate-marks-to-nnmairix-groups)
7955         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7956         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7957         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7958         functions needed for marks propagation and manipulation of read marks.
7959         (nnmairix-update-groups): New function.
7960         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7961         (nnmairix-determine-original-group-from-registry)
7962         (nnmairix-determine-original-group-from-path)
7963         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7964         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7965         New helper functions.
7966         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7967         keystrokes for new commands.
7968         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7969         (nnmairix-request-group): Check allow-fast group parameter.
7970         (nnmairix-request-create-group): Set allow-fast group parameter if
7971         nnmairix-allowfast-default is set.
7972         (nnmairix-close-group): Propagate marks upon closing if needed.
7973         (nnmairix-group-toggle-threads-this-group): Use new.
7974         nnmairix-group-toggle-parameter helper function.
7975         (nnmairix-search): Better check for empty search result.
7976         (nnmairix-goto-original-article): Use new helper functions for
7977         determining original article.
7978         (nnmairix-show-original-article): Make sure message-id is in brackets.
7979         (nnmairix-call-mairix-binary): Change variable name.
7980         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7981         helper function.
7982         (nnmairix-widget-toggle-activate): Fix doc string.
7983
7984 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7985
7986         * nnir.el: Require edmacro when compiling with XEmacs.
7987         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7988         available in Emacs 21.
7989
7990 2008-06-11  Glenn Morris  <rgm@gnu.org>
7991
7992         * gnus-util.el (x-focus-frame):
7993         * gnus.el (image-size):
7994         * mm-decode.el (image-size): Declare.
7995
7996         * gnus-picon.el (declare-function): Add compat definition.
7997         (image-size): Declare.
7998
7999         * gnus-group.el (tool-bar-map):
8000         * gnus-sum.el (tool-bar-map): Define for compiler.
8001
8002         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8003
8004         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8005
8006         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8007         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8008         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8009         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8010         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8011         * sieve-manage.el, spam-report.el, spam.el:
8012         Remove unnecessary eval-and-compile of autoloads.
8013
8014 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8015
8016         * auth-source.el: Precise Tramp doc.
8017
8018 2008-06-07  Glenn Morris  <rgm@gnu.org>
8019
8020         * nnmairix.el: Remove unnecessary eval-when-compile.
8021
8022 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8023
8024         * lpath.el: Fbind propertize for XEmacs 21.4.
8025
8026 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
8027
8028         * nnir.el: Move here from ../contrib.
8029
8030 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8031
8032         * gnus-util.el (gnus-read-shell-command): New function.
8033         * mm-decode.el (mm-pipe-part):
8034         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8035
8036 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8037
8038         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8039
8040 2008-06-03  Glenn Morris  <rgm@gnu.org>
8041
8042         * pop3.el (nnheader-accept-process-output): Autoload it.
8043
8044 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8045
8046         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8047         are not 2-digit hexadecimal characters that follow `%'s.
8048
8049 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8050
8051         * message.el (message-bogus-recipient-p): Fix type in doc string.
8052         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8053         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8054         Improve custom options.
8055         (message-bogus-recipient-p): Adjust accordingly.
8056
8057 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
8058
8059         * parse-time.el (parse-time-months, parse-time-weekdays): Add
8060         long-form month and day names.
8061
8062 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8063
8064         * dgnushack.el: Autoload debug, eudc-expand-inline and
8065         pgg-snarf-keys-region for XEmacs.
8066
8067         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
8068
8069         * nnmairix.el: Require edmacro when compiling with XEmacs.
8070
8071 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8072
8073         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8074         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8075
8076 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8077
8078         * auth-source.el: Add more docs.
8079
8080         * netrc.el (netrc-machine): Always match if the port is not given.
8081
8082 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8083
8084         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8085         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8086         retrieval faster in some cases, but might make CPU usage larger.
8087         If this has any bad side effects, we might revert this change.
8088
8089         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8090         seems to make mail retrieval much, much faster.
8091         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8092         unconditionally.
8093
8094         * gnus-draft.el (gnus-group-send-queue):
8095         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8096
8097 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8098
8099         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8100
8101         * message.el (message-bogus-address-regexp): Fix and improve custom
8102         type.
8103         (message-setup-hook): Add message-check-recipients as custom option.
8104
8105 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8106
8107         * message.el (message-cite-function): Remove bogus autoload which crept
8108         in during merge from v5-10.
8109
8110 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8111
8112         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8113
8114         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8115
8116         * auth-source.el: Preliminary Tramp docs.
8117         (auth-sources): Change the default auth-sources to use
8118         EPA .gpg files.
8119
8120 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8121
8122         * nntp.el: Autoload `auth-source-user-or-password'.
8123         (nntp-send-authinfo): Use it.
8124
8125         * nnimap.el: Autoload `auth-source-user-or-password'.
8126         (nnimap-open-connection): Use it.
8127
8128         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8129         for the gnus-message function.
8130         (auth-source-user-or-password): Use it.
8131
8132 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8133
8134         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8135         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8136         (rfc2104-hash): Use it.
8137
8138 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8139
8140         * gnus-art.el (gnus-article-toggle-truncate-lines):
8141         Don't use `iff' in docstring.
8142
8143 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8144
8145         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8146
8147         * gnus-util.el (gnus-extract-address-component-name)
8148         (gnus-extract-address-component-email): Convenience functions around
8149         `gnus-extract-address-components'.
8150
8151         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8152         Use `gnus-extract-address-component-email' to fix bug of comparing full
8153         sender name to `user-mail-address'.
8154
8155 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8156
8157         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8158         catch/throw to optimize.
8159         (gnus-registry-find-keywords): Just use member to find a keyword.
8160
8161 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8162
8163         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8164         is current before calling gnus-server-prepare.
8165         (gnus-server-setup-buffer, gnus-server-update-server)
8166         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8167
8168 2008-05-04  Juri Linkov  <juri@jurta.org>
8169
8170         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8171         (mailcap-file-default-commands): Use mailcap-replace-in-string
8172         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8173         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8174
8175 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8176
8177         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8178
8179 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8180
8181         * gnus.el: Bump version to 0.11.
8182
8183 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8184
8185         * gnus.el: No Gnus v0.10 is released.
8186
8187 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8188
8189         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8190         hooks.
8191         (gnus-update-read-articles): Speed up non-marks-using users.
8192         (gnus-use-marks): Define gnus-use-marks.
8193         (gnus-propagate-marks): Rename variable to something more sensible.
8194
8195 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8196
8197         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8198         (gmm-image-load-path-for-library): Fix typos in docstrings.
8199         (gmm-message): Reflow docstring.
8200
8201 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8202
8203         * mail-source.el (mail-source-set-1, mail-source-bind):
8204         Move auth-source code out of the macro to clean it up and fix bugs.
8205
8206 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8207
8208         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8209         by sender if it's equal to user-mail-address, it's likely to be
8210         useless.
8211
8212         * mail-source.el (mail-source-bind): Don't use user or password if they
8213         are not bound.  Unintern them if they are nil.  Don't use server unless
8214         it's bound, and default it to empty string otherwise.
8215
8216 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8217
8218         * mail-source.el: Load auth-source.el.
8219         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8220         get user name or password, if auth-sources is set up.
8221
8222         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8223         strategy of splitting with parent.
8224         (gnus-registry-split-fancy-with-parent)
8225         (gnus-registry-post-process-groups): Use it and fix prior
8226         bug (returning a list as the split result).
8227
8228         * auth-source.el (auth-sources): Remove server parameter.
8229         (auth-source-pick, auth-source-user-or-password)
8230         (auth-source-user-or-password-imap)
8231         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8232         (auth-source-user-or-password-sftp)
8233         (auth-source-user-or-password-smtp): Remove server parameter.
8234
8235 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8236
8237         * smime.el (smime-sign-region, smime-encrypt-region)
8238         (smime-decrypt-region):
8239         Remove redundant calls to `generate-new-buffer-name'.
8240
8241 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8242
8243         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8244         Don't use QP for message/rfc822.
8245         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8246
8247 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8248
8249         * sieve-manage.el (sieve-string-bytes): Remove.
8250         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8251         correct byte-length only if the process's coding-system is the same as
8252         the one used internally by Emacs to represent strings.
8253
8254 2008-04-22  Juri Linkov  <juri@jurta.org>
8255
8256         * mailcap.el (mailcap-file-default-commands): New function.
8257
8258 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8259
8260         * message.el (message-signature-separator, message-cite-function):
8261         Change custom version.
8262
8263 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8264
8265         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8266         commands.
8267         (tls-checktrust): Ditto.
8268
8269 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8270
8271         * mm-decode.el (mm-display-external): Make temp file read-only.
8272
8273 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8274
8275         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8276         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8277         `C-c C-f d'.
8278
8279 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8280
8281         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8282
8283 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8284
8285         * gnus.el: Bump version to 0.9.
8286
8287 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8288
8289         * gnus.el: No Gnus v0.8 is released.
8290
8291 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8292
8293         * mail-source.el (mail-source-value):
8294         Prefer fboundp to functionp so it works with macros as well.
8295
8296 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8297
8298         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8299         Fix last change in case the element is not even a symbol.
8300
8301 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8302
8303         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8304         Prefer fboundp to functionp so it works with macros as well.
8305
8306 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8307
8308         * auth-source.el: Add docs.
8309         (auth-sources): Modify format to support server.
8310         (auth-source-pick, auth-source-user-or-password)
8311         (auth-source-user-or-password-imap)
8312         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8313         (auth-source-user-or-password-sftp)
8314         (auth-source-user-or-password-smtp): Add server parameter.
8315
8316 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8317
8318         * gnus-registry.el: Initialize the registry when gnus-registry-install
8319         is t.
8320
8321 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8322
8323         * compface.el (uncompface): Make buffer unibyte.
8324
8325 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8326
8327         * mail-source.el (mail-source-value):
8328         Prefer fboundp to functionp so it works with macros as well.
8329
8330 2008-04-05  Glenn Morris  <rgm@gnu.org>
8331
8332         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8333
8334 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8335
8336         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8337         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8338
8339         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8340         multibyteness after rather than before erasing it.
8341
8342         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8343         mm-with-multibyte.
8344         (gnus-request-article-this-buffer): Make sure the proper decoding is
8345         used if gnus-original-article-buffer happens to be unibyte.
8346
8347         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8348         default-enable-multibyte-characters.
8349
8350         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8351         default-enable-multibyte-characters.
8352
8353         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8354
8355         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8356
8357 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8358
8359         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8360         Fix last change in case the element is not even a symbol.
8361
8362 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8363
8364         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8365         (imap-message-copyuid-1): Use it.
8366         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8367         J. Williams in
8368         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8369
8370         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8371         imap-enable-exchange-bug-workaround.
8372         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8373
8374 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8375
8376         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8377         a 100 byte status-checks into a 2-3MB transfer for each group.
8378         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8379         to enable bug workaround or not.
8380         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8381
8382 2008-03-31  Glenn Morris  <rgm@gnu.org>
8383
8384         * message.el (mml2015-use): Declare for compiler.
8385         (message-info): Require mml2015 when appropriate.
8386
8387 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8388
8389         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8390         whitespace.
8391
8392 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8393
8394         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8395         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8396         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8397         (nntp-service-to-port): New function.
8398         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8399         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8400         (nntp-open-netcat-stream): New function.
8401         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8402
8403 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8404
8405         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8406
8407 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8408
8409         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8410
8411 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8412
8413         * dns.el (dns-write): Use set-buffer-multibyte.
8414
8415 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8416
8417         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8418
8419 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8420
8421         * message.el (message-signature-separator): Change default.
8422         Improve custom type.
8423         (message-cite-function): Change default to
8424         message-cite-original-without-signature.
8425
8426         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8427         toggle.
8428
8429         * message.el (message-check-news-body-syntax): Fix signature check.
8430         (message-setup-1): Mark buffer as unmodified _after_ running
8431         message-setup-hook and handling message-alternative-emails.
8432         (message-shorten-references): Be more strict when building list of
8433         valid references to comply with GNKSA.
8434
8435         * gnus-group.el (gnus-read-ephemeral-bug-group)
8436         (gnus-read-ephemeral-debian-bug-group)
8437         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8438
8439         * message.el (message-info): Don't use booleanp which isn't supported
8440         in Emacs 21 and XEmacs.
8441
8442 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8443
8444         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8445         gnus-group-gmane-group-download-format.
8446         (gnus-group-read-ephemeral-gmane-group): Rename from
8447         gnus-group-read-ephemeral-gmane-group.
8448         (gnus-read-ephemeral-gmane-group-url): Rename from
8449         gnus-group-read-ephemeral-gmane-group-url.
8450         (gnus-bug-group-download-format-alist): New variable.
8451         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8452         (gnus-read-ephemeral-emacs-bug-group): New commands.
8453
8454 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8455
8456         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8457         (gnus-visible-headers): Improve custom type.
8458
8459 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8460
8461         * mml.el (mml-menu): Add workarounds for XEmacs.
8462
8463         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8464         X-Boundary header.
8465
8466         * message.el (message-simplify-recipients): Fix previous commit.
8467
8468 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8469
8470         * mm-util.el (mm-set-buffer-multibyte): New function.
8471         * mm-decode.el (mm-copy-to-buffer): Use it.
8472
8473         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8474         Prefer fboundp to functionp so it works with macros as well.
8475
8476 2008-03-19  Glenn Morris  <rgm@gnu.org>
8477
8478         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8479         Accidentally removed in the sync process with Emacs.
8480
8481 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8482
8483         * message.el (message-alter-recipients-discard-bogus-full-name):
8484         New function.
8485         (message-alter-recipients-function): New variable.
8486         (message-get-reply-headers): Use it.
8487         (message-replace-header): New helper function.
8488         (message-recipients-without-full-name): New variable.
8489         (message-simplify-recipients): New command.
8490
8491         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8492
8493         * message.el (message-info): Handle EasyPG manual.
8494
8495         * mml.el (mml-menu): Add entry for EasyPG.
8496
8497 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8498
8499         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8500         parameter.
8501
8502         * message.el (message-disassociate-draft): Specify drafts group name
8503         fully.
8504
8505 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8506
8507         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8508         Eliminate unnecessary duplicates from the match list.
8509
8510 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8511
8512         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8513
8514         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8515
8516         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8517         args of `how-many' of which the XEmacs version doesn't take; declare
8518         Info-index-next as function.
8519
8520 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8521
8522         * gnus-score.el (gnus-score-headers): Fix handling of
8523         gnus-inhibit-slow-scoring.
8524
8525         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8526         string.
8527         (gnus-button-url-regexp): Improve handling of parenthesis.
8528         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8529         (gnus-button-handle-info-keystrokes): Handle index entries.
8530
8531 2008-03-15  Glenn Morris  <rgm@gnu.org>
8532
8533         * parse-time.el (parse-time-string): Simplify.
8534
8535 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8536
8537         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8538         Incoming* files.
8539
8540 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8541
8542         * auth-source.el (auth-sources): Rename from auth-source-choices.
8543         (auth-source-pick): Use it.
8544
8545 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8546
8547         * binhex.el (binhex-decode-region-internal):
8548         * uudecode.el (uudecode-decode-region-internal):
8549         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8550         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8551         setting default-enable-multibyte-characters.
8552
8553 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8554
8555         * auth-source.el (auth-source-protocols)
8556         (auth-source-protocols-customize, auth-source-choices): Add and
8557         modified variable customizations and defaults.
8558         (auth-source-pick, auth-source-user-or-password)
8559         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8560         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8561         (auth-source-user-or-password-sftp)
8562         (auth-source-user-or-password-smtp): Use new variables and provide an
8563         interface to netrc.el.
8564
8565 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8566
8567         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8568         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8569         Make sure the nntp port to specify is a string.
8570
8571 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8572
8573         * nntp.el: Use with-current-buffer.
8574         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8575         dubious mm-with-unibyte-current-buffer.
8576         (nntp-with-open-group-function): New function extracted from
8577         nntp-with-open-group macro.
8578         (nntp-with-open-group): Use the function, so it's easier to debug.
8579         Add indentation and debugging info.
8580         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8581         Recommend the use of the netcat alternatives.
8582
8583         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8584         Avoid mm-string-as-multibyte as well.
8585
8586         * nnweb.el (nnweb-insert-html):
8587         Remove use of nnheader-string-as-multibyte.
8588
8589         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8590         (nnheader-string-as-multibyte): Remove.
8591
8592         * mm-view.el: Use inhibit-read-only.
8593         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8594         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8595         or unibyte-string.
8596
8597         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8598         (mm-uu-yenc-extract): Use with-current-buffer.
8599
8600         * gnus-soup.el (gnus-soup-send-packet): Don't use
8601         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8602
8603         * nnmh.el: Use with-current-buffer.
8604         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8605         mm-string-as-multibyte on the output of mm-encode-coding-string.
8606
8607         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8608         (nnimap-request-move-article): Use with-current-buffer.
8609
8610         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8611         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8612         conversion uses string-make-unibyte rather than string-as-unibyte.
8613
8614         * gnus-msg.el: Use with-current-buffer.
8615
8616         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8617
8618 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8619
8620         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8621         string for caching if it is 'PIN.
8622
8623 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8624
8625         * lpath.el: Consider the case without Emacs/W3.
8626
8627 2008-03-08  Glenn Morris  <rgm@gnu.org>
8628
8629         * time-date.el (date-to-time, time-subtract, time-add)
8630         (safe-date-to-time): Doc fixes.
8631
8632 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8633
8634         * mail-source.el (mail-source-delete-old-incoming-confirm):
8635         Change default to nil.
8636         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8637
8638 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8639
8640         * lpath.el: Rearrange.
8641
8642         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8643         (gnus-article-goto-prev-page): Work for articles having ^L's.
8644
8645         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8646
8647         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8648
8649 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8650
8651         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8652         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8653         (gnus-bookmark-jump): Adjust some variable names.
8654
8655 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8656
8657         * auth-source.el: New package.
8658         (auth-source-choices): Add customization entry point variable.
8659
8660         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8661         bug.
8662
8663 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8664
8665         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8666         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8667         (gnus-registry-install-shortcuts): Rename from
8668         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8669         the `gnus-registry-mark-map' keymap dynamically from
8670         `gnus-registry-marks'.  The generated functions update the summary line
8671         when a registry mark is added or deleted, and will call
8672         `gnus-registry-install-p' (see the comments in the code).
8673         (gnus-registry-user-format-function-M): Use concat intelligently.
8674
8675         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8676         the registry mark functions.
8677
8678 2008-03-05  Glenn Morris  <rgm@gnu.org>
8679
8680         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8681         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8682         gnus-art.
8683         (top-level): No need to load own source when compiling.
8684
8685 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8686
8687         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8688         Suggested by <chris.anderton@zetnet.co.uk>.
8689
8690 2008-03-04  Glenn Morris  <rgm@gnu.org>
8691
8692         * gnus-sum.el (top-level): No need to require gnus when compiling,
8693         since unconditionally required near start of file.
8694         (gnus-summary-display-while-building): Move definition before use.
8695
8696 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8697
8698         * gnus-registry.el (gnus-registry-user-format-function-M):
8699         Add formatting function.
8700
8701 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8702
8703         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8704         with plists.
8705         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8706         Use new format.
8707
8708 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8709
8710         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8711         `where-is-internal' that returns a range of key sequences.
8712
8713 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8714
8715         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8716
8717         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8718         (gnus-summary-jump-to-group): Consider windows on other displayed
8719         frames as well.  Similar changes might be needed elsewhere, but that's
8720         the one I've bumped into during my use.
8721
8722         * nndoc.el (nndoc-oe-dbx-type-p):
8723         * gnus-msg.el (gnus-debug):
8724         * gnus-group.el (gnus-update-group-mark-positions):
8725         Use mm-string-to-multibyte.
8726
8727 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8728
8729         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8730         doesn't handle NotDashEscaped.
8731
8732         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8733         (mml-dnd-attach-options): Fix typo in custom choice.
8734
8735         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8736         Change nndoc-article-type to mbox.
8737         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8738
8739         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8740         to nil, instead of html2text.
8741
8742         * imap.el (imap-debug): Add `imap-ping-server'.
8743
8744         * gnus-bookmark.el: Add FIXMEs.
8745
8746         * message.el (message-form-letter-separator)
8747         (message-send-form-letter-delay): New variables.
8748         (message-send-form-letter): Use them.  New command to send form
8749         letters.  Requested by Uwe Siart.
8750         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8751
8752 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8753
8754         * Update copyright years.
8755
8756 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8757
8758         Sync from EMACS_22_BASE.
8759
8760         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8761
8762 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8763
8764         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8765         empty author.
8766
8767 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8768
8769         * gnus-registry.el (gnus-registry-marks): Add variable for
8770         customization of marks and their appearance.
8771         (gnus-registry-read-mark): Use it.
8772         (gnus-registry-do-marks): Add utility function to loop through
8773         `gnus-registry-marks'.
8774         (gnus-registry-install-shortcuts-and-menus): Add function to install
8775         shortcuts and menus.
8776         (gnus-registry-initialize): Use it.
8777         (gnus-registry-default-mark): Clarify documentation.
8778
8779 2008-02-29  Glenn Morris  <rgm@gnu.org>
8780
8781         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8782         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8783         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8784         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8785         Change defcustom :version from 23.0 to 23.1.
8786
8787 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8788
8789         * gnus-registry.el (gnus-registry-follow-group-p)
8790         (gnus-registry-post-process-groups): Add functions to aid registry
8791         splitting and improve logging.  Clarify behavior in function
8792         documentation.
8793         (gnus-registry-split-fancy-with-parent): Use them.
8794
8795 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8796
8797         * gnus-art.el: Use with-current-buffer.
8798
8799 2008-02-27  David Engster  <dengste@eml.cc>
8800
8801         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8802         Express real group name in the response.
8803
8804 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8805
8806         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8807         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8808         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8809         autoload gnus-registry-fetch-group when compiling.
8810         (nnmairix-request-group-with-article-number-correction):
8811         Remove unreferenced argument passed to nnmairix-call-backend.
8812
8813 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8814
8815         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8816         (mm-uu-extract): Improve face for low color ttys.
8817         Reported by Sascha Wilde.
8818
8819 2008-02-27  Glenn Morris  <rgm@gnu.org>
8820
8821         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8822         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8823         variables to defconsts.  Convert comments to doc-strings.
8824         (nnmairix-last-server, nnmairix-current-server): Convert from free
8825         variables to defvars.  Convert comments to doc-strings.
8826         (gnus-registry-fetch-group): Autoload.
8827         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8828         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8829         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8830         caddr.
8831         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8832         nnmairix-request-group-with-article-number-correction call.
8833         (nnmairix-fast, nnmairix-group): New, less general names, for free
8834         variables passed from nnmairix-request-group to
8835         nnmairix-request-group-with-article-number-correction.  Declare.
8836         (nnmairix-request-group-with-article-number-correction):
8837         Use nnmairix-fast, nnmairix-group rather than fast, group.
8838
8839 2008-02-26  David Engster  <dengste@eml.cc>
8840
8841         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8842         version 0.5.
8843
8844 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8845
8846         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8847         instead of making an extra function call.  Don't add the current group
8848         to articles only when they have the group.  Use
8849         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8850         Reported by David <de_bb@arcor.de>.
8851
8852 2008-02-24  Miles Bader  <miles@gnu.org>
8853
8854         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8855         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8856         (mm-find-mime-charset-region):
8857         * mm-bodies.el (mm-encode-body):
8858         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8859
8860 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8861
8862         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8863         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8864
8865 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8866
8867         * mail-source.el (mail-source-delete-incoming): Change default.
8868         Supplement doc string.
8869
8870         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8871
8872 2008-02-14  Glenn Morris  <rgm@gnu.org>
8873
8874         * time-date.el (format-seconds): New function.
8875
8876 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8877
8878         * nnmail.el (nnmail-message-id-cache-file): Derive from
8879         `gnus-home-directory'.
8880
8881 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8882
8883         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8884         Document negative prefix.
8885
8886         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8887
8888 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8889
8890         * message.el (message-unsent-separator): Add the Exim bounce
8891         separator.
8892
8893 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8894
8895         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8896         list.
8897         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8898         recipient/signer list.
8899
8900 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8901
8902         * Makefile.in (datarootdir): Define.
8903         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8904         name that might contain whitespace.
8905
8906 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8907
8908         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8909         fbound (Emacs 23 unicode), signal an error.
8910
8911 2008-02-08  Glenn Morris  <rgm@gnu.org>
8912
8913         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8914
8915 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8916
8917         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8918         ports to the calls to `netrc-machine-user-or-password' in addition to
8919         "imap" and "imaps".
8920
8921 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8922
8923         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8924
8925         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8926
8927 2008-02-01  Kenichi Handa  <handa@m17n.org>
8928
8929         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8930         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8931         (rfc2104-hash): Convert the result of concat to unibyte string.
8932
8933 2008-02-01  Dave Love  <fx@gnu.org>
8934
8935         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8936         coding-system-for-read.
8937         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8938
8939 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8940
8941         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8942         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8943         <hanche@math.ntnu.no>.
8944
8945 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8946
8947         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8948
8949         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8950
8951 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8952
8953         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8954         * message.el (message-beginning-of-line): Use featurep instead of bound
8955         tests in order to resolve conditionals at compile time.
8956
8957 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8958
8959         * mail-source.el (mail-sources): Add `group' choice.
8960
8961         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8962         parameter `in-group' to control into which group the articles go.
8963         Add treatment of `group' mail-source.
8964
8965 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8966
8967         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8968
8969         * mm-decode.el (mm-dissect-buffer): Decode description.
8970
8971         * mml.el (mml-to-mime): Encode message header first.
8972
8973 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8974
8975         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8976         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8977
8978         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8979         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8980
8981 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8982
8983         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8984
8985 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8986
8987         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8988         prefix keys.
8989         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8990         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8991         gnus-xmas.el.
8992
8993         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8994         (gnus-xmas-article-describe-bindings): New function.
8995         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8996         gnus-xmas-article-describe-bindings.
8997
8998         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8999
9000 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9001
9002         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9003         Add new variables for article mark management.
9004         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9005         list of extra data entries which, when present, will indicate that the
9006         article ID should not be trimmed from the registry.
9007         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9008         functions.
9009         (gnus-registry-read-mark): New function to read a mark name from the
9010         user.
9011         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9012         (gnus-registry-set-article-mark-internal): New functions to add and
9013         remove marks.
9014         (gnus-registry-get-article-marks): New function to show the marks for
9015         an article, or retrieve them for further use.
9016
9017 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9018
9019         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9020         keys when no argument is given.
9021
9022 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9023
9024         * imap.el (imap-ping-server): New variable.
9025         (imap-opened): On add extra ping if imap-ping-server is non-nil.
9026         (imap-ping-server): Minor doc string fixes.
9027
9028 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9029
9030         * imap.el (imap-ping-server): New function.
9031         (imap-opened): Call imap-ping-server.
9032
9033 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9034
9035         * gnus-sum.el (gnus-article-sort-by-random)
9036         (gnus-thread-sort-by-random): Fix doc strings.
9037         Reported by jidanni@jidanni.org.
9038
9039 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9040
9041         * gnus-art.el (gnus-article-describe-bindings): New function.
9042         (gnus-article-read-summary-keys): Use it.
9043         (gnus-article-mode-map): Bind `C-h b' to it.
9044
9045 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9046
9047         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9048         XEmacs.
9049         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9050         Protect against non-character events.
9051
9052         * lpath.el: Fbind map-keymap for Emacs 21.
9053
9054 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9055
9056         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9057         New command.
9058         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9059         instead of END.  Change name of the temp file.
9060         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9061         customizable.
9062
9063 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9064
9065         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9066         bind `S W' to gnus-article-wide-reply-with-original; set default
9067         binding to gnus-article-read-summary-send-keys.
9068         (gnus-article-read-summary-keys): Fix the order of keys; display
9069         continuation keys correctly in the echo area; describe bindings
9070         correctly when keys end with `C-h'.
9071         (gnus-article-read-summary-send-keys): New function.
9072         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9073         Work for gnus-article-read-summary-send-keys; display continuation keys
9074         correctly in the echo area.
9075         (gnus-article-reply-with-original): Ignore prefix argument.
9076         (gnus-article-wide-reply-with-original): New function.
9077
9078         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
9079         Emacs 21.
9080
9081 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9082
9083         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9084         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9085
9086 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9087
9088         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9089         (gnus-group-read-ephemeral-gmane-group): New command.
9090
9091 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9092
9093         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9094
9095 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9096
9097         * message.el (message-send-mail-function): Increase custom version.
9098
9099         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9100         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9101
9102 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9103
9104         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
9105         for the cases where imap-authenticate is called with a nil buffer
9106         parameter.
9107
9108 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9109
9110         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9111         html parts correctly; support forwarded messages.
9112         (gnus-article-browse-html-article): Remove work buffers.
9113
9114         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9115         compiling.
9116         (netrc-bound-and-true-p): New macro.
9117         (netrc-parse): Use it instead of bound-and-true-p that is not available
9118         in XEmacs 21.4.
9119
9120 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9121
9122         * gnus-registry.el (gnus-registry-mark-article)
9123         (gnus-registry-article-marks): Add functionality to mark articles
9124         through the Gnus registry.
9125
9126         * encrypt.el: Clarify documentation for the new pgg method.
9127         (encrypt-file-alist): Add PGG option.
9128         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9129         functionality.  Abstract password key and messaging to external
9130         functions.
9131         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9132         (encrypt-message-method-and-cipher): Add new convenience external
9133         functions.
9134         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9135         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9136
9137         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9138         (netrc-parse): Use encrypt-file-alist to determine if
9139         encrypt-find-model or encrypt-insert-file-contents should be used.
9140
9141         * encrypt.el: Clarify documentation.  Load password-cache or
9142         password, whichever one is found first, instead of autoloading.
9143
9144 2007-12-19  Glenn Morris  <rgm@gnu.org>
9145
9146         * mml.el (message-options-set, message-narrow-to-head)
9147         (message-in-body-p, message-mail-p, message-encode-message-body):
9148         Autoload.
9149         (message-remove-header, message-narrow-to-headers-or-head)
9150         (message-subscribed-p, message-make-mail-followup-to)
9151         (message-position-on-field, message-news-p)
9152         (message-options-set-recipient, message-generate-headers)
9153         (message-sort-headers): Declare as functions.
9154
9155 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9156
9157         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9158         convention in doc string.
9159
9160 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9161
9162         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9163         title to html parts.
9164         (gnus-article-browse-html-article): Pass message header to it.
9165
9166         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9167
9168 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9169
9170         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9171         or password compatible with XEmacs.
9172
9173 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9174
9175         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9176         format document.
9177         (gnus-mime-delete-part): Don't write description line if empty.
9178         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9179
9180 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
9181
9182         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9183         (gnus-summary-mark-read-and-unread-as-read)
9184         (gnus-summary-mark-current-read-and-unread-as-read)
9185         (gnus-summary-mark-unread-as-ticked): Doc fix.
9186         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9187
9188 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9189
9190         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9191         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9192
9193 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9194
9195         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9196         yes-or-no-p.
9197
9198 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9199
9200         * mm-decode.el (mm-add-meta-html-tag): New function.
9201         (mm-save-part-to-file, mm-pipe-part): Use it.
9202
9203         * gnus-art.el (gnus-article-browse-delete-temp-files):
9204         Use gnus-y-or-n-p instead of y-or-n-p.
9205         (gnus-article-browse-html-parts): Work with message/external-body; use
9206         mm-add-meta-html-tag.
9207
9208 2007-12-11  Glenn Morris  <rgm@gnu.org>
9209
9210         * gnus-cache.el: Require gnus-sum not just when compiling.
9211
9212         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9213
9214         * gnus-int.el (gnus-server-opened, gnus-status-message):
9215         Move definitions before use.
9216
9217         * mm-decode.el: Require gnus-util.
9218         (mm-remove-part): Only call delete-annotation on XEmacs.
9219
9220         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9221
9222         * nnmail.el: Require gnus-int.
9223
9224         * spam.el: Move `require's before `eval-when-compile's.
9225
9226         * gnus-ems.el (gnus-alive-p):
9227         * gnus-fun.el (message-goto-eoh):
9228         * gnus-util.el (gnus-group-name-decode):
9229         * mail-source.el (gnus-compress-sequence):
9230         * message.el (Info-goto-node, format-spec):
9231         * mm-bodies.el (message-options-get):
9232         * mm-decode.el (mm-view-pkcs7):
9233         * mm-util.el (gmm-write-region):
9234         * mml-smime.el (mml-compute-boundary)
9235         (gnus-completing-read-with-default):
9236         * mml.el (widget-button-press, gnus-make-hashtable):
9237         * mml1991.el (mm-decode-content-transfer-encoding)
9238         (mm-encode-content-transfer-encoding)
9239         (message-options-get, message-options-set):
9240         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9241         * nnfolder.el (gnus-request-group):
9242         * nnheader.el (ietf-drums-unfold-fws):
9243         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9244         * smime.el (gnus-run-mode-hooks):
9245         * spam-stat.el (gnus-message): Autoload.
9246
9247         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9248         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9249         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9250         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9251         Add declare-function compatibility definition.
9252
9253         * gnus-cache.el (nnvirtual-find-group-art):
9254         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9255         (gnus-add-image, gnus-add-wash-type):
9256         * gnus-group.el (nnkiboze-score-file):
9257         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9258         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9259         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9260         (message-tokenize-header, gnus-get-buffer-create)
9261         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9262         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9263         * gnus.el (gnus-group-decoded-name):
9264         * mail-source.el (imap-capability):
9265         * mm-bodies.el (message-options-set):
9266         * mm-decode.el (gnus-configure-windows):
9267         * mm-extern.el (message-goto-body):
9268         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9269         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9270         (epg-sub-key-validity, message-options-set):
9271         * mml.el (widget-event-point, gnus-configure-windows):
9272         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9273         * mml2015.el (epg-check-configuration, epg-configuration)
9274         (message-options-set):
9275         * nndb.el (nndb-request-article):
9276         * nnfolder.el (gnus-request-create-group):
9277         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9278         * nnmaildir.el (gnus-group-mark-article-read):
9279         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9280         * rfc1843.el (message-fetch-field):
9281         * spam.el (gnus-extract-address-components):
9282         Declare as functions.
9283
9284 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9285
9286         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9287
9288         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9289
9290         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9291         bind show-trailing-whitespace for XEmacs.
9292
9293 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9294
9295         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9296         new no-op macro for backward compatibility.
9297
9298         * imap.el (imap-string-to-integer): New function.
9299
9300 2007-12-09  Glenn Morris  <rgm@gnu.org>
9301
9302         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9303
9304         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9305         * message.el, mm-view.el, sieve-manage.el, smime.el:
9306         Add declare-function compatibility definition.
9307
9308         * gnus-art.el (w3-region, w3m-region, Info-menu):
9309         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9310         * gnus-sum.el (gnus-get-predicate):
9311         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9312         * message.el (mail-abbrev-in-expansion-header-p):
9313         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9314         (w3m-detect-meta-charset, w3m-region):
9315         * sieve-manage.el (password-read, password-cache-add)
9316         (password-cache-remove):
9317         * smime.el (password-read-and-add): Declare as functions.
9318
9319 2007-12-08  David Kastrup  <dak@gnu.org>
9320
9321         * gnus-sum.el (gnus-summary-simplify-subject-query):
9322         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9323         `message'.
9324
9325 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9326
9327         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9328         it to bind idna-program, installation-directory, defined-colors, and
9329         face-attribute for XEmacs of the version that compiles defcustom forms.
9330
9331 2007-12-07  Glenn Morris  <rgm@gnu.org>
9332
9333         * gnus-art.el (article-make-date-line): Revert previous change.
9334
9335 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9336
9337         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9338
9339 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9340
9341         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9342         Call gnus-add-to-range ranges only once with a prepared article-list.
9343
9344 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9345
9346         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9347         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9348         group names with backslashes.
9349         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9350
9351 2007-12-06  Deepak Goel  <deego3@gmail.com>
9352
9353         * gnus-art.el (article-make-date-line):
9354         * gnus-start.el (gnus-load):
9355         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9356
9357 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9358
9359         * gnus-art.el (gnus-use-idna)
9360         * gnus-start.el (gnus-site-init-file)
9361         * message.el (message-use-idna)
9362         * mm-uu.el (mm-uu-hide-markers)
9363         * smiley.el (smiley-style): Revert changes that suppress warnings.
9364
9365 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9366
9367         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9368         specify charset to html source.
9369         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9370
9371 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9372
9373         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9374         idna-program in order to suppress byte compile warning issued by XEmacs
9375         that came to byte compile the default value section of defcustom forms
9376         recently.
9377
9378         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9379         value of installation-directory.
9380
9381         * message.el (message-use-idna): Don't directly refer to the value of
9382         idna-program.
9383
9384         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9385
9386         * smiley.el (smiley-style): Don't directly call face-attribute.
9387
9388 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9389
9390         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9391
9392         * gnus-dired.el: Reduce Gnus dependencies.
9393         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9394         Don't require.  Use autoloads instead.
9395         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9396         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9397         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9398         (gnus-dired-mode): Adjust doc string.
9399         (gnus-dired-mail-mode): New variable.
9400         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9401         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9402         (gnus-dired-mail-buffers): New function.  Return mail or message
9403         composition buffers.
9404         (gnus-dired-attach): Use it.
9405         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9406         NO-DECODE.
9407         (gnus-dired-print): Use `gnus-print-buffer' depending on
9408         `gnus-dired-mail-mode'.
9409
9410 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9411
9412         * rfc2047.el (rfc2047-encoded-word-regexp)
9413         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9414         explaining what regexp patterns are for.
9415
9416 2007-12-04  Glenn Morris  <rgm@gnu.org>
9417
9418         * password.el: Move to password-cache.el.
9419
9420         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9421         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9422         * mml-smime.el (password-read, password-cache-add)
9423         (password-cache-remove):
9424         No need to autoload, since mml-sec requires password.
9425
9426         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9427         * message.el (gnus-extract-address-components):
9428         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9429
9430         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9431         password.
9432
9433 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9434
9435         * mailcap.el: Reduce dependencies.
9436         (mail-header-parse-content-type): Autoload.
9437         (mailcap-delete-duplicates): New alias.
9438         (mailcap-mime-info): Add optional argument NO-DECODE.
9439         (mailcap-mime-types): Use mailcap-delete-duplicates.
9440
9441         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9442
9443 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9444
9445         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9446         (imap-parse-status): Upcase status-att for servers that sends them
9447         lower-case (e.g., MS Exchange 2007).
9448
9449 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9450
9451         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9452         function.
9453
9454         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9455         (gnus-uu-yenc-article): New function.
9456
9457         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9458
9459         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9460
9461 2007-12-02  Glenn Morris  <rgm@gnu.org>
9462
9463         * binhex.el (binhex): New custom group.
9464         (binhex-decoder-program, binhex-decoder-switches)
9465         (binhex-use-external): Move to the binhex custom group.
9466
9467         * uudecode.el (uudecode): New custom group.
9468         (uudecode-decoder-program, uudecode-decoder-switches)
9469         (uudecode-use-external): Move to the uudecode custom group.
9470
9471         * netrc.el (top-level): Don't load `encrypt' features.
9472         (netrc-parse): Don't use encrypt.
9473         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9474
9475         * encrypt.el: Remove file.
9476
9477 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9478
9479         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9480         matches on patches.
9481
9482         * gnus-art.el (gnus-article-browse-html-article):
9483         Mention `mm-text-html-renderer' in the doc string.
9484
9485         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9486         string.  Add comments.
9487
9488         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9489         if rhs is ASCII.
9490
9491 2007-12-01  Glenn Morris  <rgm@gnu.org>
9492
9493         * mail-source.el (top-level): Require format-spec before
9494         eval-when-compile.
9495
9496 2007-11-30  Glenn Morris  <rgm@gnu.org>
9497
9498         * encrypt.el: Require password, rather than autoloading password-read.
9499
9500 2007-11-29  Glenn Morris  <rgm@gnu.org>
9501
9502         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9503         (sasl-make-client, sasl-next-step, sasl-step-data)
9504         (sasl-step-set-data): Declare as functions.
9505
9506 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9507
9508         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9509
9510 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9511
9512         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9513         certs should be verified and what is to be done in the event of a
9514         verification failure.
9515
9516         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9517         caller can indicate whether the cache should be disregarded for this
9518         call.  This way the result of the call is reproducible at all times and
9519         can be considered a canonical server name for the supplied method.
9520         (gnus-agent-method-p): Canonicalize server names by pushing their
9521         method through `gnus-method-to-server' using the no-cache argument.
9522
9523         * gnus-srvr.el (gnus-server-insert-server-line):
9524         Call `gnus-method-to-server' with `no-cache' argument.
9525
9526         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9527         gnus-agent-possibly-synchronize-flags as this should be called when the
9528         server is actually being opened.
9529         (gnus-agent-possibly-synchronize-flags)
9530         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9531         flags file of an agentized server to the latter function.
9532
9533         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9534         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9535         after a connection has been established successfully.
9536
9537 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9538
9539         * gnus-art.el (article-display-face): Force to display face if called
9540         interactively; check if gnus-article-x-face-too-ugly matches author.
9541         (article-display-x-face): Display face even if From header is missing
9542         as article-display-face does.
9543
9544 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9545
9546         * hashcash.el (message-narrow-to-headers-or-head)
9547         (message-fetch-field, message-goto-eoh)
9548         (message-narrow-to-headers): Declare as functions.
9549
9550 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9551
9552         * mail-source.el (mail-sources): Default to fetch from file for
9553         compatibility with default of nnmail-spool-file.
9554
9555 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9556
9557         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9558         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9559         to look for encoded word that should be encoded again.
9560         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9561         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9562         encoding pattern.
9563         (rfc2047-decode-region): Switch strict regexp and loose one according
9564         to rfc2047-allow-irregular-q-encoded-words.
9565
9566 2007-11-25  Romain Francoise  <romain@orebokech.com>
9567
9568         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9569
9570 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9571
9572         * tls.el (tls-program): Provide more custom choices from
9573         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9574         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9575
9576 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9577
9578         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9579         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9580
9581         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9582         `nnmail-spool-file'.
9583
9584         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9585         `nnmail-spool-file'.
9586
9587         * gnus-move.el (gnus-change-server): Ditto.
9588
9589         * gnus-kill.el (gnus-batch-score): Ditto.
9590
9591         * gnus-cache.el (gnus-jog-cache): Ditto.
9592
9593         * gnus-msg.el (gnus-summary-reply):
9594         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9595
9596 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9597
9598         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9599         version.  Minor improvement to doc strings.
9600         (tls-program): Add comment.
9601
9602 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9603
9604         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9605         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9606         mismatch between the hostname provided in the certificate and the name
9607         of the host connnecting to.
9608         (open-tls-stream): Use them.  Check certificates against trusted root
9609         certificates.
9610
9611 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9612
9613         * gnus-cache.el (gnus-cache-generate-nov-databases):
9614         Use nnml-generate-nov-databases-directory instead of
9615         nnml-generate-nov-databases-1.
9616
9617 2007-11-24  Glenn Morris  <rgm@gnu.org>
9618
9619         * message.el (message-tool-bar-retro): Update for rename
9620         mail_send.xpm->mail-send.xpm.
9621
9622 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9623
9624         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9625         `smime-ldap-search' for Emacs 22 and up.
9626
9627 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9628
9629         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9630
9631         * message.el (message-send-mail-function): Fix error convention.
9632         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9633         (message-widen-reply, message-send-mail, message-talkative-question)
9634         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9635         (message-clone-locals, message-send-news): Use with-current-buffer.
9636         (message-insert-or-toggle-importance): Remove unused var `valid'.
9637         (message-make-references): Remove unused var `new-references'.
9638         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9639
9640 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9641
9642         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9643         (spam-split-symbolic-return-positive): Reflow docstring.
9644         (spam-backends, spam-summary-exit-behavior)
9645         (spam-mark-ham-unread-before-move-from-spam-group)
9646         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9647         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9648         (spam-clear-cache, spam-backend-check, spam-install-backend)
9649         (spam-install-statistical-backend, spam-list-of-processors)
9650         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9651         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9652         (spam-check-crm114, spam-initialize, spam-unload-hook):
9653         Fix typos in docstrings.
9654
9655 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9656
9657         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9658         been checked if they have never been read and those group levels are
9659         higher than the one that a user specified.
9660
9661 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9662
9663         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9664         foreign groups unless a group level is specified by a user.
9665         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9666
9667 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9668
9669         * message.el (message-send-mail-function): Require sendmail.
9670
9671 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9672
9673         * message.el (message-send-mail-function): Check for smtpmail too.
9674
9675         * utf7.el (utf7-encode, utf7-decode): Use coding system
9676         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9677
9678         * message.el (message-send-mail-function): New function.
9679         (message-send-mail-function): Set default using
9680         message-send-mail-function.  Adjust doc string.
9681         (message-send-mail-with-mailclient): New function.
9682
9683 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9684
9685         * smime.el (from):
9686         * rfc2047.el (message-posting-charset):
9687         * qp.el (mm-use-ultra-safe-encoding):
9688         * pop3.el (parse-time-months):
9689         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9690         * nnml.el (files):
9691         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9692         (jka-compr-compression-info-list, ange-ftp-path-format)
9693         (efs-path-regexp):
9694         * nndiary.el (files):
9695         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9696         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9697         (epg-digest-algorithm-alist, inhibit-redisplay)
9698         (password-cache-expiry):
9699         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9700         (pgg-output-buffer, password-cache-expiry):
9701         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9702         (efs-path-regexp):
9703         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9704         (inhibit-redisplay):
9705         * mm-uu.el (file-name, start-point, end-point, entry)
9706         (gnus-newsgroup-name, gnus-newsgroup-charset):
9707         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9708         (latin-unity-ucs-list):
9709         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9710         (mm-uu-binhex-decode-function):
9711         * message.el (gnus-message-group-art, gnus-list-identifiers)
9712         (rmail-enable-mime-composing, gnus-local-organization)
9713         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9714         (gnus-read-active-file, facemenu-add-face-function)
9715         (facemenu-remove-face-function, gnus-article-decoded-p)
9716         (tool-bar-mode):
9717         * mail-source.el (display-time-mail-function):
9718         * gnus-util.el (nnmail-pathname-coding-system)
9719         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9720         (gnus-original-article-buffer, gnus-user-agent)
9721         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9722         (xemacs-codename, sxemacs-codename, emacs-program-version):
9723         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9724         * gnus-start.el (gnus-agent-covered-methods)
9725         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9726         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9727         (gnus-newsgroup-headers, gnus-group-list-mode)
9728         (gnus-group-mark-positions, gnus-newsgroup-data)
9729         (gnus-newsgroup-unreads, nnoo-state-alist)
9730         (gnus-current-select-method, mail-sources)
9731         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9732         (nnmail-spool-file, gnus-cache-active-hashtb):
9733         * gnus-mh.el (mh-lib-progs):
9734         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9735         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9736         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9737         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9738         (gnus-group-buffer):
9739         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9740         (font-lock-set-defaults):
9741         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9742         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9743         (gnus-summary-post-menu, total-parts, type, condition, length):
9744         * gnus-agent.el (gnus-agent-read-agentview):
9745         * flow-fill.el (show-trailing-whitespace):
9746         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9747         eval-and-compile wrappers for byte compiler pacifiers.
9748
9749         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9750         (mm-display-inline-fontify): Check for featurep 'xemacs not
9751         extent-list.
9752
9753         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9754         itimer-list.
9755         (mm-create-image-xemacs): Only do something for XEmacs.
9756         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9757
9758         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9759
9760         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9761         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9762
9763 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9764
9765         * nnimap.el (nnimap-split-download-body):
9766         * gnus-demon.el (gnus-demon):
9767         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9768
9769 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9770
9771         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9772         New macros.
9773         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9774         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9775         copy data from unibyte buffer to multibyte current buffer.
9776         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9777         to copy data from unibyte current buffer to multibyte buffer.
9778         (nntp-make-process-buffer): Make process buffer unibyte.
9779
9780         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9781
9782 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9783
9784         * pop3.el (pop3-open-server): Accept and process data more robustly at
9785         connexion start to avoid spurious "POP SSL connexion failed" errors.
9786
9787 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9788
9789         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9790         read group names.
9791
9792 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9793
9794         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9795
9796 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9797
9798         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9799         (nnmail-save-active): Use a unibyte buffer when saving active file,
9800         which may contain non-ASCII group names.
9801
9802         * nnml.el (nnml-request-group): Decode group names in messages.
9803
9804 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9805
9806         * message.el (message-citation-line-function)
9807         (message-insert-formatted-citation-line): Fix spelling of
9808         `message-insert-formated-citation-line'.
9809
9810 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9811
9812         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9813
9814 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9815
9816         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9817         nnmail-pathname-coding-system.
9818
9819         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9820         that a user enters; decode group names in messages.
9821
9822         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9823
9824 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9825
9826         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9827
9828         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9829
9830         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9831         risky local variable.
9832
9833         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9834
9835 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9836
9837         * encrypt.el: Improve documentation to fix function name typo.
9838         Reported by Daiki Ueno <ueno@unixuser.org>.
9839
9840 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9841
9842         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9843         even if the point is not in the last page of an article.
9844         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9845         back to the previous page.
9846
9847 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9848
9849         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9850
9851 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9852
9853         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9854
9855 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9856
9857         * message.el (message-check-news-body-syntax):
9858         Avoid mm-string-as-multibyte.
9859         (message-hide-headers): Don't assume (point-min)==1.
9860
9861 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9862
9863         * message.el (message-remove-blank-cited-lines): Fix if remove is
9864         given.
9865         (message-bogus-address-regexp): New variable.
9866         (message-bogus-recipient-p): New function.
9867         (message-check-recipients): New command.
9868         (message-syntax-checks): Add `bogus-recipient'.
9869         (message-fix-before-sending): Add `bogus-recipient'.
9870
9871         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9872         (gnus-treat-body-boundary): Don't test window-system.
9873
9874 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9875
9876         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9877
9878 2007-10-28  Miles Bader  <miles@gnu.org>
9879
9880         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9881         at compile-time too.
9882
9883 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9884
9885         * gnus-msg.el (gnus-message-setup-hook):
9886         Add `message-remove-blank-cited-lines' to options.
9887
9888 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9889
9890         * message.el (message-remove-blank-cited-lines): New function.
9891         Suggested by Karl Plästerer.
9892
9893 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9894
9895         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9896         mapc.
9897
9898         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9899         (top-level): Use mapc to set functions to be traced for debugging.
9900
9901         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9902         called for effect with while loop.
9903
9904         * message.el (message-talkative-question): Replace mapcar called for
9905         effect with mapc.
9906
9907         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9908         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9909         called for effect with dolist.
9910
9911         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9912
9913         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9914         gnus-extra-headers and nnmail-extra-headers.
9915
9916         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9917         called for effect with dolist.
9918         (top-level): Use mapc to set functions to be traced for debugging.
9919
9920         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9921         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9922         dolist.
9923
9924         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9925         Replace mapcar called for effect with mapc.
9926         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9927         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9928         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9929         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9930
9931         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9932         remove-if that's a cl function.
9933
9934         * webmail.el (webmail-debug): Replace mapcar called for effect with
9935         dolist.
9936
9937         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9938         with mapc.
9939
9940 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9941
9942         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9943         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9944         with while loop.
9945
9946         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9947         functions from article-* functions.
9948         (gnus-multi-decode-header): Replace mapcar called for effect with
9949         dolist.
9950
9951         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9952         (gnus-bookmark-show-details): Replace mapcar called for effect with
9953         while loop.
9954
9955         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9956         called for effect with while loop.
9957
9958         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9959         with dolist.
9960
9961         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9962         Replace mapcar called for effect with dolist.
9963
9964         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9965
9966         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9967         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9968         Replace mapcar called for effect with dolist.
9969         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9970         mapc.
9971
9972         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9973         Replace mapcar called for effect with dolist.
9974         (gnus-topic-list): Replace mapcar called for effect with mapc.
9975
9976         * gnus.el: Use mapc instead of mapcar to add autoloads.
9977
9978 2007-10-23  Richard Stallman  <rms@gnu.org>
9979
9980         * gnus-group.el (gnus-group-highlight): Mark as risky.
9981
9982 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9983
9984         * gnus.el (gnus-server-to-method): Return method found first in
9985         gnus-newsrc-alist.
9986
9987         * gnus-art.el (gnus-article-highlight-signature)
9988         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9989         button overlay without the front stickiness.
9990
9991 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9992
9993         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9994         overview buffer needed a catch to receive its throw.
9995         (gnus-agent-flush-cache): Declare as interactive to make this function
9996         easier to use.
9997
9998 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9999
10000         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10001         `next-line'.
10002
10003 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10004
10005         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10006         exclude address matching message-dont-reply-to-names.
10007
10008 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10009
10010         * gnus-util.el (gnus-string<): New function.
10011
10012         * gnus-sum.el (gnus-article-sort-by-author)
10013         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10014
10015 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10016
10017         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10018         the frame-focus tag is set in gnus-buffer-configuration.
10019
10020 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10021
10022         * gnus-art.el (gnus-article-add-button): Make a button overlay without
10023         the front stickiness.
10024
10025 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10026
10027         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10028         url pattern; remove duplicate one.
10029         (gnus-article-extend-url-button): New function.
10030         (gnus-article-add-buttons): Use it.
10031         (gnus-button-push): Use concatenated url that it makes.
10032
10033 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
10034
10035         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10036
10037 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10038
10039         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10040         Don't hardcode point-min==1.
10041
10042 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10043
10044         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10045         Fix comment about "iso8859-1".
10046
10047 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
10048
10049         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10050         ones returned from the verify-function.
10051
10052         * mm-uu.el (mm-uu-pgp-signed-extract-1):
10053         Call mml2015-extract-cleartext-signature if extraction failed.
10054
10055 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
10056
10057         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10058         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10059         failed.
10060
10061 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10062
10063         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10064
10065 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
10066
10067         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
10068         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
10069         recommends to use EasyPG instead of PGG.
10070
10071         * pgg.el: Revert to revision 6.23.2.16.
10072
10073         * pgg-def.el: Revert to revision 6.6.2.14.
10074
10075         * pgg-gpg.el: Revert to revision 6.23.2.34.
10076
10077 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10078
10079         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10080         to mark a thread as expirable.  Add variable `hide' to handle hiding of
10081         thread for both the null and zero (kill/expire thread) universal prefix
10082         cases.
10083         (gnus-summary-expire-thread): Add new function to expire a thread,
10084         using gnus-summary-kill-thread.
10085         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10086         shortcuts for gnus-summary-expire-thread.
10087         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10088         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
10089
10090 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10091
10092         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10093         extras value, so an extras entry can be deleted.
10094         (gnus-registry-delete-extra-entry): Use it.
10095         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10096         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10097         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10098         storage through the gnus-registry, and provide an appropriate API for
10099         it.
10100
10101 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10102
10103         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10104         Suggested by Leo <sdl.web@gmail.com>.
10105
10106         * gnus.el: Do.
10107
10108 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10109
10110         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10111         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10112
10113         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10114
10115         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10116         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10117
10118 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10119
10120         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10121         newline.
10122         (nnmbox-request-accept-article): Don't change article in source buffer;
10123         narrow to header to use message-fetch-field rather than
10124         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10125         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10126         as delimiters; make sure article ends with newline.
10127         (nnmbox-delete-mail): Correct last position of article to be deleted;
10128         ignore X-Gnus-Newsgroup header in article body.
10129         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10130         positions; make sure article ends with newline.
10131
10132         * message.el (message-display-abbrev): Don't infloop when a user
10133         inserts SPC in the beginning of header.
10134
10135         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10136         coding-system-for-read and coding-system-for-write for XEmacs having no
10137         file-coding feature.
10138
10139         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10140
10141 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10142
10143         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10144         list of groups not followed by default.  Fix type to be regexp.
10145         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10146
10147 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10148
10149         * hmac-def.el (define-hmac-function): Switch from old-style to
10150         new-style backquotes.
10151
10152         * md4.el (md4-make-step): Likewise.
10153
10154 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10155
10156         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10157         raw-text coding system when saving .newsrc file, which may contain
10158         non-ASCII group names.
10159
10160 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10161
10162         * gnus-cus.el (gnus-score-extra): New widget.
10163         (gnus-score-extra-convert): New function.
10164         (gnus-score-customize): Use it for Extra.
10165
10166 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10167
10168         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10169         (mml2015-mailcrypt-clear-verify): Use it.
10170         (mml2015-gpg-clear-verify): Use it.
10171         (mml2015-pgg-clear-verify): Use it.
10172         (mml2015-epg-clear-verify): Replace the current part with the output
10173         from GnuPG; don't extract the plaintext by itself.
10174
10175         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10176         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10177         mml2015-clear-verify-function; don't touch the armor headers or
10178         dash-escaped text here.
10179
10180 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10181
10182         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10183         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10184         parts, or application/octet-stream as a last resort.
10185         (gnus-mime-view-part-as-type): Don't toggle display.
10186         (gnus-mime-view-part-as-charset): Don't turn off display before
10187         querying charset.
10188
10189         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10190         stuff to undisplayer function in Emacs.
10191         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10192
10193         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10194         text/calendar parts.
10195
10196 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10197
10198         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10199         decoding text/calendar parts.
10200
10201         * message.el (message-forward-make-body-mime): Always mark body as
10202         having no illegible text; remove signed-or-encrypted argument.
10203         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10204
10205         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10206         (mml-generate-mime-1): Don't encode body if it is specified to be in
10207         raw form; don't make buffer be unibyte when inserting multibyte string.
10208
10209 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10210
10211         * sha1.el: Fix up comment style.
10212         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10213         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10214
10215         * hex-util.el: Fix up comment style.
10216         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10217
10218         * gnus-salt.el: Use with-current-buffer.
10219         (gnus-pick-setup-message): Fix long-standing typo.
10220
10221 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10222
10223         * imap.el (imap-logout-timeout): New variable.
10224         (imap-logout, imap-logout-wait): New functions.
10225         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10226
10227         * nnimap.el (nnimap-logout-timeout): New server variable.
10228         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10229         nnimap-logout-timeout.
10230
10231         * gnus-art.el (gnus-article-summary-command-nosave)
10232         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10233
10234 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10235
10236         * gnus.el (gnus-maximum-newsgroup): New variable.
10237
10238         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10239         according to gnus-maximum-newsgroup.
10240
10241         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10242         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10243         Limit the range of articles according to gnus-maximum-newsgroup.
10244
10245 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10246
10247         * gnus-art.el (gnus-sticky-article): Fix problems described in
10248         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10249         Don't perform gnus-configure-windows here; reuse existing sticky
10250         article buffer.
10251
10252         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10253         it doesn't exist in gnus-article-mode.
10254
10255 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10256
10257         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10258         (gnus-agent-decoded-group-name): New function.
10259         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10260         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10261
10262 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10263
10264         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10265         Add binding for gnus-sticky-article.
10266         (gnus-summary-exit): Don't kill sticky article buffers.
10267
10268         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10269         article buffer.
10270         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10271         (gnus-kill-sticky-article-buffers): New commands.
10272
10273 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10274
10275         * nntp.el (nntp-xref-number-is-evil): New server variable.
10276         (nntp-find-group-and-number): If it is non-nil, don't trust article
10277         numbers in the Xref header.
10278
10279 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10280
10281         * gnus-agent.el (gnus-agent-read-group): New function.
10282         (gnus-agent-flush-group, gnus-agent-expire-group)
10283         (gnus-agent-regenerate-group): Use it.
10284         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10285         nnmail-pathname-coding-system.
10286
10287 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10288
10289         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10290
10291         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10292         that are unread as unread, and also as selected so that information of
10293         marks having been changed by a user may be updated when exiting group.
10294
10295 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10296
10297         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10298
10299 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10300
10301         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10302         calculated ignoring signature parts to gnus-treat-article.
10303
10304 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10305
10306         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10307         a point here in order to keep the window start.
10308         (gnus-insert-mime-security-button): Make a button overlay without the
10309         front stickiness.
10310         (gnus-mime-display-security): Goto the end of a button.
10311
10312         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10313
10314 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10315
10316         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10317         group-name-at-point.
10318         (gnus-group-completing-read): New function that offers decoded
10319         non-ASCII group names for completion.
10320         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10321         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10322         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10323         (gnus-group-fetch-control): Use it.
10324         (gnus-fetch-group): Use group-name-at-point for the initial value
10325         rather than the default value; use gnus-alive-p.
10326
10327         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10328         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10329         (gnus-summary-post-news): Use gnus-group-completing-read.
10330
10331         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10332         (gnus-read-move-group-name): Decode group name for completion.
10333
10334 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10335
10336         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10337         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10338         Yamaoka slightly modified the code).
10339
10340 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10341
10342         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10343         (nnmail-split-incoming): Bind it.
10344
10345         * nnml.el (nnml-group-name-charset): New function.
10346         (nnml-decoded-group-name): Use it; don't decode group name if
10347         nnmail-group-names-not-encoded-p is non-nil.
10348         (nnml-encoded-group-name): New function.
10349         (nnml-group-pathname): Inline nnml-decoded-group-name.
10350         (nnml-request-expire-articles): Decode group name in message.
10351         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10352         nnmail-pathname-coding-system.
10353         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10354         not decoded ones according to nnmail-group-names-not-encoded-p.
10355         (nnml-generate-active-info): Use nnml-encoded-group-name.
10356
10357 2007-08-08  Glenn Morris  <rgm@gnu.org>
10358
10359         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10360         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10361         doc-strings and comments.
10362
10363 2007-07-25  Glenn Morris  <rgm@gnu.org>
10364
10365         * Relicense all FSF files to GPLv3 or later.
10366
10367 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10368
10369         * gnus-sum.el (gnus-summary-move-article):
10370         Make gnus-summary-respool-article work.
10371
10372 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10373
10374         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10375         string.
10376
10377 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10378
10379         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10380         that should be ignored when comparing distant RSS articles with local
10381         ones.
10382         (nnrss-make-hash-index): New function.  Create a hash index according
10383         to the ignored fields.
10384         (nnrss-check-group): Use it.
10385
10386 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10387
10388         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10389
10390         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10391
10392         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10393         the new optional argument ENCODED is non-nil.
10394         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10395         coding system for encoding group name.
10396         (gnus-group-make-rss-group): Pass un-encoded group name to
10397         gnus-group-make-group.
10398         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10399         encoded.
10400
10401         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10402         Encode group name to which articles are moved or copied.
10403         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10404         coding system for encoding Newsgroup, Followup-To and Xref headers.
10405
10406         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10407         marks; use nnheader-file-coding-system to write a file.
10408         (nnagent-retrieve-headers): Bind file-name-coding-system to
10409         nnmail-pathname-coding-system.
10410
10411         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10412
10413         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10414         (nnml-request-article, nnml-request-create-group)
10415         (nnml-request-rename-group, nnml-find-id)
10416         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10417         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10418         (nnml-save-marks): Use nnml-group-pathname instead of
10419         nnmail-group-pathname.
10420
10421         (nnml-request-create-group, nnml-request-expire-articles)
10422         (nnml-request-move-article, nnml-request-delete-group)
10423         (nnml-deletable-article-p, nnml-possibly-create-directory)
10424         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10425         (nnml-open-marks): Bind file-name-coding-system to
10426         nnmail-pathname-coding-system.
10427
10428         (nnml-request-article): Pass server argument to nnml-find-group-number.
10429         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10430         Pass server argument to nnml-possibly-create-directory.
10431         (nnml-request-accept-article): Pass server argument to
10432         nnml-active-number and nnml-save-mail.
10433         (nnml-find-group-number): Pass server argument to nnml-find-id.
10434         (nnml-request-update-info): Pass server argument to
10435         nnml-marks-changed-p.
10436
10437         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10438         (nnml-save-mail, nnml-active-number): Add server argument.
10439
10440         (nnml-request-delete-group): Warn if group is missing.
10441         (nnml-get-nov-buffer): Decode group name.
10442         (nnml-generate-active-info): Encode group name.
10443         (nnml-open-marks): Decode group name in messages.
10444
10445 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10446
10447         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10448         if it is not specified.
10449         (gnus-article-pipe-part, gnus-article-save-part)
10450         (gnus-article-interactively-view-part, gnus-article-copy-part)
10451         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10452         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10453         (gnus-article-replace-part, gnus-article-delete-part)
10454         (gnus-article-view-part-as-type): Pass raw prefix argument to
10455         gnus-article-part-wrapper.
10456
10457 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10458
10459         * gnus-agent.el (gnus-agent-save-active):
10460         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10461
10462         * gnus-cache.el (gnus-cache-save-buffers)
10463         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10464         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10465         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10466         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10467         (gnus-cache-generate-active, gnus-cache-rename-group)
10468         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10469         (gnus-cache-update-overview-total-fetched-for):
10470         Bind file-name-coding-system to nnmail-pathname-coding-system.
10471         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10472         New variables.
10473         (gnus-cache-decoded-group-name): New function.
10474         (gnus-cache-file-name): Use it.
10475         (gnus-cache-generate-active): Use non-decoded group name for active.
10476
10477         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10478         right place.
10479         (gnus-write-active-file): Don't break non-ASCII group names.
10480
10481         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10482         nnmail-pathname-coding-system.
10483
10484         * lpath.el: Bind default-file-name-coding-system,
10485         file-name-coding-system and language-info-alist for XEmacs.
10486
10487         * gnus-uu.el (gnus-uu-decode-save): Typo.
10488
10489 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10490
10491         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10492
10493 2007-07-14  David Kastrup  <dak@gnu.org>
10494
10495         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10496         finishing actions if we did not edit the article.
10497
10498 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10499
10500         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10501         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10502         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10503         (gnus-agent-flush-group, gnus-agent-flush-cache)
10504         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10505         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10506         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10507         (gnus-agent-regenerate-group)
10508         (gnus-agent-update-files-total-fetched-for)
10509         (gnus-agent-update-view-total-fetched-for):
10510         Bind file-name-coding-system to nnmail-pathname-coding-system.
10511         (gnus-agent-group-pathname): Don't encode file names by
10512         nnmail-pathname-coding-system.
10513         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10514         coding-system-for-write instead of buffer-file-coding-system to
10515         gnus-agent-file-coding-system.
10516
10517         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10518         Decode group name.
10519
10520         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10521
10522         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10523         (gnus-read-newsrc-el-file): Make group names unibyte.
10524
10525         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10526         nnmail-pathname-coding-system.
10527
10528         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10529         (nnrss-request-delete-group): Bind file-name-coding-system to
10530         nnmail-pathname-coding-system.
10531         (nnrss-read-server-data, nnrss-read-group-data):
10532         Bind file-name-coding-system correctly.
10533         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10534
10535         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10536         (nntp-server-to-method-cache): New variable.
10537         (nntp-group-pathname): New function that decodes non-ASCII group names.
10538         (nntp-possibly-create-directory, nntp-marks-changed-p)
10539         (nntp-save-marks, nntp-open-marks): Use it.
10540         (nntp-possibly-create-directory, nntp-open-marks):
10541         Bind file-name-coding-system to nnmail-pathname-coding-system.
10542         (nntp-open-marks): Decode group names when bootstrapping marks.
10543
10544         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10545         Newsgroups and Folowup-To headers.
10546
10547 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10548
10549         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10550         (gnus-server-closed-face, gnus-server-denied-face)
10551         (gnus-server-offline-face): Remove variable.
10552         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10553
10554         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10555         of modifying message-stack directly for XEmacs.
10556
10557         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10558         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10559         if the coding-system argument is nil for XEmacs.
10560
10561         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10562         mm-charset-override-alist.
10563
10564         * rfc2047.el: Don't require base64; require rfc2045 for the function
10565         rfc2045-encode-string.
10566         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10567         to quote the parameter value.
10568
10569 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10570
10571         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10572         form in gnus-group-name-charset-method-alist.
10573
10574         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10575         overrides the default layout edit-form.
10576
10577         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10578
10579         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10580
10581 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10582
10583         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10584         as unfetched articles.
10585
10586 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10587
10588         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10589
10590 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10591
10592         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10593         original back end that keeps marks in the local system.
10594
10595 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10596
10597         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10598         arg of pop-to-buffer for XEmacs.
10599         (gnus-article-read-summary-keys): Ditto; don't restore window
10600         configuration if summary command ends up with neither article buffer
10601         nor summary buffer; describe bindings if summary keys end with C-h.
10602
10603 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10604
10605         * message.el (message-fix-before-sending): Skip raw message part to be
10606         forwarded while checking illegible text.
10607         (message-forward-make-body-mime, message-forward-make-body):
10608         Mark signed or encrypted raw message as having no illegible text.
10609
10610 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10611
10612         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10613         (gnus-message-with-timestamp-1): New macro.
10614         (gnus-message-with-timestamp): New function.
10615         (gnus-message): Use them.
10616
10617         * nnheader.el (nnheader-message): Use them.
10618
10619 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10620
10621         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10622         .newsrc.eld file.
10623
10624 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10625
10626         * gnus-agent.el (gnus-agent-fetch-headers)
10627         (gnus-agent-retrieve-headers):
10628         Bind gnus-decode-encoded-address-function to identity.
10629
10630         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10631         available also when the server returns simply a dot.
10632
10633         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10634
10635 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10636
10637         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10638
10639 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10640
10641         * gnus-ems.el (gnus-x-splash): Make it work.
10642
10643         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10644         from being used.
10645
10646         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10647
10648 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10649
10650         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10651         4th and the 5th arguments.
10652
10653         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10654         the front stickiness.
10655         (gnus-article-summary-command-nosave): Correct the order of the
10656         arguments passed to pop-to-buffer.
10657         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10658         summary command ends up with the article buffer.
10659
10660         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10661         the same faces.
10662
10663 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10664
10665         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10666
10667 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10668
10669         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10670         * gnus-sum.el (gnus-summary-highlight):
10671         * pgg.el (pgg-sign-region, pgg-sign):
10672         * mail-source.el (mail-source-delete-old-incoming-confirm):
10673         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10674
10675 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10676
10677         * gnus-art.el (gnus-mime-view-part-externally)
10678         (gnus-mime-view-part-internally): Fix predicate function passed to
10679         completing-read.
10680
10681         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10682
10683         * gnus.el (gnus-update-message-archive-method): Add :version.
10684
10685 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10686
10687         * gnus.el (gnus-update-message-archive-method): New variable.
10688
10689         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10690         according to gnus-message-archive-method if
10691         gnus-update-message-archive-method is non-nil.
10692
10693 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10694
10695         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10696         Suggested by Loic Dachary <loic@dachary.org>.
10697         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10698
10699 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10700
10701         * message.el (message-pop-to-buffer): Add switch-function argument.
10702         (message-mail): Pass switch-function argument to it.
10703
10704 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10705
10706         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10707         Improve doc string.
10708
10709 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10710
10711         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10712         (gnus-header-content)
10713         * gnus-cite.el (gnus-cite-10)
10714         * gnus-srvr.el (gnus-server-closed)
10715         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10716         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10717         (gnus-group-mail-3-empty, gnus-group-mail-low)
10718         (gnus-group-mail-low-empty, gnus-splash)
10719         * message.el (message-header-to, message-header-cc)
10720         (message-header-subject, message-header-other, message-header-name)
10721         (message-header-xheader, message-separator, message-cited-text)
10722         (message-mml): Lighten colors of faces used for dark background.
10723
10724 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10725
10726         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10727         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10728
10729 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10730
10731         * message.el (message-narrow-to-headers-or-head):
10732         Ignore mail-header-separator in the body.
10733
10734 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10735
10736         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10737         same as window size.
10738
10739 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10740
10741         * message.el (message-font-lock-keywords): Use message-header-xheader
10742         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10743         ahead of the anything pattern, to get it recognised.
10744
10745 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10746
10747         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10748         spam.el loads uses it in the compiled defadvice form.
10749
10750 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10751
10752         * gnus-sum.el (gnus-articles-to-read)
10753         (gnus-summary-insert-old-articles): Don't truncate group name for
10754         `read-string'.
10755
10756         * gnus-util.el (gnus-limit-string): Delete this function.
10757
10758         * gnus-sum.el (gnus-simplify-subject-fully):
10759         Use `truncate-string-to-width' instead.
10760
10761 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10762
10763         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10764         Tell if, on summary exit, the next group has to be selected.
10765         (gnus-summary-exit): Use it.
10766
10767 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10768
10769         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10770         non-break space.
10771
10772 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10773
10774         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10775         Check if group is not a directory.
10776         (nnfolder-request-expire-articles): Don't delete articles if the target
10777         group is not available.
10778
10779         * nnml.el (nnml-request-create-group): Properly check if group is not a
10780         file.
10781         (nnml-request-expire-articles): Don't delete articles if the target
10782         group is not available.
10783
10784         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10785         Don't quote characters that are within parentheses.
10786
10787 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10788
10789         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10790         (gnus-handle-ephemeral-exit): Select article according to it.
10791
10792 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10793
10794         * message.el (message-insert-formated-citation-line): Remove newline.
10795         (message-citation-line-format): Add final \n here so that the user can
10796         avoid a blank line.
10797
10798 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10799
10800         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10801         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10802         Update lanl/arXiv support.
10803
10804 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10805
10806         * gnus.el: Bump version number.
10807
10808 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10809
10810         * gnus.el (gnus-version-number): Bump version.
10811
10812 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10813
10814         * gnus.el: No Gnus v0.6 is released.
10815
10816 2007-04-27  Didier Verna  <didier@xemacs.org>
10817
10818         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10819         * gmm-utils.el (gmm-regexp-concat): ... here.
10820         * message.el: Don't require 'gnus-util.
10821         (message-dont-reply-to-names): Handle name change above.
10822         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10823
10824 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10825
10826         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10827         since the initial value varies according to the system.
10828
10829 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10830
10831         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10832
10833 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10834
10835         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10836
10837 2007-04-24  Didier Verna  <didier@xemacs.org>
10838
10839         Improve the type of gnus-ignored-from-addresses.
10840         * gnus-util.el (gnus-orify-regexp): New function.
10841         * message.el (gnus-util): Require it.
10842         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10843         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10844         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10845
10846 2007-04-24  Didier Verna  <didier@xemacs.org>
10847
10848         * gnus-sum.el:
10849         * gnus-utils.el: Fix some trailing whitespaces.
10850
10851 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10852
10853         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10854         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10855         article's Message-ID; refer parent article in summary buffer.
10856
10857         * message.el (message-bounce): Call mime-to-mml.
10858
10859         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10860         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10861         optimize and/or forms properly.
10862
10863 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10864
10865         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10866         URL.
10867
10868 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10869
10870         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10871
10872 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10873
10874         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10875         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10876         displayed of multipart/alternative part if it is invoked from summary
10877         buffer.
10878
10879         * mm-view.el (mm-inline-text-html-render-with-w3m)
10880         (mm-inline-text-html-render-with-w3m-standalone)
10881         (mm-inline-render-with-function): Use mail-parse-charset by default.
10882
10883 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10884
10885         * parse-time.el (parse-time-string-chars): Check if CHAR
10886         is less than the length of parse-time-syntax.
10887
10888 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10889
10890         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10891         from gnus-newsgroup-processable.
10892
10893 2007-04-16  Didier Verna  <didier@xemacs.org>
10894
10895         * gnus-msg.el (gnus-configure-posting-styles):
10896         Handle message-signature-directory properly with :file syntax.
10897         Reported by "Leo".
10898
10899 2007-04-11  Didier Verna  <didier@xemacs.org>
10900
10901         New user option: message-signature-directory.
10902         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10903         * message.el (message-insert-signature): Ditto.
10904         * message.el (message-signature-file): Doc update.
10905         * message.el (message-signature-directory): New.
10906
10907 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10908
10909         * gnus-msg.el (gnus-inews-yank-articles):
10910         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10911
10912 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10913
10914         * message.el (message-yank-original): Make sure cited text ends with
10915         newline; don't exchange point and mark.
10916
10917 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10918
10919         * tls.el (open-tls-stream): Properly handle case where there
10920         is no associated buffer.
10921
10922 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10923
10924         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10925         message-yank-original, make sure (< mark TEXT point).
10926
10927 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10928
10929         * message.el (message-fill-column): New variable.
10930         (message-mode): Use it.  Add comment on a possible new hook.
10931
10932         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10933         (nnmail-get-new-mail): Reformat.
10934
10935         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10936
10937         * gmm-utils.el: Fix Commentary.
10938         (gmm-tool-bar-from-list): Fix typo in doc string.
10939
10940 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10941
10942         * message.el (message-yank-original): Don't switch point and mark
10943         unnecessarily to put point and mark as documented.
10944
10945 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10946
10947         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10948         from the message heads.
10949
10950 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10951
10952         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10953         article buffer does not have a window.  This may not be the best
10954         solution but is certainly better than setting the start of the null,
10955         that is the current, window.
10956
10957 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10958
10959         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10960         (gnus-draft-setup): Run it.
10961
10962         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10963         gnus-score-fast-scoring.  Allow regexp.
10964         (gnus-score-headers): Use it.
10965
10966         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10967         XEmacs.
10968
10969         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10970         string.
10971         (gnus-button-alist): Also catch `<f1> k ...'.
10972         (gnus-treat-display-x-face): Fix doc string.
10973
10974 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10975
10976         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10977         evaluation of gnus-extended-version to ensure correct generation of the
10978         User-Agent header when message-generate-headers-first is used.
10979
10980 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10981
10982         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10983         hashcash-path is nil.  Don't call callback with incorrect number of
10984         parameters if val is 0.
10985
10986 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10987
10988         * message.el (message-required-news-headers):
10989         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10990
10991 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10992
10993         * tls.el (open-tls-stream): In handshake-waiting loop,
10994         don't wait more if there is output available to process.
10995
10996 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10997
10998         * tls.el (tls-program): Doc fix.
10999
11000 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11001
11002         * message.el (message-generate-new-buffers): Change the meaning of the
11003         nil value; add `standard' to the choices; treat t as `unique'; improve
11004         doc string.
11005         (gnus-select-frame-set-input-focus): Autoload.
11006         (message-buffer-name): Search for the existing message buffer if
11007         message-generate-new-buffers is nil or `standard'; treat the value t of
11008         message-generate-new-buffers as `unique'.
11009         (message-pop-to-buffer): Raise the frame already displaying the message
11010         buffer; clear the echo area after querying.
11011         (message-setup): Pass the `continue' argument to compose-mail.
11012         (message-mail): Prefer `switch-function' if it is given; search for the
11013         existing message buffer if the `continue' argument is non-nil; pass
11014         continue and switch-function arguments to compose-mail by way of
11015         message-setup.
11016         (message-mail-other-window): Adjust argument of message-setup.
11017         (message-mail-other-frame): Ditto.
11018
11019 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11020
11021         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11022         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11023         to turn font-lock on when turning gnus-message-citation-mode on.
11024
11025 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
11026
11027         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11028         (mml-smime-function-alist): New variable; add epg as the backend.
11029         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11030         mml-smime- functions instead.
11031         * mm-view.el: Require smime.
11032
11033 2007-03-05  Didier Verna  <didier@xemacs.org>
11034
11035         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11036         instead of just inheritance for posting styles.
11037         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11038
11039 2007-02-24  Chris Moore  <dooglus@gmail.com>
11040
11041         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
11042         * pgg-pgp.el (pgg-pgp-encrypt-region):
11043         * pgg-gpg.el (pgg-gpg-encrypt-region):
11044         Check pgg-encrypt-for-me if no other recipients.
11045
11046 2007-02-24  John Paul Wallington  <jpw@pobox.com>
11047
11048         * tls.el (tls-certtool-program): Fix custom type.
11049
11050 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11051
11052         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11053         and point-at-eol instead of line-(beginning|end)-position.
11054
11055         * assistant.el (assistant-parse-buffer): Ditto.
11056
11057         * netrc.el (netrc-parse-services): Ditto.
11058
11059 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
11060
11061         * mml2015.el (mml2015-epg-find-usable-key): New function.
11062         (mml2015-epg-sign): Use it.
11063         (mml2015-epg-encrypt): Use it.
11064
11065 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11066
11067         * message.el (message-make-in-reply-to): Quote name containing
11068         non-ASCII characters.  It will make the RFC2047 encoder cause an error
11069         if there are special characters.  Reported by NAKAJI Hiroyuki
11070         <nakaji@jp.freebsd.org>.
11071
11072 2007-02-27  Didier Verna  <didier@xemacs.org>
11073
11074         Include the group parameters as well as the topic ones in the
11075         inheritance filter process.
11076         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11077         argument GROUP-PARAMS-LIST.
11078         * gnus-topic.el (gnus-group-topic-parameters): Use it.
11079
11080 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11081
11082         * nntp.el (nntp-never-echoes-commands)
11083         (nntp-open-connection-functions-never-echo-commands): New variables.
11084         (nntp-send-command): Use them.
11085
11086 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
11087
11088         * mml2015.el (mml2015-epg-verify): Simplify.
11089
11090 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11091
11092         * mml.el (mml-content-disposition-alist): New user option.
11093         (mml-content-disposition): New function.
11094         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11095         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11096
11097 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
11098
11099         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11100         verification.
11101
11102 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11103
11104         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11105         articles posted in the last 24 hours.
11106
11107 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11108
11109         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11110
11111 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11112
11113         * nntp.el (nntp-send-command): Don't wait for echoes when
11114         nntp-open-ssl-stream is used.
11115
11116 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11117
11118         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11119         (gnus-message-add-citation-keywords)
11120         (gnus-message-remove-citation-keywords): Remove.
11121         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11122         directly, make the variables in font-lock-defaults buffer-local, add
11123         gnus-message-citation-keywords to them and then update the value of
11124         font-lock-keywords.
11125
11126 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11127
11128         * message.el (message-cite-original-1): Don't call
11129         gnus-article-highlight-citation.
11130
11131         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11132         citations; fix line count.
11133
11134 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11135
11136         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11137         (gnus-message-add-citation-keywords)
11138         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11139         versions of font-lock-add-keywords and font-lock-remove-keywords to
11140         work with XEmacs correctly.
11141
11142 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11143
11144         * gnus-cite.el (gnus-cite-face-list): Set the values of
11145         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11146         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11147         (gnus-message-cite-prefix-regexp): New variable.
11148         (gnus-message-search-citation-line): Use it; protect against long
11149         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11150         the 0th match data for Emacs.
11151         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11152         (gnus-message-add-citation-keywords): Append keywords rather than
11153         prepending; emulate font-lock-add-keywords if it is not available.
11154         (gnus-message-remove-citation-keywords):
11155         Emulate font-lock-remove-keywords if it is not available.
11156
11157         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11158
11159         * message.el (message-cite-prefix-regexp): Set the value of
11160         gnus-message-cite-prefix-regexp.
11161
11162 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11163
11164         * nnweb.el (nnweb-google-parse-1): Update parser.
11165
11166 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11167
11168         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11169
11170 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11171
11172         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11173         regexp.
11174
11175 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11176
11177         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11178         string-to-multibyte.
11179         (uudecode-decode-region-internal): Use it.
11180
11181         * lpath.el: Fbind string-as-multibyte for XEmacs.
11182
11183 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11184
11185         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11186         Fix custom choice.
11187
11188         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11189
11190 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11191
11192         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11193
11194         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11195         `write-region' to respect `mm-inhibit-file-name-handlers'.
11196
11197 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11198
11199         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11200         Use gnus-home-directory instead of "~/" or "$HOME".
11201
11202 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11203
11204         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11205         to mention filename.
11206         Add comments at beginning regarding usage.
11207         (encrypt-write-file-contents): Change interactive so a string is
11208         acceptable.  If the file has no associated model, show an error instead
11209         of a nonsense prompt.
11210
11211 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11212
11213         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11214         Thanks to Yoshihiko Yamada for kind notification of this typo.
11215
11216 2007-01-12  Kenichi Handa  <handa@m17n.org>
11217
11218         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11219         multibyte buffer.
11220
11221 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11222
11223         * gnus-score.el (gnus-score-fast-scoring): New variable.
11224         (gnus-score-headers): Use it.
11225
11226         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11227
11228         * message.el (message-cite-original-1):
11229         Call gnus-article-highlight-citation if requested.
11230         (message-make-from): Allow name and address as optional arguments.
11231
11232         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11233
11234         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11235         bugs to doc string.
11236         (gnus-button-alist): Add mid\\|message-id.
11237         (gnus-button-fetch-group): Extend for use in
11238         `browse-url-browser-function'.
11239         (gnus-button-url-regexp): Try to catch paired parentheses like in
11240         Wikipedia URLs.
11241
11242         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11243         Suggested by Simon Krahnke <overlord@gmx.li>.
11244
11245 2007-01-13  Romain Francoise  <romain@orebokech.com>
11246
11247         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11248         Update copyright.
11249
11250 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11251
11252         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11253
11254 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11255
11256         * gnus-registry.el (gnus-registry-unfollowed-groups)
11257         (gnus-registry-split-fancy-with-parent): Fix documentation.
11258
11259 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11260
11261         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11262         from nnweb groups.
11263
11264 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11265
11266         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11267         Xref urls.  Erase buffer before requesting head.
11268
11269         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11270
11271 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11272
11273         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11274         customizable.
11275
11276 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11277
11278         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11279         no signing key is found.
11280         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11281         no encrypting and/or signing key is found.
11282
11283 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11284
11285         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11286
11287 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11288
11289         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11290         headers read from disk with the ones newly found in the current search.
11291         This should no longer cause problems, because the article numbers in
11292         Gmane's `nov.php' output are ignored since the previous change.
11293
11294 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11295
11296         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11297
11298 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11299
11300         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11301         replace-regexp-in-string; bind url-version; fbind display-images-p and
11302         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11303         find-face and set-itimer-function for Emacs; bind itimer-list for
11304         Emacs.
11305
11306         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11307
11308 2007-01-01  Romain Francoise  <romain@orebokech.com>
11309
11310         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11311
11312 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11313
11314         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11315         `define-minor-mode' macro definition expanded properly.
11316         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11317         exclude it there.
11318
11319         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11320         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11321         `fboundp' test.
11322         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11323         This is OK to autoload in (S)XEmacs now.
11324
11325 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11326
11327         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11328         keystroke.
11329         (gnus-summary-limit-to-singletons): Fix typo.
11330
11331         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11332         else fails.
11333
11334 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11335
11336         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11337         docstring.
11338
11339         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11340         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11341         (gnus-summary-insert-dormant-articles): Fix typo in message.
11342
11343 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11344
11345         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11346         nil for XEmacs.
11347         (gnus-message-citation-mode): Don't autoload in XEmacs.
11348
11349         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11350
11351 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11352
11353         * nnimap.el (nnimap-expunge-search-string):
11354         Mention nnimap-search-uids-not-since-is-evil in docstring.
11355
11356 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11357
11358         * spam.el: Revert to make-obsolete-variable because
11359         define-obsolete-variable-alias is not supported in Emacs 21.
11360
11361         * spam.el (spam-ifile-path, spam-ifile-database-path)
11362         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11363         make-obsolete-variable.
11364         (spam-bsfilter-path, spam-bsfilter-program)
11365         (spam-spamassassin-path, spam-spamassassin-program)
11366         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11367         Don't use "path" inappropriately.
11368         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11369         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11370         variable names.
11371
11372 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11373
11374         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11375         summary buffer.
11376
11377         * password.el (password-cache-remove): Use clear-string to burn
11378         password, if available.
11379
11380 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11381
11382         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11383
11384         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11385
11386         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11387         (gnus-message-highlight-citation): Move defcustom here from
11388         gnus-cite.el.
11389         (gnus-message-citation-mode): Autoload.
11390
11391         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11392         checks to make it compile with XEmacs.
11393         (gnus-message-citation-mode): New minor mode.
11394         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11395         (gnus-message-highlight-citation): New variables.
11396         (gnus-message-search-citation-line)
11397         (gnus-message-add-citation-keywords)
11398         (gnus-message-remove-citation-keywords)
11399         (turn-on-gnus-message-citation-mode)
11400         (turn-off-gnus-message-citation-mode): New functions.
11401
11402 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11403
11404         * gnus-cite.el: Enable highlighting of different citation levels in
11405         message-mode.
11406
11407 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11408
11409         * message.el (message-make-fqdn): Fix comment.
11410         (message-bogus-system-names): Add ".local".
11411
11412         * spam.el (spam-ifile-path, spam-ifile-program)
11413         (spam-ifile-database-path, spam-ifile-database)
11414         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11415         Don't use "path" inappropriately.
11416         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11417         strings.
11418         (spam-check-ifile, spam-ifile-register-with-ifile)
11419         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11420         Use new variable names.
11421
11422         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11423         (gnus-treat-display-smileys): Simplify using
11424         gnus-image-type-available-p.
11425
11426         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11427         available.
11428
11429         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11430         Use `display-images-p' if available.
11431
11432 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11433
11434         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11435         one after turning on the buffer's multibyteness instead of decoding
11436         them directly in the unibyte buffer that causes unexpected conversion
11437         in Emacs 23 (unicode).
11438
11439 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11440
11441         * message.el (message-generate-hashcash): Fix custom type.
11442
11443 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11444
11445         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11446
11447 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11448
11449         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11450         disconnect icons.  Add help text.
11451
11452 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11453
11454         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11455         negated to be consistent with the others we handle.
11456
11457 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11458
11459         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11460         version of gnus-summary-buffer to something, so that we can use two
11461         article buffers at the same time.
11462
11463 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11464
11465         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11466         trigger all the extra headers.
11467         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11468         sorting.
11469
11470 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11471
11472         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11473         solid groups.
11474
11475 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11476
11477         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11478
11479 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11480
11481         * legacy-gnus-agent.el: Add Copyright notice.
11482
11483 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11484
11485         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11486
11487 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11488
11489         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11490
11491         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11492         to make it work reliably in CVS Emacs.
11493         (gnus-summary-limit-strange-charsets-predicate)
11494         (gnus-summary-limit-to-predicate): New functions.
11495
11496 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11497
11498         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11499         specifying array size.
11500         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11501         array if it is too small.
11502         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11503         (gnus-sort-threads-loop): New function.
11504
11505 2006-12-06  Chris Moore  <dooglus@gmail.com>
11506
11507         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11508         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11509
11510 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11511
11512         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11513         options.
11514
11515 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11516
11517         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11518         DOS-ing the recipient.
11519
11520         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11521         the headers when creating the mapping to avoid mismappings.
11522         (nnweb-gmane-create-mapping): Always nix out old mapping.
11523
11524 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11525
11526         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11527         and mm-verify-option to never.
11528
11529 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11530
11531         * message.el (message-signed-or-encrypted-p): New function.
11532         (message-forward-make-body): Use it.
11533
11534         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11535         Replace encode-coding-string with mm-encode-coding-string.
11536
11537 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11538
11539         * nneething.el (nneething-decode-file-name):
11540         Replace decode-coding-string with mm-decode-coding-string.
11541
11542         * gnus-int.el (gnus-open-server): Say failed server's name.
11543
11544 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11545
11546         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11547         strings to a single string.  Quote `errors-file-name'.
11548         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11549         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11550         Adjust calls.  Use `shell-quote-argument'.
11551
11552 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11553
11554         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11555         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11556
11557         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11558         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11559         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11560         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11561         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11562         (gnus-subscribe-newsgroup, gnus-1):
11563         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11564         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11565         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11566         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11567
11568 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11569
11570         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11571         keystroke.
11572         (gnus-summary-limit-to-bodies): Implement headersp.
11573
11574 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11575
11576         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11577
11578 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11579
11580         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11581
11582 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11583
11584         * message.el (message-generate-hashcash): Expand range of values to
11585         include `opportunistic'.
11586         (message-send-mail): Use it.
11587
11588 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11589
11590         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11591         and comment it.
11592
11593         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11594
11595 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11596
11597         * gnus-util.el (gnus-extract-address-components): Improve comment.
11598
11599 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11600
11601         * gnus-util.el (gnus-extract-address-components): Work with address in
11602         which the name portion contains @.
11603
11604         * lpath.el: Fbind custom-autoload.
11605
11606 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11607
11608         * gnus.el (gnus-start): Move custom group up.
11609         (gnus-select-method): Don't autoload, but make it available for
11610         `customize-variable'.
11611         (gnus-getenv-nntpserver): Don't autoload.
11612
11613 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11614
11615         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11616
11617 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11618
11619         * message.el (message-sendmail-extra-arguments): New variable.
11620         (message-send-mail-with-sendmail): Use it.
11621
11622 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11623
11624         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11625         mm-with-unibyte-current-buffer to make string unibyte.
11626
11627         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11628         mm-string-as-multibyte.
11629
11630 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11631
11632         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11633         Reported by Werner Koch <wk@gnupg.org>.
11634
11635 2006-11-14  Daiki Ueno  <ueno@p360>
11636
11637         * mml2015.el: Autoload epa-select-keys when compiling.
11638
11639 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11640
11641         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11642         message-options.
11643         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11644
11645 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11646
11647         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11648         EasyPG (< 0.0.6).
11649         (mml2015-always-trust): New user option.
11650         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11651         prompt.
11652
11653 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11654
11655         * nntp.el (nntp-authinfo-force): New variable.
11656         (nntp-send-authinfo): Use it.
11657
11658 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11659
11660         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11661         decode encoded words.  Improve prompt.  Add comment about forwarding.
11662         (message-replacement-char): Move up.
11663
11664 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11665
11666         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11667         instead of gnus-intersection because arguments of gnus-sorted-nunion
11668         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11669
11670 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11671
11672         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11673         (message-simplify-subject-functions):
11674         Enable message-strip-subject-encoded-words by default.
11675
11676 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11677
11678         * message.el (message-strip-subject-encoded-words): New function.
11679         (message-simplify-subject-functions): New variable.
11680         (message-simplify-subject): Use it.  Fix typo in doc string.
11681         Support message-strip-subject-encoded-words.
11682
11683 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11684
11685         * gnus-diary.el (gnus-diary-delay-format-function):
11686         * nndiary.el (nndiary-reminders):
11687         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11688
11689 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11690
11691         * gnus-art.el (article-hide-boring-headers): Fetch date from
11692         gnus-original-article-buffer to avoid problems with localized date
11693         strings.
11694
11695 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11696
11697         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11698
11699 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11700
11701         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11702         New variables.
11703         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11704         (mm-charset-synonym-alist): Move some entries to
11705         mm-codepage-iso-8859-list.
11706         (mm-charset-synonym-alist, mm-charset-override-alist):
11707         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11708
11709 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11710
11711         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11712
11713 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11714
11715         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11716         with Emacs 21 and XEmacs.
11717
11718 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11719
11720         * spam.el (spam-parse-address): New function for better parsing,
11721         catching errors, etc.
11722         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11723
11724 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11725
11726         * mm-view.el: Add interactive arg to html2text autoload.
11727
11728 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11729
11730         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11731
11732 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11733
11734         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11735         New variables.
11736         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11737         (mm-charset-synonym-alist): Move some entries to
11738         mm-codepage-iso-8859-list.
11739
11740         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11741
11742 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11743
11744         * message.el (message-citation-line-format)
11745         (message-insert-formated-citation-line): Fix implementation of %E, %N
11746         and %n according to the doc string.
11747
11748 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11749
11750         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11751         Use car-safe to avoid bad parses.
11752
11753 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11754
11755         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11756         names.
11757
11758         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11759
11760 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11761
11762         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11763         header.
11764
11765         * message.el (message-draft-headers): Add Date.
11766         (message-headers-to-generate): Fix typo in docstring.
11767
11768         * nndraft.el (nndraft-required-headers): New variable.
11769         (nndraft-generate-headers): Use it.
11770
11771         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11772
11773 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11774
11775         * gnus-registry.el (gnus-registry-wash-for-keywords)
11776         (gnus-registry-find-keywords): New functions to allow easy searching of
11777         articles that are in the registry.
11778
11779 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11780
11781         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11782         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11783         Reported by Damien Elmes <damien@repose.cx>.
11784
11785 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11786
11787         * gnus.el (gnus-mime): Remove unused custom group.
11788
11789 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11790
11791         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11792         "blank line" when searching for end of armor headers.
11793
11794 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11795
11796         * gmm-utils.el (gmm-write-region): Fix variable name.
11797
11798 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11799
11800         * gmm-utils.el (gmm-write-region): New function based on compatibility
11801         code from `mm-make-temp-file'.
11802
11803         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11804
11805         * nnmaildir.el (nnmaildir--update-nov)
11806         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11807         Use `gmm-write-region'.
11808
11809 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11810
11811         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11812         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11813
11814         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11815
11816         * message.el (message-replacement-char): New variable.
11817         (message-fix-before-sending): Use it.
11818         (message-simplify-subject): New function to remove duplicate code.
11819         (message-reply, message-followup): Use it.
11820
11821         * gnus-sum.el (gnus-summary-make-menu-bar):
11822         Clarify gnus-summary-limit-to-articles.
11823
11824 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11825
11826         * gnus-util.el (gnus-with-local-quit): New macro.
11827
11828         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11829
11830 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11831
11832         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11833         ignore non-string data.
11834
11835 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11836
11837         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11838         non-string data (needs to be done in the registry too).
11839
11840 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11841
11842         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11843         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11844         (gnus-registry-split-fancy-with-parent)
11845         (gnus-registry-fetch-simplified-message-subject-fast)
11846         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11847         Remove text properties on ingress into the registry and when it's saved.
11848         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11849         registry from entries with no groups.
11850
11851 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11852
11853         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11854         function to remove string properties.
11855
11856 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11857
11858         * gmm-utils.el (gmm): Adjust custom version.
11859
11860         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11861         Adjust custom version.
11862
11863         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11864
11865 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11866
11867         * gnus-art.el (gnus-insert-prev-page-button)
11868         (gnus-insert-next-page-button): Simplify.  Reformat.
11869
11870 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11871
11872         * gnus-art.el (gnus-insert-prev-page-button)
11873         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11874
11875 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11876
11877         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11878
11879 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11880
11881         * gnus-art.el (gnus-insert-mime-button)
11882         (gnus-insert-mime-security-button):
11883         Apply gnus-article-button-face to MIME and security buttons.
11884
11885 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11886
11887         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11888         readable.
11889
11890 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11891
11892         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11893
11894 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11895
11896         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11897         `browse-url-of-file' instead of `browse-url'.
11898
11899 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11900
11901         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11902         regexp.  Articles containing quotation were cut prematurely.
11903
11904 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11905
11906         * message.el (message-cite-original-1): Use nobody by default for the
11907         value of From header.
11908         (message-reply): Ditto.
11909
11910 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11911
11912         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11913         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11914         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11915
11916 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11917
11918         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11919         mails in the doc string.  Add some URLs in comment.
11920         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11921
11922 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11923
11924         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11925         backslashes handling and the way to find boundaries of quoted strings.
11926
11927 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11928
11929         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11930         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11931         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11932         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11933
11934 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11935
11936         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11937         doc string.
11938         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11939
11940 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11941
11942         * lpath.el: Fbind epg-check-configuration.
11943
11944 2006-09-06  Simon Josefsson  <jas@extundo.com>
11945
11946         * mml2015.el (mml2015-use): Doc fix, mention epg.
11947
11948 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11949
11950         * mml2015.el (mml2015-use): Default to epg, if available.
11951
11952 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11953
11954         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11955         message-sender.
11956         (mml1991-epg-encrypt): Ditto.
11957         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11958         message-sender.
11959         (mml2015-epg-encrypt): Ditto.
11960
11961 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11962
11963         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11964         several common directories.
11965
11966 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11967
11968         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11969         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11970
11971 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11972
11973         * gnus-art.el (article-decode-encoded-words): Make it fast.
11974
11975 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11976
11977         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11978
11979         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11980         in quoted string into `\'.
11981
11982 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11983
11984         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11985         Use standard-syntax-table.
11986
11987 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11988
11989         * gnus-art.el (gnus-decode-address-function): New variable.
11990         (article-decode-encoded-words): Use it to decode headers which are
11991         assumed to contain addresses.
11992         (gnus-mime-delete-part): Remove useless `or'.
11993
11994         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11995         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11996         (gnus-nov-parse-line): Use it to decode From header.
11997         (gnus-get-newsgroup-headers): Ditto.
11998         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11999
12000         * mail-parse.el (mail-decode-encoded-address-region): New alias.
12001         (mail-decode-encoded-address-string): New alias.
12002
12003         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12004         New function.
12005         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12006         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12007         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12008         (rfc2047-decode-string): Ditto.
12009         (rfc2047-decode-address-region): New function.
12010         (rfc2047-decode-address-string): New function.
12011
12012 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
12013
12014         * message.el (message-caesar-buffer-body): Allow rotating headers.
12015
12016         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12017
12018         * message.el (message-insert-formated-citation-line): Fix %f.
12019         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12020
12021 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12022
12023         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12024         (gnus-bookmark-mouse-available-p): New macro.
12025         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12026         (gnus-bookmark-bmenu-show-infos): Use it.
12027         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12028         (gnus-bookmark-bmenu-hide-infos): Ditto.
12029         (gnus-bookmark-remove-properties): New function.
12030         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12031         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12032         (gnus-bookmark-write-file): Bind coding-system-for-write.
12033         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12034         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12035         group before selecting it.
12036         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12037         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12038         quit-window if it is not available; use gnus-mouse-2 and bind it to
12039         gnus-bookmark-bmenu-select-by-mouse.
12040         (gnus-bookmark-show-details): Remove unused variable `details-list'.
12041         (gnus-bookmark-bmenu-select-by-mouse): New function.
12042
12043 2006-08-13  Romain Francoise  <romain@orebokech.com>
12044
12045         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12046         space.
12047
12048 2006-08-10  Romain Francoise  <romain@orebokech.com>
12049
12050         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
12051         (dns-mode-soa-auto-increment-serial): New user option.
12052         (dns-mode-soa-maybe-increment-serial): New function.
12053         (dns-mode): Add the latter to `write-contents-functions'.
12054
12055 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12056
12057         * compface.el (uncompface): Use binary rather than raw-text-unix.
12058
12059 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12060
12061         * compface.el (uncompface): Make sure the eol conversion doesn't take
12062         place when communicating with the external programs.
12063         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12064
12065 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12066
12067         * nnheader.el (nnheader-insert-head): Fix typo in comment.
12068
12069 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12070
12071         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12072         Make it more robust by parsing author and date independently.
12073
12074 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12075
12076         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12077
12078 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
12079
12080         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12081         first matching secret key.
12082         (mml2015-epg-encrypt): Ditto.
12083
12084         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12085         first matching secret key.
12086         (mml1991-epg-encrypt): Ditto.
12087
12088         * mml2015.el (mml2015-encrypt-to-self): New user option.
12089         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12090         mml2015-epg-encrypt-to-self is set.
12091
12092         * mml1991.el (mml1991-encrypt-to-self): New variable.
12093         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12094         mml1991-epg-encrypt-to-self is set.
12095
12096         * mml2015.el (mml2015-signers): New user option.
12097         (mml2015-epg-sign): Reflect the value of mml2015-signers.
12098         (mml2015-epg-encrypt): Allow to select signing keys.
12099
12100         * mml1991.el (mml1991-signers): New variable.
12101         (mml1991-epg-sign): Reflect the value of mml1991-signers.
12102         (mml1991-epg-encrypt): Allow to select signing keys.
12103
12104 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12105
12106         * nnheader.el (nnheader-insert-head): Make it work even if the file
12107         uses CRLF for the line-break code.
12108
12109 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12110
12111         * mml2015.el: Require mml-sec instead of password.
12112         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12113         (mml2015-cache-passphrase): Inherit the default value from
12114         mml-secure-cache-passphrase.
12115         (mml2015-passphrase-cache-expiry): Inherit the default value from
12116         mml-secure-passphrase-cache-expiry.
12117
12118         * mml1991.el: Require mml-sec instead of password.
12119         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12120         (mml1991-cache-passphrase): Inherit the default value from
12121         mml-secure-cache-passphrase.
12122         (mml1991-passphrase-cache-expiry): Inherit the default value from
12123         mml-secure-passphrase-cache-expiry.
12124
12125         * mml-sec.el: Require password.
12126         (mml-secure-verbose): New user option.
12127         (mml-secure-cache-passphrase): New user option.
12128         (mml-secure-passphrase-cache-expiry): New user option.
12129
12130 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12131
12132         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12133         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12134         andreas@altroot.de (Andreas Vögele).
12135
12136         FIXME: Use `tiny change'?
12137
12138 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12139
12140         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12141         workaround for the url package included with Emacs.
12142
12143         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12144
12145 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12146
12147         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12148         correctly.  This fixes a bug caused by the 2006-05-12 change.
12149
12150 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12151
12152         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12153         some information about the error when saying that the `bogus' mail
12154         group will be used.
12155
12156 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12157
12158         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12159         string.
12160
12161 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12162
12163         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12164
12165 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12166
12167         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12168
12169 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12170
12171         * mml1991.el (mml1991-function-alist): Add epg.
12172         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12173         (mml1991-epg-encrypt): New functions.
12174
12175 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12176
12177         * mml2015.el (mml2015-verbose): New variable.
12178         (mml2015-cache-passphrase): Ditto.
12179         (mml2015-passphrase-cache-expiry): Ditto.
12180         (mml2015-function-alist): Add epg.
12181         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12182         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12183         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12184         New functions.
12185
12186 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12187
12188         * message.el (message-cite-original-1): Preserve region when removing
12189         quoted text due to X-No-Archive in order to avoid bogus attribution
12190         when citing multiple messages.
12191
12192 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12193
12194         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12195         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12196
12197 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12198
12199         * gnus-diary.el (gnus-user-format-function-d)
12200         (gnus-user-format-function-D): Autoload.
12201
12202         * imap.el (Commentary): Fix typo.
12203
12204         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12205         2006-04-22 contribution.
12206
12207 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12208
12209         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12210         It didn't really fix the bogosity I'm seeing with solid web groups.
12211
12212 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12213
12214         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12215         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12216         created using server names.  If we use the feature without declaring
12217         it, Gnus does not properly manage server and group state.
12218
12219         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12220         bound.
12221
12222 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12223
12224         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12225         looking up the method using GROUP's prefix before inventing a new one.
12226         It is used on killed/unknown groups in various places where returning
12227         an all-new method isn't expected by the caller.
12228
12229         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12230         and match semantics of gnus-group-real-prefix.
12231
12232 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12233
12234         * nnmail.el (nnmail-broken-references-mailers): New variable.
12235         (nnmail-ignore-broken-references): New function generalizing
12236         nnmail-fix-eudora-headers.
12237         (nnmail-fix-eudora-headers): Now obsolete.
12238
12239         * gnus-art.el (gnus-button-handle-custom):
12240         Support `customize-apropos*'.
12241
12242 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12243
12244         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12245
12246         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12247         articles.
12248
12249 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12250
12251         * message.el (message-cite-reply-above): New variable.
12252         (message-yank-original): Use it.
12253
12254 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12255
12256         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12257
12258 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12259
12260         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12261         as read.
12262
12263         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12264
12265 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12266
12267         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12268         (gnus-bookmark-default-file): Use gnus-directory.
12269         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12270         Remove "*" in doc string.
12271         (gnus-bookmark-write-file): Simplify.
12272         (gnus-bookmark-maybe-sort-alist): Use `when'.
12273         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12274         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12275         Add FIXME about Emacs 21 and XEmacs compatibility.
12276         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12277         compatibility.
12278         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12279         compatibility.
12280         (gnus-bookmark-menu-heading): Fix version.
12281
12282 2006-06-19  Bastien Guerry  <bzg@altern.org>
12283
12284         * gnus-bookmark.el: New file.
12285
12286 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12287
12288         * message.el (message-syntax-checks): Doc fix.
12289
12290 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12291
12292         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12293         unsubscribed groups as if they were killed ones.  It causes duplicate
12294         entries in gnus-newsrc-alist.
12295
12296 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12297
12298         * message.el (message-syntax-checks): Doc fix.
12299         (message-send-mail): Add check for continuation headers.
12300         (message-check-news-header-syntax): Fix regexp used to check for
12301         continuation headers.
12302
12303 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12304
12305         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12306
12307 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12308
12309         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12310
12311 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12312
12313         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12314         default-truncate-lines.
12315
12316 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12317
12318         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12319         to fill the utf-8 entry.
12320
12321         * lpath.el: Fbind unicode-precedence-list.
12322
12323 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12324
12325         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12326
12327 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12328
12329         * gnus-agent.el (directory-files-and-attributes): Move all the way
12330         forward (the third and final move).
12331         (gnus-agent-read-agentview): Trap reconstruction errors due to
12332         nonexistent directory.  Handle by returning nil.
12333
12334 2006-05-30  Didier Verna  <didier@xemacs.org>
12335
12336         * message.el (message-dont-reply-to-names): Update the custom type.
12337         * message.el (message-dont-reply-to-names): New defsubst: potentially
12338         convert a list of regexps into a single one.
12339         * message.el (message-get-reply-headers): Use it.
12340         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12341
12342 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12343
12344         * gnus-agent.el (directory-files-and-attributes): Move forward.
12345
12346 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12347
12348         * gnus-ml.el (gnus-mailing-list-subscribe)
12349         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12350         (gnus-mailing-list-message): Fix doc strings.
12351
12352 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12353
12354         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12355         of doing it manually.
12356
12357 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12358
12359         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12360         comment.
12361
12362 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12363
12364         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12365         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12366         (gnus-agent-read-local): All symbols allocated in my-obarray.
12367         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12368         (gnus-agent-regenerate-group): Check numeric names to see if they are
12369         messages or groups.
12370         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12371         better way of do this...)
12372
12373         * gnus-cache.el (gnus-agent-total-fetched-for):
12374         Ignore 'dummy.group' (there should be a better way of do this...)
12375
12376 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12377
12378         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12379         (gnus-saved-headers): Ditto.
12380         (gnus-default-article-saver): Mention functions may have properties.
12381         (gnus-article-save): Override gnus-save-all-headers and
12382         gnus-saved-headers by :headers property which saver function may have.
12383         (gnus-summary-save-in-file): Add :headers property.
12384         (gnus-summary-write-to-file): Ditto.
12385
12386         * gnus-sum.el (gnus-summary-save-article): Bind
12387         gnus-prompt-before-saving to t when saving many articles in a file;
12388         always show all headers.
12389
12390         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12391
12392 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12393
12394         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12395         marks.
12396
12397         * message.el (message-indent-citation): Add optional arguments to allow
12398         using it outside of message buffers.
12399
12400         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12401         (gnus-article-treat-unfold-headers): Use it.
12402         (gnus-article-truncate-lines): New variable.
12403         (gnus-article-mode): Use it.
12404         (gnus-article-toggle-truncate-lines): New function.
12405
12406         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12407         Add gnus-article-toggle-truncate-lines.
12408
12409         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12410         coding system in XEmacs, use binary.
12411
12412 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12413
12414         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12415         after-load-alist.
12416
12417         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12418         this function should save decoded articles.
12419         (gnus-summary-write-to-file): Use property to specify this function
12420         should save decoded articles and specify gnus-summary-save-in-file
12421         should be used to save articles other than the first one when saving
12422         many articles.
12423         (gnus-summary-save-body-in-file): Use property to specify this
12424         function should save decoded articles.
12425         (gnus-summary-write-body-to-file): Use property to specify this
12426         function should save decoded articles and specify
12427         gnus-summary-save-body-in-file should be used to save articles other
12428         than the first one when saving many articles.
12429
12430         * gnus-sum.el (gnus-summary-save-article): Simplify.
12431
12432 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12433
12434         * gnus-art.el (gnus-default-article-saver):
12435         Add gnus-summary-write-body-to-file.
12436         (gnus-article-save-coding-system): Don't use coding system object
12437         in XEmacs.
12438         (gnus-read-save-file-name): Add optional `dir-var' argument which
12439         specifies directory in which files are saved; work even if optional
12440         `variable' argument is not specified.
12441         (gnus-summary-write-to-file): Read file name.
12442         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12443         (gnus-summary-write-body-to-file): New function.
12444
12445         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12446         (gnus-summary-local-variables): Add it.
12447         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12448         (gnus-summary-save-article): Remove optional `decode' argument;
12449         determine whether to decode articles by the value of
12450         gnus-default-article-saver; when saving many files using
12451         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12452         it first and use gnus-summary-save-in-file or
12453         gnus-summary-save-body-in-file thereafter unless
12454         gnus-prompt-before-saving is always; move point to article which
12455         will be saved.
12456         (gnus-summary-save-article-file): Revert.
12457         (gnus-summary-write-article-file): Revert.
12458         (gnus-summary-save-article-body-file): Revert.
12459         (gnus-summary-write-article-body-file): New function.
12460
12461 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12462
12463         * gnus-art.el (gnus-default-article-saver): Doc fix.
12464         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12465         from gnus-summary-save-article-coding-system, and default to a
12466         certain coding system.
12467         (gnus-output-to-file): Add coding cookie and encode text according
12468         to gnus-article-save-coding-system; don't use mm-append-to-file.
12469
12470         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12471         gnus-art.el and rename to gnus-article-save-coding-system.
12472         (gnus-summary-save-article): Require gnus-art; don't show all
12473         headers if it decodes articles; don't add coding cookie here;
12474         don't bind mm-text-coding-system-for-write.
12475         (gnus-summary-save-article-file): Save decoded articles.
12476         (gnus-summary-write-article-file): When saving many files, use
12477         gnus-summary-write-to-file first and gnus-summary-save-in-file
12478         thereafter unless gnus-prompt-before-saving is always.
12479         (gnus-summary-save-article-body-file): Save decoded articles.
12480
12481         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12482
12483 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12484
12485         * nnrss.el (nnrss-check-group): Bind hash-index.
12486
12487 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12488
12489         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12490         its hash index.  Store this hash in `nnrss-group-data'.
12491         (nnrss-read-group-data): Update accordingly.
12492
12493 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12494
12495         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12496         entry.
12497
12498         * gnus-sum.el (gnus-summary-make-menu-bar):
12499         Add gnus-article-browse-html-article.
12500
12501 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12502
12503         * gnus-sum.el (gnus-summary-mime-map):
12504         Add gnus-article-browse-html-article.
12505
12506         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12507
12508 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12509
12510         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12511         suitable coding systems in customize.
12512
12513 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12514
12515         * mail-source.el (mail-sources): Fix custom type.
12516
12517 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12518
12519         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12520         (gnus-summary-expire-articles-now): Shorten prompt.
12521
12522         * gmm-utils.el (wid-edit): Require.
12523         (defun-gmm): Rename from `gmm-defun-compat'.
12524         (gmm-image-search-load-path): Use it.
12525         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12526
12527 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12528
12529         * gnus-sum.el (gnus-summary-save-article-coding-system):
12530         New variable.
12531         (gnus-summary-save-article): Add optional `decode' argument.
12532         If it is set and gnus-summary-save-article-coding-system is non-nil,
12533         save decoded article.
12534         (gnus-summary-write-article-file): Save decoded article if
12535         gnus-summary-save-article-coding-system is non-nil.
12536
12537         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12538         type.
12539
12540 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12541
12542         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12543
12544 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12545
12546         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12547         first to test gnus-single-article-buffer which may be buffer-local.
12548
12549         * gnus-sum.el (gnus-summary-setup-buffer):
12550         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12551         group; make gnus-article-buffer, gnus-article-current, and
12552         gnus-original-article-buffer always buffer-local.
12553         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12554         group.
12555         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12556
12557 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12558
12559         * nnml.el (nnml-request-compact-group): Compressed files might not
12560         have .gz extension.
12561
12562 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12563
12564         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12565         (mm-copy-to-buffer): Use with-current-buffer.
12566         (mm-display-part): Simplify.
12567         (mm-inlinable-p): Add optional arg `type'.
12568
12569 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12570
12571         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12572         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12573         Try harder to show the attachment internally or externally using
12574         gnus-mime-view-part-as-type.
12575
12576 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12577
12578         * message.el (message-from-style, message-signature-separator)
12579         (message-user-organization-file, message-send-mail-function)
12580         (message-citation-line-function, message-yank-prefix)
12581         (message-indent-citation-function, message-signature)
12582         (message-signature-file, message-signature-insert-empty-line):
12583         Remove autoloads.
12584
12585         * gnus-art.el (gnus-buttonized-mime-types):
12586         Remove "multipart/signed".  Revert 2006-04-26 change.
12587
12588 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12589
12590         * gnus.el (gnus-version-number): Bump version.
12591
12592 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12593
12594         * gnus.el: No Gnus v0.5 is released.
12595
12596 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12597
12598         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12599         fetching articles by message-id.
12600
12601 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12602
12603         * message.el (hashcash): Require hashcash as normal.
12604
12605         * ecomplete.el (ecomplete-highlight-match-line):
12606         Use point-at-eol.
12607         (ecomplete-highlight-match-line): Use `highlight', because that
12608         face exists in both Emacs and XEmacs.
12609
12610         * message.el (message-display-abbrev): Use point-at-bol.
12611
12612         * mail-source.el: Don't require timer/timer-funcs.
12613
12614         * gnus-async.el: Ditto.
12615
12616         * password.el: Ditto.
12617
12618         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12619
12620         * mm-url.el: Ditto.
12621
12622         * gnus-xmas.el: Don't require timer-funcs.
12623
12624         * mm-util.el: Require timer/timer-funcs.
12625
12626 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12627
12628         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12629         Close.
12630
12631 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12632
12633         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12634         unibyte after clear-decrypt function runs.
12635
12636         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12637         returns as a unibyte string.
12638
12639 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12640
12641         * lpath.el: Revert.
12642
12643         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12644         (pgg-gpg-process-sentinel): Revert.
12645
12646         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12647         (pgg-pgp-lookup-key): Revert.
12648
12649         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12650         (pgg-pgp5-lookup-key): Revert.
12651
12652         * pgg.el (pgg-fetch-key): Revert.
12653
12654 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12655
12656         * lpath.el: Fbind string-as-multibyte for XEmacs.
12657
12658         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12659         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12660         (mml1991-pgg-encrypt): Ditto.
12661
12662         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12663         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12664         a multibyte buffer.
12665
12666         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12667         (pgg-pgp-lookup-key): Ditto.
12668
12669         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12670         (pgg-pgp5-lookup-key): Ditto.
12671
12672         * pgg.el (pgg-fetch-key): Ditto.
12673
12674 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12675
12676         * message.el (message-user-organization-file): Check several
12677         locations of the organization file.
12678
12679         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12680         Add gnus-article-view-part-as-type.
12681
12682         * gnus-art.el (gnus-article-view-part-as-type): New function.
12683
12684         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12685         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12686
12687         * mml.el: Simplify autoload.
12688         (mml-mode): defvar dnd-protocol-alist instead of using
12689         symbol-value.
12690         (mml-default-directory): New variable.
12691         (mml-minibuffer-read-file): Use it.
12692         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12693
12694         * message.el (message-citation-line-format): New variable.
12695         (message-insert-formated-citation-line): New function.
12696         (message-citation-line-function):
12697         Add `message-insert-formated-citation-line' to custom type.
12698
12699         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12700         to doc string.
12701
12702         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12703         depending on mm-verify-option.
12704
12705 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12706
12707         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12708         binding pgg-* variables; reimplement the section which prevents
12709         MIME header from being signed.
12710         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12711         pgg-text-mode; remove a blank line at the top of body.
12712
12713         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12714         lines at the top of body; use gnus-newsgroup-charset if there's no
12715         Charset header.
12716
12717 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12718
12719         * message.el (message-self-insert-commands): Doc fix.
12720
12721         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12722         (mm-uu-pgp-encrypted-test): Ditto.
12723         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12724         between header and body; return application/pgp-encrypted handle
12725         if decryption failed; decode decrypted body by charset.
12726
12727         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12728         element match to application/pgp-*.
12729
12730 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12731
12732         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12733         HTML.
12734
12735 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12736
12737         * mail-source.el (mail-source-call-script): Message the error
12738         string.
12739
12740 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12741
12742         * gnus-util.el (gnus-byte-compile): Use it.
12743
12744 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12745
12746         * gnus-util.el (kill-empty-logs): New function.
12747
12748 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12749
12750         * message.el (message-mail-alias-type): Doc fix.
12751         (message-mail-alias-type-p): New function.
12752         (message-send): Use it.
12753         (message-mode): Ditto.
12754         (message-strip-forbidden-properties): Ditto.
12755
12756         * ecomplete.el (ecomplete-database-file-coding-system):
12757         New variable.
12758         (ecomplete-save): Use it.
12759         (ecomplete-setup): Use it.
12760
12761 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12762
12763         * message.el (message-self-insert-commands): New variable.
12764         (message-strip-forbidden-properties): Use it.
12765
12766 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12767
12768         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12769         that doesn't make XEmacs choke.
12770
12771 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12772
12773         * gnus-util.el (gnus-replace-in-string):
12774         Prefer replace-regexp-in-string over of replace-in-string.
12775
12776 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12777
12778         * gnus-util.el (gnus-select-frame-set-input-focus):
12779         Use select-frame-set-input-focus if it is available in XEmacs; use
12780         definition defined in Emacs 22 for old Emacsen.
12781
12782         * dgnushack.el: Autoload unmorse-region for XEmacs.
12783
12784         * lpath.el: Bind cursor-in-non-selected-windows and
12785         select-frame-set-input-focus for XEmacs.
12786
12787 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12788
12789         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12790
12791 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12792
12793         * gnus-registry.el (gnus-registry-cache-save): Remove text
12794         properties when saving via the temp buffer.
12795
12796 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12797
12798         * message.el (message-generate-hashcash): Honor custom type.
12799
12800 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12801
12802         * message.el (message-generate-hashcash): Default to non-nil when
12803         hashcash is found.
12804
12805         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12806         (gnus-refer-thread-limit): Increase default to 500.
12807
12808         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12809
12810         * flow-fill.el (fill-flowed): Allow delete-space.
12811
12812 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12813
12814         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12815         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12816         Remove autoloads.
12817
12818 2006-04-18  Simon Josefsson  <jas@extundo.com>
12819
12820         * message.el (message-generate-hashcash): Default to.
12821
12822 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12823
12824         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12825         concatenating segments rather than before concatenating them.
12826
12827 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12828
12829         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12830
12831 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12832
12833         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12834
12835         * message.el (message-forward-make-body-plain):
12836         Allow message-forward-ignored-headers to be a list.
12837         (message-remove-ignored-headers): Factor out into function.
12838         (message-forward-make-body-mml): Use it.
12839
12840         * imap.el (imap-quote-specials): New function.
12841         (imap-login-auth): Quote specials.
12842
12843         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12844         (rfc2231-parse-string): Allow concatanation of parameters that
12845         aren't contiguous.  The test case is
12846           (mail-header-parse-content-type "message/external-body;
12847             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12848             access-type=LOCAL-FILE;
12849             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12850
12851 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12852
12853         * nntp.el (nntp-accept-process-output): Return the value of
12854         `nnheader-accept-process-output'.
12855
12856 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12857
12858         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12859         (gnus-button-alist): Recognize more diff formats.
12860         (gnus-button-patch): Strip directory.
12861
12862 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12863
12864         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12865         Emacs 22 when setting focus.
12866
12867 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12868
12869         * gnus-art.el (gnus-article-treat-types): Do treatment of
12870         text/x-verbatim parts.
12871         (gnus-button-patch): New command.
12872
12873         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12874         addresses that contain invalid characters.
12875
12876 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12877
12878         * message.el (message-put-addresses-in-ecomplete):
12879         Use gnus-replace-in-string.
12880         (message-is-yours-p): Use the more correct
12881         mail-header-parse-address instead of
12882         mail-extract-address-components.
12883         (message-put-addresses-in-ecomplete): Fix typo.
12884
12885         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12886         keystroke.
12887
12888         * gnus-art.el (gnus-treatment-function-alist): Change order of
12889         newsgroups/generic header folding to avoid double-folding.
12890
12891         * message.el (message-hidden-headers): Add X-Draft-From.
12892
12893         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12894         New command.
12895         (gnus-summary-repeat-search-article-backward): New command.
12896
12897         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12898         groups in the parent topic.
12899
12900 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12901
12902         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12903         (spam-extra-header-to-number): Return the CRM114 number as a
12904         number instead of a string.
12905
12906 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12907
12908         * gnus-art.el (gnus-face-properties-alist): Move here from
12909         gnus-fun.
12910
12911         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12912
12913 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12914
12915         * message.el (message-strip-forbidden-properties): Only display on
12916         self-insert-command.
12917
12918         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12919         reindent.
12920         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12921
12922 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12923
12924         * smiley.el (smiley-style): Fix typo.
12925
12926 2006-03-23  Kenichi Handa  <handa@m17n.org>
12927
12928         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12929         instead of set-buffer-multibyte.
12930
12931 2006-03-23  Kenichi Handa  <handa@m17n.org>
12932
12933         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12934         buffer and then decode the buffer text if necessary.
12935         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12936         first, and after mm-encode-body, change the buffer to unibyte.
12937
12938 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12939
12940         * hashcash.el (hashcash-insert-payment-async-2):
12941         Use message-goto-eoh instead of doing it manually.
12942         (mail-add-payment): Use message-narrow-to-header instead of trying
12943         to do the same itself.
12944
12945         * message.el (message-hidden-headers): Add Face.
12946
12947         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12948         reparenting code.
12949         (gnus-summary-reparent-children): Refactored out code.
12950         (gnus-summary-thread-map): New keystroke.
12951         (gnus-summary-reparent-children): Make into command.
12952
12953         * smiley.el (smiley-style): Default to `medium' if using a large
12954         font.
12955
12956         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12957         does it itself.
12958
12959         * message.el (message-point-in-header-p): Simplify definition.
12960
12961 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12962
12963         * nnagent.el (nnagent-request-set-mark): Silence log file
12964         writing.
12965         (nnagent-request-set-mark): Use write-region instead of
12966         append-to-file.
12967
12968         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12969         strange select method.
12970
12971         * ecomplete.el (ecomplete-display-matches): Get highlightling
12972         right.
12973         (ecomplete-display-matches): Use literals.
12974         (ecomplete-display-matches): Disable message logging.
12975
12976         * message.el (message-display-abbrev): Small optimization.
12977
12978         * ecomplete.el (ecomplete-display-matches): Allow automatic
12979         display.
12980
12981         * message.el (message-strip-forbidden-properties):
12982         Display abbrevs.
12983         (message-display-abbrev): Get automatic display right.
12984
12985         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12986         keystrokes.
12987
12988 2006-04-13  Romain Francoise  <romain@orebokech.com>
12989
12990         TODO: Backport to v5-10!
12991
12992         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12993         Move here (and rename) from gnus-registry.el.
12994
12995         * gnus-registry.el: Require gnus-util.
12996         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12997
12998 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12999
13000         * gnus-group.el (gnus-group-catchup-current):
13001         Change if-then-else-if-then-else into cond.
13002         (gnus-group-catchup): Indent.
13003         (group-name-at-point): New function.
13004         (gnus-fetch-group): Provide default from thing at point.
13005
13006 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13007
13008         * message.el (message-display-abbrev): Fix regexp.
13009
13010         * ecomplete.el (ecomplete-highlight-match-line):
13011         Reimplement choosing.
13012         (ecomplete-highlight-match-line): Fix up code rewrite, remove
13013         dead variables.
13014
13015         * message.el (message-newline-and-indent): Remove debugging.
13016         (message-display-abbrev): Use new implementation.
13017
13018 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13019
13020         * gnus-art.el (gnus-article-mode):
13021         Set cursor-in-non-selected-windows to nil.
13022
13023         * smiley.el: Revert previous change.
13024         (smiley-data-directory): defvar it before using it in the
13025         defcustom of `smiley-style'.
13026
13027 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13028
13029         * message.el (message-newline-and-indent): New function.
13030
13031         * ecomplete.el: Implement more bits.
13032
13033         * message.el (message-put-addresses-in-ecomplete): Clean up the
13034         string.
13035
13036         * ecomplete.el (ecomplete-add-item): Chop off decimals.
13037
13038         * gnus-sum.el (gnus-summary-save-parts):
13039         Bind gnus-summary-save-parts-counter and use it to make unique file
13040         names.
13041
13042         * gnus-art.el (gnus-ignored-headers): Add some more headers.
13043
13044         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13045         parameter to say whether to actually parse the individual
13046         addresses.
13047
13048         * message.el (message-put-addresses-in-ecomplete): New function.
13049         (ecomplete): Require.
13050         (message-mail-alias-type): Add ecomplete as an option.
13051
13052 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
13053
13054         * flow-fill.el (fill-flowed): Remove trailing space from blank
13055         quoted lines.
13056
13057 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13058
13059         * smiley.el (smiley-style): Move definition later to avoid a
13060         compilation warning.
13061
13062 2006-04-12  Kenichi Handa  <handa@m17n.org>
13063
13064         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13065         buffer and then decode the buffer text if necessary.
13066         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13067         first, and after mm-encode-body, change the buffer to unibyte.
13068         Use mm-disable-multibyte instead of set-buffer-multibyte.
13069
13070 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13071
13072         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13073         Content-Type header instead of Content-Disposition header.
13074         (gnus-mime-inline-part): Ditto.
13075         (gnus-mime-view-part-as-charset): Ignore charset that the part
13076         specifies.
13077
13078         * mm-decode.el (mm-display-part): Work with external parts and
13079         usual parts similarly.
13080
13081         * mm-extern.el (mm-inline-external-body): Use mm-display-part
13082         instead of gnus-display-mime.
13083
13084         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13085         instead of with-temp-buffer.
13086
13087         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13088         tag to summarized topics part in order to encode non-ASCII text.
13089
13090 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13091
13092         * smiley.el (smiley-style): New variable.
13093         (smiley-directory): New function.
13094         (smiley-data-directory): Derive from `smiley-style' using
13095         `smiley-directory'.
13096         (smiley-regexp-alist): Add new entries.
13097
13098         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13099         (gnus-article-browse-delete-temp): Add :version.
13100
13101 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
13102
13103         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13104         the sieve region.
13105
13106 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13107
13108         * gnus.el (gnus-version-number): Bump version.
13109
13110 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13111
13112         * gnus.el: No Gnus v0.4 is released.
13113
13114 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13115
13116         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13117         layout.
13118
13119         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13120         unknown charset.
13121
13122         * message.el (message-header-synonyms): Add Original-To to the
13123         default.
13124
13125         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13126         optional parameter.
13127
13128 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13129
13130         * gnus-fun.el (gnus): Require it for gnus-directory.
13131
13132 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13133
13134         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13135
13136 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13137
13138         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13139
13140 2006-04-05  Simon Josefsson  <jas@extundo.com>
13141
13142         * password.el (password-reset): New function.
13143
13144 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13145
13146         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13147         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13148
13149 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13150
13151         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13152         Some whitespace was matched into the url, which broke browsing hits
13153         > 100 when mm-url-use-external was nil.
13154
13155 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13156
13157         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13158         Check gnus-extra-headers for 'Newsgroups.
13159
13160         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13161         bound.
13162
13163 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13164
13165         * pgg-gpg.el: Clean up process buffers every time gpg processes
13166         complete.
13167
13168 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13169
13170         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13171         doc string.
13172
13173 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13174
13175         * pgg-gpg.el (pgg-gpg-process-filter)
13176         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13177
13178         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13179         lines, temporary fix.
13180
13181 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13182
13183         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13184
13185 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13186
13187         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13188         default-enable-multibyte-characters.  This reverts the change from
13189         revision 6.17 which is no longer necessary because the passphrase
13190         is sent separately now.  GnuPG messages are unreadable under
13191         multibyte locales with default-enable-multibyte-characters set to
13192         nil.
13193
13194 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13195
13196         * message.el (message-tool-bar-gnome): Move "spell".
13197
13198 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13199
13200         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13201         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13202         instead.
13203
13204 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13205
13206         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13207         Improve newsgroups handling for NNTP overviews which don't include
13208         Newsgroups.
13209
13210 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13211
13212         * message.el (message-resend): Bind message-generate-hashcash to nil.
13213
13214 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13215
13216         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13217         when searching for already-paid recipients.
13218
13219 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13220
13221         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13222         passphrases when it is not needed.
13223         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13224         passphrase stuff from gpg, should only be necessary when you use
13225         gpg with a smartcard.
13226
13227 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13228
13229         * mml.el (mml-insert-mime): Ignore cached contents of
13230         message/external-body part.
13231
13232         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13233         (mm-insert-part): Ditto.
13234
13235 2006-03-23  Simon Josefsson  <jas@extundo.com>
13236
13237         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13238         Reiner.
13239         (pgg-gpg-use-agent-p): Use it again.
13240
13241 2006-03-23  Simon Josefsson  <jas@extundo.com>
13242
13243         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13244         older emacsen.
13245         (pgg-gpg-use-agent-p): Don't use it.
13246
13247 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13248
13249         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13250         if we can.
13251
13252 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13253
13254         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13255         (pgg-gpg-update-agent): New function.
13256         (pgg-gpg-use-agent-p): New function.
13257         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13258         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13259         (pgg-gpg-sign-region): Use it.
13260
13261 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13262
13263         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13264         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13265
13266 2006-03-21  Simon Josefsson  <jas@extundo.com>
13267
13268         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13269         <wilde@sha-bang.de>.
13270         (pgg-gpg-use-agent): New variable.
13271         (pgg-gpg-process-region): Use it.
13272         (pgg-gpg-encrypt-region): Likewise.
13273         (pgg-gpg-encrypt-symmetric-region): Likewise.
13274         (pgg-gpg-decrypt-region): Likewise.
13275         (pgg-gpg-sign-region): Likewise.
13276         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13277
13278 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13279
13280         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13281
13282         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13283         Add comment on version.
13284
13285 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13286
13287         * smiley.el: Add missing test smiley.
13288
13289 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13290
13291         * mm-decode.el (mm-with-part): New macro.
13292         (mm-get-part): Use it; work with message/external-body as well.
13293         (mm-save-part): Treat name and filename equally.
13294
13295         * mm-extern.el (mm-extern-cache-contents): New function.
13296         (mm-inline-external-body): Use it; force the part to be displayed;
13297         move undisplayer added to the cached handle to the parent.
13298
13299         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13300         (gnus-mime-view-part-as-type): Work with message/external-body.
13301
13302         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13303
13304 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13305
13306         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13307         images in image-load-path.  [Sync with image.el, revision 1.60, in
13308         Emacs.]
13309
13310 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13311
13312         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13313         path rather than symbol.  Always return list of directories.
13314         Guarantee that image directory comes first.  [Sync with image.el,
13315         revision 1.59, in Emacs.]
13316
13317         * message.el (message-make-tool-bar): Adjust to new API of
13318         `gmm-image-load-path-for-library'.
13319
13320         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13321
13322         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13323
13324 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13325
13326         * gnus-art.el (gnus-article-only-boring-p):
13327         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13328         intangible text.
13329         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13330
13331 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13332
13333         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13334         Use `defun' instead of `gmm-defun-compat'.
13335
13336 2006-03-14  Simon Josefsson  <jas@extundo.com>
13337
13338         * message.el (message-unique-id): Don't use message-number-base36
13339         if (user-uid) is a float.
13340         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13341
13342 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13343
13344         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13345
13346         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13347         empty line between a part and a message part.
13348
13349 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13350
13351         * smiley.el: Add more test smileys.
13352         (smiley-data-directory, smiley-regexp-alist)
13353         (gnus-smiley-file-types): Fix doc strings.
13354         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13355         adding new elements.
13356         (smiley-mouse-map): Unused code.  Make it a comment.
13357
13358 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13359
13360         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13361         scan latest NoCeM messages instead of old ones.
13362         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13363         delimiters that are recently used.
13364         (gnus-nocem-load-cache): Add autoload cookie.
13365
13366         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13367
13368         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13369         level which is larger than gnus-use-nocem is specified.
13370
13371         * gnus-group.el (gnus-group-get-new-news): Ditto.
13372
13373 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13374
13375         * gnus-util.el (gnus-tool-bar-update): New function.
13376
13377         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13378         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13379
13380         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13381
13382         * gnus-group.el (gnus-group-redraw-when-idle)
13383         (gnus-group-redraw-check): Remove.
13384         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13385
13386 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13387
13388         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13389         if optional last element is specified in splits (FIELD VALUE...).
13390
13391 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13392
13393         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13394         to gmm-image-load-path-for-library.  Call with no-error argument.
13395         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13396
13397         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13398
13399         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13400
13401         * gmm-utils.el (gmm-image-load-path): Remove alias.
13402
13403 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13404
13405         * gmm-utils.el (gmm-image-load-path): Add alias.
13406
13407         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13408         nnml-generate-nov-databases-1.
13409         (nnml-generate-nov-databases): Use it.
13410         (nnml-generate-nov-databases-directory): Document no-active
13411         argument.
13412
13413         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13414         directory if path is t.  Add no-error.
13415
13416         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13417         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13418
13419         * gnus-art.el (gnus-article-browse-delete-temp-files):
13420         Simplify resetting gnus-article-browse-html-temp-list.
13421
13422         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13423         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13424         Add example to docstring.  Rename local variables.  Move error
13425         checks to default case in cond and simplify.
13426
13427 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13428
13429         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13430         handle is multipart when calling it recursively.
13431         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13432
13433 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13434
13435         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13436         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13437
13438 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13439
13440         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13441         is loaded.
13442
13443         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13444         loaded.
13445
13446 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13447
13448         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13449         to "Emacs 23 (unicode)" in doc string.
13450
13451         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13452         "Emacs 23 (unicode)" in comment.
13453
13454 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13455
13456         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13457
13458         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13459         characters 160 through 255 in Emacs 23.
13460
13461 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13462
13463         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13464         gnus-article-browse-html-temp.
13465         (gnus-article-browse-delete-temp): Make it customizable.
13466         Add `file'.  Adjust doc string.
13467         (gnus-article-browse-delete-temp-files): Add argument.
13468         Allow query for each file.  Adjust doc string.
13469         (gnus-article-browse-html-parts):
13470         Add `gnus-article-browse-delete-temp-files' to
13471         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13472
13473 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13474
13475         * gnus-art.el (gnus-article-browse-html-temp)
13476         (gnus-article-browse-delete-temp): New variables.
13477         (gnus-article-browse-delete-temp-files): New function.
13478         (gnus-article-browse-html-parts): Use it.
13479
13480 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13481
13482         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13483
13484         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13485         string.
13486
13487         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13488         gnus-summary-insert-new-articles when unplugged.
13489         Remove gnus-summary-search-article-forward.
13490
13491         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13492         display-visual-class instead of display-color-cells.
13493
13494 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13495
13496         * dgnushack.el: Autoload customize-group for XEmacs.
13497
13498         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13499         message/* containing non-ASCII text properly.
13500
13501 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13502
13503         * message.el: Require gmm-utils, remove autoloads.
13504         (message-tool-bar): Set default based on
13505         gmm-tool-bar-style.
13506         (message-tool-bar-gnome): Add gmm-customize-mode.
13507
13508         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13509         gmm-tool-bar-style.
13510         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13511
13512         * gnus-group.el (gnus-group-tool-bar): Set default based on
13513         gmm-tool-bar-style.
13514         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13515
13516         * gmm-utils.el (gmm-image-directory): Rename variable from
13517         gmm-image-load-path.
13518         (gmm-image-load-path): Use gmm-image-directory.
13519         (gmm-customize-mode): New function.
13520         (gmm-tool-bar-style): New variable.
13521
13522         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13523         gnus-group-redraw-line-number.
13524         (gnus-group-redraw-check): Simplify.
13525         (gnus-group-tool-bar-update): Remove redraw check.
13526         (gnus-group-make-tool-bar): Add redraw check.
13527
13528 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13529
13530         * gnus-art.el (gnus-button): Add missing parentheses.
13531
13532 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13533
13534         * lpath.el: Fbind line-number-at-pos.
13535
13536 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13537
13538         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13539
13540 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13541
13542         * gnus-art.el (gnus-button): New face.
13543         (gnus-article-button-face): Use it.
13544
13545         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13546         Add gnus-summary-next-page.  Re-order.
13547
13548         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13549         next-node are now included.
13550         (gnus-group-redraw-line-number): New internal variable.
13551         (gnus-group-redraw-check): Helper function for updating the tool
13552         bar.
13553         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13554
13555         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13556
13557         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13558         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13559         Use it to match format of Spamassassin 3.0 and later.
13560         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13561         (spam-check-bogofilter)
13562         (spam-bogofilter-register-with-bogofilter): Fix args of
13563         `gnus-error' calls.
13564
13565 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13566
13567         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13568         unnecessary interaction when sending queued mails.
13569         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13570
13571 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13572
13573         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13574         first or last are nil.
13575
13576 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13577
13578         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13579
13580 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13581
13582         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13583
13584 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13585
13586         * dns.el (query-dns): Protect more against buggy tcp output.
13587
13588 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13589
13590         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13591         nov.php.
13592
13593 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13594
13595         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13596         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13597         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13598         output on the server side.
13599         (nnweb-google-create-mapping): Update regexps and add some
13600         progress indication.
13601
13602 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13603
13604         * gnus-group.el (gnus-group-tool-bar-gnome):
13605         Fix gnus-agent-toggle-plugged.  Re-order icons.
13606         (gnus-group-tool-bar-gnome):
13607         Add gnus-group-{prev,next}-unread-group.
13608         (gnus-group-tool-bar-gnome): Re-order icons.
13609
13610         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13611         Move gnus-summary-insert-new-articles.
13612
13613         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13614         Fix comments.
13615
13616         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13617         also available in Emacs 21.3.
13618
13619         * message.el (message-fix-before-sending): Change "Emacs 22" to
13620         "Emacs 23 (unicode)" in comment.
13621
13622         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13623         "Emacs 23 (unicode)" in comment.
13624
13625         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13626         comment.
13627         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13628
13629         * mm-view.el (mm-fill-flowed): Add :version.
13630
13631 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13632
13633         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13634         and load-path.
13635
13636 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13637
13638         * message.el: Autoload gmm-image-load-path.
13639         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13640         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13641         consitency.
13642
13643         * gmm-utils.el (gmm-image-load-path): Also search in
13644         "../etc/images".  Don't set gmm-image-load-path if we don't find
13645         the image.
13646
13647 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13648
13649         * gmm-utils.el (gmm-image-load-path): Don't make
13650         `gmm-image-load-path' include subdirectories which the second arg
13651         `image' might specify.
13652
13653         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13654         subdirectory to icon file names.
13655
13656         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13657
13658 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13659
13660         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13661         gmm-image-load-path calls.
13662
13663         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13664
13665         * message.el (message-make-tool-bar): Ditto.
13666
13667         * mml.el (mml-preview): Add comment concerning tool bar icons.
13668
13669         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13670         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13671
13672         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13673         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13674
13675         * message.el (message-tool-bar-gnome): Use new icon names.
13676         (message-make-tool-bar): Use `gmm-image-load-path'.
13677
13678         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13679         New functions from MH-E.
13680         (gmm-image-load-path): New variable from MH-E.
13681         (gmm-image-load-path): New function from MH-E.  Add arguments
13682         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13683         *-image-load-path-called-flag.
13684
13685 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13686
13687         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13688
13689 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13690
13691         * nnimap.el (nnimap-request-move-article): Change folder back to
13692         source group before deleting.
13693
13694 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13695
13696         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13697
13698         * gnus-art.el (mm-url-insert-file-contents-external):
13699         Autoload mm-url.
13700
13701         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13702
13703 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13704
13705         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13706         coding system which mm-charset-to-coding-system returns for a
13707         given charset is valid.
13708
13709 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13710
13711         * html2text.el (html2text-remove-tag-list):
13712         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13713
13714 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13715
13716         * gnus-cus.el: Revert 2005-10-17 change.
13717
13718 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13719
13720         * gnus-art.el (article-strip-banner):
13721         Call article-really-strip-banner only when the regexp match is made.
13722
13723 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13724
13725         * gnus-art.el (article-strip-banner):
13726         Use gnus-extract-address-components instead of
13727         mail-header-parse-addresses to make it work with non-ASCII text;
13728         remove mail-encode-encoded-word-string.
13729
13730         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13731         values which are surrounded with \"...\"; make it never cause a
13732         Lisp error; give up parsing of parameters if it failed in
13733         extracting type.
13734
13735 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13736
13737         * smime.el (smime-cert-by-ldap-1): Fix bug where
13738         `smime-ldap-search' returns results without userCertificates.
13739
13740 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13741
13742         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13743
13744 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13745
13746         * spam.el (spam-check-spamassassin-headers): Adapt format for
13747         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13748         <ari@mbf.ocn.ne.jp>.
13749         (spam-list-of-processors): Add spam-use-gmane.
13750
13751 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13752
13753         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13754         make-temp-file; make it work with XEmacs as well.
13755
13756         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13757         mm-make-temp-file.
13758
13759         * mm-decode.el (mm-display-external): Use the 3rd arg of
13760         mm-make-temp-file.
13761         (mm-create-image-xemacs): Ditto.
13762
13763 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13764
13765         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13766         with message-narrow-to-headers.
13767         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13768         (gnus-draft-check-draft-articles): New function.
13769         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13770
13771 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13772
13773         * gnus-art.el (gnus-article-browse-html-parts):
13774         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13775         Don't use suffix argument for mm-make-temp-file for Emacs 21
13776         compatibility.  Remove useless `format'.
13777
13778 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13779
13780         * nnweb.el (nnweb-google-wash-article): Update regexps.
13781         (nnweb-group-alist): Use defvoo instead of defvar.
13782
13783 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13784
13785         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13786         re-loading nn* modules.
13787
13788 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13789
13790         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13791         for `tool-bar-mode' and don't check it's default-value.
13792
13793         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13794
13795         * message.el (message-make-tool-bar): Ditto.
13796
13797         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13798         `substring'.  Shorten tmp-file name.
13799
13800         * gnus.el: Remove bogus comment.
13801
13802 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13803
13804         * gnus-art.el (gnus-article-browse-html-parts): New function.
13805         (gnus-article-browse-html-article): New function for viewing html
13806         articles with a browser.
13807
13808 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13809
13810         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13811         in elisp.
13812         (pgg-gpg-encrypt-symmetric-region): Ditto.
13813         (pgg-gpg-sign-region): Ditto.
13814
13815         * pgg-def.el (pgg-text-mode): New variable.
13816
13817         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13818         (mml2015-pgg-encrypt): Ditto.
13819
13820         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13821         (mml1991-pgg-encrypt): Ditto.
13822
13823 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13824
13825         * nnfolder.el (nnfolder-insert-newsgroup-line):
13826         Use message-make-date instead of current-time-string.
13827
13828         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13829         to gnus-decoded which mm-uu might set.
13830
13831 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13832
13833         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13834         don't decode quoted parameters; remove misimported Emacs code.
13835         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13836         (rfc2231-decode-encoded-string): Don't use split-string which
13837         behaves differently according to Emacs version; use
13838         mm-decode-coding-region to convert charset to coding-system.
13839         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13840         (rfc2231-encode-string): Remove misimported Emacs code.
13841
13842 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13843
13844         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13845         when calling mail-header-parse-content-type.
13846         (article-de-quoted-unreadable): Ditto.
13847         (article-de-base64-unreadable): Ditto.
13848         (article-wash-html): Ditto.
13849
13850         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13851         calling mail-header-parse-content-type and
13852         mail-header-parse-content-disposition.
13853         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13854         mail-header-parse-content-type.
13855
13856         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13857         insert charset and format parameters; encode description after
13858         inserting it to buffer.
13859         (mml-insert-parameter): Fold lines properly even if a parameter is
13860         segmented into two or more lines; change the max column to 76.
13861
13862         * rfc1843.el (rfc1843-decode-article-body): Don't use
13863         ignore-errors when calling mail-header-parse-content-type.
13864
13865         * rfc2231.el (rfc2231-parse-string): Return at least type if
13866         possible; don't cause an error even if it fails in parsing of
13867         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13868         (rfc2231-encode-string): Don't break lines at the beginning, leave
13869         it to mml-insert-parameter.
13870
13871         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13872         calling mail-header-parse-content-type.
13873
13874 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13875
13876         * spam-report.el (spam-report-gmane-use-article-number):
13877         Improve doc string.
13878         (spam-report-gmane-internal): Check if a suitable header was found
13879         in the article.
13880
13881 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13882
13883         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13884         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13885
13886 2006-02-05  Romain Francoise  <romain@orebokech.com>
13887
13888         Update copyright notices of all files in the gnus directory.
13889
13890 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13891
13892         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13893
13894 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13895
13896         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13897         segmented lines of parameter value to cope with Thunderbird 1.5
13898         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13899         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13900         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13901
13902 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13903
13904         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13905         parts.
13906
13907 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13908
13909         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13910         there's only one active file for all servers.
13911         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13912         solid groups.  Gnus might have used a FAST request to select the group.
13913         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13914         and nnweb-search redundantly in the active file.
13915         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13916         (nnweb-request-create-group): Don't use ARGS.
13917         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13918         initialisations.  Let nnoo do the work.
13919
13920 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13921
13922         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13923         Say the part has been decoded.
13924
13925         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13926
13927 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13928
13929         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13930         mailcap-viewer-test-cache when there's no 'test clause, since that
13931         will invert the meaning of a "nil" test previously determined by
13932         mailcap-mailcap-entry-passes-test.
13933
13934 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13935
13936         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13937         compiling.
13938
13939         * gnus-sum.el: Ditto.
13940
13941         * message.el: Don't bind tool-bar-map when compiling.
13942
13943 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13944
13945         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13946
13947 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13948
13949         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13950         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13951         current Google Groups.
13952
13953 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13954
13955         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13956         and tool-bar-mode.
13957
13958         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13959         and tool-bar-mode.
13960
13961         * message.el (message-tool-bar-update): Simplify.
13962         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13963
13964         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13965         gnus-summary-buffer.
13966         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13967         gnus-summary-reply.
13968
13969         * gmm-utils.el (gmm): Add :version.
13970
13971 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13972
13973         * Makefile.in (clean): New rule.
13974         (distclean): Use it.
13975
13976 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13977
13978         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13979         Don't autoload.
13980
13981 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13982
13983         * gmm-utils.el (gmm-verbose): Add :group.
13984
13985 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13986
13987         * message.el: Change some comments WRT tool-bars.
13988
13989         * gnus-sum.el (gnus-summary-tool-bar)
13990         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13991         (gnus-summary-tool-bar-zap-list): New variables.
13992         (gnus-summary-make-tool-bar): Complete rewrite using
13993         `gmm-tool-bar-from-list'.
13994
13995         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13996         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13997         New variables.
13998         (gnus-group-make-tool-bar): Complete rewrite using
13999         `gmm-tool-bar-from-list'.
14000         (gnus-group-tool-bar-update): New function.
14001
14002         * message.el (message-mode-field-menu): Add "Show hidden Headers".
14003
14004 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14005
14006         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14007         is dissected into a single part of which the type is the same as
14008         the given one; decode charset.
14009
14010 2006-01-21  Kevin Ryde  <user42@zip.com.au>
14011
14012         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14013         into alists as symbol not string, since that's what
14014         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14015         look for.
14016
14017 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
14018
14019         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14020         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14021
14022         * message.el (message-tool-bar-gnome): Use gmm-ignore.
14023
14024 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14025
14026         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
14027         (gnus-xmas-mime-security-button-menu): New function.
14028
14029         * gnus-art.el (gnus-mime-security-button-commands): New variable.
14030         (gnus-mime-security-button-menu): New definition.
14031         (gnus-mime-security-button-map): Use them.
14032         (gnus-mime-security-button-menu): New function.
14033         (gnus-insert-mime-security-button): Addition to help echo.
14034         (gnus-mime-security-run-function, gnus-mime-security-save-part)
14035         (gnus-mime-security-pipe-part): New functions.
14036
14037         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14038         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14039
14040         * mm-decode.el (mm-handle-set-disposition): Remove.
14041         (mm-handle-set-description): Remove.
14042
14043 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14044
14045         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14046         (mm-w3m-standalone-supports-m17n-p): New function.
14047         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14048         w3m usage.
14049
14050         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14051         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14052
14053 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14054
14055         * message.el (message-tool-bar-zap-list):
14056         Use gmm-tool-bar-zap-list as custom type.
14057         (message-tool-bar-update): New function.
14058         (message-tool-bar, message-tool-bar-gnome)
14059         (message-tool-bar-retro): Add message-tool-bar-update.
14060         (message-tool-bar-gnome): Add flyspell-buffer.
14061
14062         * gnus-util.el (gnus-error): Describe `args'.
14063
14064         * gmm-utils.el (gmm-error): Describe `args'.
14065         (gmm-tool-bar-zap-list): New widget.
14066         (gmm-tool-bar-from-list): Improve description of `zap-list'.
14067
14068 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14069
14070         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14071         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14072         the number of recursive calls.
14073
14074         * mm-decode.el (mm-handle-set-disposition): New macro.
14075         (mm-handle-set-description): New macro.
14076
14077 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14078
14079         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14080         encoding.
14081
14082 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14083
14084         * message.el (message-tool-bar-zap-list, message-tool-bar)
14085         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14086         (message-tool-bar-local-item-from-menu): Remove.
14087         (message-tool-bar-map): Replace by `message-make-tool-bar'.
14088         (message-make-tool-bar): New function.
14089         (message-mode): Use `message-make-tool-bar'.
14090
14091         * gmm-utils.el: New file.
14092         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14093         (gmm-lazy): New widget copied from `nnmail.el'.
14094         (gmm-tool-bar-from-list): New function for creating customizable
14095         tool bars.
14096         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
14097         output.
14098         (gmm): Add :prefix to defgroup.
14099
14100 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
14101
14102         * gmm-utils.el (gmm-widget-p): New function.
14103
14104 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14105
14106         * mml.el (mml-attach-file): Describe `description' in doc string.
14107         (mml-menu): Add Emacs MIME manual and PGG manual.
14108
14109 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14110
14111         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14112
14113 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14114
14115         * nntp.el (nntp-end-of-line): Doc fix.
14116
14117 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14118
14119         * imap.el (imap-open): Handle case where buffer is a buffer
14120         object.
14121
14122 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14123
14124         * gnus-delay.el (gnus-delay): Don't autoload.
14125         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14126         to be re-loaded when customizing the `gnus-delay' group.
14127
14128 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14129
14130         * message.el (message-insert-citation-line): Use newlines.
14131
14132 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14133
14134         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14135         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14136         these routines, so the passphrase can be managed externally and
14137         passed in to the system.
14138         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14139         pgg-add-passphrase-to-cache function.
14140
14141         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14142         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14143         these routines, so the passphrase can be managed externally and
14144         passed in to the system.
14145         (pgg-pgp5-sign-region): Use new name of
14146         pgg-add-passphrase-to-cache function.
14147
14148 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14149
14150         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14151         part of the decoded armor to find the key-identifier.
14152         (pgg-gpg-lookup-key-owner): New function to return the
14153         human-readable identifier of a key owner.
14154         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14155         itself.
14156         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14157         the key value) if we have a key and can match it against a secret
14158         key.  Also, added a note pointing out fact that the prompt only
14159         indicates the first matching key.
14160
14161         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14162         pgg-decrypt-region.
14163         (pgg-add-passphrase-to-cache): Rename from
14164         `pgg-add-passphrase-cache' to reduce confusion (all callers
14165         changed).
14166         (pgg-remove-passphrase-from-cache): Rename from
14167         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14168         changed).
14169         (pgg-read-passphrase, pgg-add-passphrase-cache)
14170         (pgg-remove-passphrase-cache): Add informative docstrings.
14171         (pgg-decrypt): Convey provided passphrase in subordinate call to
14172         pgg-decrypt-region.
14173
14174 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14175
14176         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14177         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14178         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14179         'passphrase' argument, so the passphrase can be managed externally
14180         and then passed in to the system.
14181
14182         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14183         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14184         so the passphrase cache can be used reliably with identifiers
14185         besides a pgp packet's key id.
14186
14187         * pgg-gpg.el (pgg-gpg-encrypt-region)
14188         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14189         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14190         these routines, so the passphrase can be managed externally and
14191         passed in to the system.
14192
14193         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14194         'notruncate' argument, so the passphrase cache can be used
14195         reliably with identifiers besides a pgp packet's key id.
14196
14197 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14198
14199         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14200         symmetric encryption.
14201         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14202         encrypted session key.
14203         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14204         message ask for the passphrase in a proper way.
14205
14206         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14207         New user commands for symmetric encryption.
14208
14209 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14210
14211         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14212
14213         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14214
14215 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14216
14217         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14218
14219 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14220
14221         * mm-decode.el (mm-inlined-types): Add application/pgp.
14222         (mm-automatic-display): Ditto.
14223
14224         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14225         part as text.
14226
14227 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14228
14229         * nnrss.el: Update copyright.
14230         (nnrss-opml-import): Query whether to subscribe to each entry.
14231
14232         * gnus-art.el:
14233         * gnus-sum.el:
14234         * gnus-xmas.el:
14235         * messagexmas.el:
14236         * mm-uu.el:
14237         * mm-view.el: Update copyright.
14238
14239 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14240
14241         * message.el (message-info): New function.
14242         (message-mode-menu): Add it.
14243         Update copyright.
14244
14245         * ChangeLog: Fix and update copyright.
14246
14247 2006-01-13  Romain Francoise  <romain@orebokech.com>
14248
14249         * message.el (message-forward-subject-name-subject): Prefer the
14250         address to 'nowhere' if the sender has no name.
14251         Fix typo.  Update copyright year.
14252
14253 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14254
14255         * gnus-art.el (article-wash-html):
14256         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14257         (gnus-article-wash-html-with-w3m-standalone): New function.
14258
14259         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14260         mm-inline-text-html-render-with-w3m-standalone.
14261         (mm-text-html-washer-alist): Map w3m-standalone to
14262         gnus-article-wash-html-with-w3m-standalone.
14263         (mm-inline-text-html-render-with-w3m-standalone): New function.
14264
14265 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14266
14267         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14268         Improve LaTeX.
14269
14270 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14271
14272         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14273         (nnrss-request-article): Render text/plain parts as HTML.
14274
14275         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14276         the buffer.
14277
14278 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14279
14280         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14281         custom definition of `gnus-posting-styles'.
14282
14283         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14284         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14285
14286 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14287
14288         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14289         Use nntp for bug archive.
14290
14291 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14292
14293         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14294         parts.
14295         (nnrss-normalize-date): New function converts ISO 8601 date into
14296         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14297         (nnrss-check-group): Use it.
14298
14299 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14300
14301         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14302
14303         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14304         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14305         (nnrss-insert-w3): Ditto.
14306
14307 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14308
14309         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14310         the articles to be forwarded including the case where neither a
14311         number of articles nor a region is specified.
14312
14313 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14314
14315         * nnrss.el (nnrss-request-article): Fix last change; fill
14316         text/plain parts.
14317
14318 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14319
14320         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14321         in text/plain part.
14322         (nnrss-check-group): Don't add excessive newline to dc:subject.
14323
14324 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14325
14326         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14327         article.
14328
14329 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14330
14331         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14332         (nnml-use-compressed-files, nnml-save-mail): Support other
14333         comression programs such as bzip2.
14334
14335 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14336
14337         * dns.el (query-dns): Make sure we check the buffer size before
14338         removing tcp headers.
14339
14340 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14341
14342         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14343         remove MIME buttons associated with multipart/alternative parts.
14344         (gnus-mime-display-alternative): Tag buttons using `article-type'
14345         text property.
14346
14347         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14348         associated with multipart/alternative parts.
14349
14350         * gnus-art.el (gnus-signature-separator): Fix custom type.
14351
14352         * mm-decode.el (mm-inlined-types): Fix custom type.
14353         (mm-keep-viewer-alive-types): Ditto.
14354         (mm-automatic-display): Ditto.
14355         (mm-attachment-override-types): Ditto.
14356         (mm-inline-override-types): Ditto.
14357         (mm-automatic-external-display): Ditto.
14358
14359 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14360
14361         * spam-report.el (spam-report-user-mail-address)
14362         (spam-report-user-agent): New variables.
14363         (spam-report-url-ping-plain): Use spam-report-user-agent.
14364
14365 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14366
14367         * gnus-art.el (gnus-button-handle-custom): Do not just use
14368         `customize-apropos' for any "M-x customize-*" button but the
14369         function called for.  Accept both the function name and its
14370         argument in order to achieve this.
14371         (gnus-button-alist): Remove support for "custom:" URL's.
14372         Pass function name to `gnus-button-handle-custom' in case of "M-x
14373         customize-*" buttons.
14374
14375 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14376
14377         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14378         multipart/alternative and add xref to mm-discouraged-alternatives
14379         in doc string.
14380
14381         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14382         gnus-buttonized-mime-types in doc string.
14383
14384 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14385
14386         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14387         Suggest image/.* in the doc string.
14388
14389 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14390
14391         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14392         message-marks (Debian bug #342521).
14393
14394 2005-12-12  Simon Josefsson  <jas@extundo.com>
14395
14396         * password.el (password-read-from-cache): Add.
14397         (password-read): Use it.
14398
14399 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14400
14401         * rfc2047.el (rfc2047-charset-to-coding-system):
14402         Recognize us-ascii as a MIME charset.
14403
14404         * mm-bodies.el (mm-decode-content-transfer-encoding):
14405         Protect against the case where the 2nd arg TYPE is nil.
14406
14407 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14408
14409         * pop3.el (pop3-stream-type): Fix custom version.
14410
14411         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14412
14413 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14414
14415         * mm-decode.el (mm-display-external): Add missing cdr.
14416
14417 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14418
14419         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14420         RFC1524) if it is in mailcap or add a suffix according to
14421         mailcap-mime-extensions when generating a temp filename; postpone
14422         deleting a temp file for 2 seconds for some wrappers, shell
14423         scripts, and so on, which might exit right after having started a
14424         viewer command as a background job.
14425
14426 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14427
14428         * nntp.el (nntp-marks-directory): Fix custom group.
14429
14430         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14431         steps when < 10.
14432
14433         * gnus-start.el (gnus-no-server-1):
14434         Mention `gnus-level-default-subscribed' in doc string.
14435
14436 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14437
14438         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14439         parens.
14440
14441 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14442
14443         * gnus-xmas.el (gnus-use-toolbar): Revert.
14444         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14445         gnus-use-toolbar is default.
14446
14447         * messagexmas.el (message-use-toolbar): Revert.
14448         (message-setup-toolbar): Use global default-toolbar if
14449         message-use-toolbar is default.
14450
14451 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14452
14453         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14454         according to default-toolbar-visible-p.
14455
14456         * messagexmas.el (message-use-toolbar): Ditto.
14457
14458 2005-11-26  Dave Love  <fx@gnu.org>
14459
14460         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14461         (tls-program, tls-success): Provide openssl alternative.
14462
14463         * starttls.el: Doc fixes.
14464         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14465         SERVICE to PORT.
14466
14467         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14468         port null or service name.
14469         (starttls-negotiate): Autoload.
14470
14471 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14472
14473         * message.el (message-kill-to-signature): Fix interactive spec.
14474
14475 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14476
14477         * pop3.el (pop3-open-server): Recognize a string as a service name.
14478
14479 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14480
14481         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14482
14483 2005-11-23  Dave Love  <fx@gnu.org>
14484
14485         Add pop3s, pop3/starttls.
14486
14487         * pop3.el (pop3-authentication-scheme): Clarify doc.
14488         (open-tls-stream, starttls-open-stream): Autoload.
14489         (pop3-stream-type): New.
14490         (pop3-open-server): Use it.
14491
14492         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14493         for POP.
14494         (mail-source-keyword-map): Add :stream for POP.
14495         (mail-source-fetch-pop): Use pop3-stream-type.
14496
14497 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14498
14499         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14500         of current-time-string.
14501
14502 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14503
14504         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14505         date header.
14506
14507 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14508
14509         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14510         it can seriously impact performance as it bypasses the agent's
14511         local caches.
14512
14513 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14514
14515         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14516         must be explicitly online rather than "not explicitly offline" for
14517         its flags to be synchronized.
14518
14519         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14520         that gnus-uu-unmark-thread will function correctly.
14521
14522         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14523         1024K is instead displayed as 1M.
14524
14525 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14526
14527         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14528
14529 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14530
14531         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14532
14533 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14534
14535         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14536         error message to display actual error condition.
14537         (gnus-agent-save-local): Avoid saving symbols that are bound to
14538         nil as they simply result in a warning message in
14539         gnus-agent-read-local.
14540
14541 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14542
14543         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14544         rather than make-variable-buffer-local for file-precious-flag.
14545
14546 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14547
14548         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14549         for duplicates which are removed.  The invalid sort check then
14550         triggers a rescan after the sort as sorting may have moved
14551         duplicate entries such that they can be cheaply detected.
14552
14553 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14554
14555         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14556
14557 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14558
14559         * gnus-agent.el (gnus-agent-article-alist-save-format):
14560         Change internal variable to a custom variable.  Change default value
14561         from compressed(2) to uncompressed(1).
14562         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14563         support for uncompressed agentview files.  Taken together, reading
14564         the agentview file should now be 6-7 times faster.
14565
14566 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14567
14568         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14569         as a buffer-local variable.  This avoids creating truncated
14570         dribble files as a result of a hang up, eg.
14571
14572 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14573
14574         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14575         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14576         XEmacs.
14577
14578 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14579
14580         * gnus-start.el (gnus-start-draft-setup):
14581         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14582
14583         * gnus.el (gnus-splash): Change custom group.
14584         (gnus-group-get-parameter, gnus-group-parameter-value):
14585         Describe allow-list argument.
14586
14587         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14588         string.
14589
14590 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14591
14592         * gnus-art.el (gnus-default-article-saver): Add user-defined
14593         `function' to custom type.
14594
14595 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14596
14597         * imap.el (imap-open): Handle case where buffer is a buffer
14598         object.
14599
14600 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14601
14602         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14603         long lines.
14604         (gnus-cache-delete-group): Wrap doc strings.
14605
14606         * gnus-agent.el (gnus-agent-rename-group)
14607         (gnus-agent-delete-group): Wrap doc strings.
14608
14609 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14610
14611         * messagexmas.el (message-use-toolbar): Change the valid values
14612         into default, top, bottom, left, and right.
14613         (message-toolbar-thickness): New variable.
14614         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14615         well.
14616         (message-setup-toolbar): Make it work.
14617
14618         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14619         (gnus-use-toolbar): Change the valid values into default, top,
14620         bottom, left, and right.
14621         (gnus-toolbar-thickness): New variable.
14622         (gnus-xmas-setup-toolbar): New function.
14623         (gnus-xmas-setup-group-toolbar): Use it.
14624         (gnus-xmas-setup-summary-toolbar): Use it.
14625
14626 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14627
14628         * gnus-start.el (gnus-1): Add "native" to
14629         gnus-predefined-server-alist.
14630
14631         * gnus.el (gnus-method-to-server): Don't add "native" to the
14632         lists here, because that leads to problems when
14633         gnus-select-method is bound.
14634
14635 2005-11-09  Simon Josefsson  <jas@extundo.com>
14636
14637         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14638         use (not sort-by-date) instead.
14639
14640 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14641
14642         * gnus-delay.el (gnus-delay-group): Don't autoload.
14643         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14644         to be re-loaded when customizing the `gnus-delay' group.
14645
14646 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14647
14648         * message.el: Revert last changes.
14649         (message-insert-citation-line): Use newlines.
14650
14651 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14652
14653         * message.el (message-courtesy-message)
14654         (message-mark-insert-begin, message-mark-insert-end)
14655         (message-elide-ellipsis, message-cancel-message)
14656         (message-add-header, message-change-subject)
14657         (message-cross-post-followup-to-header)
14658         (message-cross-post-insert-note, message-reduce-to-to-cc)
14659         (message-widen-reply, message-delete-not-region)
14660         (message-kill-to-signature, message-insert-signature)
14661         (message-insert-importance-high, message-insert-importance-low)
14662         (message-insert-or-toggle-importance)
14663         (message-insert-disposition-notification-to)
14664         (message-indent-citation, message-yank-original)
14665         (message-cite-original-without-signature, message-cite-original)
14666         (message-insert-citation-line, message-position-on-field)
14667         (message-fix-before-sending, message-send-mail-partially)
14668         (message-send-mail, message-send-mail-with-sendmail)
14669         (message-send-mail-with-qmail, message-send-news)
14670         (message-check-news-header-syntax, message-generate-headers)
14671         (message-insert-courtesy-copy, message-fill-address)
14672         (message-fill-header, message-shorten-references)
14673         (message-setup-1, message-cancel-news)
14674         (message-forward-make-body-plain, message-forward-make-body-mime)
14675         (message-forward-make-body-mml, message-encode-message-body)
14676         (message-forward-make-body-digest-plain)
14677         (message-forward-make-body-digest-mime)
14678         (message-use-alternative-email-as-from): Insert `hard-newline'
14679         instead of ordinary newlines.
14680
14681 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14682
14683         * message.el (message-generate-headers): Downcase the argument
14684         given to message-check-element.
14685
14686 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14687
14688         * nntp.el (nntp-authinfo-rejected): New error condition.
14689         (nntp-wait-for): Use new error condition to signal authentication
14690         error.
14691         (nntp-retrieve-data): Rethrow new error condition to break out of
14692         recursive call to nntp-send-authinfo.
14693
14694 2005-11-08  Romain Francoise  <romain@orebokech.com>
14695
14696         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14697         (gnus-summary-exit-map): Bind to `Z p'.
14698         (gnus-summary-make-menu-bar): Add menu item.
14699
14700 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14701
14702         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14703         (gnus-treat-*): Add `first' in all doc strings.
14704
14705         * gnus-group.el (gnus-group-compact-group): Fix typo.
14706
14707 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14708
14709         * gnus.el (gnus-parameters-case-fold-search): New variable.
14710         (gnus-parameters-get-parameter): Use it.
14711
14712         * gnus-score.el (gnus-home-score-file): Doc fix.
14713
14714 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14715
14716         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14717
14718 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14719
14720         * mm-util.el (mm-special-display-p): New function.
14721
14722         * mml.el (mml-preview): Use it; doc fix.
14723
14724 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14725
14726         * imap.el (imap-open): Handle case where buffer is a buffer object.
14727
14728 2005-10-29  Romain Francoise  <romain@orebokech.com>
14729
14730         * message.el (message-fix-before-sending): Fix comment.
14731
14732 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14733
14734         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14735
14736 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14737
14738         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14739         Used in gnus-score.el.
14740
14741 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14742
14743         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14744
14745 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14746
14747         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14748         whitespace removed in revision 7.8.  Use concatenated string to
14749         protect trailing whitespace.
14750
14751 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14752
14753         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14754         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14755         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14756         Courier IMAP ("some version from 2004").  Mostly based on similar
14757         code in the same function.
14758
14759 2005-10-26  Didier Verna  <didier@xemacs.org>
14760
14761         * gnus-group.el (gnus-group-compact-group): Invalidate original
14762         article buffer.
14763         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14764         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14765         NOV database and in article itself.
14766         Invalidate article backlog.
14767
14768 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14769
14770         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14771
14772 2005-10-26  Simon Josefsson  <jas@extundo.com>
14773
14774         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14775         part of 2004-07-25 change.
14776
14777 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14778
14779         * message.el (message-display-completion-list): New function.
14780         (message-expand-group): Use it; make sure the Completions buffer
14781         is modifiable.
14782 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14783
14784         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14785         user-mail-name is an empty string.
14786
14787 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14788
14789         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14790         depending on gnus-score-decay-constant.
14791
14792         * encrypt.el (encrypt-insert-file-contents)
14793         (encrypt-write-file-contents): Don't use `gnus-message'.
14794
14795         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14796         arguments.
14797         (mm-uu-type-alist): Add message-marks and insert-marks.
14798         Pass arguments to mm-uu-verbatim-marks-extract.
14799         (mm-uu-hide-markers): New variable.
14800         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14801
14802         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14803         (gnus-convert-image-to-face-command): Use "convert" by default to
14804         allow other input image formats.
14805         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14806         accordingly.
14807
14808 2005-10-23  Simon Josefsson  <jas@extundo.com>
14809
14810         * imap.el (imap-gssapi-program): Align command line parameters
14811         with latest GNU SASL.
14812         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14813
14814 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14815
14816         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14817         HTML.
14818         (nnslashdot-request-article): Ditto.
14819
14820         * lpath.el (featurep): Add nobreak-char-display.
14821
14822 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14823
14824         * mail-source.el (mail-source-fetch-pop): Require pop3.
14825         (mail-source-check-pop): Ditto.
14826
14827 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14828
14829         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14830         errors.
14831
14832 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14833
14834         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14835         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14836
14837         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14838
14839         * mm-bodies.el (mm-decode-string):
14840         Call `mm-charset-to-coding-system' with allow-override argument.
14841
14842 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14843
14844         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14845         (rfc2047-charset-to-coding-system): New function.
14846         (rfc2047-decode-encoded-words): New function.
14847         (rfc2047-decode-region): Use them.
14848         (rfc2047-decode-cte): Remove.
14849         (rfc2047-parse-and-decode): Remove.
14850         (rfc2047-decode): Remove.
14851
14852 2005-10-15  Kenichi Handa  <handa@m17n.org>
14853
14854         * rfc2047.el (rfc2047-decode-cte): New function.
14855         (rfc2047-decode-region): Change the way to decode successive
14856         encoded-words: decode B- or Q-encoding in each encoded-word,
14857         concatenate them, and decode it as charset.
14858
14859 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14860
14861         * lpath.el: Fbind codepage-setup for XEmacs.
14862
14863 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14864
14865         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14866         widget-move-and-invoke.
14867         (gnus-custom-mode): Use gnus-custom-map.
14868
14869 2005-10-15  Bill Wohler  <wohler@newt.com>
14870
14871         * message.el (message-tool-bar-map): Rename image file from
14872         mail_send to mail/send.
14873
14874 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14875
14876         * message.el (message-expand-group): Pass the common
14877         prefix substring of completion to `display-completion-list'.
14878
14879 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14880
14881         * mml-sec.el (mml-secure-method): New internal variable.
14882         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14883         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14884         New functions using mml-secure-method.
14885
14886         * mml.el (mml-mode-map): Add key bindings for those functions.
14887         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14888         Harder <harder@myrealbox.com>.
14889         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14890         Goto end of message if point is the headers of the message.
14891
14892         * message.el (message-in-body-p): New function.
14893
14894         * assistant.el: Autoload gnus-util and netrc.
14895
14896         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14897         Use `mm-charset-override-alist' only when decoding.
14898
14899         * mm-bodies.el (mm-decode-body):
14900         Call `mm-charset-to-coding-system' with allow-override argument.
14901
14902         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14903         `filename' from Content-Disposition if Content-Type doesn't
14904         provide `name'.
14905         (gnus-mime-view-part-as-type): Set default instead of
14906         initial-input.
14907
14908 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14909
14910         * format-spec.el (format-spec): Propagate text properties of % spec.
14911
14912 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14913
14914         * gnus-art.el (gnus-treat-predicate): Add `first'.
14915
14916 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14917
14918         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14919         (mm-charset-override-alist): New variable.
14920         (mm-charset-to-coding-system): Use it.
14921         (mm-codepage-setup): New helper function.
14922         (mm-charset-eval-alist): New variable.
14923         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14924         Warn about unknown charsets.
14925
14926         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14927
14928 2005-10-04  David Hansen  <david.hansen@gmx.net>
14929
14930         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14931         (nnrss-check-group): Ditto.
14932
14933 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14934
14935         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14936         Rename x-gnus-verbatim to x-verbatim.
14937         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14938
14939         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14940         x-verbatim.
14941
14942         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14943
14944         * gnus-util.el (gnus-remove-duplicates): Remove.
14945
14946         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14947         instead of gnus-remove-duplicates.
14948
14949         * message.el (message-remove-duplicates): Remove.
14950         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14951         message-remove-duplicates.
14952
14953         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14954         available, else use implementation from `delete-dups'.
14955
14956         * message.el (message-insert-expires): New function.
14957         (message-mode-map): Add key binding.
14958         (message-mode-field-menu): Add menu entry.
14959         (message-mode): Document it.
14960         (message-make-expires-date): Use `message-make-date'.
14961
14962 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14963
14964         * message.el (message-make-expires-date): New function.
14965
14966 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14967
14968         * Makefile.in (list-installed-shadows): New entry.
14969         (install): Use it.
14970         (remove-installed-shadows): New entry.
14971
14972         * dgnushack.el (dgnushack-default-load-path): New variable.
14973         (dgnushack-find-lisp-shadows): New function.
14974         (dgnushack-remove-lisp-shadows): New function.
14975
14976 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14977
14978         * Makefile.in (install-el-elc): New entry.
14979         (install): Use it so that .el files are necessarily installed.
14980
14981 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14982
14983         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14984
14985 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14986
14987         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14988         function rather than the diff-mode.el package.
14989         (mm-display-external): Use with-current-buffer.
14990         (mm-viewer-completion-map, mm-viewer-completion-map):
14991         Move initialization inside declaration.
14992
14993 2005-09-29  Simon Josefsson  <jas@extundo.com>
14994
14995         * spam.el: Load hashcash when compiling, to avoid warnings.
14996         Don't autoload mail-check-payment.
14997         (spam-check-hashcash): Define unconditionally, since hashcash.el
14998         is part of Gnus now.  Ignore errors from payment checking.
14999
15000 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15001
15002         * message.el (message-bold-region, message-unbold-region):
15003         Rename from `bold-region' and `unbold-region'.
15004
15005         * message.el: Remove useless autoloads.
15006
15007 2005-09-28  Simon Josefsson  <jas@extundo.com>
15008
15009         * message.el (message-use-idna): Default to t.
15010         (message-use-idna): Test whether encoding works too.  Doc fix.
15011
15012 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15013
15014         * nntp.el (nntp-warn-about-losing-connection): Remove.
15015
15016 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15017
15018         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15019         customizable.  Change default value.
15020         (mm-uu-diff-groups-regexp): Change default value.
15021         (mm-uu-type-alist): Add doc string.
15022         (mm-uu-configure): Add doc string.  Make it interactive.
15023         (mm-uu-tex-groups-regexp): New variable.
15024         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15025         (mm-uu-type-alist): Add LaTeX documents.
15026         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15027         of "text/verbatim".
15028         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15029
15030         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15031         instead of "text/verbatim".
15032
15033         * message.el (message-mark-inserted-region)
15034         (message-mark-insert-file): Use slrn style marks when called with
15035         prefix argument.
15036
15037 2005-09-27  Simon Josefsson  <jas@extundo.com>
15038
15039         * message.el (message-idna-to-ascii-rhs-1): Reformat.
15040
15041 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
15042
15043         * message.el (message-remove-duplicates): New function.
15044         Implementation borrowed from `gnus-remove-duplicates'.
15045         (message-idna-to-ascii-rhs): Also encode idna addresses in
15046         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15047         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15048         only ask about the same idna domain once per header and also tell
15049         in what header to replace the idna domain.
15050
15051         * gnus-art.el (article-decode-idna-rhs): Also decode idna
15052         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15053         (article-decode-idna-rhs): Fix regexp so that all idna-address in
15054         a header is decoded and not just the last one.
15055
15056 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15057
15058         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15059         has been decoded.
15060
15061         * mm-decode.el (mm-automatic-display): Add text/verbatim.
15062         (mm-insert-part): Don't modify text if it has been decoded.
15063
15064         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15065         decoded.
15066
15067         * mm-view.el (mm-inline-text): Don't strip text props unless
15068         decoding enriched or richtext parts.
15069
15070 2005-09-25  Romain Francoise  <romain@orebokech.com>
15071
15072         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15073         * gnus-start.el (gnus-subscribe-interactively):
15074         * gnus-uu.el (gnus-uu-grab-articles):
15075         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15076         space.
15077
15078 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15079
15080         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15081         * mm-view.el (mm-view-pkcs7-decrypt):
15082         * gnus-sum.el (gnus-summary-limit-to-extra)
15083         (gnus-summary-respool-article, gnus-read-move-group-name):
15084         * gnus-score.el (gnus-summary-increase-score):
15085         * gnus-util.el (gnus-completing-read-with-default):
15086         * gnus-art.el (gnus-read-save-file-name)
15087         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15088         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15089         * message.el (message-check-news-header-syntax):
15090         Follow convention for reading with the minibuffer.
15091
15092 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
15093
15094         * spam-report.el (spam-report-url-ping-plain):
15095         Use gnus-extended-version as User-Agent.
15096
15097         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15098         default value is nil.
15099
15100         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15101         (mm-uu-verbatim-marks-extract): New function.
15102         (mm-uu-extract): New face.
15103         (mm-uu-copy-to-buffer): Use it.
15104
15105         * spam-report.el (spam-report-gmane-ham): Rename from
15106         `spam-report-gmane-unspam'.
15107         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15108         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15109
15110         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15111         Autoload.
15112         (spam-report-gmane-unregister-routine):
15113         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15114
15115 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15116
15117         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15118         (spam-report-gmane-unregister-routine): Add support for gmane
15119         unregistration.
15120
15121         * spam-report.el (spam-report-gmane-unspam)
15122         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15123         (spam-report-gmane): Change to take a single article and do unspam
15124         registration.
15125
15126 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15127
15128         * mm-url.el (mm-url-decode-entities): Fix regexp.
15129
15130 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15131
15132         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15133         default to nil, to be able to use Gnus at all.  If the default
15134         switches to something else, then the function should be fixed not
15135         be exceedingly slow.
15136
15137 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15138
15139         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15140         fail hard.
15141
15142         * spam-report.el: Add better Keywords line.
15143
15144         * spam.el: Add Maintainer and better Keywords line.
15145
15146 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15147
15148         * gnus-art.el (gnus-article-replace-part)
15149         (gnus-mime-replace-part): New functions.
15150         (gnus-mime-action-alist, gnus-mime-button-commands)
15151         (gnus-mime-save-part-and-strip): Add file argument.
15152         (gnus-article-part-wrapper): Add interactive argument.
15153
15154         * gnus-sum.el (gnus-summary-mime-map):
15155         Add `gnus-article-replace-part'.
15156
15157 2005-09-19  Didier Verna  <didier@xemacs.org>
15158
15159         The nnml compaction feature:
15160         * nnml.el (nnml-request-compact-group): New function.
15161         * nnml.el (nnml-request-compact): New function.
15162         * gnus-int.el (gnus-request-compact-group): New function.
15163         * gnus-int.el (gnus-request-compact): New function.
15164         * gnus-group.el (gnus-group-compact-group): New function.
15165         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15166         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15167         * gnus-srvr.el (gnus-server-compact-server): New function.
15168         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15169         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15170
15171 2005-09-18  Deepak Goel  <deego@gnufans.org>
15172
15173         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15174         format spec.
15175
15176 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15177
15178         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15179
15180 2005-09-15  Romain Francoise  <romain@orebokech.com>
15181
15182         * message.el (message-fill-paragraph): Clarify docstring.
15183
15184 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15185
15186         * gnus-art.el (gnus-mime-display-part): Protect against broken
15187         MIME messages.
15188
15189 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15190
15191         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15192         before parsing header.
15193
15194 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15195
15196         * html2text.el (html2text-replace-list): Add new entities.
15197
15198 2005-09-11  Romain Francoise  <romain@orebokech.com>
15199
15200         * message.el (message-alternative-emails): Improve docstring.
15201         (message-setup-1): Call `message-use-alternative-email-as-from'
15202         after `message-setup-hook' to give it precedence over posting
15203         styles, etc.
15204         (message-use-alternative-email-as-from): Add docstring.
15205         Remove the original From header if present.
15206
15207         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15208         (nnml-save-mail): Use it.
15209
15210         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15211         articles.  Add new argument `silent'.
15212         (gnus-uu-mark-all): Report the total number of marked articles.
15213
15214 2005-09-10  Romain Francoise  <romain@orebokech.com>
15215
15216         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15217         (gnus-uu-mark-series): Likewise.
15218
15219 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15220
15221         * spam-report.el (spam-report-gmane): Fix generation of spam
15222         report URL.
15223
15224 2005-09-10  Simon Josefsson  <jas@extundo.com>
15225
15226         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15227         t, based on discussion on the ding list with Robert Epprecht
15228         <epprecht@solnet.ch>.
15229
15230 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15231
15232         * spam-report.el (spam-report-gmane): Make it work without
15233         X-Report-Spam header.  Gmane now only provides Archived-At.
15234         This is only used if `spam-report-gmane-use-article-number' is nil.
15235         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15236
15237         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15238         make `gnus-summary-sort-by-recipient' work with threading.
15239
15240         * nnweb.el (nnweb-google-wash-article): Print a message if article
15241         is not available.
15242
15243 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15244
15245         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15246         change.  Decode text/* parts content before displaying.
15247
15248 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15249
15250         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15251
15252 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15253
15254         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15255
15256         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15257         url-package-name, url-package-version,
15258         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15259         w3m-display-inline-images, and w3m-minor-mode-map.
15260
15261 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15262
15263         * message.el (message-tab-body-function): Fix mismatched custom type.
15264
15265         * gnus.el (gnus-group-change-level-function): Ditto.
15266
15267         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15268
15269         * gnus-art.el (gnus-signature-limit)
15270         (gnus-article-mime-part-function): Ditto.
15271
15272 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15273
15274         * mml.el (mml-mode): Silence the byte compiler.
15275
15276         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15277         using `(sit-for 0)' before moving the point to the specified part;
15278         skip unbuttonized parts.
15279         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15280         return to the summary window if gnus-auto-select-part is non-nil.
15281
15282 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15283
15284         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15285         New variables.
15286         (mml-dnd-attach-file, mml-mode): Use them.
15287
15288         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15289         Make fetching article by MID work again for Google Groups.
15290         Add FIXME concerning gnus-group-make-web-group.
15291
15292         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15293         Don't depend on Gnus by using mail-extract-address-components if
15294         gnus-extract-address-components is not bound.
15295
15296 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15297
15298         * gnus-art.el (gnus-mime-display-security): Don't display the
15299         signature, but only the signed part.
15300
15301 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15302
15303         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15304
15305         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15306         list, not listp.
15307
15308 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15309
15310         * mm-encode.el (mm-encode-content-transfer-encoding):
15311         Likewise when encoding.
15312
15313         * mm-bodies.el (mm-decode-content-transfer-encoding):
15314         De-canonicalize CRLF for all text content types, not just
15315         text/plain.
15316
15317 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15318
15319         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15320         valid article; point arrow and cursor at the MIME button.
15321
15322 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15323
15324         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15325         Suggested by Dan Christensen <jdc@uwo.ca>.
15326
15327         * mm-decode.el (mm-save-part): Enable change of prompt.
15328
15329 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15330
15331         * gnus-msg.el (gnus-inews-add-send-actions):
15332         Make `message-post-method' lambda parameter ARG `&optional'.
15333
15334 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15335
15336         * gnus-sum.el (gnus-summary-mime-map):
15337         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15338         gnus-article-jump-to-part.
15339
15340         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15341         (gnus-article-edit-part): Use it.
15342         (gnus-article-part-wrapper): Add no-handle argument.
15343         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15344         New functions.
15345
15346 2005-08-29  Romain Francoise  <romain@orebokech.com>
15347
15348         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15349         docstring.
15350         (gnus-face-from-file): Likewise.
15351
15352 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15353
15354         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15355         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15356         non-nil.
15357         (gnus-auto-select-part): New variable.
15358         (gnus-article-jump-to-part): New function.
15359         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15360         (gnus-mime-delete-part): Allow selecting specified part after
15361         deleting or stripping parts.
15362         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15363         part if argument is bogus.
15364
15365 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15366
15367         * gnus-art.el (w3m-minor-mode-map):
15368         * gnus-spec.el (gnus-newsrc-file-version):
15369         * gnus-util.el (nnmail-active-file-coding-system)
15370         (gnus-original-article-buffer, gnus-user-agent):
15371         * gnus.el (gnus-ham-process-destinations)
15372         (gnus-parameter-ham-marks-alist)
15373         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15374         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15375         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15376         * mm-decode.el (gnus-current-window-configuration):
15377         * mm-extern.el (gnus-article-mime-handles):
15378         * mm-url.el (url-current-object, url-package-name)
15379         (url-package-version):
15380         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15381         (smime-keys, w3m-cid-retrieve-function-alist)
15382         (w3m-current-buffer, w3m-display-inline-images)
15383         (w3m-minor-mode-map):
15384         * mml-smime.el (gnus-extract-address-components):
15385         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15386         (gnus-newsrc-hashtb, message-default-charset)
15387         (message-deletable-headers, message-options)
15388         (message-posting-charset, message-required-mail-headers)
15389         (message-required-news-headers):
15390         * mml1991.el (mc-pgp-always-sign):
15391         * mml2015.el (mc-pgp-always-sign):
15392         * nnheader.el (nnmail-extra-headers):
15393         * rfc1843.el (gnus-decode-encoded-word-function)
15394         (gnus-decode-header-function, gnus-newsgroup-name):
15395         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15396
15397 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15398
15399         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15400         the end of the date treatments.
15401
15402 2005-08-15  Simon Josefsson  <jas@extundo.com>
15403
15404         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15405         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15406         Capello and Romain Francoise.
15407         (pgg-fetch-key-function): Remove, not used?
15408         (pgg-insert-url-with-w3): Require url, to get
15409         url-insert-file-contents regardless of where it is defined.
15410
15411 2005-08-13  Romain Francoise  <romain@orebokech.com>
15412
15413         * message.el (message-cite-original-1): New function.
15414         (message-cite-original): Use it.
15415         (message-cite-original-without-signature): Ditto.
15416
15417 2005-08-08  Romain Francoise  <romain@orebokech.com>
15418
15419         * message.el (message-yank-empty-prefix): New variable.
15420         (message-indent-citation): Use it.
15421         (message-cite-original-without-signature): Respect X-No-Archive.
15422
15423 2005-08-08  Simon Josefsson  <jas@extundo.com>
15424
15425         * pgg.el: Autoload url-insert-file-contents instead of loading
15426         w3/url.
15427         (pgg-insert-url-with-w3): Don't load url here.
15428
15429 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15430
15431         * message.el (message-kill-to-signature): Don't insert newline at
15432         bol.
15433         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15434
15435 2005-08-06  Romain Francoise  <romain@orebokech.com>
15436
15437         * message.el (message-user-fqdn): Fix typo in docstring.
15438
15439 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15440
15441         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15442
15443         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15444
15445 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15446
15447         * mm-bodies.el (mm-encode-body): Use coding system rather than
15448         charset to encode text.
15449
15450         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15451         number of charsets if utf-8 is available (XEmacs).
15452
15453 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15454
15455         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15456         taken from `gnus-button-mid-or-mail-regexp'.
15457         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15458         (gnus-button-alist): Improve regexp for domain part of the MIDs
15459         for news:localpart@domain buttons.
15460         (gnus-button-ctan-directory-regexp): Update.
15461
15462 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15463
15464         * sieve-manage.el (sieve-manage-interactive-login):
15465         Use make-local-variable rather than make-variable-buffer-local.
15466         (sieve-manage-open): Ditto.
15467         (sieve-manage-authenticate): Ditto.
15468
15469         * mml.el (mml-generate-mime-1): Make the content type default to
15470         text/plain if the filename is not specified.
15471
15472 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15473
15474         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15475         instead of insert-buffer.
15476
15477         * message.el (message-yank-original): Ditto; set the mark at the
15478         end of the yanked message.
15479
15480 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15481
15482         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15483         lines to scroll rather than to stop it.
15484
15485         * mml.el (mml-generate-default-type): Add doc string.
15486         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15487         default to application/octet-stream when determining the content
15488         type if it is not specified for the part or the mml contents; add
15489         a comment about mml-generate-default-type.
15490
15491 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15492
15493         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15494         make it default to application/octet-stream when determining the
15495         content type if it is not specified for the external contents.
15496
15497 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15498
15499         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15500         segmented parameter but also other parameters might be there.
15501
15502 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15503
15504         * mm-decode.el (mm-display-external): Delete temp file, directory
15505         and buffer immediately if the external process is exited.
15506
15507 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15508
15509         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15510         fewer lines than that of scroll-margin.
15511         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15512
15513 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15514
15515         * gnus-art.el (gnus-article-next-page): Revert.
15516         (gnus-article-beginning-of-window): New macro.
15517         (gnus-article-next-page-1): Use it.
15518         (gnus-article-prev-page): Ditto.
15519         (gnus-article-edit-part): Use insert-buffer-substring instead of
15520         insert-buffer.
15521         (gnus-article-edit-exit): Ditto.
15522
15523         * gnus-util.el (gnus-beginning-of-window): Remove.
15524         (gnus-end-of-window): Remove.
15525
15526         * lpath.el: Don't bind header-line-format and scroll-margin.
15527
15528 2005-07-25  Simon Josefsson  <jas@extundo.com>
15529
15530         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15531         to have the url package without w3.  Reported by Daiki Ueno
15532         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15533
15534 2005-07-20  Didier Verna  <didier@xemacs.org>
15535
15536         * gnus-diary.el: Remove the description comment (nndiary is now
15537         properly documented in the Gnus manual).
15538         Fix the spelling of "Back End".
15539         * nndiary.el: Ditto.
15540         Fix the copyright notice.
15541
15542 2005-07-18  Romain Francoise  <romain@orebokech.com>
15543
15544         * gnus-sum.el (gnus-summary-to-prefix)
15545         (gnus-summary-newsgroup-prefix): New variables.
15546         (gnus-summary-from-or-to-or-newsgroups): Use them.
15547
15548 2005-07-17  Romain Francoise  <romain@orebokech.com>
15549
15550         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15551         space as it's generally not especially interesting to the user.
15552
15553 2005-07-16  Romain Francoise  <romain@orebokech.com>
15554
15555         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15556         nil to avoid prompting and file modification if one of the
15557         messages at the top of the nnfolder file contains a copyright
15558         notice.
15559         Update copyright notice.
15560
15561         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15562         instead of `current-time-string' as the latter creates a time
15563         string that is not RFC 2822 compliant (it lacks the zone).
15564         Update copyright notice.
15565
15566 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15567
15568         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15569         for text/rtf.  Display default in prompt.  Pass default for M-n.
15570
15571         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15572
15573 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15574
15575         * gnus-msg.el (gnus-button-mailto):
15576         Remove save-selected-window-window hackery because it relies on
15577         save-selected-window internals.
15578
15579 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15580
15581         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15582         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15583         (gnus-article-prev-page): Ditto.
15584
15585         * gnus-util.el (gnus-beginning-of-window): New function.
15586         (gnus-end-of-window): New function.
15587
15588         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15589
15590 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15591
15592         * gnus-score.el (gnus-score-edit-all-score):
15593         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15594         gnus-message.
15595
15596 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15597
15598         * gnus-msg.el (gnus-button-mailto):
15599         Remove save-selected-window-window hackery because it relies on
15600         save-selected-window internals.
15601
15602 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15603
15604         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15605         add-minor-mode.
15606         (gnus-binary-mode): Ditto.
15607
15608         * gnus-topic.el (gnus-topic-mode): Ditto.
15609
15610 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15611
15612         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15613         (gnus-article-prev-page): Take scroll-margin into consideration.
15614
15615 2005-07-04  Lute Kamstra  <lute@gnu.org>
15616
15617         Update FSF's address in GPL notices.
15618
15619 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15620
15621         * gnus.el (gnus-exit):
15622         * gnus-group.el (gnus-group-icons):
15623         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15624
15625         * gnus-nocem.el (gnus-nocem):
15626         * message.el (message-various, message-buffers, message-sending)
15627         (message-interface, message-forwarding, message-insertion)
15628         (message-headers, message-news, message-mail):
15629         * pgg-gpg.el (pgg-gpg):
15630         * pgg-parse.el (pgg-parse):
15631         * pgg-pgp.el (pgg-pgp):
15632         * pgg-pgp5.el (pgg-pgp5):
15633         * pop3.el (pop3): Finish `defgroup' description with period.
15634
15635 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15636
15637         * gnus-art.el (article-display-face): Improve the efficiency.
15638         (article-display-x-face): Ditto; remove grey x-face stuff.
15639
15640 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15641
15642         * gnus-art.el (article-display-face): Correct the position in
15643         which Faces are inserted.
15644
15645 2005-06-29  Didier Verna  <didier@xemacs.org>
15646
15647         * gnus-art.el (article-display-face): Display faces in correct
15648         order.
15649
15650 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15651
15652         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15653         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15654         (gnus-nocem-check-article): Fetch the Type header.
15655         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15656         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15657         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15658         make sure gnus-nocem-hashtb is initialized.
15659         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15660         (gnus-nocem-unwanted-article-p): Ditto.
15661
15662         * pgg.el (pgg-verify): Return the verification result.
15663
15664 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15665
15666         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15667         is ascii.
15668
15669 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15670
15671         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15672         `show-nonbreak-escape'.
15673
15674 2005-06-23  Lute Kamstra  <lute@gnu.org>
15675
15676         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15677
15678         * dig.el (dig-mode):
15679         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15680
15681 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15682
15683         * nnimap.el (nnimap-split-download-body): Fix spellings.
15684
15685 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15686
15687         * gnus-art.el (gnus-article-encrypt-body):
15688         * gnus-cus.el (gnus-score-customize):
15689         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15690         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15691
15692 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15693
15694         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15695         header by looking for magic "MII" at the beginnig.
15696
15697 2005-06-16  Miles Bader  <miles@gnu.org>
15698
15699         * gnus-xmas.el (gnus-xmas-group-startup-message):
15700         Use renamed gnus-splash face.
15701
15702         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15703         (assistant-field-face): New backward-compatibility alias for renamed
15704         face.
15705         (assistant-render-text): Use renamed assistant-field face.
15706
15707         * spam.el (spam): Remove "-face" suffix from face name.
15708         (spam-face): New backward-compatibility alias for renamed face.
15709         (spam-face, spam-initialize): Use renamed spam face.
15710
15711         * message.el (message-header-to, message-header-cc)
15712         (message-header-subject, message-header-newsgroups)
15713         (message-header-other, message-header-name)
15714         (message-header-xheader, message-separator, message-cited-text)
15715         (message-mml): Remove "-face" suffix from face names.
15716         (message-header-to-face, message-header-cc-face)
15717         (message-header-subject-face, message-header-newsgroups-face)
15718         (message-header-other-face, message-header-name-face)
15719         (message-header-xheader-face, message-separator-face)
15720         (message-cited-text-face, message-mml-face):
15721         New backward-compatibility aliases for renamed faces.
15722         (message-font-lock-keywords): Use renamed message faces.
15723
15724         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15725         (sieve-test-commands, sieve-tagged-arguments):
15726         Remove "-face" suffix from face names.
15727         (sieve-control-commands-face, sieve-action-commands-face)
15728         (sieve-test-commands-face, sieve-tagged-arguments-face):
15729         New backward-compatibility aliases for renamed faces.
15730         (sieve-control-commands-face, sieve-action-commands-face)
15731         (sieve-test-commands-face, sieve-tagged-arguments-face):
15732         Use renamed sieve faces.
15733
15734         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15735         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15736         (gnus-group-news-3-empty, gnus-group-news-4)
15737         (gnus-group-news-4-empty, gnus-group-news-5)
15738         (gnus-group-news-5-empty, gnus-group-news-6)
15739         (gnus-group-news-6-empty, gnus-group-news-low)
15740         (gnus-group-news-low-empty, gnus-group-mail-1)
15741         (gnus-group-mail-1-empty, gnus-group-mail-2)
15742         (gnus-group-mail-2-empty, gnus-group-mail-3)
15743         (gnus-group-mail-3-empty, gnus-group-mail-low)
15744         (gnus-group-mail-low-empty, gnus-summary-selected)
15745         (gnus-summary-cancelled, gnus-summary-high-ticked)
15746         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15747         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15748         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15749         (gnus-summary-low-undownloaded)
15750         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15751         (gnus-summary-low-unread, gnus-summary-normal-unread)
15752         (gnus-summary-high-read, gnus-summary-low-read)
15753         (gnus-summary-normal-read, gnus-splash):
15754         Remove "-face" suffix from face names.
15755         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15756         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15757         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15758         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15759         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15760         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15761         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15762         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15763         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15764         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15765         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15766         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15767         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15768         (gnus-summary-normal-ticked-face)
15769         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15770         (gnus-summary-normal-ancient-face)
15771         (gnus-summary-high-undownloaded-face)
15772         (gnus-summary-low-undownloaded-face)
15773         (gnus-summary-normal-undownloaded-face)
15774         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15775         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15776         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15777         (gnus-splash-face):
15778         New backward-compatibility aliases for renamed faces.
15779         (gnus-group-startup-message): Use renamed gnus faces.
15780
15781         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15782         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15783         (gnus-server-agent): Remove "-face" suffix from face names.
15784         (gnus-server-agent-face, gnus-server-opened-face)
15785         (gnus-server-closed-face, gnus-server-denied-face)
15786         (gnus-server-offline-face):
15787         New backward-compatibility aliases for renamed faces.
15788         (gnus-server-agent-face, gnus-server-opened-face)
15789         (gnus-server-closed-face, gnus-server-denied-face)
15790         (gnus-server-offline-face): Use renamed gnus faces.
15791
15792         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15793         Remove "-face" suffix from face names.
15794         (gnus-picon-xbm-face, gnus-picon-face):
15795         New backward-compatibility aliases for renamed faces.
15796
15797         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15798         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15799         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15800         (gnus-cite-11): Remove "-face" suffix from face names.
15801         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15802         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15803         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15804         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15805         New backward-compatibility aliases for renamed faces.
15806         (gnus-cite-attribution-face, gnus-cite-face-list)
15807         (gnus-article-boring-faces): Use renamed gnus faces.
15808
15809         * gnus-art.el (gnus-signature, gnus-header-from)
15810         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15811         (gnus-header-content): Remove "-face" suffix from face names.
15812         (gnus-signature-face, gnus-header-from-face)
15813         (gnus-header-subject-face, gnus-header-newsgroups-face)
15814         (gnus-header-name-face, gnus-header-content-face):
15815         New backward-compatibility aliases for renamed faces.
15816         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15817
15818         * gnus-sum.el (gnus-summary-selected-face)
15819         (gnus-summary-highlight): Use renamed gnus faces.
15820         * gnus-group.el (gnus-group-highlight): Likewise.
15821
15822 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15823
15824         * gnus-sieve.el (gnus-sieve-article-add-rule):
15825         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15826         * spam-stat.el (spam-stat-buffer-change-to-spam)
15827         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15828
15829         * message.el (message-is-yours-p):
15830         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15831
15832 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15833
15834         * mm-view.el (mm-inline-text): Withdraw the last change.
15835
15836 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15837
15838         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15839         executing enriched-decode.
15840
15841 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15842
15843         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15844         charset of tar files.
15845
15846 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15847
15848         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15849
15850 2005-06-04  Lute Kamstra  <lute@gnu.org>
15851
15852         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15853         information is never recorded.
15854
15855 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15856
15857         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15858
15859 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15860
15861         * pop3.el (pop3-apop): Run md5 in the binary mode.
15862
15863         * starttls.el (starttls-set-process-query-on-exit-flag):
15864         Use eval-and-compile.
15865
15866 2005-05-31  Simon Josefsson  <jas@extundo.com>
15867
15868         * smime.el (smime-replace-in-string): Define.
15869         (smime-cert-by-ldap-1): Use it.
15870
15871 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15872
15873         * gnus-art.el (article-display-x-face): Replace
15874         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15875
15876         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15877         set-process-query-on-exit-flag or process-kill-without-query.
15878
15879         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15880         loop instead of replace-regexp.
15881
15882         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15883         instead of process-kill-without-query if it is available.
15884
15885         * lpath.el: Fbind ldap-search-entries.
15886
15887         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15888         instead of find-file-hooks if it is available.
15889
15890         * mml1991.el: Bind pgg-default-user-id when compiling.
15891
15892         * mml2015.el: Bind pgg-default-user-id when compiling.
15893
15894         * nndraft.el (nndraft-request-associate-buffer):
15895         Use write-contents-functions instead of write-contents-hooks if it is
15896         available.
15897
15898         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15899         instead of find-file-hooks if it is available.
15900
15901         * nntp.el (nntp-open-connection): Replace
15902         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15903         (nntp-open-ssl-stream): Ditto.
15904         (nntp-open-tls-stream): Ditto.
15905
15906         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15907         set-process-query-on-exit-flag or process-kill-without-query.
15908         (starttls-open-stream-gnutls): Use it instead of
15909         process-kill-without-query.
15910         (starttls-open-stream): Ditto.
15911
15912 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15913
15914         * smime.el (smime-cert-by-ldap-1): Don't use
15915         replace-regexp-in-string.
15916
15917 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15918
15919         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15920
15921         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15922         in PEM format.  Adjust to the XEmacs compability.
15923
15924 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15925
15926         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15927         by `string-to-number'.
15928         * gnus-agent.el (gnus-agent-regenerate-group)
15929         (gnus-agent-fetch-articles): Ditto.
15930         * gnus-art.el (gnus-button-fetch-group): Ditto.
15931         * gnus-cache.el (gnus-cache-generate-active)
15932         (gnus-cache-articles-in-group): Ditto.
15933         * gnus-group.el (gnus-group-set-current-level)
15934         (gnus-group-insert-group-line): Ditto.
15935         * gnus-score.el (gnus-score-set-expunge-below)
15936         (gnus-score-set-mark-below, gnus-summary-score-effect)
15937         (gnus-summary-score-entry): Ditto.
15938         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15939         (gnus-soup-pack): Ditto.
15940         * gnus-spec.el (gnus-xmas-format): Ditto.
15941         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15942         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15943         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15944         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15945         * nndb.el (nndb-get-remote-expire-response): Ditto.
15946         * nndiary.el (nndiary-parse-schedule-value)
15947         (nndiary-string-to-number, nndiary-request-replace-article)
15948         (nndiary-request-article): Ditto.
15949         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15950         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15951         * nneething.el (nneething-make-head): Ditto.
15952         * nnfolder.el (nnfolder-request-article)
15953         (nnfolder-retrieve-headers): Ditto.
15954         * nnheader.el (nnheader-file-to-number): Ditto.
15955         * nnkiboze.el (nnkiboze-request-article): Ditto.
15956         * nnmail.el (nnmail-process-unix-mail-format)
15957         (nnmail-process-babyl-mail-format): Ditto.
15958         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15959         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15960         (nnmh-request-create-group, nnmh-request-list-1)
15961         (nnmh-request-group, nnmh-request-article): Ditto.
15962         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15963         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15964         * nnsoup.el (nnsoup-make-active): Ditto.
15965         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15966         * nntp.el (nntp-find-group-and-number)
15967         (nntp-retrieve-headers-with-xover): Ditto.
15968         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15969         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15970         (pgg-format-key-identifier): Ditto.
15971         * pop3.el (pop3-last, pop3-stat): Ditto.
15972         * qp.el (quoted-printable-decode-region): Ditto.
15973
15974         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15975         of concat.
15976
15977 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15978
15979         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15980
15981         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15982
15983         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15984
15985         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15986
15987         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15988
15989         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15990
15991         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15992         (gnus-carpal-mode): Ditto.
15993
15994         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15995         (gnus-browse-mode): Ditto.
15996
15997         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15998
15999         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16000
16001 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16002
16003         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16004
16005 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16006
16007         * gnus-util.el (gnus-run-mode-hooks): New function.
16008
16009         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16010
16011         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
16012         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
16013
16014 2005-05-27  Lute Kamstra  <lute@gnu.org>
16015
16016         * dns-mode.el (dns-mode): Specify customization group.
16017
16018 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16019
16020         * gnus-agent.el (gnus-agent-make-mode-line-string):
16021         Use mode-line-highlight as mouse-face.
16022
16023 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16024
16025         * canlock.el (canlock): Change the parent group to news.
16026
16027         * deuglify.el (gnus-outlook-deuglify): Add :group.
16028
16029         * dig.el (dig): Add :group.
16030
16031         * dns-mode.el (dns-mode): Add :group.
16032
16033         * encrypt.el (encrypt): Add :group.
16034
16035         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16036         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16037         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16038         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16039         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16040
16041         * gnus-diary.el (gnus-diary): Add :group.
16042
16043         * gnus.el (gnus-group-news-1-face): Add :group.
16044         (gnus-group-news-1-empty-face): Ditto.
16045         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16046         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16047         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16048         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16049         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16050         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16051         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16052         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16053         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16054         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16055         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16056         (gnus-summary-high-ticked-face): Ditto.
16057         (gnus-summary-low-ticked-face): Ditto.
16058         (gnus-summary-normal-ticked-face): Ditto.
16059         (gnus-summary-high-ancient-face): Ditto.
16060         (gnus-summary-low-ancient-face): Ditto.
16061         (gnus-summary-normal-ancient-face): Ditto.
16062         (gnus-summary-high-undownloaded-face): Ditto.
16063         (gnus-summary-low-undownloaded-face): Ditto.
16064         (gnus-summary-normal-undownloaded-face): Ditto.
16065         (gnus-summary-high-unread-face): Ditto.
16066         (gnus-summary-low-unread-face): Ditto.
16067         (gnus-summary-normal-unread-face): Ditto.
16068         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16069         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16070
16071         * hashcash.el (hashcash): New custom group.
16072         (hashcash-default-payment): Add :group.
16073         (hashcash-payment-alist): Ditto.
16074         (hashcash-default-accept-payment): Ditto.
16075         (hashcash-accept-resources): Ditto.
16076         (hashcash-path): Ditto.
16077         (hashcash-extra-generate-parameters): Ditto.
16078         (hashcash-double-spend-database): Ditto.
16079         (hashcash-in-news): Ditto.
16080
16081         * message.el (message-minibuffer-local-map): Add :group.
16082
16083         * netrc.el (netrc): Add :group.
16084
16085         * sieve-manage.el (sieve-manage-log): Add :group.
16086         (sieve-manage-default-user): Diito.
16087         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16088         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16089         (sieve-manage-authenticators): Ditto.
16090         (sieve-manage-authenticator-alist): Ditto.
16091         (sieve-manage-default-port): Ditto.
16092
16093         * sieve-mode.el (sieve-control-commands-face): Add :group.
16094         (sieve-action-commands-face): Ditto.
16095         (sieve-test-commands-face): Ditto.
16096         (sieve-tagged-arguments-face): Ditto.
16097
16098         * smime.el (smime): Add :group.
16099
16100         * spam-report.el (spam-report): Add :group.
16101
16102         * spam.el (spam, spam-face): Add :group.
16103
16104 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16105
16106         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16107         return \n.\n.\n at the end of articles.  Protect against that.
16108         (nntp-with-open-group): Allow debugging.
16109
16110         * nnheader.el (mail-header-set-extra): Make into a function
16111         because I just could't understand how to quote the list properly.
16112
16113         * dns.el (query-dns-cached): New function.
16114
16115 2005-05-26  Lute Kamstra  <lute@gnu.org>
16116
16117         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16118
16119 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16120
16121         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16122
16123         * gnus-art.el: Don't autoload mail-extract-address-components.
16124
16125         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16126         eval-and-compile to evaluate it.
16127
16128         * hashcash.el: Don't autoload executable-find.
16129
16130         * nndb.el: Don't declare the nndb back end two or more times; don't
16131         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16132
16133         * nntp.el: Autoload format-spec instead of format; use
16134         eval-and-compile to evaluate autoload forms.
16135
16136 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16137
16138         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16139
16140 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16141
16142         * gnus.el (gnus-version-number): Bump version.
16143
16144 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16145
16146         * gnus.el: No Gnus v0.3 is released.
16147
16148 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16149
16150         * lpath.el (featurep): Bind show-nonbreak-escape.
16151
16152 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16153
16154         * gnus-art.el (gnus-article-edit-part): Disable undo.
16155
16156 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16157
16158         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16159         gnus-article-date-lapsed-new-header is t if date timer is active;
16160         skip headers in which the original date value is empty.
16161         (gnus-article-save-original-date): Redefine it as a macro.
16162         (gnus-display-mime): Use it.
16163
16164 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16165
16166         * gnus-art.el (article-date-ut): Support converting date in
16167         forwarded parts as well.
16168         (gnus-article-save-original-date): New function.
16169         (gnus-display-mime): Use it.
16170
16171 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16172
16173         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16174         enclosure element of <item>.
16175
16176 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16177
16178         * message.el (message-kill-buffer-query): Rename from
16179         `message-kill-buffer-query-if-modified'.  Add :version.
16180
16181 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16182
16183         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16184         window layout.
16185
16186 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16187
16188         * mml.el: Autoload dnd when compiling.
16189
16190 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16191
16192         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16193         x-dnd-*.
16194
16195 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16196
16197         * qp.el (quoted-printable-encode-region): Save excursion.
16198
16199 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16200
16201         * message.el (message-kill-buffer-query-if-modified): Add new variable
16202         so the user can kill a modified message buffer quickly.
16203         (message-kill-buffer): Use it.
16204
16205 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16206
16207         * lpath.el: Fbind display-time-event-handler; don't fbind
16208         string-to-multibyte.
16209
16210         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16211
16212 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16213
16214         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16215         contained in text because xml.el decodes entities) with LFs.
16216
16217 2005-04-11  Lute Kamstra  <lute@gnu.org>
16218
16219         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16220         differently.
16221
16222 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16223
16224         * mm-util.el (mm-detect-coding-region): Typo.
16225
16226 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16227
16228         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16229
16230 2005-04-06  Deepak Goel  <deego@gnufans.org>
16231
16232         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16233         user-function allow user modifications of the scores.
16234         (spam-stat-score-buffer-user): New function, to allow
16235         user-computed modifications to the score.
16236         (spam-stat-score-buffer-user-functions): List of additional
16237         scoring functions.
16238         (spam-stat-error-holder): Global temporary error holder.
16239         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16240         variable.
16241
16242 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16243
16244         * gnus-registry.el (gnus-registry-clean-empty-function)
16245         (gnus-registry-trim, gnus-registry-fetch-groups)
16246         (gnus-registry-delete-group): Groups that match
16247         `gnus-registry-ignored-groups' are removed from the registry
16248         entries, not just ignored for splitting.  This helps clean up the
16249         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16250         to get all the groups a message ID is in.
16251
16252         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16253         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16254         (spam-stat-score-buffer-user-functions): Add :number custom type.
16255
16256 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16257
16258         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16259         argument in XEmacs.
16260
16261         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16262         (nnrss-request-group): Decode group name first.
16263         (nnrss-request-article): Make a text/plain article if mml-to-mime
16264         failed.
16265         (nnrss-get-encoding): Return a compatible encoding according to
16266         nnrss-compatible-encoding-alist.
16267         (nnrss-find-el): Use consp instead of listp.
16268         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16269
16270 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16271
16272         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16273         which Emacs 20 doesn't support.
16274         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16275
16276 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16277
16278         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16279         silence the byte compiler inside the defun.
16280
16281         * gnus-demon.el (parse-time-string): Add autoload.
16282
16283         * gnus-delay.el (parse-time-string): Add autoload.
16284
16285         * gnus-art.el (parse-time-string): Add autoload.
16286
16287         * nnultimate.el (parse-time): Require for `parse-time-string'.
16288
16289 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16290
16291         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16292
16293         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16294
16295         * smime.el (smime-ldap-host-list): Add :version.
16296
16297 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16298
16299         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16300         pass it to `gnus-browse-read-group'.
16301         (gnus-browse-read-group): Add NUMBER argument and pass it to
16302         `gnus-group-read-ephemeral-group'.
16303
16304         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16305         argument and pass it to `gnus-group-read-group'.
16306
16307 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16308
16309         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16310         mm-xemacs-find-mime-charset-1 if we have the mule feature
16311         available at runtime.
16312
16313 2005-03-25  Werner Lemberg  <wl@gnu.org>
16314
16315         * nnmaildir.el: Replace `illegal' with `invalid'.
16316
16317 2005-03-23  Lute Kamstra  <lute@gnu.org>
16318
16319         * time-date.el: Add comment on time value formats.
16320         Don't require parse-time.
16321         (with-decoded-time-value): New macro.
16322         (encode-time-value): New function.
16323         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16324         (days-to-time): Return a valid time value when arg is huge.
16325         (time-since): Use time-subtract.
16326         (time-to-number-of-days): Use time-to-seconds.
16327
16328 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16329
16330         * gnus-start.el (gnus-display-time-event-handler):
16331         Check display-time-timer at runtime rather than only at load time
16332         in case display-time-mode is turned off in the mean time.
16333
16334 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16335
16336         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16337         used.
16338
16339         * nneething.el (nneething-map-file-directory): Derive from
16340         `gnus-directory'.
16341
16342         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16343         the To/Cc button.
16344
16345 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16346
16347         * nnmaildir.el (nnmaildir-request-accept-article):
16348         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16349
16350 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16351
16352         * gnus-async.el: Require timer-funcs at compile time when in
16353         XEmacs for `run-with-idle-timer'.
16354
16355 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16356
16357         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16358         autoloaded function.
16359
16360 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16361
16362         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16363
16364 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16365
16366         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16367
16368 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16369
16370         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16371         Add gnus-expert-user to default.
16372
16373 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16374
16375         * nnimap.el (nnimap-open-server): Ditto.
16376
16377         * imap.el (imap-authenticate): Fix typo.
16378
16379 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16380
16381         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16382         buffer (since IMAP server might return FETCH response out of
16383         order, and the nntp buffer must be sorted).
16384
16385 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16386
16387         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16388         comparison on string.
16389
16390         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16391         (gnus-agent-score): Rename category keywords to match gnus-cus.
16392         (gnus-agent-summary-fetch-series): Modify to protect against
16393         gnus-agent-summary-fetch-group clearing processable flags.
16394         (gnus-agent-synchronize-group-flags): Update live group buffer as
16395         synchronization may occur due to the user toggle the plugged
16396         status.
16397         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16398         successfully downloaded.
16399         (gnus-agent-expire-group-1): Avoid using markers when the overview
16400         is in ascending order; greatly improves performance.
16401         (gnus-agent-regenerate-group):
16402         Use gnus-agent-synchronize-group-flags to reset read status in both
16403         gnus and server.
16404         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16405
16406 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16407
16408         * message.el: Don't autoload former message-utils variables.
16409         (message-strip-subject-trailing-was): Change doc string.
16410
16411         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16412         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16413         (nnweb-google-search): Add "hl=en" here.
16414         (nnweb-google-parse-1, nnweb-google-create-mapping):
16415         Don't hardcode URL.
16416
16417 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16418
16419         * message.el (message-get-reply-headers, message-followup):
16420         Mention related variables `message-use-followup-to' and
16421         `message-use-mail-followup-to', in the information buffer.
16422
16423         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16424         of broken groups(-beta).google.com.
16425
16426 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16427
16428         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16429         parameter to invoked gnus-request-move-article; remove the
16430         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16431         all at once instead of once per article.
16432         (gnus-summary-remove-process-mark): Accept a list of articles as
16433         well as a single article for processing.
16434
16435         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16436         parameter.
16437
16438         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16439
16440         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16441
16442         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16443         parameter.
16444
16445         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16446         parameter.
16447
16448         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16449         parameter and remove the gnus-sum-hint-move-is-internal variable.
16450
16451         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16452         parameter.
16453
16454         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16455         parameter.
16456
16457         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16458         parameter.
16459
16460         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16461
16462         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16463         parameter.
16464
16465         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16466         parameter.
16467
16468 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16469
16470         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16471         a more conservative way.
16472
16473 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16474
16475         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16476         buffer, so it moves the window's cursor.
16477
16478 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16479
16480         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16481         `mm-dissect-multipart' and receive the from field as an (optional)
16482         argument from `mm-dissect-multipart'.
16483         (mm-dissect-multipart): Receive the from field as an argument and
16484         pass it on when we call `mm-dissect-buffer' on MIME parts.
16485         Fixes verification/decryption of signed/encrypted MIME parts.
16486
16487 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16488
16489         * gnus-sum.el (gnus-summary-move-article):
16490         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16491         whatever it calls (right now, only nnimap-request-move article
16492         respects it).
16493
16494         * nnimap.el (nnimap-request-move-article):
16495         When gnus-sum-hint-move-is-internal is set, don't do the extra
16496         nnimap-request-article.
16497
16498 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16499
16500         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16501
16502         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16503         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16504
16505         * gnus-sum.el (gnus-summary-caesar-message):
16506         Apply `gnus-treat-article' after rotation.
16507
16508         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16509         doc string.
16510
16511 2005-02-22  Simon Josefsson  <jas@extundo.com>
16512
16513         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16514         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16515         <arne@arnested.dk>.
16516         (encrypt): Add password-cache and password-cache-expiry as group
16517         members.
16518
16519 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16520
16521         * smime.el (smime-ldap-host-list): Doc fix.
16522         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16523         cache) password.
16524         (smime-sign-region): Use it.
16525         (smime-decrypt-region): Use it.
16526         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16527         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16528         fails.
16529         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16530         certificate from DER to PEM format rather than calling openssl.
16531
16532         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16533
16534         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16535         for signing/encryption.
16536
16537         * mml.el (mml-parse-1): Use them.
16538
16539 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16540
16541         * nnrss.el (nnrss-verbose): Remove.
16542         (nnrss-request-group): Use `nnheader-message' instead.
16543
16544 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16545
16546         * nnrss.el (nnrss-verbose): New variable.
16547         (nnrss-request-group): Make it say nnrss is requesting a group.
16548
16549 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16550
16551         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16552         Handle news URL with given port correctly.
16553
16554 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16555
16556         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16557         containing special characters.
16558
16559         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16560
16561         * mml.el (mime-to-mml): Ditto.
16562
16563         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16564         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16565         (rfc2047-decode-region): Quote decoded words containing special
16566         characters when rfc2047-quote-decoded-words-containing-tspecials
16567         is non-nil.
16568
16569 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16570
16571         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16572
16573         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16574
16575 2005-02-15  Simon Josefsson  <jas@extundo.com>
16576
16577         * nnimap.el (nnimap-debug): Doc fix.
16578
16579         * imap.el (imap-debug): Doc fix.
16580
16581 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16582
16583         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16584
16585 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16586
16587         * gnus.el (spam-contents): Improve docs for spam-contents
16588         parameter in its variable incarnation.
16589
16590 2005-02-14  Simon Josefsson  <jas@extundo.com>
16591
16592         * smime-ldap.el: Use require instead of load-library for ldap.
16593         (smime-ldap-search): Indent.
16594         (smime-ldap-search-internal): Shorten line.
16595
16596         * smime.el (smime-cert-by-dns): Add doc-string.
16597         (smime-cert-by-ldap-1): Indent.
16598
16599         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16600         mml-smime-get-dns-ldap.
16601         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16602
16603 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16604
16605         * smime.el: Require smime-ldap.
16606         (smime-ldap-host-list): New variable.
16607         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16608
16609         * mml-smime.el (mml-smime-encrypt-query): New function.
16610         (mml-smime-encrypt-query): Use it.
16611
16612         * smime-ldap.el: New file.
16613
16614 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16615
16616         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16617
16618 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16619
16620         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16621         argument in doc string.  Make query for type more clear.
16622
16623 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16624
16625         * gnus.el (gnus-group-startup-message): Search for gnus images in
16626         etc/images/gnus.
16627         * mm-util.el (mm-image-load-path): Likewise.
16628         * smiley.el (smiley-data-directory): Search for smilies in
16629         etc/images/smilies.
16630
16631 2005-02-09  Kim F. Storm  <storm@cua.dk>
16632
16633         Change Emacs release version from 21.4 to 22.1 throughout.
16634         Change Emacs development version from 21.3.50 to 22.0.50.
16635
16636 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16637
16638         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16639
16640         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16641         non-Mule XEmacs as well.
16642         (mm-decompress-buffer): Signal an error intentionally if it does
16643         not decompress compressed data because auto-compression-mode is
16644         disabled.
16645
16646 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16647
16648         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16649         an ID in the registry even if it has no groups.
16650
16651 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16652
16653         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16654         merge it into mm-decompress-buffer.
16655         (gnus-mime-copy-part): Use the MIME part charset, the value which
16656         a user specified or gnus-newsgroup-charset for decoding, like
16657         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16658         save-buffer what was used.  Suggested by Kevin Ryde
16659         <user42@zip.com.au>.
16660         (gnus-mime-inline-part): Allow the name parameter as well as the
16661         filename parameter; force decompressing of compressed data; always
16662         display contents being not decoded as unibyte.
16663
16664         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16665         as well as the filename parameter.
16666
16667         * mm-util.el (mm-decompress-buffer):
16668         Merge gnus-mime-jka-compr-maybe-uncompress.
16669         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16670         of compressed data.
16671
16672 2005-02-08  Simon Josefsson  <jas@extundo.com>
16673
16674         * imap.el (imap-log): Doc fix.
16675
16676 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16677
16678         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16679         the coding cookies; decompress compressed parts.
16680
16681         * mml.el (mml-generate-mime-1): Add the charset parameter according
16682         to the value which a user specified manually or the coding cookie.
16683
16684         * mm-util.el (mm-string-to-multibyte): New function.
16685         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16686         (mm-coding-system-to-mime-charset): New function.
16687         (mm-decompress-buffer): New function.
16688         (mm-find-buffer-file-coding-system): New function.
16689
16690         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16691         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16692         parts.
16693
16694 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16695
16696         * mm-view.el (mm-display-inline-fontify): Decode a part according
16697         to the charset parameter.
16698
16699 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16700
16701         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16702         prefix arg is neither nil nor a number, as info specifies.
16703
16704 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16705
16706         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16707         timestamps.
16708
16709 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16710
16711         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16712         groups error checking and notify user.
16713
16714 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16715
16716         * message.el (message-send-mail-function): Check existence of
16717         sendmail-program first before using default value
16718         `message-send-mail-with-sendmail'.  Otherwise use more generic
16719         `smtpmail-send-it'.
16720
16721 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16722
16723         * nntp.el (nntp-request-update-info): Always return nil.
16724
16725 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16726
16727         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16728
16729 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16730
16731         * message.el (message-beginning-of-line): Change the behavior when
16732         invoked between BOL and : so that it first moves backward.
16733
16734 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16735
16736         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16737         article buffer when editing of the article is discarded.
16738         (gnus-article-prepare): Revert.
16739
16740 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16741
16742         * gnus-art.el (gnus-article-prepare):
16743         Remove message-strip-forbidden-properties from the local hook.
16744
16745 2005-01-27  Simon Josefsson  <jas@extundo.com>
16746
16747         * password.el (password-cache-add): Only start one timer per key.
16748         Reported by Derek Atkins <warlord@MIT.EDU>.
16749
16750 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16751
16752         * run-at-time.el: Remove.  It is no longer needed as
16753         timer-funcs.el in the xemacs-base package has a working version of
16754         `run-at-time'.
16755
16756         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16757
16758         * password.el: Require timer-funcs instead of run-at-time in
16759         XEmacs.
16760         Remove `password-run-at-time' macro.
16761         (password-cache-add): Use `run-at-time' instead of
16762         `password-run-at-time'.
16763
16764         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16765         Remove `nnheader-cancel-function-timers' alias,
16766         `cancel-function-timers' exists in XEmacs in timer-funcs.
16767
16768         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16769         for `run-with-idle-timer'.
16770
16771         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16772         for `run-at-time'.
16773
16774         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16775         for `with-timeout'.
16776
16777         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16778         the same as for XEmacs 21.4.
16779         No need to ignore `run-with-idle-timer', this function exists in
16780         XEmacs now in timer-funcs.el in the xemacs-base package.
16781         (dgnushack-compile): No need to delete
16782         run-at-time.el from the list of files to compile because it
16783         doesn't exist anymore.
16784
16785 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16786
16787         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16788         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16789
16790 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16791
16792         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16793         sensitively.
16794
16795 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16796
16797         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16798
16799 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16800
16801         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16802         which will be inserted according to the multibyteness of a buffer
16803         rather than the type of contents.  Suggested by ARISAWA Akihiro
16804         <ari@mbf.ocn.ne.jp>.
16805
16806         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16807         of string which old xml.el may return rather than a string.
16808
16809 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16810
16811         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16812
16813 2005-01-16  Simon Josefsson  <jas@extundo.com>
16814
16815         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16816         idn/idna.el isn't available.
16817         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16818         <michael@waxrat.com>.
16819
16820         * hashcash.el: Remove non-FSF copyright header.
16821
16822         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16823         (hashcash-generate-payment): Use it.
16824         (hashcash-generate-payment-async): Use it.
16825
16826 2005-01-15  Simon Josefsson  <jas@extundo.com>
16827
16828         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16829         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16830
16831         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16832         gnus-summary-idna-message.
16833         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16834         (gnus-summary-idna-message): New function.
16835
16836 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16837
16838         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16839         gnus-novice-user.
16840
16841 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16842
16843         * nnrss.el (nnrss-request-delete-group): Delete entries in
16844         nnrss-group-alist as well.
16845         (nnrss-save-server-data): Insert newline.
16846
16847 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16848
16849         * gnus.el (gnus-user-agent): Use list of symbols instead of
16850         symbols.  Display full version number for (S)XEmacs.
16851         Optionally display (S)XEmacs codename.
16852
16853         * gnus-util.el (gnus-emacs-version): Update for new
16854         `gnus-user-agent'.
16855
16856         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16857         Gnus version.
16858
16859 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16860
16861         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16862         which is unreadable in some setups.
16863
16864 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16865
16866         * gnus-spec.el (gnus-update-format-specifications): Flush the
16867         group format spec cache if it doesn't support decoded group names.
16868
16869 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16870
16871         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16872         Allow to apply decay on score files matching a regexp.
16873
16874 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16875
16876         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16877         compatibility in %g and %c.
16878
16879 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16880
16881         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16882         name for only %g and %c.
16883         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16884         of gnus-tmp-group to decoded group name.
16885         (gnus-group-make-rss-group): Exclude `/'s from group names.
16886
16887 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16888
16889         * nnrss.el (nnrss-get-encoding): Fix regexp.
16890
16891 2004-12-27  Simon Josefsson  <jas@extundo.com>
16892
16893         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16894         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16895         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16896
16897 2004-12-17  Kim F. Storm  <storm@cua.dk>
16898
16899         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16900
16901         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16902
16903 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16904
16905         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16906
16907 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16908
16909         * nnrss.el: Require rfc2047 and mml.
16910         (nnrss-file-coding-system): New variable.
16911         (nnrss-format-string): Redefine it as an inline function.
16912         (nnrss-decode-group-name): New function.
16913         (nnrss-string-as-multibyte): Remove.
16914         (nnrss-retrieve-headers): Decode group name; don't use
16915         nnrss-format-string.
16916         (nnrss-request-group): Decode group name.
16917         (nnrss-request-article): Decode group name; allow a Message-ID as
16918         well as an article number; don't use nnrss-format-string; encode a
16919         Message-ID string which may contain non-ASCII characters; use
16920         mml-to-mime to compose a MIME article.
16921         (nnrss-request-expire-articles): Decode group name.
16922         (nnrss-request-delete-group): Decode group name.
16923         (nnrss-fetch): Clarify error message.
16924         (nnrss-read-server-data): Use insert-file-contents instead of load;
16925         bind file-name-coding-system; use multibyte buffer.
16926         (nnrss-save-server-data): Bind coding-system-for-write to the
16927         value of nnrss-file-coding-system; bind file-name-coding-system;
16928         add coding cookie.
16929         (nnrss-read-group-data): Use insert-file-contents instead of load;
16930         bind file-name-coding-system; use multibyte buffer.
16931         (nnrss-save-group-data): Bind coding-system-for-write to the
16932         value of nnrss-file-coding-system; bind file-name-coding-system.
16933         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16934         make it work with non-ASCII text.
16935         (nnrss-find-el): Make it work with old xml.el as well.
16936
16937 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16938
16939         * nnrss.el (nnrss-get-encoding): New function.
16940         (nnrss-fetch): Use unibyte buffer initially; bind
16941         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16942         decode contents according to the encoding attribute.
16943         (nnrss-save-group-data): Add coding cookie.
16944         (nnrss-mime-encode-string): New function.
16945         (nnrss-check-group): Use it to encode subject and author.
16946
16947 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16948
16949         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16950         imaginary variable.
16951
16952 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16953
16954         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16955         correctly even if there are wide characters.
16956
16957 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16958
16959         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16960         downcased symbol names; make a new cache instead of reusing
16961         bbdb-hashtable.
16962
16963 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16964
16965         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16966         concatenating segments rather than before concatenating them.
16967         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16968
16969         * message.el (message-get-reply-headers): Bind `extra'.
16970
16971 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16972
16973         * message.el (message-extra-wide-headers): New variable.
16974         (message-get-reply-headers): Use it.
16975
16976 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16977
16978         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16979         (gnus-agent-group-pathname): Ditto.
16980
16981         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16982
16983         * gnus-group.el (gnus-group-make-group): Decode group name.
16984         (gnus-group-make-rss-group): Register the group data after opening
16985         the nnrss group.
16986
16987 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16988
16989         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16990         by expiry now get marked as read.
16991
16992 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16993
16994         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16995
16996 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16997
16998         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16999         unify Latin characters in XEmacs.
17000         (mm-find-mime-charset-region): Use it.
17001
17002 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17003
17004         * gnus-util.el (gnus-delete-directory): New function.
17005
17006         * gnus-agent.el (gnus-agent-delete-group): Use it.
17007
17008         * gnus-cache.el (gnus-cache-delete-group): Use it.
17009
17010 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17011
17012         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17013         names.
17014
17015 2004-12-16  Simon Josefsson  <jas@extundo.com>
17016
17017         * hashcash.el (hashcash-payment-alist): Fix custom :type.
17018
17019 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17020
17021         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17022
17023         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17024         (gnus-group-set-current-level): Decode group name.
17025
17026 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
17027
17028         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17029         failed.
17030
17031 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17032
17033         * gnus-group.el (gnus-group-delete-group): Decode group name.
17034         (gnus-group-make-rss-group): Encode group name.
17035         (gnus-group-catchup-current): Decode group name.
17036         (gnus-group-kill-group): Decode group name.
17037
17038 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17039
17040         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17041
17042 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17043
17044         * gnus-group.el (gnus-group-make-rss-group):
17045         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17046
17047         * gnus-start.el (gnus-setup-news): Honor user's setting to
17048         gnus-message-archive-method.  Suggested by Lute Kamstra
17049         <lute@gnu.org>.
17050
17051 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
17052
17053         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17054         global counterparts of the buffer-local variables.
17055
17056 2004-11-16  Romain Francoise  <romain@orebokech.com>
17057
17058         * gnus-sum.el (gnus-summary-exit): Don't clear the global
17059         counterparts of the buffer-local variables.
17060
17061 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17062
17063         * message.el (message-forbidden-properties): Fix typo in doc
17064         string.
17065
17066 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17067
17068         * gnus-util.el (gnus-replace-in-string): Add doc string.
17069
17070         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17071         to avoid problems when splitting mails with many recipients.
17072
17073 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17074
17075         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17076         pop-to-buffer, covered by the subsequent gnus-configure-windows.
17077
17078 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
17079
17080         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17081         if there is no hashtable in memory or file modification time is
17082         newer than cached timestamp.
17083
17084 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17085
17086         * gnus-sum.el (gnus-summary-limit-to-recipient):
17087         Implement not-matching option.
17088
17089 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
17090
17091         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17092         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17093         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17094         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17095         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
17096         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17097
17098 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17099
17100         * message.el (message-forward-make-body-mml): Remove headers
17101         according to message-forward-ignored-headers if a message is decoded.
17102
17103 2004-12-02  Romain Francoise  <romain@orebokech.com>
17104
17105         * message.el (message-forward-make-body-plain): Always remove
17106         headers according to message-forward-ignored-headers.
17107
17108 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17109
17110         * spam.el (spam-summary-prepare-exit): Remove the
17111         gnus-summary-limit pop for now, it has problems with ham marks for
17112         me.
17113
17114 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17115
17116         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17117         correctly.
17118
17119 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17120
17121         * format-spec.el (format-spec): Message the char.
17122
17123 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17124
17125         * gnus-art.el (gnus-split-methods): Reformat comments.
17126
17127         * spam.el (spam-summary-prepare-exit): Remove article limits
17128         before exiting the summary buffer.
17129
17130 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17131
17132         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17133         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17134
17135         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17136         order to silence the byte compiler.
17137
17138         * spam.el: Fix the way to silence the byte compiler, which
17139         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17140         bbdb-search-simple, spam-BBDB-register-routine,
17141         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17142         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17143         spam-stat-buffer-is-spam, spam-stat-load,
17144         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17145         spam-stat-save and spam-stat-split-fancy.
17146
17147 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17148
17149         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17150         which may confuse users.
17151         (canlock-password-for-verify): Ditto.
17152
17153         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17154
17155         * gnus-art.el (gnus-emphasis-alist): Ditto.
17156
17157         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17158
17159         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17160
17161         * gnus-start.el (gnus-save-killed-list): Ditto.
17162
17163         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17164         (gnus-sum-thread-tree-root): Ditto.
17165         (gnus-sum-thread-tree-false-root): Ditto.
17166         (gnus-sum-thread-tree-single-indent): Ditto.
17167
17168         * message.el (message-courtesy-message): Ditto.
17169         (message-archive-note): Ditto.
17170         (message-subscribed-address-file): Ditto.
17171         (message-user-fqdn): Ditto.
17172
17173         * spam-report.el (spam-report-gmane-regex): Ditto.
17174
17175         * spam.el (spam-blackhole-good-server-regex): Ditto.
17176
17177 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17178
17179         * mml.el (mml-preview): Widen the message buffer before copying
17180         the contents to the preview buffer; sort headers before previewing.
17181
17182         * message.el (message-hidden-headers): Fix the way to avoid a bug
17183         in the `repeat' widget in Emacs 21.3 or earlier.
17184
17185 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17186
17187         * message.el (message-hidden-headers): Default to "^References:".
17188         Improve customization type.  Suggested by Reiner Steib
17189         <Reiner.Steib@gmx.de>.
17190
17191 2004-11-25  Romain Francoise  <romain@orebokech.com>
17192
17193         * message.el (message-strip-forbidden-properties): Remove check for
17194         obsolete `message-hidden' text property, hidden headers are not
17195         accessible in the buffer anymore.
17196
17197 2004-11-22  Romain Francoise  <romain@orebokech.com>
17198
17199         * message.el (message-header-format-alist): Add `From' in list
17200         so that it can be sorted.
17201         (message-fix-before-sending): Widen and sort headers before
17202         sending.
17203         (message-hide-headers): Use narrowing to hide headers by moving
17204         them to the top of the buffer and narrowing to the region
17205         underneath.
17206
17207 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17208
17209         * message.el (message-strip-forbidden-properties):
17210         Bind buffer-read-only (etc) to nil.
17211
17212 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17213
17214         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17215         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17216
17217 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17218
17219         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17220
17221 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17222
17223         * dns.el (query-dns): Use sit-for to time instead of
17224         accept-process-output, since that doesn't seem to work on udp
17225         sockets.
17226
17227 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17228
17229         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17230
17231 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17232
17233         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17234         doc string.  Improve doc string.
17235
17236 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17237
17238         * nntp.el (nntp-request-update-info): Return nil if
17239         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17240         may not call gnus-activate-group which uselessly issues the GROUP
17241         commands for all nntp groups and wastes time.  Reported by Romain
17242         Francoise <romain@orebokech.com>.
17243
17244         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17245
17246 2004-11-15  Simon Josefsson  <jas@extundo.com>
17247
17248         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17249         headers separately.
17250         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17251         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17252
17253 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17254
17255         * gnus-start.el (gnus-convert-old-newsrc):
17256         Assign legacy-gnus-agent to 5.10.7.
17257
17258 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17259
17260         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17261         start of the lines.
17262
17263 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17264
17265         * hashcash.el (hashcash-default-payment): Change default to 20.
17266         (hashcash-default-accept-payment): Change default to 20.
17267         (hashcash-process-alist): New variable.
17268         (hashcash-generate-payment-async): Add.
17269         (hashcash-already-paid-p): Add.
17270         (hashcash-insert-payment): Don't generate payments twice.
17271         (hashcash-insert-payment-async): Add.
17272         (hashcash-insert-payment-async-2): Add.
17273         (hashcash-cancel-async): Add.
17274         (hashcash-wait-async): Add.
17275         (hashcash-processes-running-p): Add.
17276         (hashcash-wait-or-cancel): Add.
17277         (mail-add-payment): New optional argument.  Conditionally start
17278         asynchronous calculation.
17279         (mail-add-payment-async): Add.
17280
17281         * message.el (message-send-mail): Wait for asynchronous hashcash
17282         results.  Don't clobber existing X-Hashcash headers.
17283         (message-setup-1): Call mail-add-payment-async when
17284         message-generate-hashcash is non-nil.
17285
17286 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17287
17288         * message.el (message-use-alternative-email-as-from): Examine the
17289         From header as well; use message-make-from in order to include a
17290         user's full name.
17291
17292 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17293
17294         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17295         default; improve customization type.
17296         (gnus-emphasis-custom-with-format): New macro.
17297         (gnus-emphasis-custom-value-to-external): New function.
17298         (gnus-emphasis-custom-value-to-internal): New function.
17299
17300 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17301
17302         * dns.el (query-dns): Resolve reverse addresses.
17303
17304 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17305
17306         * gnus-group.el (gnus-group-get-new-news): Use it.
17307
17308         * gnus-start.el (gnus-check-reasonable-setup): New function.
17309
17310 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17311
17312         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17313         "Args out of range" error.  Reported by Arnaud Giersch
17314         <arnaud.giersch@free.fr>.
17315
17316 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17317
17318         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17319
17320 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17321
17322         * spam.el (spam group): Add :version.
17323
17324         * pgg-def.el (pgg group): Add :version.
17325
17326 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17327
17328         * gnus-art.el (gnus-article-edit-article): Don't associate the
17329         article buffer with a draft file.  This is a temporary measure
17330         against the 2004-08-22 change to gnus-article-edit-mode.
17331
17332 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17333
17334         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17335         (html2text-format-tags): Remove unused variable `attr'.
17336
17337 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17338
17339         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17340
17341         * tls.el (tls-process-connection-type, tls-success)
17342         (tls-certtool-program): Add :version.
17343
17344         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17345         (starttls-extra-arguments, starttls-process-connection-type)
17346         (starttls-connect, starttls-failure, starttls-success): Add :version.
17347
17348         * spam-stat.el (spam-stat): Add :version.
17349
17350         * sieve.el (sieve): Add :version.
17351
17352         * sha1.el (sha1): Add :version.
17353         (sha1-use-external): Remove redundant version.
17354
17355         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17356         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17357         (nnmail-split-fancy-match-partial-words)
17358         (nnmail-split-lowercase-expanded): Add :version.
17359
17360         * nndiary.el (nndiary): Add :version.
17361
17362         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17363
17364         * mml-sec.el (mml-default-sign-method)
17365         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17366         Add :version.
17367
17368         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17369
17370         * mm-url.el (mm-url-use-external, mm-url-program)
17371         (mm-url-arguments): Add :version.
17372
17373         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17374         (mm-attachment-file-modes, mm-decrypt-option)
17375         (mm-w3m-safe-url-regexp): Add :version.
17376
17377         * message.el (message-cite-prefix-regexp)
17378         (message-sendmail-envelope-from, message-minibuffer-local-map)
17379         (message-user-fqdn, message-completion-alist): Add :version.
17380
17381         * gnus-win.el (gnus-configure-windows-hook)
17382         (gnus-use-frames-on-any-display): Add :version.
17383
17384         * gnus-art.el (gnus-article-address-banner-alist)
17385         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17386         (gnus-treat-from-picon, gnus-treat-mail-picon)
17387         (gnus-treat-x-pgp-sig): Add :version.
17388
17389         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17390         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17391         (gnus-summary-article-delete-hook)
17392         (gnus-summary-display-while-building): Add :version.
17393
17394         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17395         (gnus-get-top-new-news-hook): Add :version.
17396
17397         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17398         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17399
17400         * gnus-registry.el (gnus-registry): Add :version.
17401
17402         * gnus-spec.el (gnus-use-correct-string-widths)
17403         (gnus-make-format-preserve-properties): Add :version.
17404
17405         * gnus.el (gnus-group-charter-alist)
17406         (gnus-group-fetch-control-use-browse-url)
17407         (gnus-install-group-spam-parameters): Add :version.
17408
17409         * gnus-diary.el (gnus-diary): Add :version.
17410
17411         * gnus-delay.el (gnus-delay): Add :version.
17412
17413         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17414         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17415         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17416         Add :version.
17417
17418         * gnus-agent.el (gnus-agent-max-fetch-size)
17419         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17420         (gnus-agent-prompt-send-queue): Add :version.
17421
17422         * deuglify.el (gnus-outlook-deuglify): Add :version.
17423
17424         * html2text.el: Beautify code.  Improve doc strings.
17425         Some checkdoc cleanup.
17426         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17427
17428 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17429
17430         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17431
17432 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17433
17434         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17435         when package is loaded.
17436
17437         * spam.el (spam-summary-score-preferred-header): Add global preference
17438         for people who want to override the default SpamAssassin over
17439         Bogofilter preference (when both are set).
17440         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17441         (spam-user-format-function-S):
17442         Check spam-summary-score-preferred-header.
17443         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17444         (spam-user-format-function-S): Format the score correctly.
17445
17446 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17447
17448         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17449         signature file.  Suggested by Manoj Srivastava
17450         <srivasta@golden-gryphon.com>.
17451
17452         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17453         iso-2022-jp even in the Japanese language environment.
17454         Suggested by Jason Rumney <jasonr@gnu.org>.
17455
17456 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17457
17458         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17459         use the same characters as the dummy marks; make it free from
17460         getting affected by the language environment.
17461         (gnus-summary-read-group-1): Update mark positions only when the
17462         format spec is updated.
17463
17464         * gnus-spec.el (gnus-update-format-specifications): Return a list
17465         of updated types.
17466
17467 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17468
17469         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17470         of boundp to check if display-warning is available.
17471
17472 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17473
17474         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17475
17476 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17477
17478         * nnspool.el (nnspool-spool-directory): Use news-path if the
17479         news-directory variable is not bound.
17480
17481         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17482         function instead of display-warning if it is not available.
17483
17484 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17485
17486         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17487         v5-10: Use `point-at-bol'.
17488
17489 2004-10-26  Simon Josefsson  <jas@extundo.com>
17490
17491         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17492         <chenggao@gmail.com>.
17493
17494 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17495
17496         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17497         instead.
17498
17499 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17500
17501         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17502         to remove a server from the nnimap-server-buffer-alist.
17503         (nnimap-open-connection, nnimap-close-server): Use it.
17504
17505         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17506
17507 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17508
17509         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17510         running the major-mode function.
17511
17512 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17513
17514         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17515         dummy marks in the right way.
17516
17517 2004-10-18  David Edmondson  <dme@dme.org>
17518
17519         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17520         excessively.
17521
17522 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17523
17524         * gnus-util.el (gnus-split-references): Accept a nil references
17525         string and go on blissfully.
17526
17527         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17528         cases where the references string is non-nil but has no references.
17529
17530         * encrypt.el: Add autoload tags.
17531
17532         * spam.el (spam-resolve-registrations-routine): Remove article
17533         from unregistration list too.  Reported by David Hanak
17534         <dhanak@isis.vanderbilt.edu>
17535
17536 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17537
17538         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17539         nil.  Change custom type.
17540
17541 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17542
17543         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17544
17545         * gnus-sum.el (gnus-summary-move-article): Use it.
17546
17547 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17548
17549         * encrypt.el: Add autoload cookies.
17550
17551         * spam.el (spam-backend-article-list-property)
17552         (spam-backend-get-article-todo-list)
17553         (spam-backend-put-article-todo-list)
17554         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17555         Resolve registrations separately.
17556         (spam-register-routine): Format comments.
17557         (spam-unregister-routine, spam-register-routine): Always call with
17558         specific-articles, no default list.
17559         (spam-summary-prepare-exit): Use the spam-classifications function.
17560
17561         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17562         gnus-encrypt.el.
17563
17564         * encrypt.el: Copied from gnus-encrypt.el.
17565
17566         * gnus-encrypt.el: Commented that it's obsolete.
17567
17568 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17569
17570         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17571         (gnus-score-save): Use it.
17572
17573         * message.el (message-bury): Use `window-dedicated-p'.
17574
17575 2004-10-15  Simon Josefsson  <jas@extundo.com>
17576
17577         * pop3.el (top-level): Don't require nnheader.
17578         (pop3-read-timeout): Add.
17579         (pop3-accept-process-output): Add.
17580         (pop3-read-response, pop3-retr): Use it.
17581
17582 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17583
17584         * spam.el (spam-register-routine): Move comment.
17585         (spam-verify-bogofilter): Use 'unknown for the initial
17586         spam-bogofilter-valid state, not 'never.
17587
17588         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17589         for netrc-machine.
17590
17591         * nnimap.el (nnimap-open-connection):
17592         Use netrc-machine-user-or-password.
17593
17594 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17595
17596         * gnus-registry.el (gnus-registry-unload-hook):
17597         Set as a variable with add-hook.
17598
17599         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17600         of news-path.
17601
17602         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17603
17604         * spam.el: Delete duplicate `provide'.
17605         (spam-unload-hook): Set as a variable with add-hook.
17606
17607 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17608
17609         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17610         in the doc string.
17611
17612         * message.el (message-ignored-news-headers)
17613         (message-ignored-supersedes-headers)
17614         (message-ignored-resent-headers)
17615         (message-forward-ignored-headers): Improve custom type.
17616
17617 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17618
17619         * message.el (message-tokenize-header): Fix 2004-09-06 change
17620         which used point-min in the wrong place.
17621
17622 2004-10-12  Simon Josefsson  <jas@extundo.com>
17623
17624         * tls.el (tls-certtool-program): New variable.
17625         (tls-certificate-information): New function, based on
17626         ssl-certificate-information.
17627
17628 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17629
17630         * compface.el: Move the version of ELisp-based uncompface program
17631         to the contrib directory because of the copyright problem.
17632
17633 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17634
17635         * message.el (message-kill-buffer): Raise the current frame.
17636
17637 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17638
17639         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17640
17641         * gnus.el (message-y-or-n-p): Autoload.
17642
17643         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17644         (pop3-password-required, pop3-authentication-scheme)
17645         (pop3-leave-mail-on-server): Make customizable.
17646         (pop3): New custom group.
17647         (pop3-retr): Remove `sleep-for' statements.
17648         Suggested by Dave Love <fx@gnu.org>.
17649
17650         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17651         Windows/DOS.
17652
17653         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17654         (imap-parse-body): Fix incorrect use of `assert'.
17655         Suggested by Dave Love <fx@gnu.org>.
17656
17657         * mml.el (mml-minibuffer-read-disposition): Require match.
17658         Suggested by Dave Love <fx@gnu.org>.
17659
17660 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17661
17662         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17663         doc string.
17664
17665 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17666
17667         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17668
17669 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17670
17671         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17672         instead of calling `mm-insert-inline', to decode text/* parts
17673         before displaying them.
17674
17675 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17676
17677         * mm-uu.el (mm-uu-text-plain-type): New variable.
17678         (mm-uu-pgp-signed-extract-1): Use it.
17679         (mm-uu-pgp-encrypted-extract-1): Use it.
17680         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17681         bind mm-uu-text-plain-type with that value.
17682         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17683         mm-uu-dissect.
17684
17685 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17686
17687         * gnus-group.el (gnus-update-group-mark-positions):
17688         * gnus-sum.el (gnus-update-summary-mark-positions):
17689         * message.el (message-check-news-body-syntax):
17690         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17691         of string-as-multibyte.
17692
17693 2004-10-05  Juri Linkov  <juri@jurta.org>
17694
17695         * gnus-group.el (gnus-update-group-mark-positions):
17696         * gnus-sum.el (gnus-update-summary-mark-positions):
17697         * message.el (message-check-news-body-syntax):
17698         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17699         8-bit unibyte values to a multibyte string for search functions.
17700
17701 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17702
17703         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17704         (mm-uu-dissect-text-parts): New function.
17705
17706         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17707         dissect text parts.
17708
17709         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17710         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17711
17712         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17713
17714         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17715         Use gnus-current-topics instead of gnus-current-topic.
17716
17717 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17718
17719         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17720
17721 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17722
17723         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17724         where approriate.
17725
17726         * nnml.el (nnml-generate-active-info): do.
17727
17728         * nndiary.el (nndiary-generate-active-info): do.
17729
17730         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17731         (gnus-topic-move): do.
17732
17733         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17734         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17735
17736         * gnus-srvr.el (gnus-server-prepare)
17737         (gnus-server-open-all-servers): do.
17738
17739         * gnus-msg.el (gnus-summary-cancel-article)
17740         (gnus-summary-resend-message)
17741         (gnus-summary-mail-crosspost-complaint): do.
17742
17743         * gnus-move.el (gnus-change-server): do.
17744
17745         * gnus-group.el (gnus-group-unmark-all-groups)
17746         (gnus-group-set-current-level): do.
17747
17748 2004-10-04  Simon Josefsson  <jas@extundo.com>
17749
17750         * message.el (message-generate-hashcash): Doc fix.
17751
17752 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17753
17754         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17755         avoid infinite recursion via gnus-get-function.
17756
17757 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17758
17759         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17760
17761         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17762
17763         * nnmail.el (nnmail-split-history): do.
17764
17765         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17766         (nnml-request-delete-group): do.
17767
17768         * nnslashdot.el (nnslashdot-read-groups): do.
17769
17770         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17771         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17772
17773         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17774         (nnspool-sift-nov-with-sed): Use last.
17775         (nnspool-retrieve-headers-with-nov): Use mapc.
17776         (nnspool-request-newgroups): Use dolist.
17777         (nnspool-request-group): Use last.
17778
17779         * nntp.el (nntp-read-server-type): Use dolist.
17780
17781         * nnvirtual.el (nnvirtual-create-mapping)
17782         (nnvirtual-update-read-and-marked): Use dolist.
17783         (nnvirtual-convert-headers): Simplify.
17784
17785 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17786
17787         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17788         Add support for sync'ing tick marks.
17789
17790 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17791
17792         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17793         there's no visible header.
17794
17795 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17796
17797         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17798         When necessary, pass full group name to gnus-request-set-marks.
17799
17800 2004-10-01  Simon Josefsson  <jas@extundo.com>
17801
17802         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17803         acroread.
17804
17805 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17806
17807         * spam-report.el (spam-report-gmane): Fix interactive.
17808
17809         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17810
17811         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17812         when writing file.
17813         (gnus-agent-synchronize-flags): Don't default to being
17814         interactive.
17815
17816 2004-09-30  Simon Josefsson  <jas@extundo.com>
17817
17818         * message.el (message-generate-hashcash): Add.
17819         (message-send-mail): Use it, call mail-add-payment.
17820
17821 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17822
17823         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17824
17825 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17826
17827         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17828         gnus-requst-update-info with explicit code to sync the in-memory
17829         info read flags with the marks being sync'd to the backend.
17830
17831         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17832
17833 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17834
17835         * spam.el (spam-verify-bogofilter): Add new function.
17836         (spam-check-bogofilter)
17837         (spam-bogofilter-register-with-bogofilter): Use it.
17838         (spam-verify-bogofilter): Add small fixes.
17839
17840 2004-09-28  Simon Josefsson  <jas@extundo.com>
17841
17842         * hashcash.el (hashcash-generate-payment): Revert.
17843
17844 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17845
17846         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17847         Use gnus-extract-references instead of gnus-split-references.
17848
17849         * gnus-util.el (gnus-extract-references): Add new function, analogous
17850         to gnus-split-references but extracts only the message-ID without
17851         anything extra.
17852
17853         * hashcash.el (hashcash-generate-payment)
17854         (hashcash-check-payment): Do the right thing if hashcash-path is
17855         nil (because the hashcash program could not be found).
17856
17857         * spam.el (spam-use-hashcash): Remove comment.
17858
17859 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17860
17861         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17862         (gnus-cache-enter-article, gnus-cache-remove-article)
17863         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17864
17865         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17866
17867         * gnus-art.el (article-hide-boring-headers)
17868         (article-translate-strings, article-display-face)
17869         (gnus-article-mime-match-handle-first)
17870         (gnus-article-highlight-headers)
17871         (gnus-article-add-buttons-to-head): do.
17872
17873 2004-09-27  Simon Josefsson  <jas@extundo.com>
17874
17875         * hashcash.el: New version, from
17876         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17877         ../contrib/.
17878
17879 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17880
17881         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17882
17883 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17884
17885         * gnus-dup.el (gnus-dup-open): Use mapc.
17886         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17887
17888         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17889         Reported by Stefan Wiens <s.wi@gmx.net>.
17890
17891         * gnus.el (gnus-shutdown): Use dolist.
17892
17893         * gnus-undo.el (gnus-undo): Use mapc.
17894
17895         * nnrss.el (nnrss-generate-active): do.
17896
17897         * message.el (message-cite-original-without-signature)
17898         (message-cite-original): Use mapc.
17899         (message-do-actions, message-make-forward-subject): Use dolist.
17900
17901 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17902
17903         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17904         deletion to remove entire duplicate line.  Fixes merged article
17905         number bug.
17906
17907 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17908
17909         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17910         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17911         first ask if you want to open a server and then, even when you
17912         responded with no, asking if you want to synchronize the server's
17913         flags.
17914         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17915         multi-line expressions.
17916         (gnus-agent-synchronize-group-flags): New internal function.
17917         Updates marks in memory (in the info structure) AND in the
17918         backend.
17919
17920         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17921
17922         * nnagent.el (nnagent-request-set-mark):
17923         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17924         method, to ensure that synchronization updates marks in the
17925         backend and in the info (in memory) structure.
17926
17927 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17928
17929         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17930         convention fully; don't miss the root article of a thread; make
17931         the X-Draft-From header with correct article numbers.
17932
17933 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17934
17935         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17936         unless plugged.  Disable the agent so that an open failure causes
17937         an error.
17938
17939         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17940         Revert 2004-09-21 change.  The backend must be opened while
17941         synchronizing flags even when the backend stores the flags
17942         locally.
17943
17944 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17945
17946         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17947         in `header' match.  Reported by Svend Tollak Munkejord.
17948
17949         * message.el (message-cite-original): Fix use of
17950         `message-cite-articles-with-x-no-archive'.
17951
17952 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17953
17954         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17955         (gnus-window-to-buffer): Ditto.
17956
17957         * mml.el (mml-preview-buffer): New variable.
17958         (mml-preview): Manage window layout with gnus-buffer-configuration.
17959
17960         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17961         X-Draft-From header even if those articles aren't quoted.
17962
17963 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17964
17965         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17966         (gnus-request-set-mark, gnus-request-update-mark): Use new
17967         g-s-t-u-l-m to decide to use backend even when unplugged.
17968
17969 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17970
17971         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17972         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17973
17974 2004-09-20  Simon Josefsson  <jas@extundo.com>
17975
17976         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17977         "utf-16-le".
17978
17979 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17980
17981         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17982
17983 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17984
17985         * uudecode.el (uudecode-use-external): Add :version.
17986
17987         * smime.el (smime-CA-file, smime-encrypt-cipher)
17988         (smime-dns-server): Add :version.
17989
17990         * smiley.el (gnus-smiley-file-types): Add :version.
17991
17992         * sha1.el (sha1-use-external): Add :version.
17993
17994         * pgg-def.el (pgg-query-keyserver): Add :version.
17995
17996         * nnmail.el (nnmail-fancy-expiry-targets)
17997         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17998         Add :version.
17999
18000         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18001         (nnimap-retrieve-groups-asynchronous): Add :version.
18002         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
18003
18004         * mml.el (mml-content-disposition-parameters)
18005         (mml-insert-mime-headers-always): Add :version.
18006
18007         * mm-util.el (mm-coding-system-priorities): Add :version.
18008
18009         * mm-decode.el (mm-inline-text-html-with-images)
18010         (mm-keep-viewer-alive-types, mm-external-terminal-program)
18011         (mm-verify-option): Add :version.
18012         (mm-text-html-renderer): Change :version.
18013
18014         * message.el (message-fcc-externalize-attachments)
18015         (message-required-headers, message-draft-headers)
18016         (message-subject-trailing-was-query)
18017         (message-subject-trailing-was-ask-regexp)
18018         (message-subject-trailing-was-regexp, message-mark-insert-begin)
18019         (message-mark-insert-end, message-archive-header)
18020         (message-archive-note, message-cross-post-default)
18021         (message-cross-post-note, message-followup-to-note)
18022         (message-cross-post-note-function, message-use-mail-followup-to)
18023         (message-subscribed-address-functions)
18024         (message-subscribed-address-file, message-subscribed-addresses)
18025         (message-subscribed-regexps, message-allow-no-recipients)
18026         (message-yank-cited-prefix, message-signature-insert-empty-line)
18027         (message-hidden-headers, message-hierarchical-addresses)
18028         (message-mail-user-agent, message-use-idna)
18029         (message-valid-fqdn-regexp)
18030         (message-strip-special-text-properties, message-header-synonyms)
18031         (message-beginning-of-line, message-tab-body-function): Add :version.
18032         (message-insert-canlock, message-wide-reply-confirm-recipients):
18033         Change :version.
18034
18035         * mail-source.el (mail-source-ignore-errors): Add :group, :type
18036         and :version.
18037         (mail-source-delete-old-incoming-confirm)
18038         (mail-source-movemail-program): Add :version.
18039
18040         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18041         (gnus-agent-cache, gnus-agent): Change :version.
18042
18043         * gnus-util.el (gnus-use-byte-compile): Change :version.
18044
18045         * gnus-sum.el (gnus-summary-make-false-root-always)
18046         (gnus-summary-default-high-score)
18047         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18048         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18049         (gnus-read-all-available-headers, gnus-article-emulate-mime)
18050         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18051         (gnus-sum-thread-tree-single-indent)
18052         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18053         (gnus-sum-thread-tree-leaf-with-other)
18054         (gnus-sum-thread-tree-single-leaf): Add :version.
18055         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18056         (gnus-article-loose-mime): Change :version.
18057
18058         * gnus-start.el (gnus-backup-startup-file)
18059         (gnus-save-startup-file-via-temp-buffer): Add :version.
18060
18061         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18062         (gnus-server-offline-face): Add :version.
18063
18064         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18065
18066         * gnus-msg.el (gnus-gcc-externalize-attachments)
18067         (gnus-debug-files, gnus-debug-exclude-variables)
18068         (gnus-discouraged-post-methods): Change :version.
18069         (gnus-confirm-mail-reply-to-news)
18070         (gnus-confirm-treat-mail-like-news): Add :version.
18071
18072         * gnus-int.el (gnus-server-unopen-status): Add :version.
18073
18074         * gnus-group.el (gnus-group-jump-to-group-prompt)
18075         (gnus-large-ephemeral-newsgroup)
18076         (gnus-fetch-old-ephemeral-headers): Add :version.
18077
18078         * gnus-fun.el (gnus-x-face-directory)
18079         (gnus-convert-pbm-to-x-face-command)
18080         (gnus-convert-image-to-x-face-command)
18081         (gnus-convert-image-to-face-command): Add :version.
18082
18083         * gnus-delay.el (gnus-delay-default-hour): Add :version.
18084
18085         * gnus-cite.el (gnus-cite-blank-line-after-header)
18086         (gnus-article-boring-faces): Add :version.
18087
18088         * gnus-art.el (gnus-buttonized-mime-types)
18089         (gnus-inhibit-mime-unbuttonizing)
18090         (gnus-treat-display-face)
18091         (gnus-treat-body-boundary): Change :version.
18092         (gnus-body-boundary-delimiter, gnus-picon-databases)
18093         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18094         (gnus-treat-date-english, gnus-treat-fold-headers)
18095         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18096         (gnus-treat-mail-picon, gnus-treat-wash-html)
18097         (gnus-article-encrypt-protocol)
18098         (gnus-use-idna, gnus-article-over-scroll)
18099         (gnus-mime-display-multipart-alternative-as-mixed)
18100         (gnus-mime-display-multipart-related-as-mixed)
18101         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18102         (gnus-ctan-url, gnus-button-ctan-handler)
18103         (gnus-button-handle-ctan-bogus-regexp)
18104         (gnus-button-ctan-directory-regexp)
18105         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18106         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18107         (gnus-button-man-level, gnus-button-emacs-level)
18108         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18109
18110         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18111         (gnus-agent-go-online): Change :version.
18112         (gnus-agent-expire-unagentized-dirs)
18113         (gnus-agent-auto-agentize-methods): Add :version.
18114
18115         * flow-fill.el (fill-flowed-display-column)
18116         (fill-flowed-encode-column): Add :version.
18117
18118         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18119         (gnus-outlook-deuglify-unwrap-max)
18120         (gnus-outlook-deuglify-cite-marks)
18121         (gnus-outlook-deuglify-unwrap-stop-chars)
18122         (gnus-outlook-deuglify-no-wrap-chars)
18123         (gnus-outlook-deuglify-attrib-cut-regexp)
18124         (gnus-outlook-deuglify-attrib-verb-regexp)
18125         (gnus-outlook-deuglify-attrib-end-regexp)
18126         (gnus-outlook-display-hook): Add :version.
18127
18128         * binhex.el (binhex-use-external): Add :version.
18129
18130 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18131
18132         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18133         and `invisible'.
18134
18135 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18136
18137         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18138         in gnus-registry-trim.
18139
18140 2004-09-13  Simon Josefsson  <jas@extundo.com>
18141
18142         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18143
18144         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18145
18146         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18147         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18148         <yamaoka@jpl.org>.
18149         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18150         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18151         <yamaoka@jpl.org>.
18152
18153         * sieve.el (sieve-manage-mode): Ditto.
18154
18155 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18156
18157         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18158
18159 2004-09-11  Simon Josefsson  <jas@extundo.com>
18160
18161         * dns-mode.el: Add.
18162
18163         * mm-view.el (mm-display-dns-inline): Add.
18164
18165         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18166         (mm-automatic-display): Ditto.
18167
18168         * mailcap.el (mailcap-mime-data): Add text/dns.
18169         (mailcap-mime-extensions): Map .soa to text/dns.
18170
18171 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18172
18173         * gnus-art.el (article-decode-mime-words, article-babel)
18174         (gnus-article-highlight-signature, gnus-article-add-buttons)
18175         (gnus-signature-toggle): Remove unnecessary bindings of
18176         `inhibit-read-only' inherited from v5.10 merge.
18177
18178 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18179
18180         * nntp.el (nntp): New customization group.
18181         (nntp-authinfo-file): Add customization group.
18182
18183         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18184
18185         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18186
18187         * gnus.el (to-address, to-list, subscribed)
18188         (large-newsgroup-initial): Ditto.
18189
18190         * flow-fill.el (fill-flowed-display-column)
18191         (fill-flowed-encode-column): Ditto.
18192
18193 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18194
18195         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18196         Use point-min rather than 1.
18197         (message-send-mail): Use buffer-size rather than point-max.
18198
18199         * gnus-sum.el (gnus-summary-search-article-forward):
18200         Signal a specific `search-failed' rather than a generic `error'.
18201
18202         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18203         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18204         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18205
18206 2004-09-10  Simon Josefsson  <jas@extundo.com>
18207
18208         * nndb.el (require): Remove tcp and duplicate cl.
18209
18210 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18211
18212         * gnus-agent.el (directory-files-and-attributes): Move forward.
18213
18214 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18215
18216         * gnus-agent.el (directory-files-and-attributes):
18217         Optionally defined to support XEmacs.
18218
18219 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18220
18221         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18222         to avoid run-time CL dependencies.
18223         (gnus-agent-unfetch-articles): New function.
18224         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18225         article numbers even when local .overview file is missing.
18226         (gnus-agent-read-article-number): New function.  Only accepts
18227         27-bit article numbers.
18228         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18229         Use gnus-agent-read-article-number.
18230         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18231         from backend while recognizing that article numbers in .overview
18232         must be valid.
18233         (gnus-agent-update-files-total-fetched-for):
18234         Use directory-files-and-attributes to improve performance.
18235         * gnus-int.el (gnus-request-move-article):
18236         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18237         improve performance.
18238
18239         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18240         some users confused by references to .newsrc when they only have a
18241         .newsrc.eld file.
18242         (gnus-convert-mark-converter-prompt)
18243         (gnus-convert-converter-needs-prompt): Fix use of property list.
18244         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18245         New function.  Used internally to only display 'gnus converting
18246         files' message when actually necessary.
18247
18248         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18249         methods now autoloaded.
18250
18251 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18252
18253         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18254         identifiers.
18255
18256 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18257
18258         * gnus-picon.el: Fix indentation and closing parenthesis.
18259
18260 2004-09-01  Simon Josefsson  <jas@extundo.com>
18261
18262         * message.el (message-canlock-generate): Require sha1, not
18263         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18264         to require within a function.  Sadly, if sha1.el isn't loaded, the
18265         let binding in m-c-g will hide the defcustom definition, which is
18266         bad.)
18267
18268         * canlock.el: Require sha1, not sha1-el.
18269
18270         * message.el: Don't autoload sha1 (there is a autoload cookie in
18271         sha1.el).
18272
18273         * sha1-el.el: Rename to sha1.el.
18274
18275 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18276
18277         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18278
18279 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18280
18281         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18282
18283 2004-08-30  Kim F. Storm  <storm@cua.dk>
18284
18285         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18286
18287         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18288         Add :group 'nnimap.
18289
18290 2004-08-30  Andreas Schwab  <schwab@suse.de>
18291
18292         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18293         ?* and ?\;.
18294
18295         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18296         and ?\' to symbol instead of whitespace.
18297
18298 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18299
18300         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18301
18302         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18303         instead of re-search-forward.
18304
18305         * gnus-uu.el (gnus-uu-save-article): Ditto.
18306         (gnus-uu-post-encode-uuencode): Ditto.
18307
18308         * html2text.el (html2text-clean-list-items): Ditto.
18309         (html2text-clean-dtdd): Ditto.
18310         (html2text-format-tags): Ditto.
18311
18312         * message.el (message-send-mail-with-sendmail): Fix regexp.
18313         (message-fill-field-general): Use search-forward instead of
18314         re-search-forward.
18315         (unbold-region): Ditto.
18316
18317         * nnrss.el (nnrss-request-article): Ditto.
18318
18319         * nnslashdot.el (nnslashdot-request-article): Ditto.
18320
18321         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18322
18323         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18324         "Unrecognized menu descriptor" error in XEmacs.
18325
18326 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18327
18328         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18329         parent article of a sparse article in the thread hashtb.
18330
18331 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18332
18333         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18334         (nnmail-expand-newtext): Lowercase expanded entries if
18335         nnmail-split-lowercase-expanded is non-nil.
18336
18337 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18338
18339         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18340
18341         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18342         of gnus-tmp-news-method into string under XEmacs.  It will be
18343         passed to gnus-correct-length which takes only a string argument.
18344
18345 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18346
18347         * gnus-util.el (gnus-bind-print-variables): New macro.
18348         (gnus-prin1): Use it.
18349         (gnus-prin1-to-string): Use it.
18350         (gnus-pp): New function.
18351         (gnus-pp-to-string): New function.
18352
18353         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18354         Replace pp-to-string with gnus-pp-to-string.
18355         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18356         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18357         * gnus-msg.el (gnus-debug): Ditto.
18358         * gnus-score.el (gnus-score-save): Ditto.
18359         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18360         gnus-pp-to-string.
18361         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18362         with gnus-pp.
18363         * score-mode.el (gnus-score-pretty-print): Ditto.
18364         * webmail.el (webmail-debug): Ditto.
18365
18366 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18367
18368         * gnus-art.el (article-display-face, article-display-x-face):
18369         Use buffer-read-only.
18370
18371 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18372
18373         * gnus-art.el (article-hide-list-identifiers):
18374         Bind inhibit-read-only as t.
18375
18376 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18377
18378         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18379
18380 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18381
18382         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18383         (gnus-narrow-to-page): Don't assume point-min == 1.
18384         (gnus-article-edit-mode): Derive from message-mode.
18385
18386         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18387         point-min == 1.
18388
18389         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18390         Disable incorrect use of `assert'.
18391
18392         * message.el (message-mode): Set comment-start-skip.
18393
18394
18395 2004-08-22  Sam Steingold  <sds@gnu.org>
18396
18397         * pop3.el (pop3-leave-mail-on-server): New user variable.
18398         (pop3-movemail): Delete mail only when it is nil.
18399
18400 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18401
18402         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18403
18404         * mml.el (mml-preview): Use `pop-to-buffer'.
18405
18406         * message.el (message-goto-mail-followup-to): Insert after "To".
18407         (message-carefully-insert-headers): Add comment.
18408
18409         * gnus.el: Remove unused variable `gnus-article-check-size'.
18410
18411         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18412
18413         * gnus-art.el (gnus-button-alist):
18414         Improve `gnus-button-handle-library' entry.
18415
18416 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18417
18418         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18419         Use downcase, since XEmacs capitalizes error messages differently.
18420
18421 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18422
18423         * nntp.el: Add (require 'gnus) due to reference to
18424         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18425
18426 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18427
18428         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18429         Bind `mm-fill-flowed'.
18430
18431         * mm-decode.el (mm-dissect-singlepart): Check it.
18432
18433 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18434
18435         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18436         'imap' for netrc parsing.
18437
18438 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18439
18440         * mailcap.el (mailcap-mime-data): Mark as risky.
18441
18442 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18443
18444         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18445         may be included in the encoded word.
18446         (rfc2047-encode): Don't append a space if the encoded word
18447         includes close parenthesis.
18448
18449 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18450
18451         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18452         of text within parentheses.
18453
18454 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18455
18456         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18457         (gnus-encrypt-write-file-contents): Make the password key the file
18458         name PLUS the cipher, not just the cipher.  Also remove failed
18459         passwords from the cache.
18460
18461 2004-08-06  Simon Josefsson  <jas@extundo.com>
18462
18463         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18464         Doc fix.
18465
18466 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18467
18468         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18469         LWSP.
18470
18471 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18472
18473         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18474         Try to append in-reply-to: data to the references: header.
18475
18476         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18477         (netrc-parse): Use gnus-encrypt.el functions.
18478
18479         * gnus-encrypt.el: Add new file for encryption support; currently
18480         does only a few GPG ciphers and an internal XOR cipher.
18481
18482         * password.el: Add comments on using password-read-and-add.
18483         (password-read-and-add): Add function to read and add the
18484         password to the cache at once.
18485
18486 2004-07-28  Simon Josefsson  <jas@extundo.com>
18487
18488         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18489         parameter (but don't use it, for now).
18490
18491         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18492         instead of hard coding to nil.
18493
18494 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18495
18496         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18497         as mm-inline-image-xemacs does.
18498
18499 2004-07-26  Simon Josefsson  <jas@extundo.com>
18500
18501         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18502         Revert part of 2004-07-17 change below.
18503
18504 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18505
18506         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18507         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18508
18509 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18510
18511         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18512         quotes that actually start with ">" at the beginning of the
18513         lines.
18514
18515 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18516
18517         * rfc2047.el (rfc2047-encode-region): Fix last change.
18518         (rfc2047-encode-parameter): Remove useless concat.
18519
18520 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18521
18522         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18523         encode special characters; fix some kind of misconfigured headers;
18524         signal a real error if debug-on-quit or debug-on-error is non-nil.
18525         (rfc2047-encode-max-chars): New variable.
18526         (rfc2047-encode-1): Use it.
18527         (rfc2047-encode-parameter): New function.
18528
18529         * mml.el (mml-insert-parameter): Remove an excessive space.
18530
18531 2004-07-17  Simon Josefsson  <jas@extundo.com>
18532
18533         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18534         Kai Grossjohann <kai@emptydomain.de>.
18535         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18536         (gnus-group-make-menu-bar): Ditto.
18537
18538         * gnus-util.el (gnus-group-server): Add.
18539
18540 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18541
18542         * message.el (message-clone-locals): Clone sendmail and smtp
18543         variables.
18544
18545 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18546
18547         * rfc2047.el (rfc2047-encode-region): Fix last change.
18548
18549 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18550
18551         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18552         characters as non-special.
18553
18554 2004-07-09  Simon Josefsson  <jas@extundo.com>
18555
18556         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18557         Users will lose all flag changes made while unplugged with
18558         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18559         good default.  See numerous reports on ding mailing list.
18560
18561 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18562
18563         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18564         add generate-head-function and generate-article-function to the
18565         rfc822-forward entry.
18566         (nndoc-rfc822-forward-generate-article): New function.
18567         (nndoc-rfc822-forward-generate-head): New function.
18568
18569         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18570
18571 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18572
18573         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18574         respect display group parameter and gnus-summary-expunge-below.
18575         (gnus-articles-to-read): Remove unused reference to display group
18576         parameter.
18577
18578 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18579
18580         * nnheader.el (nnheader-uniquify-message-id): New experimental
18581         variable.
18582         (nnheader-nov-read-message-id): Use it.
18583
18584         * spam-report.el (spam-report-gmane): Add interactive.
18585
18586 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18587
18588         * mm-encode.el (mm-content-transfer-encoding-defaults):
18589         Use qp-or-base64 for the application/* types.
18590
18591 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18592
18593         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18594
18595 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18596
18597         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18598         trim value.
18599
18600 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18601
18602         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18603         New macro and function.
18604         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18605
18606 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18607
18608         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18609         after-load-alist.
18610
18611 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18612
18613         * gnus-group.el (gnus-group-get-new-news-this-group):
18614         Don't update info that isn't there.
18615
18616 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18617
18618         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18619         entry.
18620
18621 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18622
18623         * mm-view.el (mm-inline-render-with-function): Use multibyte
18624         buffer; decode html source by charset.
18625
18626         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18627
18628         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18629         Mule-UCS is loaded under XEmacs.
18630         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18631
18632 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18633
18634         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18635
18636 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18637
18638         * mm-util.el (mm-coding-system-p): Return a coding-system.
18639         (mm-mime-mule-charset-alist): Use shift_jis instead of
18640         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18641         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18642         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18643         instead of japanese-shift-jis and iso-latin-1 respectively in
18644         order to share the default value with both Emacs and XEmacs-mule.
18645         (mm-mule-charset-to-mime-charset):
18646         Make mm-coding-system-priorities effective.
18647         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18648         while predicating of candidates upon the priorities.
18649
18650 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18651
18652         * gnus-sum.el (gnus-summary-make-menu-bar):
18653         Add gnus-uu-invert-processable.
18654
18655         * gnus.el: Autoload gnus-uu-invert-processable.
18656
18657 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18658
18659         * mm-util.el (mm-with-multibyte-buffer): New macro.
18660
18661         * rfc2047.el (rfc2047-encode-string): Use it.
18662         (rfc2047-encode-region): Move point to the end of the region after
18663         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18664
18665 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18666
18667         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18668         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18669
18670 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18671
18672         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18673         (gnus-cite-parse): Ignore quoted envelope From_.
18674         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18675
18676 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18677
18678         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18679         invalid addresses.
18680
18681 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18682
18683         * spam.el: Change section markers, revise TODO list.
18684         (spam-backends): Make new master list of all installed backends.
18685         (spam-summary-exit-behavior): Add new variable to determine how
18686         messages moves are done at summary exit.
18687         (spam-move-spam-nonspam-groups-only)
18688         (spam-process-ham-in-nonham-groups)
18689         (spam-process-ham-in-spam-groups): Remove variables, the
18690         spam-summary-exit-behavior variable should be used to manage this
18691         behavior.
18692         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18693         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18694         and spam-old-spam-articles.
18695         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18696         Add empty variables, placeholders for the backends they represent.
18697         (spam-set-difference): Move, unchanged.
18698         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18699         unless the user has a processor variable.
18700         (spam-classifications, spam-classification-valid-p)
18701         (spam-backend-properties, spam-backend-property-valid-p)
18702         (spam-backend-function-type-valid-p)
18703         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18704         (spam-report-articles-gmane, spam-report-articles-resend):
18705         Remove functions, they are not needed.
18706         (spam-install-backend-super, spam-backend-list)
18707         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18708         (spam-backend-function, spam-backend-ham-registration-function)
18709         (spam-backend-spam-registration-function)
18710         (spam-backend-ham-unregistration-function)
18711         (spam-backend-spam-unregistration-function)
18712         (spam-backend-statistical-p, spam-backend-mover-p)
18713         (spam-install-backend-alias, spam-install-checkonly-backend)
18714         (spam-install-mover-backend, spam-install-nocheck-backend)
18715         (spam-install-backend, spam-install-statistical-backend)
18716         (spam-install-statistical-checkonly-backend): Add backend installation
18717         support.
18718         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18719         (spam-group-processor-p): Use the new backend code and respect the
18720         summary exit behavior.
18721         (spam-mark-spam-as-expired-and-move-routine): Remove.
18722         (spam-summary-prepare): Change to use the new spam-old-articles
18723         variable.
18724         (spam-copy-or-move-routine, spam-copy-spam-routine)
18725         (spam-move-spam-routine, spam-copy-ham-routine)
18726         (spam-move-ham-routine): Add code to copy/move ham or spam.
18727         (spam-fetch-field-fast): Improve doc and code, plus allow the
18728         'number request.
18729         (spam-list-of-checks, spam-list-of-statistical-checks):
18730         Remove variables.
18731         (spam-split, spam-find-spam): Use the new backend code.
18732         (spam-registration-functions): Remove variable.
18733         (spam-unregister-routine): Add convenience wrapper.
18734         (spam-log-undo-registration, spam-register-routine)
18735         (spam-log-processing-to-registry)
18736         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18737         where possible.
18738         (spam-check-gmane-xref, spam-check-regex-headers)
18739         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18740         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18741         (spam-check-bogofilter-headers, spam-check-spamoracle)
18742         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18743         (spam-check-crm114-headers): Use the spam-split-group that
18744         spam-split prepares, no need to determine it every time.
18745
18746         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18747         to the nnheader-parse-naked-head call.
18748
18749         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18750
18751         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18752         the nnheader-nov-read-message-id call.
18753
18754 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18755
18756         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18757         gnus-activate-group twice.  Suggested by Markus Peter
18758         <warp@spin.de>.
18759
18760 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18761
18762         * gnus-art.el (gnus-article-time-format): Exchange the order of
18763         day and month in the default value; fix customization type.
18764         (article-date-ut): Use add-text-properties.
18765         (article-make-date-line): Use message-make-date instead of
18766         current-time-string.
18767
18768         * message.el (message-fetch-field): Don't use set-text-properties.
18769         (message-make-date): Simplify.
18770
18771         * messagexmas.el (message-xmas-make-date): New function.
18772         (message-xmas-redefine): Defalias message-make-date to it.
18773
18774 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18775
18776         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18777         (rfc2047-encode-region): Treat text within parentheses as special;
18778         show the original text when error has occurred.
18779
18780         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18781         already-computed method to gnus-activate-group.
18782
18783         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18784         same select-methods identical Lisp objects.
18785
18786         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18787         object when modifying the info.
18788
18789 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18790
18791         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18792         gnus-opened-servers since it has never been opened with the new
18793         configuration yet.
18794
18795 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18796
18797         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18798         arg to nnheader-generate-fake-message-id.
18799
18800 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18801
18802         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18803         number and build a fake message ID localized to a group and
18804         article number (so it's repeatable from that point on).
18805         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18806         ID format.
18807
18808         * gnus-sum.el (gnus-get-newsgroup-headers):
18809         Call nnheader-generate-fake-message-id with the article number.
18810
18811 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18812
18813         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18814         end-of-buffer.
18815
18816 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18817
18818         * message.el (message-ignored-supersedes-headers): Add Approved.
18819
18820 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18821
18822         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18823         goto-char.
18824         (rfc2047-encode): Fold the line before encoding.
18825
18826 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18827
18828         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18829         folding -- not all headers can be folded, and this should be done
18830         by the message composition mode.  Probably.  I think.
18831
18832 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18833
18834         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18835         fast.
18836
18837         * gnus-ems.el (gnus-remove-image): Don't use
18838         message-text-with-property; remove only the image found first.
18839
18840         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18841         found first.
18842
18843 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18844
18845         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18846
18847 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18848
18849         * message.el (message-text-with-property): Make it fast and accept
18850         optional arguments.
18851         (message-strip-forbidden-properties): Use it.
18852         (message-fix-before-sending): Follow the m-t-w-p change.
18853
18854         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18855
18856 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18857
18858         * gnus-art.el (article-hide-headers): Don't change the buffer
18859         mistakenly when performing mml-preview even if
18860         gnus-single-article-buffer is nil.
18861
18862 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18863
18864         * message.el (message-expand-name-databases): New user option.
18865         (message-expand-name): Use it.
18866
18867 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18868
18869         * spam.el (spam-report-articles-resend)
18870         (spam-report-resend-register-routine): Allow ham reporting.
18871         (spam-report-resend-register-ham-routine): Add wrapper.
18872         (spam-registration-functions): Add ham resending functions.
18873         (spam-list-of-processors): Add ham resend processor.
18874
18875         * gnus.el (ham-resend-to): Add new group parameter.
18876         (spam-process): Add ham resend option.
18877
18878         * spam-report.el (spam-report-resend): Allow reporting ham.
18879         (spam-report-resend-ham): Add wrapper.
18880
18881 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18882
18883         * message.el (message-cite-articles-with-x-no-archive):
18884         New variable.
18885         (message-cite-original): Use it.
18886
18887 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18888
18889         * message.el (message-cite-original): Respect X-No-Archive.
18890
18891 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18892
18893         * gnus-art.el (article-hide-headers): Refer to the values for
18894         gnus-ignored-headers and gnus-visible-headers in the summary
18895         buffer since a user may have set them as group parameters.
18896
18897 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18898
18899         * assistant.el (assistant-node-name): Add convenience function.
18900         (assistant-render-text, assistant-render-node): Add error handling,
18901         plus handle multiple next nodes.
18902         (assistant-find-next-node): Comment out for now.
18903         (assistant-find-next-nodes): Add function, returns list of next
18904         nodes.
18905
18906 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18907
18908         * mail-source.el (mail-source-directory): Fix doc-string.
18909
18910 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18911
18912         * assistant.el (assistant-render-text, assistant-eval): Add :set
18913         widget type, which is different because it takes and returns a
18914         list.  Much hilarity ensues.
18915
18916 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18917
18918         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18919
18920         * gnus-group.el (gnus-group-get-new-news-this-group):
18921         Add doc-string.
18922
18923         * gnus-start.el (gnus-activate-group): Add doc-string.
18924
18925 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18926
18927         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18928
18929 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18930
18931         * assistant.el (assistant-render-text): Try to add a :set
18932         widget, more to come.
18933
18934         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18935         strings.
18936         (spam-report-articles-resend)
18937         (spam-register-routine): Do registration iff any articles warrant
18938         it.
18939         (spam-summary-prepare-exit): Change log message for nil group
18940         destinations.
18941
18942 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18943
18944         * spam.el (spam-report-resend-register-routine):
18945         Allow spam-report-resend-to to be a group parameter or a global value.
18946
18947 2004-05-26  Simon Josefsson  <jas@extundo.com>
18948
18949         * starttls.el: Merge with my GNUTLS based starttls.el.
18950         (starttls-gnutls-program, starttls-use-gnutls)
18951         (starttls-extra-arguments, starttls-process-connection-type)
18952         (starttls-connect, starttls-failure, starttls-success):
18953         New variables.
18954         (starttls-program, starttls-extra-args): Doc fix.
18955         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18956         New functions.
18957         (starttls-negotiate, starttls-open-stream):
18958         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18959         function if it is set.
18960
18961 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18962
18963         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18964         structured fields.
18965
18966 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18967
18968         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18969
18970 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18971
18972         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18973         Add variable.
18974         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18975         assigning the spam-mark to new messages.
18976
18977 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18978
18979         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18980
18981 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18982
18983         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18984
18985         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18986         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18987         default.
18988
18989 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18990
18991         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18992         correct data.
18993
18994 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18995
18996         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18997         (spam-group-processor-p): Fix function.
18998         (spam-group-processor-multiple-p)
18999         (spam-group-spam-processor-report-gmane-p)
19000         (spam-group-spam-processor-report-resend-p)
19001         (spam-group-spam-processor-bogofilter-p)
19002         (spam-group-spam-processor-blacklist-p)
19003         (spam-group-spam-processor-ifile-p)
19004         (spam-group-ham-processor-ifile-p)
19005         (spam-group-spam-processor-spamoracle-p)
19006         (spam-group-spam-processor-crm114-p)
19007         (spam-group-ham-processor-bogofilter-p)
19008         (spam-group-spam-processor-stat-p)
19009         (spam-group-ham-processor-stat-p)
19010         (spam-group-ham-processor-whitelist-p)
19011         (spam-group-ham-processor-BBDB-p)
19012         (spam-group-ham-processor-spamoracle-p)
19013         (spam-group-ham-processor-copy-p): Remove functions with some
19014         prejudice against unneeded code.
19015         (spam-report-articles-resend)
19016         (spam-report-resend-register-routine): Allow the group/topic
19017         spam-resend-to value to override spam-report-resend-to.
19018         (spam-summary-prepare-exit): Invoke spam-group-processor-p
19019         properly now.
19020
19021         * gnus.el (spam-resend-to): Add group/topic parameter.
19022         (spam-process): Move the OBSOLETE processors to the end of the
19023         choices.
19024
19025 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
19026
19027         * spam-report.el (spam-report-resend-to, spam-report-resend):
19028         Start with resend-to set to nil, and then ask the user if necessary.
19029         (spam-report-resend): spam-report-resend takes a list of articles, not
19030         separate article numbers.
19031
19032 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19033
19034         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19035         addition to emacs-w3m.
19036
19037 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19038
19039         * assistant.el (assistant-authinfo-data): New function.
19040         (assistant-eval): Eval for entire assistant.
19041
19042         * netrc.el (netrc-services-file): New variable.
19043         (netrc-parse-services): New function.
19044         (netrc-find-service-name): New function.
19045         (netrc-find-service-number): New function.
19046         (netrc-port-equal): New function.
19047         (netrc-machine): Use it.
19048
19049         * nnimap.el (nnimap-open-connection): Use netrc.
19050
19051         * gnus-util.el (gnus-netrc-get): Remove aliases.
19052
19053         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19054
19055         * assistant.el (wid-edit): Fix compilation.
19056
19057         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19058
19059 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
19060
19061         * gnus-util.el (gnus-set-file-modes): New function.  (small
19062         patch).
19063
19064 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19065
19066         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19067
19068         * assistant.el (assistant-render-node): Fix up rendering and
19069         read-only text.
19070         (assistant-render-node): Reset.
19071         (assistant-make-read-only): Not sticky.
19072
19073 2004-05-20  Danny Siu  <dsiu@adobe.com>
19074
19075         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19076         centered even when gnus-auto-center-summary is t.
19077
19078 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19079
19080         * dns.el (dns-get-txt-answer): New function.
19081         (dns-read-txt): Ditto.
19082         (query-dns): Use it.
19083
19084 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19085
19086         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19087         active for foreign groups even if the group level is higher than
19088         the specified value.
19089
19090 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19091
19092         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19093         non-active groups.
19094
19095         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19096
19097 2004-05-20  Magnus Henoch  <mange@freemail.hu>
19098
19099         * dns.el (dns-read-type): Add support for SVR.  (small patch)
19100
19101 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19102
19103         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19104         (spam-crm114-header, spam-crm114-spam-switch)
19105         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19106         (spam-crm114-positive-spam-header)
19107         (spam-crm114-database-directory, spam-list-of-processors)
19108         (spam-group-spam-processor-crm114-p)
19109         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19110         (spam-generic-score, spam-list-of-checks)
19111         (spam-list-of-statistical-checks, spam-registration-functions)
19112         (spam-check-crm114-headers, spam-crm114-score)
19113         (spam-check-crm114, spam-crm114-register-with-crm114)
19114         (spam-crm114-register-spam-routine)
19115         (spam-crm114-unregister-spam-routine)
19116         (spam-crm114-register-ham-routine)
19117         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19118         From asjo@koldfront.dk (Adam Sjøgren).
19119
19120         * gnus.el: Add spam-use-crm114.
19121
19122         * spam.el (spam-list-of-processors, spam-registration-functions):
19123         Add spam-use-resend.
19124         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19125         (spam-report-articles-gmane): Add doc fix.
19126         (spam-report-articles-resend, spam-report-resend-register-routine):
19127         Add wrappers around spam-report-resend-to.
19128
19129         * spam-report.el (spam-report-resend-to, spam-report-resend):
19130         Add support for resending spam.
19131         (spam-report-gmane): Fix line length >80.
19132
19133         * gnus.el (spam-process): Add spam-use-resend.
19134
19135 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19136
19137         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19138         number of processed spam messages.
19139         (spam-ham-copy-or-move-routine): Return the number of processed
19140         ham messages.
19141         (spam-summary-prepare-exit): Use the above values to decide
19142         whether status messages shouled be displayed.
19143
19144 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19145
19146         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19147         `rfc2047-encoding-function-alist' in order to avoid conflicting
19148         with the old version.
19149         (rfc2047-encode-region): Concatenate words containing non-ASCII
19150         characters in structured fields; don't encode space-delimited
19151         ASCII words even in unstructured fields; don't break words at
19152         char-category boundaries.
19153         (rfc2047-encode-1): New function.
19154         (rfc2047-encode): Use it; encode text so that it occupies the
19155         maximum width within 76-column; work correctly on Q encoding for
19156         iso-2022-* charsets.
19157         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19158         sure not to break a line just after the header name.
19159         (rfc2047-b-encode-region): Remove.
19160         (rfc2047-b-encode-string): New function.
19161         (rfc2047-q-encode-region): Remove.
19162         (rfc2047-q-encode-string): New function.
19163
19164         * mm-util.el (mm-replace-in-string): New function.
19165
19166 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19167
19168         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19169         Really get it right.
19170         (gnus-inews-make-draft): Really.
19171
19172 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19173
19174         * nnmh.el (nnmh-request-list-1): Don't check the link count
19175         before descending.  (small patch)
19176
19177 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19178
19179         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19180         stuff.
19181
19182         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19183         Match on real group name.
19184
19185         * gnus-art.el (gnus-signature-limit): Doc fix.
19186
19187         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19188
19189         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19190
19191 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19192
19193         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19194         isn't a string.
19195
19196 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19197
19198         * gnus-draft.el (gnus-draft-send):
19199         Bind rfc2047-encode-encoded-words.
19200
19201         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19202         (rfc2047-encodable-p): Say that =? needs encoding.
19203         (rfc2047-encode-encoded-words): New variable.
19204
19205         * gnus-group.el (gnus-group-select-group): Doc fix.
19206
19207         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19208
19209         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19210         to nil.
19211
19212         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19213
19214         * nnheader.el (nnheader-get-lines-and-char): New function.
19215
19216 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19217
19218         * gnus-msg.el (gnus-summary-followup-with-original):
19219         Document yanking of region when active.
19220
19221 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19222
19223         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19224         groups if the group level is higher than the specified value.
19225
19226 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19227
19228         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19229         (gnus-group-jump-to-group): Add prefix argument using
19230         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19231         non-active group.
19232
19233         * compface.el (uncompface): Be verbose when changing
19234         `uncompface-use-external'.
19235
19236         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19237         handle manual section.
19238
19239 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19240
19241         * gnus-art.el (gnus-button-alist): Revert previous change.
19242
19243 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19244
19245         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19246
19247 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19248
19249         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19250         whether backend can accept message.
19251
19252         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19253
19254 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19255
19256         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19257         Avoid creating directory when nntp-marks-is-evil is true.
19258         Reported by Reiner Steib.
19259
19260 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19261
19262         * gnus-picon.el (gnus-picon-style): New variable.
19263         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19264         (gnus-picon-transform-address): Support `gnus-picon-style'.
19265         From Jesper Harder <harder@ifa.au.dk>.
19266
19267 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19268
19269         * message.el (message-fill-field): Return point.
19270         (message-generate-headers): Go to end of field.
19271
19272         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19273         stuff for non-living groups.
19274
19275 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19276
19277         * gnus-art.el (gnus-article-followup-with-original)
19278         (gnus-article-reply-with-original): gnus-mark-active-p ->
19279         gnus-region-active-p.
19280
19281 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19282
19283         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19284         only when there is spam or ham to be processed.
19285
19286 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19287
19288         * mail-source.el (mail-source-delete-crash-box): Refactor.
19289         (mail-source-fetch): Use it.
19290         (mail-source-fetch-file): Ditto.
19291         (mail-source-fetch-directory): Run postscript in loop.
19292         (mail-source-fetch-pop): Delete.
19293         (mail-source-fetch-maildir): Ditto.
19294         (mail-source-fetch-imap): Ditto.
19295
19296         * imap.el (imap-authenticators): Comment out sasl.
19297
19298         * message.el (message-skip-to-next-address): New function.
19299         (message-fill-header-address): Refactor.
19300         (message-fill-address): Use it.
19301         (message-delete-address): Use it.
19302         (message-fill-header-general): Refactor.
19303         (message-fill-field-address): Rename.
19304         (message-narrow-to-field): Find the start of the header.
19305         (message-header-format-alist): Don't pre-fill.
19306         (message-fill-header): Remove.
19307         (message-insert-header): New function.
19308         (message-shorten-references): Use it.
19309
19310         * rfc2047.el (rfc2047-field-value): Strip props.
19311
19312         * mail-parse.el (mail-header-make-address): New alias.
19313
19314         * ietf-drums.el (ietf-drums-make-address): New function.
19315
19316         * imap.el: Add compiler directives.
19317
19318         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19319
19320         * gnus-art.el (article-decode-idna-rhs): Don't use
19321         message-idna-inside-rhs-p.
19322
19323 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19324
19325         * message.el (message-idna-inside-rhs-p): Remove.
19326         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19327
19328         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19329         false positives.
19330
19331 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19332
19333         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19334
19335 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19336
19337         * nneething.el (nneething-file-name): Don't create spurious
19338         files.
19339
19340         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19341         (gnus-inews-do-gcc): Remove sleep.
19342
19343         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19344         part under point.
19345
19346         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19347         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19348
19349 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19350
19351         * spam.el (spam-summary-prepare-exit): Fix (length).
19352
19353 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19354
19355         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19356         as expired without moving it" message when there are spam
19357         messages left.
19358
19359 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19360
19361         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19362         header is not nil.
19363
19364 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19365
19366         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19367         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19368         (nntp-marks-changed-p): New arg SERVER.
19369         (nntp-request-update-info): Adjust caller.
19370
19371 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19372
19373         * nntp.el (nntp-save-marks): Pass missing arg.
19374
19375 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19376
19377         * nntp.el: Support marks.
19378         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19379         (nntp-marks-modtime, nntp-marks-directory): New variables.
19380         (nntp-request-set-mark, nntp-request-update-info)
19381         (nntp-possibly-create-directory, nntp-marks-changed-p)
19382         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19383         New functions.
19384
19385 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19386
19387         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19388         (gnus-xmas-redefine): Rename.
19389
19390         * gnus-score.el (gnus-score-insert-help):
19391         Use gnus-select-lowest-window.
19392
19393         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19394         appt-select-lowest-window and rename to gnus-select-lowest-window.
19395
19396         * gnus.el: do.
19397
19398 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19399
19400         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19401         encodings of MIME-encoded words, in order to improve
19402         interoperability with several broken MUAs.
19403
19404 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19405
19406         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19407         tags, only when charsets are not specified in headers.
19408         (mm-inline-text-html-render-with-w3m): Ditto.
19409
19410         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19411         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19412
19413 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19414
19415         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19416         instead of MIME-decoded from fields when checking
19417         `gnus-article-address-banner-alist'.
19418
19419 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19420
19421         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19422         description rather than subject.
19423
19424 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19425
19426         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19427
19428 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19429
19430         * gnus.el (gnus-version-number): Bump.
19431
19432 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19433
19434         * gnus.el: No Gnus v0.2 is released.
19435
19436 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19437
19438         * gnus-agent.el (gnus-agent-read-agentview):
19439         Inline gnus-uncompress-range.
19440
19441 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19442
19443         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19444         `exec-installed-p'.
19445
19446 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19447
19448         * gnus.el (spam-process, spam-autodetect-methods):
19449         Add bsfilter and bsfilter-headers.
19450
19451         * spam.el (spam-bsfilter): New customize group.
19452         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19453         (spam-bsfilter-header, spam-bsfilter-probability-header)
19454         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19455         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19456         (spam-bsfilter-database-directory): New options.
19457         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19458         (spam-list-of-statistical-checks, spam-registration-functions):
19459         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19460         (spam-bsfilter-score): New command.
19461         (spam-check-bsfilter-headers, spam-check-bsfilter)
19462         (spam-bsfilter-register-with-bsfilter)
19463         (spam-bsfilter-register-spam-routine)
19464         (spam-bsfilter-unregister-spam-routine)
19465         (spam-bsfilter-register-ham-routine)
19466         (spam-bsfilter-unregister-ham-routine): New functions.
19467         (spam-generic-score): Support bsfilter; Accept an optional argument
19468         to recalcurate spam score even if scoring header has already been
19469         added.
19470         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19471         optional argument to recalcurate spam score even if scoring header
19472         has already been added.
19473
19474 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19475
19476         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19477         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19478         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19479         link is missing.
19480
19481 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19482
19483         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19484         (html2text-get-attr): Rewrite.
19485
19486         * message.el (message-setup-1): Remove redundant put-text-property
19487         on mail-header-separator.
19488
19489 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19490
19491         * gnus-registry.el (gnus-registry-cache-whitespace)
19492         (gnus-registry-action, gnus-registry-spool-action)
19493         (gnus-registry-split-fancy-with-parent): Change message levels
19494         from 5 to 3 or 7, as needed.
19495
19496         * spam.el (spam-summary-prepare-exit)
19497         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19498         (spam-split, spam-find-spam, spam-log-undo-registration)
19499         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19500         level from 5 to 6.
19501
19502 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19503
19504         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19505         2004-03-04 change).
19506
19507 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19508
19509         * sieve-manage.el (sieve-manage-open):
19510         * nnweb.el (nnweb-insert-html):
19511         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19512         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19513         * nnspool.el (nnspool-request-group):
19514         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19515         * nnml.el (nnml-request-update-info):
19516         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19517         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19518         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19519         (nnimap-request-set-mark):
19520         * nnfolder.el (nnfolder-request-update-info):
19521         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19522         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19523         * gnus-uu.el (gnus-uu-find-articles-matching):
19524         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19525         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19526         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19527         * gnus-nocem.el (gnus-nocem-scan-groups):
19528         * gnus-int.el (gnus-start-news-server):
19529         * gnus-group.el (gnus-group-make-kiboze-group)
19530         (gnus-group-browse-foreign-server):
19531         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19532         Use mapc when appropriate.
19533
19534 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19535
19536         FIXME: Make separate entries for each person.
19537
19538         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19539         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19540         <shields@msrl.com>:
19541
19542         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19543         may need for spam sorting and scoring.
19544         (spam-user-format-function-S): Add user format function suitable for
19545         general use.
19546         (spam-article-sort-by-spam-status): Add sorting function for summary
19547         sorting.
19548         (spam-extra-header-to-number): Add function to get a score from a
19549         header.
19550         (spam-summary-score): Add function to get a numeric score from the
19551         headers.
19552         (spam-generic-score): Fix function doc, was in wrong place.
19553         (spam-initialize): Take symbols when it's run, and install the
19554         extra headers that spam-necessary-extra-headers thinks we need.
19555
19556 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19557
19558         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19559         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19560
19561 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19562
19563         * gnus-sum.el (gnus-set-global-variables)
19564         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19565         (gnus-article-get-xrefs, gnus-summary-best-group)
19566         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19567         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19568         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19569         Use with-current-buffer.
19570
19571 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19572
19573         * spam.el (spam-summary-prepare-exit): Simplify logic.
19574         (spam-fetch-article-header): Read the article header if it's not
19575         available.
19576         (spam-list-articles): Simplify logic.
19577         (spam-filelist-register-routine): Fix bug with unregister-list.
19578
19579         * gnus-registry.el: Fix comments at beginning.
19580
19581 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19582
19583         * message.el (message-cater-to-broken-inn): Remove.
19584         (message-shorten-references): Make sure the total folded length of
19585         References is shorter than 998 characters to cater to a bug in INN
19586         2.3.  Also, don't pretend that references aren't folded -- this
19587         hasn't worked for a while.
19588
19589 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19590
19591         * gnus-agent.el (gnus-agentize):
19592         gnus-agent-send-mail-real-function no longer set to current value
19593         of message-send-mail-function but rather a lambda that calls
19594         message-send-mail-function.  The change makes the agent real-time
19595         responsive to user changes to message-send-mail-function.
19596
19597 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19598
19599         * legacy-gnus-agent.el
19600         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19601         help from Florian Weimer <fw@deneb.enyo.de>
19602
19603 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19604
19605         * nnmail.el (nnmail-cache-insert): Revert last change.
19606
19607 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19608
19609         * nnmail.el (nnmail-cache-insert): Always check whether
19610         nnmail-cache-ignore-groups matches a group name.
19611
19612 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19613
19614         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19615         (spam-find-spam, spam-log-processing-to-registry)
19616         (spam-log-registered-p, spam-log-unregistration-needed-p)
19617         (spam-log-undo-registration): Use gnus-message instead of
19618         gnus-error, none of these errors are fatal.
19619
19620         * gnus-registry.el (gnus-registry-clean-empty-function)
19621         (gnus-registry-clean-empty): Remove only empty entries without
19622         extra data.
19623
19624 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19625
19626         * spam-stat.el (spam-stat-buffer-change-to-spam)
19627         (spam-stat-buffer-change-to-non-spam): Change (error) to
19628         (gnus-message 8) invocation.
19629
19630 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19631
19632         * nntp.el (nntp-via-netcat-command): New variable.
19633         (nntp-via-netcat-switches): New variable.
19634         (nntp-open-via-rlogin-and-netcat): New function.
19635         (nntp-open-connection-function): Doc fix.
19636         (nntp-telnet-command): Doc fix.
19637         (nntp-end-of-line): Doc fix.
19638         (nntp-via-rlogin-command): Doc fix.
19639         (nntp-via-user-name): Doc fix.
19640         (nntp-via-address): Doc fix.
19641
19642 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19643
19644         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19645         error in Emacs 21.1.
19646
19647 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19648
19649         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19650
19651 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19652
19653         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19654         (gnus-agent-with-refreshed-group): New macro.
19655         (gnus-agent-rename-group): New function.
19656         (gnus-agent-delete-group): New function.
19657         (gnus-agent-save-group-info): Use gnus-command-method when
19658         `method' parameter is nil.  Don't write nil entries into the
19659         active file.
19660         (gnus-agent-get-group-info): New function.
19661         (gnus-agent-fetch-articles):
19662         Use gnus-agent-update-files-total-fetched-for to increment disk space
19663         used.
19664         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19665         Use gnus-agent-update-view-total-fetched-for to increment disk space
19666         used.
19667         (gnus-agent-get-local): Add optional parameters to avoid calling
19668         gnus-group-real-name and gnus-find-method-for-group.
19669         (gnus-agent-set-local): Delete stored entry if either min, or max,
19670         are nil.
19671         (gnus-agent-fetch-session): Reworded error/quit messages.
19672         On quit, use gnus-agent-regenerate-group to record existance of any
19673         articles fetched to disk before the quit occurred.
19674         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19675         gnus-agent-update-view-total-fetched-for, and
19676         gnus-agent-update-files-total-fetched-for to decrement disk space
19677         used.
19678         (gnus-agent-retrieve-headers):
19679         Use gnus-agent-update-view-total-fetched-for to increment disk space
19680         used.
19681         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19682         with gnus-agent-update-files-total-fetched-for to decrement disk
19683         space and fresh group buffer.
19684         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19685         (gnus-agent-need-update-total-fetched-for): New variable.
19686         (gnus-agent-update-files-total-fetched-for): New function.
19687         (gnus-agent-update-view-total-fetched-for): New function.
19688         (gnus-agent-total-fetched-for): New function.
19689
19690         * gnus-cache.el (gnus-cache-save-buffers):
19691         Use gnus-cache-update-overview-total-fetched-for to change disk space
19692         used by this group.
19693         (gnus-cache-possibly-enter-article):
19694         Use gnus-cache-update-file-total-fetched-for to increment disk space
19695         used by this group.
19696         (gnus-cache-possibly-remove-article):
19697         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19698         used by this group.
19699         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19700         (gnus-cache-rename-group): New function.
19701         (gnus-cache-delete-group): New function.
19702         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19703         (gnus-cache-need-update-total-fetched-for): New variable.
19704         (gnus-cache-with-refreshed-group): New macro.
19705         (gnus-cache-update-file-total-fetched-for): New function.
19706         (gnus-cache-update-overview-total-fetched-for): New function.
19707         (gnus-cache-rename-group-total-fetched-for): New function.
19708         (gnus-cache-delete-group-total-fetched-for): New function.
19709         (gnus-cache-total-fetched-for): New function.
19710
19711         * gnus-group.el: Require gnus-sum and autoload functions to
19712         resolve warnings when gnus-group.el compiled alone.
19713         (gnus-group-line-format): Documented new %F.
19714         (size of Fetched data) group line format; identifies disk space
19715         used by agent and cache.
19716         (gnus-group-line-format-alist): Defined new F format.
19717         (gnus-total-fetched-for): New function.
19718         (gnus-group-delete-group): No longer update
19719         gnus-cache-active-altered as gnus-request-delete-group now keeps
19720         the cache in sync.
19721         (gnus-group-list-active): Let the agent store a server's active
19722         list if currently plugged.
19723
19724         * gnus-int.el (gnus-request-delete-group):
19725         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19726         local disk in sync with the server.
19727         (gnus-request-rename-group):
19728         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19729         local disk in sync with the server.
19730
19731         * gnus-start.el (gnus-get-unread-articles):
19732         Cosmetic simplification to logic.
19733
19734         * gnus-util.el (gnus-rename-file): New function.
19735
19736 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19737
19738         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19739
19740 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19741
19742         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19743         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19744
19745 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19746
19747         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19748         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19749
19750 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19751
19752         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19753
19754 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19755
19756         * spam.el (spam-set-difference): Add function to replace
19757         gnus-set-difference in spam.el.
19758         (spam-summary-prepare-exit): Use spam-set-difference.
19759
19760 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19761
19762         * gnus-registry.el (gnus-registry-cache-file): Update to use
19763         gnus-dribble-directory OR gnus-home-directory OR ~.
19764         (gnus-registry-split-fancy-with-parent): Fix doc.
19765
19766 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19767
19768         * message.el (message-exchange-point-and-mark):
19769         Use message-mark-active-p.  Suggested by Jesper Harder
19770         <harder@ifa.au.dk>.
19771
19772 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19773
19774         * message.el (message-exchange-point-and-mark): Don't activate
19775         region if it was inactive.  Suggested by Hiroshi Fujishima
19776         <pooh@nature.tsukuba.ac.jp>.
19777
19778 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19779
19780         * gnus-art.el (article-display-face): Display Faces in the same
19781         order as X-Faces.
19782
19783 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19784
19785         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19786
19787 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19788
19789         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19790         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19791         (gnus-article-mime-hierarchy): Remove.
19792         (gnus-article-mime-hierarchy-next): Remove.
19793         (gnus-article-mode): Revert 2004-03-19 change.
19794         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19795         (gnus-insert-mime-button): Revert 2004-03-19 change.
19796         (gnus-mime-accumulate-hierarchy): Remove.
19797         (gnus-mime-enter-multipart): Remove.
19798         (gnus-mime-leave-multipart): Remove.
19799         (gnus-mime-display-part): Revert 2004-03-19 change.
19800         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19801
19802         * mml.el (mml-preview): Revert 2004-03-19 change.
19803
19804 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19805
19806         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19807
19808 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19809
19810         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19811         t while entering a file name using the mm-with-multibyte macro.
19812         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19813
19814         * mm-util.el (mm-with-multibyte): New macro.
19815
19816 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19817
19818         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19819         New user option.
19820         (gnus-mime-multipart-functions): Doc and customization fix.
19821         (gnus-article-mime-hierarchy): New variable.
19822         (gnus-article-mime-hierarchy-next): New variable.
19823         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19824         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19825         gnus-article-mime-hierarchy-next to nil.
19826         (gnus-insert-mime-button): Show hierarchy numbers.
19827         (gnus-mime-accumulate-hierarchy): New function.
19828         (gnus-mime-enter-multipart): New function.
19829         (gnus-mime-leave-multipart): New function.
19830         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19831         (gnus-mime-display-alternative): Show hierarchy numbers.
19832
19833         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19834         gnus-article-mime-hierarchy-next to nil.
19835
19836 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19837
19838         * dns.el: Don't require gnus-xmas.
19839
19840 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19841
19842         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19843         inline PGP.
19844         (mml-menu): Disable mml-quote-region if mark is inactive.
19845
19846 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19847
19848         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19849         when the group's active is not available.
19850
19851 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19852
19853         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19854         error.
19855
19856 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19857
19858         * imap.el (imap-store-password): New variable.
19859         (imap-interactive-login): Use it.
19860         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19861
19862 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19863
19864         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19865         window-start and hscroll to summary window.
19866
19867 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19868
19869         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19870         conversion message to newsrc-dribble when an actual conversion is
19871         performed.
19872
19873 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19874
19875         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19876
19877 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19878
19879         * mm-decode.el (mm-complicated-handles): New function reviving
19880         former definition of mm-multiple-handles.
19881
19882         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19883         (gnus-mime-delete-part): Use it.
19884
19885 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19886
19887         * gnus-agent.el (gnus-agent-read-local):
19888         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19889         avoid the implicit assumption that they will always be equal.
19890         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19891         coding-system-for-write, as the with-temp-file macro first prints
19892         to a buffer then saves the buffer.
19893
19894 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19895
19896         * gnus-art.el (gnus-article-edit-part): New function.
19897         (gnus-mime-save-part-and-strip): Use it; do query instead of
19898         signaling an error; don't use mm-multiple-handles.
19899         (gnus-mime-delete-part): Ditto.
19900
19901 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19902
19903         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19904         old file versions.
19905         (gnus-group-prepare-hook): Remove function that converted list
19906         form of gnus-agent-expire-days to group properties.
19907
19908         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19909         (gnus-request-accept-article): Re-indented.
19910
19911         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19912         converters to handle old agent file formats.  Add logic for a
19913         "backup before upgrading warning".
19914         (gnus-convert-mark-converter-prompt): Developers can mark
19915         functions as needing (default), or not needing,
19916         gnus-convert-old-newsrc's "backup before upgrading warning".
19917         (gnus-convert-converter-needs-prompt): Tests whether the user
19918         should be protected from potentially irreversable changes by the
19919         function.
19920
19921         * legacy-gnus-agent.el: New.  Provides converters that are only
19922         loaded when gnus-convert-old-newsrc needs to call them.
19923
19924 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19925
19926         * mail-source.el (mail-source-touch-pop): Doc fix.
19927
19928         * message.el (message-smtpmail-send-it): Doc fix.
19929
19930 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19931
19932         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19933
19934         * nnmail.el (nnmail-split-fancy): do.
19935
19936         * gnus-kill.el (gnus-kill, gnus-execute): do.
19937
19938 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19939
19940         * gnus-sum.el (gnus-widget-reversible-match)
19941         (gnus-widget-reversible-to-internal)
19942         (gnus-widget-reversible-to-external): New functions.
19943         (gnus-widget-reversible): New widget.
19944         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19945
19946 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19947
19948         * gnus-sum.el (gnus-thread-sort-functions)
19949         (gnus-article-sort-functions): Document `(not F)' items.
19950
19951 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19952
19953         * spam.el (spam-use-gmane-xref): Add new backend.
19954         (spam-gmane-xref-spam-group): Add variable to control the name of the
19955         Gmane spam group.
19956         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19957         (spam-regex-headers-spam, spam-regex-headers-ham)
19958         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19959         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19960         backends and checks.
19961         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19962
19963         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19964         an autodetect method.
19965
19966 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19967
19968         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19969         articles are being added to a group.
19970         (gnus-request-replace-article): Inform the agent that articles
19971         need to be uncached as the cached contents are no longer valid.
19972
19973 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19974
19975         * binhex.el: Don't autoload executable-find.
19976
19977         * canlock.el: Don't autoload mail-fetch-field.
19978
19979         * dgnushack.el: Autoload c-mode for XEmacs.
19980
19981         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19982
19983         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19984         rmail-dont-reply-to and rmail-output.
19985
19986         * gnus-score.el: Don't autoload ffap-string-at-point.
19987
19988         * gnus-setup.el: Don't autoload sc-cite-original.
19989
19990         * imap.el: Don't autoload base64-decode-string,
19991         base64-encode-string and md5.
19992
19993         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19994         and rmail-msg-restore-non-pruned-header.
19995
19996         * mm-decode.el: Don't autoload executable-find.
19997
19998         * mm-url.el: Don't autoload executable-find.
19999
20000         * mm-view.el: Don't autoload diff-mode.
20001
20002         * nndb.el: Don't autoload news-reply-mode, news-setup,
20003         cancel-timer and telnet.
20004
20005         * password.el: Don't autoload run-at-time for Emacs.
20006
20007         * sha1-el.el: Don't autoload executable-find.
20008
20009         * sieve-mode.el: Don't autoload c-mode.
20010
20011         * uudecode.el: Don't autoload executable-find.
20012
20013 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20014
20015         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20016         (gnus-agent-possibly-alter-active): Avoid null in numeric
20017         comparison.
20018         (gnus-agent-set-local): Refuse to save null in local object table.
20019         (gnus-agent-regenerate-group): The REREAD parameter can now be a
20020         list of articles that will be marked as unread.
20021
20022 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20023
20024         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20025
20026 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20027
20028         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20029         language tags.
20030
20031 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
20032
20033         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20034         Don't bind "obarray".
20035
20036         * gnus-sum.el (gnus-thread-sort-functions):
20037         Add `gnus-thread-sort-by-most-recent-number' and
20038         `gnus-thread-sort-by-most-recent-date'.
20039         Reported by Kai Grossjohann <kai@emptydomain.de>.
20040
20041 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20042
20043         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20044
20045 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20046
20047         * gnus-cus.el (gnus-agent-customize-category):
20048         Remove ignore-errors macro reference that required cl to be loaded at
20049         run-time.
20050
20051         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20052         single-interval range of the form (min . max).  Previously the
20053         range had to look like ((min . max)).  Likewise, return
20054         (min . max) rather than ((min . max)).
20055         (gnus-range-map): Use gnus-range-normalize to accept
20056         single-interval range.
20057
20058         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20059         the cache, but not the agent, now appear with their usual face.
20060
20061         * dgnushack.el (loaddir): New variable that is bound to the
20062         directory containing the dgnushack.el file. Use loaddir, rather
20063         than srcdir, to update load-path. Change lets dgnushack compile
20064         code in directories other than GNUS/lisp.
20065
20066 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20067
20068         * lpath.el: Don't bind w3m-safe-url-regexp.
20069
20070         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20071         w3m-safe-url-regexp variable buffer-local.
20072
20073         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20074
20075 2004-02-27  Simon Josefsson  <jas@extundo.com>
20076
20077         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20078         gnus-group-real-prefix.
20079         (gnus-summary-move-article): Use it, instead of
20080         gnus-group-real-prefix.
20081
20082 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20083
20084         * lpath.el: Bind w3m-safe-url-regexp.
20085
20086         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20087         w3m-safe-url-regexp variable buffer-local and set it as the value
20088         of mm-w3m-safe-url-regexp.
20089
20090         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20091
20092         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20093         parsing gnus-posting-styles when the message is not for replying.
20094
20095         * dgnushack.el: Autoload sgml-mode for XEmacs.
20096
20097         * nnrss.el (nnrss-opml-export):
20098         Use mm-set-buffer-file-coding-system instead of
20099         set-buffer-file-coding-system.
20100
20101 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20102
20103         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20104         of checkdoc.el).
20105         * nnrss.el: do.
20106         * gnus-mlspl.el: do.
20107         * gnus-ml.el: do.
20108         * gnus-srvr.el: do.
20109
20110         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20111
20112 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20113
20114         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20115         Corrections to custom-manual links.
20116
20117         * gnus-art.el (gnus-article): Ditto.
20118
20119         * mm-decode.el (mime-display, mime-security): Ditto.
20120
20121 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20122
20123         * flow-fill.el: Typo.
20124
20125 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20126
20127         * spam-wash.el: New file.
20128
20129 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20130
20131         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20132
20133 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20134
20135         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20136         to be run with new-articles as LIST1, not LIST2.
20137         (spam-registration-functions): Add spam-use-ham-copy as a nil
20138         registration backend.
20139
20140 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20141
20142         * spam-stat.el (spam-stat-washing-hook): New option.
20143         (spam-stat-buffer-words): Use it.
20144         (spam-stat-process-directory, spam-stat-test-directory):
20145         Use insert-file-contents-literally.
20146         (spam-stat-coding-system): New variable.
20147         (spam-stat-load, spam-stat-save): Use it.
20148
20149 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20150
20151         * spam-report.el (spam-report-plug-agent):
20152         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20153
20154 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20155
20156         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20157         Allow / in mailto URLs.
20158
20159 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20160
20161         * spam-report.el (spam-report-process-queue): Fix interactive use.
20162         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20163         (spam-report-unplug-agent): Doc fixes.
20164         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20165         (spam-report-agentize, spam-report-deagentize): Autoload.
20166
20167 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20168
20169         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20170
20171         * message.el (message-setup-fill-variables): Add mml tags to
20172         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20173         <ajk@iu.edu>.
20174         (message-mode): Don't modify paragraph-separate there.
20175
20176 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20177
20178         * compface.el (uncompface-use-external): Default to undecided.
20179         (uncompface-use-external-threshold): New variable.
20180         (uncompface-float-time): New macro.
20181         (uncompface): Determine whether to use the external decoder if
20182         uncompface-use-external is undecided.
20183
20184 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20185
20186         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20187         after images.
20188
20189         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20190
20191 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20192
20193         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20194
20195         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20196
20197         * gnus-sum.el (gnus-summary-limit-to-age)
20198         (gnus-summary-limit-children): do.
20199
20200         * gnus-int.el (gnus-request-scan): do.
20201
20202         * gnus-group.el (gnus-group-suspend): do.
20203
20204         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20205
20206         * gnus-cite.el (gnus-cite-parse-attributions): do.
20207
20208         * gnus-agent.el (gnus-summary-set-agent-mark)
20209         (gnus-agent-regenerate-group): do.
20210
20211         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20212
20213         * binhex.el (binhex-decode-region-internal): do.
20214
20215 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20216
20217         * gnus-fun.el (gnus-face-properties-alist): New user option.
20218         (gnus-display-x-face-in-from): Use it.
20219
20220         * gnus-art.el (article-display-face): Ditto.
20221
20222         * compface.el (uncompface-use-external): Default to nil.
20223
20224 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20225
20226         * nntp.el (nntp-erase-buffer): New function.
20227         (nntp-retrieve-data, nntp-send-command)
20228         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20229         (nntp-possibly-change-group): Use it.
20230
20231         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20232         Use with-current-buffer.
20233
20234 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20235
20236         * compface.el: Merge the ELisp-based uncompface program.
20237         (compface): New customization group.
20238         (uncompface-use-external): New user option.
20239         (uncompface): Call uncompface-internal if uncompface-use-external
20240         is nil.
20241         (uncompface-internal): New function.  Note that there are also
20242         some other functions and variables added for this function.
20243
20244 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20245
20246         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20247         if necessary.
20248
20249 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20250
20251         * spam-report.el (spam-report-unplug-agent)
20252         (spam-report-plug-agent, spam-report-deagentize)
20253         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20254         Add support for the Agent in spam-report: when unplugged, report to a
20255         file; when plugged, submit all the requests.
20256
20257         * spam.el (spam-register-routine): Fix message about
20258         registration.
20259
20260 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20261
20262         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20263         dependencies.
20264         (rfc2047-encode): Use it.
20265
20266         * gnus-art.el (gnus-button-marker-list): Move before first
20267         reference.
20268
20269         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20270         (imap-parse-body): Fix format string mismatch.
20271
20272         * gnus-score.el (gnus-summary-increase-score): do.
20273
20274         * nnrss.el (nnrss-close): New function.
20275
20276 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20277
20278         * nnrss.el (nnrss-make-filename): New function.
20279         (nnrss-request-delete-group, nnrss-read-server-data)
20280         (nnrss-save-server-data, nnrss-read-group-data)
20281         (nnrss-save-group-data): Use it.
20282         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20283         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20284         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20285
20286 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20287
20288         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20289
20290 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20291
20292         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20293         files.
20294
20295         * message.el (message-generate-headers-first): Don't quote nil
20296         and t in docstrings.
20297
20298         * imap.el (imap-id): do.
20299
20300         * gnus-agent.el (gnus-agent-consider-all-articles)
20301         (gnus-agent-queue-mail): do.
20302
20303 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20304
20305         * spam-report.el (spam-report-process-queue): New function.
20306         Process requests from `spam-report-requests-file'.
20307         (spam-report-process-queue): Doc fix.
20308
20309 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20310
20311         * spam.el (spam-register-routine)
20312         (spam-log-processing-to-registry, spam-log-registered-p)
20313         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20314         Change "check" to "spam-check" for semi-clarity.
20315
20316 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20317
20318         * pop3.el: Require nnheader.
20319
20320         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20321
20322         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20323
20324         * gnus-picon.el: Require cl.
20325
20326         * gnus-fun.el: Require gnus-ems and gnus-util.
20327
20328         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20329
20330         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20331
20332         * gnus-art.el (gnus-article-edit-mode): Define before first
20333         reference.
20334
20335 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20336
20337         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20338         (gnus-uu-post-encoded): Use point-at-bol.
20339
20340         * gnus-topic.el (gnus-group-active-topic-p): do.
20341
20342         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20343
20344         * gnus-group.el (gnus-group-kill-region): do.
20345
20346         * gnus-art.el (article-date-ut): do.
20347
20348         * message.el (message-fetch-field): Remove redundant
20349         case-fold-search binding.
20350         (message-narrow-to-field): Simplify.
20351
20352 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20353
20354         * spam.el (spam-directory): Derive from `gnus-directory'.
20355
20356         * spam-report.el (spam-report-url-to-file)
20357         (spam-report-requests-file): New function and variable for offline
20358         reporting.
20359         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20360         and user defined function.
20361         (spam-report-url-ping-mm-url): Remove doubled slash.
20362
20363 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20364
20365         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20366
20367 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20368
20369         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20370         Fix format string mismatch.
20371
20372         * sieve.el (sieve-deactivate-all): do.
20373
20374         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20375
20376         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20377
20378         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20379
20380         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20381
20382 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20383
20384         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20385         the list of checks.
20386
20387 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20388
20389         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20390         padding.
20391
20392 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20393
20394         * mm-view.el (mm-fill-flowed): New variable.
20395         (mm-inline-text): Use it.
20396
20397 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20398
20399         * spam.el (spam-spamassassin-register-ham-routine)
20400         (spam-spamassassin-register-spam-routine): Fix function names.
20401
20402 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20403
20404         * gnus.el (gnus-tmp-grouplens): Remove.
20405         (gnus-summary-line-format): Remove grouplens.
20406
20407         * gnus-group.el (gnus-group-line-format): Ditto.
20408
20409         * gnus-spec.el (gnus-format-specs): Ditto.
20410         (gnus-update-format-specifications): Flush the group format spec
20411         cache if there's the grouplens stuff.
20412         (gnus-parse-simple-format): Replace %l with the empty string.
20413
20414 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20415
20416         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20417         omission.
20418
20419 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20420
20421         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20422         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20423
20424 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20425
20426         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20427         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20428         New macros and functions.
20429         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20430         Handle > NLINK_MAX messages.
20431         * nnmaildir.el (nnmaildir-request-set-mark):
20432         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20433
20434 2004-01-25  Alex Schroeder  <alex@gnu.org>
20435
20436         * spam-stat.el (spam-stat-process-directory-age): New option.
20437         (spam-stat-process-directory): Use it.
20438
20439 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20440
20441         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20442         (spam-stat-save): Accept prefix argument.
20443
20444 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20445
20446         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20447         links" error.
20448
20449 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20450
20451         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20452         the rest of the and/or forms.
20453
20454 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20455
20456         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20457         compatibility with old .newsrc.eld files.
20458
20459         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20460
20461         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20462
20463         * gnus-start.el (gnus-1): do.
20464
20465         * gnus-group.el (gnus-group-line-format-alist): do.
20466
20467         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20468
20469         * gnus-gl.el: Remove.
20470
20471 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20472
20473         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20474         marks consisting of a single range {for example, (3 . 5)} rather
20475         than a list of a single range { ((3 . 5)) }.
20476
20477 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20478
20479         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20480         Use with-current-buffer.
20481         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20482         avoid consing a string.
20483
20484         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20485         Remove obsolete entries for big5 and gb2312.
20486
20487 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20488
20489         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20490         uncompressed list.
20491
20492 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20493
20494         * spam-stat.el (spam-stat-strip-xref): New function.
20495         (spam-stat-process-directory): Use it.
20496
20497         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20498         here -- it's done in message-fetch-field.
20499
20500 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20501
20502         * gnus-agent.el (gnus-agent-queue-mail)
20503         (gnus-agent-prompt-send-queue): New variables.
20504         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20505         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20506         "nndraft:queue" along to gnus-draft-send.
20507         Use gnus-agent-prompt-send-queue.
20508         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20509         is "nndraft:queue".  Suggested by Gaute Strokkenes
20510         <gs234@srcf.ucam.org>
20511
20512         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20513         (agent-enable-undownloaded-faces): Add.
20514         (gnus-agent-cat-groups): Use eval-and-compile, not
20515         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20516         method of gnus-agent-cat-groups even when the buffer has been
20517         evaled.
20518         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20519         delete gnus-agent-save-active-1.
20520         (gnus-agent-save-groups): Delete.  Identical to
20521         gnus-agent-save-active.
20522         (gnus-agent-write-active): No longer adjust agent's copy of active
20523         file as agent's adjustments are now stored in their own
20524         file.  Remove optional parameter.
20525         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20526         servers.  Add use of min/max range limits from server's local
20527         file.
20528         (gnus-agent-save-alist): Remove unused optional argument.
20529         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20530         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20531         (gnus-agent-set-local): A per-server file that keeps min/max range
20532         limits for articles known to the agent.  Provides a fast mechanism
20533         for altering many active ranges.
20534         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20535         active file (local makes it unnecessary).
20536         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20537
20538         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20539         (agent-enable-undownloaded-faces): Add.
20540
20541         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20542         disable it when sending to "nndraft:queue".
20543         (gnus-group-send-queue): Add safety check to avoid sending queue
20544         when unplugged.
20545
20546         * gnus-group.el (gnus-group-catchup): Use new
20547         gnus-sequence-of-unread-articles, not
20548         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20549         numbers of articles.  Use gnus-range-map to avoid having to
20550         uncompress the unread list.
20551         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20552         Fix invalid ange-ftp reference.
20553
20554         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20555         (gnus-sorted-range-intersection): Intersection of two ranges
20556         without requiring that they first be uncompressed.
20557
20558         * gnus-start.el (gnus-activate-group): Unless blocked by the
20559         caller, possibly expand the active range to include both cached
20560         and agentized articles.
20561         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20562         multiple version-dependent converters.
20563         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20564         gnus-agent-save-active.
20565         (gnus-save-newsrc-file): Save dirty agent range limits.
20566
20567         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20568         gnus-agent-possibly-alter-active.
20569         (gnus-adjust-marked-articles): Faster handling of simple lists.
20570
20571 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20572
20573         * spam-stat.el (spam-stat-test-directory): New optional argument
20574         displays a list of files detected.  Suggested by Andrew Cohen
20575         <cohen@andy.bu.edu>.
20576         (spam-stat-buffer-words-with-scores): Don't narrow and change
20577         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20578
20579 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20580
20581         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20582         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20583         (spam-spamassassin-arguments)
20584         (spam-spamassassin-spam-flag-header)
20585         (spam-spamassassin-positive-spam-flag-header)
20586         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20587         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20588         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20589         (spam-list-of-processors, spam-list-of-checks)
20590         (spam-list-of-statistical-checks, spam-registration-functions)
20591         (spam-check-spamassassin-headers, spam-check-spamassassin)
20592         (spam-spamassassin-score)
20593         (spam-spamassassin-register-with-sa-learn)
20594         (spam-spamassassin-register-spam-routine)
20595         (spam-spamassassin-register-ham-routine)
20596         (spam-assassin-register-spam-routine)
20597         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20598         (spam-bogofilter-score): Fix to show article before scoring.
20599
20600 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20601
20602         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20603         default scoring function.
20604         (spam-generic-score): Call spam-spamassassin-score if
20605         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20606         spam-bogofilter-score otherwise.
20607
20608         * gnus.el (spam-process, spam-autodetect-methods):
20609         Add spamassassin and spamassassin-headers.
20610
20611 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20612
20613         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20614         Suppress unnecessary messages.
20615
20616 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20617
20618         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20619         make-hash-table.
20620
20621 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20622
20623         * canlock.el (base64-encode-string): Don't autoload it.
20624
20625 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20626
20627         * run-at-time.el: Remove useless (require 'itimer),
20628         eval-and-compile and (featurep 'xemacs).
20629
20630 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20631
20632         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20633         GROUP is a virtual group.
20634
20635 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20636
20637         * gnus.el: Autoload `message-y-or-n-p'.
20638
20639 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20640
20641         * pgg-parse.el: Remove unnecessary (require 'custom).
20642
20643         * pgg-def.el: do.
20644
20645         * nnmail.el: do.
20646
20647         * gnus-undo.el: do.
20648
20649         * gnus-picon.el: do.
20650
20651         * gnus-util.el: do.
20652
20653 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20654
20655         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20656
20657 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20658
20659         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20660         handle, as well as a list.
20661
20662         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20663         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20664         (mm-w3m-cid-retrieve): Simplify.
20665
20666 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20667
20668         * message.el (message-kill-to-signature): Allow prefix arg to
20669         specify number of lines to keep before signature.
20670
20671 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20672
20673         * message.el (message-kill-to-signature): Change docstring.
20674
20675 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20676
20677         * canlock.el: Always require sha1-el.
20678         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20679
20680         * message.el: Autoload sha1 only when compiling.
20681
20682         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20683         eudc-expand-inline for XEmacs.
20684
20685 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20686
20687         * message.el (message-canlock-generate): Require sha1-el.
20688
20689 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20690
20691         * message.el (message-expand-name): Silence the byte compiler.
20692
20693         * lpath.el: Add detect-coding-system.
20694
20695         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20696         cus-edit.
20697
20698 2004-01-13  Simon Josefsson  <jas@extundo.com>
20699
20700         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20701         Invoke gnus-score-mode.
20702         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20703
20704         * gnus-range.el (gnus-compress-sequence): Doc fix.
20705         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20706
20707 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20708
20709         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20710
20711 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20712
20713         * spam.el (spam-get-article-as-string): Update to use
20714         gnus-request-article-this-buffer, much simpler.
20715         (spam-get-article-as-buffer): Remove.
20716
20717 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20718
20719         * message.el (message-expand-name): Use EUDC if the user uses that.
20720
20721 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20722
20723         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20724         character for the encoding to avoid consing a string.
20725
20726         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20727         unnecessarily.
20728
20729         * mm-util.el (mm-replace-chars-in-string): Remove.
20730
20731         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20732         of mm-replace-chars-in-string.
20733
20734 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20735
20736         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20737
20738         * mm-util.el (mm-subst-char-in-string): Support inplace.
20739
20740         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20741         a new string in every iteration.  Use shy groups.
20742
20743 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20744
20745         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20746         * gnus-soup.el (gnus-soup-group-brew):
20747         * gnus-msg.el (gnus-put-message):
20748         * gnus-move.el (gnus-group-move-group-to-server):
20749         * gnus-kill.el (gnus-batch-score):
20750         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20751         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20752         (gnus-group-update-group, gnus-group-read-group)
20753         (gnus-group-make-group, gnus-group-make-help-group)
20754         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20755         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20756         (gnus-group-sort-by-unread, gnus-group-catchup)
20757         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20758         (gnus-group-yank-group, gnus-group-set-info)
20759         (gnus-group-list-groups):
20760         * gnus.el (gnus-generate-new-group-name):
20761         * gnus-delay.el (gnus-delay-send-queue):
20762         * nnvirtual.el (nnvirtual-catchup-group):
20763         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20764         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20765         (gnus-group-prepare-topics, gnus-topic-check-topology):
20766         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20767         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20768         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20769         (gnus-group-make-articles-read):
20770         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20771         (gnus-group-change-level, gnus-kill-newsgroup)
20772         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20773         (gnus-get-unread-articles, gnus-make-articles-unread)
20774         (gnus-make-ascending-articles-unread): Use accessor
20775         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20776         to get group information for improved readability.
20777
20778
20779 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20780
20781         * gnus-art.el (article-decode-mime-words, article-babel)
20782         (gnus-article-highlight-signature, gnus-article-add-buttons)
20783         (gnus-signature-toggle): Use gnus-with-article-buffer.
20784
20785         * gnus-art.el (gnus-article-highlight-headers)
20786         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20787
20788         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20789         (gnus-article-set-globals, gnus-request-article-this-buffer)
20790         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20791         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20792         (gnus-mime-display-alternative): Use with-current-buffer.
20793
20794 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20795
20796         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20797         also under 80 char limit, and call gnus-error if needed.
20798         (spam-fetch-article-header): Fix - it was a
20799         buffer-local variable (gnus-newsgroup-data).
20800         (spam-find-spam): Use spam-generate-fake-headers, forget about
20801         spam-insert-fake-headers.
20802         (spam-insert-fake-headers): Remove.
20803
20804 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20805
20806         * deuglify.el (gnus-article-outlook-unwrap-lines)
20807         (gnus-outlook-rearrange-article)
20808         (gnus-outlook-repair-attribution-outlook)
20809         (gnus-outlook-repair-attribution-block)
20810         (gnus-outlook-repair-attribution-other): Remove redundant
20811         save-excursion.
20812
20813 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20814
20815         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20816         (spam-fetch-field-subject-fast)
20817         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20818         (spam-fetch-article-header): Add functions to deal with Gnus
20819         internals for fast retrieval of article header data.
20820         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20821
20822 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20823
20824         * pop3.el (pop3-md5): Remove.
20825         (pop3-apop): Replace pop3-md5 with md5.
20826
20827         * mm-bodies.el: base64 is always built-in.
20828
20829         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20830         Use with-current-buffer.
20831
20832 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20833
20834         * canlock.el (canlock-insert-header): Remove excessive grouping in
20835         regexp.
20836
20837         * gnus-sum.el (gnus-summary-read-document): Ditto.
20838
20839         * gnus-uu.el (gnus-uu-part-number): Ditto.
20840
20841         * html2text.el (html2text-remove-tags): Ditto.
20842         (html2text-format-tags): Ditto.
20843         (html2text-format-single-elements): Ditto.
20844
20845         * mml.el (mml-parse-1): Ditto.
20846
20847 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20848
20849         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20850
20851         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20852
20853         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20854
20855         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20856
20857 2003-11-15  Simon Josefsson  <jas@extundo.com>
20858
20859         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20860         (pgg-gpg-lookup-key): Use regexp match instead of
20861         split-string (split-string is different between emacs 21.2 and
20862         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20863
20864 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20865
20866         * gnus-art.el (gnus-mime-view-all-parts)
20867         (gnus-article-part-wrapper, gnus-article-view-part):
20868         Use with-current-buffer.
20869
20870 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20871
20872         * spam.el (spam-disable-spam-split-during-ham-respool)
20873         (spam-spamoracle-database, spam-cache-lookups)
20874         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20875         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20876         (spam-group-ham-marks, spam-group-spam-marks)
20877         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20878         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20879         also add spam-use-blackholes to the statistical checks.
20880         (spam-fetch-field-fast): Add interface to fetching fields, may
20881         become a macro.
20882         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20883         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20884         (spam-insert-fake-headers): Fake an article when needed.
20885         (spam-find-spam): Fake article when possible.
20886         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20887         (spam-check-bogofilter-headers): Use message-fetch-field instead
20888         of nnmail-fetch-field.
20889
20890 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20891
20892         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20893
20894 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20895
20896         * spam.el (spam-split): Do not require spam-use-CHECK to be
20897         enabled if that check is passed to spam-split explicitly; also
20898         fix so 'spam doesn't get converted to spam-split-group when
20899         spam-split-symbolic-return is t.
20900         (spam-find-spam): Find registrations of the article and use those
20901         instead of re-running spam-split to find the spam/ham
20902         classification of the article.
20903         (spam-log-processing-to-registry, spam-log-registered-p)
20904         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20905         Use gnus-error instead of gnus-message.
20906         (spam-log-registration-type): Add function to determine the
20907         classification of a message based on registry entries; will
20908         return nil if both 'spam and 'ham are found.
20909         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20910         a reasonably fast local cache without the loading errors.
20911         (spam-cache-lookups): Set to t by default.
20912         (spam-find-spam): Don't try to guess spam-cache-lookups.
20913         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20914         spam-caches entry.
20915         (spam-filelist-build-cache, spam-filelist-check-cache):
20916         Fix caching of whitelist/blacklist entries.
20917         (spam-check-whitelist, spam-check-blacklist):
20918         Invoke spam-from-listed-p with a type, not a cache variable.
20919         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20920
20921 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20922
20923         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20924
20925         * nnmail.el (nnmail-split-fancy): do.
20926
20927         * mml.el (mml-parse): do.
20928
20929         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20930         (gnus-score-adaptive): do.
20931
20932 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20933
20934         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20935         (gnus-mime-button-map): Don't set keymap parent.
20936         (gnus-button-ctan-directory-regexp): Use shy grouping.
20937         (gnus-prev-page-map): Don't set keymap parent.
20938         (gnus-prev-page-map): Remove duplicated one.
20939         (gnus-next-page-map): Don't set keymap parent.
20940         (gnus-mime-security-button-map): Ditto.
20941
20942         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20943         version number.
20944
20945         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20946
20947 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20948
20949         * canlock.el (canlock-sha1-function): Remove.
20950         (canlock-sha1-function-for-verify): Remove.
20951         (canlock-openssl-program): Remove.
20952         (canlock-openssl-args): Remove.
20953         (canlock-ignore-errors): Remove.
20954         (canlock-sha1-with-openssl): Remove.
20955         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20956         (canlock-verify): Don't use canlock-ignore-errors.
20957
20958         * sha1-el.el (sha1-string-external): Make it can return a string
20959         in binary form.
20960         (sha1-region-external): Ditto.
20961         (sha1-string-internal): Ditto.
20962         (sha1-region-internal): Ditto.
20963         (sha1-region): Ditto.
20964         (sha1-string): Ditto.
20965         (sha1): Ditto.
20966
20967 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20968
20969         * spam.el (spam-report-articles-gmane): New command.
20970
20971 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20972
20973         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20974
20975         * run-at-time.el (run-at-time-saved): Remove.
20976         (run-at-time): Doc fix.
20977
20978 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20979
20980         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20981         (gnus-summary-limit-map): Add it.
20982         (gnus-summary-make-menu-bar): do.
20983
20984 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20985
20986         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20987         Make attempt at some caching support (done for BBDB only now).
20988         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20989         addresses to be checked.
20990         (spam-clear-cache-BBDB): Add function, to be invoked by
20991         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20992         (spam-check-BBDB): Check and use the caches, if
20993         spam-cache-lookups is on, remove superfluous (provide).
20994
20995 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20996
20997         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20998
20999 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
21000
21001         * run-at-time.el (run-at-time-saved): Move to after the definition
21002         of `run-at-time'.
21003
21004         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
21005
21006 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21007
21008         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21009         mm-w3m-local-map-property.
21010
21011         * mm-view.el (mm-w3m-mode-map): Remove.
21012         (mm-w3m-local-map-property): Remove.
21013         (mm-inline-text-html-render-with-w3m): Don't use
21014         mm-w3m-local-map-property.
21015
21016 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21017
21018         * run-at-time.el: New file.
21019
21020         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
21021         under Emacs.
21022
21023         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21024         of gnus-set-text-properties.
21025
21026         * gnus-uu.el (gnus-uu-save-article): Ditto.
21027
21028         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21029
21030         * gnus-cite.el (gnus-cite-parse): Ditto.
21031
21032         * gnus-art.el (gnus-button-push): Use set-text-properties instead
21033         of gnus-.
21034
21035         * gnus-xmas.el (run-at-time): Require run-at-time.
21036
21037         * gnus.el: Change calls to nnheader-run-at-time and
21038         password-run-at-time throughout to use run-at-time directly.
21039
21040         * password.el: Remove definition of run-at-time.
21041
21042         * nnheaderxm.el: Remove definition of run-at-time.
21043
21044 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
21045
21046         * mml.el (mml-minibuffer-read-disposition): Show attachment type
21047         in prompt.
21048
21049 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21050
21051         * messagexmas.el (message-xmas-redefine): Alias
21052         `message-make-caesar-translation-table' to
21053         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
21054         version.
21055
21056         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
21057         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
21058         `gnus-xmas-set-text-properties'.
21059         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
21060         `gnus-xmas-completing-read'.
21061         (gnus-xmas-completing-read): Removed.
21062         (gnus-xmas-open-network-stream): Removed.
21063
21064         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21065         XEmacs version.
21066
21067         * dns.el (dns-make-network-process): Use `open-network-stream'
21068         instead of `gnus-xmas-open-network-stream'.
21069
21070         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
21071
21072         * .cvsignore: Add auto-autoloads.el, custom-load.el.
21073
21074 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21075
21076         * gnus-art.el (gnus-mime-display-alternative)
21077         (gnus-insert-mime-button, gnus-insert-mime-security-button)
21078         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21079         Don't use gnus-local-map-property.
21080
21081         * gnus-util.el (gnus-local-map-property): Remove.
21082
21083         * mm-view.el (mm-view-pkcs7-decrypt):
21084         Replace gnus-completing-read-maybe-default with completing-read.
21085
21086         * gnus-util.el (gnus-completing-read): do.
21087         (gnus-completing-read-maybe-default): Remove.
21088
21089 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21090
21091         * password.el: Only autoload `run-at-time' if not XEmacs.
21092         Only autoload the itimer functions if XEmacs.
21093
21094 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21095
21096         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
21097         XEmacsen.
21098
21099         * dgnushack.el: Autoload executable-find for XEmacs.
21100
21101 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21102
21103         * gnus-art.el (gnus-read-string): Remove.
21104         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21105         read-string.
21106
21107 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21108
21109         * netrc.el: Autoload password-read.
21110         (netrc): Add configuration group.
21111         (netrc-encoding-method, netrc-openssl-path):
21112         Add variables for encoding and decoding of files with symmetric
21113         ciphers.
21114         (netrc-encode): Add assistant function to encode a file with
21115         netrc-encoding-method.
21116         (netrc-parse): Add interactive parameter, added optional
21117         decoding if netrc-encoding-method is non-nil but otherwise
21118         behavior is standard.
21119         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21120         Do s/encode/encrypt/ everywhere.
21121
21122         * spam.el: Remove executable-find autoload.
21123
21124 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21125
21126         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21127
21128         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21129
21130 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21131
21132         * gnus-art.el (gnus-treat-ansi-sequences)
21133         (article-treat-ansi-sequences): New variable and function.
21134         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21135
21136         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21137         Use it.
21138
21139 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21140
21141         * mm-util.el (mm-quote-arg): Remove.
21142
21143         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21144         shell-quote-argument.
21145
21146         * gnus-uu.el (gnus-uu-command): do.
21147
21148         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21149
21150         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21151         with make-char.
21152
21153         * mm-util.el (mm-make-char): Remove.
21154
21155         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21156         add-minor-mode.
21157
21158         * gnus-undo.el (gnus-undo-mode): do.
21159
21160         * gnus-topic.el (gnus-topic-mode): do.
21161
21162         * gnus-sum.el (gnus-dead-summary-mode): do.
21163
21164         * gnus-start.el (gnus-slave-mode): do.
21165
21166         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21167
21168         * gnus-ml.el (gnus-mailing-list-mode): do.
21169
21170         * gnus-gl.el (gnus-grouplens-mode): do.
21171
21172         * gnus-draft.el (gnus-draft-mode): do.
21173
21174         * gnus-dired.el (gnus-dired-mode): do.
21175
21176         * gnus-ems.el (gnus-add-minor-mode): Remove.
21177
21178         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21179         Replace gnus-char-width with char-width.
21180
21181         * gnus-ems.el (gnus-char-width): Remove.
21182
21183         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21184         Replace gnus-char-width with char-width.
21185
21186         * gnus-ems.el (gnus-char-width): Remove.
21187
21188         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21189         definition.
21190         Remove Emacs 20 hash table compatibility code.
21191
21192         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21193         20 compatibility code.
21194
21195         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21196
21197         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21198
21199         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21200         Replace with point-at-{eol,bol}.
21201
21202         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21203
21204         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21205
21206         * flow-fill.el (fill-flowed-point-at-bol)
21207         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21208
21209         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21210         Replace with point-at-{eol,bol} throughout all files.
21211
21212 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21213
21214         * ntlm.el (ntlm-string-as-unibyte): New macro.
21215         (ntlm-build-auth-response): Use it.
21216
21217         Remove Emacs 20 stuff:
21218         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21219         (butlast, mapc, remove): Remove the compiler macros.
21220         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21221         of delq and copy-sequence.
21222         * gnus-art.el (popup-menu): Remove the compiler macro.
21223         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21224         Emacs 20.
21225
21226 2004-01-05  Simon Josefsson  <jas@extundo.com>
21227
21228         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21229         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21230         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21231         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21232         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21233         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21234         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21235         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21236         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21237         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21238         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21239         string-xor into ntlm-string-xor.
21240         Suggested by Jesper Harder <harder@myrealbox.com>.
21241
21242         * ntlm.el: Don't include poem.
21243
21244         * md4.el (print-int32, print-string-hexa): Remove.
21245         Suggested by Jesper Harder <harder@myrealbox.com>.
21246
21247         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21248
21249         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21250         probably breaks emacs with DL patch, but do we care? Is anyone
21251         still using the DL stuff?)
21252
21253         * sieve-manage.el: Use the password package.
21254         (sieve-manage-read-passwd): Remove.
21255         (sieve-manage-interactive-login): Use password.  Re-add
21256         condition-case around loop.
21257
21258         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21259         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21260         Use the password package.
21261
21262 2003-02-19  Simon Josefsson  <jas@extundo.com>
21263
21264         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21265         token.
21266
21267 2002-08-07  Simon Josefsson  <jas@extundo.com>
21268
21269         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21270         (sieve-manage-authenticators):
21271         (sieve-manage-authenticator-alist): Add some SASL mechs.
21272         (sieve-sasl-auth): New function.
21273         (sieve-manage-cram-md5-auth):
21274         (sieve-manage-plain-auth): Rewrite using SASL library.
21275         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21276         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21277         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21278         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21279
21280 2004-01-05  Simon Josefsson  <jas@extundo.com>
21281
21282         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21283         New files.
21284
21285 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21286
21287         * gnus-group.el (gnus-no-groups-message): Update.
21288
21289         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21290
21291 2003-11-09  Simon Josefsson  <jas@extundo.com>
21292
21293         * imap.el: Support for ID IMAP extension (RFC 2971).
21294         (imap-local-variables): Add imap-id.
21295         (imap-id): New variable.
21296         (imap-id): New function.
21297         (imap-parse-response): Parse untagged ID response.
21298         * nnimap.el (nnimap-id): New variable.
21299         (nnimap-open-connection): Use it.
21300
21301 2003-12-28  Simon Josefsson  <jas@extundo.com>
21302
21303         * gnus-score.el (gnus-score-edit-all-score): New.
21304         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21305
21306 2004-01-04  Simon Josefsson  <jas@extundo.com>
21307
21308         * password.el: Add.
21309
21310 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21311
21312         * dns.el (dns-query-types): Fix typo.
21313         (dns-query-types): New function.
21314         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21315         PTR and SOA replies, see RFC 1035.
21316
21317 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21318
21319         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21320
21321         * Move to Changelog.2.
21322
21323 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21324
21325         * gnus.el (gnus-version-number): Bump version.
21326
21327 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21328
21329         * gnus.el: No Gnus v0.1 is released.
21330
21331 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21332
21333         * gnus.el: No Gnus v0.0 is released.
21334
21335 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21336
21337         * gnus.el (gnus-version-number): Bump.
21338         (gnus-version): No.
21339
21340 See ChangeLog.2 for earlier changes.
21341
21342   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21343
21344   This file is part of GNU Emacs.
21345
21346   GNU Emacs is free software: you can redistribute it and/or modify
21347   it under the terms of the GNU General Public License as published by
21348   the Free Software Foundation, either version 3 of the License, or
21349   (at your option) any later version.
21350
21351   GNU Emacs is distributed in the hope that it will be useful,
21352   but WITHOUT ANY WARRANTY; without even the implied warranty of
21353   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21354   GNU General Public License for more details.
21355
21356   You should have received a copy of the GNU General Public License
21357   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21358
21359 ;; Local Variables:
21360 ;; coding: utf-8
21361 ;; fill-column: 79
21362 ;; add-log-time-zone-rule: t
21363 ;; End: