eb488b81321d7706276e95045afccc9d13f4ecec
[gnus] / lisp / ChangeLog
1 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
4         on XEmacs.
5
6         * gnus-art.el: Require mouse, which the build bot seems to say is
7         needed.
8
9         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
10
11         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
12         XEmacs, since it doesn't have url-retrieve-synchronously.
13
14         * time-date.el (format-seconds): Use assoc instead of assoc-string,
15         since assoc-string doesn't exist in XEmacs.
16
17 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
18
19         * gnus-group.el (gnus-group-list-ticked): New function.
20         (gnus-group-make-menu-bar): Provide a menu entry for it.
21         (gnus-group-list-map): Provide a binding for it.
22
23 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24
25         * shr.el (shr-visit-file): New command.
26
27         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
28
29 2011-03-17  Bjørn Mork  <bjorn@mork.no>
30
31         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
32         servers.
33
34 2011-03-16  Julien Danjou  <julien@danjou.info>
35
36         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
37         inline.
38
39         * gnus-art.el (article-hide-list-identifiers): Use
40         gnus-group-get-list-identifiers.
41
42         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
43         (gnus-summary-remove-list-identifiers): Use
44         gnus-group-get-list-identifiers to get regexp.
45         (gnus-select-newsgroup, gnus-summary-insert-subject)
46         (gnus-summary-insert-articles): Call
47         gnus-summary-remove-list-identifiers unconditionally.
48
49 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
50
51         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
52         we're selecting a group with unread articles.
53
54         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
55
56         * gssapi.el: New file separated out from imap.el to provide a general
57         Kerberos 5 connection facility for Emacs.
58
59         * message.el (message-elide-ellipsis): Document the format spec
60         ellipsis.
61
62 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
63
64         * message.el (message-elide-region): Allow the ellipsis to say how many
65         lines were removed.
66
67 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
68
69         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
70         window configurations containing buffers that are now dead.
71
72         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
73         parsing to avoid integer overflows.
74         (nnimap-parse-flags): Simplify the last change.
75         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
76         too large for 32-bit Emacsen.
77
78 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
79
80         * auth-source.el (auth-source-netrc-create):
81         * message.el (message-yank-original): Fix use of `case'.
82
83 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
84
85         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
86         XEmacs, which was one character too wide.
87
88 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
89
90         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
91         default number of articles to display.
92         (gnus-articles-to-read): Use pretty names for prompt.
93
94 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
95
96         * gnus-int.el (gnus-open-server): Ditto.
97
98         * gnus-start.el (gnus-activate-group): Give a backtrace if
99         debug-on-quit is set and the user hits `C-g'.
100         (gnus-read-active-file): Ditto.
101
102         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
103
104 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
105
106         * message.el (message-yank-original): Use cond instead of CL case.
107
108 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
109
110         * auth-source.el (auth-source-netrc-create): Use usual format for the
111         default in prompts.
112
113 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
114
115         * lpath.el: Fbind read-char-choice for XEmacs.
116
117 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
118
119         * auth-source.el (auth-source-netrc-create): Show the default in the
120         prompt when prompting for token creation.
121
122 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
123
124         * auth-source.el (auth-source-format-prompt): Always convert the value
125         to a string to avoid evaluating non-string arguments.
126         (auth-source-netrc-create): Offer default properly, not as initial
127         content in `read-string'.
128         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
129         of line to determine if we've been run before.  If so, don't run again,
130         but print a trivial message to indicate the cache was hit instead.
131
132 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
133
134         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
135         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
136         The user will have to run `gnus-sync-read' manually and wait for Cloudy
137         Gnus.
138
139 2011-03-11  Julien Danjou  <julien@danjou.info>
140
141         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
142         modified file".
143
144 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
145
146         * auth-source.el (auth-source-read-char-choice): New function to read a
147         character choice using `dropdown-list', `read-char-choice', or
148         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
149         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
150         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
151         (auth-source-netrc-saver): Use it.
152         (auth-source-pick-first-password): New convenience function.
153
154 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
155
156         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
157         parameter in the credentials.
158         (nnimap-open-connection-1): Use it after a successful login.
159         (nnimap-credentials): Add IMAP-specific user and password prompt.
160
161         * auth-source.el (auth-source-search): Add :require parameter, taking a
162         list.  Document it and the :save-function return token.  Pass :require
163         down.  Change the CREATED message from a warning to a debug statement.
164         (auth-source-search-backends): Pass :require down.
165         (auth-source-netrc-search): Pass :require down.
166         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
167         Change save prompt to indicate all modifications saved here are
168         deletions.
169         (auth-source-netrc-create): Take user login name as default in user
170         prompt.  Move all the save functionality to a lexically bound function
171         under the :save-function token in the returned list.  Set up clearer
172         default prompts for user, host, port, and secret.
173         (auth-source-netrc-saver): New function, intended to be wrapped for
174         :save-function.
175
176 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
177
178         * shr.el (shr-table-horizontal-line): Change the defaults for the table
179         lines to be spaces instead.
180
181 2011-03-07  Julien Danjou  <julien@danjou.info>
182
183         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
184         (sieve-sasl-auth): Check that auth-source-search did return something,
185         or just return an empty string.
186
187 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
188
189         * gnus.el (gnus-interactive): Use read-directory-name.
190
191         * gnus-uu.el (gnus-uu-decode-uu-and-save)
192         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
193         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
194         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
195         Likewise.
196
197         * gnus-group.el (gnus-group-make-directory-group): Likewise.
198
199 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
200
201         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
202         onto the list of killed groups, too.  This makes killed nnimap groups,
203         for instance, more reliably not reappear.
204
205         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
206         the parent.
207
208         * gnus-sum.el (gnus-update-read-articles): Fix typo.
209
210         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
211         really have server-side marks.
212
213         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
214         since most backends do not usefully have server-side marks.
215         (gnus-update-read-articles): Propagate marks to all backends that
216         really have server-side marks.
217
218 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
219
220         * message.el (message-cite-reply-position, message-cite-style):
221         New variables.
222         (message-yank-original): Use the new citation styles.
223
224 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
225
226         * message.el (message-options): Revert 22da67af (workaround for XEmacs
227         buffer-local issue); don't mark it buffer-local when running under
228         XEmacs.
229
230 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
231
232         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
233         numbers too big to be `read'.
234
235 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
236
237         * password-cache.el (password-in-cache-p): Add autoload.
238
239         * message.el (message-options): Make buffer-local two ways to attempt
240         to fix a XEmacs bug.
241
242 2011-03-02  Julien Danjou  <julien@danjou.info>
243
244         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
245
246 2011-03-01  Julien Danjou  <julien@danjou.info>
247
248         * gnus-art.el (list-identifier): Add list-identifier as a parameter
249         group.
250         (article-hide-list-identifiers): Use list-identifier group parameter.
251
252 2011-02-28  Julien Danjou  <julien@danjou.info>
253
254         * sieve.el (sieve-buffer-script-name): New local variable to store
255         sieve script name.
256         (sieve-edit-script): Store sieve script name.
257         (sieve-upload): Use sieve script name when uploading.
258         (sieve-upload): Use substitute-command-keys.
259         (sieve-edit-script): Use substitute-command-keys.
260         (sieve-refresh-scriptlist): Use substitute-command-keys.
261         (sieve-manage-mode-map): Define keymap properly.
262         (sieve-manage-mode): Do not set mode name manually, change mode-name to
263         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
264         Remove commented code about cvs.
265         (sieve-manage-quit): New function.
266         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
267
268 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
269
270         * gnus-group.el (gnus-import-other-newsrc-file): New function.
271
272 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
273
274         * auth-source.el (auth-source-search): Cache empty result sets.
275
276         * password-cache.el (password-in-cache-p): Convenience function to
277         check if a key is in the cache, even if the value is nil.
278
279         * auth-source.el (auth-source-save-behavior): New variable to replace
280         `auth-source-never-create'.
281         (auth-source-netrc-create): Use it.
282         (auth-source-never-save): Remove.
283
284 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
285
286         * nnimap.el (nnimap-stream): Doc fix.
287         (nnimap-open-connection-1): Reverse the order of the ports to that the
288         prompted-for port is first.
289
290         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
291         retrieval by the no-group selection.
292
293         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
294         numerical parameters.
295
296 2011-02-25  Julien Danjou  <julien@danjou.info>
297
298         * gnus-gravatar.el: Use gnus-with-article-buffer.
299
300         * gnus-art.el (gnus-with-article-buffer): Check that the
301         gnus-article-buffer is alive.
302
303 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
304
305         * auth-source.el (auth-source-creation-prompts): New variable to manage
306         creation-time prompts.
307         (auth-source-search): Document it.
308         (auth-source-format-prompt): Add utility function.
309         (auth-source-netrc-create): Don't default the user name to
310         user-login-name.  Use `auth-source-creation-prompts' and some default
311         prompts for user, host, port, and password (the default generic prompt
312         remains ugly).
313         (auth-source-never-save): Add customizable option to never save info.
314         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
315         mode excursion.
316
317 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
318
319         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
320         argument that XEmacs doesn't support.
321
322         * dgnushack.el (dgnushack-compile): Exclude color.el from being
323         compiled for Emacsen having no `libxml-parse-html-region' support.
324
325         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
326
327         * lpath.el: Bind buffer-save-without-query for XEmacs.
328
329 2011-02-23  Julien Danjou  <julien@danjou.info>
330
331         * gnus-art.el (article-make-date-line): Ignore errors if time is
332         invalid and not convertible.
333         (article-make-date-line): Only add lapsed time if time is not nil.
334
335 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
336
337         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
338         `read-char-choice' for backwards compatibility.
339         (auth-source-netrc-element-or-first): New function to DTRT for
340         parameter extraction.
341         (auth-source-netrc-create): Use it and fix multiple parameter print
342         bug.  Use the default passed from above (given-default) or the
343         built-in (user-login-name for :user).
344
345 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
346
347         * gnus-start.el (gnus-dribble-read-file):
348         Set buffer-save-without-query, since we always want to save the dribble
349         file, probably.
350
351         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
352         nnimap.
353
354         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
355         -summary- since it's a user-visible variable.
356
357         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
358         first time you use the new Gnus.
359
360 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
361
362         * auth-source.el: Don't load netrc.el.
363         (auth-sources): Search ~/.netrc as well by default.
364         (auth-source-debug): Add 'trivia option for extra output.
365         (auth-source-do-trivia): Use it.
366         (auth-source-search): Simplify logic to use
367         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
368         appropriate.  Don't keep a running count at this level.  Layer :create
369         and :delete options appropriately on the first and second passes.
370         Don't track the backend with the search results.
371         (auth-source-search-backends): New function to search a list of
372         backends for a processed spec.
373         (auth-source-netrc-parse): Cache all netrc files, making
374         auth-source-netrc-cache an alist keyed by the file name and using the
375         file mtime as the caching criterion.  Keep the obfuscated data secret
376         with a lexical bind.
377         (auth-source-netrc-search): Don't calculate the length of the results
378         unnecessarily.
379         (auth-source-search-backends): Fix bug.
380         (auth-source-netrc-create): Rework prompts.
381
382 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
383
384         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
385         Lower case names of search constraints.
386         (nnir-run-query): Cache and reuse search constraints for all imap
387         servers.
388
389 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
390
391         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
392         after exit.
393         (gnus-setup-message): Define missing variable from last checkin.
394
395         * gnus-sum.el (gnus-summary-show-article): When called with t as the
396         value, show the raw article.
397
398 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
399
400         * gnus.el: No Gnus v0.13 is released.
401
402 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
403
404         * nnimap.el (nnimap-open-connection-1): Revert last change, since
405         auth-source now accepts numbers.
406
407         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
408         spec, too.
409         (auth-source-ensure-strings): New function.
410
411         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
412         (gnus-article-setup-buffer): Always restart the date timer so that user
413         changes to the frequency is respected.
414
415         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
416         port numbers, so make sure it gets that if nnimap-server-port is
417         explicit.
418
419 2011-02-21  Simon Josefsson  <simon@josefsson.org>
420
421         * nnimap.el (nnimap-inbox): Doc fix.
422
423 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
424
425         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
426         Autoload.  Add optional arg FRAME, and pass it to color-values.
427         (color-complement): Caller changed.  Doc fix.
428         (color-gradient): Rewrite for better clarity and efficiency.
429
430 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
431
432         * shr-color.el (shr-color->hexadecimal): Use renamed function names
433         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
434         color-lab-to-srgb.
435
436 2011-02-20  Drew Adams  <drew.adams@oracle.com>
437
438         * color.el: First part of merge from hexrgb.el.
439         (color-rgb-to-hex): Rename from color-rgb->hex.
440         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
441         saturation to zero if the value is too small.
442         (color-rgb-to-hsl): Rename from color-rgb->hsl.
443         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
444         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
445         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
446         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
447         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
448         (color-cie-de2000): Doc fix.
449
450 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
451
452         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
453         given method as in the group name if we're using an extended method.
454         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
455         command, if we're using that, instead of waiting for the beginning.
456
457         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
458         we're sure to get unique server names, and we don't output two async
459         commands in the same buffer.  This fixes an NNTP hang for some users.
460
461 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
462
463         * gnus.el: No Gnus v0.11 is released.
464
465 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
466
467         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
468         summary buffer before reading going to the next buffer.  This avoids
469         putting the point in the group buffer if you `C-g' the command.
470
471         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
472         cache (for now) to make ~/.authinfo.gpg files usable.
473
474         * nnfolder.el (copyright-update): Define for the compiler.
475
476         * auth-source.el (auth-source-search): Fix unbound variable.
477
478 2011-02-19  Glenn Morris  <rgm@gnu.org>
479
480         * gnus.el (gnus-meta): Doc fix.
481
482 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
483
484         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
485         in case it's not yet loaded.
486
487 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
488
489         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
490         line we're waiting for.
491
492 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
493
494         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
495         face with line-width greater than zero will cause RET in gnus summary
496         buffer to scroll down article page-wise because auto vscroll happens,
497         it should be temporalily disabled when doing a scroll-up.
498
499 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
500
501         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
502         outputs from the server.
503
504 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
505
506         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
507         later so that bbdb can hook in easier.
508
509 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
510
511         * auth-source.el (auth-source-search): Don't try to create credentials
512         if the caller doesn't want that.
513         (auth-source-search): If we don't find a match, don't bug out on
514         non-bound variables.
515         (auth-source-search): Only ask a single backend to create the
516         credentials.
517
518         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
519         logging.
520         (nnimap-credentials): Protect against auth-source-search returning nil.
521         (nnimap-request-list): Protect against not being able to open the
522         server.
523
524 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
525
526         * auth-source.el (auth-source-search): Do a two-phase search, one with
527         no :create to get the responses from all backends.
528
529         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
530         when getting credentials.
531
532         * gnus-util.el (gnus-delete-duplicates): New function.
533
534 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
535
536         * nnimap.el (nnimap-credentials): Instead of picking the first port as
537         a creation default, pass the whole port list down.  It will be
538         completed.
539
540         * auth-source.el (auth-source-search): Updated docs to talk about
541         multiple creation choices.
542         (auth-source-netrc-create): Accept a list as a value (from the search
543         parameters) and do completion on that list.  Keep a separate netrc line
544         with the password obscured for showing the user.
545
546         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
547         first choice to `auth-source-search' so it will be used for entry
548         creation instead of the server's Gnus-specific name.
549         (nnimap-credentials): Rely on the auth-source library to select which
550         port is actually wanted in the new netrc entry, so don't override
551         `auth-source-creation-defaults'.
552
553         * auth-source.el (auth-source-netrc-parse): Use :port instead of
554         :protocol and accept a missing user, host, or port as a wildcard match.
555         (auth-source-debug): Default to off.
556
557         (auth-source-netrc-search, auth-source-netrc-create)
558         (auth-source-secrets-search, auth-source-secrets-create)
559         (auth-source-user-or-password, auth-source-backend, auth-sources)
560         (auth-source-backend-parse-parameters, auth-source-search): Use :port
561         instead of :protocol.
562
563         * nnimap.el (nnimap-credentials): Pass a port default to
564         `auth-source-search' in case an entry needs to be created.
565         (nnimap-open-connection-1): Use :port instead of :protocol.
566
567 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
568
569         * auth-source.el: Bind load-path when loading EIEIO from
570         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
571         21.4 doesn't support, to `require'.
572         (auth-source-secrets-search): Use mm-delete-duplicates instead of
573         delete-dups that is not available in XEmacs 21.4.
574
575 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
576
577         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
578         as EIEIO must also be loaded when auth-source.el is being
579         byte-compiled.
580
581 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
582
583         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
584
585         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
586
587         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
588
589         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
590
591         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
592
593         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
594
595         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
596
597         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
598         necessary.
599
600 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
601
602         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
603         nil means that nnimap doesn't get updated.
604
605 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
606
607         * auth-source.el (auth-source-netrc-create): Return a synthetic search
608         result when the user doesn't want to write to the file.
609         (auth-source-netrc-search): Expect a synthetic result and proceed
610         accordingly.
611         (auth-source-cache-expiry): New variable to override
612         `password-cache-expiry'.
613         (auth-source-remember): Use it.
614
615         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
616         parameter.  Create entry if necessary by using :create t.
617         (nnimap-open-connection-1): Don't pass `inhibit-create'.
618
619 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
620
621         * auth-source.el (auth-source-debug): Enable by default and don't
622         mention the obsolete `auth-source-hide-passwords'.
623         (auth-source-do-warn): New function to debug unconditionally.
624         (auth-source-do-debug): Use it.
625         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
626         and for Secrets API entries when the secrets.el library is not
627         available.
628
629 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
630
631         * gnus-sum.el (gnus-propagate-marks): Default to nil.
632         (gnus-summary-exit): Kill the correct article buffer on exit from a
633         `C-d' group.
634
635         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
636         gnus-propagate-marks.
637
638         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
639         before killing the buffers so that a non-full window conf gets handled
640         correctly.
641         (gnus-summary-exit): Ditto.
642         (gnus-summary-read-group-1): Ditto.
643
644         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
645         async code again so that we can debug it properly.
646
647         * message.el (message-reply): Take an optional switch-buffer parameter
648         so that Gnus window confs are respected better.
649
650 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
651
652         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
653         `plist-get' to accept non-list parameters (XEmacs issue).
654         Fix docstring.
655         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
656         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
657         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
658         Login collection is "Login" and not "login".
659
660 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
661
662         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
663         multiple headers.
664
665         * nnimap.el (nnimap-inhibit-logging): New variable.
666         (nnimap-log-command): Don't log login commands.
667
668         * auth-source.el (auth-source-netrc-search): The asserts seem to want
669         to have more parameters.
670
671         * nnimap.el (nnimap-send-command): Mark the command time for each
672         command, so that we don't get NOOPs stepping on our toes.
673
674         * gnus-art.el (article-date-ut): Get the date from the Date header on
675         `t'.
676
677 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
678
679         * auth-source.el (auth-source-search): Use copy-sequence instead of
680         the cl.el copy-list.
681
682 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
683
684         * imap.el: Bring it back (revert
685         84d800cd31de3064f0ed39617d725709a2f8f42f).
686
687 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
688
689         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
690         Improve prompt.
691
692 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
693
694         * gnus-art.el (gnus-article-mode-line-format): Remove the article
695         washing status from the default format.  It isn't very informative.
696
697 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
698
699         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
700         Fix Gcc processing on imap.
701
702 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
703
704         * imap.el: Remove file.  All the functionality is in nnimap.el.
705
706 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
707
708         * message.el (message-bury): Don't pop up a new window when selected
709         window is dedicated.
710
711 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
712
713         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
714
715 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
716
717         * sieve-manage.el: Autoload `auth-source-search'.
718         (sieve-sasl-auth): Use it.
719
720 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
721
722         * nnimap.el: Autoload `auth-source-forget+'.
723         (nnimap-open-connection-1): Use it if the connection fails.
724
725         * auth-source.el: Require `password-cache'.
726         (auth-source-hide-passwords, auth-source-cache): Remove and mark
727         obsolete.
728         (auth-source-magic): Marker for `password-cache' keys.
729         (auth-source-do-cache): Update docstring.
730         (auth-source-search): Use and check cache.
731         (auth-source-forget-all-cached, auth-source-remember)
732         (auth-source-recall, auth-source-forget, auth-source-forget+)
733         (auth-source-specmatchp): Caching support functions.
734         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
735         Remove and obsolete.
736         (auth-source-user-or-password): Remove caching to further discourage
737         using it.  Always hide passwords.
738
739         * password-cache.el (password-cache-remove): Accept secrets that are
740         not strings.
741
742 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
743
744         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
745         code for now, since it doesn't work for all users.
746
747 2011-02-09  Julien Danjou  <julien@danjou.info>
748
749         * message.el (message-options): Make message-options really buffer
750         local.
751
752 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
753
754         * mail-source.el: Autoload `auth-source-search'.
755         (mail-source-keyword-map): Note order matters.
756         (mail-source-set-1): Get all the mail-source source values and
757         defaults and search auth-source on those if needed.  This can all
758         probably be simplified.
759
760         * nnimap.el: Autoload `auth-source-search'.
761         (nnimap-credentials): Use it.
762         (nnimap-open-connection-1): Ask for the virtual server and physical
763         address in one shot.
764
765         * nntp.el: Autoload `auth-source-search'.
766         (nntp-send-authinfo): Use it.  Note TODO.
767
768 2011-02-08  Julien Danjou  <julien@danjou.info>
769
770         * shr.el (shr-tag-body): Add support for text attribute in body
771         markups.
772
773         * message.el (message-options): Make message-options a local variable.
774
775 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
776
777         * auth-source.el (auth-source-secrets-search)
778         (auth-source-user-or-password): Use `append' instead of `nconc'.
779         (auth-source-user-or-password): Build return list better and protect
780         against nil :secret.
781
782 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
783
784         * nnimap.el (nnimap-update-info): Refactor slightly.
785         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
786         (nnimap-update-info): Clean up slightly.
787         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
788         characters.
789         (nnimap-process-quirk): Rename function to avoid collision.
790         (nnimap-update-info): Fix macrology bug-out.
791         (nnimap-update-info): Simplify split history test.
792
793 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
794
795         * auth-source.el (top): Require 'eieio unconditionally.
796         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
797         (auth-source-secrets-search): Limit search when `max' is greater than
798         number of results.
799
800 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
801
802         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
803         part not returning any data.
804
805         * proto-stream.el (open-protocol-stream): Document the return value.
806
807 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
808
809         * auth-source.el (auth-source-secrets-search): Add examples.
810
811 2011-02-06  Julien Danjou  <julien@danjou.info>
812
813         * message.el (message-setup-1): Handle message-generate-headers-first
814         set to t.
815
816 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
817
818         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
819         API with a string "secrets:collection-name" and with 'default.
820         (auth-source-backend-parse): Parse "secrets:collection-name" and
821         'default.  Recurse on parses instead of repeating code.  Use the
822         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
823         message when ignoring a source.
824         (auth-source-search): List ignored search keys at the top level.
825         (auth-source-netrc-create): Use `case' instead of `cond'.
826         (auth-source-secrets-search): Created with TODOs.
827         (auth-source-secrets-create): Created with TODOs.
828         (auth-source-retrieve, auth-source-create, auth-source-delete)
829         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
830         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
831         (auth-source-user-or-password-sftp)
832         (auth-source-user-or-password-smtp): Remove.
833         (auth-source-user-or-password): Deprecated and modified to be a wrapper
834         around `auth-source-search'.  Not tested thoroughly.
835
836 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
837
838         * auth-source.el: Bring in assoc and eioeio libraries.
839         (secrets-enabled): New variable to track the status of the Secrets API.
840         (auth-source-backend): New EIOEIO class to represent a backend.
841         (auth-source-creation-defaults): New variable to set prompt defaults
842         during token creation (see the `auth-source-search' docstring for
843         details).
844         (auth-sources): Simplify to allow a simple string as a netrc backend
845         spec.
846         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
847         (auth-source-backend-parse-parameters): Fill in the backend parameters.
848         (auth-source-search): Main auth-source API entry point.
849         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
850         (auth-source-search-collection): Helper function for searching.
851         (auth-source-netrc-parse, auth-source-netrc-normalize)
852         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
853         Supports search, create, and delete.
854         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
855         backend stubs.
856         (auth-source-user-or-password): Call `auth-source-search' but it's not
857         ready yet.
858
859 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
860
861         * message.el (message-setup-1): Remove the read-only stuff, since it
862         doesn't work under XEmacs, for some reason.
863
864         * gnus-sum.el (gnus-user-date): Rename back from
865         gnus-summary-user-date since user code refers to it.
866
867         * shr.el (shr-render-td): Store the actual background colour used.
868
869         * message.el (message-setup-1): Don't bind the constant
870         -forbidden-properties.
871         (message-setup-1): Revert previous change, since it needs to bind the
872         props to insert them.
873         (message-resend): Allow removing the read-only separator line.
874
875 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
876
877         * nnimap.el (nnimap-request-accept-article): Give an error message if
878         the APPEND wasn't successful.
879
880 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
881
882         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
883         that have no groups.
884
885 2011-02-03  Julien Danjou  <julien@danjou.info>
886
887         * gnus-draft.el: Remove progn around gnus-draft-setup.
888
889 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
890
891         * gnus-start.el (gnus-read-active-for-groups): This function is never
892         called with a nil `infos', so clean that up.
893         (gnus-get-unread-articles): Request active files from primary/secondary
894         methods that have no groups (yet).
895
896 2011-02-03  Julien Danjou  <julien@danjou.info>
897
898         * message.el (message-setup-1): Always generate References first.
899         (message-mail): Return the return value of message-setup, not always t.
900         (message-setup-1): Insert mail-header-separator with read-only and
901         intangible properties set.
902
903         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
904         user-date in docstring.
905
906         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
907
908         * gnus.el (gnus-summary-line-format): Mention &user-date format in
909         docstring.
910
911         * gnus.el (gnus-user-date-format-alist): Change default value. Use
912         defcustom, with type and group. Move from gnus-util.el. Rename to
913         gnus-summary-user-date-format-alist.
914
915 2011-02-03  Glenn Morris  <rgm@gnu.org>
916
917         * nnimap.el (gnus-fetch-headers): Declare.
918
919         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
920
921 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
922
923         * message.el (message-forward-make-body-digest-plain)
924         (message-followup, message-reply): Clean up things noted by Stefan.
925
926         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
927         gnus-article-update-date-headers is nil.
928         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
929         it didn't really work with defcustom.
930         (article-update-date-lapsed): Make sure the window start doesn't move,
931         either.
932
933 2011-02-01  Julien Danjou  <julien@danjou.info>
934
935         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
936         format.
937
938         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
939         standard in Emacs nowadays.
940
941         * color.el (color-gradient): Add a color-gradient function.
942
943 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
944
945         * message.el (message-expand-name): Don't trust the return value of
946         bbdb-complete-name.
947         (message-check-news-header-syntax): Remove unused var `start'.
948         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
949         (message-inhibit-body-encoding): Move to before first use.
950         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
951         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
952         (Organization, Message-ID, Date, mh-previous-window-config):
953         Defvar the vars using dynamic scoping.
954
955 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
956
957         * shr.el (shr-render-td): Only do colours at the final rendering.
958         Should be slightly faster.
959         (shr-insert-table): Fix up TD background colours when doing the
960         vertical padding.
961
962         * gnus-art.el (article-date-ut): Protect against articles with no Date
963         header.
964         (article-update-date-lapsed): Don't use current-column to find the
965         horizontal position.  It's fragile in the presence of \003 characters.
966
967         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
968
969 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
970
971         * gnus-art.el (article-transform-date): Rewrite to still work when
972         there are several rfc2822 parts.
973         (article-transform-date): Fix infinite recursion.
974         (article-date-ut): Replace infinitely many Date headers with a single
975         one when called interactively.
976
977         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
978         secure manner.
979
980         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
981         move around by not using save-window-excursion.  It seems to work...
982
983 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
984
985         * gnus-art.el (article-make-date-line): Work for user-defined format.
986
987 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
988
989         * nntp.el (nntp-retrieve-group-data-early)
990         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
991         fetching functions.
992
993         * gnus-start.el (gnus-read-active-for-groups): Read the active files
994         thoroughly for all backends that have no known groups.  This should
995         allow new nnml methods to retrieve mail.
996
997         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
998         that Gnus doesn't know exists again.
999
1000         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1001         (gnus-treat-date-ut): Ditto.
1002         (gnus-article-update-date-header): Rename.
1003         (gnus-treat-date-local): Remove.
1004         (gnus-treat-date-english): Remove.
1005         (gnus-treat-date-lapsed): Remove.
1006         (gnus-treat-date-combined-lapsed): Remove.
1007         (gnus-treat-date-original): Remove.
1008         (gnus-treat-date-iso8601): Remove.
1009         (gnus-treat-date-user-defined): Remove.
1010         (gnus-article-date-headers): New variable to control all the date
1011         header options.
1012         (article-date-ut): Rewrite to allow using the new way to format date
1013         headers(s).
1014
1015 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1016
1017         * nnmail.el (nnmail-article-group): Check for a direct fancy split
1018         method.
1019         (nnmail-article-group): A better test for fanciness.
1020
1021         * nnimap.el (nnimap-request-head): Protect against not finding the
1022         article by Message-ID.
1023
1024 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
1025
1026         * gnus-art.el (article-update-date-lapsed): Try a better way to really
1027         keep point at the "same place".
1028
1029 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1030
1031         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1032         data if the group is unactivated.
1033
1034 2011-01-28  Julien Danjou  <julien@danjou.info>
1035
1036         * gnus-win.el: Remove dead function gnus-window-configuration-element.
1037         (gnus-all-windows-visible-p): Remove old compatibility code.
1038         (gnus-window-top-edge): Add docstring.
1039
1040         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1041
1042 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1043
1044         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1045         older request-update-info.
1046
1047         * gnus-art.el (article-make-date-line): Limit the length a bit more.
1048
1049 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
1050
1051         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1052         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1053
1054 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1055
1056         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1057         groups.  This makes the nndraft:queue group pop up if it's not already
1058         there.
1059
1060         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1061         messages" logic, which was reversed.
1062
1063         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1064         the "same place" even if point is on the line being replaced.
1065         (article-update-date-lapsed): Allow updating both the combined lapsed
1066         and the lapsed headers.
1067         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1068         (article-make-date-line): Limit the number of segments dynamically to
1069         avoid too-long lines.
1070
1071 2011-01-27  Julien Danjou  <julien@danjou.info>
1072
1073         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1074         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1075
1076 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1077
1078         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1079         Use plist-get instead of the cl function getf.
1080
1081 2011-01-27  Glenn Morris  <rgm@gnu.org>
1082
1083         * gnus-util.el (float-time): Get rid of compiler warning, again.
1084
1085 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1086
1087         * shr.el (shr-put-color): Special-case background colours: Do put them
1088         at the blank parts at the front of the lines.
1089
1090         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1091         exit hook to nix out all data on readedness on group exit.
1092
1093         * gnus-util.el (float-time): If float-time is bound, always use it on
1094         all Emacsen.  It's unclear why the subrp check was there.
1095         (time-date): Require to make some autoload issues on XEmacs go away.
1096
1097         * shr.el (shr-put-color): Don't do the box padding in tables, since
1098         they're already padded.
1099
1100 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1101
1102         * gnus-art.el (gnus-article-next-page): When the last line of the
1103         article is displayed, scroll down once more instead of going to the
1104         next article at once.
1105         (article-lapsed-string): Refactor out and allow specifying how many
1106         segments you want.
1107         (gnus-article-setup-buffer): Start updating the lapsed header directly.
1108         (gnus-article-update-lapsed-header): New variable.
1109
1110         * shr.el: Revert change that made headings use different-sized faces.
1111         The Emacs display engine isn't advanced enough that, for instance,
1112         tables can comfortably use differently-sized faces.
1113
1114 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1115
1116         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1117         used.
1118         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1119         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1120         we're using an encrypted connection.
1121
1122         * proto-stream.el: Alter the interface functions to also return the
1123         actual stream type used: network or tls.
1124
1125 2011-01-25  Julien Danjou  <julien@danjou.info>
1126
1127         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1128         (mm-display-javascript-inline): New function.
1129
1130         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1131         viewing function.
1132
1133 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1134
1135         * shr.el (shr-expand-newlines): Fix variable name.
1136
1137 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1138
1139         * shr.el (shr-expand-newlines): Make nested boxes work.
1140
1141 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1142
1143         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1144         backgrounds.
1145         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1146         in a more sensible manner.
1147
1148 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1149
1150         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1151         if EPG is loaded.
1152
1153 2011-01-24  Julien Danjou  <julien@danjou.info>
1154
1155         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1156         tags.
1157
1158 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1159
1160         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1161         commands.
1162
1163         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1164         in the article buffer.
1165         (gnus-gravatar-insert): Use blank space from the current buffer to
1166         avoid breaking text properties.  This makes X-Sent updating work again.
1167
1168         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1169
1170 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1171
1172         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1173         fix the bug in url-http.el instead.
1174
1175         * shr.el (shr-image-fetched): Ditto.
1176
1177         * shr.el (shr-image-fetched): Avoid having point move in the article
1178         buffer.
1179
1180         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1181         buffer after being called.  It's apparently being killed by url.el, and
1182         killing it made point move to end-of-buffer in a random buffer.
1183
1184         * shr.el (shr-image-fetched): Ditto.
1185
1186 2011-01-23  Julien Danjou  <julien@danjou.info>
1187
1188         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1189
1190         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1191         text/x-org.
1192
1193 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1194
1195         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1196         (i.e., nnimap) returning nil as the article number.
1197
1198 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1199
1200         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1201         "DelSp" parameter in RFC3676.
1202
1203 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1204
1205         * message.el (message-check-recipients): Display the encoded version of
1206         the bogus address if they differ.
1207
1208         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1209         after sending.
1210
1211         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1212
1213         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1214
1215         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1216         group buffer after sending the queue.
1217
1218         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1219
1220 2011-01-22  Julien Danjou  <julien@danjou.info>
1221
1222         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1223
1224 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1225
1226         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1227         nested related parts.
1228
1229         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1230         unexpired articles.  This fixes the regression that led expiry marks to
1231         disappear from nnfolder groups.
1232
1233 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1234
1235         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1236         Don't confuse the "ret" of "retrograde" with RET.
1237
1238 2011-01-21  Julien Danjou  <julien@danjou.info>
1239
1240         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1241         than mm-insert-inline.
1242
1243 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1244
1245         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1246         Widen article buffer.
1247
1248 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1249
1250         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1251         the temp buffer.
1252         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1253
1254 2011-01-20  Julien Danjou  <julien@danjou.info>
1255
1256         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1257
1258         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1259         than mm-insert-inline to insert inline part: this respect
1260         mm-inline-media-tests displayers.
1261
1262         * mm-view.el (mm-display-shell-script-inline): New function.
1263
1264         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1265
1266         * mm-uu.el (mm-uu-type-alist): Add org block.
1267         (mm-uu-org-src-code-block-extract): New function.
1268
1269         * mm-view.el (mm-display-org-inline): New function.
1270
1271         * mm-decode.el (mm-automatic-display): Add text/org.
1272
1273         * mailcap.el (mailcap-mime-extensions): Add .org.
1274
1275 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1276
1277         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1278         gnus-article-add-buttons.
1279
1280 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1281
1282         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1283         From header with a date and "nobody" as the sender.
1284
1285 2011-01-19  Julien Danjou  <julien@danjou.info>
1286
1287         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1288         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1289         if you have the same regexp several times.
1290         (gnus-button-push): Fix matching when regexp is symbol.
1291
1292 2011-01-15  Glenn Morris  <rgm@gnu.org>
1293
1294         * message.el (message-mail): A compose-mail function should
1295         accept headers as strings.
1296
1297 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1298
1299         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1300         Add :vert-only tags.
1301         (message-mail): New arg RETURN-ACTION.
1302         (message-return-action): New var.
1303         (message-bury): Use it.
1304         (message-mode): Make it buffer-local.
1305         (message-send-and-exit): Always call message-bury.
1306
1307         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1308         message-mail.
1309
1310 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1311
1312         * nnimap.el (nnimap-convert-partial-article): Protect against
1313         zero-length body parts.
1314
1315         * mm-decode.el (mm-preferred-alternative-precedence):
1316         Discourage showing empty parts.
1317
1318         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1319         and stuff if the backend didn't return the article number.  This fixes
1320         an Exchange-related nnimap bug.
1321
1322         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1323         group window, because it does the wrong thing when a separate frame
1324         displays the group buffer.
1325
1326         * proto-stream.el (open-protocol-stream): Protect against the low-level
1327         transport functions returning nil.
1328
1329 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1330
1331         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1332         (mml2015-epg-find-usable-secret-key): New function.
1333         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1334         mml2015-epg-find-usable-key (Bug#7797).
1335         (mml2015-epg-encrypt): Ditto.
1336
1337 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1338
1339         * dgnushack.el (rot13-string): Fix the way to get the argument.
1340
1341 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1342
1343         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1344
1345 2011-01-03  Glenn Morris  <rgm@gnu.org>
1346
1347         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1348
1349         * sieve.el (sieve-open-server): Give a more explicit error if
1350         sieve-manage-open returns nil.  (Bug#7720)
1351
1352 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1353
1354         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1355
1356 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1357
1358         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1359         This avoids sending passwords in plain text over non-encrypted
1360         channels.
1361
1362         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1363
1364         * nnimap.el (nnimap-login): Refactored out into own function, and
1365         implement CRAM-MD5.
1366         (nnimap-wait-for-line): Refactored out.
1367
1368         * mm-view.el (mml-smime): Require.
1369
1370 2010-12-20  David Engster  <deng@eml.cc>
1371
1372         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1373         use EPG to decrypt S/MIME messages instead of openssl.
1374
1375 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1376
1377         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1378
1379         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1380         status is the group clearly is unreachable.
1381
1382         * auth-source.el (auth-source-create): Add the optional second
1383         parameter to `local-variable-p' to be compatible with XEmacs.
1384
1385 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1386
1387         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1388         work when using a compressed nnml folder.
1389
1390 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1391
1392         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1393         backends after sanitising on entry, because this never makes sense:
1394         If the articles have gone missing, then the data no longer exists on
1395         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1396         overwrite anything anyway.
1397
1398         * shr.el (shr-insert-document): Bind shr-width dynamically to
1399         window-width if it's nil.
1400
1401 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1402
1403         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1404         with the meaning of using the full emacs window width for rendering.
1405
1406 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1407
1408         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1409         case when sender is not given.
1410
1411 2010-12-23  Julien Danjou  <julien@danjou.info>
1412
1413         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1414         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1415         the addresses, otherwise we might misplaced the gravatar.
1416
1417 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1418
1419         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1420         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1421         obsolete in Emacs.
1422
1423 2010-12-20  Julien Danjou  <julien@danjou.info>
1424
1425         * gnus-util.el (gnus-rescale-image): Revert last change.
1426
1427 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1428
1429         * binhex.el: Improve commentary (Bug#7482).
1430
1431 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1432
1433         * gnus-group.el (gnus-group-delete-articles): New command.
1434
1435 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1436
1437         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1438
1439 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1440
1441         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1442         here, since it's up to the backends to do CRLF removal if their
1443         protocol has it.
1444
1445         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1446
1447 2010-12-17  Julien Danjou  <julien@danjou.info>
1448
1449         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1450         they are from file. Can also scale up.
1451
1452 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1453
1454         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1455         gnus-use-agent.
1456         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1457
1458         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1459
1460 2010-12-17  Julien Danjou  <julien@danjou.info>
1461
1462         * gravatar.el (gravatar-retrieve-synchronously): New function.
1463         (gravatar-get-data): Make more robust.
1464
1465 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1466
1467         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1468
1469 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1470
1471         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1472         to really consider the last line.
1473
1474 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1475
1476         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1477         list of recipient keys, or use symmetric encryption if not a list.
1478         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1479         EPA override, replacing the call to `netrc-store-data'.
1480
1481 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1482
1483         * gnus-srvr.el: Avoid passing nil regexp argument to
1484         delete-matching-lines.
1485
1486 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1487
1488         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1489         fetching stops when Gnus exits.
1490
1491         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1492         function.
1493         (nnfolder-request-expire-articles): Save all the buffers after doing
1494         expiry.
1495
1496         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1497         the last article", since that led to serious performance regressions
1498         when expiring nnml groups.
1499
1500 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1501
1502         * nnir.el: Improve customizations.
1503
1504 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1505
1506         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1507
1508         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1509         group has been killed.
1510         (gnus-group-yank-group): Ditto.
1511
1512         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1513
1514         * nnimap.el (nnimap-request-update-group-status): New function.
1515
1516         * gnus-int.el (gnus-request-update-group-status): New interface
1517         function.
1518
1519         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1520         copying read-ness to the backends.
1521
1522         * nnimap.el (nnimap-quirk): New function.
1523         (nnimap-retrieve-group-data-early): Use it.
1524         (nnimap-quirks): New alist.
1525
1526 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1527
1528         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1529         don't delete it within indentation.
1530
1531 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1532
1533         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1534         previous line.
1535
1536 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1537
1538         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1539         QRESYNC command by deleting a superfluous space which broke Cyrus
1540         servers.  This change will break other servers that are buggy the other
1541         way around.
1542
1543 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1544
1545         * spam.el: Reindent and fix long lines.
1546         (spam-copy-or-move-routine): Exclude invalid move destinations.
1547
1548 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1549
1550         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1551         installed the registry.
1552
1553 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1554
1555         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1556
1557 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1558
1559         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1560         groupname doesn't contain "gmane".
1561
1562 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1563
1564         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1565         and netrc-bound-and-true-p bindings.
1566         (netrc-parse): Cache the netrc contents.
1567
1568         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1569         (gnus-1): Don't create the nndrafts group twice.
1570         (gnus-setup-news): There's no need to read the active file here, since
1571         that's done again later on a per-backend basis.
1572         (gnus-start-draft-setup): Make sure that the new group is started out
1573         empty.
1574
1575         * gnus-agent.el (gnus-agentize): Don't create the queue group
1576         automatically on startup.  It'll be created later, if needed.
1577
1578         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1579         of automatically subscribed groups.
1580         (gnus-auto-subscribed-categories): New variable.
1581         (gnus-matches-options-n): Use it.
1582         (gnus-default-subscribed-newsgroups): Remove unused variable.
1583         (gnus-start-draft-setup): Message a bit less.
1584
1585 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1586
1587         * nnir.el (nnir-run-imap): Return article list in order of increasing
1588         UID.
1589
1590 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1591
1592         * gnus-sum.el (gnus-summary-enter-digest-group):
1593         Mention gnus-auto-select-on-ephemeral-exit.
1594
1595         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1596         convention of the network-only option.
1597
1598 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1599
1600         * proto-stream.el (proto-stream-open-network-only): New function to
1601         have a way to specify non-STARTTLS upgrade connections.
1602
1603 2010-12-10  Julien Danjou  <julien@danjou.info>
1604
1605         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1606         email address is nil.
1607
1608         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1609
1610 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1611
1612         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1613         deletion.
1614         (nnir-run-imap): Only need to parse list once.
1615
1616 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1617
1618         * shr.el (shr-tag-script): Ignore <script>.
1619         (shr-tag-label): Add <label> support.
1620
1621 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1622
1623         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1624
1625         * shr.el (shr-image-displayer): Work for images lined side by side.
1626
1627 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1628
1629         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1630         parameter, since XEmacs doesn't accept t as a parameter.
1631
1632 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1633
1634         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1635         ids.
1636         (nnir-run-gmane): Simplify groupspec formatting.
1637         (nnir-request-expire-articles): New function.
1638
1639 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1640
1641         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1642         overflow, possibly.
1643
1644         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1645         (shr-render-td): Handle td style="" better.
1646         (shr-tag-table): Use the color from the style sheet.
1647         (shr-render-td): Make sure we copy over all the overlays, too.
1648
1649 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1650
1651         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1652         (nnir-request-article): Improve article retrieval.
1653
1654 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1655
1656         * mm-util.el (mm-extra-numeric-entities): New variable.
1657
1658         * mm-url.el (mm-url-decode-entities):
1659         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1660
1661         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1662
1663 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1664
1665         * message.el: Use completion-at-point.
1666         (message-completion-function): New fun, extracted from message-tab.
1667         (message-mode): Use it for completion-at-point-functions.
1668         (message-tab): Use it and completion-at-point.
1669
1670 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1671
1672         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1673         character if a non-breakable character follows.
1674
1675 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1676
1677         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1678         any stream.
1679
1680         * shr.el (shr-tag-font): Colorize the region.
1681         (shr-tag-body): Ditto.
1682         (shr-tag-font): Actually let the styles be inherited instead of
1683         overwriting them.
1684         (shr-tag-font): Get the background color right.
1685         (shr-tag-style): Ignore all <style> tags for the moment.
1686
1687         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1688         a Message-ID to avoid having nnimap depend on gnus-sum.
1689
1690         * shr.el (shr-descend): Only colorize something if we have a node that
1691         sets colors.
1692
1693 2010-12-06  Julien Danjou  <julien@danjou.info>
1694
1695         * shr.el (shr-render-td): Render td content with shr-descend, so style
1696         will be applied to <td> too.
1697         (shr-colorize-region): Colorize region even if we only have a background.
1698         (shr-tag-body): Fix color and background color inheritance.
1699         Do not recolorize after shr-generic.
1700         (shr-tag-font): Let shr-generic colorize via inheritance.
1701
1702 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1703
1704         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1705
1706 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1707
1708         * nnir.el (nnir-request-move-article): Remove obsolete code.
1709
1710 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1711
1712         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1713
1714 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1715
1716         * gnus-sum.el (gnus-summary-respool-article): The completion function
1717         expects a list instead of an alist.
1718
1719         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1720         string as the parameter.
1721
1722         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1723
1724         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1725         styles.
1726         (shr-colorize-region): New function.
1727         (shr-insert-background-overlay): Remove.
1728         (shr-render-td): Background setting should be taken care of on a higher
1729         level.
1730         (shr-tag-body): Use post-hoc colorizations.
1731         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1732         (shr-put-color-1): Don't overwrite old colors.
1733         (shr-colorize-region): When the background color isn't explicit, use
1734         a fixed background.
1735
1736         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1737         nnmail variables.
1738
1739 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1740
1741         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1742         unless necessary.
1743
1744 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1745
1746         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1747         server.
1748
1749 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1750
1751         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1752         so that TAB works.
1753
1754         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1755         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1756
1757         * shr.el (shr-urlify): Show the URL before the title to avoid
1758         misleading URLs.
1759
1760 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1761
1762         * shr.el (shr-urlify): Display the title in <a> tags.
1763
1764 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1765
1766         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1767
1768 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1769
1770         * nnir.el: Rearrange code to allow macros to be autoloaded by
1771         gnus-sum.el.
1772         (nnir-retrieve-headers-override-function): Make this variable
1773         customizable.
1774         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1775
1776         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1777         from nnir.el.
1778
1779 2010-12-03  Julien Danjou  <julien@danjou.info>
1780
1781         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1782
1783 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1784
1785         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1786         allow optional argument `environment'.
1787
1788 2010-12-03  Glenn Morris  <rgm@gnu.org>
1789
1790         * mm-extern.el (message-goto-body): Update declaration.
1791
1792 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1793
1794         * gnus-util.el (gnus-macroexpand-all): New function.
1795
1796         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1797         instead of macroexpand-all that is unavailable in XEmacs.
1798
1799 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1800
1801         * nnir.el (nnir-summary-line-format): New variable.
1802         (nnir-mode): Use it.
1803         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1804         (nnir-article-ids): Reimplement as defsubst.
1805         (nnir-retrieve-headers): Don't mangle the subject header.
1806         (nnir-run-imap): Use 100 as RSV score.
1807         (nnir-run-find-grep): Fix for full server searching.
1808         (nnir-run-gmane): Better restriction to gmane groups.
1809
1810         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1811         summary buffers.
1812
1813 2010-12-02  Julien Danjou  <julien@danjou.info>
1814
1815         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1816
1817         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1818
1819         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1820         support.
1821
1822 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1823
1824         * nnir.el: Update to handle the registry better.
1825         (autoload): Silence byte-compiler.
1826         (nnir-open-server): Add a hook for nnir groups.
1827         (nnir-request-move-article): Don't mangle the header. Better to use
1828         formating variables (which will be added in the future).
1829         (nnir-registry-action): Update the registry using the original article
1830         group name.
1831         (nnir-mode): Install nnir-specific hooks for updating the registry.
1832
1833         * gnus-sum.el
1834         (gnus-article-original-subject,gnus-newsgroup-original-name):
1835         Remove obsolete variables.
1836         (gnus-summary-move-article): Remove use of obsolete variables.
1837         (gnus-summary-local-variables): Make move and delete hooks local to
1838         summary buffers.
1839
1840 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1841
1842         * rtree.el: New file.
1843
1844 2010-12-01  Julien Danjou  <julien@danjou.info>
1845
1846         * message.el (message-user-organization): Do not use
1847         gnus-local-organization.
1848
1849         * gnus.el: Remove gnus-local-organization.
1850
1851         * gnus-msg.el: Remove nastygram thing.
1852
1853 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1854
1855         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1856         funcall.
1857
1858 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1859
1860         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1861         names.
1862
1863         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1864         characters.
1865
1866         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1867         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1868         Suggested by Štěpán Němec <stepnem@gmail.com>.
1869         (gnus-gravatar-transform-address): Use mail-extract-address-components
1870         that supports non-ASCII names rather than mail-header-parse-addresses.
1871
1872 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1873
1874         * proto-stream.el (open-protocol-stream): All starttls connections are
1875         handled by the network handler.
1876
1877 2010-11-30  Julien Danjou  <julien@danjou.info>
1878
1879         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1880         (nnimap-open-connection-1): Fix PREAUTH.
1881
1882         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1883
1884 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1885
1886         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1887         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1888         (shr-insert): Use them.
1889         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1890
1891 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1892
1893         * nnir.el (nnir-request-move-article): Bail out if original group
1894         doesn't support article moves.
1895         (nnir-get-active): Improve active list retrieval.
1896
1897 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1898
1899         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1900
1901 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1902
1903         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1904         seem to accept strings-with-numbers as port numbers,
1905
1906 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1907
1908         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1909         change the registry.
1910
1911 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1912
1913         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1914         delete-dups that is not available in XEmacs 21.4.
1915
1916         * mm-util.el (mm-delete-duplicates): Add comment.
1917
1918 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1919
1920         * nnir.el (nnir-ignored-newsgroups): New variable.
1921         (nnir-get-active): Use it.
1922
1923 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1924
1925         * proto-stream.el (proto-stream-open-network): Add some comments.
1926
1927         * nntp.el (nntp-open-connection): Provide a :success condition.
1928
1929         * nnimap.el (nnimap-open-connection-1): Ditto.
1930
1931         * proto-stream.el (proto-stream-open-network): See what the response to
1932         the STARTTLS command is.
1933
1934         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1935         backwards compatibility).
1936         (nnimap-open-connection-1): Really respect nnimap-server-port.
1937
1938         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1939         TLS upgrades we don't really care about the identity of the peer.
1940         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1941         that what we've checked for.
1942         (proto-stream-always-use-starttls): Only default to t if
1943         open-gnutls-stream exists.
1944         (proto-stream-open-network): If STARTTLS failed, then just open a
1945         normal connection.
1946         (proto-stream-open-network): Wait until the greeting before doing
1947         STARTTLS.
1948
1949         * nntp.el (nntp-open-connection): Report what the connection error is.
1950
1951         * proto-stream.el (open-protocol-stream): Rename from
1952         open-proto-stream.
1953
1954 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1955
1956         * nnimap.el (nnimap-stream): Change default to `undecided'.
1957         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1958         first, and then network.
1959         (nnimap-open-connection-1): Respect nnimap-server-port.
1960         (nnimap-open-connection): Be more backwards-compatible.
1961
1962         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1963         (proto-stream-open-starttls): De-duplicate the starttls code.
1964         (proto-stream-open-starttls): Folded back into the main function.
1965         (proto-stream-open-network): Fix typo in the gnutls path.
1966         (proto-stream-command): Refactor out.
1967
1968         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1969
1970         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1971         starttls.el STARTTLS.
1972
1973         * color.el (color-lab->srgb): Fix function call name.
1974
1975         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1976         if we're using tls.el.
1977         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1978         built in, then don't try to establish a STARTTLS connection.
1979
1980         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1981         servers.
1982
1983         * proto-stream.el (open-proto-stream): Use network, not stream.
1984         (open-proto-stream): Add a way to specify what the end of a command is.
1985
1986         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1987         connections types.
1988         (nntp-open-network-stream): Remove.
1989         (nntp-open-ssl-stream): Remove.
1990         (nntp-open-tls-stream): Remove.
1991         (nntp-ssl-program): Remove.
1992
1993         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1994
1995 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1996
1997         * nnir.el: Fix typos.
1998         (nnir-retrieve-headers-override-function): Rename variable to reflect
1999         new semantics.
2000         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2001         macros.
2002         (nnir-request-article, nnir-request-move-article): Use them.
2003         (nnir-categorize): New function.
2004         (nnir-run-query): Use it.
2005         (nnir-retrieve-headers): Rewrite to batch header retrieval.
2006         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2007         sorted.
2008         (nnir-group-full-name): Use gnus-group-full-name instead.
2009         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2010         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2011
2012 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2013
2014         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2015
2016         * proto-stream.el: New library to provide protocol-specific
2017         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2018         protocols.
2019         (open-proto-stream): Complete the documentation.
2020         (proto-stream-open-network): Fix some typos.
2021
2022         * nnimap.el (nnimap-open-connection): Use it.
2023
2024 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
2025
2026         * pop3.el (pop3-open-server): Read server greeting before starting TLS
2027         negotiation.
2028
2029 2010-11-26  Julien Danjou  <julien@danjou.info>
2030
2031         * color.el: Rename various rgb functions to srgb.
2032
2033 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2034
2035         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2036         names.
2037
2038 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2039
2040         * shr.el (shr-insert): Revert last change.
2041         (shr-find-fill-point): Never leave point being at bol;
2042         relax the kinsoku limitation when rendering tables.
2043
2044 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2045
2046         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2047         results from -accept-article.
2048
2049         * shr-color.el: Require cl when compiling.
2050
2051         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2052         checkin.
2053
2054         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2055
2056         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2057
2058         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2059         'add and 'delete to set backend marks.
2060
2061         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2062
2063         * nnheader.el (nnheader-update-marks-actions): Refactor out.
2064
2065         * nntp.el (nntp-request-set-mark): Use it.
2066
2067         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2068
2069         * nnml.el (nnml-request-set-mark): Ditto.
2070
2071         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2072         introduces regressions in article selection.
2073         (nnimap-find-uid-response): New function.
2074         (nnimap-request-accept-article): Use the UID returned, if any.
2075         (nnimap-request-move-article): Use the UID returned, if any.
2076         (nnimap-get-groups): Reimplement to work with folded lines.
2077         (nnimap-find-uid-response): The UID is the last element in the list.
2078         (nnimap-request-set-mark): Extend syntax with 'set.
2079
2080         * nnml.el (nnml-request-set-mark): Ditto.
2081
2082         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2083
2084         * nntp.el (nntp-request-set-mark): Ditto.
2085
2086 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2087
2088         * message.el (message-called-interactively-p): A temporary macro.
2089         (message-goto-body): Use it temporarily.
2090
2091 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2092
2093         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2094         (nnimap-last-response-string): Unfold quoted lines, if they exist.
2095         (nnimap-last-response-string): Fix last unfolding fix.
2096
2097 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2098
2099         * shr.el (shr-insert): Fix the way to fold lines.
2100
2101 2010-11-25  Julien Danjou  <julien@danjou.info>
2102
2103         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2104
2105         * color.el: Rename from color-lab.el
2106         (color-rgb->hex): Add.
2107         (color-complement): Add.
2108         (color-complement-hex): Add.
2109
2110         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2111
2112 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2113
2114         * shr-color.el (shr-color-visible): Don't bug out if the colour names
2115         don't exist.
2116
2117 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2118
2119         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2120         assuming that article displaying or another mml-preview may be
2121         interrupted for an error or for the like.
2122
2123         * shr.el (shr-get-background): Fix argument name.
2124
2125 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2126
2127         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2128
2129         * gnus-sum.el (gnus-summary-include-articles): New function.
2130
2131         * message.el (message-goto-body): called-interactively-p needs a
2132         parameter, so use `any'.
2133
2134         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2135         clear marks before moving, since they're synced from the Gnus side
2136         first.
2137
2138         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2139         (gnus-summary-move-article): Copy over all marks before moving, so that
2140         IMAP doesn't think a new article has arrived.
2141
2142 2010-11-24  Julien Danjou  <julien@danjou.info>
2143
2144         * shr.el (shr-insert-background-overlay): Fix typo.
2145         (shr-render-td): Copy the background before rendering.
2146
2147         * shr-color.el (shr-color-visible): Fix docstring.
2148
2149         * shr.el (shr-tag-table): Add bgcolor support.
2150         (shr-render-td): Add bgcolor support.
2151         (shr-get-background): Add.
2152         (shr-insert-foreground-overlay): Use shr-get-background.
2153
2154         * message.el (message-goto-body): Use called-interactively-p.
2155         (message-in-body-p): message-goto-body returns point.
2156
2157 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2158
2159         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2160         Fixes something or other in Emacs 23, and is backwards compatible.
2161
2162         * message.el (message-goto-body): Remove the <#secure special-casing,
2163         which is too special.
2164
2165         * shr.el (shr-parse-style): Drop !important from styles.
2166
2167 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2168
2169         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2170         this function to return incorrect results when calling it with an
2171         explicit article argument different from
2172         (gnus-summary-article-number).
2173
2174 2010-11-24  Julien Danjou  <julien@danjou.info>
2175
2176         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2177         (shr-tag-body): Add background support.
2178         (shr-descend): Add background support.
2179         (shr-tag-title): Add.
2180
2181         * shr-color.el (shr-color-visible): Really return original background
2182         if fixed.
2183
2184 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2185
2186         * shr.el (shr-color-check): Protect against non-existent colour names.
2187
2188 2010-11-24  Julien Danjou  <julien@danjou.info>
2189
2190         * color-lab.el: Require 'cl when compiling.
2191
2192         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2193
2194         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2195         matched part.
2196
2197         * color-lab.el: Fix all expt calls to use float type.
2198
2199 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2200
2201         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2202         expression to shr-color-check as is.
2203
2204         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2205
2206         * color-lab.el: Add coding cookie.
2207         (float-pi): Use eval-and-compile.
2208
2209         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
2210         compiled for Emacsen having no `libxml-parse-html-region' support.
2211
2212 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2213
2214         * shr.el (shr-insert-color-overlay): Split stuff like
2215         "#444444 !important" to find the real colour.
2216         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2217         parse <font color="red"> entries.
2218
2219 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2220
2221         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2222         point when parsing headers.
2223
2224         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2225         is positioned properly when parsing headers.
2226
2227 2010-11-23  Julien Danjou  <julien@danjou.info>
2228
2229         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2230
2231         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2232
2233         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2234
2235         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2236         Use shr-color-hue-to-rgb.
2237         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2238
2239 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2240
2241         * shr.el (shr-color->hexadecimal): Autoload.
2242         (shr-descend): Add color to all tags.
2243
2244 2010-11-22  Julien Danjou  <julien@danjou.info>
2245
2246         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2247         shr-color->hexadecimal.
2248
2249         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2250         RGB() or HSL() color representation.
2251
2252         * shr.el (shr-tag-font): Add.
2253         (shr-tag-color-check): New function to get better colors.
2254         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2255         tag-span.
2256
2257         * shr-color.el: New file.
2258
2259         * color-lab.el: New file.
2260
2261         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2262
2263 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2264
2265         * nnir.el: Fix typo in comments.
2266         (nnir-run-imap): Simplify code. No need to reverse artlist.
2267         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2268
2269 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2270
2271         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2272
2273         * nnimap.el (nnimap-get-capabilities): Refactor out.
2274         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2275
2276 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2277
2278         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2279         appearing when `mm-uu-hide-markers' is nil.
2280
2281 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2282
2283         * nnimap.el (nnimap-unselect-group): Make into its own function.
2284         (nnimap-request-rename-group): Unselect group before renaming.
2285         This had gotten lost somewhere.
2286         (nnimap-request-accept-article): Keep track of examined groups, and
2287         unselect the group before APPENDing to read-only groups.
2288         (nnimap-request-move-article): Clear flags before moving so that they
2289         can be re-set later.
2290
2291 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2292
2293         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2294         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2295
2296 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2297
2298         * gnus-art.el (gnus-mime-display-single)
2299         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2300         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2301         parameter.
2302
2303 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2304
2305         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2306         (shr-table-vertical-line): New variable.
2307         (shr-insert-table): Use it.
2308
2309 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2310
2311         * gnus-html.el (gnus-html-wash-images): Don't display images if
2312         gnus-inhibit-images is non-nil; register displayer for cid images.
2313         (gnus-html-display-image): Work for cid image.
2314         (gnus-html-insert-image): Allow arguments.
2315         (gnus-html-put-image): Inhibit read-only.
2316         (gnus-html-prefetch-images): Don't prefetch images if
2317         gnus-inhibit-images is non-nil.
2318
2319 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2320
2321         * shr.el (shr-put-image): Break lines when inserting big pictures.
2322
2323 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2324
2325         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2326         sender, thanks Katsumi Yamaoka.
2327
2328 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2329
2330         * nnir.el (nnir-run-imap): Reverse the article list for each group
2331         rather than the whole list.
2332
2333 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2334
2335         * shr.el (shr-image-displayer): Protect function against non-existent
2336         image source.
2337
2338         * gnus-art.el (gnus-inhibit-images): New user option.
2339         (gnus-mime-display-single): Don't display image if it is non-nil.
2340
2341         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2342         gnus-inhibit-images.
2343
2344         * shr.el (shr-image-displayer): New function.
2345         (shr-tag-img): Use it.
2346
2347 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2348
2349         * mml2015.el (mml2015-epg-sign): Use From header.
2350
2351 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2352
2353         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2354
2355         * gnus-util.el (gnus-find-text-property-region): Return markers.
2356
2357         * shr.el (shr-tag-img): Put a displayer in the text property.
2358
2359         * gnus-util.el (gnus-find-text-property-region): New utility function.
2360
2361         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2362         (gnus-html-show-images): Remove.
2363
2364         * gnus-art.el (gnus-article-show-images): New, more general function.
2365
2366         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2367         image url text properties.
2368
2369         * shr.el: Ditto.
2370
2371         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2372         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2373
2374 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2375
2376         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2377         work for two or more articles.
2378
2379 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2380
2381         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2382         divide an image that's in an html article to two or more when washing
2383         non-ASCII characters in alt text of it.
2384
2385 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2386
2387         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2388         smime-decrypt-region using function argument.
2389         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2390
2391         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2392
2393         * smime.el (smime-decrypt-region): Catch it.
2394
2395 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2396
2397         * smime.el (smime-mode-map): Move initialization into declaration.
2398         (gnus-run-mode-hooks): Don't autoload.
2399         (smime-mode): Use define-derived-mode.
2400
2401 2010-11-11  Glenn Morris  <rgm@gnu.org>
2402
2403         * smime.el (from): Restrict declaration to XEmacs.
2404
2405         * nnir.el (gnus-group-topic-name): Autoload.
2406
2407 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2408
2409         * shr.el (shr-insert): Don't break long line if it is because of
2410         kinsoku-bol characters in the line end.
2411
2412 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2413
2414         * nnir.el (nnir-request-move-article): Fix to provide original group
2415         and subject.
2416         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2417         been retrieved.
2418
2419         * gnus-sum.el (gnus-summary-move-article): Use original group and
2420         subject for virtual articles such as those in an nnir summary buffer.
2421
2422 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2423
2424         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2425         least 21.5).
2426
2427         * smime.el (from): Declare it again for XEmacs.
2428
2429 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2430
2431         * message.el (message-resend): Don't disable encoding unless it's
2432         already encoded.
2433
2434         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2435         low-numbered articles.
2436
2437 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2438
2439         * rfc2047.el (rfc2047-syntax-table): Simplify.
2440
2441         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2442
2443         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2444         set-char-table-range for XEmacs.
2445
2446 2010-11-10  Glenn Morris  <rgm@gnu.org>
2447
2448         * time-date.el (time-to-seconds): Always an alias on Emacs,
2449         never a real function.
2450         (with-no-warnings): Remove compat stub, now unused.
2451         (time-less-p): Doc fix.
2452         (time-to-number-of-days): Simplify.
2453
2454         * smime.el (from): Remove unused declaration.
2455
2456         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2457         (gnus-float-time): On Emacs, always an alias.
2458
2459         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2460         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2461
2462 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2463
2464         * dgnushack.el: Don't use ignore-errors in the top level form since it
2465         is unavailable in XEmacs even if cl is loaded.
2466
2467         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2468
2469 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2470
2471         * shr.el (browse-url-mailto): Autoload.
2472
2473         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2474
2475         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2476         regexp doesn't need quoting.
2477
2478 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2479
2480         * message.el (message-subject-trailing-was-ask-regexp)
2481         (message-subject-trailing-was-regexp): Match was: in addition to was.
2482
2483 2010-11-09  Glenn Morris  <rgm@gnu.org>
2484
2485         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2486         (nnbabyl-check-mbox): Use point-at-bol.
2487
2488 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2489
2490         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2491
2492         * message.el (message-mailto): New function.
2493         (message-mailto): Should accept other parameters.
2494         (message-mailto): Remove since it duplicates browse-url-mailto
2495         functionality.
2496
2497 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2498
2499         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2500         methods.
2501         (gnus-read-active-file): Ditto.
2502
2503         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2504         ": " from the prompt.
2505         (gnus-group-make-group): Ditto.
2506
2507 2010-11-07  Glenn Morris  <rgm@gnu.org>
2508
2509         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2510         (gnus-bookmark-kill-line): Use point-at-eol.
2511
2512 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2513
2514         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2515         asterisks in From header.
2516
2517 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2518
2519         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2520         string to avoid making the From headers syntactically invalid.
2521
2522         * message.el (message-send-mail): Don't insert courtesy messages if the
2523         message already has List-Post and List-ID messages.
2524
2525 2010-11-06  Glenn Morris  <rgm@gnu.org>
2526
2527         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2528         `condition', `type', `length' a prefix.
2529         (gnus-treat-predicate): Update for above name changes.
2530
2531 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2532
2533         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2534         binding.  Handled by `gnus-summary-refer-thread' instead.
2535         (nnir-warp-to-article): New backend function.
2536
2537         * nnimap.el (nnimap-request-thread): Force dependency updating.
2538
2539         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2540         (gnus-summary-refer-thread): Rework to improve thread-referral.
2541
2542         * gnus-int.el (gnus-warp-to-article): New function.
2543
2544         * gnus-sum.el (gnus-summary-article-map): Bind it.
2545
2546 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2547
2548         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2549         gnus-summary-refer-thread.
2550
2551         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2552         headers.
2553         (gnus-summary-limit-include-thread): Prevent articles in thread from
2554         being cut in gnus-cut-threads.
2555         (gnus-summary-refer-thread): Limit retrieved headers to those in
2556         thread.
2557
2558 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2559
2560         * message.el (message-send-mail): Use the value of
2561         message-courtesy-message from the message buffer.
2562
2563         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2564
2565         * shr.el (shr-browse-url): Implement mailto: URLs.
2566
2567         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2568         "raw".
2569
2570         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2571         if it's already selected.
2572
2573         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2574
2575 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2576
2577         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2578         to measure the length and truncate alt text.
2579
2580 2010-11-03  Glenn Morris  <rgm@gnu.org>
2581
2582         * nndiary.el (nndiary-generate-nov-databases-1)
2583         (nndiary-generate-active-info): Rename dynamic variable `files' to
2584         something less generic.
2585
2586 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2587
2588         * nnir.el (nnir-request-move-article): Call the underlying backend to
2589         move articles from nnir.
2590
2591 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2592
2593         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2594
2595 2010-11-02  Julien Danjou  <julien@danjou.info>
2596
2597         * nnir.el: Remove wais support.
2598
2599 2010-11-02  Glenn Morris  <rgm@gnu.org>
2600
2601         * gnus-html.el: Reorder requirements to quieten compiler.
2602
2603 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2604
2605         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2606         properly for XEmacs as well.
2607         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2608         (gnus-article-natural-long-line-p): Use window-width rather than
2609         frame-width.
2610
2611 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2612
2613         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2614         (nnir-read-parms): Don't modify query.
2615         (nnir-run-query): Add ability to search topic on current line.
2616         (nnir-get-active): Clean up.
2617
2618 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2619
2620         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2621         degenerate articles.
2622
2623         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2624         (gnus-print-buffer): Just print the buffer as is, without any copying
2625         to a buffer and then re-highlighting.
2626
2627         * nnimap.el (nnimap-request-group): Store the new updated info.
2628         (nnimap-request-group): Select the group when we don't know whether it
2629         exists or not.
2630
2631         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2632         groups.
2633
2634         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2635         groups.
2636
2637         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2638         groups.
2639
2640         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2641         long-lines case by only filling the long lines.
2642
2643         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2644         (bug #7311).
2645
2646 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2647
2648         * shr.el: No need to declare `declare-function' since shr.el is for
2649         only Emacsen that provide `libxml-parse-html-region'.
2650
2651         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2652         effective only in a file it is referred to.
2653
2654 2010-11-01  Glenn Morris  <rgm@gnu.org>
2655
2656         * mm-util.el (gnus-completing-read): Autoload.
2657         (mm-read-coding-system): Simplify Emacs definition.
2658
2659         * nnmail.el (gnus-activate-group):
2660         * nnimap.el (gnutls-negotiate):
2661         * nntp.el (netrc-parse): Fix declarations.
2662
2663 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2664
2665         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2666         string-match-p in Emacs >=23.
2667
2668         * gnus-msg.el (gnus-configure-posting-styles)
2669         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2670
2671 2010-11-01  Glenn Morris  <rgm@gnu.org>
2672
2673         * nnir.el (declare-function): Add compat stub.
2674         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2675         (nnir-run-gmane): Require 'mm-url.
2676
2677         * mm-util.el (mm-string-to-multibyte): Simplify.
2678
2679         * shr.el (declare-function): Add compat stub.
2680         (url-cache-create-filename): Declare.
2681         (mm-disable-multibyte, widget-convert-button): Autoload.
2682
2683         * smime.el (ldap-search): Declare.
2684         (smime-cert-by-ldap-1): Require ldap on Emacs.
2685
2686         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2687         (nnimap-keepalive): Use gnus-float-time.
2688
2689         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2690         (mail-source-delete-crash-box): Use gnus-float-time.
2691
2692         * gnus-dired.el (gnus-completing-read): Autoload.
2693
2694         * mm-view.el (gnus-rescale-image): Autoload.
2695
2696         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2697
2698         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2699
2700         * sieve-manage.el: Require 'cl when compiling.
2701
2702         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2703         (gnus-iswitchb-completing-read): Require iswitchb.
2704         (gnus-select-frame-set-input-focus): Silence compiler.
2705
2706 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2707
2708         * message.el (message-subject-trailing-was-query): Change default to t,
2709         since I think that's what most people want.
2710
2711         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2712         appending for easier debugging.
2713         (nnimap-wait-for-connection): Take a regexp.
2714         (nnimap-request-accept-article): Wait for the continuation line before
2715         sending anything unless we're streaming.
2716
2717         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2718         leave the header washing to take place.
2719
2720 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2721
2722         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2723         regular expression match and replace in posting styles.
2724
2725 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2726
2727         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2728         an entire server.
2729         (nnir-get-active): New function.
2730         (nnir-run-imap): Use it.
2731         (nnir-run-gmane): Who knew, gmane search returns an article score!
2732
2733         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2734         server on the current line with nnir.
2735
2736 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2737
2738         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2739         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2740         left edge.
2741         (gnus-article-foldable-buffer): Skip past the prefix when determining
2742         raggedness.
2743
2744         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2745         the raw article, and change `C-u g' to show the article without doing
2746         treatments.
2747
2748         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2749         on to `gnus-treat-article'.
2750         (gnus-inhibit-article-treatments): New variable.
2751
2752         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2753
2754         * gnus-art.el (gnus-treatment-function-alist): Have
2755         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2756         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2757         sections.
2758
2759         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2760         parameter.
2761         (gnus-article-fill-cited-long-lines): New function.
2762         (gnus-article-fill-cited-article): Allow filling only long sections.
2763
2764         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2765         and non-punctuation (like after the apostrophe in "'We").
2766
2767         * gnus-sum.el (gnus-summary-select-article): Make sure
2768         gnus-original-article-buffer is alive.
2769
2770         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2771         reflect the order they're in in the digest.
2772
2773         * gnus.el (gnus-group-startup-message): Move point to the start of the
2774         buffer.
2775
2776         * nnimap.el (nnimap-capability): New function.
2777         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2778         is set.
2779
2780 2010-10-31  David Engster  <dengste@eml.cc>
2781
2782         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2783         conform with changes to gnus-completing-read.
2784
2785 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2786
2787         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2788
2789 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2790
2791         * nnir.el: Move defvar, defcustom around to keep file organized
2792         and keep byte-compiler quiet.
2793         (nnir-read-parms): Accept search-engine as arg.
2794         (nnir-run-query): Pass search-engine as arg.
2795         (nnir-search-engine): Remove.
2796
2797 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2798
2799         * shr.el (shr-generic): The text nodes should be text, not :text.
2800
2801         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2802         later in the file.
2803
2804 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2805
2806         * nnir.el: General clean up.  Allow searching with multiple engines.
2807         Allow separate extra-parameters for each engine.
2808         Batch queries when possible.
2809         (nnir-imap-default-search-key,nnir-method-default-engines):
2810         Add customize interface.
2811         (nnir-run-gmane): New engine.
2812         (nnir-engines): Use it.  Qualify all prompts with engine name.
2813         (nnir-search-engine): Remove global variable.
2814         (nnir-run-hyrex): Restore for now.
2815         (nnir-extra-parms,nnir-search-history): New variables.
2816         (gnus-group-make-nnir-group): Use them.
2817         (nnir-group-server): Remove in favor of gnus-group-server.
2818         (nnir-request-group): Avoid searching twice.
2819         (nnir-sort-groups-by-server): New function.
2820
2821 2010-10-30  Julien Danjou  <julien@danjou.info>
2822
2823         * gnus-group.el: Remove gnus-group-fetch-control.
2824
2825         * gnus-start.el (gnus-find-new-newsgroups):
2826         Remove gnus-check-first-time-used.
2827
2828         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2829
2830 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2831
2832         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2833         set on groups that don't have \* permanentflags.
2834
2835 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2836
2837         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2838         control the background color.
2839         (shr-tag-img): Ignore very small web bug type images.
2840         (shr-put-image): Add help-echo alt texts to the images.
2841         (shr-tag-video): Show the video poster image.
2842
2843 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2844
2845         * shr.el (shr-table-depth): New variable.
2846         (shr-tag-table-1): Only insert the images after the top-level table.
2847
2848         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2849
2850         * gnus-util.el (gnus-list-memq-of-list): New function.
2851
2852         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2853         selected.
2854         (nnimap-unsplittable-articles): New slot.
2855         (nnimap-new-articles): Use it.
2856
2857 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2858
2859         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2860         move to the previous line on `M-g'.
2861
2862 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2863
2864         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2865         *-request-group, which seems unnecessary.
2866
2867         * nnimap.el (nnimap-quote-specials): Function copied over from
2868         imap.el.
2869         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2870         they support that.  Suggested by Tom Regner.
2871
2872 2010-10-29  Julien Danjou  <julien@danjou.info>
2873
2874         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2875         defalias.
2876         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2877
2878         * gnus.el: Remove `gnus-nntp-service' variable.
2879         (gnus-secondary-servers): Make obsolete.
2880         (gnus-nntp-server): Make obsolete.
2881
2882         * gnus-start.el (gnus-1): Remove x-splash calls.
2883
2884         * gnus-ems.el (gnus-x-splash): Remove.
2885
2886         * gnus.el (gnus-group-startup-message): Simplify/update code.
2887
2888         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2889         definition.
2890
2891         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2892         capability before doing anything.
2893         (gnus-group-insert-group-line): Remove useless
2894         gnus-group-remove-excess-properties.
2895
2896 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2897
2898         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2899
2900 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2901
2902         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2903         config after reselecting.
2904
2905 2010-10-28  Julien Danjou  <julien@danjou.info>
2906
2907         * shr.el (shr-put-image): Use point even if only inserting text.
2908         (shr-put-image): Save excursion when inserting alt text on non-graphic
2909         display, so the behaviour is the same when we are on a graphic display.
2910
2911         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2912
2913 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2914
2915         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2916         (gnus-mime-copy-part): Check coding system, not charset.
2917         (gnus-mime-view-part-externally): Never remove part.
2918         (gnus-mime-view-part-internally): Don't remove part here.
2919         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2920         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2921         multipart/alternative.
2922
2923         * mm-decode.el (mm-display-part): Take optional arg `force'.
2924
2925 2010-10-26  Julien Danjou  <julien@danjou.info>
2926
2927         * gnus-group.el (gnus-group-default-list-level): Add this function to
2928         compute the default list level.
2929         (gnus-group-default-list-level): Add possibility to use a function.
2930
2931 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2932
2933         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2934
2935         * gnus-group.el (gnus-group-completing-read)
2936         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2937         gnus-replace-in-string.
2938
2939 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2940
2941         * shr.el (shr-tag-div): Add.
2942
2943         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2944
2945 2010-10-25  Julien Danjou  <julien@danjou.info>
2946
2947         * gnus-util.el: Remove `gnus-with-local-quit'.
2948
2949         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2950
2951 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2952
2953         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2954         the original article buffer.
2955
2956 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2957
2958         * nnimap.el (nnimap-request-head): New function.
2959         (nnimap-request-move-article): Try to be slighly faster by not
2960         requesting the entire message when moving.
2961         (nnimap-transform-headers): Don't bug out on bodiless articles.
2962         (nnimap-send-command): Have no outstanding messages if the IMAP server
2963         doesn't support streaming.
2964         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2965
2966 2010-10-24  Julien Danjou  <julien@danjou.info>
2967
2968         * message.el (message-default-headers): Fix type.
2969
2970 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2971
2972         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2973         prefetching images.
2974
2975         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2976         backend for unknown groups.  This is mainly useful for nnimap groups.
2977
2978         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2979         group isn't covered by the agent.
2980
2981 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2982
2983         * nnir.el (nnir-method-default-engines): New variable.
2984         (nnir-run-query): Use it.
2985         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2986         (gnus-summary-nnir-goto-thread): Change group if needed.
2987
2988         * gnus-group.el (gnus-group-group-map): Add key binding for
2989         gnus-group-make-nnir-group.
2990
2991 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2992
2993         * shr.el (shr-tag-object): Add.
2994
2995         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2996         original article buffer live.
2997         (gnus-summary-select-article-buffer):
2998         Mention gnus-widen-article-buffer.
2999
3000 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3001
3002         * shr.el (shr-tag-strong): Add.
3003
3004 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3005
3006         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3007         group names.  They mess up the group buffer badly.
3008
3009         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3010
3011         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3012         instead of the summary one.
3013
3014 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3015
3016         * mml.el (mml-preview): Work properly when editing article.
3017
3018         * gnus-start.el (gnus-read-active-file-1): Don't add method to
3019         gnus-have-read-active-file if it's already been in.
3020
3021 2010-10-22  Tom Tromey  <tromey@redhat.com>
3022
3023         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3024         gnus-group-completing-read.
3025
3026 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3027
3028         * message.el (message-mode-map): Don't bind M-; to comment region, to
3029         allow the global comment-dwim to work.
3030
3031 2010-10-21  Julien Danjou  <julien@danjou.info>
3032
3033         * message.el (message-setup-1): Allow message-default-headers to be a
3034         function.
3035
3036 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3037
3038         * shr.el (shr-tag-table): Simplify.
3039
3040 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3041
3042         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3043         to avoid trying to snarf invalid stuff.
3044
3045         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3046
3047         * gnus.el (gnus-message-archive-group): Quote value.
3048         (gnus-message-archive-group): Mark as changed.
3049
3050         * shr.el (shr-add-font): Don't put the font properties on the newline
3051         or the indentation.
3052
3053         * message.el (message-fix-before-sending): Change options when sending
3054         non-printable characters.
3055
3056         * gnus.el (gnus-message-archive-method): Change the default to
3057         monthly outgoing groups.
3058
3059         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3060         that have gotten new numbers.
3061
3062         * nnimap.el (nnimap-request-replace-article): New function.
3063
3064 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3065
3066         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3067         (nnrss-request-article): Don't use special html washing code.
3068
3069 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3070
3071         * shr.el (shr-tag-table): Remove useless nconc.
3072
3073 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3074
3075         * gnus-art.el (article-wash-html): Simplify and remove the charset
3076         stuff.  Use the normal html rendering code instead of the special html
3077         washing code.
3078
3079         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3080         `gnus-w3m' symbols.
3081         (mm-text-html-washer-alist): Remove.
3082
3083         * mm-decode.el (mm-inline-text-html-renderer): Remove.
3084         (mm-inline-media-tests): Remove use.
3085         (mm-text-html-renderer): Change default to the `shr' symbol.
3086
3087         * mm-view.el (mm-inline-text-html): Remove use.
3088
3089         * gnus-art.el (gnus-blocked-images): New function.  Allow the
3090         `gnus-blocked-images' to be a function.
3091         (gnus-article-wash-function): Remove.
3092
3093 2010-10-20  Julien Danjou  <julien@danjou.info>
3094
3095         * spam.el (spam-list-of-processors): Mark as obsolete.
3096
3097         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3098         (nnimap-insert-partial-structure): Fix boundary detection.
3099
3100 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
3101
3102         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3103         run file-truename on remote files.  This can be expensive and even
3104         prevent one from editing drafts if some unrelated buffer has a stale
3105         connection.
3106
3107 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3108
3109         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3110         kinsoku-eol regardless of shr-kinsoku-shorten.
3111         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3112         (shr-tag-table): Support caption, thead, and tfoot.
3113
3114 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3115
3116         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3117         lines.
3118         (shr-save-contents): New command and keystroke.
3119
3120         * nndoc.el (nndoc-type-alist): Add git support.
3121         (nndoc-git-type-p): New function.
3122         (nndoc-transform-git-article): Ditto.
3123         (nndoc-transform-git-headers): Ditto.
3124         (nndoc-transform-git-headers): Generate Subject headers.
3125
3126         * shr.el (shr-parse-style): New function.
3127         (shr-tag-span): Ditto.
3128
3129         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3130         to `G G' to avoid collisions.
3131
3132 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3133
3134         * shr.el: Load kinsoku if necessary.
3135         (shr-kinsoku-shorten): New internal variable.
3136         (shr-find-fill-point): Make kinsoku shorten text line if
3137         shr-kinsoku-shorten is bound to non-nil.
3138         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3139         shr-indentation too when testing if table is wider than frame width.
3140         (shr-insert-table): Use `string-width' instead of `length' to measure
3141         text width.
3142         (shr-insert-table-ruler): Make sure indentation is done at bol.
3143
3144 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3145
3146         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3147         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3148         undecoded network data.
3149
3150 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3151
3152         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3153         name in the mode line spec so that the mode line menu works
3154         (bug #2431).
3155
3156         * message.el (message-get-reply-headers): If we're fed `to-address',
3157         then always use that.
3158
3159         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3160         aren't so wide as to need to switch off the edit menu.
3161
3162         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3163         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3164
3165         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3166         `M-g'.
3167         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3168         the permanent marks.
3169
3170 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3171
3172         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3173         Splitting according to references/in-reply-to obeys the ignore-groups
3174         variable, while splitting by sender and subject do not.
3175
3176 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3177
3178         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3179         alist, so that we can look for non-Unicode chars.
3180         (article-translate-strings): Allow both character and string maps.
3181
3182 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3183
3184         * shr.el (shr-insert): Don't insert space behind a wide character
3185         categorized as kinsoku-bol, or between characters both categorized as
3186         nospace.
3187
3188 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3189
3190         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3191         headers to gnus-newsgroup-headers.
3192
3193 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3194
3195         * shr.el (shr-tag-img): Don't align images -- since we're not
3196         rescaling, this often leads to ugly displays.
3197
3198 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3199
3200         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3201         duplicates.
3202
3203 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3204
3205         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3206         call.
3207
3208 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3209
3210         * gnus.el: Autoload gnus-html-show-images.
3211
3212         * nnimap.el: Use nnheader-message throughout.
3213
3214         * shr.el (shr-tag-img): Ignore images with no data.
3215
3216 2010-10-15  Julien Danjou  <julien@danjou.info>
3217
3218         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3219         a possibility to disable format=flow encoding when using hard newlines.
3220
3221 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3222
3223         * shr.el (shr-insert): Remove space inserted before or after a
3224         breakable character or at the beginning or the end of a line.
3225         (shr-find-fill-point): Do kinsoku; find the second best point or give
3226         it up if there's no breakable point.
3227
3228 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3229
3230         * nnimap.el (nnimap-open-connection): Message when opening connection
3231         for debugging purposes.
3232
3233         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3234         on every setup buffer call to allow this to change from article to
3235         article.
3236
3237         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3238         buffers where we have a wide table.
3239
3240 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3241
3242         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3243         uses *-request-thread.
3244
3245 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3246
3247         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3248         incantation, which is no longer valid.
3249
3250 2010-10-14  Julien Danjou  <julien@danjou.info>
3251
3252         * shr.el: Fix defcustom type (char -> character).
3253
3254 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3255
3256         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3257         programs.
3258
3259 2010-10-14  Julien Danjou  <julien@danjou.info>
3260
3261         * shr.el (shr-tag-a): Use url-link as widget type.
3262
3263         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3264         `gnus-group-get-icon'.
3265
3266 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3267
3268         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3269         This should make server editing work better.
3270
3271         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3272
3273         * tls.el (tls-program): Remove spurious %s from openssl.
3274
3275         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3276         (nnimap-parse-flags): Fix regexp.
3277
3278         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3279         probably work for CJVK text, too.
3280
3281         * nnimap.el (nnimap-extend-tls-programs): Remove.
3282         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3283
3284         * tls.el (tls-starttls-switches): Remove starttls hack.
3285         (open-tls-stream): Ditto.
3286         (tls-find-starttls-argument): Ditto.
3287
3288 2010-10-13  Julien Danjou  <julien@danjou.info>
3289
3290         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3291         responses.
3292
3293 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3294
3295         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3296
3297         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3298         anything in Emacs.
3299
3300         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3301
3302 2010-10-13  Julien Danjou  <julien@danjou.info>
3303
3304         * shr.el (shr-width): Make shr-width a defcustom with default to
3305         fill-column.
3306         (shr-tag-img): Use shr-width rather than fill-column.
3307
3308 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3309
3310         * dgnushack.el (byte-optimize-apply)
3311         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3312
3313         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3314         position when (X-)Faces exist.
3315         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3316         avatars when called interactively.
3317
3318 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3319
3320         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3321         gnus-article-x-face-too-ugly is bound.
3322
3323 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3324
3325         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3326
3327         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3328         mailbox that doesn't exist.
3329
3330 2010-10-12  Julien Danjou  <julien@danjou.info>
3331
3332         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3333         (shr-get-image-data): Encode URL properly when fetching from cache.
3334         (shr-tag-img): Use aligned-to spaces to align correctly images.
3335
3336         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3337         before inserting the Gravatar.
3338
3339         * shr.el (shr-tag-img): Add align attribute support for <img>.
3340
3341 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3342
3343         * gnus-gravatar.el (gnus-art): Require.
3344
3345         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3346         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3347         Remove long obsoleted functions.
3348
3349 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3350
3351         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3352
3353         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3354
3355         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3356         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3357         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3358         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3359         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3360         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3361         * sieve-manage.el, smime.el, spam.el:
3362         Fix comment for declare-function.
3363
3364 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3365
3366         * nnimap.el (nnimap-request-rename-group): Select group read-only
3367         before renaming it.
3368
3369         * shr.el (shr-insert): Fix up the white space only regexp.
3370
3371         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3372         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3373
3374         * shr.el (shr-current-column): New function.
3375         (shr-find-fill-point): New function.
3376
3377 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3378
3379         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3380         numbers.
3381
3382 2010-10-11  Julien Danjou  <julien@danjou.info>
3383
3384         * shr.el (shr-hr-line): Add.
3385         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3386         display hr lines.
3387         (shr-max-columns): Do not change state to nil if we just inserting
3388         spaces.
3389
3390 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3391
3392         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3393         select the last group.
3394
3395 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3396
3397         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3398
3399 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3400
3401         * dig.el (dig-mode-map): Declare and define in one step.
3402
3403 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3404
3405         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3406         for Gnus.
3407         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3408         (nnimap-update-qresync-info): Mark \Seen articles as read.
3409
3410         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3411         non-variable, too.
3412
3413         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3414         available.
3415         (nnimap-update-info): Rely more on the current active than the param
3416         active to avoid marking articles as read too much.
3417
3418         * auth-source.el (auth-source-create): Use (user-login-name) for the
3419         user name default.
3420
3421         * nnimap.el (nnimap-update-info): If the server doesn't return any
3422         useful info, just use the previous info.
3423         (nnimap-update-info): Prefer old info over start-article.
3424         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3425
3426 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3427
3428         * nnir.el (autoload): Clean up autoloads.
3429         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3430         Use key rather than value.
3431         (nnir-imap-search-other): New variable.
3432         (nnir-read-parm): Use it.
3433         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3434         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3435
3436 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3437
3438         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3439         the process, too.
3440
3441 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3442
3443         * spam.el (gnus-summary-mode-map): Bind to "$".
3444         Suggested by Russ Allbery.
3445
3446         * shr.el: Rework the way things are indented by <li> slightly.
3447
3448         * gnus.el (gnus-group-set-parameter): Fix typo.
3449
3450         * nnimap.el: Start implementing QRESYNC support.
3451
3452 2010-10-09  Julien Danjou  <julien@danjou.info>
3453
3454         * nnir.el (nnir-engines): Fix too many arguments.
3455
3456 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3457
3458         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3459         group is the "last", so that the backends like nnfolder actually save
3460         their folders.
3461
3462         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3463         try to use that for the tls stream.
3464         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3465         UIDVALIDITY and find out which groups are read-only and not.
3466         (nnimap-get-flags): Use the same marks parsing code as the rest of
3467         nnimap.
3468
3469 2010-10-09  Julien Danjou  <julien@danjou.info>
3470
3471         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3472
3473         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3474         retrieving gravatars.
3475
3476         * shr.el (shr-table-corner): Add.
3477         (shr-table-line): Add.
3478         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3479
3480 2010-10-08  Julien Danjou  <julien@danjou.info>
3481
3482         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3483
3484 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3485
3486         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3487
3488         * gnus-sum.el (gnus-mark-article-as-unread)
3489         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3490         (gnus-summary-set-bookmark): Use it.
3491
3492         * gnus-msg.el (gnus-setup-message): Use it.
3493
3494         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3495
3496         * gnus.el (gnus-group-remove-parameter): Use it.
3497
3498         * gnus-group.el (gnus-group-make-web-group): Use it.
3499
3500         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3501
3502         * nnregistry.el: Update docs to mention manual.
3503
3504         * gnus-registry.el: Update docs to mention nnregistry.el.
3505         (gnus-registry-initialize): Don't install nnregistry refer method
3506         automatically.
3507         (gnus-registry-install-nnregistry): Remove it.
3508
3509 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3510
3511         * shr.el (shr-insert): Don't insert double spaces.
3512
3513 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3514
3515         * gnus-gravatar.el (gnus-treat-from-gravatar)
3516         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3517         called interactively.
3518
3519         * gnus-art.el (gnus-mime-view-part-externally)
3520         (gnus-mime-view-part-internally): Make predicate function passed to
3521         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3522         of a mime type.
3523
3524         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3525
3526 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3527
3528         * shr.el (require): Require cl when compiling.
3529         (shr-tag-hr): New function.
3530
3531         * nnimap.el (nnimap-update-info): Remove double setting of high.
3532         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3533         This makes nnimap work properly on Courier again.
3534
3535         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3536         the variable for backwards compatibility.
3537
3538         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3539         the file name before using to avoid setting mm-default-directory to
3540         nil.
3541
3542         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3543         bidning gnus-agent variables.
3544
3545         * shr.el (shr-render-td): Use a cache for the table rendering function
3546         to avoid getting an exponential rendering behaviour in nested tables.
3547         (shr-insert): Rework the line-breaking algorithm.
3548         (shr-insert): Don't leave trailing spaces.
3549         (shr-insert-table): Also insert empty TDs.
3550         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3551
3552 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3553
3554         * gnus-sum.el (gnus-number): Rename from `number'.
3555         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3556         (gnus-summary-limit-children): Update uses correspondingly.
3557
3558 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3559
3560         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3561         (gnus-gravatar-transform-address): Don't show avatars of people of
3562         which mail addresses match gnus-gravatar-too-ugly.
3563
3564 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3565
3566         * shr.el (shr-table-widths): Expand TD elements to fill available
3567         space.
3568
3569 2010-10-07  Julien Danjou  <julien@danjou.info>
3570
3571         * nnimap.el (nnimap-request-rename-group): Add this method.
3572
3573 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3574
3575         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3576         name from XEmacs' function-arglist.
3577
3578         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3579         gravatar under XEmacs.
3580
3581 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3582
3583         * auth-source.el: Update docs with TODO items.
3584
3585         * gnus-sync.el: Update docs to explain state and plans.
3586
3587         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3588         Hooks for mark updates.
3589         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3590
3591         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3592         hooks with arguments, which is needed for mark update hooks.
3593
3594 2010-10-06  Julien Danjou  <julien@danjou.info>
3595
3596         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3597         was matched.
3598
3599         * sieve-manage.el: Update example in `Commentary'.
3600
3601         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3602
3603         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3604         not 2000.
3605         (sieve-manage-authenticate): Re-add function.
3606
3607 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3608
3609         * shr.el (shr-insert): Get 'space transition right.
3610         (shr-render-td): Only delete space at the end of the TD.
3611
3612         * nnimap.el (nnimap-open-connection): Prepare to support
3613         open-gnutls-stream.
3614
3615         * shr.el: Rearrange function order to be more logical.
3616
3617 2010-10-06  Julien Danjou  <julien@danjou.info>
3618
3619         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3620         (nnrss-discover-feed): Remove 404 URL in docstring.
3621
3622         * nnir.el: Fix Swish-E URL.
3623         Fix Namazu URL.
3624
3625         * message.el (message-change-subject): Remove 404 URL in a comment.
3626
3627 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3628
3629         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3630         called interactively.
3631
3632         * gnus-util.el (gnus-remove-if): Allow hash table.
3633         (gnus-remove-if-not): New function.
3634
3635         * gnus-art.el (gnus-mime-view-part-as-type)
3636         * gnus-score.el (gnus-summary-score-effect)
3637         * gnus-sum.el (gnus-read-move-group-name):
3638         Replace remove-if-not with gnus-remove-if-not.
3639
3640         * gnus-group.el (gnus-group-completing-read):
3641         Regard collection as a hash table if it is not a list.
3642
3643 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3644
3645         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3646
3647         * shr.el: Document the table-rendering algorithm.
3648
3649 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3650
3651         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3652         for Emacsen having no `libxml-parse-html-region' support.
3653
3654 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3655
3656         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3657         invalid URLs.
3658
3659         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3660         line-broken.
3661         (shr-tag-img): Ignore image fetching errors.
3662         (shr-overlays-in-region): Compute overlay positions correctly.
3663
3664         * mm-decode.el (mm-shr): Require shr.
3665
3666         * gnus-art.el (gnus-blocked-images): Move variable here.
3667
3668         * shr.el (shr-insert-table): Bind free variable.
3669
3670         * mm-decode.el (mm-shr): Bind shr-content-function.
3671
3672         * shr.el (shr-content-function): New variable.
3673
3674         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3675         added for symmetry.
3676
3677         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3678
3679         * gnus-group.el (gnus-group-make-group): Doc fix.
3680
3681         * nnimap.el (nnimap-request-newgroups): Return success.
3682
3683         * shr.el (shr-find-elements): New function.
3684         (shr-tag-table): Put all the images after the table.
3685         (shr-tag-table): Really inhibit images inside the table.
3686         (shr-collect-overlays): Copy over overlays from the TD elements to the
3687         main document.
3688
3689         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3690         gnus-blocked-images.
3691
3692 2010-10-05  Julien Danjou  <julien@danjou.info>
3693
3694         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3695
3696         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3697         (gnus-html-maximum-image-size): Add this function.
3698         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3699
3700         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3701         server-value of the capability is nil.
3702
3703 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3704
3705         * shr.el (shr-tag-em): Add <EM> tag.
3706
3707 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3708
3709         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3710         customizable.
3711
3712         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3713         handing broken links to browse-url.
3714
3715 2010-10-05  Julien Danjou  <julien@danjou.info>
3716
3717         * gnus-util.el (gnus-emacs-completing-read)
3718         (gnus-iswitchb-completing-read): Use autoload rather than require.
3719
3720 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3721
3722         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3723         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3724         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3725         iswitchb-temp-buflist for XEmacs.
3726
3727         * gnus-util.el (gnus-completing-read-function): Exclude
3728         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3729         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3730         XEmacs.
3731
3732         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3733         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3734
3735         * gnus-html.el: Don't require help-fns under XEmacs.
3736         (gnus-html-schedule-image-fetching): Work for XEmacs.
3737
3738         * mm-decode.el (mm-shr): Decode contents by charset.
3739
3740 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3741
3742         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3743         unknown.
3744
3745         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3746         (shr-get-image-data): Ensure against the cache file missing.
3747
3748         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3749         for data.
3750
3751         * spam-report.el (spam-report-url-ping-plain): Don't query about
3752         killing the process.
3753
3754         * shr.el (shr-render-td): Protect against too-wide text.
3755
3756 2010-10-04  Julien Danjou  <julien@danjou.info>
3757
3758         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3759         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3760
3761         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3762         retrieved.
3763
3764 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3765
3766         * shr.el (browse-url): Require.
3767         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3768         lines.
3769         (shr-show-alt-text, shr-browse-image): New commands.
3770         (shr-browse-url, shr-copy-url): New commands.
3771
3772         * gnus-sum.el (gnus-widen-article-window): New variable.
3773         (gnus-summary-select-article-buffer): Use it.
3774
3775         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3776         without @ signs.
3777
3778 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3779
3780         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3781
3782 2010-10-04  Julien Danjou  <julien@danjou.info>
3783
3784         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3785         for XEmacs.
3786
3787 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3788
3789         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3790
3791         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3792         (nnimap-close-server): Implement.
3793
3794         * dgnushack.el (iswitchb): Require to shut up the compiler.
3795
3796         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3797         (shr-insert): Tweak line breaking.
3798         (shr-insert): Handle <pre> better.
3799         (shr-tag-li): Get <li> indentation right.
3800         (shr-tag-li): Get <li> indentation even righter.
3801         (shr-tag-blockquote): Ensure paragraph start.
3802         (shr-make-table): Tweak table generation.
3803         (shr-make-table): Fix typo.
3804
3805         * shr.el: Implement table rendering.
3806
3807 2010-10-04  Julien Danjou  <julien@danjou.info>
3808
3809         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3810
3811 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3812
3813         * shr.el (shr-insert): Use string anchors instead of line anchors.
3814
3815 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3816
3817         * shr.el: Add headings.
3818         (shr-ensure-paragraph): Actually work.
3819         (shr-tag-li): Make <ul> prettier.
3820         (shr-insert): Get white space at the beginning/end of elements right.
3821         (shr-tag-p): Collapse subsequent <p>s.
3822         (shr-ensure-paragraph): Don't insert double line feeds after blank
3823         lines.
3824         (shr-insert): \t is also space.
3825         (shr-tag-s): Fix "s" tag name function.
3826         (shr-tag-s): Fix face prop name.
3827
3828 2010-10-03  Julien Danjou  <julien@danjou.info>
3829
3830         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3831
3832         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3833         gnus-window-inside-pixel-edges.
3834
3835         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3836         gnus-ems.
3837
3838         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3839
3840         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3841         function.
3842
3843         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3844         resize choice.
3845
3846 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3847
3848         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3849         beginning of the buffer.
3850
3851         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3852         article buffer again.
3853
3854         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3855
3856         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3857         when it's at the start of the buffer.
3858
3859         * shr.el (shr-tag-blockquote): Convert name.
3860         (shr-rescale-image): Use the right image-size variant.
3861
3862         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3863         buffer isn't shown, then select the current article first instead of
3864         bugging out.
3865         (gnus-summary-select-article-buffer): Show both the article and summary
3866         buffers again.
3867
3868         * shr.el (shr-fontize-cont): Protect against regions with no text.
3869         Rename tag functions to shr-tag-* for enhanced security.
3870         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3871
3872 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3873
3874         * shr.el (shr-insert):
3875         * pop3.el (pop3-movemail):
3876         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3877         loaded.
3878
3879 2010-10-03  Glenn Morris  <rgm@gnu.org>
3880
3881         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3882
3883         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3884
3885         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3886
3887         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3888
3889         * gnus-util.el (gnus-make-local-hook): Simplify.
3890
3891 2010-10-02  Julien Danjou  <julien@danjou.info>
3892
3893         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3894         (gnus-ido-completing-read): New function.
3895         (gnus-emacs-completing-read): New function.
3896         (gnus-completing-read): Use gnus-completing-read-function.
3897         Add gnus-completing-read-function.
3898
3899 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3900
3901         * shr.el (shr-insert-document): Autoload.
3902         (shr-img): Be silent.
3903         (shr-insert): Add a newline after every picture before text.
3904         (shr-add-font): Use overlays for combining faces.
3905         (shr-insert): Pass upwards the text start point.
3906
3907         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3908         possible.
3909         (mm-shr): New function.
3910
3911 2010-10-02  Julien Danjou  <julien@danjou.info>
3912
3913         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3914         should go backward.
3915
3916 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3917
3918         * shr.el (shr): Fix typo in provide call.
3919
3920 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3921
3922         * shr.el: New file.
3923
3924         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3925
3926         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3927         completing read.
3928
3929 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3930
3931         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3932         we're being queried about.  Suggested by Dan Jacobson.
3933
3934         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3935         Suggested by Jason Eisner.
3936
3937         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3938         table, too.  Suggested by Stefan Wiens.
3939         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3940         the table unnecessary.  Suggested by Stefan Wiens.
3941
3942         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3943         longer needed, and probably doesn't work either, as pointed out by
3944         Stefan Wiens.
3945         (gnus-summary-exit): Remove call to the clearing function.
3946         (gnus-summary-exit-no-update): Ditto.
3947
3948         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3949         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3950         Reported by Stefan Monnier.
3951         (gnus-summary-save-in-rmail): Ditto.
3952
3953         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3954         article buffer, instead of both the article buffer and the summary
3955         buffer.  Sort of suggested by Dan Jacobson.
3956
3957         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3958
3959         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3960         Suggested by Dan Jacobson.
3961
3962         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3963         documentation clearer.
3964
3965         * message.el (message-shorten-references): Comment on the number "21".
3966         Suggested by Stefan Monnier.
3967
3968         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3969         Suggested by Dan Jacobson.
3970
3971         * gnus.el (gnus-large-newsgroup):
3972         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3973
3974         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3975         externalize attachments.  Bug reported by Steve Wen.
3976
3977         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3978         really message anything to the user.
3979
3980         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3981         directly.
3982
3983         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3984         messages in empty groups.
3985
3986 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3987
3988         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3989         non-UIDNEXT group.
3990
3991 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3992
3993         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3994         not the value from the collection.
3995
3996         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3997         values.  This sometimes happens on some groups that have no info.
3998         (nnimap-request-newgroups): New function.
3999
4000 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
4001
4002         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4003         check into `gnus-registry-initialize'.
4004         (gnus-registry-initialize): Ditto.
4005         Fix and extend header docs.
4006
4007 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4008
4009         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4010         regexp backtrace overflows.
4011
4012         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4013         for starttls that tls.el implements; i.e. openssl.
4014
4015         * tls.el (tls-starttls-switches): Give up on using starttls with
4016         gnutls-cli.
4017         (tls-program): Add --insecure to be consistent with the defaults from
4018         openssl s_client.  Now all three commands are insecure.
4019
4020 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4021
4022         * lpath.el: Bind completion-styles-alist for XEmacs.
4023
4024         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4025         (gravatar-create-image): New function that's an alias to
4026         gnus-xmas-create-image, gnus-create-image, or create-image.
4027         (gravatar-data->image): Use it.
4028
4029 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
4030
4031         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4032         install the nnregistry refer method.
4033         (gnus-registry-install-hooks): Use it.
4034         (gnus-registry-unfollowed-groups): Add nnmairix to the default
4035         unfollowed groups.
4036
4037 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
4038
4039         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4040         expanding threads.
4041
4042 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4043
4044         * nnir.el: Use the server names without suffixes (bug #7009).
4045
4046         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4047         unencrypted to STARTTLS, if possible.
4048
4049 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4050
4051         * message.el (message-ignored-supersedes-headers): Strip Injection-*
4052         headers before superseding.
4053
4054 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4055
4056         * nnrss.el (nnrss-use-local): Add documentation.
4057
4058         * nnimap.el (nnimap-extend-tls-programs): New function.
4059         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4060         (nnimap-wait-for-connection): Accept the greeting from the stupid
4061         output from openssl s_client -starttls, too.
4062
4063         * tls.el (tls-starttls-switches): New variable.
4064         (tls-find-starttls-argument): Use it.
4065         (open-tls-stream): Ditto.
4066
4067         * netrc.el (netrc-credentials): Return the value of the "default" entry.
4068         (netrc-machine): Ditto.
4069
4070         * nnimap.el (nnimap-find-article-by-message-id): Really return the
4071         article number.
4072         (nnimap-split-fancy): New variable.
4073         (nnimap-split-incoming-mail): Use it.
4074
4075         * nntp.el (nntp-server-list-active-group): Document.
4076
4077         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4078         SELECT to get the message-id.
4079
4080         * mail-source.el (mail-sources): Remove webmail support.
4081         (defvar): Ditto.
4082         (mail-source-fetcher-alist): Ditto.
4083         (mail-source-fetch-webmail): Remove.
4084
4085         * webmail.el: Remove -- doesn't seem relevant any more.
4086
4087         * gnus.el: Fix up make-obsolete-variable declarations throughout.
4088
4089         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4090         the \r.
4091
4092 2010-09-30  Julien Danjou  <julien@danjou.info>
4093
4094         * gnus-agent.el (gnus-agent-add-group): Fix call to
4095         gnus-completing-read.
4096
4097 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4098
4099         * nndoc.el (nndoc-retrieve-groups): New function.
4100
4101         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4102         `default', use nnmail-split-methods.
4103         (nnimap-request-article): Downcase the NILs so that they are nil.
4104
4105         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4106         symbol.
4107
4108         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4109         code, since if the user has requested network, that's what they ought
4110         to get.
4111         (nnimap-request-set-mark): Erase the buffer before issuing commands.
4112         (nnimap-split-rule): Mark as obsolete.
4113
4114         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4115         New variable.
4116
4117         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4118         correct slot, too.
4119
4120 2010-09-29  Julien Danjou  <julien@danjou.info>
4121
4122         * gnus.el (gnus-local-domain): Declare variable obsolete.
4123
4124         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4125         Fix history computing.
4126         (gnus-ido-completing-read): Require ido.
4127
4128 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4129
4130         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4131         build Gnus.
4132
4133         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4134         when interpreting the structures.
4135         (nnimap-request-accept-article): Add \r\n to the lines to make this
4136         work with Cyrus.
4137
4138         * nndraft.el (nndraft-request-expire-articles): Use the group name
4139         instead if "nndraft".  Fix found by Nils Ackermann.
4140
4141 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4142
4143         * nnregistry.el: Add.
4144
4145 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4146
4147         * nnmail.el (group, group-art-list, group-art):
4148         Remove unneeded directives.
4149
4150 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4151
4152         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4153         (mm-mime-charset)
4154         * rfc2047.el (rfc2047-syntax-table)
4155         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4156
4157         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4158         rather than `insert-file-contents' and `eval-region'.
4159
4160         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4161         construction.
4162
4163         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
4164
4165         * time-date.el: No need to require cl for Emacs 21.
4166
4167 2010-09-29  Julien Danjou  <julien@danjou.info>
4168
4169         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4170         replacement of `gnus-gravatar-relief' to mimic
4171         `gnus-faces-properties-alist'.
4172         Add :version property.
4173
4174 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4175
4176         * mail-source.el (mail-source-report-new-mail)
4177         * message.el (message-default-mail-headers)
4178         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4179
4180         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4181
4182 2010-09-28  Julien Danjou  <julien@danjou.info>
4183
4184         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4185         mail-address contains the same string as real-name.
4186
4187         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4188         non-blank in header, otherwise it'll get stripped.
4189
4190         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4191         real-name, and then for mail address rather than doing : or , search.
4192
4193 2010-09-27  Julien Danjou  <julien@danjou.info>
4194
4195         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4196         right completing-read function.
4197         (gnus-use-ido): New variable
4198         (gnus-completing-read-with-default): Remove.
4199         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4200         (gnus-agent-add-group):
4201         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4202         * mm-view.el (mm-view-pkcs7-decrypt):
4203         * mm-util.el (mm-codepage-setup):
4204         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4205         * mml-smime.el (mml-smime-openssl-sign-query):
4206         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4207         (mml-insert-multipart):
4208         * gnus-msg.el (gnus-summary-yank-message):
4209         * gnus-int.el (gnus-start-news-server):
4210         * mm-decode.el (mm-interactively-view-part):
4211         * gnus-dired.el (gnus-dired-attach):
4212         * gnus.el (gnus-read-method):
4213         * gnus-bookmark.el (gnus-bookmark-jump):
4214         * gnus-art.el (gnus-mime-view-part-as-type)
4215         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4216         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4217         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4218         * nnmairix.el (nnmairix-create-server-and-default-group)
4219         (nnmairix-update-groups, nnmairix-get-server)
4220         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4221         (nnmairix-get-group-from-file-path):
4222         * nnrss.el (nnrss-find-rss-via-syndic8):
4223         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4224         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4225         (gnus-group-browse-foreign-server):
4226         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4227         (gnus-summary-execute-command, gnus-summary-respool-article)
4228         (gnus-read-move-group-name):
4229         * gnus-score.el (gnus-summary-increase-score)
4230         (gnus-summary-score-effect):
4231         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4232
4233 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4234
4235         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4236         x-focus-frame.
4237
4238         * nnimap.el (auth-source-forget-user-or-password)
4239         (auth-source-user-or-password): Autoload.
4240
4241         * message.el (message-from-style, message-interactive)
4242         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4243         (message-yank-prefix, message-indentation-spaces, message-signature)
4244         (message-signature-file): Add comment.
4245
4246 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4247
4248         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4249         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4250         new articles.
4251
4252         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4253         parts.
4254         (nnimap-request-article): Work with the t setting, too.
4255
4256         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4257         that you don't get flashes of other buffers.
4258         (gnus-summary-show-complete-article): Intern before setting.
4259
4260 2010-09-27  David Engster  <dengste@eml.cc>
4261
4262         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4263         well as HEADERS.
4264         (nnmairix-retrieve-headers): Provide new argument for the above.
4265
4266 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4267
4268         * gnus-sum.el (gnus-summary-move-article): Don't alter
4269         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4270         group.
4271
4272         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4273
4274         * message.el (message-cite-prefix-regexp): Revert my last edit.
4275
4276         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4277         variable instead of the Gnus variable.
4278
4279         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4280
4281         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4282
4283         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4284         since some servers don't like it.
4285         (nnimap-open-connection): Forget credentials if the server says the
4286         password was wrong.
4287         (nnimap-parse-line): Protect against invalid data.
4288
4289         * gnus-sum.el (gnus-summary-move-article): Add comment.
4290         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4291         nothing alters it while scanning for new messages.
4292
4293         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4294         which may or may not help.
4295         (nnimap-open-connection): If we're doing a stream connection, and then
4296         discover we're on a STARTTLS-capable server, then open a STARTTLS
4297         connection instead.
4298
4299 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4300
4301         * nnimap.el (utf7): Require.
4302
4303         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4304         prefix.
4305
4306 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4307
4308         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4309
4310 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4311
4312         * nnimap.el (nnimap-request-accept-article): Message the error on
4313         error.
4314
4315 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4316
4317         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4318
4319 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4320
4321         * nndoc.el (nndoc-request-list): Return success always.
4322
4323         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4324         `fetch-old' -- we only want to fetch the articles we've requested.
4325         The rest are in the agent, probably.
4326         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4327         disappeared server" to something low.  It's not important.
4328
4329         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4330         arrived before the FETCH data.
4331
4332         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4333         target here, because we don't know the Gnus name of the group.
4334
4335         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4336         for the correct group.
4337
4338         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4339
4340         * gnus.el (gnus): Give a final warning after startup.
4341
4342         * gnus-util.el (gnus-action-message-log): New variable.
4343         (gnus-message): Use it.
4344         (gnus-final-warning): New function.
4345
4346         * nnimap.el (nnimap-open-connection): Record the greeting.
4347         (nnimap): Add greeting.
4348
4349 2010-09-26  Julien Danjou  <julien@danjou.info>
4350
4351         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4352         arguments.
4353         (gnus-html-wash-images): Fix spec computing to include start/end.
4354
4355         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4356
4357 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4358
4359         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4360         deletion.
4361         (nnimap-retrieve-headers): Don't select the group, because that's
4362         already done by nnimap-possibly-change-group.
4363
4364         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4365         (gnus-picon-transform-address): Use it.
4366
4367         * mail-source.el (mail-source-value): Revert previous patch.
4368
4369         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4370         on failure.
4371         (nnimap-open-connection): Look up both virtual and physical server name
4372         credentials.
4373
4374         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4375
4376 2009-02-07  Dave Love  <fx@gnu.org>
4377
4378         * tls.el (open-tls-stream): Don't query killing process.
4379
4380 2009-02-08  Dave Love  <fx@gnu.org>
4381
4382         * gnus-win.el (gnus-window-to-buffer-helper)
4383         (gnus-all-windows-visible-p): Function needn't be a symbol.
4384
4385         * mail-source.el (mail-source-value): Function needn't be a symbol.
4386
4387 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4388
4389         * message.el (message-cite-prefix-regexp): Remove } from the cite
4390         prefix.
4391
4392         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4393         highlight again, so that the highlight is correct.
4394
4395         * gnus-picon.el (gnus-picon): Remove again.
4396         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4397
4398         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4399         doing the header highlightling, so that the background colour of the
4400         picon is correct.
4401
4402         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4403         (gnus-picon): Ditto.
4404         (gnus-picon): Reinstate.  The background colour for picons is white.
4405         (gnus-picon-insert-glyph): Make the background white.
4406
4407         * nnml.el (nnml-open-nov): Don't return dead buffers.
4408
4409         * auth-source.el (auth-source-create): Query the user for whether to
4410         store the credentials.
4411
4412         * netrc.el (netrc-store-data): New function.
4413
4414         * auth-source.el (auth-source-user-or-password): Use the existing auth
4415         sources, if any, for creation.
4416
4417         * gnus.el (gnus-group-fast-parameter): Return the last matching
4418         parameter instead of the first matching parameter.
4419
4420 2010-09-26  Julien Danjou  <julien@danjou.info>
4421
4422         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4423
4424 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4425
4426         * mml2015.el (mml2015-use): Remove gpg support.
4427
4428         * mml1991.el (mml1991-function-alist): Remove gpg function.
4429         (mml1991-gpg-sign): Remove.
4430
4431 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4432
4433         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4434         (gnus-browse-unsubscribe-current-group): Document it.
4435         (gnus-browse-unsubscribe-group): Use it.
4436
4437 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4438
4439         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4440         address to the To list for easier response.
4441
4442         * gnus.el (gnus-play-startup-jingle): Remove.
4443         (gnus-splash): Don't play jingle.
4444         (gnus): Silence gnus-load message.
4445
4446         * gnus-art.el (gnus-treat-play-sounds): Remove.
4447
4448         * gnus.el (gnus-play-jingle): Remove audio support.
4449
4450         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4451
4452         * earcon.el: Remove -- no users.
4453
4454         * gnus-audio.el: Remove -- no users of this package.
4455
4456         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4457
4458         * gnus-start.el (gnus-setup-news): Remove nocem support.
4459
4460         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4461
4462         * gnus.el (gnus-use-nocem): Remove.
4463
4464         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4465         Remove.
4466
4467         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4468         uses NoCeM any more.
4469
4470         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4471         (gnus-button-ctan-handler): Ditto.
4472         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4473         (gnus-button-ctan-directory-regexp): Ditto.
4474         (gnus-button-handle-ctan): Ditto.
4475         (gnus-button-tex-level): Ditto.
4476         (gnus-button-alist): Remove CTAN stuff.
4477
4478 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4479
4480         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4481         nnimap-streaming test.
4482
4483         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4484         servers twice.
4485
4486         * nnimap.el (nnimap-open-connection): Add more error reporting when
4487         nnimap fails early.
4488
4489         * nnheader.el (nnheader-get-report-string): New function.
4490         (nnheader-get-report): Use it.
4491
4492         * gnus-int.el (gnus-check-server): Say what the error was when opening
4493         failed.
4494
4495         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4496         using streaming.
4497
4498 2010-09-25  Julien Danjou  <julien@danjou.info>
4499
4500         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4501         gnus-window-inside-pixel-edges.
4502
4503 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4504
4505         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4506
4507         * mm-decode.el (mm-save-part): Allow saving to other directories the
4508         normal Emacs way.
4509
4510         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4511         Suggested by Jay Berkenbilt.
4512
4513         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4514         there isn't a single byte.
4515
4516         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4517         just do it.  It doesn't really seem to matter what the user responds
4518         here, I think, so it's just a confusing question.
4519
4520         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4521         non-streaming case.
4522
4523         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4524         (gnus-article-encrypt-body): Use it.
4525
4526         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4527         keystroke.
4528
4529         * nnimap.el (nnimap-find-wanted-parts-1):
4530         Use gnus-fetch-partial-articles.
4531
4532         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4533
4534         * nnimap.el (nnimap-insert-partial-structure): New function.
4535         (nnimap-get-partial-article): New function.
4536         (nnimap-request-article): Use it.
4537         (nnimap-wait-for-response): Return whether the wait was successful.
4538         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4539         retrieval wasn't successful.
4540         (nnimap-retrieve-group-data-early): Allow throttling servers.
4541         (nnimap-streaming): New variable.
4542         (nnimap-fetch-partial-articles): Remove.
4543
4544         * mm-decode.el (mm-with-part): Protect against killed buffers.
4545
4546         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4547         for prettier summary display.
4548
4549 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4550
4551         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4552
4553 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4554
4555         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4556         apparently third-party libraries depend on it.
4557
4558         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4559         before starting negotiation.
4560
4561         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4562         privacy reasons.
4563         (gnus-treat-mail-gravatar): Ditto.
4564
4565         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4566         buffer when inserting images.  Inserting text into the headers, for
4567         instance, can make them invalid.
4568
4569 2010-09-25  Julien Danjou  <julien@danjou.info>
4570
4571         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4572         variables.
4573
4574         * nnheader.el: Remove useless variables news-reply-yank-from and
4575         news-reply-yank-message-id.
4576
4577         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4578         variables.
4579
4580         * mml1991.el: Remove useless mml1991-verbose.
4581
4582         * gnus.el: Remove useless variable gnus-use-generic-from.
4583         Remove obsolete variable gnus-topic-indentation.
4584
4585         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4586
4587         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4588
4589         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4590
4591         * gnus-group.el: Remove useless gnus-group-icon-cache.
4592         Remove useless gnus-ephemeral-group-server.
4593
4594         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4595
4596         * mml2015.el: Remove useless mml2015-verbose.
4597
4598         * mml-smime.el: Remove useless mml-smime-verbose.
4599
4600         * gnus.el: Remove useless gnus-local-domain.
4601
4602         * gnus-gravatar.el (gnus-gravatar-transform-address):
4603         Use gnus-gravatar-size.
4604
4605         * gnus-art.el: Remove useless gnus-treat-translate.
4606
4607 2010-09-24  Julien Danjou  <julien@danjou.info>
4608
4609         * gnus-sum.el: Add support for Gravatars.
4610
4611         * gnus-art.el: Add support for Gravatars.
4612
4613         * gnus-gravatar.el: Add this file.
4614
4615         * gravatar.el: Add this file.
4616
4617 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4618
4619         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4620
4621         * gnus-group.el (gnus-group-fetch-faq): Remove.
4622
4623         * gnus.el (gnus-group-faq-directory): Remove.
4624
4625         * gnus-group.el (gnus-group-fetch-charter): Remove.
4626
4627         * gnus.el (gnus-group-charter-alist): Remove.
4628
4629         * gnus-group.el (gnus-group-archive-directory): Remove.
4630         (gnus-group-recent-archive-directory): Ditto.
4631         (gnus-group-make-archive-group): Remove.
4632
4633         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4634
4635         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4636         use the same article number for all the cached articles.
4637
4638         * nnimap.el (nnimap-command): Register the last command time so
4639         that we can use it for idling NOOPs.
4640         (nnimap-open-connection): Start the keeplive timer.
4641         (nnimap-make-process-buffer): Store all the process buffers.
4642         (nnimap-keepalive): New function.
4643
4644         * starttls.el (starttls-open-stream): Add autoload cookie.
4645
4646 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4647
4648         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4649         handling.
4650
4651 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4652
4653         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4654         its data structures.
4655
4656         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4657         instead of the cl.el copy-list.
4658         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4659         equalp.
4660
4661 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4662
4663         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4664         and tool-bar-local-item-from-menu.
4665
4666         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4667         mode-line-highlight face for Emacs.
4668
4669         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4670         loading gnus-sum.elc; fix comment for canlock-verify.
4671         (gnus-article-jump-to-part): Use read-number.
4672         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4673         Remove Emacs pre-21 compatible code for help-echo.
4674         (gnus-article-next-page-1): No need to adjust the number of lines.
4675         (gnus-article-describe-bindings): Always use help-buffer.
4676
4677         * gnus-audio.el (gnus-audio-inline-sound)
4678         * gnus-cus.el (gnus-custom-mode)
4679         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4680
4681         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4682
4683         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4684         compatible code.
4685
4686 2010-09-24  Glenn Morris  <rgm@gnu.org>
4687
4688         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4689         visiting the fcc file in rmail-mode.
4690
4691         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4692
4693 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4694
4695         * nnir.el: Silence the byte compiler.
4696
4697         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4698         alias to browse-url-url-encode-chars if any.
4699         (gnus-html-encode-url): Use it.
4700
4701 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4702
4703         * gnus-start.el (gnus-use-backend-marks): New variable.
4704         (gnus-get-unread-articles-in-group): Use it.
4705
4706         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4707         makeover.
4708
4709 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4710
4711         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4712
4713 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4714
4715         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4716         Remove.
4717         (gnus-setup-news-hook):
4718         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4719
4720         * gnus-int.el (gnus-request-update-info): Protect against backends not
4721         having the function.
4722
4723         * nnimap.el (nnimap-stream): Mention starttls.
4724         (nnimap-open-connection): Add starttls support.
4725
4726 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4727
4728         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4729
4730 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4731
4732         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4733         BODYSTRUCTUREs.
4734         (nnimap-transform-headers): Unfold quoted {42} headers.
4735
4736         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4737         the info.
4738         (gnus-get-unread-articles): Only call updatep on backends that support
4739         it.
4740
4741         * nnweb.el (nnweb-request-update-info): NOOP.
4742
4743         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4744
4745         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4746         since it only deals with marks.
4747
4748         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4749         gnus-request-marks, and make a new gnus-request-update-info.
4750
4751         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4752         the active instead of the high number, which is usually too low.
4753
4754 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4755
4756         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4757         * encrypt.el: Remove.
4758
4759 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4760
4761         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4762         server in symbolic form.
4763
4764         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4765
4766 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4767
4768         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4769         (nnimap-update-info): Fix up code slightly.
4770
4771         * gnus-int.el (gnus-open-server): Add tracing for performance
4772         debugging.
4773
4774         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4775         (gnus-group-insert-group-line): Pass the real group name so that it
4776         gets the right data.
4777
4778         * gnus-start.el (gnus-get-unread-articles): Don't have
4779         `gnus-get-unread-articles-in-group' update info, since that can be
4780         really slow and doesn't seem to be needed?
4781
4782 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4783
4784         * time-date.el (date-to-time): Try using parse-time-string first before
4785         using the slower timezone-make-date-arpa-standard.
4786
4787 2010-09-22  Julien Danjou  <julien@danjou.info>
4788
4789         * gnus-group.el (gnus-group-insert-group-line):
4790         Call gnus-group-highlight-line.
4791         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4792         default hook list.
4793         (gnus-group-update-eval-form): Add new function.
4794         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4795         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4796
4797 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4798
4799         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4800         immediate, then expire all articles.
4801         (nnimap-update-info): Fix off-by-one errors.
4802         (nnimap-flags-to-marks): Would return no marks lists for group with no
4803         flags.  Instead return the other data.
4804
4805 2010-09-22  Julien Danjou  <julien@danjou.info>
4806
4807         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4808         Only return an icon.
4809         (gnus-group-insert-group-line): Compute icon to return.
4810
4811         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4812         (gnus-html-image-fetched): Only cache if
4813         gnus-html-image-automatic-caching is set.
4814         (gnus-html-image-fetched): Check for errors.
4815
4816 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4817
4818         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4819         once per method on `g'.  This ensures that backends like nnfolder don't
4820         open all their folders.
4821
4822         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4823         (nnimap-request-list): Nix out group in the correct buffer.
4824         (nnimap-parse-flags): Implement by using `read' instead of
4825         hand-parsing.
4826         (nnimap-flags-to-marks): Pass on permanent-flags.
4827         (nnimap-make-process-buffer): Record the server name.
4828         (nnimap-parse-flags): Fix typo.
4829         (nnimap-request-scan): Run split on the server in general, not just a
4830         single group.
4831
4832         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4833         parameter, and propagate this downwards.
4834
4835         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4836         since EXAMINE changes it on the server.
4837
4838         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4839         this command might take a while.
4840
4841 2010-09-22  Julien Danjou  <julien@danjou.info>
4842
4843         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4844         harmful if you have 2 images side-by-side, they can't be properly
4845         update on text deletion.  Using text-property is safer here.
4846         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4847         data.
4848
4849 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4850
4851         * nnimap.el (nnimap-expunge-inbox): Remove.
4852         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4853         (nnimap-expunge): Flip default to t.
4854
4855         * gnus.el (gnus-method-to-server): Don't push things to the cache
4856         unless it's unique.
4857         (gnus-server-to-method): Ditto.
4858
4859 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4860
4861         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4862
4863 2010-09-22  Julien Danjou  <julien@danjou.info>
4864
4865         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4866         get the start of data.
4867         (gnus-html-encode-url): Add this function to encode special chars in
4868         URL.
4869         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4870         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4871
4872         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4873         default.
4874         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4875
4876         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4877         images alt-text.
4878         (gnus-html-put-image): Put alt-text as help-echo.
4879
4880 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4881
4882         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4883         * mm-util.el (mm-decompress-buffer)
4884         * nnir.el (nnir-run-find-grep)
4885         * pop3.el (pop3-list): Use 3rd arg of split-string.
4886
4887         * time-date.el (format-seconds): Comment fix.
4888
4889         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4890         and byte-optimize-form-code-walker.
4891         (dgnushack-make-auto-load): Don't advise make-autoload.
4892
4893         * lpath.el: Remove Emacs 21 stuff.
4894
4895 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4896
4897         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4898         outside the active range.  Suggested by Dan Christensen.
4899
4900         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4901         slightly later to avoid double-getting it.
4902
4903         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4904         previous patch.
4905
4906         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4907
4908 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4909
4910         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4911
4912 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4913
4914         * gnus-int.el (gnus-open-server): Give a better error message in the
4915         "go offline" case.
4916
4917         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4918         marks for nnimap, which is seldom the right thing to do.
4919
4920         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4921         (gnus-same-method-different-name): New function.
4922
4923         * nnimap.el (parse-time): Require.
4924
4925         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4926         method in the presence of many similar methods.
4927
4928         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4929
4930         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4931         nnml-inhibit-expiry.
4932
4933         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4934         find out whether methods are equal.
4935
4936         * nnimap.el (nnimap-find-expired-articles): New function.
4937         (nnimap-process-expiry-targets): New function.
4938         (nnimap-request-move-article): Request the article before looking at
4939         what the Message-ID is.  Fix found by Andrew Cohen.
4940         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4941
4942         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4943         for oldness in addition to being a predicate.
4944
4945         * nnimap.el (nnimap-request-group): When we have zero articles, return
4946         the right data to Gnus.
4947         (nnimap-request-expire-articles): Only delete articles immediately if
4948         the target is 'delete.
4949
4950         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4951         method, this would bug out.
4952
4953         * gnus-group.el (gnus-group-expunge-group): Rename from
4954         gnus-group-nnimap-expunge, and implemented as a normal interface
4955         function.
4956
4957         * gnus-int.el (gnus-request-expunge-group): New function.
4958
4959         * nnimap.el (nnimap-request-create-group): Implement.
4960         (nnimap-request-expunge-group): New function.
4961
4962 2010-09-21  Julien Danjou  <julien@danjou.info>
4963
4964         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4965         (gnus-html-cache-expired): Add new function.
4966         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4967         wethever we should display image for fetch it.
4968         Compute alt-text earlier to pass it to the fetching function too.
4969         (gnus-html-schedule-image-fetching): Change function argument to only
4970         get one image at a time, not a list.
4971         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4972         cache.
4973         (gnus-html-get-image-data): New function to retrieve image data from
4974         cache.
4975         (gnus-html-put-image): Change buffer argument to use image data rather
4976         than file, and place image above region rather than inserting a new
4977         one.  Do not take alt-text as argument, since it's useless now: we place
4978         the image above alt-text.
4979         (gnus-html-prune-cache): Remove.
4980         (gnus-html-show-images): Start to fetch image when we find one, do not
4981         push into a temporary list.
4982         (gnus-html-prefetch-images): Only fetch image if they have expired.
4983         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4984         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4985
4986 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4987
4988         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4989
4990 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4991
4992         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4993         spec inser "*" if the group isn't active instead of 0.
4994
4995         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4996         opening the server.
4997         (nnimap-request-delete-group): Implement group deletion.
4998         (nnimap-transform-headers): Return the size of the entire message in
4999         the Bytes header, not just the size of the first part.
5000         (nnimap-request-move-article): When moving an article from nnimap,
5001         request the article first so the accepting form has an article to
5002         accept.  Reported by Dan Christensen.
5003         (nnimap-command): Make sure that the error message doesn't error out.
5004
5005 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
5006
5007         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5008         we haven't requested anything.
5009
5010 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5011
5012         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5013         "".  Fix found by Andrew Cohen.
5014
5015         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5016         instead of -encode-string.
5017
5018 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5019
5020         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5021
5022         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5023         by mm-subst-char-in-string.
5024
5025 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5026
5027         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5028         waiting for the connection string.
5029
5030         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5031         arriving.
5032
5033         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5034         bogus characters.  This allows selecting certain Gmail groups.
5035
5036         * nnimap.el (nnimap-find-wanted-parts-1): New function.
5037         (nnimap-fetch-partial-articles): New variable.
5038         (nnimap-open-connection): When looking for credentials, also use the
5039         nnimap-server-port.
5040         (nnimap-request-article): Return the group/article number, so that Gnus
5041         `^' works as expected.
5042         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5043
5044         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5045         comments.
5046         (gnus-methods-sloppily-equal): New function.
5047         (gnus): When using the development version of Gnus, load the gnus-load
5048         file.
5049
5050         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5051         `gnus-open-server' on each method before trying to scan them etc.
5052         This ensures that all the backend parameters are set correctly.
5053
5054         * nnimap.el (nnimap-authenticator): New variable.
5055         (nnimap-open-connection): Allow anonymous login.
5056         (nnimap-transform-headers): The chars header is called Chars not Bytes.
5057         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5058
5059         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5060         patch, found by Knut Anders Hatlen.
5061
5062 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
5063
5064         * gnus-agent.el (gnus-agent-batch-confirmation)
5065         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5066         to gnus-message.
5067         * gnus-art.el (gnus-article-describe-briefly): Likewise.
5068         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5069         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5070         * gnus-int.el (gnus-open-server): Likewise.
5071         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5072         (gnus-score-check-syntax): Likewise.
5073         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5074         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5075         Likewise.
5076         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5077
5078 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5079
5080         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5081         calling conventions so that prefetch doesn't bug out.
5082
5083 2010-09-19  Julien Danjou  <julien@danjou.info>
5084
5085         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5086         rather than `subst-char-in-region' in order to be able to replace ASCII
5087         char by UTF-8 ones.
5088
5089         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5090         than curl.
5091         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5092         the right URL and ALT text on images.
5093         (gnus-html-wash-tags): Fix tag case.
5094         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
5095         (gnus-article-html): Add -o display_ins_del=2 option.
5096         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5097
5098 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5099
5100         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5101         the extra mail headers, which sometimes seem to happen for unknown
5102         reasons.
5103
5104         * mail-parse.el (mail-header-encode-parameter): Define as
5105         rfc2045-encode-string instead of as rfc2231-encode-string, since some
5106         (or most, perhaps?) mail readers don't understand the latter, but do
5107         understand the former.
5108
5109         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5110         to nil, so that no methods are automatically agentized.  I think this
5111         is probably what most users want.
5112
5113         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5114         from url-retrieve, for instance about invalid URLs.
5115
5116         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5117         groups that have no articles.
5118         (nnimap-request-article): Check that we really got an article when we
5119         requested one.
5120
5121         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5122         doesn't exist.
5123
5124         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5125         nntp buffer so the agent can save it.
5126         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5127         that CRLF doesn't get translated to \n.
5128         (nnimap-open-connection): Don't make 'shell commands only send \n.
5129
5130 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5131
5132         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5133         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5134         Update var name.
5135         (nnml-generate-nov-file): Use dolist.
5136         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5137         Use with-current-buffer.
5138
5139 2010-09-18  Julien Danjou  <julien@danjou.info>
5140
5141         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5142         parallel.
5143
5144 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5145
5146         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5147         the range update right.
5148         (nnimap-request-group): Don't make `M-g' bug out on group with no
5149         marks.
5150         (nnoo): Require, so that other packages can require nnimap.
5151         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5152         command we're looking for.  This helps when the server sends more
5153         responses after we've gotten everything we expected.
5154         (nnimap): Add a `newlinep' field to keep track of end-of-line
5155         conventions.
5156         Don't send CRLF to things that don't want it.
5157         (nnimap-request-accept-article): Ditto.
5158
5159 2010-09-18  Julien Danjou  <julien@danjou.info>
5160
5161         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5162         than curl to retrieve images.
5163
5164 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5165
5166         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5167         the marks.
5168         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5169         (nnimap-wait-for-connection): New function.
5170         (nnimap-open-connection): If we have PREAUTH, don't query for login
5171         credentials.
5172         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5173         when doing a partial update.
5174
5175 2010-09-18  Julien Danjou  <julien@danjou.info>
5176
5177         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5178         tags.
5179
5180 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5181
5182         * nnimap.el (nnimap-credentials): New function.
5183         (nnimap-open-connection): Use the new function to look for credentials
5184         also on the numeric equivalents of "imap" and "imaps".
5185
5186         * gnus-start.el (gnus-activate-group): Send the info to
5187         gnus-request-group.
5188
5189         * nnimap.el (nnimap-request-group): Have the "check" version of the
5190         function parse flags and update the info, so that a `M-g' get a total
5191         resync of all flags from the group.
5192
5193         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5194         to allow backends to alter the info on group selection.  Also alter all
5195         the backend -request-group functions to take the parameter.
5196
5197         * nnimap.el (nnimap-store-info): New function.
5198         (nnimap-update-info): Store the info for later usage.
5199         (nnimap-request-group): Use the stored info for the dont-check case, so
5200         that we don't retrieve all marks when we enter a group.
5201
5202         * nnimap.el: Use deffoo instead of defun for interface functions.
5203
5204         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5205         update the group info.  This makes the nndraft groups, for instance, go
5206         back to their old behaviour.
5207
5208         * gnus-sum.el (gnus-select-newsgroup): Indent.
5209
5210         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5211         in.
5212         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5213         nothing.
5214
5215         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5216         from methods that are denied.
5217
5218         * gnus-int.el (gnus-method-denied-p): New function.
5219
5220         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5221         store the password instead of netrc.
5222         (nnimap-open-connection): Don't error out when we can't make a
5223         connections.
5224
5225         * auth-source.el (auth-source-create): In the password prompt, say what
5226         we're querying for.  Also prompt for user name if that hasn't been
5227         given.
5228
5229         * nnimap.el (nnimap-with-process-buffer): Remove.
5230
5231 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5232
5233         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5234         method when we're reading from the agent.
5235
5236         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5237
5238         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5239         that's probably most useful for users.
5240
5241         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5242         "failed" all the time.
5243
5244         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5245         ...)) with (with-current-buffer ... ).
5246
5247         * nntp.el (nntp-open-server): Return whether the open was successful or
5248         not.
5249
5250         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5251         select an unread unseen article first.
5252
5253         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5254         /etc/services, supply some sensible port defaults.
5255
5256         * dgnushack.el: Define netrc-credentials.
5257
5258 2010-09-17  Julien Danjou  <julien@danjou.info>
5259
5260         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5261
5262 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5263
5264         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5265         doesn't have any parameters.
5266
5267 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5268
5269         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5270         only upcased checks.
5271
5272         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5273
5274         * nnimap.el (nnimap-open-shell-stream): New function.
5275         (nnimap-open-connection): Use it.
5276         (nnimap-transform-headers): Get the number of lines in each message.
5277         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5278         number of lines.
5279         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5280         problem.
5281
5282         * utf7.el (utf7-encode): Autoload.
5283
5284         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5285         to allow the mail splitting to not return a default group.  This is
5286         useful for nnimap, which will leave unmatched mail in the inbox.
5287
5288         * nnimap.el: Rewritten.
5289
5290         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5291         nnimap usage.
5292
5293         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5294         if the move is internal, so that nnimap can do fast internal moves.
5295
5296         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5297         data.
5298         (gnus-read-active-for-groups): Support finishing the early retrieval of
5299         data.
5300
5301         * gnus-range.el (gnus-range-nconcat): New function.
5302
5303         * gnus-int.el (gnus-finish-retrieve-group-infos)
5304         (gnus-retrieve-group-data-early): New functions.
5305
5306 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5307
5308         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5309         (nnrss-retrieve-groups):
5310         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5311         (pop3-quit): Use with-current-buffer.
5312
5313 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5314
5315         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5316         instead of nnheader-accept-process-output.
5317
5318         * dgnushack.el (dgnushack-compile): Add comment.
5319
5320         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5321
5322         * gnus-html.el (gnus-html-schedule-image-fetching)
5323         (gnus-html-prefetch-images): Replace process-kill-without-query by
5324         gnus-set-process-query-on-exit-flag.
5325
5326 2010-09-16  Romain Francoise  <romain@orebokech.com>
5327
5328         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5329
5330 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5331
5332         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5333         parameter to unintern is mandatory-ish in Emacs 24.
5334
5335         * gnus-html.el (gnus-html-schedule-image-fetching)
5336         (gnus-html-prefetch-images): Check for curl before using it.
5337
5338         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5339         depend on curl, which isn't essential.
5340
5341         * imap.el: Revert back to version
5342         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5343         seem problematic.
5344
5345 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5346
5347         * gnus-registry.el (gnus-registry-install-shortcuts):
5348         Explicitly pass `obarray' to `unintern' to avoid a warning.
5349
5350 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5351
5352         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5353         change.
5354
5355         * nnrss.el (nnrss-request-list): Remove this function and related
5356         functions, including the moreover stuff.
5357
5358 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5359
5360         * nnrss.el (nnrss-retrieve-groups): New function.
5361
5362 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5363
5364         * .dir-locals.el: Add no-byte-compile cookie.
5365
5366 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5367
5368         * time-date.el (format-seconds): Comment fix.
5369
5370         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5371         for back end that doesn't support request-scan.
5372
5373 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5374
5375         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5376         then do request scans from the backends.
5377
5378         * netrc.el (netrc-credentials): New conveniency function.
5379
5380         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5381         avoid running a hook per line, since this takes a lot of time,
5382         profiling shows.
5383         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5384         directly if gnus-visual-p is true.
5385
5386 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5387
5388         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5389         groups; replace mapcar with dolist which is a bit faster; pass groups
5390         info to gnus-read-active-file-1.
5391         (gnus-read-active-file-1): Scan only specified groups if the new
5392         optional arg `infos' is given.
5393
5394 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5395
5396         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5397
5398         * pop3.el (pop3-movemail): Remove.
5399         (pop3-streaming-movemail): Rename to pop3-movemail.
5400
5401         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5402         don't restrict end-tag searches to the end of the line.
5403
5404 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5405
5406         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5407         articles of every unchecked group to t, which means unknown since the
5408         server has never been opened.
5409
5410 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5411
5412         * gnus-html.el (gnus-html-show-alt-text): New command.
5413         (gnus-html-browse-image): Ditto.
5414         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5415         to browse the image directly.
5416         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5417         better.
5418
5419         * gnus-async.el (gnus-async-article-callback):
5420         Call `gnus-html-prefetch-images' unconditionally.
5421
5422         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5423         before feeding URLs to curl.
5424
5425 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5426
5427         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5428         internal images as deletable by `W D D'.
5429
5430         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5431         (gnus-async-article-callback): Fix typo.
5432
5433 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5434
5435         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5436         current line to work around bugs in the output from w3m.
5437
5438         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5439         for groups that want that.
5440
5441         * nntp.el (nntp-wait-for-string): Supply a timeout for
5442         accept-process-output to ensure progress.
5443
5444         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5445         level to get unread articles from, then use that for foreign groups,
5446         too.
5447
5448         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5449         confuses the rest of the function.
5450
5451         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5452         for the methods that support -retrieve-groups, too.
5453
5454         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5455
5456 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5457
5458         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5459         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5460
5461         * pop3.el: Require cl when compiling.
5462         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5463
5464 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5465
5466         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5467         that aren't going to be activated.
5468         (gnus-get-unread-articles): Fix up the last commit.
5469
5470         * gnus-html.el (gnus-article-html): Allow calling without specifying
5471         the handle.  In that case, dissect the buffer first.
5472
5473         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5474
5475         * nnimap.el (nnimap-open-connection): Revert the change that would look
5476         into authinfo for imaps instead of imap.
5477
5478         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5479         say that you don't want to call gnus-request-group with don-check, but
5480         do check the reponse.  This is for virtual groups only.
5481         (gnus-get-unread-articles): Count the archive groups as secondary, so
5482         that they're activated the same way as before.
5483
5484         * imap.el (imap-message-map): Removed optional buffer parameter, since
5485         no callers use it.
5486         (imap-message-get): Ditto.
5487         (imap-message-put): Ditto.
5488         (imap-mailbox-map): Ditto.
5489         (imap-mailbox-put): Ditto.
5490         (imap-mailbox-get): Ditto.
5491         (imap-mailbox-get): Revert last change for this function.
5492
5493         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5494         case-insensitively.
5495         (nnimap-debug): Remove.
5496
5497         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5498         to use `imap-fetch' instead.  According to the comments, this should be
5499         safe, since all other IMAP clients use the 1:* syntax.
5500         (imap-enable-exchange-bug-workaround): Removed.
5501         (imap-debug): Removed -- doesn't seem very useful.
5502
5503         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5504         mail from a file, and the file doesn't exist.
5505
5506         * imap.el (imap-log): New convenience function used throughout instead
5507         of repeating the same code all over the place.
5508
5509         * pop3.el (pop3-streaming-movemail): Return t for success.
5510
5511         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5512         .authinfo if we're using ssl connection.
5513
5514         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5515         already have if we're in a main Gnus `g' run.
5516
5517         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5518
5519 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5520
5521         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5522
5523         * nnmh.el (nnmh-request-list-1): Bind `file'.
5524
5525         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5526         alias to set-process-query-on-exit-flag or process-kill-without-query.
5527         (pop3-open-server): Use it.
5528
5529 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5530
5531         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5532         box to the Incoming file.  Fixes mistake in previous checkin.
5533
5534         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5535         request loop (for debugging purposes) removed.
5536
5537         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5538         culprit is more visible.
5539         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5540         (nnml-add-incremental-nov): New functions to do "incremental" nov
5541         updates, where we just append to the end of the existing nov files
5542         without reading/writing them in full.
5543
5544         * mail-source.el (mail-source-delete-crash-box): Really only check the
5545         incoming files once in a while.
5546
5547         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5548
5549         * mail-source.el (mail-source-delete-crash-box): Only check the
5550         incoming files for deletion once per day to save a lot of file
5551         accesses.
5552
5553         * pop3.el (pop3-logon): Fix up unbound variable typo.
5554
5555         * mail-source.el (pop3-streaming-movemail): Autoload.
5556
5557         * pop3.el (pop3-streaming-movemail):
5558         Respect pop3-leave-mail-on-server.
5559
5560         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5561         retrieval.
5562
5563         * pop3.el (pop3-process-filter): Remove unused function.
5564         (pop3-streaming-movemail, pop3-send-streaming-command)
5565         (pop3-wait-for-messages, pop3-write-to-file)
5566         (pop3-number-of-responses): New functions for streaming pop3
5567         retrieval.
5568
5569         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5570         come from no known methods.
5571         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5572         list.
5573
5574         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5575         message sizes.
5576         (pop3-movemail): Use erase-buffer instead of looping and deleting
5577         regions, which seems rather odd.
5578
5579         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5580         file once per `g' run.
5581
5582         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5583         directories.  This makes the draft queue directory work.
5584
5585         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5586         data from the backends, so that we only request the list of groups from
5587         each method once.  This should speed things up considerably.
5588
5589         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5590         detect that it's not implemented.
5591
5592         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5593         we actually do recurse down into the tree, but don't stat all leaf
5594         nodes.
5595
5596         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5597         then say so instead of bugging out.
5598
5599         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5600         files exist before trying to read them.
5601
5602         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5603         around <pre_int>.
5604
5605         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5606
5607         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5608
5609 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5610
5611         * mm-util.el (mm-image-load-path): Just return the image directories,
5612         not all directories in the path in addition to the image directories.
5613         (mm-image-load-path): Maintain a cache of the image directories so that
5614         the `g' command in Gnus doesn't have to stat dozens of directories each
5615         time.
5616
5617         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5618         (gnus-html-wash-tags): Add a new `i' command to insert images.
5619         (gnus-html-insert-image): New command and keystroke.
5620         (gnus-html-redisplay-with-images): New command and keystroke.
5621         (gnus-html-show-images): Rename command.
5622         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5623         spacers.
5624         (gnus-html-wash-tags): Decode entities at the end, so that entities
5625         inside the tags don't mess up the rest of the "parsing".
5626
5627         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5628         so that nnimap methods aren't agentized by default.  There's apparently
5629         many problems related to agent/imap behaviour.
5630
5631         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5632
5633         * gnus-html.el: Doc fix.
5634
5635 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5636
5637         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5638         specifier-spec-list for Emacs 21.
5639
5640         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5641         glyph-width and glyph-height instead of display-graphic-p and
5642         image-size; make avoidance of displaying small images work for XEmacs.
5643
5644         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5645         for XEmacs.
5646
5647         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5648         of symbol that holds plist data.
5649         (gnus-process-plist): Remove plist of process after getting it.
5650
5651 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5652
5653         * message.el (message-generate-hashcash): Change default to
5654         'opportunistic if hashcash is installed.
5655
5656         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5657         (gnus-html-put-image): Only call image-size once, since it's somewhat
5658         time-consuming on remote X servers.
5659
5660 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5661
5662         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5663         type on data, not a file name.
5664
5665         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5666         window-pixel-edges for Emacs 21.
5667
5668         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5669         decoded contents.
5670         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5671
5672 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5673
5674         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5675         group line format, since it isn't very interesting.
5676
5677         * gnus-agent.el (gnus-agent-short-article),
5678         (gnus-agent-long-article): Increase values for these two variables,
5679         since most people are likely to have more network connection and
5680         storage than before.
5681
5682         * gnus.el (gnus-refer-article-method): Change default to 'current.
5683         When referring an article, the common behaviour is to refer it from the
5684         current select method, not the native select method.  The chances of
5685         the native select method having the message in question is rather slim
5686         these days.
5687
5688         * gnus-sum.el (gnus-auto-select-subject): Change default to
5689         `unseen-or-unread'.  I think it's likely that most people want to
5690         select an unseen article over a previously seen, but unread one.
5691
5692         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5693         means that in the article buffer none of the minor mode elements will
5694         be shown, usually, and this is not desirable in most cases.
5695
5696         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5697         that commands like `d' (and the like) go to the next line in the
5698         buffer, instead of the next unread article.  I think this is the
5699         behaviour that is most natural for most users.
5700         (gnus-single-article-buffer): Change default to nil, so that people can
5701         have as many article buffers open as they have summary buffer.  I think
5702         this is the most natural way for the groups to behave.
5703
5704         * message.el (message-generate-new-buffers): Change default to
5705         `unsent', so that all new message buffers start their names with the
5706         string "*unsent", and it's easier to find the buffers if you move from
5707         them.
5708
5709 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5710
5711         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5712         small.  They're probably tracking images.
5713         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5714         (gnus-html-rescale-image): Yet another try at getting the image sizing
5715         right.
5716
5717         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5718         nntp-marks-file-name is nil.
5719
5720 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5721
5722         * gnus-html.el (gnus-html-wash-tags)
5723         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5724         Better logging.
5725
5726 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5727
5728         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5729
5730         * gnus-html.el (gnus-html-wash-tags): Check the value of
5731         gnus-blocked-images in the summary buffer.
5732
5733 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5734
5735         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5736
5737 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5738
5739         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5740         like "a", it seems like.
5741         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5742         since it needs to be picked from the correct buffer.
5743
5744         * nnwfm.el: Remove.
5745
5746         * nnlistserv.el: Remove.
5747
5748 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5749
5750         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5751         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5752
5753 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5754
5755         * nnkiboze.el: Remove.
5756
5757         * nndb.el: Remove.
5758
5759         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5760         alt text.
5761         (gnus-html-rescale-image): Try to get the rescaling logic right for
5762         images that are just wide and not tall.
5763
5764         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5765         overshadow variable bindings.
5766
5767 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5768
5769         * gnus-html.el (gnus-html-wash-tags)
5770         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5771         Add extra logging.
5772
5773 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5774
5775         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5776         (gnus-max-image-proportion): New variable.
5777         (gnus-html-rescale-image): New function.
5778         (gnus-html-put-image): Rescale images.
5779
5780 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5781
5782         Fix up some byte-compiler warnings.
5783         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5784         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5785         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5786         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5787         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5788         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5789         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5790
5791 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5792
5793         * gnus-html.el (gnus-article-html): Decode contents by charset.
5794
5795 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5796
5797         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5798         (gnus-html-frame-width, gnus-blocked-images)
5799         * message.el (message-prune-recipient-rules): Add custom version.
5800         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5801
5802         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5803         functions.
5804
5805         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5806         gnus-process-get.
5807
5808 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5809
5810         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5811         instead of lsub directly.
5812
5813 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5814
5815         * nnwarchive.el: Remove.
5816
5817         * gnus-soup.el: Remove.
5818
5819         * nnsoup.el: Remove.
5820
5821         * nnultimate.el: Remove.
5822
5823         * gnus-html.el (gnus-blocked-images): New variable.
5824
5825         * message.el (message-prune-recipients): New function.
5826         (message-prune-recipient-rules): New variable.
5827
5828         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5829         guess whether a long line is natural text or not.
5830
5831         * gnus-html.el (gnus-html-schedule-image-fetching):
5832         Use gnus-process-plist and friends for compatibility.
5833
5834 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5835
5836         * gnus-html.el: Require packages that define macros used in this file.
5837         (gnus-article-mouse-face): Declare to silence byte-compiler.
5838         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5839         process-get.
5840         (gnus-html-put-image): Use plist-get to avoid getf.
5841         (gnus-html-prefetch-images): Use with-current-buffer.
5842
5843 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5844
5845         * gnus-ems.el: Provide compatibility functions for
5846         gnus-set-process-plist.
5847
5848         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5849         header-line-format for XEmacs 21.4.
5850
5851         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5852         * gnus.el (gnus-valid-select-methods)
5853         * message.el (message-send-mail-partially-limit)
5854         * mm-decode.el (mm-text-html-renderer)
5855         * mml.el (mml-insert-mime-headers-always)
5856         * smiley.el (smiley-regexp-alist): Bump custom version.
5857
5858 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5859
5860         * gnus-html.el: require mm-url.
5861         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5862         with the url to `url'.
5863         (gnus-html-wash-tags): Support cid: URLs/images.
5864
5865 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5866
5867         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5868         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5869         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5870
5871         * gnus-move.el: Remove file, since it doesn't really work.
5872
5873         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5874         UTF-8.  This seems to fix problems with some German web feeds.
5875
5876         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5877         at the top so that the proper colours are applied.
5878
5879         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5880         don't have dots in their names.
5881
5882         * gnus-art.el (gnus-article-view-part): Doc fix.
5883
5884         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5885         XEmacs-compatible.
5886         (gnus-html-put-image): Don't do images on non-graphic displays.
5887
5888         * nnslashdot.el: Remove this unused backend.
5889
5890         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5891         actions.
5892         (gnus-undo-register-1): Revert last change.
5893
5894         * gnus-group.el (gnus-group-completing-read): Protect against not
5895         having completion-styles bound.
5896
5897         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5898         make broken recipients happier.
5899
5900         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5901
5902         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5903         point parameter.
5904
5905         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5906
5907         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5908         completion-styles for group selection.
5909
5910 2009-02-04  Andreas Schwab  <schwab@suse.de>
5911
5912         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5913         headers and regexp-quote the match if necessary.
5914
5915 2009-03-24  Miles Bader  <miles@gnu.org>
5916
5917         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5918         the blinking smiley.
5919
5920 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5921
5922         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5923         blink smiley.
5924
5925 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5926
5927         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5928         where the dribbel file lives exists.
5929
5930         * message.el (message-send-mail-partially-limit): Change the default to
5931         nil, since most people don't want this.
5932
5933         * mm-url.el (mm-url-decode-entities): Also decode entities like
5934         &#x3212.
5935
5936 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5937
5938         * gnus-sum.el (gnus-summary-idna-message):
5939         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5940         Hyperlink urls in docstrings with URL `...'.
5941
5942 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5943
5944         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5945         functions.
5946
5947 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5948
5949         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5950         say what the mouseover text should be.
5951
5952         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5953         version of the mm-w3m-safe-url-regexp variable to only download images
5954         in the groups where we want that to happen.
5955
5956         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5957
5958         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5959         easier debugging.
5960         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5961         big pictures in the article buffer.
5962
5963         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5964         gnus-article-html.
5965         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5966         w3m.
5967
5968         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5969
5970 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5971
5972         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5973         which doesn't exist.
5974
5975         * message.el (message-inhibit-ecomplete): New variable to allow some
5976         function to inhibit ecomplete address storage.
5977         (message-resend): Disable ecomplete message storage when resending
5978         messages.
5979
5980         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5981
5982 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5983
5984         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5985         Save excursion while copying, moving, and deleting articles in order to
5986         prevent the cursor from jumping to unforeseen place.
5987
5988 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5989
5990         * lpath.el: No need to bind bookmark-current-buffer,
5991         bookmark-yank-point and bookmark-make-record-function.
5992
5993 2010-08-17  Glenn Morris  <rgm@gnu.org>
5994
5995         * gnus-sync.el: Require gnus components whose functions are used.
5996
5997         * gnus-art.el (bookmark-make-record-function):
5998         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5999         Declare for compiler.
6000
6001         * mm-url.el (mml-compute-boundary): Autoload.
6002
6003 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6004
6005         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6006
6007 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
6008
6009         Typo fix "hoo4a" -> "hook".
6010
6011         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6012
6013 2010-08-14  Glenn Morris  <rgm@gnu.org>
6014
6015         * gnus-sync.el (gnus-sync): Fix defgroup version.
6016
6017 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
6018
6019         Doc fixes and keep unknown groups (ammended for nunion bug fix).
6020
6021         * gnus-sync.el: Fix docs.
6022         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6023         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6024
6025 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6026
6027         Optimizations for gnus-sync.el.
6028
6029         * gnus-sync.el: Add docs about gnus-sync-backend
6030         possibilities.
6031         (gnus-sync-save): Remove unnecessary message.
6032         (gnus-sync-read): Optimize and show what groups were skipped.
6033
6034 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6035
6036         Minor bug fixes for gnus-sync.el.
6037
6038         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6039         Don't read the sync on get-new-news.
6040
6041         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6042         quiet.
6043
6044         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6045         (fix typo).
6046
6047 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
6048
6049         Make saving and restoring of hidden threads work with overlays.
6050         Patch applied by Ted Zlatanov.
6051
6052         * gnus-sum.el (gnus-hidden-threads-configuration)
6053         (gnus-restore-hidden-threads-configuration): Update to deal with text
6054         properties, rather than searching for a magic character.
6055
6056 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6057
6058         New gnus-sync.el library for synchronization of marks.
6059
6060         * gnus-sync.el: New library for synchronization of marks.
6061
6062         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6063         renamed from `gnus-registry-grep-in-list'.
6064
6065         * gnus-registry.el (gnus-registry-follow-group-p):
6066         Use `gnus-grep-in-list'.
6067
6068         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6069
6070 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6071
6072         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6073         determining charset of text fails.
6074
6075 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6076
6077         * nnmail.el (nnmail-get-new-mail-1): Revert.
6078
6079         * nnml.el (nnml-active-number): Make sure names of newly created groups
6080         in nnml-group-alist are encoded.
6081
6082 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6083
6084         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6085         containing non-ASCII characters in active file for nnml back end.
6086
6087 2010-07-24  David Engster  <dengste@eml.cc>
6088
6089         * mml-smime.el (mml-smime-epg-verify): Also accept the older
6090         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6091
6092 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
6093
6094         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6095         tag (Bug#6654).
6096
6097 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6098
6099         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6100         the article buffer, not the summary buffer.
6101
6102 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6103
6104         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6105         Emacs 23 as well.
6106
6107 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6108
6109         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
6110         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
6111
6112 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6113
6114         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6115         Patch applied by Karl Fogel.
6116
6117         * gnus-sum.el (gnus-summary-bookmark-make-record):
6118         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6119
6120 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6121
6122         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6123         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
6124         C-w still not working correctly from Article buffers; Thierry's
6125         patch to fix that will be applied after this.
6126
6127         * gnus-art.el (bookmark-make-record-function): New local variable.
6128
6129         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6130         article buffer.
6131         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6132
6133 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6134
6135         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6136         on changes in bookmark.el.
6137
6138 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6139
6140         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
6141         `no-log' instead of message not to log prompt string.
6142
6143 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
6144
6145         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6146         the *other* type of HTML form submission.
6147
6148 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6149
6150         * auth-source.el (auth-source-pick): If choice does not contain a
6151         questioned keyword, set the check to t.
6152
6153 2010-06-12  Romain Francoise  <romain@orebokech.com>
6154
6155         * gnus-util.el (gnus-date-get-time): Move up before first use.
6156
6157 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6158
6159         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6160         (gnus-article-edit-part): Bind it to make last part that is substituted
6161         or deleted visible.
6162         (gnus-mime-display-single): Buttonize part of which id equals to
6163         gnus-mime-buttonized-part-id.
6164
6165 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6166
6167         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6168         (gnus-dd-mmm): Use gnus-date-get-time.
6169         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6170         simplify logic.
6171         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6172         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6173
6174 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6175
6176         * auth-source.el (top): Autoload `secrets-list-collections',
6177         `secrets-create-item', `secrets-delete-item'.
6178         (auth-sources): Fix tag string.
6179         (auth-get-source, auth-source-retrieve, auth-source-create)
6180         (auth-source-delete): New defuns.
6181         (auth-source-pick): Rewrite in order to avoid 2 passes.
6182         (auth-source-forget-user-or-password): New parameter USERNAME.
6183         (auth-source-user-or-password): New parameters CREATE-MISSING and
6184         DELETE-EXISTING.  Retrieve password interactively, if needed.
6185
6186 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6187
6188         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6189         deleting unused directories when gnus-expert-user is t.
6190
6191 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6192
6193         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6194         for each temp file when gnus-article-browse-delete-temp is ask.
6195
6196 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6197
6198         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
6199         Lisp calls to delete-backward-char by calls to delete-char.
6200
6201 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6202
6203         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6204
6205 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6206
6207         * password-cache.el (password-cache-remove): Fix docstring.
6208
6209 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6210
6211         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6212         article unless decoding article to be saved.
6213
6214 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6215
6216         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6217         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6218         generated within the mm-with-unibyte-current-buffer macro.
6219
6220 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6221
6222         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6223         to nil when we're in a mml-preview buffer and no group is selected.
6224
6225 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6226
6227         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6228         when catching the `C-g'.  Reported by "Leo".
6229
6230 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6231
6232         * message.el (message-forward-make-body-plain)
6233         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6234         multibyte-string-p.
6235
6236         * lpath.el: Revert.
6237
6238 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6239
6240         * message.el (message-forward-make-body-mml): Assume original message
6241         is multibyte string; error on unibyte.
6242         (message-forward-make-body-plain): Ditto; don't add excessive newline
6243         in body end.
6244
6245         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6246
6247 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6248
6249         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6250         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6251
6252 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6253
6254         * mm-extern.el (mm-extern-url): Don't use
6255         mm-with-unibyte-current-buffer.
6256         (mm-extern-cache-contents): Use with-current-buffer instead of
6257         save-excursion + set-buffer.
6258
6259 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6260
6261         * mm-util.el (mm-emacs-mule): Remove.
6262
6263 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6264
6265         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6266         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6267         change.
6268
6269 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6270
6271         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6272         bind the default value of enable-multibyte-characters to nil.
6273
6274 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6275
6276         * message.el (message-forward-make-body-plain)
6277         (message-forward-make-body-mml):
6278         Don't use mm-with-unibyte-current-buffer.
6279
6280 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6281
6282         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6283
6284 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6285
6286         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6287         (Bug#5592).
6288
6289 2010-05-07  Julien Danjou  <julien@danjou.info>
6290
6291         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6292         it to mm-pipe-part.
6293
6294         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6295         it is given.
6296
6297 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6298
6299         * binhex.el (binhex-decode-region-internal)
6300         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6301         (dns-query)
6302         * nnweb.el (nnweb-gmane-search)
6303         * pgg-parse.el (pgg-parse-armor)
6304         * pgg.el (pgg-verify-region)
6305         * sha1.el (sha1-string-external)
6306         * uudecode.el (uudecode-decode-region-internal)
6307         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6308         XEmacs.
6309
6310         * gnus-art.el (gnus-article-browse-html-parts)
6311         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6312         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6313         make-temp-file.
6314
6315         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6316         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6317         compiling.
6318
6319         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6320         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6321         XEmacs when compiling.
6322
6323         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6324         gnus-pick-mode-off-hook for XEmacs when compiling.
6325         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6326         gnus-binary-mode-off-hook for XEmacs when compiling.
6327
6328         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6329         Return nil if char-charset is not available.
6330
6331         * imap.el (imap-disable-multibyte)
6332         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6333         macros.
6334
6335         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6336         instead of encode-coding-string.
6337
6338         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6339         'xemacs) instead of mm-emacs-mule to switch function definitions.
6340         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6341
6342         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6343         bind temporary-file-directory for XEmacs;
6344         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6345         timer-set-function for XEmacs 21.4 and SXEmacs;
6346         bind timer-list for XEmacs 21.4 and SXEmacs;
6347         fbind char-charset and find-charset-region for non-Mule XEmacs;
6348         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6349         encode-coding-region and encode-coding-string for XEmacs having no
6350         file-coding feature.
6351
6352 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6353
6354         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6355
6356 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6357
6358         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6359         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6360
6361 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6362
6363         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6364         alias `jka-compr-delete-temp-file' no longer exists.
6365
6366 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6367
6368         Use define-minor-mode in Gnus where applicable.
6369         * mml.el (mml-mode): Use define-minor-mode.
6370         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6371         (gnus-undo-mode): Use define-minor-mode.
6372         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6373         (gnus-dead-summary-mode): Use define-minor-mode.
6374         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6375         Initialize in declaration.
6376         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6377         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6378         (gnus-mailing-list-mode): Use define-minor-mode.
6379         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6380         (gnus-draft-mode): Use define-minor-mode.
6381         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6382         (gnus-dired-mode): Use define-minor-mode.
6383
6384 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6385
6386         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6387         handles on recursive mml-to-mime translation and check them for
6388         boundary delimiter collisions.  Reported by Greg Troxel.
6389
6390 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6391
6392         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6393
6394 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6395
6396         * mm-util.el (mm-find-buffer-file-coding-system):
6397         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6398
6399 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6400
6401         * message.el (message-generate-headers): Record insertion of optional
6402         headers as well.  Otherwise the check to prevent repeated insertion of
6403         optional headers is a no-op.
6404
6405 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6406
6407         * smime.el: Don't mention CVS.
6408
6409         * nnrss.el (nnrss-fetch): Don't mention CVS.
6410
6411         * nnir.el: Don't mention CVS.
6412
6413 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6414
6415         * gnus-sum.el (gnus-summary-bookmark-make-record):
6416         Add `location' field.
6417
6418 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6419
6420         * lpath.el: Fbind bookmark-default-handler,
6421         bookmark-get-bookmark-record, bookmark-make-record-default,
6422         bookmark-prop-get for Emacs <23 and XEmacs.
6423
6424 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6425
6426         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6427         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6428         Use with-current-buffer to silence the byte-compiler.
6429         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6430         bother to require `gnus'.
6431         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6432
6433 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6434
6435         * gnus-sum.el (gnus-summary-bookmark-make-record)
6436         (gnus-summary-bookmark-jump): New functions.
6437         (gnus-summary-mode): Setup bookmark support.
6438
6439 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6440
6441         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6442         if set.
6443
6444 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6445
6446         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6447         gnus-article-browse-html-save-cid-image; make it work recursively for
6448         forwarded messages as well.
6449         (gnus-article-browse-html-parts): Work when prefix arg is given.
6450         (gnus-article-browse-html-article): Doc fix.
6451
6452 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6453
6454         * message.el (message-default-mail-headers):
6455         (message-default-headers): Carry the value mail-default-headers over
6456         into message-default-mail-headers, rather than message-default-headers.
6457
6458 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6459
6460         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6461         charset.
6462
6463         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6464         charset into the <meta> tag when the article is encoded to utf-8.
6465
6466 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6467
6468         * gnus-art.el (gnus-article-browse-delete-temp-files):
6469         Delete directories as well.
6470         (gnus-article-browse-html-parts): Work for images that do not specify
6471         file names; delete temp directory when quitting; insert header at the
6472         right place; use file: scheme for image files.
6473
6474 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6475
6476         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6477         (gnus-article-browse-html-parts): Use it to make temporary cid image
6478         files in addition to html file so that browser may display them.
6479
6480 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6481
6482         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6483
6484 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6485
6486         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6487
6488 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6489
6490         * auth-source.el (auth-sources): Change default to be simpler.
6491         Explain about Secret Service API sources.  Improve Customize options.
6492         (auth-source-pick): Change to accept any number of search parameters.
6493         Implement fallbacks iteratively, not recursively.  Add scoring on the
6494         second pass and sort by score.  Call Secret Service API when needed.
6495         (auth-source-user-or-password): Use it.  Call Secret Service API
6496         directly when needed to get the user name and the password.
6497
6498 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6499
6500         * message.el (message-interactive): Doc fix.
6501         (message-qmail-inject-args): Reflow.
6502         (message-kill-to-signature): Fix typo in docstring.
6503
6504         * smiley.el (smiley-buffer): Fix typo in docstring.
6505
6506 2010-03-24  Glenn Morris  <rgm@gnu.org>
6507
6508         * mail-source.el (gnus-message): Declare.
6509         (mail-source-delete-old-incoming): Require gnus-util.
6510
6511 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6512
6513         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6514
6515         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6516
6517         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6518         password-cache's default if it is not bound.
6519         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6520         password-cache-expiry's default if it is not bound.
6521
6522         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6523         available in Emacs 21.
6524
6525         * lpath.el: Suppress compiler warnings for:
6526         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6527         XEmacs;
6528         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6529         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6530         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6531
6532 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6533
6534         * auth-source.el (auth-sources): Fix up definition so extra parameters
6535         are always inline.
6536
6537 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6538
6539         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6540         wasn't updated after mismatch.  Clear cached mailbox info correctly
6541         when uidvalidity changes.
6542         (nnimap-group-prefixed-name): New function to avoid some code
6543         duplication.
6544         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6545         (nnimap-request-group): Use it.
6546         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6547         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6548         with many imap folders.  This is done by caching the group status from
6549         the imap server persistently in a group parameter `imap-status'.  (This
6550         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6551         but not persistently, so every Gnus startup was still very slow.)
6552
6553 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6554
6555         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6556         delete the extra newline.  Otherwise editing of :string and :number
6557         types don't work.
6558
6559 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6560
6561         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6562         secrets.el dependency.
6563         (auth-sources): Add optional user name.  Add secrets.el configuration
6564         choice (unused right now).
6565
6566 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6567
6568         * gnus-sum.el (gnus-summary-make-menu-bar):
6569         Let `gnus-registry-install-shortcuts' fill in the functions.
6570
6571         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6572         warnings.
6573         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6574         (gnus-registry-install-shortcuts): Populate and use it in a
6575         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6576
6577 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6578
6579         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6580         In-place substitutions for the group name encoding/decoding.
6581         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6582         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6583         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6584         (nnimap-update-unseen, nnimap-request-list)
6585         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6586         (nnimap-request-set-mark, nnimap-split-to-groups)
6587         (nnimap-split-articles, nnimap-request-newgroups)
6588         (nnimap-request-create-group, nnimap-request-accept-article)
6589         (nnimap-request-delete-group, nnimap-request-rename-group)
6590         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6591         `encoded-mbx' for consistency.
6592         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6593         variable `imap-current-mailbox'.
6594
6595         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6596         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6597
6598 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6599
6600         * pop3.el (pop3-display-message-size-flag): Display message size byte
6601         counts during POP3 download.
6602         (pop3-movemail): Use it.
6603         (pop3-list): Implement listing of available messages.
6604
6605 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6606
6607         * nnir.el (nnir-get-article-nov-override-function): New function to
6608         override the normal NOV retrieval.
6609         (nnir-retrieve-headers): Use it.
6610
6611 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6612
6613         * auth-source.el (netrc-machine-user-or-password): Autoload.
6614
6615 2010-03-19  Glenn Morris  <rgm@gnu.org>
6616
6617         Stop message.el from loading about 40 libraries it doesn't always need.
6618         The general approach is to autoload rather than require, and to
6619         require in the specific functions rather than the file.  (Bug#5642)
6620
6621         * gmm-utils.el: Don't require wid-edit.
6622         (widget-create-child-value, widget-convert, widget-default-get):
6623         Autoload.
6624
6625         * gnus-util.el: Don't require time-date, netrc.
6626         (message-fetch-field, gnus-group-name-decode): Declare rather than
6627         autoloading.
6628         (gnus-fetch-field): Require message.
6629         (gnus-decode-newsgroups): Require gnus-group.
6630
6631         * ietf-drums.el: Don't require time-date.
6632
6633         * message.el: Don't require hashcash, canlock, ecomplete.
6634         Do require mail-utils.  Require nnheader only when compiling.
6635         (smtpmail-default-smtp-server): Remove declaration.
6636         (message-send-mail-function): Check smtpmail-default-smtp-server
6637         is bound rather than requiring smtpmail.
6638         (message-auto-save-directory, message-insert-signature):
6639         Use expand-file-name rather than nnheader-concat.
6640         (nnheader-insert-file-contents): Autoload.
6641         (hashcash-wait-async): Declare.
6642         (message-send-mail): Only call gnus-setup-posting-charset if
6643         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6644         (message-send-mail-with-sendmail): Require sendmail.
6645         (canlock-password, canlock-password-for-verify): Declare.
6646         (message-canlock-password): Require canlock.
6647         (nnheader-get-report): Autoload.
6648         (gnus-setup-posting-charset): Declare.
6649         (message-send-news): Require gnus-msg.
6650         (message-make-references, message-make-in-reply-to): Use mail-header-id
6651         rather than the alias mail-header-message-id.
6652         (ecomplete-add-item, ecomplete-save): Declare.
6653         (message-put-addresses-in-ecomplete): Require ecomplete.
6654         (ecomplete-display-matches): Autoload.
6655
6656         * mm-decode.el: Don't require mailcap, gnus-util.
6657         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6658         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6659         Autoload.
6660         (mailcap-mime-extensions): Declare.
6661
6662         * mm-encode.el: Don't require mailcap.
6663         (mailcap-extension-to-mime): Autoload.
6664
6665         * mml-sec.el: Don't require password-cache.
6666
6667         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6668         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6669         (mml-minibuffer-read-type): Require mailcap.
6670         (mml-preview): Require gnus-msg.
6671
6672         * mml1991.el: Require password-cache.
6673         (password-cache-expiry): Remove declaration.
6674
6675         * mml2015.el: Require password-cache.
6676         (password-cache-expiry): Remove declaration.
6677
6678         * nneething.el (mailcap): Require mailcap.
6679
6680         * nnheader.el (declare-function): Add compatibility stub.
6681         (message-remove-header): Declare rather than autoload.
6682         (nnheader-replace-header): Require message.
6683
6684         * nnimap.el (declare-function): Add compatibility stub.
6685         (netrc-parse, netrc-machine-user-or-password): Declare.
6686         (nnimap-open-connection): Require netrc.
6687
6688         * nntp.el (declare-function): Add compatibility stub.
6689         (netrc-parse, netrc-machine, netrc-get): Declare.
6690         (nntp-send-authinfo): Require netrc.
6691
6692         * rfc2047.el: Don't require qp.
6693         (quoted-printable-encode-region, quoted-printable-decode-string):
6694         Autoload.
6695
6696         * sieve-mode.el: Don't require easymenu.
6697         (easy-menu-add-item): Autoload it.
6698
6699         * spam-stat.el (time-to-number-of-days): Autoload it.
6700
6701 2010-03-19  Glenn Morris  <rgm@gnu.org>
6702
6703         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6704
6705 2010-03-18  Glenn Morris  <rgm@gnu.org>
6706
6707         * hashcash.el (declare-function): Remove duplicate definition.
6708
6709 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6710
6711         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6712         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6713         value if any backslash escapes).
6714
6715 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6716
6717         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6718         if it is available.  (bug#5647)
6719
6720         * lpath.el: Suppress compiler warning for coding-system-from-name for
6721         Emacs 21 and XEmacs.
6722
6723 2010-03-14  Juri Linkov  <juri@jurta.org>
6724
6725         * hmac-def.el:
6726         * hmac-md5.el:
6727         * netrc.el: Fix keywords.
6728
6729 2010-02-26  Glenn Morris  <rgm@gnu.org>
6730
6731         * message.el (message-send-mail-function): Change the default, so that
6732         it inherits from a customized send-mail-function.  (Bug#5643)
6733
6734 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6735
6736         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6737         shell-command-to-string signals an error (bug#5299).
6738
6739 2010-02-24  Glenn Morris  <rgm@gnu.org>
6740
6741         * message.el (message-smtpmail-send-it)
6742         (message-send-mail-with-mailclient): Doc fixes.
6743
6744 2010-02-16  Glenn Morris  <rgm@gnu.org>
6745
6746         * message.el (message-default-mail-headers): Change the default value
6747         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6748
6749 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6750
6751         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6752         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6753
6754 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6755
6756         * time-date.el (date-to-time): Doc fix (Bug#5408).
6757
6758 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6759
6760         * message.el (message-mail): Just pass yank-action on to message-setup.
6761         (message-setup): Handle (FUN . ARGS) form of yank-action.
6762         (message-with-reply-buffer, message-widen-reply)
6763         (message-yank-original): Handle non-buffer values of
6764         message-reply-buffer (Bug#4080).
6765         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6766
6767 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6768
6769         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6770         Fix typo in docstring.
6771
6772 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6773
6774         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6775         response.
6776
6777 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6778
6779         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6780
6781         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6782
6783         * message.el (message-check-news-header-syntax): Protect against a
6784         string that `rfc822-addresses' returns when parsing fails.
6785
6786 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6787
6788         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6789         (gnus-previous-char-property-change): New functions.
6790
6791         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6792
6793 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6794
6795         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6796         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6797
6798 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6799
6800         * message.el (message-exchange-point-and-mark): Rework last change to
6801         avoid using optional arg of exchange-point-and-mark, for backward
6802         compatibility.
6803
6804 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6805
6806         * message.el (message-exchange-point-and-mark):
6807         Call exchange-point-and-mark with an argument rather than setting
6808         mark-active by hand (Bug#5175).
6809
6810 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6811
6812         * nntp.el (nntp-service-to-port): Work for service expressed with
6813         numeric string; replace [:digit:] with [0-9] for XEmacs.
6814
6815 2009-12-17  Glenn Morris  <rgm@gnu.org>
6816
6817         * gnus-group.el (gnus-bug-group-download-format-alist):
6818         Change emacs entry to debbugs.gnu.org.  Bump :version.
6819
6820 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6821
6822         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6823
6824 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6825
6826         * message.el (message-info): Explain why we use `Info-goto-node'.
6827
6828 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6829
6830         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6831
6832 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6833
6834         * message.el (message-completion-in-region): New compatibility function.
6835         (message-expand-group): Use it.
6836
6837 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6838
6839         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6840         with no unread article should be listed if the 2nd arg `predicate' is
6841         given.
6842
6843 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6844
6845         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6846
6847 2009-11-29  Juri Linkov  <juri@jurta.org>
6848
6849         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6850         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6851         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6852
6853 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6854
6855         * sha1.el (sha1-string-external): default-directory "/" in case
6856         otherwise non-existent.  process-connection-type pipe for touch of
6857         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6858
6859 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6860
6861         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6862         it's comms related and sgml-mode.el has "comm" on that basis too.
6863
6864 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6865
6866         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6867         containing tspecial characters if they have been already quoted.
6868
6869 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6870
6871         * dns-mode.el (auto-mode-alist): Purecopy string.
6872
6873 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6874
6875         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6876
6877 2009-10-24  Glenn Morris  <rgm@gnu.org>
6878
6879         * gnus-art.el (help-xref-stack-item): Define for compiler.
6880
6881 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6882
6883         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6884
6885 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6886
6887         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6888
6889 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6890
6891         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6892         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6893
6894 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6895
6896         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6897         (gnus-overlays-in): New alias to overlays-in.
6898
6899         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6900         gnus-overlay-get, and gnus-delete-overlay.
6901         (gnus-summary-show-thread): Make it work as well for systems in which
6902         next-single-char-property-change is not available.
6903         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6904
6905         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6906         (gnus-overlay-get): New alias to extent-property.
6907         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6908
6909         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6910         SXEmacs.
6911
6912         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6913         SXEmacs.
6914
6915 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6916
6917         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6918
6919 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6920
6921         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6922         and XEmacs that don't have `remove-overlays'.
6923
6924 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6925
6926         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6927         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6928         selective display.  Use overlays instead.
6929
6930 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6931
6932         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6933
6934 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6935
6936         * spam-stat.el (spam-stat-load): Fix typo in message.
6937
6938 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6939
6940         * dig.el (dig-invoke): Fix typo in docstring.
6941         (query-dig): Reflow docstring.
6942
6943 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6944
6945         * gnus-art.el (gnus-article-encrypt-body):
6946         * message.el (message-check-recipients):
6947         * mm-util.el (mm-codepage-setup):
6948         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6949         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6950
6951 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6952
6953         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6954         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6955         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6956         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6957         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6958
6959 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6960
6961         * dig.el: Add "Keywords: comm", as per net-utils.el.
6962
6963 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6964
6965         * dig.el (dig-mode): Use define-derived-mode.
6966
6967 2009-09-19  Glenn Morris  <rgm@gnu.org>
6968
6969         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6970
6971 2009-09-18  Glenn Morris  <rgm@gnu.org>
6972
6973         * gnus-diary.el (gnus-diary-check-message):
6974         * message.el (message-insert-formatted-citation-line):
6975         * nnbabyl.el (top-level):
6976         * nndiary.el (nndiary-schedule):
6977         Fix typos in condition-case handlers.
6978
6979 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6980
6981         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6982         configuration that provides the sole article window in a frame;
6983         position point correctly after deleting a part.
6984
6985 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6986
6987         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6988         (spam-resolve-registrations-routine): Use it to unregister articles
6989         that change status.
6990
6991 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6992
6993         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6994         with XEmacs.
6995         (parse-time-string-chars): Use it.
6996
6997 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6998
6999         * imap.el (imap-interactive-login): Better messages.
7000         (imap-open): Fix bug with renamed buffer on reconnect.
7001         (imap-authenticate): Add buffer-local imap-last-authenticator variable
7002         for easier debugging and cleaner code.  On successful (guessed based on
7003         server capabilities) secondary authentication, set imap-state
7004         correctly.
7005         (imap-last-authenticator): Define imap-last-authenticator as a variable
7006         to avoid warnings.
7007
7008 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7009
7010         * nnrss.el (nnrss-request-article): Remove binding of
7011         default-enable-multibyte-characters that has gotten needless by
7012         the 2007-07-13 change in rfc2047-encode-message-header.
7013
7014         * mml.el (mml-insert-multipart): Error on the message header.
7015         (mml-insert-part): Error on the message header; position point at
7016         the end of a MIME tag.
7017
7018 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7019
7020         * time-date.el (autoload): Expand define-obsolete-function-alias into
7021         defalias and make-obsolete for old Emacsen that Gnus supports.
7022         (with-no-warnings): Define it for old Emacsen.
7023         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7024         is available.
7025         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7026         float-time is available; suppress compile warning for time-to-seconds.
7027
7028         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7029         (gnus-float-time): Alias to float-time if it exists.
7030
7031         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7032         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7033         float-time is available; suppress compile warning for time-to-seconds.
7034
7035         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
7036         XEmacs.
7037
7038 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
7039
7040         * imap.el (imap-message-map): Docstring fix.
7041
7042 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7043
7044         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7045         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7046         Add the optional argument `encoding' that overrides the default.
7047
7048         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7049         mm-encode-buffer.
7050
7051 2009-09-04  Glenn Morris  <rgm@gnu.org>
7052
7053         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7054         mm-disable-multibyte, rather than default-enable-multibyte-characters.
7055         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7056         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7057         * mm-util.el (mm-with-unibyte-current-buffer)
7058         (mm-find-buffer-file-coding-system):
7059         * yenc.el (yenc-decode-region): Use default-value rather than
7060         default-enable-multibyte-characters.
7061
7062 2009-09-03  Glenn Morris  <rgm@gnu.org>
7063
7064         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7065         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7066         than default-enable-multibyte-characters.
7067
7068 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
7069
7070         * gnus-art.el (gnus-article-read-summary-keys):
7071         Fix gnus-buffer-configuration's value temporarily used.
7072
7073 2009-09-02  Glenn Morris  <rgm@gnu.org>
7074
7075         * gnus-util.el (gnus-float-time): New function.
7076         * gnus-delay.el (gnus-delay-article):
7077         * gnus-sum.el (gnus-thread-latest-date):
7078         * gnus-util.el (gnus-user-date): Use gnus-float-time.
7079         * nnspool.el (nnspool-request-newgroups):
7080         Use gnus-float-time rather than time-to-seconds.
7081         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7082
7083         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7084         (gnus-header-subject-face, gnus-header-newsgroups-face)
7085         (gnus-header-name-face, gnus-header-content-face):
7086         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7087         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7088         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7089         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7090         (gnus-cite-face-11):
7091         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7092         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7093         (gnus-server-closed-face, gnus-server-denied-face)
7094         (gnus-server-offline-face):
7095         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7096         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7097         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7098         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7099         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7100         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7101         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7102         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7103         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7104         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7105         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7106         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7107         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7108         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7109         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7110         (gnus-summary-high-undownloaded-face)
7111         (gnus-summary-low-undownloaded-face)
7112         (gnus-summary-normal-undownloaded-face)
7113         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7114         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7115         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7116         (gnus-splash-face):
7117         * message.el (message-header-to-face, message-header-cc-face)
7118         (message-header-subject-face, message-header-newsgroups-face)
7119         (message-header-other-face, message-header-name-face)
7120         (message-header-xheader-face, message-separator-face)
7121         (message-cited-text-face, message-mml-face):
7122         * sieve-mode.el (sieve-control-commands-face)
7123         (sieve-action-commands-face, sieve-test-commands-face)
7124         (sieve-tagged-arguments-face):
7125         * spam.el (spam-face):
7126         Mark face aliases with "-face" in the name as obsolete.
7127
7128 2009-09-01  Glenn Morris  <rgm@gnu.org>
7129
7130         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7131         than goto-line.
7132
7133 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7134
7135         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7136         Don't move point if the command is invoked inside the message header.
7137
7138 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7139
7140         * imap.el (imap-send-command): Simplify.
7141         (imap-wait-for-tag): point-max -> buffer-size.
7142
7143 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7144
7145         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7146         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7147         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7148         * nnir.el (nnir-swish-e-index-file):
7149         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7150         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7151         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7152         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7153         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7154         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7155
7156 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7157
7158         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7159         Don't save excursion.
7160
7161 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7162
7163         * nnheader.el (nnheader-find-file-noselect):
7164         * mm-util.el (mm-insert-file-contents):
7165         Use (default-value 'major-mode) instead of default-major-mode.
7166
7167 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7168
7169         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7170
7171 2009-08-26  Glenn Morris  <rgm@gnu.org>
7172
7173         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
7174         than placing in files.el.
7175
7176 2009-08-25  Glenn Morris  <rgm@gnu.org>
7177
7178         * nnir.el (top-level): Don't require cl at run-time.
7179         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7180         Replace cl-function substitute with gnus-replace-in-string.
7181         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7182         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7183         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7184         simplified expansions.
7185
7186 2009-08-25  Kevin Ryde  <user42@zip.com.au>
7187
7188         * dig.el (dig): Add autoload cookie.
7189
7190 2009-08-22  Glenn Morris  <rgm@gnu.org>
7191
7192         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7193         goto-line.
7194
7195 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7196
7197         * parse-time.el (parse-time-string-chars): Save match data.
7198
7199 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7200
7201         * parse-time.el (parse-time-string-chars): Compute using character
7202         classes, to handle non-ascii characters (Bug#3190).
7203
7204 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7205
7206         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7207
7208         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7209         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7210         (gnus-mm-display-part, gnus-mime-display-single)
7211         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7212         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7213
7214         * gnus-sum.el
7215         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7216         (gnus-summary-move-article): Add expirable mark to articles copied or
7217         moved to group that has auto-expire turned on if the option is non-nil.
7218
7219 2009-07-24  Glenn Morris  <rgm@gnu.org>
7220
7221         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7222         Fix typo.  (Bug#3903)
7223
7224 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7225
7226         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7227         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7228         that should not be used for draft articles.
7229         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7230         that has no concern in minor mode keys.
7231         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7232         Abolish.
7233
7234 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7235
7236         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7237         article without making inquiry to a user for unknown encoding.
7238
7239         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7240         (nnmaildir--scan): Assume i-node and device number that file-attributes
7241         returns might be cons-cell.
7242
7243         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7244
7245         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7246
7247 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7248
7249         * auth-source.el: Remove docs now in auth.texi.  Don't use
7250         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7251         `auth-source-hide-passwords' and use them.
7252
7253 2009-07-15  Glenn Morris  <rgm@gnu.org>
7254
7255         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7256
7257 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7258
7259         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7260         excessive whitespace from the default values of title and description.
7261
7262 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7263
7264         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7265         mail-fetch-field to fetch Content-Description header in order to
7266         exclude newlines.
7267
7268 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7269
7270         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7271         format used by GnuPG 2.0.11.
7272
7273 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7274
7275         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7276         to deleted part.
7277
7278 2009-05-30  David Engster  <dengste@eml.cc>
7279
7280         * nnmairix.el: Remove old documentation in the commentary block.
7281         (nnmairix-request-group): Do not update active file for nnml back ends.
7282         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7283         end so that overview files are ignored.
7284         (nnmairix-update-groups): Make updating the groups more robust by using
7285         marks.
7286         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7287         with dollar characters in message-id.
7288
7289 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7290
7291         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7292         2008-12-25 in dns.el.
7293
7294 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7295
7296         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7297         could happen if the text is only composed of spaces and/or tabs.
7298
7299 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7300
7301         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7302         when sending a queued message to avoid extra mml tags.
7303
7304 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7305
7306         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7307
7308 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7309
7310         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7311         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7312         rmail-toggle-header for XEmacs;
7313         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7314
7315 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7316
7317         * gnus-dired.el: Remove autoload for gnus-setup-message.
7318         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7319         displaying Gnus logo; always use compose-mail.
7320
7321 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7322
7323         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7324
7325 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7326
7327         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7328         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7329         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7330         available.
7331         (gnus-nocem-epg-verify): New function.
7332
7333 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7334
7335         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7336
7337 2009-02-15  Glenn Morris  <rgm@gnu.org>
7338
7339         * gnus-util.el (rmail-insert-rmail-file-header)
7340         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7341         autoloads.
7342         (rmail-default-rmail-file): Remove unnecessary declaration.
7343         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7344
7345 2009-02-14  Glenn Morris  <rgm@gnu.org>
7346
7347         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7348         variable (only used in gnus-util, which declares it anyway).
7349         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7350         which was only needed by gnus-art (changed to not use it any more).
7351         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7352         only used in gnus-util, which autoloads it itself.
7353         (rmail-update-summary): Fix autoload.
7354
7355         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7356         rather than rmail-output-to-rmail-file.
7357
7358 2009-02-07  Glenn Morris  <rgm@gnu.org>
7359
7360         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7361         autoload of function that no longer exists.
7362         (rmail-toggle-header): Declare.
7363         (message-forward-rmail-make-body): Handle mbox Rmail.
7364
7365 2009-01-31  Glenn Morris  <rgm@gnu.org>
7366
7367         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7368         2009-01-09 change.
7369
7370 2009-01-31  Dave Love  <fx@gnu.org>
7371
7372         * imap.el (imap-fetch-safe): Bind debug-on-error.
7373         (imap-debug): Add imap-fetch-safe.
7374
7375 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7376
7377         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7378         (auth-source-forget-all-cached): New convenience function.
7379         (auth-source-user-or-password): Accept list of modes or a single mode.
7380
7381         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7382         auth-source modes.
7383
7384         * netrc.el (netrc-machine-user-or-password): Use list of
7385         auth-source modes.
7386
7387         * nnimap.el (nnimap-open-connection): Use list of
7388         auth-source modes.
7389
7390         * nntp.el (nntp-send-authinfo): Use list of
7391         auth-source modes.
7392
7393 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7394
7395         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7396         now.
7397
7398 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7399
7400         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7401         coding system in XEmacs; add a workaround for XEmacs.
7402
7403         * lpath.el: Fbind coding-system-aliasee.
7404
7405 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7406
7407         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7408         of current-language-environment.
7409
7410 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7411
7412         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7413         available at runtime.
7414
7415 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7416
7417         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7418
7419 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7420
7421         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7422         the greatest positive fixnum value doesn't work under an XEmacs with
7423         bignum support; use the most-positive-fixnum constant instead,
7424         available since Emacs 21.1 with cl and XEmacs 21.1.
7425
7426 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7427
7428         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7429         XEmacs gets not to work.
7430
7431 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7432
7433         * mm-util.el (mm-coding-system-priorities): Allow the value like
7434         "Japanese (UTF-8)" of current-language-environment.
7435
7436 2009-01-09  Glenn Morris  <rgm@gnu.org>
7437
7438         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7439         with last-command-event.
7440
7441 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7442
7443         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7444         in the doc string.
7445
7446         * message.el (message-fix-before-sending): Amend comment.
7447
7448 2009-01-08  Dave Love  <fx@gnu.org>
7449
7450         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7451
7452 2009-01-07  David Engster  <dengste@eml.cc>
7453
7454         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7455         simplified server definitions by converting it via
7456         gnus-server-to-method.
7457
7458 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7459
7460         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7461         parameter's operands.
7462
7463 2009-01-06  David Engster  <dengste@eml.cc>
7464
7465         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7466         primary select method (for gnus-group-mark-article-as-read).
7467
7468 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7469
7470         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7471         `(gnus)Face', not `(gnus)X-Face'.
7472
7473 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7474
7475         * mm-util.el (mm-ucs-to-char): New function.
7476
7477         * mm-url.el (mm-url-decode-entities): Use it.
7478
7479         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7480         unicode-to-char.
7481
7482 2009-01-05  Dave Love  <fx@gnu.org>
7483
7484         * time-date.el: Require cl for `declare'.
7485
7486 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7487
7488         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7489         Dave Love.
7490
7491 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7492
7493         * message.el (message-fix-before-sending): Add `eight-bit' to
7494         illegible-text check.
7495
7496 2009-01-03  Michael Olson  <mwolson@gnu.org>
7497
7498         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7499         `headers' is nil.  This can occur if the IMAP server does not have
7500         permissions to read messages from a folder, but can write new messages
7501         to the folder.
7502         (nnimap-request-article-part): Do not insert `data' if it is nil.
7503
7504         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7505         characters which will confuse `read', so skip past them.
7506
7507 2009-01-01  Dave Love  <fx@gnu.org>
7508
7509         * imap.el (imap-string-to-integer): Fix typo.
7510         (imap-fetch-safe): New function.
7511         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7512
7513         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7514
7515         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7516         (imap-parse-greeting): Fix doc strings.
7517         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7518         (imap-parse-flag-list): Make messages unique.
7519         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7520
7521         * nnimap.el: Fix author email.
7522         (nnimap-split-rule): Add FIXME comment.
7523         (nnimap-debug): Fix doc string.
7524
7525 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7526
7527         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7528
7529 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7530
7531         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7532         nslookup if resolv.conf isn't available.
7533         (dns-query): Rename from query-dns.
7534         (dns-query-cached): Rename from query-dns-cached.
7535
7536 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7537
7538         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7539         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7540         to check if those variables exist (first appeared in Emacs 18.50).
7541
7542 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7543
7544         * mm-util.el (mm-line-number-at-pos): New function.
7545
7546         * spam-report.el (spam-report-process-queue): Use it.
7547
7548 2008-12-24  David Engster  <dengste@eml.cc>
7549
7550         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7551         parameters that haven't existed as variables as buffer-local variables.
7552
7553 2008-12-23  Dave Love  <fx@gnu.org>
7554
7555         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7556         cadar.
7557
7558         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7559         imap-starttls-p.
7560         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7561
7562 2008-12-22  Dave Love  <fx@gnu.org>
7563
7564         * imap.el: Fix author email.  Doc fixes.
7565         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7566         reply.
7567
7568 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7569
7570         * spam-report.el (spam-report-gmane-max-requests): New constant.
7571         (spam-report-gmane-wait): New variable.
7572         (spam-report-gmane-ham, spam-report-gmane-spam)
7573         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7574         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7575         the server.
7576
7577         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7578         Add explanations.
7579
7580         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7581         nnheader-accept-process-output and nnheader-read-timeout if available.
7582         (pop3-movemail): Use it.
7583
7584         * message.el (message-check-news-body-syntax): Fix signature check if
7585         there's an attachment.
7586
7587 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7588
7589         * mm-util.el: Add comments to the mm- emulating functions.
7590
7591 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7592
7593         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7594         Reported by Stephen Berman <stephen.berman@gmx.net>.
7595
7596 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7597
7598         * mm-util.el (mm-substring-no-properties): New function.
7599         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7600         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7601         (mm-string-to-multibyte): Doc fix.
7602
7603         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7604
7605 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7606
7607         * mml.el (mml-attach-file): Strip text properties from file name.
7608         (Bug#1574)
7609
7610 2008-12-16  Glenn Morris  <rgm@gnu.org>
7611
7612         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7613
7614 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7615
7616         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7617         knows since the charset specified might be a bogus alias that
7618         mm-charset-synonym-alist provides.
7619
7620 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7621
7622         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7623         "ISO_8859-1".
7624
7625         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7626
7627 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7628
7629         * mm-util.el (mm-charset-eval-alist):
7630         Define it before mm-charset-to-coding-system.
7631         (mm-charset-to-coding-system): Add optional argument `silent';
7632         define it before mm-charset-override-alist.
7633         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7634         default value if it can be used in Emacs currently running;
7635         silence mm-charset-to-coding-system.
7636
7637 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7638
7639         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7640         `allow-override' which says whether to use `mm-charset-override-alist'.
7641         (rfc2047-decode-encoded-words): Use it.
7642
7643         * mm-util.el (mm-charset-override-alist): Fix custom type;
7644         add `(gb2312 . gbk)' to choices.
7645
7646 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7647
7648         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7649         fast.
7650
7651         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7652
7653         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7654
7655 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7656
7657         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7658         on links.
7659
7660         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7661
7662 2008-12-03  Lute Kamstra  <lute@gnu.org>
7663
7664         * sha1.el: Remove leading * from docstrings of defcustoms,
7665         deffaces, defconsts and defuns.
7666
7667 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7668
7669         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7670         users' addresses that don't have domain parts.
7671         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7672         rather than message-narrow-to-head since there will be the message
7673         header separator.
7674
7675 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7676
7677         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7678         since the result is inserted in a unibyte buffer anyway.
7679         (nnimap-demule-use-string-to-multibyte): Remove.
7680         (nnimap-demule): Alias it to mm-string-to-multibyte.
7681
7682 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7683
7684         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7685         variable for debugging bug#464 and bug#1174.
7686         (nnimap-demule): Use it.
7687
7688 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7689
7690         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7691         score calculation correctly.
7692
7693 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7694
7695         * message.el (message-send-mail): Just set the buffer to unibyte
7696         rather than use mm-with-unibyte-current-buffer which does a lot more.
7697         (message-send-mail-partially): Don't bother with
7698         mm-with-unibyte-current-buffer since it's already been made unibyte by
7699         message-send-mail.
7700
7701 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7702
7703         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7704
7705 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7706
7707         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7708
7709 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7710
7711         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7712         require itself and to remove `with-no-warnings'.
7713
7714 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7715
7716         * starttls.el (starttls-any-program-available): Get the name of the
7717         available TLS layer program.
7718         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7719         well as the host name in the "opening" message.
7720
7721         * auth-source.el (auth-source-cache, auth-source-do-cache)
7722         (auth-source-user-or-password): Cache passwords and logins by default,
7723         allow override with `auth-source-do-cache'.
7724         (auth-source-forget-user-or-password): Allow users to remove cache
7725         entries if needed.
7726
7727 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7728
7729         * md4.el (md4-buffer): Fix typo in docstring.
7730         (md4, md4-64): Doc fixes.
7731         (md4-pack-int32): Reflow docstring.
7732
7733 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7734
7735         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7736         condition-case to only the forward-sexp call.
7737
7738 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7739
7740         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7741         quotes contained.  Make it more robust regardless by an extra
7742         condition-case wrapper.
7743
7744 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7745
7746         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7747
7748 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7749
7750         * nnml.el (nnml-request-expire-articles): Check if the function set to
7751         `nnmail-expiry-target' returns the symbol `delete'.
7752
7753         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7754
7755         * nnmail.el (nnmail-expiry-target): Fix custom type.
7756
7757 2008-10-02  Glenn Morris  <rgm@gnu.org>
7758
7759         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7760         Silence compiler warning.
7761
7762 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7763
7764         * tls.el (open-tls-stream): Show the actual command being
7765         executed, instead of the format string.
7766
7767 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7768
7769         * lpath.el: Fbind codepage-setup for Emacs 23.
7770
7771 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7772
7773         * mml.el (mml-menu): Don't assume mml2015 is bound.
7774
7775 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7776
7777         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7778         exists.
7779
7780 2008-09-27  Glenn Morris  <rgm@gnu.org>
7781
7782         * gnus-util.el (mail-header-remove-comments): Autoload it.
7783
7784 2008-09-27  Andreas Schwab  <schwab@suse.de>
7785
7786         * gnus-util.el (gnus-split-references): Strip comments.
7787         (gnus-parent-id): Likewise.
7788
7789 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7790
7791         * message.el (message-confirm-send): Fix version.
7792
7793 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7794
7795         * message.el (message-idna-to-ascii-rhs-1): Use
7796         mail-extract-address-components rather than mail-header-parse-addresses
7797         that is an alias by default to ietf-drums-parse-addresses that does not
7798         support non-ASCII names in headers' contents.
7799
7800 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7801
7802         * message.el (message-confirm-send): Fix variable documentation to
7803         avoid the "y/n" wording.
7804
7805 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7806
7807         * message.el (message-set-auto-save-file-name): Save to a different
7808         filename so multiple messages (especially drafts) can be recovered.
7809
7810 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7811
7812         * message.el (message-confirm-send): Add appropriate version.
7813
7814 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7815
7816         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7817         defvar.
7818
7819 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7820
7821         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7822         (mm-pkcs7-enveloped-magic): Ditto.
7823
7824 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7825
7826         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7827         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7828
7829 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7830
7831         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7832         default, it's better.
7833
7834 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7835
7836         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7837         summary line gnus-number property and ignore them (with a warning
7838         message).
7839
7840 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7841
7842         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7843         macro caddr in the interactive form since it won't be expanded.
7844
7845 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7846
7847         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7848         `charset'; fix name of function called recursively.
7849         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7850
7851 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7852
7853         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7854         (gnus-mime-set-charset-parameters): New function.
7855         (gnus-mime-view-part-as-charset): Use it to correctly display part
7856         specifying wrong charset.
7857
7858 2008-09-08  David Engster  <dengste@eml.cc>
7859
7860         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7861         in completing-read for back end server.
7862
7863 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7864
7865         * message.el (message-confirm-send): New variable to confirm sending a
7866         message.
7867         (message-send): Use it.
7868
7869 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7870
7871         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7872
7873 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7874
7875         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7876
7877 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7878
7879         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7880         prevent tracking too many groups.
7881         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7882         Use it.
7883
7884 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7885
7886         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7887         moving point to the bottom of the window in order to avoid recentering.
7888
7889 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7890
7891         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7892
7893         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7894         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7895         (gnus-article-beginning-of-window): Fix calculation.
7896
7897 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7898
7899         * gnus-msg.el (gnus-summary-supersede-article)
7900         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7901         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7902         message header.
7903
7904 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7905
7906         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7907         pending output coming after the status change.
7908
7909 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7910
7911         * message.el:
7912         * gnus-start.el:
7913         * gnus-registry.el: Remove VMS support.
7914
7915 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7916
7917         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7918         macro.
7919         (rfc2104-hash): Use it.
7920
7921 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7922
7923         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7924         (gnus-summary-sort-by-most-recent-date): New commands.
7925         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7926         and menu entries.
7927
7928 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7929
7930         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7931         don't redisplay article for raw contents; remove plural articles stuff.
7932
7933         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7934         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7935         on gnus-summary-save-article; display results properly.
7936
7937 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7938
7939         * lpath.el: No need to fbind ns-focus-frame.
7940
7941 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7942
7943         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7944
7945 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7946
7947         * gnus-art.el (gnus-summary-save-in-pipe):
7948         Consider gnus-save-all-headers.
7949
7950 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7951
7952         * gnus-util.el (ns-focus-frame): Remove declaration.
7953         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7954         like x.
7955
7956 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7957
7958         * rfc2104.el (rfc2104-zero): Delete defconst.
7959         (rfc2104-hex-alist): Likewise.
7960         (rfc2104-hex-to-int): Delete func.
7961         (rfc2104-hexstring-to-bitstring): Likewise.
7962         (rfc2104-nybbles): New defconst.
7963         (rfc2104-hash): Rewrite for speed.
7964
7965 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7966
7967         * tls.el (open-tls-stream): Make it work with the 2nd argument
7968         BUFFER that is a string but does not exist as a buffer object, as
7969         mentioned in the doc-string.
7970
7971 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7972
7973         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7974         SXEmacs.
7975
7976 2008-07-16  Glenn Morris  <rgm@gnu.org>
7977
7978         * gnus-util.el (ns-focus-frame): Declare for compiler.
7979
7980 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7981
7982         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7983         set as a group parameter.
7984         (gnus-summary-save-in-pipe): Work when it is called independently.
7985         (gnus-summary-pipe-to-muttprint): Don't modify
7986         gnus-summary-pipe-output-default-command.
7987
7988 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7989
7990         * message.el (message-send-mail-with-sendmail):
7991         Display the error message.
7992
7993 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7994
7995         * gnus-art.el (gnus-default-article-saver):
7996         Add gnus-summary-save-in-pipe to choices.
7997         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7998         gnus-summary-pipe-output-default-command as the default command.
7999         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8000         instead of gnus-last-shell-command.
8001
8002         * gnus-sum.el (gnus-summary-pipe-output-default-command):
8003         New user option.
8004         (gnus-summary-muttprint-program): Mention the value will be changed.
8005         (gnus-summary-save-article): Force showing of all headers.
8006         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8007
8008 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
8009
8010         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8011
8012 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
8013
8014         * nnimap.el (nnimap-id):
8015         * sieve-manage.el (sieve-manage-open): Doc fixes.
8016
8017 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
8018
8019         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8020         if available.
8021
8022 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8023
8024         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8025
8026         * nnkiboze.el (nnkiboze-generate-group):
8027         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8028
8029         * nnmairix.el: Require CL.
8030
8031 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8032
8033         * dgnushack.el: Autoload get-display-table and put-display-table for
8034         XEmacs 21.5.
8035
8036         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
8037         21.4 and SXEmacs.
8038
8039 2008-06-15  David Engster  <dengste@eml.cc>
8040
8041         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8042
8043 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
8044
8045         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8046         New macros that expand to an `aset'/`aref' call under Emacs, and to a
8047         runtime choice under XEmacs.
8048
8049         * gnus-sum.el (gnus-summary-set-display-table):
8050         Use `gnus-put-display-table', `gnus-get-display-table',
8051         `gnus-set-display-table' for the display table, instead of `aset'.
8052
8053         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
8054         Use `gnus-put-display-table', `gnus-get-display-table',
8055         `gnus-set-display-table' for the display table.
8056
8057 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8058
8059         * nnmairix.el: Add autoloads.
8060
8061 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8062
8063         * nnmairix.el (nnmairix-delete-recreate-group)
8064         (nnmairix-update-and-clear-marks): Fix error messages.
8065
8066 2008-06-14  David Engster  <dengste@eml.cc>
8067
8068         * nnmairix.el: Upgrade to version 0.6.
8069         (nnmairix-group-toggle-propmarks-this-group)
8070         (nnmairix-group-toggle-readmarks-this-group)
8071         (nnmairix-group-delete-recreate-this-group)
8072         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8073         (nnmairix-remove-tick-mark-original-article): New commands.
8074         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8075         (nnmairix-propagate-marks-to-nnmairix-groups)
8076         (nnmairix-only-use-registry, nnmairix-allowfast-default)
8077         (nnmairix-marks-cache, nnmairix-version-output): New variables.
8078         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8079         functions needed for marks propagation and manipulation of read marks.
8080         (nnmairix-update-groups): New function.
8081         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8082         (nnmairix-determine-original-group-from-registry)
8083         (nnmairix-determine-original-group-from-path)
8084         (nnmairix-get-group-from-file-path, nnmairix-map-range)
8085         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8086         New helper functions.
8087         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8088         keystrokes for new commands.
8089         (nnmairix-delete-and-create-on-change): Doc string cleanup.
8090         (nnmairix-request-group): Check allow-fast group parameter.
8091         (nnmairix-request-create-group): Set allow-fast group parameter if
8092         nnmairix-allowfast-default is set.
8093         (nnmairix-close-group): Propagate marks upon closing if needed.
8094         (nnmairix-group-toggle-threads-this-group): Use new.
8095         nnmairix-group-toggle-parameter helper function.
8096         (nnmairix-search): Better check for empty search result.
8097         (nnmairix-goto-original-article): Use new helper functions for
8098         determining original article.
8099         (nnmairix-show-original-article): Make sure message-id is in brackets.
8100         (nnmairix-call-mairix-binary): Change variable name.
8101         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8102         helper function.
8103         (nnmairix-widget-toggle-activate): Fix doc string.
8104
8105 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8106
8107         * nnir.el: Require edmacro when compiling with XEmacs.
8108         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8109         available in Emacs 21.
8110
8111 2008-06-11  Glenn Morris  <rgm@gnu.org>
8112
8113         * gnus-util.el (x-focus-frame):
8114         * gnus.el (image-size):
8115         * mm-decode.el (image-size): Declare.
8116
8117         * gnus-picon.el (declare-function): Add compat definition.
8118         (image-size): Declare.
8119
8120         * gnus-group.el (tool-bar-map):
8121         * gnus-sum.el (tool-bar-map): Define for compiler.
8122
8123         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8124
8125         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8126
8127         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8128         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8129         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8130         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8131         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8132         * sieve-manage.el, spam-report.el, spam.el:
8133         Remove unnecessary eval-and-compile of autoloads.
8134
8135 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8136
8137         * auth-source.el: Precise Tramp doc.
8138
8139 2008-06-07  Glenn Morris  <rgm@gnu.org>
8140
8141         * nnmairix.el: Remove unnecessary eval-when-compile.
8142
8143 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8144
8145         * lpath.el: Fbind propertize for XEmacs 21.4.
8146
8147 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
8148
8149         * nnir.el: Move here from ../contrib.
8150
8151 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8152
8153         * gnus-util.el (gnus-read-shell-command): New function.
8154         * mm-decode.el (mm-pipe-part):
8155         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8156
8157 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8158
8159         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8160
8161 2008-06-03  Glenn Morris  <rgm@gnu.org>
8162
8163         * pop3.el (nnheader-accept-process-output): Autoload it.
8164
8165 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8166
8167         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8168         are not 2-digit hexadecimal characters that follow `%'s.
8169
8170 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8171
8172         * message.el (message-bogus-recipient-p): Fix type in doc string.
8173         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8174         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8175         Improve custom options.
8176         (message-bogus-recipient-p): Adjust accordingly.
8177
8178 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
8179
8180         * parse-time.el (parse-time-months, parse-time-weekdays): Add
8181         long-form month and day names.
8182
8183 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8184
8185         * dgnushack.el: Autoload debug, eudc-expand-inline and
8186         pgg-snarf-keys-region for XEmacs.
8187
8188         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
8189
8190         * nnmairix.el: Require edmacro when compiling with XEmacs.
8191
8192 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8193
8194         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8195         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8196
8197 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8198
8199         * auth-source.el: Add more docs.
8200
8201         * netrc.el (netrc-machine): Always match if the port is not given.
8202
8203 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8204
8205         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8206         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8207         retrieval faster in some cases, but might make CPU usage larger.
8208         If this has any bad side effects, we might revert this change.
8209
8210         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8211         seems to make mail retrieval much, much faster.
8212         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8213         unconditionally.
8214
8215         * gnus-draft.el (gnus-group-send-queue):
8216         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8217
8218 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8219
8220         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8221
8222         * message.el (message-bogus-address-regexp): Fix and improve custom
8223         type.
8224         (message-setup-hook): Add message-check-recipients as custom option.
8225
8226 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8227
8228         * message.el (message-cite-function): Remove bogus autoload which crept
8229         in during merge from v5-10.
8230
8231 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8232
8233         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8234
8235         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8236
8237         * auth-source.el: Preliminary Tramp docs.
8238         (auth-sources): Change the default auth-sources to use
8239         EPA .gpg files.
8240
8241 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8242
8243         * nntp.el: Autoload `auth-source-user-or-password'.
8244         (nntp-send-authinfo): Use it.
8245
8246         * nnimap.el: Autoload `auth-source-user-or-password'.
8247         (nnimap-open-connection): Use it.
8248
8249         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8250         for the gnus-message function.
8251         (auth-source-user-or-password): Use it.
8252
8253 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8254
8255         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8256         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8257         (rfc2104-hash): Use it.
8258
8259 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8260
8261         * gnus-art.el (gnus-article-toggle-truncate-lines):
8262         Don't use `iff' in docstring.
8263
8264 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8265
8266         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8267
8268         * gnus-util.el (gnus-extract-address-component-name)
8269         (gnus-extract-address-component-email): Convenience functions around
8270         `gnus-extract-address-components'.
8271
8272         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8273         Use `gnus-extract-address-component-email' to fix bug of comparing full
8274         sender name to `user-mail-address'.
8275
8276 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8277
8278         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8279         catch/throw to optimize.
8280         (gnus-registry-find-keywords): Just use member to find a keyword.
8281
8282 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8283
8284         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8285         is current before calling gnus-server-prepare.
8286         (gnus-server-setup-buffer, gnus-server-update-server)
8287         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8288
8289 2008-05-04  Juri Linkov  <juri@jurta.org>
8290
8291         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8292         (mailcap-file-default-commands): Use mailcap-replace-in-string
8293         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8294         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8295
8296 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8297
8298         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8299
8300 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8301
8302         * gnus.el: Bump version to 0.11.
8303
8304 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8305
8306         * gnus.el: No Gnus v0.10 is released.
8307
8308 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8309
8310         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8311         hooks.
8312         (gnus-update-read-articles): Speed up non-marks-using users.
8313         (gnus-use-marks): Define gnus-use-marks.
8314         (gnus-propagate-marks): Rename variable to something more sensible.
8315
8316 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8317
8318         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8319         (gmm-image-load-path-for-library): Fix typos in docstrings.
8320         (gmm-message): Reflow docstring.
8321
8322 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8323
8324         * mail-source.el (mail-source-set-1, mail-source-bind):
8325         Move auth-source code out of the macro to clean it up and fix bugs.
8326
8327 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8328
8329         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8330         by sender if it's equal to user-mail-address, it's likely to be
8331         useless.
8332
8333         * mail-source.el (mail-source-bind): Don't use user or password if they
8334         are not bound.  Unintern them if they are nil.  Don't use server unless
8335         it's bound, and default it to empty string otherwise.
8336
8337 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8338
8339         * mail-source.el: Load auth-source.el.
8340         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8341         get user name or password, if auth-sources is set up.
8342
8343         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8344         strategy of splitting with parent.
8345         (gnus-registry-split-fancy-with-parent)
8346         (gnus-registry-post-process-groups): Use it and fix prior
8347         bug (returning a list as the split result).
8348
8349         * auth-source.el (auth-sources): Remove server parameter.
8350         (auth-source-pick, auth-source-user-or-password)
8351         (auth-source-user-or-password-imap)
8352         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8353         (auth-source-user-or-password-sftp)
8354         (auth-source-user-or-password-smtp): Remove server parameter.
8355
8356 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8357
8358         * smime.el (smime-sign-region, smime-encrypt-region)
8359         (smime-decrypt-region):
8360         Remove redundant calls to `generate-new-buffer-name'.
8361
8362 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8363
8364         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8365         Don't use QP for message/rfc822.
8366         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8367
8368 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8369
8370         * sieve-manage.el (sieve-string-bytes): Remove.
8371         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8372         correct byte-length only if the process's coding-system is the same as
8373         the one used internally by Emacs to represent strings.
8374
8375 2008-04-22  Juri Linkov  <juri@jurta.org>
8376
8377         * mailcap.el (mailcap-file-default-commands): New function.
8378
8379 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8380
8381         * message.el (message-signature-separator, message-cite-function):
8382         Change custom version.
8383
8384 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8385
8386         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8387         commands.
8388         (tls-checktrust): Ditto.
8389
8390 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8391
8392         * mm-decode.el (mm-display-external): Make temp file read-only.
8393
8394 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8395
8396         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8397         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8398         `C-c C-f d'.
8399
8400 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8401
8402         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8403
8404 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8405
8406         * gnus.el: Bump version to 0.9.
8407
8408 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8409
8410         * gnus.el: No Gnus v0.8 is released.
8411
8412 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8413
8414         * mail-source.el (mail-source-value):
8415         Prefer fboundp to functionp so it works with macros as well.
8416
8417 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8418
8419         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8420         Fix last change in case the element is not even a symbol.
8421
8422 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8423
8424         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8425         Prefer fboundp to functionp so it works with macros as well.
8426
8427 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8428
8429         * auth-source.el: Add docs.
8430         (auth-sources): Modify format to support server.
8431         (auth-source-pick, auth-source-user-or-password)
8432         (auth-source-user-or-password-imap)
8433         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8434         (auth-source-user-or-password-sftp)
8435         (auth-source-user-or-password-smtp): Add server parameter.
8436
8437 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8438
8439         * gnus-registry.el: Initialize the registry when gnus-registry-install
8440         is t.
8441
8442 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8443
8444         * compface.el (uncompface): Make buffer unibyte.
8445
8446 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8447
8448         * mail-source.el (mail-source-value):
8449         Prefer fboundp to functionp so it works with macros as well.
8450
8451 2008-04-05  Glenn Morris  <rgm@gnu.org>
8452
8453         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8454
8455 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8456
8457         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8458         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8459
8460         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8461         multibyteness after rather than before erasing it.
8462
8463         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8464         mm-with-multibyte.
8465         (gnus-request-article-this-buffer): Make sure the proper decoding is
8466         used if gnus-original-article-buffer happens to be unibyte.
8467
8468         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8469         default-enable-multibyte-characters.
8470
8471         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8472         default-enable-multibyte-characters.
8473
8474         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8475
8476         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8477
8478 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8479
8480         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8481         Fix last change in case the element is not even a symbol.
8482
8483 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8484
8485         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8486         (imap-message-copyuid-1): Use it.
8487         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8488         J. Williams in
8489         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8490
8491         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8492         imap-enable-exchange-bug-workaround.
8493         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8494
8495 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8496
8497         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8498         a 100 byte status-checks into a 2-3MB transfer for each group.
8499         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8500         to enable bug workaround or not.
8501         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8502
8503 2008-03-31  Glenn Morris  <rgm@gnu.org>
8504
8505         * message.el (mml2015-use): Declare for compiler.
8506         (message-info): Require mml2015 when appropriate.
8507
8508 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8509
8510         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8511         whitespace.
8512
8513 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8514
8515         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8516         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8517         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8518         (nntp-service-to-port): New function.
8519         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8520         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8521         (nntp-open-netcat-stream): New function.
8522         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8523
8524 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8525
8526         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8527
8528 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8529
8530         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8531
8532 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8533
8534         * dns.el (dns-write): Use set-buffer-multibyte.
8535
8536 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8537
8538         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8539
8540 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8541
8542         * message.el (message-signature-separator): Change default.
8543         Improve custom type.
8544         (message-cite-function): Change default to
8545         message-cite-original-without-signature.
8546
8547         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8548         toggle.
8549
8550         * message.el (message-check-news-body-syntax): Fix signature check.
8551         (message-setup-1): Mark buffer as unmodified _after_ running
8552         message-setup-hook and handling message-alternative-emails.
8553         (message-shorten-references): Be more strict when building list of
8554         valid references to comply with GNKSA.
8555
8556         * gnus-group.el (gnus-read-ephemeral-bug-group)
8557         (gnus-read-ephemeral-debian-bug-group)
8558         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8559
8560         * message.el (message-info): Don't use booleanp which isn't supported
8561         in Emacs 21 and XEmacs.
8562
8563 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8564
8565         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8566         gnus-group-gmane-group-download-format.
8567         (gnus-group-read-ephemeral-gmane-group): Rename from
8568         gnus-group-read-ephemeral-gmane-group.
8569         (gnus-read-ephemeral-gmane-group-url): Rename from
8570         gnus-group-read-ephemeral-gmane-group-url.
8571         (gnus-bug-group-download-format-alist): New variable.
8572         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8573         (gnus-read-ephemeral-emacs-bug-group): New commands.
8574
8575 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8576
8577         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8578         (gnus-visible-headers): Improve custom type.
8579
8580 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8581
8582         * mml.el (mml-menu): Add workarounds for XEmacs.
8583
8584         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8585         X-Boundary header.
8586
8587         * message.el (message-simplify-recipients): Fix previous commit.
8588
8589 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8590
8591         * mm-util.el (mm-set-buffer-multibyte): New function.
8592         * mm-decode.el (mm-copy-to-buffer): Use it.
8593
8594         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8595         Prefer fboundp to functionp so it works with macros as well.
8596
8597 2008-03-19  Glenn Morris  <rgm@gnu.org>
8598
8599         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8600         Accidentally removed in the sync process with Emacs.
8601
8602 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8603
8604         * message.el (message-alter-recipients-discard-bogus-full-name):
8605         New function.
8606         (message-alter-recipients-function): New variable.
8607         (message-get-reply-headers): Use it.
8608         (message-replace-header): New helper function.
8609         (message-recipients-without-full-name): New variable.
8610         (message-simplify-recipients): New command.
8611
8612         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8613
8614         * message.el (message-info): Handle EasyPG manual.
8615
8616         * mml.el (mml-menu): Add entry for EasyPG.
8617
8618 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8619
8620         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8621         parameter.
8622
8623         * message.el (message-disassociate-draft): Specify drafts group name
8624         fully.
8625
8626 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8627
8628         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8629         Eliminate unnecessary duplicates from the match list.
8630
8631 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8632
8633         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8634
8635         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8636
8637         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8638         args of `how-many' of which the XEmacs version doesn't take; declare
8639         Info-index-next as function.
8640
8641 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8642
8643         * gnus-score.el (gnus-score-headers): Fix handling of
8644         gnus-inhibit-slow-scoring.
8645
8646         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8647         string.
8648         (gnus-button-url-regexp): Improve handling of parenthesis.
8649         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8650         (gnus-button-handle-info-keystrokes): Handle index entries.
8651
8652 2008-03-15  Glenn Morris  <rgm@gnu.org>
8653
8654         * parse-time.el (parse-time-string): Simplify.
8655
8656 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8657
8658         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8659         Incoming* files.
8660
8661 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8662
8663         * auth-source.el (auth-sources): Rename from auth-source-choices.
8664         (auth-source-pick): Use it.
8665
8666 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8667
8668         * binhex.el (binhex-decode-region-internal):
8669         * uudecode.el (uudecode-decode-region-internal):
8670         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8671         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8672         setting default-enable-multibyte-characters.
8673
8674 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8675
8676         * auth-source.el (auth-source-protocols)
8677         (auth-source-protocols-customize, auth-source-choices): Add and
8678         modified variable customizations and defaults.
8679         (auth-source-pick, auth-source-user-or-password)
8680         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8681         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8682         (auth-source-user-or-password-sftp)
8683         (auth-source-user-or-password-smtp): Use new variables and provide an
8684         interface to netrc.el.
8685
8686 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8687
8688         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8689         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8690         Make sure the nntp port to specify is a string.
8691
8692 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8693
8694         * nntp.el: Use with-current-buffer.
8695         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8696         dubious mm-with-unibyte-current-buffer.
8697         (nntp-with-open-group-function): New function extracted from
8698         nntp-with-open-group macro.
8699         (nntp-with-open-group): Use the function, so it's easier to debug.
8700         Add indentation and debugging info.
8701         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8702         Recommend the use of the netcat alternatives.
8703
8704         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8705         Avoid mm-string-as-multibyte as well.
8706
8707         * nnweb.el (nnweb-insert-html):
8708         Remove use of nnheader-string-as-multibyte.
8709
8710         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8711         (nnheader-string-as-multibyte): Remove.
8712
8713         * mm-view.el: Use inhibit-read-only.
8714         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8715         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8716         or unibyte-string.
8717
8718         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8719         (mm-uu-yenc-extract): Use with-current-buffer.
8720
8721         * gnus-soup.el (gnus-soup-send-packet): Don't use
8722         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8723
8724         * nnmh.el: Use with-current-buffer.
8725         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8726         mm-string-as-multibyte on the output of mm-encode-coding-string.
8727
8728         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8729         (nnimap-request-move-article): Use with-current-buffer.
8730
8731         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8732         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8733         conversion uses string-make-unibyte rather than string-as-unibyte.
8734
8735         * gnus-msg.el: Use with-current-buffer.
8736
8737         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8738
8739 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8740
8741         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8742         string for caching if it is 'PIN.
8743
8744 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8745
8746         * lpath.el: Consider the case without Emacs/W3.
8747
8748 2008-03-08  Glenn Morris  <rgm@gnu.org>
8749
8750         * time-date.el (date-to-time, time-subtract, time-add)
8751         (safe-date-to-time): Doc fixes.
8752
8753 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8754
8755         * mail-source.el (mail-source-delete-old-incoming-confirm):
8756         Change default to nil.
8757         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8758
8759 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8760
8761         * lpath.el: Rearrange.
8762
8763         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8764         (gnus-article-goto-prev-page): Work for articles having ^L's.
8765
8766         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8767
8768         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8769
8770 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8771
8772         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8773         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8774         (gnus-bookmark-jump): Adjust some variable names.
8775
8776 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8777
8778         * auth-source.el: New package.
8779         (auth-source-choices): Add customization entry point variable.
8780
8781         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8782         bug.
8783
8784 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8785
8786         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8787         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8788         (gnus-registry-install-shortcuts): Rename from
8789         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8790         the `gnus-registry-mark-map' keymap dynamically from
8791         `gnus-registry-marks'.  The generated functions update the summary line
8792         when a registry mark is added or deleted, and will call
8793         `gnus-registry-install-p' (see the comments in the code).
8794         (gnus-registry-user-format-function-M): Use concat intelligently.
8795
8796         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8797         the registry mark functions.
8798
8799 2008-03-05  Glenn Morris  <rgm@gnu.org>
8800
8801         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8802         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8803         gnus-art.
8804         (top-level): No need to load own source when compiling.
8805
8806 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8807
8808         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8809         Suggested by <chris.anderton@zetnet.co.uk>.
8810
8811 2008-03-04  Glenn Morris  <rgm@gnu.org>
8812
8813         * gnus-sum.el (top-level): No need to require gnus when compiling,
8814         since unconditionally required near start of file.
8815         (gnus-summary-display-while-building): Move definition before use.
8816
8817 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8818
8819         * gnus-registry.el (gnus-registry-user-format-function-M):
8820         Add formatting function.
8821
8822 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8823
8824         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8825         with plists.
8826         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8827         Use new format.
8828
8829 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8830
8831         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8832         `where-is-internal' that returns a range of key sequences.
8833
8834 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8835
8836         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8837
8838         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8839         (gnus-summary-jump-to-group): Consider windows on other displayed
8840         frames as well.  Similar changes might be needed elsewhere, but that's
8841         the one I've bumped into during my use.
8842
8843         * nndoc.el (nndoc-oe-dbx-type-p):
8844         * gnus-msg.el (gnus-debug):
8845         * gnus-group.el (gnus-update-group-mark-positions):
8846         Use mm-string-to-multibyte.
8847
8848 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8849
8850         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8851         doesn't handle NotDashEscaped.
8852
8853         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8854         (mml-dnd-attach-options): Fix typo in custom choice.
8855
8856         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8857         Change nndoc-article-type to mbox.
8858         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8859
8860         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8861         to nil, instead of html2text.
8862
8863         * imap.el (imap-debug): Add `imap-ping-server'.
8864
8865         * gnus-bookmark.el: Add FIXMEs.
8866
8867         * message.el (message-form-letter-separator)
8868         (message-send-form-letter-delay): New variables.
8869         (message-send-form-letter): Use them.  New command to send form
8870         letters.  Requested by Uwe Siart.
8871         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8872
8873 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8874
8875         * Update copyright years.
8876
8877 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8878
8879         Sync from EMACS_22_BASE.
8880
8881         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8882
8883 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8884
8885         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8886         empty author.
8887
8888 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8889
8890         * gnus-registry.el (gnus-registry-marks): Add variable for
8891         customization of marks and their appearance.
8892         (gnus-registry-read-mark): Use it.
8893         (gnus-registry-do-marks): Add utility function to loop through
8894         `gnus-registry-marks'.
8895         (gnus-registry-install-shortcuts-and-menus): Add function to install
8896         shortcuts and menus.
8897         (gnus-registry-initialize): Use it.
8898         (gnus-registry-default-mark): Clarify documentation.
8899
8900 2008-02-29  Glenn Morris  <rgm@gnu.org>
8901
8902         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8903         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8904         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8905         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8906         Change defcustom :version from 23.0 to 23.1.
8907
8908 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8909
8910         * gnus-registry.el (gnus-registry-follow-group-p)
8911         (gnus-registry-post-process-groups): Add functions to aid registry
8912         splitting and improve logging.  Clarify behavior in function
8913         documentation.
8914         (gnus-registry-split-fancy-with-parent): Use them.
8915
8916 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8917
8918         * gnus-art.el: Use with-current-buffer.
8919
8920 2008-02-27  David Engster  <dengste@eml.cc>
8921
8922         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8923         Express real group name in the response.
8924
8925 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8926
8927         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8928         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8929         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8930         autoload gnus-registry-fetch-group when compiling.
8931         (nnmairix-request-group-with-article-number-correction):
8932         Remove unreferenced argument passed to nnmairix-call-backend.
8933
8934 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8935
8936         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8937         (mm-uu-extract): Improve face for low color ttys.
8938         Reported by Sascha Wilde.
8939
8940 2008-02-27  Glenn Morris  <rgm@gnu.org>
8941
8942         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8943         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8944         variables to defconsts.  Convert comments to doc-strings.
8945         (nnmairix-last-server, nnmairix-current-server): Convert from free
8946         variables to defvars.  Convert comments to doc-strings.
8947         (gnus-registry-fetch-group): Autoload.
8948         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8949         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8950         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8951         caddr.
8952         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8953         nnmairix-request-group-with-article-number-correction call.
8954         (nnmairix-fast, nnmairix-group): New, less general names, for free
8955         variables passed from nnmairix-request-group to
8956         nnmairix-request-group-with-article-number-correction.  Declare.
8957         (nnmairix-request-group-with-article-number-correction):
8958         Use nnmairix-fast, nnmairix-group rather than fast, group.
8959
8960 2008-02-26  David Engster  <dengste@eml.cc>
8961
8962         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8963         version 0.5.
8964
8965 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8966
8967         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8968         instead of making an extra function call.  Don't add the current group
8969         to articles only when they have the group.  Use
8970         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8971         Reported by David <de_bb@arcor.de>.
8972
8973 2008-02-24  Miles Bader  <miles@gnu.org>
8974
8975         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8976         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8977         (mm-find-mime-charset-region):
8978         * mm-bodies.el (mm-encode-body):
8979         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8980
8981 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8982
8983         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8984         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8985
8986 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8987
8988         * mail-source.el (mail-source-delete-incoming): Change default.
8989         Supplement doc string.
8990
8991         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8992
8993 2008-02-14  Glenn Morris  <rgm@gnu.org>
8994
8995         * time-date.el (format-seconds): New function.
8996
8997 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8998
8999         * nnmail.el (nnmail-message-id-cache-file): Derive from
9000         `gnus-home-directory'.
9001
9002 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
9003
9004         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
9005         Document negative prefix.
9006
9007         * gnus-group.el (gnus-group-read-group): Document negative prefix.
9008
9009 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9010
9011         * message.el (message-unsent-separator): Add the Exim bounce
9012         separator.
9013
9014 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
9015
9016         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
9017         list.
9018         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
9019         recipient/signer list.
9020
9021 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9022
9023         * Makefile.in (datarootdir): Define.
9024         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
9025         name that might contain whitespace.
9026
9027 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9028
9029         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9030         fbound (Emacs 23 unicode), signal an error.
9031
9032 2008-02-08  Glenn Morris  <rgm@gnu.org>
9033
9034         * gnus-art.el (pgg-display-output-buffer): Declare as function.
9035
9036 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
9037
9038         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9039         ports to the calls to `netrc-machine-user-or-password' in addition to
9040         "imap" and "imaps".
9041
9042 2008-02-01  Zhang Wei  <id.brep@gmail.com>
9043
9044         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9045
9046         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
9047
9048 2008-02-01  Kenichi Handa  <handa@m17n.org>
9049
9050         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9051         rfc2104-hexstring-to-bitstring and changed to return a byte list.
9052         (rfc2104-hash): Convert the result of concat to unibyte string.
9053
9054 2008-02-01  Dave Love  <fx@gnu.org>
9055
9056         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9057         coding-system-for-read.
9058         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9059
9060 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9061
9062         * gnus.el (gnus-group-startup-message): Add `find-image' call before
9063         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
9064         <hanche@math.ntnu.no>.
9065
9066 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9067
9068         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9069
9070         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9071
9072 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
9073
9074         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9075         * message.el (message-beginning-of-line): Use featurep instead of bound
9076         tests in order to resolve conditionals at compile time.
9077
9078 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
9079
9080         * mail-source.el (mail-sources): Add `group' choice.
9081
9082         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9083         parameter `in-group' to control into which group the articles go.
9084         Add treatment of `group' mail-source.
9085
9086 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9087
9088         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9089
9090         * mm-decode.el (mm-dissect-buffer): Decode description.
9091
9092         * mml.el (mml-to-mime): Encode message header first.
9093
9094 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9095
9096         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9097         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9098
9099         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
9100         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
9101
9102 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
9103
9104         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9105
9106 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9107
9108         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9109         prefix keys.
9110         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9111         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9112         gnus-xmas.el.
9113
9114         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
9115         (gnus-xmas-article-describe-bindings): New function.
9116         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
9117         gnus-xmas-article-describe-bindings.
9118
9119         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
9120
9121 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9122
9123         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9124         Add new variables for article mark management.
9125         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9126         list of extra data entries which, when present, will indicate that the
9127         article ID should not be trimmed from the registry.
9128         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9129         functions.
9130         (gnus-registry-read-mark): New function to read a mark name from the
9131         user.
9132         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9133         (gnus-registry-set-article-mark-internal): New functions to add and
9134         remove marks.
9135         (gnus-registry-get-article-marks): New function to show the marks for
9136         an article, or retrieve them for further use.
9137
9138 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9139
9140         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9141         keys when no argument is given.
9142
9143 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9144
9145         * imap.el (imap-ping-server): New variable.
9146         (imap-opened): On add extra ping if imap-ping-server is non-nil.
9147         (imap-ping-server): Minor doc string fixes.
9148
9149 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9150
9151         * imap.el (imap-ping-server): New function.
9152         (imap-opened): Call imap-ping-server.
9153
9154 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9155
9156         * gnus-sum.el (gnus-article-sort-by-random)
9157         (gnus-thread-sort-by-random): Fix doc strings.
9158         Reported by jidanni@jidanni.org.
9159
9160 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9161
9162         * gnus-art.el (gnus-article-describe-bindings): New function.
9163         (gnus-article-read-summary-keys): Use it.
9164         (gnus-article-mode-map): Bind `C-h b' to it.
9165
9166 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9167
9168         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9169         XEmacs.
9170         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9171         Protect against non-character events.
9172
9173         * lpath.el: Fbind map-keymap for Emacs 21.
9174
9175 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9176
9177         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9178         New command.
9179         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9180         instead of END.  Change name of the temp file.
9181         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9182         customizable.
9183
9184 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9185
9186         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9187         bind `S W' to gnus-article-wide-reply-with-original; set default
9188         binding to gnus-article-read-summary-send-keys.
9189         (gnus-article-read-summary-keys): Fix the order of keys; display
9190         continuation keys correctly in the echo area; describe bindings
9191         correctly when keys end with `C-h'.
9192         (gnus-article-read-summary-send-keys): New function.
9193         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9194         Work for gnus-article-read-summary-send-keys; display continuation keys
9195         correctly in the echo area.
9196         (gnus-article-reply-with-original): Ignore prefix argument.
9197         (gnus-article-wide-reply-with-original): New function.
9198
9199         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
9200         Emacs 21.
9201
9202 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9203
9204         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9205         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9206
9207 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9208
9209         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9210         (gnus-group-read-ephemeral-gmane-group): New command.
9211
9212 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9213
9214         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9215
9216 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9217
9218         * message.el (message-send-mail-function): Increase custom version.
9219
9220         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9221         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9222
9223 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9224
9225         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
9226         for the cases where imap-authenticate is called with a nil buffer
9227         parameter.
9228
9229 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9230
9231         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9232         html parts correctly; support forwarded messages.
9233         (gnus-article-browse-html-article): Remove work buffers.
9234
9235         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9236         compiling.
9237         (netrc-bound-and-true-p): New macro.
9238         (netrc-parse): Use it instead of bound-and-true-p that is not available
9239         in XEmacs 21.4.
9240
9241 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9242
9243         * gnus-registry.el (gnus-registry-mark-article)
9244         (gnus-registry-article-marks): Add functionality to mark articles
9245         through the Gnus registry.
9246
9247         * encrypt.el: Clarify documentation for the new pgg method.
9248         (encrypt-file-alist): Add PGG option.
9249         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9250         functionality.  Abstract password key and messaging to external
9251         functions.
9252         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9253         (encrypt-message-method-and-cipher): Add new convenience external
9254         functions.
9255         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9256         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9257
9258         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9259         (netrc-parse): Use encrypt-file-alist to determine if
9260         encrypt-find-model or encrypt-insert-file-contents should be used.
9261
9262         * encrypt.el: Clarify documentation.  Load password-cache or
9263         password, whichever one is found first, instead of autoloading.
9264
9265 2007-12-19  Glenn Morris  <rgm@gnu.org>
9266
9267         * mml.el (message-options-set, message-narrow-to-head)
9268         (message-in-body-p, message-mail-p, message-encode-message-body):
9269         Autoload.
9270         (message-remove-header, message-narrow-to-headers-or-head)
9271         (message-subscribed-p, message-make-mail-followup-to)
9272         (message-position-on-field, message-news-p)
9273         (message-options-set-recipient, message-generate-headers)
9274         (message-sort-headers): Declare as functions.
9275
9276 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9277
9278         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9279         convention in doc string.
9280
9281 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9282
9283         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9284         title to html parts.
9285         (gnus-article-browse-html-article): Pass message header to it.
9286
9287         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9288
9289 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9290
9291         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9292         or password compatible with XEmacs.
9293
9294 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9295
9296         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9297         format document.
9298         (gnus-mime-delete-part): Don't write description line if empty.
9299         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9300
9301 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
9302
9303         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9304         (gnus-summary-mark-read-and-unread-as-read)
9305         (gnus-summary-mark-current-read-and-unread-as-read)
9306         (gnus-summary-mark-unread-as-ticked): Doc fix.
9307         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9308
9309 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9310
9311         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9312         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9313
9314 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9315
9316         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9317         yes-or-no-p.
9318
9319 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9320
9321         * mm-decode.el (mm-add-meta-html-tag): New function.
9322         (mm-save-part-to-file, mm-pipe-part): Use it.
9323
9324         * gnus-art.el (gnus-article-browse-delete-temp-files):
9325         Use gnus-y-or-n-p instead of y-or-n-p.
9326         (gnus-article-browse-html-parts): Work with message/external-body; use
9327         mm-add-meta-html-tag.
9328
9329 2007-12-11  Glenn Morris  <rgm@gnu.org>
9330
9331         * gnus-cache.el: Require gnus-sum not just when compiling.
9332
9333         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9334
9335         * gnus-int.el (gnus-server-opened, gnus-status-message):
9336         Move definitions before use.
9337
9338         * mm-decode.el: Require gnus-util.
9339         (mm-remove-part): Only call delete-annotation on XEmacs.
9340
9341         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9342
9343         * nnmail.el: Require gnus-int.
9344
9345         * spam.el: Move `require's before `eval-when-compile's.
9346
9347         * gnus-ems.el (gnus-alive-p):
9348         * gnus-fun.el (message-goto-eoh):
9349         * gnus-util.el (gnus-group-name-decode):
9350         * mail-source.el (gnus-compress-sequence):
9351         * message.el (Info-goto-node, format-spec):
9352         * mm-bodies.el (message-options-get):
9353         * mm-decode.el (mm-view-pkcs7):
9354         * mm-util.el (gmm-write-region):
9355         * mml-smime.el (mml-compute-boundary)
9356         (gnus-completing-read-with-default):
9357         * mml.el (widget-button-press, gnus-make-hashtable):
9358         * mml1991.el (mm-decode-content-transfer-encoding)
9359         (mm-encode-content-transfer-encoding)
9360         (message-options-get, message-options-set):
9361         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9362         * nnfolder.el (gnus-request-group):
9363         * nnheader.el (ietf-drums-unfold-fws):
9364         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9365         * smime.el (gnus-run-mode-hooks):
9366         * spam-stat.el (gnus-message): Autoload.
9367
9368         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9369         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9370         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9371         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9372         Add declare-function compatibility definition.
9373
9374         * gnus-cache.el (nnvirtual-find-group-art):
9375         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9376         (gnus-add-image, gnus-add-wash-type):
9377         * gnus-group.el (nnkiboze-score-file):
9378         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9379         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9380         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9381         (message-tokenize-header, gnus-get-buffer-create)
9382         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9383         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9384         * gnus.el (gnus-group-decoded-name):
9385         * mail-source.el (imap-capability):
9386         * mm-bodies.el (message-options-set):
9387         * mm-decode.el (gnus-configure-windows):
9388         * mm-extern.el (message-goto-body):
9389         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9390         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9391         (epg-sub-key-validity, message-options-set):
9392         * mml.el (widget-event-point, gnus-configure-windows):
9393         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9394         * mml2015.el (epg-check-configuration, epg-configuration)
9395         (message-options-set):
9396         * nndb.el (nndb-request-article):
9397         * nnfolder.el (gnus-request-create-group):
9398         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9399         * nnmaildir.el (gnus-group-mark-article-read):
9400         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9401         * rfc1843.el (message-fetch-field):
9402         * spam.el (gnus-extract-address-components):
9403         Declare as functions.
9404
9405 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9406
9407         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9408
9409         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9410
9411         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9412         bind show-trailing-whitespace for XEmacs.
9413
9414 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9415
9416         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9417         new no-op macro for backward compatibility.
9418
9419         * imap.el (imap-string-to-integer): New function.
9420
9421 2007-12-09  Glenn Morris  <rgm@gnu.org>
9422
9423         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9424
9425         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9426         * message.el, mm-view.el, sieve-manage.el, smime.el:
9427         Add declare-function compatibility definition.
9428
9429         * gnus-art.el (w3-region, w3m-region, Info-menu):
9430         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9431         * gnus-sum.el (gnus-get-predicate):
9432         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9433         * message.el (mail-abbrev-in-expansion-header-p):
9434         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9435         (w3m-detect-meta-charset, w3m-region):
9436         * sieve-manage.el (password-read, password-cache-add)
9437         (password-cache-remove):
9438         * smime.el (password-read-and-add): Declare as functions.
9439
9440 2007-12-08  David Kastrup  <dak@gnu.org>
9441
9442         * gnus-sum.el (gnus-summary-simplify-subject-query):
9443         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9444         `message'.
9445
9446 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9447
9448         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9449         it to bind idna-program, installation-directory, defined-colors, and
9450         face-attribute for XEmacs of the version that compiles defcustom forms.
9451
9452 2007-12-07  Glenn Morris  <rgm@gnu.org>
9453
9454         * gnus-art.el (article-make-date-line): Revert previous change.
9455
9456 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9457
9458         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9459
9460 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9461
9462         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9463         Call gnus-add-to-range ranges only once with a prepared article-list.
9464
9465 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9466
9467         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9468         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9469         group names with backslashes.
9470         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9471
9472 2007-12-06  Deepak Goel  <deego3@gmail.com>
9473
9474         * gnus-art.el (article-make-date-line):
9475         * gnus-start.el (gnus-load):
9476         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9477
9478 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9479
9480         * gnus-art.el (gnus-use-idna)
9481         * gnus-start.el (gnus-site-init-file)
9482         * message.el (message-use-idna)
9483         * mm-uu.el (mm-uu-hide-markers)
9484         * smiley.el (smiley-style): Revert changes that suppress warnings.
9485
9486 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9487
9488         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9489         specify charset to html source.
9490         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9491
9492 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9493
9494         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9495         idna-program in order to suppress byte compile warning issued by XEmacs
9496         that came to byte compile the default value section of defcustom forms
9497         recently.
9498
9499         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9500         value of installation-directory.
9501
9502         * message.el (message-use-idna): Don't directly refer to the value of
9503         idna-program.
9504
9505         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9506
9507         * smiley.el (smiley-style): Don't directly call face-attribute.
9508
9509 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9510
9511         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9512
9513         * gnus-dired.el: Reduce Gnus dependencies.
9514         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9515         Don't require.  Use autoloads instead.
9516         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9517         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9518         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9519         (gnus-dired-mode): Adjust doc string.
9520         (gnus-dired-mail-mode): New variable.
9521         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9522         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9523         (gnus-dired-mail-buffers): New function.  Return mail or message
9524         composition buffers.
9525         (gnus-dired-attach): Use it.
9526         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9527         NO-DECODE.
9528         (gnus-dired-print): Use `gnus-print-buffer' depending on
9529         `gnus-dired-mail-mode'.
9530
9531 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9532
9533         * rfc2047.el (rfc2047-encoded-word-regexp)
9534         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9535         explaining what regexp patterns are for.
9536
9537 2007-12-04  Glenn Morris  <rgm@gnu.org>
9538
9539         * password.el: Move to password-cache.el.
9540
9541         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9542         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9543         * mml-smime.el (password-read, password-cache-add)
9544         (password-cache-remove):
9545         No need to autoload, since mml-sec requires password.
9546
9547         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9548         * message.el (gnus-extract-address-components):
9549         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9550
9551         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9552         password.
9553
9554 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9555
9556         * mailcap.el: Reduce dependencies.
9557         (mail-header-parse-content-type): Autoload.
9558         (mailcap-delete-duplicates): New alias.
9559         (mailcap-mime-info): Add optional argument NO-DECODE.
9560         (mailcap-mime-types): Use mailcap-delete-duplicates.
9561
9562         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9563
9564 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9565
9566         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9567         (imap-parse-status): Upcase status-att for servers that sends them
9568         lower-case (e.g., MS Exchange 2007).
9569
9570 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9571
9572         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9573         function.
9574
9575         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9576         (gnus-uu-yenc-article): New function.
9577
9578         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9579
9580         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9581
9582 2007-12-02  Glenn Morris  <rgm@gnu.org>
9583
9584         * binhex.el (binhex): New custom group.
9585         (binhex-decoder-program, binhex-decoder-switches)
9586         (binhex-use-external): Move to the binhex custom group.
9587
9588         * uudecode.el (uudecode): New custom group.
9589         (uudecode-decoder-program, uudecode-decoder-switches)
9590         (uudecode-use-external): Move to the uudecode custom group.
9591
9592         * netrc.el (top-level): Don't load `encrypt' features.
9593         (netrc-parse): Don't use encrypt.
9594         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9595
9596         * encrypt.el: Remove file.
9597
9598 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9599
9600         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9601         matches on patches.
9602
9603         * gnus-art.el (gnus-article-browse-html-article):
9604         Mention `mm-text-html-renderer' in the doc string.
9605
9606         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9607         string.  Add comments.
9608
9609         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9610         if rhs is ASCII.
9611
9612 2007-12-01  Glenn Morris  <rgm@gnu.org>
9613
9614         * mail-source.el (top-level): Require format-spec before
9615         eval-when-compile.
9616
9617 2007-11-30  Glenn Morris  <rgm@gnu.org>
9618
9619         * encrypt.el: Require password, rather than autoloading password-read.
9620
9621 2007-11-29  Glenn Morris  <rgm@gnu.org>
9622
9623         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9624         (sasl-make-client, sasl-next-step, sasl-step-data)
9625         (sasl-step-set-data): Declare as functions.
9626
9627 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9628
9629         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9630
9631 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9632
9633         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9634         certs should be verified and what is to be done in the event of a
9635         verification failure.
9636
9637         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9638         caller can indicate whether the cache should be disregarded for this
9639         call.  This way the result of the call is reproducible at all times and
9640         can be considered a canonical server name for the supplied method.
9641         (gnus-agent-method-p): Canonicalize server names by pushing their
9642         method through `gnus-method-to-server' using the no-cache argument.
9643
9644         * gnus-srvr.el (gnus-server-insert-server-line):
9645         Call `gnus-method-to-server' with `no-cache' argument.
9646
9647         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9648         gnus-agent-possibly-synchronize-flags as this should be called when the
9649         server is actually being opened.
9650         (gnus-agent-possibly-synchronize-flags)
9651         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9652         flags file of an agentized server to the latter function.
9653
9654         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9655         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9656         after a connection has been established successfully.
9657
9658 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9659
9660         * gnus-art.el (article-display-face): Force to display face if called
9661         interactively; check if gnus-article-x-face-too-ugly matches author.
9662         (article-display-x-face): Display face even if From header is missing
9663         as article-display-face does.
9664
9665 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9666
9667         * hashcash.el (message-narrow-to-headers-or-head)
9668         (message-fetch-field, message-goto-eoh)
9669         (message-narrow-to-headers): Declare as functions.
9670
9671 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9672
9673         * mail-source.el (mail-sources): Default to fetch from file for
9674         compatibility with default of nnmail-spool-file.
9675
9676 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9677
9678         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9679         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9680         to look for encoded word that should be encoded again.
9681         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9682         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9683         encoding pattern.
9684         (rfc2047-decode-region): Switch strict regexp and loose one according
9685         to rfc2047-allow-irregular-q-encoded-words.
9686
9687 2007-11-25  Romain Francoise  <romain@orebokech.com>
9688
9689         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9690
9691 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9692
9693         * tls.el (tls-program): Provide more custom choices from
9694         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9695         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9696
9697 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9698
9699         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9700         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9701
9702         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9703         `nnmail-spool-file'.
9704
9705         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9706         `nnmail-spool-file'.
9707
9708         * gnus-move.el (gnus-change-server): Ditto.
9709
9710         * gnus-kill.el (gnus-batch-score): Ditto.
9711
9712         * gnus-cache.el (gnus-jog-cache): Ditto.
9713
9714         * gnus-msg.el (gnus-summary-reply):
9715         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9716
9717 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9718
9719         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9720         version.  Minor improvement to doc strings.
9721         (tls-program): Add comment.
9722
9723 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9724
9725         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9726         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9727         mismatch between the hostname provided in the certificate and the name
9728         of the host connnecting to.
9729         (open-tls-stream): Use them.  Check certificates against trusted root
9730         certificates.
9731
9732 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9733
9734         * gnus-cache.el (gnus-cache-generate-nov-databases):
9735         Use nnml-generate-nov-databases-directory instead of
9736         nnml-generate-nov-databases-1.
9737
9738 2007-11-24  Glenn Morris  <rgm@gnu.org>
9739
9740         * message.el (message-tool-bar-retro): Update for rename
9741         mail_send.xpm->mail-send.xpm.
9742
9743 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9744
9745         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9746         `smime-ldap-search' for Emacs 22 and up.
9747
9748 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9749
9750         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9751
9752         * message.el (message-send-mail-function): Fix error convention.
9753         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9754         (message-widen-reply, message-send-mail, message-talkative-question)
9755         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9756         (message-clone-locals, message-send-news): Use with-current-buffer.
9757         (message-insert-or-toggle-importance): Remove unused var `valid'.
9758         (message-make-references): Remove unused var `new-references'.
9759         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9760
9761 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9762
9763         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9764         (spam-split-symbolic-return-positive): Reflow docstring.
9765         (spam-backends, spam-summary-exit-behavior)
9766         (spam-mark-ham-unread-before-move-from-spam-group)
9767         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9768         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9769         (spam-clear-cache, spam-backend-check, spam-install-backend)
9770         (spam-install-statistical-backend, spam-list-of-processors)
9771         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9772         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9773         (spam-check-crm114, spam-initialize, spam-unload-hook):
9774         Fix typos in docstrings.
9775
9776 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9777
9778         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9779         been checked if they have never been read and those group levels are
9780         higher than the one that a user specified.
9781
9782 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9783
9784         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9785         foreign groups unless a group level is specified by a user.
9786         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9787
9788 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9789
9790         * message.el (message-send-mail-function): Require sendmail.
9791
9792 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9793
9794         * message.el (message-send-mail-function): Check for smtpmail too.
9795
9796         * utf7.el (utf7-encode, utf7-decode): Use coding system
9797         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9798
9799         * message.el (message-send-mail-function): New function.
9800         (message-send-mail-function): Set default using
9801         message-send-mail-function.  Adjust doc string.
9802         (message-send-mail-with-mailclient): New function.
9803
9804 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9805
9806         * smime.el (from):
9807         * rfc2047.el (message-posting-charset):
9808         * qp.el (mm-use-ultra-safe-encoding):
9809         * pop3.el (parse-time-months):
9810         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9811         * nnml.el (files):
9812         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9813         (jka-compr-compression-info-list, ange-ftp-path-format)
9814         (efs-path-regexp):
9815         * nndiary.el (files):
9816         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9817         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9818         (epg-digest-algorithm-alist, inhibit-redisplay)
9819         (password-cache-expiry):
9820         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9821         (pgg-output-buffer, password-cache-expiry):
9822         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9823         (efs-path-regexp):
9824         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9825         (inhibit-redisplay):
9826         * mm-uu.el (file-name, start-point, end-point, entry)
9827         (gnus-newsgroup-name, gnus-newsgroup-charset):
9828         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9829         (latin-unity-ucs-list):
9830         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9831         (mm-uu-binhex-decode-function):
9832         * message.el (gnus-message-group-art, gnus-list-identifiers)
9833         (rmail-enable-mime-composing, gnus-local-organization)
9834         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9835         (gnus-read-active-file, facemenu-add-face-function)
9836         (facemenu-remove-face-function, gnus-article-decoded-p)
9837         (tool-bar-mode):
9838         * mail-source.el (display-time-mail-function):
9839         * gnus-util.el (nnmail-pathname-coding-system)
9840         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9841         (gnus-original-article-buffer, gnus-user-agent)
9842         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9843         (xemacs-codename, sxemacs-codename, emacs-program-version):
9844         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9845         * gnus-start.el (gnus-agent-covered-methods)
9846         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9847         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9848         (gnus-newsgroup-headers, gnus-group-list-mode)
9849         (gnus-group-mark-positions, gnus-newsgroup-data)
9850         (gnus-newsgroup-unreads, nnoo-state-alist)
9851         (gnus-current-select-method, mail-sources)
9852         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9853         (nnmail-spool-file, gnus-cache-active-hashtb):
9854         * gnus-mh.el (mh-lib-progs):
9855         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9856         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9857         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9858         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9859         (gnus-group-buffer):
9860         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9861         (font-lock-set-defaults):
9862         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9863         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9864         (gnus-summary-post-menu, total-parts, type, condition, length):
9865         * gnus-agent.el (gnus-agent-read-agentview):
9866         * flow-fill.el (show-trailing-whitespace):
9867         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9868         eval-and-compile wrappers for byte compiler pacifiers.
9869
9870         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9871         (mm-display-inline-fontify): Check for featurep 'xemacs not
9872         extent-list.
9873
9874         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9875         itimer-list.
9876         (mm-create-image-xemacs): Only do something for XEmacs.
9877         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9878
9879         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9880
9881         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9882         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9883
9884 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9885
9886         * nnimap.el (nnimap-split-download-body):
9887         * gnus-demon.el (gnus-demon):
9888         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9889
9890 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9891
9892         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9893         New macros.
9894         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9895         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9896         copy data from unibyte buffer to multibyte current buffer.
9897         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9898         to copy data from unibyte current buffer to multibyte buffer.
9899         (nntp-make-process-buffer): Make process buffer unibyte.
9900
9901         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9902
9903 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9904
9905         * pop3.el (pop3-open-server): Accept and process data more robustly at
9906         connexion start to avoid spurious "POP SSL connexion failed" errors.
9907
9908 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9909
9910         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9911         read group names.
9912
9913 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9914
9915         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9916
9917 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9918
9919         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9920         (nnmail-save-active): Use a unibyte buffer when saving active file,
9921         which may contain non-ASCII group names.
9922
9923         * nnml.el (nnml-request-group): Decode group names in messages.
9924
9925 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9926
9927         * message.el (message-citation-line-function)
9928         (message-insert-formatted-citation-line): Fix spelling of
9929         `message-insert-formated-citation-line'.
9930
9931 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9932
9933         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9934
9935 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9936
9937         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9938         nnmail-pathname-coding-system.
9939
9940         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9941         that a user enters; decode group names in messages.
9942
9943         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9944
9945 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9946
9947         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9948
9949         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9950
9951         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9952         risky local variable.
9953
9954         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9955
9956 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9957
9958         * encrypt.el: Improve documentation to fix function name typo.
9959         Reported by Daiki Ueno <ueno@unixuser.org>.
9960
9961 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9962
9963         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9964         even if the point is not in the last page of an article.
9965         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9966         back to the previous page.
9967
9968 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9969
9970         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9971
9972 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9973
9974         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9975
9976 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9977
9978         * message.el (message-check-news-body-syntax):
9979         Avoid mm-string-as-multibyte.
9980         (message-hide-headers): Don't assume (point-min)==1.
9981
9982 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9983
9984         * message.el (message-remove-blank-cited-lines): Fix if remove is
9985         given.
9986         (message-bogus-address-regexp): New variable.
9987         (message-bogus-recipient-p): New function.
9988         (message-check-recipients): New command.
9989         (message-syntax-checks): Add `bogus-recipient'.
9990         (message-fix-before-sending): Add `bogus-recipient'.
9991
9992         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9993         (gnus-treat-body-boundary): Don't test window-system.
9994
9995 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9996
9997         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9998
9999 2007-10-28  Miles Bader  <miles@gnu.org>
10000
10001         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
10002         at compile-time too.
10003
10004 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10005
10006         * gnus-msg.el (gnus-message-setup-hook):
10007         Add `message-remove-blank-cited-lines' to options.
10008
10009 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10010
10011         * message.el (message-remove-blank-cited-lines): New function.
10012         Suggested by Karl Plästerer.
10013
10014 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10015
10016         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
10017         mapc.
10018
10019         * imap.el (imap-open): Replace mapcar called for effect with mapc.
10020         (top-level): Use mapc to set functions to be traced for debugging.
10021
10022         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
10023         called for effect with while loop.
10024
10025         * message.el (message-talkative-question): Replace mapcar called for
10026         effect with mapc.
10027
10028         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10029         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10030         called for effect with dolist.
10031
10032         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10033
10034         * nndiary.el: Use dolist instead of mapcar to add diary headers to
10035         gnus-extra-headers and nnmail-extra-headers.
10036
10037         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10038         called for effect with dolist.
10039         (top-level): Use mapc to set functions to be traced for debugging.
10040
10041         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10042         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10043         dolist.
10044
10045         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
10046         Replace mapcar called for effect with mapc.
10047         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
10048         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
10049         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
10050         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
10051
10052         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
10053         remove-if that's a cl function.
10054
10055         * webmail.el (webmail-debug): Replace mapcar called for effect with
10056         dolist.
10057
10058         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
10059         with mapc.
10060
10061 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10062
10063         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10064         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10065         with while loop.
10066
10067         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
10068         functions from article-* functions.
10069         (gnus-multi-decode-header): Replace mapcar called for effect with
10070         dolist.
10071
10072         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
10073         (gnus-bookmark-show-details): Replace mapcar called for effect with
10074         while loop.
10075
10076         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10077         called for effect with while loop.
10078
10079         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10080         with dolist.
10081
10082         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10083         Replace mapcar called for effect with dolist.
10084
10085         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10086
10087         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10088         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10089         Replace mapcar called for effect with dolist.
10090         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10091         mapc.
10092
10093         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10094         Replace mapcar called for effect with dolist.
10095         (gnus-topic-list): Replace mapcar called for effect with mapc.
10096
10097         * gnus.el: Use mapc instead of mapcar to add autoloads.
10098
10099 2007-10-23  Richard Stallman  <rms@gnu.org>
10100
10101         * gnus-group.el (gnus-group-highlight): Mark as risky.
10102
10103 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10104
10105         * gnus.el (gnus-server-to-method): Return method found first in
10106         gnus-newsrc-alist.
10107
10108         * gnus-art.el (gnus-article-highlight-signature)
10109         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10110         button overlay without the front stickiness.
10111
10112 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
10113
10114         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10115         overview buffer needed a catch to receive its throw.
10116         (gnus-agent-flush-cache): Declare as interactive to make this function
10117         easier to use.
10118
10119 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
10120
10121         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10122         `next-line'.
10123
10124 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10125
10126         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10127         exclude address matching message-dont-reply-to-names.
10128
10129 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10130
10131         * gnus-util.el (gnus-string<): New function.
10132
10133         * gnus-sum.el (gnus-article-sort-by-author)
10134         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10135
10136 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10137
10138         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10139         the frame-focus tag is set in gnus-buffer-configuration.
10140
10141 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10142
10143         * gnus-art.el (gnus-article-add-button): Make a button overlay without
10144         the front stickiness.
10145
10146 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10147
10148         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10149         url pattern; remove duplicate one.
10150         (gnus-article-extend-url-button): New function.
10151         (gnus-article-add-buttons): Use it.
10152         (gnus-button-push): Use concatenated url that it makes.
10153
10154 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
10155
10156         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10157
10158 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10159
10160         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10161         Don't hardcode point-min==1.
10162
10163 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10164
10165         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10166         Fix comment about "iso8859-1".
10167
10168 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
10169
10170         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10171         ones returned from the verify-function.
10172
10173         * mm-uu.el (mm-uu-pgp-signed-extract-1):
10174         Call mml2015-extract-cleartext-signature if extraction failed.
10175
10176 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
10177
10178         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10179         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10180         failed.
10181
10182 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10183
10184         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10185
10186 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
10187
10188         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
10189         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
10190         recommends to use EasyPG instead of PGG.
10191
10192         * pgg.el: Revert to revision 6.23.2.16.
10193
10194         * pgg-def.el: Revert to revision 6.6.2.14.
10195
10196         * pgg-gpg.el: Revert to revision 6.23.2.34.
10197
10198 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10199
10200         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10201         to mark a thread as expirable.  Add variable `hide' to handle hiding of
10202         thread for both the null and zero (kill/expire thread) universal prefix
10203         cases.
10204         (gnus-summary-expire-thread): Add new function to expire a thread,
10205         using gnus-summary-kill-thread.
10206         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10207         shortcuts for gnus-summary-expire-thread.
10208         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10209         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
10210
10211 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10212
10213         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10214         extras value, so an extras entry can be deleted.
10215         (gnus-registry-delete-extra-entry): Use it.
10216         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10217         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10218         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10219         storage through the gnus-registry, and provide an appropriate API for
10220         it.
10221
10222 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10223
10224         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10225         Suggested by Leo <sdl.web@gmail.com>.
10226
10227         * gnus.el: Do.
10228
10229 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10230
10231         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10232         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10233
10234         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10235
10236         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10237         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10238
10239 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10240
10241         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10242         newline.
10243         (nnmbox-request-accept-article): Don't change article in source buffer;
10244         narrow to header to use message-fetch-field rather than
10245         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10246         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10247         as delimiters; make sure article ends with newline.
10248         (nnmbox-delete-mail): Correct last position of article to be deleted;
10249         ignore X-Gnus-Newsgroup header in article body.
10250         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10251         positions; make sure article ends with newline.
10252
10253         * message.el (message-display-abbrev): Don't infloop when a user
10254         inserts SPC in the beginning of header.
10255
10256         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10257         coding-system-for-read and coding-system-for-write for XEmacs having no
10258         file-coding feature.
10259
10260         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10261
10262 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10263
10264         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10265         list of groups not followed by default.  Fix type to be regexp.
10266         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10267
10268 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10269
10270         * hmac-def.el (define-hmac-function): Switch from old-style to
10271         new-style backquotes.
10272
10273         * md4.el (md4-make-step): Likewise.
10274
10275 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10276
10277         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10278         raw-text coding system when saving .newsrc file, which may contain
10279         non-ASCII group names.
10280
10281 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10282
10283         * gnus-cus.el (gnus-score-extra): New widget.
10284         (gnus-score-extra-convert): New function.
10285         (gnus-score-customize): Use it for Extra.
10286
10287 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10288
10289         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10290         (mml2015-mailcrypt-clear-verify): Use it.
10291         (mml2015-gpg-clear-verify): Use it.
10292         (mml2015-pgg-clear-verify): Use it.
10293         (mml2015-epg-clear-verify): Replace the current part with the output
10294         from GnuPG; don't extract the plaintext by itself.
10295
10296         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10297         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10298         mml2015-clear-verify-function; don't touch the armor headers or
10299         dash-escaped text here.
10300
10301 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10302
10303         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10304         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10305         parts, or application/octet-stream as a last resort.
10306         (gnus-mime-view-part-as-type): Don't toggle display.
10307         (gnus-mime-view-part-as-charset): Don't turn off display before
10308         querying charset.
10309
10310         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10311         stuff to undisplayer function in Emacs.
10312         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10313
10314         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10315         text/calendar parts.
10316
10317 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10318
10319         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10320         decoding text/calendar parts.
10321
10322         * message.el (message-forward-make-body-mime): Always mark body as
10323         having no illegible text; remove signed-or-encrypted argument.
10324         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10325
10326         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10327         (mml-generate-mime-1): Don't encode body if it is specified to be in
10328         raw form; don't make buffer be unibyte when inserting multibyte string.
10329
10330 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10331
10332         * sha1.el: Fix up comment style.
10333         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10334         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10335
10336         * hex-util.el: Fix up comment style.
10337         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10338
10339         * gnus-salt.el: Use with-current-buffer.
10340         (gnus-pick-setup-message): Fix long-standing typo.
10341
10342 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10343
10344         * imap.el (imap-logout-timeout): New variable.
10345         (imap-logout, imap-logout-wait): New functions.
10346         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10347
10348         * nnimap.el (nnimap-logout-timeout): New server variable.
10349         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10350         nnimap-logout-timeout.
10351
10352         * gnus-art.el (gnus-article-summary-command-nosave)
10353         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10354
10355 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10356
10357         * gnus.el (gnus-maximum-newsgroup): New variable.
10358
10359         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10360         according to gnus-maximum-newsgroup.
10361
10362         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10363         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10364         Limit the range of articles according to gnus-maximum-newsgroup.
10365
10366 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10367
10368         * gnus-art.el (gnus-sticky-article): Fix problems described in
10369         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10370         Don't perform gnus-configure-windows here; reuse existing sticky
10371         article buffer.
10372
10373         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10374         it doesn't exist in gnus-article-mode.
10375
10376 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10377
10378         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10379         (gnus-agent-decoded-group-name): New function.
10380         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10381         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10382
10383 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10384
10385         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10386         Add binding for gnus-sticky-article.
10387         (gnus-summary-exit): Don't kill sticky article buffers.
10388
10389         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10390         article buffer.
10391         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10392         (gnus-kill-sticky-article-buffers): New commands.
10393
10394 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10395
10396         * nntp.el (nntp-xref-number-is-evil): New server variable.
10397         (nntp-find-group-and-number): If it is non-nil, don't trust article
10398         numbers in the Xref header.
10399
10400 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10401
10402         * gnus-agent.el (gnus-agent-read-group): New function.
10403         (gnus-agent-flush-group, gnus-agent-expire-group)
10404         (gnus-agent-regenerate-group): Use it.
10405         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10406         nnmail-pathname-coding-system.
10407
10408 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10409
10410         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10411
10412         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10413         that are unread as unread, and also as selected so that information of
10414         marks having been changed by a user may be updated when exiting group.
10415
10416 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10417
10418         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10419
10420 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10421
10422         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10423         calculated ignoring signature parts to gnus-treat-article.
10424
10425 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10426
10427         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10428         a point here in order to keep the window start.
10429         (gnus-insert-mime-security-button): Make a button overlay without the
10430         front stickiness.
10431         (gnus-mime-display-security): Goto the end of a button.
10432
10433         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10434
10435 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10436
10437         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10438         group-name-at-point.
10439         (gnus-group-completing-read): New function that offers decoded
10440         non-ASCII group names for completion.
10441         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10442         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10443         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10444         (gnus-group-fetch-control): Use it.
10445         (gnus-fetch-group): Use group-name-at-point for the initial value
10446         rather than the default value; use gnus-alive-p.
10447
10448         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10449         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10450         (gnus-summary-post-news): Use gnus-group-completing-read.
10451
10452         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10453         (gnus-read-move-group-name): Decode group name for completion.
10454
10455 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10456
10457         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10458         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10459         Yamaoka slightly modified the code).
10460
10461 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10462
10463         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10464         (nnmail-split-incoming): Bind it.
10465
10466         * nnml.el (nnml-group-name-charset): New function.
10467         (nnml-decoded-group-name): Use it; don't decode group name if
10468         nnmail-group-names-not-encoded-p is non-nil.
10469         (nnml-encoded-group-name): New function.
10470         (nnml-group-pathname): Inline nnml-decoded-group-name.
10471         (nnml-request-expire-articles): Decode group name in message.
10472         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10473         nnmail-pathname-coding-system.
10474         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10475         not decoded ones according to nnmail-group-names-not-encoded-p.
10476         (nnml-generate-active-info): Use nnml-encoded-group-name.
10477
10478 2007-08-08  Glenn Morris  <rgm@gnu.org>
10479
10480         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10481         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10482         doc-strings and comments.
10483
10484 2007-07-25  Glenn Morris  <rgm@gnu.org>
10485
10486         * Relicense all FSF files to GPLv3 or later.
10487
10488 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10489
10490         * gnus-sum.el (gnus-summary-move-article):
10491         Make gnus-summary-respool-article work.
10492
10493 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10494
10495         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10496         string.
10497
10498 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10499
10500         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10501         that should be ignored when comparing distant RSS articles with local
10502         ones.
10503         (nnrss-make-hash-index): New function.  Create a hash index according
10504         to the ignored fields.
10505         (nnrss-check-group): Use it.
10506
10507 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10508
10509         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10510
10511         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10512
10513         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10514         the new optional argument ENCODED is non-nil.
10515         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10516         coding system for encoding group name.
10517         (gnus-group-make-rss-group): Pass un-encoded group name to
10518         gnus-group-make-group.
10519         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10520         encoded.
10521
10522         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10523         Encode group name to which articles are moved or copied.
10524         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10525         coding system for encoding Newsgroup, Followup-To and Xref headers.
10526
10527         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10528         marks; use nnheader-file-coding-system to write a file.
10529         (nnagent-retrieve-headers): Bind file-name-coding-system to
10530         nnmail-pathname-coding-system.
10531
10532         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10533
10534         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10535         (nnml-request-article, nnml-request-create-group)
10536         (nnml-request-rename-group, nnml-find-id)
10537         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10538         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10539         (nnml-save-marks): Use nnml-group-pathname instead of
10540         nnmail-group-pathname.
10541
10542         (nnml-request-create-group, nnml-request-expire-articles)
10543         (nnml-request-move-article, nnml-request-delete-group)
10544         (nnml-deletable-article-p, nnml-possibly-create-directory)
10545         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10546         (nnml-open-marks): Bind file-name-coding-system to
10547         nnmail-pathname-coding-system.
10548
10549         (nnml-request-article): Pass server argument to nnml-find-group-number.
10550         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10551         Pass server argument to nnml-possibly-create-directory.
10552         (nnml-request-accept-article): Pass server argument to
10553         nnml-active-number and nnml-save-mail.
10554         (nnml-find-group-number): Pass server argument to nnml-find-id.
10555         (nnml-request-update-info): Pass server argument to
10556         nnml-marks-changed-p.
10557
10558         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10559         (nnml-save-mail, nnml-active-number): Add server argument.
10560
10561         (nnml-request-delete-group): Warn if group is missing.
10562         (nnml-get-nov-buffer): Decode group name.
10563         (nnml-generate-active-info): Encode group name.
10564         (nnml-open-marks): Decode group name in messages.
10565
10566 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10567
10568         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10569         if it is not specified.
10570         (gnus-article-pipe-part, gnus-article-save-part)
10571         (gnus-article-interactively-view-part, gnus-article-copy-part)
10572         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10573         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10574         (gnus-article-replace-part, gnus-article-delete-part)
10575         (gnus-article-view-part-as-type): Pass raw prefix argument to
10576         gnus-article-part-wrapper.
10577
10578 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10579
10580         * gnus-agent.el (gnus-agent-save-active):
10581         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10582
10583         * gnus-cache.el (gnus-cache-save-buffers)
10584         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10585         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10586         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10587         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10588         (gnus-cache-generate-active, gnus-cache-rename-group)
10589         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10590         (gnus-cache-update-overview-total-fetched-for):
10591         Bind file-name-coding-system to nnmail-pathname-coding-system.
10592         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10593         New variables.
10594         (gnus-cache-decoded-group-name): New function.
10595         (gnus-cache-file-name): Use it.
10596         (gnus-cache-generate-active): Use non-decoded group name for active.
10597
10598         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10599         right place.
10600         (gnus-write-active-file): Don't break non-ASCII group names.
10601
10602         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10603         nnmail-pathname-coding-system.
10604
10605         * lpath.el: Bind default-file-name-coding-system,
10606         file-name-coding-system and language-info-alist for XEmacs.
10607
10608         * gnus-uu.el (gnus-uu-decode-save): Typo.
10609
10610 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10611
10612         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10613
10614 2007-07-14  David Kastrup  <dak@gnu.org>
10615
10616         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10617         finishing actions if we did not edit the article.
10618
10619 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10620
10621         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10622         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10623         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10624         (gnus-agent-flush-group, gnus-agent-flush-cache)
10625         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10626         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10627         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10628         (gnus-agent-regenerate-group)
10629         (gnus-agent-update-files-total-fetched-for)
10630         (gnus-agent-update-view-total-fetched-for):
10631         Bind file-name-coding-system to nnmail-pathname-coding-system.
10632         (gnus-agent-group-pathname): Don't encode file names by
10633         nnmail-pathname-coding-system.
10634         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10635         coding-system-for-write instead of buffer-file-coding-system to
10636         gnus-agent-file-coding-system.
10637
10638         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10639         Decode group name.
10640
10641         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10642
10643         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10644         (gnus-read-newsrc-el-file): Make group names unibyte.
10645
10646         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10647         nnmail-pathname-coding-system.
10648
10649         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10650         (nnrss-request-delete-group): Bind file-name-coding-system to
10651         nnmail-pathname-coding-system.
10652         (nnrss-read-server-data, nnrss-read-group-data):
10653         Bind file-name-coding-system correctly.
10654         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10655
10656         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10657         (nntp-server-to-method-cache): New variable.
10658         (nntp-group-pathname): New function that decodes non-ASCII group names.
10659         (nntp-possibly-create-directory, nntp-marks-changed-p)
10660         (nntp-save-marks, nntp-open-marks): Use it.
10661         (nntp-possibly-create-directory, nntp-open-marks):
10662         Bind file-name-coding-system to nnmail-pathname-coding-system.
10663         (nntp-open-marks): Decode group names when bootstrapping marks.
10664
10665         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10666         Newsgroups and Folowup-To headers.
10667
10668 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10669
10670         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10671         (gnus-server-closed-face, gnus-server-denied-face)
10672         (gnus-server-offline-face): Remove variable.
10673         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10674
10675         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10676         of modifying message-stack directly for XEmacs.
10677
10678         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10679         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10680         if the coding-system argument is nil for XEmacs.
10681
10682         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10683         mm-charset-override-alist.
10684
10685         * rfc2047.el: Don't require base64; require rfc2045 for the function
10686         rfc2045-encode-string.
10687         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10688         to quote the parameter value.
10689
10690 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10691
10692         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10693         form in gnus-group-name-charset-method-alist.
10694
10695         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10696         overrides the default layout edit-form.
10697
10698         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10699
10700         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10701
10702 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10703
10704         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10705         as unfetched articles.
10706
10707 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10708
10709         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10710
10711 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10712
10713         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10714         original back end that keeps marks in the local system.
10715
10716 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10717
10718         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10719         arg of pop-to-buffer for XEmacs.
10720         (gnus-article-read-summary-keys): Ditto; don't restore window
10721         configuration if summary command ends up with neither article buffer
10722         nor summary buffer; describe bindings if summary keys end with C-h.
10723
10724 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10725
10726         * message.el (message-fix-before-sending): Skip raw message part to be
10727         forwarded while checking illegible text.
10728         (message-forward-make-body-mime, message-forward-make-body):
10729         Mark signed or encrypted raw message as having no illegible text.
10730
10731 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10732
10733         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10734         (gnus-message-with-timestamp-1): New macro.
10735         (gnus-message-with-timestamp): New function.
10736         (gnus-message): Use them.
10737
10738         * nnheader.el (nnheader-message): Use them.
10739
10740 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10741
10742         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10743         .newsrc.eld file.
10744
10745 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10746
10747         * gnus-agent.el (gnus-agent-fetch-headers)
10748         (gnus-agent-retrieve-headers):
10749         Bind gnus-decode-encoded-address-function to identity.
10750
10751         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10752         available also when the server returns simply a dot.
10753
10754         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10755
10756 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10757
10758         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10759
10760 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10761
10762         * gnus-ems.el (gnus-x-splash): Make it work.
10763
10764         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10765         from being used.
10766
10767         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10768
10769 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10770
10771         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10772         4th and the 5th arguments.
10773
10774         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10775         the front stickiness.
10776         (gnus-article-summary-command-nosave): Correct the order of the
10777         arguments passed to pop-to-buffer.
10778         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10779         summary command ends up with the article buffer.
10780
10781         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10782         the same faces.
10783
10784 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10785
10786         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10787
10788 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10789
10790         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10791         * gnus-sum.el (gnus-summary-highlight):
10792         * pgg.el (pgg-sign-region, pgg-sign):
10793         * mail-source.el (mail-source-delete-old-incoming-confirm):
10794         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10795
10796 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10797
10798         * gnus-art.el (gnus-mime-view-part-externally)
10799         (gnus-mime-view-part-internally): Fix predicate function passed to
10800         completing-read.
10801
10802         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10803
10804         * gnus.el (gnus-update-message-archive-method): Add :version.
10805
10806 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10807
10808         * gnus.el (gnus-update-message-archive-method): New variable.
10809
10810         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10811         according to gnus-message-archive-method if
10812         gnus-update-message-archive-method is non-nil.
10813
10814 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10815
10816         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10817         Suggested by Loic Dachary <loic@dachary.org>.
10818         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10819
10820 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10821
10822         * message.el (message-pop-to-buffer): Add switch-function argument.
10823         (message-mail): Pass switch-function argument to it.
10824
10825 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10826
10827         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10828         Improve doc string.
10829
10830 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10831
10832         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10833         (gnus-header-content)
10834         * gnus-cite.el (gnus-cite-10)
10835         * gnus-srvr.el (gnus-server-closed)
10836         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10837         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10838         (gnus-group-mail-3-empty, gnus-group-mail-low)
10839         (gnus-group-mail-low-empty, gnus-splash)
10840         * message.el (message-header-to, message-header-cc)
10841         (message-header-subject, message-header-other, message-header-name)
10842         (message-header-xheader, message-separator, message-cited-text)
10843         (message-mml): Lighten colors of faces used for dark background.
10844
10845 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10846
10847         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10848         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10849
10850 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10851
10852         * message.el (message-narrow-to-headers-or-head):
10853         Ignore mail-header-separator in the body.
10854
10855 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10856
10857         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10858         same as window size.
10859
10860 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10861
10862         * message.el (message-font-lock-keywords): Use message-header-xheader
10863         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10864         ahead of the anything pattern, to get it recognised.
10865
10866 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10867
10868         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10869         spam.el loads uses it in the compiled defadvice form.
10870
10871 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10872
10873         * gnus-sum.el (gnus-articles-to-read)
10874         (gnus-summary-insert-old-articles): Don't truncate group name for
10875         `read-string'.
10876
10877         * gnus-util.el (gnus-limit-string): Delete this function.
10878
10879         * gnus-sum.el (gnus-simplify-subject-fully):
10880         Use `truncate-string-to-width' instead.
10881
10882 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10883
10884         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10885         Tell if, on summary exit, the next group has to be selected.
10886         (gnus-summary-exit): Use it.
10887
10888 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10889
10890         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10891         non-break space.
10892
10893 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10894
10895         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10896         Check if group is not a directory.
10897         (nnfolder-request-expire-articles): Don't delete articles if the target
10898         group is not available.
10899
10900         * nnml.el (nnml-request-create-group): Properly check if group is not a
10901         file.
10902         (nnml-request-expire-articles): Don't delete articles if the target
10903         group is not available.
10904
10905         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10906         Don't quote characters that are within parentheses.
10907
10908 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10909
10910         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10911         (gnus-handle-ephemeral-exit): Select article according to it.
10912
10913 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10914
10915         * message.el (message-insert-formated-citation-line): Remove newline.
10916         (message-citation-line-format): Add final \n here so that the user can
10917         avoid a blank line.
10918
10919 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10920
10921         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10922         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10923         Update lanl/arXiv support.
10924
10925 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10926
10927         * gnus.el: Bump version number.
10928
10929 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10930
10931         * gnus.el (gnus-version-number): Bump version.
10932
10933 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10934
10935         * gnus.el: No Gnus v0.6 is released.
10936
10937 2007-04-27  Didier Verna  <didier@xemacs.org>
10938
10939         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10940         * gmm-utils.el (gmm-regexp-concat): ... here.
10941         * message.el: Don't require 'gnus-util.
10942         (message-dont-reply-to-names): Handle name change above.
10943         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10944
10945 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10946
10947         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10948         since the initial value varies according to the system.
10949
10950 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10951
10952         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10953
10954 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10955
10956         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10957
10958 2007-04-24  Didier Verna  <didier@xemacs.org>
10959
10960         Improve the type of gnus-ignored-from-addresses.
10961         * gnus-util.el (gnus-orify-regexp): New function.
10962         * message.el (gnus-util): Require it.
10963         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10964         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10965         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10966
10967 2007-04-24  Didier Verna  <didier@xemacs.org>
10968
10969         * gnus-sum.el:
10970         * gnus-utils.el: Fix some trailing whitespaces.
10971
10972 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10973
10974         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10975         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10976         article's Message-ID; refer parent article in summary buffer.
10977
10978         * message.el (message-bounce): Call mime-to-mml.
10979
10980         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10981         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10982         optimize and/or forms properly.
10983
10984 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10985
10986         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10987         URL.
10988
10989 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10990
10991         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10992
10993 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10994
10995         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10996         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10997         displayed of multipart/alternative part if it is invoked from summary
10998         buffer.
10999
11000         * mm-view.el (mm-inline-text-html-render-with-w3m)
11001         (mm-inline-text-html-render-with-w3m-standalone)
11002         (mm-inline-render-with-function): Use mail-parse-charset by default.
11003
11004 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
11005
11006         * parse-time.el (parse-time-string-chars): Check if CHAR
11007         is less than the length of parse-time-syntax.
11008
11009 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11010
11011         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11012         from gnus-newsgroup-processable.
11013
11014 2007-04-16  Didier Verna  <didier@xemacs.org>
11015
11016         * gnus-msg.el (gnus-configure-posting-styles):
11017         Handle message-signature-directory properly with :file syntax.
11018         Reported by "Leo".
11019
11020 2007-04-11  Didier Verna  <didier@xemacs.org>
11021
11022         New user option: message-signature-directory.
11023         * gnus-msg.el (gnus-configure-posting-styles): Support it.
11024         * message.el (message-insert-signature): Ditto.
11025         * message.el (message-signature-file): Doc update.
11026         * message.el (message-signature-directory): New.
11027
11028 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11029
11030         * gnus-msg.el (gnus-inews-yank-articles):
11031         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
11032
11033 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11034
11035         * message.el (message-yank-original): Make sure cited text ends with
11036         newline; don't exchange point and mark.
11037
11038 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
11039
11040         * tls.el (open-tls-stream): Properly handle case where there
11041         is no associated buffer.
11042
11043 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
11044
11045         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
11046         message-yank-original, make sure (< mark TEXT point).
11047
11048 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11049
11050         * message.el (message-fill-column): New variable.
11051         (message-mode): Use it.  Add comment on a possible new hook.
11052
11053         * nnmail.el (nnmail-spool-file): Mark as obsolete.
11054         (nnmail-get-new-mail): Reformat.
11055
11056         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11057
11058         * gmm-utils.el: Fix Commentary.
11059         (gmm-tool-bar-from-list): Fix typo in doc string.
11060
11061 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
11062
11063         * message.el (message-yank-original): Don't switch point and mark
11064         unnecessarily to put point and mark as documented.
11065
11066 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11067
11068         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
11069         from the message heads.
11070
11071 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
11072
11073         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
11074         article buffer does not have a window.  This may not be the best
11075         solution but is certainly better than setting the start of the null,
11076         that is the current, window.
11077
11078 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11079
11080         * gnus-draft.el (gnus-draft-setup-hook): New hook.
11081         (gnus-draft-setup): Run it.
11082
11083         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11084         gnus-score-fast-scoring.  Allow regexp.
11085         (gnus-score-headers): Use it.
11086
11087         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11088         XEmacs.
11089
11090         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11091         string.
11092         (gnus-button-alist): Also catch `<f1> k ...'.
11093         (gnus-treat-display-x-face): Fix doc string.
11094
11095 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11096
11097         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11098         evaluation of gnus-extended-version to ensure correct generation of the
11099         User-Agent header when message-generate-headers-first is used.
11100
11101 2007-03-24  Simon Josefsson  <simon@josefsson.org>
11102
11103         * hashcash.el (hashcash-generate-payment-async): Don't crash if
11104         hashcash-path is nil.  Don't call callback with incorrect number of
11105         parameters if val is 0.
11106
11107 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11108
11109         * message.el (message-required-news-headers):
11110         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11111
11112 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
11113
11114         * tls.el (open-tls-stream): In handshake-waiting loop,
11115         don't wait more if there is output available to process.
11116
11117 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
11118
11119         * tls.el (tls-program): Doc fix.
11120
11121 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11122
11123         * message.el (message-generate-new-buffers): Change the meaning of the
11124         nil value; add `standard' to the choices; treat t as `unique'; improve
11125         doc string.
11126         (gnus-select-frame-set-input-focus): Autoload.
11127         (message-buffer-name): Search for the existing message buffer if
11128         message-generate-new-buffers is nil or `standard'; treat the value t of
11129         message-generate-new-buffers as `unique'.
11130         (message-pop-to-buffer): Raise the frame already displaying the message
11131         buffer; clear the echo area after querying.
11132         (message-setup): Pass the `continue' argument to compose-mail.
11133         (message-mail): Prefer `switch-function' if it is given; search for the
11134         existing message buffer if the `continue' argument is non-nil; pass
11135         continue and switch-function arguments to compose-mail by way of
11136         message-setup.
11137         (message-mail-other-window): Adjust argument of message-setup.
11138         (message-mail-other-frame): Ditto.
11139
11140 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11141
11142         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11143         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11144         to turn font-lock on when turning gnus-message-citation-mode on.
11145
11146 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
11147
11148         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11149         (mml-smime-function-alist): New variable; add epg as the backend.
11150         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11151         mml-smime- functions instead.
11152         * mm-view.el: Require smime.
11153
11154 2007-03-05  Didier Verna  <didier@xemacs.org>
11155
11156         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11157         instead of just inheritance for posting styles.
11158         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11159
11160 2007-02-24  Chris Moore  <dooglus@gmail.com>
11161
11162         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
11163         * pgg-pgp.el (pgg-pgp-encrypt-region):
11164         * pgg-gpg.el (pgg-gpg-encrypt-region):
11165         Check pgg-encrypt-for-me if no other recipients.
11166
11167 2007-02-24  John Paul Wallington  <jpw@pobox.com>
11168
11169         * tls.el (tls-certtool-program): Fix custom type.
11170
11171 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11172
11173         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11174         and point-at-eol instead of line-(beginning|end)-position.
11175
11176         * assistant.el (assistant-parse-buffer): Ditto.
11177
11178         * netrc.el (netrc-parse-services): Ditto.
11179
11180 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
11181
11182         * mml2015.el (mml2015-epg-find-usable-key): New function.
11183         (mml2015-epg-sign): Use it.
11184         (mml2015-epg-encrypt): Use it.
11185
11186 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11187
11188         * message.el (message-make-in-reply-to): Quote name containing
11189         non-ASCII characters.  It will make the RFC2047 encoder cause an error
11190         if there are special characters.  Reported by NAKAJI Hiroyuki
11191         <nakaji@jp.freebsd.org>.
11192
11193 2007-02-27  Didier Verna  <didier@xemacs.org>
11194
11195         Include the group parameters as well as the topic ones in the
11196         inheritance filter process.
11197         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11198         argument GROUP-PARAMS-LIST.
11199         * gnus-topic.el (gnus-group-topic-parameters): Use it.
11200
11201 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11202
11203         * nntp.el (nntp-never-echoes-commands)
11204         (nntp-open-connection-functions-never-echo-commands): New variables.
11205         (nntp-send-command): Use them.
11206
11207 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
11208
11209         * mml2015.el (mml2015-epg-verify): Simplify.
11210
11211 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11212
11213         * mml.el (mml-content-disposition-alist): New user option.
11214         (mml-content-disposition): New function.
11215         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11216         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11217
11218 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
11219
11220         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11221         verification.
11222
11223 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11224
11225         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11226         articles posted in the last 24 hours.
11227
11228 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11229
11230         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11231
11232 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11233
11234         * nntp.el (nntp-send-command): Don't wait for echoes when
11235         nntp-open-ssl-stream is used.
11236
11237 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11238
11239         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11240         (gnus-message-add-citation-keywords)
11241         (gnus-message-remove-citation-keywords): Remove.
11242         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11243         directly, make the variables in font-lock-defaults buffer-local, add
11244         gnus-message-citation-keywords to them and then update the value of
11245         font-lock-keywords.
11246
11247 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11248
11249         * message.el (message-cite-original-1): Don't call
11250         gnus-article-highlight-citation.
11251
11252         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11253         citations; fix line count.
11254
11255 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11256
11257         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11258         (gnus-message-add-citation-keywords)
11259         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11260         versions of font-lock-add-keywords and font-lock-remove-keywords to
11261         work with XEmacs correctly.
11262
11263 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11264
11265         * gnus-cite.el (gnus-cite-face-list): Set the values of
11266         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11267         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11268         (gnus-message-cite-prefix-regexp): New variable.
11269         (gnus-message-search-citation-line): Use it; protect against long
11270         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11271         the 0th match data for Emacs.
11272         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11273         (gnus-message-add-citation-keywords): Append keywords rather than
11274         prepending; emulate font-lock-add-keywords if it is not available.
11275         (gnus-message-remove-citation-keywords):
11276         Emulate font-lock-remove-keywords if it is not available.
11277
11278         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11279
11280         * message.el (message-cite-prefix-regexp): Set the value of
11281         gnus-message-cite-prefix-regexp.
11282
11283 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11284
11285         * nnweb.el (nnweb-google-parse-1): Update parser.
11286
11287 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11288
11289         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11290
11291 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11292
11293         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11294         regexp.
11295
11296 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11297
11298         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11299         string-to-multibyte.
11300         (uudecode-decode-region-internal): Use it.
11301
11302         * lpath.el: Fbind string-as-multibyte for XEmacs.
11303
11304 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11305
11306         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11307         Fix custom choice.
11308
11309         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11310
11311 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11312
11313         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11314
11315         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11316         `write-region' to respect `mm-inhibit-file-name-handlers'.
11317
11318 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11319
11320         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11321         Use gnus-home-directory instead of "~/" or "$HOME".
11322
11323 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11324
11325         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11326         to mention filename.
11327         Add comments at beginning regarding usage.
11328         (encrypt-write-file-contents): Change interactive so a string is
11329         acceptable.  If the file has no associated model, show an error instead
11330         of a nonsense prompt.
11331
11332 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11333
11334         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11335         Thanks to Yoshihiko Yamada for kind notification of this typo.
11336
11337 2007-01-12  Kenichi Handa  <handa@m17n.org>
11338
11339         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11340         multibyte buffer.
11341
11342 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11343
11344         * gnus-score.el (gnus-score-fast-scoring): New variable.
11345         (gnus-score-headers): Use it.
11346
11347         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11348
11349         * message.el (message-cite-original-1):
11350         Call gnus-article-highlight-citation if requested.
11351         (message-make-from): Allow name and address as optional arguments.
11352
11353         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11354
11355         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11356         bugs to doc string.
11357         (gnus-button-alist): Add mid\\|message-id.
11358         (gnus-button-fetch-group): Extend for use in
11359         `browse-url-browser-function'.
11360         (gnus-button-url-regexp): Try to catch paired parentheses like in
11361         Wikipedia URLs.
11362
11363         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11364         Suggested by Simon Krahnke <overlord@gmx.li>.
11365
11366 2007-01-13  Romain Francoise  <romain@orebokech.com>
11367
11368         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11369         Update copyright.
11370
11371 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11372
11373         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11374
11375 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11376
11377         * gnus-registry.el (gnus-registry-unfollowed-groups)
11378         (gnus-registry-split-fancy-with-parent): Fix documentation.
11379
11380 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11381
11382         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11383         from nnweb groups.
11384
11385 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11386
11387         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11388         Xref urls.  Erase buffer before requesting head.
11389
11390         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11391
11392 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11393
11394         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11395         customizable.
11396
11397 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11398
11399         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11400         no signing key is found.
11401         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11402         no encrypting and/or signing key is found.
11403
11404 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11405
11406         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11407
11408 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11409
11410         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11411         headers read from disk with the ones newly found in the current search.
11412         This should no longer cause problems, because the article numbers in
11413         Gmane's `nov.php' output are ignored since the previous change.
11414
11415 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11416
11417         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11418
11419 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11420
11421         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11422         replace-regexp-in-string; bind url-version; fbind display-images-p and
11423         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11424         find-face and set-itimer-function for Emacs; bind itimer-list for
11425         Emacs.
11426
11427         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11428
11429 2007-01-01  Romain Francoise  <romain@orebokech.com>
11430
11431         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11432
11433 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11434
11435         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11436         `define-minor-mode' macro definition expanded properly.
11437         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11438         exclude it there.
11439
11440         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11441         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11442         `fboundp' test.
11443         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11444         This is OK to autoload in (S)XEmacs now.
11445
11446 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11447
11448         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11449         keystroke.
11450         (gnus-summary-limit-to-singletons): Fix typo.
11451
11452         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11453         else fails.
11454
11455 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11456
11457         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11458         docstring.
11459
11460         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11461         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11462         (gnus-summary-insert-dormant-articles): Fix typo in message.
11463
11464 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11465
11466         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11467         nil for XEmacs.
11468         (gnus-message-citation-mode): Don't autoload in XEmacs.
11469
11470         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11471
11472 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11473
11474         * nnimap.el (nnimap-expunge-search-string):
11475         Mention nnimap-search-uids-not-since-is-evil in docstring.
11476
11477 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11478
11479         * spam.el: Revert to make-obsolete-variable because
11480         define-obsolete-variable-alias is not supported in Emacs 21.
11481
11482         * spam.el (spam-ifile-path, spam-ifile-database-path)
11483         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11484         make-obsolete-variable.
11485         (spam-bsfilter-path, spam-bsfilter-program)
11486         (spam-spamassassin-path, spam-spamassassin-program)
11487         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11488         Don't use "path" inappropriately.
11489         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11490         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11491         variable names.
11492
11493 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11494
11495         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11496         summary buffer.
11497
11498         * password.el (password-cache-remove): Use clear-string to burn
11499         password, if available.
11500
11501 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11502
11503         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11504
11505         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11506
11507         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11508         (gnus-message-highlight-citation): Move defcustom here from
11509         gnus-cite.el.
11510         (gnus-message-citation-mode): Autoload.
11511
11512         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11513         checks to make it compile with XEmacs.
11514         (gnus-message-citation-mode): New minor mode.
11515         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11516         (gnus-message-highlight-citation): New variables.
11517         (gnus-message-search-citation-line)
11518         (gnus-message-add-citation-keywords)
11519         (gnus-message-remove-citation-keywords)
11520         (turn-on-gnus-message-citation-mode)
11521         (turn-off-gnus-message-citation-mode): New functions.
11522
11523 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11524
11525         * gnus-cite.el: Enable highlighting of different citation levels in
11526         message-mode.
11527
11528 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11529
11530         * message.el (message-make-fqdn): Fix comment.
11531         (message-bogus-system-names): Add ".local".
11532
11533         * spam.el (spam-ifile-path, spam-ifile-program)
11534         (spam-ifile-database-path, spam-ifile-database)
11535         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11536         Don't use "path" inappropriately.
11537         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11538         strings.
11539         (spam-check-ifile, spam-ifile-register-with-ifile)
11540         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11541         Use new variable names.
11542
11543         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11544         (gnus-treat-display-smileys): Simplify using
11545         gnus-image-type-available-p.
11546
11547         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11548         available.
11549
11550         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11551         Use `display-images-p' if available.
11552
11553 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11554
11555         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11556         one after turning on the buffer's multibyteness instead of decoding
11557         them directly in the unibyte buffer that causes unexpected conversion
11558         in Emacs 23 (unicode).
11559
11560 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11561
11562         * message.el (message-generate-hashcash): Fix custom type.
11563
11564 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11565
11566         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11567
11568 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11569
11570         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11571         disconnect icons.  Add help text.
11572
11573 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11574
11575         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11576         negated to be consistent with the others we handle.
11577
11578 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11579
11580         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11581         version of gnus-summary-buffer to something, so that we can use two
11582         article buffers at the same time.
11583
11584 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11585
11586         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11587         trigger all the extra headers.
11588         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11589         sorting.
11590
11591 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11592
11593         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11594         solid groups.
11595
11596 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11597
11598         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11599
11600 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11601
11602         * legacy-gnus-agent.el: Add Copyright notice.
11603
11604 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11605
11606         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11607
11608 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11609
11610         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11611
11612         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11613         to make it work reliably in CVS Emacs.
11614         (gnus-summary-limit-strange-charsets-predicate)
11615         (gnus-summary-limit-to-predicate): New functions.
11616
11617 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11618
11619         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11620         specifying array size.
11621         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11622         array if it is too small.
11623         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11624         (gnus-sort-threads-loop): New function.
11625
11626 2006-12-06  Chris Moore  <dooglus@gmail.com>
11627
11628         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11629         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11630
11631 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11632
11633         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11634         options.
11635
11636 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11637
11638         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11639         DOS-ing the recipient.
11640
11641         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11642         the headers when creating the mapping to avoid mismappings.
11643         (nnweb-gmane-create-mapping): Always nix out old mapping.
11644
11645 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11646
11647         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11648         and mm-verify-option to never.
11649
11650 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11651
11652         * message.el (message-signed-or-encrypted-p): New function.
11653         (message-forward-make-body): Use it.
11654
11655         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11656         Replace encode-coding-string with mm-encode-coding-string.
11657
11658 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11659
11660         * nneething.el (nneething-decode-file-name):
11661         Replace decode-coding-string with mm-decode-coding-string.
11662
11663         * gnus-int.el (gnus-open-server): Say failed server's name.
11664
11665 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11666
11667         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11668         strings to a single string.  Quote `errors-file-name'.
11669         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11670         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11671         Adjust calls.  Use `shell-quote-argument'.
11672
11673 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11674
11675         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11676         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11677
11678         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11679         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11680         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11681         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11682         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11683         (gnus-subscribe-newsgroup, gnus-1):
11684         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11685         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11686         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11687         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11688
11689 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11690
11691         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11692         keystroke.
11693         (gnus-summary-limit-to-bodies): Implement headersp.
11694
11695 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11696
11697         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11698
11699 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11700
11701         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11702
11703 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11704
11705         * message.el (message-generate-hashcash): Expand range of values to
11706         include `opportunistic'.
11707         (message-send-mail): Use it.
11708
11709 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11710
11711         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11712         and comment it.
11713
11714         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11715
11716 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11717
11718         * gnus-util.el (gnus-extract-address-components): Improve comment.
11719
11720 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11721
11722         * gnus-util.el (gnus-extract-address-components): Work with address in
11723         which the name portion contains @.
11724
11725         * lpath.el: Fbind custom-autoload.
11726
11727 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11728
11729         * gnus.el (gnus-start): Move custom group up.
11730         (gnus-select-method): Don't autoload, but make it available for
11731         `customize-variable'.
11732         (gnus-getenv-nntpserver): Don't autoload.
11733
11734 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11735
11736         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11737
11738 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11739
11740         * message.el (message-sendmail-extra-arguments): New variable.
11741         (message-send-mail-with-sendmail): Use it.
11742
11743 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11744
11745         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11746         mm-with-unibyte-current-buffer to make string unibyte.
11747
11748         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11749         mm-string-as-multibyte.
11750
11751 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11752
11753         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11754         Reported by Werner Koch <wk@gnupg.org>.
11755
11756 2006-11-14  Daiki Ueno  <ueno@p360>
11757
11758         * mml2015.el: Autoload epa-select-keys when compiling.
11759
11760 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11761
11762         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11763         message-options.
11764         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11765
11766 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11767
11768         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11769         EasyPG (< 0.0.6).
11770         (mml2015-always-trust): New user option.
11771         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11772         prompt.
11773
11774 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11775
11776         * nntp.el (nntp-authinfo-force): New variable.
11777         (nntp-send-authinfo): Use it.
11778
11779 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11780
11781         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11782         decode encoded words.  Improve prompt.  Add comment about forwarding.
11783         (message-replacement-char): Move up.
11784
11785 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11786
11787         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11788         instead of gnus-intersection because arguments of gnus-sorted-nunion
11789         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11790
11791 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11792
11793         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11794         (message-simplify-subject-functions):
11795         Enable message-strip-subject-encoded-words by default.
11796
11797 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11798
11799         * message.el (message-strip-subject-encoded-words): New function.
11800         (message-simplify-subject-functions): New variable.
11801         (message-simplify-subject): Use it.  Fix typo in doc string.
11802         Support message-strip-subject-encoded-words.
11803
11804 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11805
11806         * gnus-diary.el (gnus-diary-delay-format-function):
11807         * nndiary.el (nndiary-reminders):
11808         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11809
11810 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11811
11812         * gnus-art.el (article-hide-boring-headers): Fetch date from
11813         gnus-original-article-buffer to avoid problems with localized date
11814         strings.
11815
11816 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11817
11818         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11819
11820 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11821
11822         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11823         New variables.
11824         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11825         (mm-charset-synonym-alist): Move some entries to
11826         mm-codepage-iso-8859-list.
11827         (mm-charset-synonym-alist, mm-charset-override-alist):
11828         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11829
11830 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11831
11832         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11833
11834 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11835
11836         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11837         with Emacs 21 and XEmacs.
11838
11839 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11840
11841         * spam.el (spam-parse-address): New function for better parsing,
11842         catching errors, etc.
11843         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11844
11845 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11846
11847         * mm-view.el: Add interactive arg to html2text autoload.
11848
11849 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11850
11851         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11852
11853 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11854
11855         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11856         New variables.
11857         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11858         (mm-charset-synonym-alist): Move some entries to
11859         mm-codepage-iso-8859-list.
11860
11861         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11862
11863 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11864
11865         * message.el (message-citation-line-format)
11866         (message-insert-formated-citation-line): Fix implementation of %E, %N
11867         and %n according to the doc string.
11868
11869 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11870
11871         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11872         Use car-safe to avoid bad parses.
11873
11874 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11875
11876         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11877         names.
11878
11879         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11880
11881 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11882
11883         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11884         header.
11885
11886         * message.el (message-draft-headers): Add Date.
11887         (message-headers-to-generate): Fix typo in docstring.
11888
11889         * nndraft.el (nndraft-required-headers): New variable.
11890         (nndraft-generate-headers): Use it.
11891
11892         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11893
11894 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11895
11896         * gnus-registry.el (gnus-registry-wash-for-keywords)
11897         (gnus-registry-find-keywords): New functions to allow easy searching of
11898         articles that are in the registry.
11899
11900 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11901
11902         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11903         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11904         Reported by Damien Elmes <damien@repose.cx>.
11905
11906 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11907
11908         * gnus.el (gnus-mime): Remove unused custom group.
11909
11910 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11911
11912         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11913         "blank line" when searching for end of armor headers.
11914
11915 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11916
11917         * gmm-utils.el (gmm-write-region): Fix variable name.
11918
11919 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11920
11921         * gmm-utils.el (gmm-write-region): New function based on compatibility
11922         code from `mm-make-temp-file'.
11923
11924         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11925
11926         * nnmaildir.el (nnmaildir--update-nov)
11927         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11928         Use `gmm-write-region'.
11929
11930 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11931
11932         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11933         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11934
11935         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11936
11937         * message.el (message-replacement-char): New variable.
11938         (message-fix-before-sending): Use it.
11939         (message-simplify-subject): New function to remove duplicate code.
11940         (message-reply, message-followup): Use it.
11941
11942         * gnus-sum.el (gnus-summary-make-menu-bar):
11943         Clarify gnus-summary-limit-to-articles.
11944
11945 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11946
11947         * gnus-util.el (gnus-with-local-quit): New macro.
11948
11949         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11950
11951 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11952
11953         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11954         ignore non-string data.
11955
11956 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11957
11958         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11959         non-string data (needs to be done in the registry too).
11960
11961 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11962
11963         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11964         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11965         (gnus-registry-split-fancy-with-parent)
11966         (gnus-registry-fetch-simplified-message-subject-fast)
11967         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11968         Remove text properties on ingress into the registry and when it's saved.
11969         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11970         registry from entries with no groups.
11971
11972 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11973
11974         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11975         function to remove string properties.
11976
11977 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11978
11979         * gmm-utils.el (gmm): Adjust custom version.
11980
11981         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11982         Adjust custom version.
11983
11984         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11985
11986 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11987
11988         * gnus-art.el (gnus-insert-prev-page-button)
11989         (gnus-insert-next-page-button): Simplify.  Reformat.
11990
11991 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11992
11993         * gnus-art.el (gnus-insert-prev-page-button)
11994         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11995
11996 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11997
11998         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11999
12000 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12001
12002         * gnus-art.el (gnus-insert-mime-button)
12003         (gnus-insert-mime-security-button):
12004         Apply gnus-article-button-face to MIME and security buttons.
12005
12006 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
12007
12008         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
12009         readable.
12010
12011 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12012
12013         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
12014
12015 2006-09-20  Steve Youngs  <steve@sxemacs.org>
12016
12017         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
12018         `browse-url-of-file' instead of `browse-url'.
12019
12020 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12021
12022         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12023         regexp.  Articles containing quotation were cut prematurely.
12024
12025 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12026
12027         * message.el (message-cite-original-1): Use nobody by default for the
12028         value of From header.
12029         (message-reply): Ditto.
12030
12031 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
12032
12033         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12034         to the gnus-info.  This fixes a bug of inline-PGP message verification.
12035         Reported by Michael Piotrowski <mxp@dynalabs.de>.
12036
12037 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
12038
12039         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12040         mails in the doc string.  Add some URLs in comment.
12041         (pop3-movemail): Warn about pop3-leave-mail-on-server.
12042
12043 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12044
12045         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12046         backslashes handling and the way to find boundaries of quoted strings.
12047
12048 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
12049
12050         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12051         mml1991-encrypt-to-self is set and mml1991-signers is not set.
12052         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12053         mml2015-encrypt-to-self is set and mml2015-signers is not set.
12054
12055 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12056
12057         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
12058         doc string.
12059         (gnus-button-regexp, gnus-button-last): Remove unused variables.
12060
12061 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12062
12063         * lpath.el: Fbind epg-check-configuration.
12064
12065 2006-09-06  Simon Josefsson  <jas@extundo.com>
12066
12067         * mml2015.el (mml2015-use): Doc fix, mention epg.
12068
12069 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12070
12071         * mml2015.el (mml2015-use): Default to epg, if available.
12072
12073 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12074
12075         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12076         message-sender.
12077         (mml1991-epg-encrypt): Ditto.
12078         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12079         message-sender.
12080         (mml2015-epg-encrypt): Ditto.
12081
12082 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
12083
12084         * message.el (message-send-mail-with-sendmail): Look for sendmail in
12085         several common directories.
12086
12087 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
12088
12089         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12090         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12091
12092 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12093
12094         * gnus-art.el (article-decode-encoded-words): Make it fast.
12095
12096 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12097
12098         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12099
12100         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12101         in quoted string into `\'.
12102
12103 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12104
12105         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12106         Use standard-syntax-table.
12107
12108 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12109
12110         * gnus-art.el (gnus-decode-address-function): New variable.
12111         (article-decode-encoded-words): Use it to decode headers which are
12112         assumed to contain addresses.
12113         (gnus-mime-delete-part): Remove useless `or'.
12114
12115         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12116         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12117         (gnus-nov-parse-line): Use it to decode From header.
12118         (gnus-get-newsgroup-headers): Ditto.
12119         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12120
12121         * mail-parse.el (mail-decode-encoded-address-region): New alias.
12122         (mail-decode-encoded-address-string): New alias.
12123
12124         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12125         New function.
12126         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12127         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12128         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12129         (rfc2047-decode-string): Ditto.
12130         (rfc2047-decode-address-region): New function.
12131         (rfc2047-decode-address-string): New function.
12132
12133 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
12134
12135         * message.el (message-caesar-buffer-body): Allow rotating headers.
12136
12137         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12138
12139         * message.el (message-insert-formated-citation-line): Fix %f.
12140         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12141
12142 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12143
12144         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12145         (gnus-bookmark-mouse-available-p): New macro.
12146         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12147         (gnus-bookmark-bmenu-show-infos): Use it.
12148         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12149         (gnus-bookmark-bmenu-hide-infos): Ditto.
12150         (gnus-bookmark-remove-properties): New function.
12151         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12152         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12153         (gnus-bookmark-write-file): Bind coding-system-for-write.
12154         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12155         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12156         group before selecting it.
12157         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12158         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12159         quit-window if it is not available; use gnus-mouse-2 and bind it to
12160         gnus-bookmark-bmenu-select-by-mouse.
12161         (gnus-bookmark-show-details): Remove unused variable `details-list'.
12162         (gnus-bookmark-bmenu-select-by-mouse): New function.
12163
12164 2006-08-13  Romain Francoise  <romain@orebokech.com>
12165
12166         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12167         space.
12168
12169 2006-08-10  Romain Francoise  <romain@orebokech.com>
12170
12171         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
12172         (dns-mode-soa-auto-increment-serial): New user option.
12173         (dns-mode-soa-maybe-increment-serial): New function.
12174         (dns-mode): Add the latter to `write-contents-functions'.
12175
12176 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12177
12178         * compface.el (uncompface): Use binary rather than raw-text-unix.
12179
12180 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12181
12182         * compface.el (uncompface): Make sure the eol conversion doesn't take
12183         place when communicating with the external programs.
12184         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12185
12186 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12187
12188         * nnheader.el (nnheader-insert-head): Fix typo in comment.
12189
12190 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12191
12192         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12193         Make it more robust by parsing author and date independently.
12194
12195 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12196
12197         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12198
12199 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
12200
12201         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12202         first matching secret key.
12203         (mml2015-epg-encrypt): Ditto.
12204
12205         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12206         first matching secret key.
12207         (mml1991-epg-encrypt): Ditto.
12208
12209         * mml2015.el (mml2015-encrypt-to-self): New user option.
12210         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12211         mml2015-epg-encrypt-to-self is set.
12212
12213         * mml1991.el (mml1991-encrypt-to-self): New variable.
12214         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12215         mml1991-epg-encrypt-to-self is set.
12216
12217         * mml2015.el (mml2015-signers): New user option.
12218         (mml2015-epg-sign): Reflect the value of mml2015-signers.
12219         (mml2015-epg-encrypt): Allow to select signing keys.
12220
12221         * mml1991.el (mml1991-signers): New variable.
12222         (mml1991-epg-sign): Reflect the value of mml1991-signers.
12223         (mml1991-epg-encrypt): Allow to select signing keys.
12224
12225 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12226
12227         * nnheader.el (nnheader-insert-head): Make it work even if the file
12228         uses CRLF for the line-break code.
12229
12230 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12231
12232         * mml2015.el: Require mml-sec instead of password.
12233         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12234         (mml2015-cache-passphrase): Inherit the default value from
12235         mml-secure-cache-passphrase.
12236         (mml2015-passphrase-cache-expiry): Inherit the default value from
12237         mml-secure-passphrase-cache-expiry.
12238
12239         * mml1991.el: Require mml-sec instead of password.
12240         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12241         (mml1991-cache-passphrase): Inherit the default value from
12242         mml-secure-cache-passphrase.
12243         (mml1991-passphrase-cache-expiry): Inherit the default value from
12244         mml-secure-passphrase-cache-expiry.
12245
12246         * mml-sec.el: Require password.
12247         (mml-secure-verbose): New user option.
12248         (mml-secure-cache-passphrase): New user option.
12249         (mml-secure-passphrase-cache-expiry): New user option.
12250
12251 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12252
12253         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12254         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12255         andreas@altroot.de (Andreas Vögele).
12256
12257         FIXME: Use `tiny change'?
12258
12259 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12260
12261         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12262         workaround for the url package included with Emacs.
12263
12264         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12265
12266 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12267
12268         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12269         correctly.  This fixes a bug caused by the 2006-05-12 change.
12270
12271 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12272
12273         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12274         some information about the error when saying that the `bogus' mail
12275         group will be used.
12276
12277 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12278
12279         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12280         string.
12281
12282 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12283
12284         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12285
12286 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12287
12288         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12289
12290 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12291
12292         * mml1991.el (mml1991-function-alist): Add epg.
12293         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12294         (mml1991-epg-encrypt): New functions.
12295
12296 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12297
12298         * mml2015.el (mml2015-verbose): New variable.
12299         (mml2015-cache-passphrase): Ditto.
12300         (mml2015-passphrase-cache-expiry): Ditto.
12301         (mml2015-function-alist): Add epg.
12302         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12303         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12304         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12305         New functions.
12306
12307 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12308
12309         * message.el (message-cite-original-1): Preserve region when removing
12310         quoted text due to X-No-Archive in order to avoid bogus attribution
12311         when citing multiple messages.
12312
12313 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12314
12315         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12316         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12317
12318 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12319
12320         * gnus-diary.el (gnus-user-format-function-d)
12321         (gnus-user-format-function-D): Autoload.
12322
12323         * imap.el (Commentary): Fix typo.
12324
12325         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12326         2006-04-22 contribution.
12327
12328 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12329
12330         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12331         It didn't really fix the bogosity I'm seeing with solid web groups.
12332
12333 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12334
12335         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12336         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12337         created using server names.  If we use the feature without declaring
12338         it, Gnus does not properly manage server and group state.
12339
12340         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12341         bound.
12342
12343 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12344
12345         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12346         looking up the method using GROUP's prefix before inventing a new one.
12347         It is used on killed/unknown groups in various places where returning
12348         an all-new method isn't expected by the caller.
12349
12350         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12351         and match semantics of gnus-group-real-prefix.
12352
12353 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12354
12355         * nnmail.el (nnmail-broken-references-mailers): New variable.
12356         (nnmail-ignore-broken-references): New function generalizing
12357         nnmail-fix-eudora-headers.
12358         (nnmail-fix-eudora-headers): Now obsolete.
12359
12360         * gnus-art.el (gnus-button-handle-custom):
12361         Support `customize-apropos*'.
12362
12363 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12364
12365         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12366
12367         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12368         articles.
12369
12370 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12371
12372         * message.el (message-cite-reply-above): New variable.
12373         (message-yank-original): Use it.
12374
12375 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12376
12377         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12378
12379 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12380
12381         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12382         as read.
12383
12384         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12385
12386 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12387
12388         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12389         (gnus-bookmark-default-file): Use gnus-directory.
12390         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12391         Remove "*" in doc string.
12392         (gnus-bookmark-write-file): Simplify.
12393         (gnus-bookmark-maybe-sort-alist): Use `when'.
12394         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12395         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12396         Add FIXME about Emacs 21 and XEmacs compatibility.
12397         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12398         compatibility.
12399         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12400         compatibility.
12401         (gnus-bookmark-menu-heading): Fix version.
12402
12403 2006-06-19  Bastien Guerry  <bzg@altern.org>
12404
12405         * gnus-bookmark.el: New file.
12406
12407 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12408
12409         * message.el (message-syntax-checks): Doc fix.
12410
12411 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12412
12413         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12414         unsubscribed groups as if they were killed ones.  It causes duplicate
12415         entries in gnus-newsrc-alist.
12416
12417 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12418
12419         * message.el (message-syntax-checks): Doc fix.
12420         (message-send-mail): Add check for continuation headers.
12421         (message-check-news-header-syntax): Fix regexp used to check for
12422         continuation headers.
12423
12424 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12425
12426         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12427
12428 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12429
12430         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12431
12432 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12433
12434         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12435         default-truncate-lines.
12436
12437 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12438
12439         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12440         to fill the utf-8 entry.
12441
12442         * lpath.el: Fbind unicode-precedence-list.
12443
12444 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12445
12446         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12447
12448 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12449
12450         * gnus-agent.el (directory-files-and-attributes): Move all the way
12451         forward (the third and final move).
12452         (gnus-agent-read-agentview): Trap reconstruction errors due to
12453         nonexistent directory.  Handle by returning nil.
12454
12455 2006-05-30  Didier Verna  <didier@xemacs.org>
12456
12457         * message.el (message-dont-reply-to-names): Update the custom type.
12458         * message.el (message-dont-reply-to-names): New defsubst: potentially
12459         convert a list of regexps into a single one.
12460         * message.el (message-get-reply-headers): Use it.
12461         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12462
12463 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12464
12465         * gnus-agent.el (directory-files-and-attributes): Move forward.
12466
12467 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12468
12469         * gnus-ml.el (gnus-mailing-list-subscribe)
12470         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12471         (gnus-mailing-list-message): Fix doc strings.
12472
12473 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12474
12475         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12476         of doing it manually.
12477
12478 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12479
12480         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12481         comment.
12482
12483 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12484
12485         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12486         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12487         (gnus-agent-read-local): All symbols allocated in my-obarray.
12488         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12489         (gnus-agent-regenerate-group): Check numeric names to see if they are
12490         messages or groups.
12491         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12492         better way of do this...)
12493
12494         * gnus-cache.el (gnus-agent-total-fetched-for):
12495         Ignore 'dummy.group' (there should be a better way of do this...)
12496
12497 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12498
12499         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12500         (gnus-saved-headers): Ditto.
12501         (gnus-default-article-saver): Mention functions may have properties.
12502         (gnus-article-save): Override gnus-save-all-headers and
12503         gnus-saved-headers by :headers property which saver function may have.
12504         (gnus-summary-save-in-file): Add :headers property.
12505         (gnus-summary-write-to-file): Ditto.
12506
12507         * gnus-sum.el (gnus-summary-save-article): Bind
12508         gnus-prompt-before-saving to t when saving many articles in a file;
12509         always show all headers.
12510
12511         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12512
12513 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12514
12515         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12516         marks.
12517
12518         * message.el (message-indent-citation): Add optional arguments to allow
12519         using it outside of message buffers.
12520
12521         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12522         (gnus-article-treat-unfold-headers): Use it.
12523         (gnus-article-truncate-lines): New variable.
12524         (gnus-article-mode): Use it.
12525         (gnus-article-toggle-truncate-lines): New function.
12526
12527         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12528         Add gnus-article-toggle-truncate-lines.
12529
12530         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12531         coding system in XEmacs, use binary.
12532
12533 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12534
12535         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12536         after-load-alist.
12537
12538         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12539         this function should save decoded articles.
12540         (gnus-summary-write-to-file): Use property to specify this function
12541         should save decoded articles and specify gnus-summary-save-in-file
12542         should be used to save articles other than the first one when saving
12543         many articles.
12544         (gnus-summary-save-body-in-file): Use property to specify this
12545         function should save decoded articles.
12546         (gnus-summary-write-body-to-file): Use property to specify this
12547         function should save decoded articles and specify
12548         gnus-summary-save-body-in-file should be used to save articles other
12549         than the first one when saving many articles.
12550
12551         * gnus-sum.el (gnus-summary-save-article): Simplify.
12552
12553 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12554
12555         * gnus-art.el (gnus-default-article-saver):
12556         Add gnus-summary-write-body-to-file.
12557         (gnus-article-save-coding-system): Don't use coding system object
12558         in XEmacs.
12559         (gnus-read-save-file-name): Add optional `dir-var' argument which
12560         specifies directory in which files are saved; work even if optional
12561         `variable' argument is not specified.
12562         (gnus-summary-write-to-file): Read file name.
12563         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12564         (gnus-summary-write-body-to-file): New function.
12565
12566         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12567         (gnus-summary-local-variables): Add it.
12568         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12569         (gnus-summary-save-article): Remove optional `decode' argument;
12570         determine whether to decode articles by the value of
12571         gnus-default-article-saver; when saving many files using
12572         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12573         it first and use gnus-summary-save-in-file or
12574         gnus-summary-save-body-in-file thereafter unless
12575         gnus-prompt-before-saving is always; move point to article which
12576         will be saved.
12577         (gnus-summary-save-article-file): Revert.
12578         (gnus-summary-write-article-file): Revert.
12579         (gnus-summary-save-article-body-file): Revert.
12580         (gnus-summary-write-article-body-file): New function.
12581
12582 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12583
12584         * gnus-art.el (gnus-default-article-saver): Doc fix.
12585         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12586         from gnus-summary-save-article-coding-system, and default to a
12587         certain coding system.
12588         (gnus-output-to-file): Add coding cookie and encode text according
12589         to gnus-article-save-coding-system; don't use mm-append-to-file.
12590
12591         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12592         gnus-art.el and rename to gnus-article-save-coding-system.
12593         (gnus-summary-save-article): Require gnus-art; don't show all
12594         headers if it decodes articles; don't add coding cookie here;
12595         don't bind mm-text-coding-system-for-write.
12596         (gnus-summary-save-article-file): Save decoded articles.
12597         (gnus-summary-write-article-file): When saving many files, use
12598         gnus-summary-write-to-file first and gnus-summary-save-in-file
12599         thereafter unless gnus-prompt-before-saving is always.
12600         (gnus-summary-save-article-body-file): Save decoded articles.
12601
12602         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12603
12604 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12605
12606         * nnrss.el (nnrss-check-group): Bind hash-index.
12607
12608 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12609
12610         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12611         its hash index.  Store this hash in `nnrss-group-data'.
12612         (nnrss-read-group-data): Update accordingly.
12613
12614 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12615
12616         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12617         entry.
12618
12619         * gnus-sum.el (gnus-summary-make-menu-bar):
12620         Add gnus-article-browse-html-article.
12621
12622 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12623
12624         * gnus-sum.el (gnus-summary-mime-map):
12625         Add gnus-article-browse-html-article.
12626
12627         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12628
12629 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12630
12631         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12632         suitable coding systems in customize.
12633
12634 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12635
12636         * mail-source.el (mail-sources): Fix custom type.
12637
12638 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12639
12640         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12641         (gnus-summary-expire-articles-now): Shorten prompt.
12642
12643         * gmm-utils.el (wid-edit): Require.
12644         (defun-gmm): Rename from `gmm-defun-compat'.
12645         (gmm-image-search-load-path): Use it.
12646         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12647
12648 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12649
12650         * gnus-sum.el (gnus-summary-save-article-coding-system):
12651         New variable.
12652         (gnus-summary-save-article): Add optional `decode' argument.
12653         If it is set and gnus-summary-save-article-coding-system is non-nil,
12654         save decoded article.
12655         (gnus-summary-write-article-file): Save decoded article if
12656         gnus-summary-save-article-coding-system is non-nil.
12657
12658         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12659         type.
12660
12661 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12662
12663         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12664
12665 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12666
12667         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12668         first to test gnus-single-article-buffer which may be buffer-local.
12669
12670         * gnus-sum.el (gnus-summary-setup-buffer):
12671         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12672         group; make gnus-article-buffer, gnus-article-current, and
12673         gnus-original-article-buffer always buffer-local.
12674         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12675         group.
12676         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12677
12678 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12679
12680         * nnml.el (nnml-request-compact-group): Compressed files might not
12681         have .gz extension.
12682
12683 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12684
12685         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12686         (mm-copy-to-buffer): Use with-current-buffer.
12687         (mm-display-part): Simplify.
12688         (mm-inlinable-p): Add optional arg `type'.
12689
12690 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12691
12692         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12693         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12694         Try harder to show the attachment internally or externally using
12695         gnus-mime-view-part-as-type.
12696
12697 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12698
12699         * message.el (message-from-style, message-signature-separator)
12700         (message-user-organization-file, message-send-mail-function)
12701         (message-citation-line-function, message-yank-prefix)
12702         (message-indent-citation-function, message-signature)
12703         (message-signature-file, message-signature-insert-empty-line):
12704         Remove autoloads.
12705
12706         * gnus-art.el (gnus-buttonized-mime-types):
12707         Remove "multipart/signed".  Revert 2006-04-26 change.
12708
12709 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12710
12711         * gnus.el (gnus-version-number): Bump version.
12712
12713 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12714
12715         * gnus.el: No Gnus v0.5 is released.
12716
12717 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12718
12719         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12720         fetching articles by message-id.
12721
12722 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12723
12724         * message.el (hashcash): Require hashcash as normal.
12725
12726         * ecomplete.el (ecomplete-highlight-match-line):
12727         Use point-at-eol.
12728         (ecomplete-highlight-match-line): Use `highlight', because that
12729         face exists in both Emacs and XEmacs.
12730
12731         * message.el (message-display-abbrev): Use point-at-bol.
12732
12733         * mail-source.el: Don't require timer/timer-funcs.
12734
12735         * gnus-async.el: Ditto.
12736
12737         * password.el: Ditto.
12738
12739         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12740
12741         * mm-url.el: Ditto.
12742
12743         * gnus-xmas.el: Don't require timer-funcs.
12744
12745         * mm-util.el: Require timer/timer-funcs.
12746
12747 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12748
12749         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12750         Close.
12751
12752 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12753
12754         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12755         unibyte after clear-decrypt function runs.
12756
12757         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12758         returns as a unibyte string.
12759
12760 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12761
12762         * lpath.el: Revert.
12763
12764         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12765         (pgg-gpg-process-sentinel): Revert.
12766
12767         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12768         (pgg-pgp-lookup-key): Revert.
12769
12770         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12771         (pgg-pgp5-lookup-key): Revert.
12772
12773         * pgg.el (pgg-fetch-key): Revert.
12774
12775 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12776
12777         * lpath.el: Fbind string-as-multibyte for XEmacs.
12778
12779         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12780         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12781         (mml1991-pgg-encrypt): Ditto.
12782
12783         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12784         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12785         a multibyte buffer.
12786
12787         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12788         (pgg-pgp-lookup-key): Ditto.
12789
12790         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12791         (pgg-pgp5-lookup-key): Ditto.
12792
12793         * pgg.el (pgg-fetch-key): Ditto.
12794
12795 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12796
12797         * message.el (message-user-organization-file): Check several
12798         locations of the organization file.
12799
12800         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12801         Add gnus-article-view-part-as-type.
12802
12803         * gnus-art.el (gnus-article-view-part-as-type): New function.
12804
12805         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12806         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12807
12808         * mml.el: Simplify autoload.
12809         (mml-mode): defvar dnd-protocol-alist instead of using
12810         symbol-value.
12811         (mml-default-directory): New variable.
12812         (mml-minibuffer-read-file): Use it.
12813         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12814
12815         * message.el (message-citation-line-format): New variable.
12816         (message-insert-formated-citation-line): New function.
12817         (message-citation-line-function):
12818         Add `message-insert-formated-citation-line' to custom type.
12819
12820         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12821         to doc string.
12822
12823         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12824         depending on mm-verify-option.
12825
12826 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12827
12828         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12829         binding pgg-* variables; reimplement the section which prevents
12830         MIME header from being signed.
12831         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12832         pgg-text-mode; remove a blank line at the top of body.
12833
12834         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12835         lines at the top of body; use gnus-newsgroup-charset if there's no
12836         Charset header.
12837
12838 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12839
12840         * message.el (message-self-insert-commands): Doc fix.
12841
12842         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12843         (mm-uu-pgp-encrypted-test): Ditto.
12844         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12845         between header and body; return application/pgp-encrypted handle
12846         if decryption failed; decode decrypted body by charset.
12847
12848         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12849         element match to application/pgp-*.
12850
12851 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12852
12853         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12854         HTML.
12855
12856 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12857
12858         * mail-source.el (mail-source-call-script): Message the error
12859         string.
12860
12861 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12862
12863         * gnus-util.el (gnus-byte-compile): Use it.
12864
12865 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12866
12867         * gnus-util.el (kill-empty-logs): New function.
12868
12869 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12870
12871         * message.el (message-mail-alias-type): Doc fix.
12872         (message-mail-alias-type-p): New function.
12873         (message-send): Use it.
12874         (message-mode): Ditto.
12875         (message-strip-forbidden-properties): Ditto.
12876
12877         * ecomplete.el (ecomplete-database-file-coding-system):
12878         New variable.
12879         (ecomplete-save): Use it.
12880         (ecomplete-setup): Use it.
12881
12882 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12883
12884         * message.el (message-self-insert-commands): New variable.
12885         (message-strip-forbidden-properties): Use it.
12886
12887 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12888
12889         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12890         that doesn't make XEmacs choke.
12891
12892 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12893
12894         * gnus-util.el (gnus-replace-in-string):
12895         Prefer replace-regexp-in-string over of replace-in-string.
12896
12897 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12898
12899         * gnus-util.el (gnus-select-frame-set-input-focus):
12900         Use select-frame-set-input-focus if it is available in XEmacs; use
12901         definition defined in Emacs 22 for old Emacsen.
12902
12903         * dgnushack.el: Autoload unmorse-region for XEmacs.
12904
12905         * lpath.el: Bind cursor-in-non-selected-windows and
12906         select-frame-set-input-focus for XEmacs.
12907
12908 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12909
12910         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12911
12912 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12913
12914         * gnus-registry.el (gnus-registry-cache-save): Remove text
12915         properties when saving via the temp buffer.
12916
12917 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12918
12919         * message.el (message-generate-hashcash): Honor custom type.
12920
12921 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12922
12923         * message.el (message-generate-hashcash): Default to non-nil when
12924         hashcash is found.
12925
12926         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12927         (gnus-refer-thread-limit): Increase default to 500.
12928
12929         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12930
12931         * flow-fill.el (fill-flowed): Allow delete-space.
12932
12933 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12934
12935         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12936         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12937         Remove autoloads.
12938
12939 2006-04-18  Simon Josefsson  <jas@extundo.com>
12940
12941         * message.el (message-generate-hashcash): Default to.
12942
12943 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12944
12945         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12946         concatenating segments rather than before concatenating them.
12947
12948 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12949
12950         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12951
12952 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12953
12954         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12955
12956         * message.el (message-forward-make-body-plain):
12957         Allow message-forward-ignored-headers to be a list.
12958         (message-remove-ignored-headers): Factor out into function.
12959         (message-forward-make-body-mml): Use it.
12960
12961         * imap.el (imap-quote-specials): New function.
12962         (imap-login-auth): Quote specials.
12963
12964         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12965         (rfc2231-parse-string): Allow concatanation of parameters that
12966         aren't contiguous.  The test case is
12967           (mail-header-parse-content-type "message/external-body;
12968             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12969             access-type=LOCAL-FILE;
12970             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12971
12972 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12973
12974         * nntp.el (nntp-accept-process-output): Return the value of
12975         `nnheader-accept-process-output'.
12976
12977 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12978
12979         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12980         (gnus-button-alist): Recognize more diff formats.
12981         (gnus-button-patch): Strip directory.
12982
12983 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12984
12985         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12986         Emacs 22 when setting focus.
12987
12988 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12989
12990         * gnus-art.el (gnus-article-treat-types): Do treatment of
12991         text/x-verbatim parts.
12992         (gnus-button-patch): New command.
12993
12994         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12995         addresses that contain invalid characters.
12996
12997 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12998
12999         * message.el (message-put-addresses-in-ecomplete):
13000         Use gnus-replace-in-string.
13001         (message-is-yours-p): Use the more correct
13002         mail-header-parse-address instead of
13003         mail-extract-address-components.
13004         (message-put-addresses-in-ecomplete): Fix typo.
13005
13006         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13007         keystroke.
13008
13009         * gnus-art.el (gnus-treatment-function-alist): Change order of
13010         newsgroups/generic header folding to avoid double-folding.
13011
13012         * message.el (message-hidden-headers): Add X-Draft-From.
13013
13014         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13015         New command.
13016         (gnus-summary-repeat-search-article-backward): New command.
13017
13018         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13019         groups in the parent topic.
13020
13021 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
13022
13023         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13024         (spam-extra-header-to-number): Return the CRM114 number as a
13025         number instead of a string.
13026
13027 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13028
13029         * gnus-art.el (gnus-face-properties-alist): Move here from
13030         gnus-fun.
13031
13032         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13033
13034 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13035
13036         * message.el (message-strip-forbidden-properties): Only display on
13037         self-insert-command.
13038
13039         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13040         reindent.
13041         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13042
13043 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
13044
13045         * smiley.el (smiley-style): Fix typo.
13046
13047 2006-03-23  Kenichi Handa  <handa@m17n.org>
13048
13049         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13050         instead of set-buffer-multibyte.
13051
13052 2006-03-23  Kenichi Handa  <handa@m17n.org>
13053
13054         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13055         buffer and then decode the buffer text if necessary.
13056         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13057         first, and after mm-encode-body, change the buffer to unibyte.
13058
13059 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13060
13061         * hashcash.el (hashcash-insert-payment-async-2):
13062         Use message-goto-eoh instead of doing it manually.
13063         (mail-add-payment): Use message-narrow-to-header instead of trying
13064         to do the same itself.
13065
13066         * message.el (message-hidden-headers): Add Face.
13067
13068         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13069         reparenting code.
13070         (gnus-summary-reparent-children): Refactored out code.
13071         (gnus-summary-thread-map): New keystroke.
13072         (gnus-summary-reparent-children): Make into command.
13073
13074         * smiley.el (smiley-style): Default to `medium' if using a large
13075         font.
13076
13077         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13078         does it itself.
13079
13080         * message.el (message-point-in-header-p): Simplify definition.
13081
13082 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13083
13084         * nnagent.el (nnagent-request-set-mark): Silence log file
13085         writing.
13086         (nnagent-request-set-mark): Use write-region instead of
13087         append-to-file.
13088
13089         * gnus-sum.el (gnus-read-header): Fudge article number if using a
13090         strange select method.
13091
13092         * ecomplete.el (ecomplete-display-matches): Get highlightling
13093         right.
13094         (ecomplete-display-matches): Use literals.
13095         (ecomplete-display-matches): Disable message logging.
13096
13097         * message.el (message-display-abbrev): Small optimization.
13098
13099         * ecomplete.el (ecomplete-display-matches): Allow automatic
13100         display.
13101
13102         * message.el (message-strip-forbidden-properties):
13103         Display abbrevs.
13104         (message-display-abbrev): Get automatic display right.
13105
13106         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13107         keystrokes.
13108
13109 2006-04-13  Romain Francoise  <romain@orebokech.com>
13110
13111         TODO: Backport to v5-10!
13112
13113         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13114         Move here (and rename) from gnus-registry.el.
13115
13116         * gnus-registry.el: Require gnus-util.
13117         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13118
13119 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13120
13121         * gnus-group.el (gnus-group-catchup-current):
13122         Change if-then-else-if-then-else into cond.
13123         (gnus-group-catchup): Indent.
13124         (group-name-at-point): New function.
13125         (gnus-fetch-group): Provide default from thing at point.
13126
13127 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13128
13129         * message.el (message-display-abbrev): Fix regexp.
13130
13131         * ecomplete.el (ecomplete-highlight-match-line):
13132         Reimplement choosing.
13133         (ecomplete-highlight-match-line): Fix up code rewrite, remove
13134         dead variables.
13135
13136         * message.el (message-newline-and-indent): Remove debugging.
13137         (message-display-abbrev): Use new implementation.
13138
13139 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13140
13141         * gnus-art.el (gnus-article-mode):
13142         Set cursor-in-non-selected-windows to nil.
13143
13144         * smiley.el: Revert previous change.
13145         (smiley-data-directory): defvar it before using it in the
13146         defcustom of `smiley-style'.
13147
13148 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13149
13150         * message.el (message-newline-and-indent): New function.
13151
13152         * ecomplete.el: Implement more bits.
13153
13154         * message.el (message-put-addresses-in-ecomplete): Clean up the
13155         string.
13156
13157         * ecomplete.el (ecomplete-add-item): Chop off decimals.
13158
13159         * gnus-sum.el (gnus-summary-save-parts):
13160         Bind gnus-summary-save-parts-counter and use it to make unique file
13161         names.
13162
13163         * gnus-art.el (gnus-ignored-headers): Add some more headers.
13164
13165         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13166         parameter to say whether to actually parse the individual
13167         addresses.
13168
13169         * message.el (message-put-addresses-in-ecomplete): New function.
13170         (ecomplete): Require.
13171         (message-mail-alias-type): Add ecomplete as an option.
13172
13173 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
13174
13175         * flow-fill.el (fill-flowed): Remove trailing space from blank
13176         quoted lines.
13177
13178 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13179
13180         * smiley.el (smiley-style): Move definition later to avoid a
13181         compilation warning.
13182
13183 2006-04-12  Kenichi Handa  <handa@m17n.org>
13184
13185         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13186         buffer and then decode the buffer text if necessary.
13187         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13188         first, and after mm-encode-body, change the buffer to unibyte.
13189         Use mm-disable-multibyte instead of set-buffer-multibyte.
13190
13191 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13192
13193         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13194         Content-Type header instead of Content-Disposition header.
13195         (gnus-mime-inline-part): Ditto.
13196         (gnus-mime-view-part-as-charset): Ignore charset that the part
13197         specifies.
13198
13199         * mm-decode.el (mm-display-part): Work with external parts and
13200         usual parts similarly.
13201
13202         * mm-extern.el (mm-inline-external-body): Use mm-display-part
13203         instead of gnus-display-mime.
13204
13205         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13206         instead of with-temp-buffer.
13207
13208         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13209         tag to summarized topics part in order to encode non-ASCII text.
13210
13211 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13212
13213         * smiley.el (smiley-style): New variable.
13214         (smiley-directory): New function.
13215         (smiley-data-directory): Derive from `smiley-style' using
13216         `smiley-directory'.
13217         (smiley-regexp-alist): Add new entries.
13218
13219         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13220         (gnus-article-browse-delete-temp): Add :version.
13221
13222 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
13223
13224         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13225         the sieve region.
13226
13227 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13228
13229         * gnus.el (gnus-version-number): Bump version.
13230
13231 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13232
13233         * gnus.el: No Gnus v0.4 is released.
13234
13235 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13236
13237         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13238         layout.
13239
13240         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13241         unknown charset.
13242
13243         * message.el (message-header-synonyms): Add Original-To to the
13244         default.
13245
13246         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13247         optional parameter.
13248
13249 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13250
13251         * gnus-fun.el (gnus): Require it for gnus-directory.
13252
13253 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13254
13255         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13256
13257 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13258
13259         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13260
13261 2006-04-05  Simon Josefsson  <jas@extundo.com>
13262
13263         * password.el (password-reset): New function.
13264
13265 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13266
13267         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13268         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13269
13270 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13271
13272         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13273         Some whitespace was matched into the url, which broke browsing hits
13274         > 100 when mm-url-use-external was nil.
13275
13276 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13277
13278         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13279         Check gnus-extra-headers for 'Newsgroups.
13280
13281         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13282         bound.
13283
13284 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13285
13286         * pgg-gpg.el: Clean up process buffers every time gpg processes
13287         complete.
13288
13289 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13290
13291         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13292         doc string.
13293
13294 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13295
13296         * pgg-gpg.el (pgg-gpg-process-filter)
13297         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13298
13299         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13300         lines, temporary fix.
13301
13302 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13303
13304         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13305
13306 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13307
13308         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13309         default-enable-multibyte-characters.  This reverts the change from
13310         revision 6.17 which is no longer necessary because the passphrase
13311         is sent separately now.  GnuPG messages are unreadable under
13312         multibyte locales with default-enable-multibyte-characters set to
13313         nil.
13314
13315 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13316
13317         * message.el (message-tool-bar-gnome): Move "spell".
13318
13319 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13320
13321         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13322         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13323         instead.
13324
13325 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13326
13327         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13328         Improve newsgroups handling for NNTP overviews which don't include
13329         Newsgroups.
13330
13331 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13332
13333         * message.el (message-resend): Bind message-generate-hashcash to nil.
13334
13335 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13336
13337         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13338         when searching for already-paid recipients.
13339
13340 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13341
13342         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13343         passphrases when it is not needed.
13344         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13345         passphrase stuff from gpg, should only be necessary when you use
13346         gpg with a smartcard.
13347
13348 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13349
13350         * mml.el (mml-insert-mime): Ignore cached contents of
13351         message/external-body part.
13352
13353         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13354         (mm-insert-part): Ditto.
13355
13356 2006-03-23  Simon Josefsson  <jas@extundo.com>
13357
13358         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13359         Reiner.
13360         (pgg-gpg-use-agent-p): Use it again.
13361
13362 2006-03-23  Simon Josefsson  <jas@extundo.com>
13363
13364         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13365         older emacsen.
13366         (pgg-gpg-use-agent-p): Don't use it.
13367
13368 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13369
13370         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13371         if we can.
13372
13373 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13374
13375         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13376         (pgg-gpg-update-agent): New function.
13377         (pgg-gpg-use-agent-p): New function.
13378         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13379         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13380         (pgg-gpg-sign-region): Use it.
13381
13382 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13383
13384         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13385         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13386
13387 2006-03-21  Simon Josefsson  <jas@extundo.com>
13388
13389         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13390         <wilde@sha-bang.de>.
13391         (pgg-gpg-use-agent): New variable.
13392         (pgg-gpg-process-region): Use it.
13393         (pgg-gpg-encrypt-region): Likewise.
13394         (pgg-gpg-encrypt-symmetric-region): Likewise.
13395         (pgg-gpg-decrypt-region): Likewise.
13396         (pgg-gpg-sign-region): Likewise.
13397         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13398
13399 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13400
13401         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13402
13403         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13404         Add comment on version.
13405
13406 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13407
13408         * smiley.el: Add missing test smiley.
13409
13410 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13411
13412         * mm-decode.el (mm-with-part): New macro.
13413         (mm-get-part): Use it; work with message/external-body as well.
13414         (mm-save-part): Treat name and filename equally.
13415
13416         * mm-extern.el (mm-extern-cache-contents): New function.
13417         (mm-inline-external-body): Use it; force the part to be displayed;
13418         move undisplayer added to the cached handle to the parent.
13419
13420         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13421         (gnus-mime-view-part-as-type): Work with message/external-body.
13422
13423         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13424
13425 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13426
13427         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13428         images in image-load-path.  [Sync with image.el, revision 1.60, in
13429         Emacs.]
13430
13431 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13432
13433         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13434         path rather than symbol.  Always return list of directories.
13435         Guarantee that image directory comes first.  [Sync with image.el,
13436         revision 1.59, in Emacs.]
13437
13438         * message.el (message-make-tool-bar): Adjust to new API of
13439         `gmm-image-load-path-for-library'.
13440
13441         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13442
13443         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13444
13445 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13446
13447         * gnus-art.el (gnus-article-only-boring-p):
13448         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13449         intangible text.
13450         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13451
13452 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13453
13454         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13455         Use `defun' instead of `gmm-defun-compat'.
13456
13457 2006-03-14  Simon Josefsson  <jas@extundo.com>
13458
13459         * message.el (message-unique-id): Don't use message-number-base36
13460         if (user-uid) is a float.
13461         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13462
13463 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13464
13465         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13466
13467         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13468         empty line between a part and a message part.
13469
13470 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13471
13472         * smiley.el: Add more test smileys.
13473         (smiley-data-directory, smiley-regexp-alist)
13474         (gnus-smiley-file-types): Fix doc strings.
13475         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13476         adding new elements.
13477         (smiley-mouse-map): Unused code.  Make it a comment.
13478
13479 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13480
13481         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13482         scan latest NoCeM messages instead of old ones.
13483         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13484         delimiters that are recently used.
13485         (gnus-nocem-load-cache): Add autoload cookie.
13486
13487         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13488
13489         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13490         level which is larger than gnus-use-nocem is specified.
13491
13492         * gnus-group.el (gnus-group-get-new-news): Ditto.
13493
13494 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13495
13496         * gnus-util.el (gnus-tool-bar-update): New function.
13497
13498         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13499         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13500
13501         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13502
13503         * gnus-group.el (gnus-group-redraw-when-idle)
13504         (gnus-group-redraw-check): Remove.
13505         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13506
13507 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13508
13509         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13510         if optional last element is specified in splits (FIELD VALUE...).
13511
13512 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13513
13514         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13515         to gmm-image-load-path-for-library.  Call with no-error argument.
13516         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13517
13518         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13519
13520         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13521
13522         * gmm-utils.el (gmm-image-load-path): Remove alias.
13523
13524 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13525
13526         * gmm-utils.el (gmm-image-load-path): Add alias.
13527
13528         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13529         nnml-generate-nov-databases-1.
13530         (nnml-generate-nov-databases): Use it.
13531         (nnml-generate-nov-databases-directory): Document no-active
13532         argument.
13533
13534         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13535         directory if path is t.  Add no-error.
13536
13537         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13538         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13539
13540         * gnus-art.el (gnus-article-browse-delete-temp-files):
13541         Simplify resetting gnus-article-browse-html-temp-list.
13542
13543         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13544         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13545         Add example to docstring.  Rename local variables.  Move error
13546         checks to default case in cond and simplify.
13547
13548 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13549
13550         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13551         handle is multipart when calling it recursively.
13552         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13553
13554 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13555
13556         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13557         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13558
13559 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13560
13561         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13562         is loaded.
13563
13564         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13565         loaded.
13566
13567 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13568
13569         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13570         to "Emacs 23 (unicode)" in doc string.
13571
13572         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13573         "Emacs 23 (unicode)" in comment.
13574
13575 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13576
13577         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13578
13579         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13580         characters 160 through 255 in Emacs 23.
13581
13582 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13583
13584         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13585         gnus-article-browse-html-temp.
13586         (gnus-article-browse-delete-temp): Make it customizable.
13587         Add `file'.  Adjust doc string.
13588         (gnus-article-browse-delete-temp-files): Add argument.
13589         Allow query for each file.  Adjust doc string.
13590         (gnus-article-browse-html-parts):
13591         Add `gnus-article-browse-delete-temp-files' to
13592         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13593
13594 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13595
13596         * gnus-art.el (gnus-article-browse-html-temp)
13597         (gnus-article-browse-delete-temp): New variables.
13598         (gnus-article-browse-delete-temp-files): New function.
13599         (gnus-article-browse-html-parts): Use it.
13600
13601 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13602
13603         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13604
13605         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13606         string.
13607
13608         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13609         gnus-summary-insert-new-articles when unplugged.
13610         Remove gnus-summary-search-article-forward.
13611
13612         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13613         display-visual-class instead of display-color-cells.
13614
13615 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13616
13617         * dgnushack.el: Autoload customize-group for XEmacs.
13618
13619         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13620         message/* containing non-ASCII text properly.
13621
13622 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13623
13624         * message.el: Require gmm-utils, remove autoloads.
13625         (message-tool-bar): Set default based on
13626         gmm-tool-bar-style.
13627         (message-tool-bar-gnome): Add gmm-customize-mode.
13628
13629         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13630         gmm-tool-bar-style.
13631         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13632
13633         * gnus-group.el (gnus-group-tool-bar): Set default based on
13634         gmm-tool-bar-style.
13635         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13636
13637         * gmm-utils.el (gmm-image-directory): Rename variable from
13638         gmm-image-load-path.
13639         (gmm-image-load-path): Use gmm-image-directory.
13640         (gmm-customize-mode): New function.
13641         (gmm-tool-bar-style): New variable.
13642
13643         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13644         gnus-group-redraw-line-number.
13645         (gnus-group-redraw-check): Simplify.
13646         (gnus-group-tool-bar-update): Remove redraw check.
13647         (gnus-group-make-tool-bar): Add redraw check.
13648
13649 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13650
13651         * gnus-art.el (gnus-button): Add missing parentheses.
13652
13653 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13654
13655         * lpath.el: Fbind line-number-at-pos.
13656
13657 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13658
13659         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13660
13661 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13662
13663         * gnus-art.el (gnus-button): New face.
13664         (gnus-article-button-face): Use it.
13665
13666         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13667         Add gnus-summary-next-page.  Re-order.
13668
13669         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13670         next-node are now included.
13671         (gnus-group-redraw-line-number): New internal variable.
13672         (gnus-group-redraw-check): Helper function for updating the tool
13673         bar.
13674         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13675
13676         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13677
13678         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13679         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13680         Use it to match format of Spamassassin 3.0 and later.
13681         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13682         (spam-check-bogofilter)
13683         (spam-bogofilter-register-with-bogofilter): Fix args of
13684         `gnus-error' calls.
13685
13686 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13687
13688         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13689         unnecessary interaction when sending queued mails.
13690         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13691
13692 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13693
13694         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13695         first or last are nil.
13696
13697 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13698
13699         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13700
13701 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13702
13703         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13704
13705 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13706
13707         * dns.el (query-dns): Protect more against buggy tcp output.
13708
13709 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13710
13711         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13712         nov.php.
13713
13714 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13715
13716         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13717         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13718         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13719         output on the server side.
13720         (nnweb-google-create-mapping): Update regexps and add some
13721         progress indication.
13722
13723 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13724
13725         * gnus-group.el (gnus-group-tool-bar-gnome):
13726         Fix gnus-agent-toggle-plugged.  Re-order icons.
13727         (gnus-group-tool-bar-gnome):
13728         Add gnus-group-{prev,next}-unread-group.
13729         (gnus-group-tool-bar-gnome): Re-order icons.
13730
13731         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13732         Move gnus-summary-insert-new-articles.
13733
13734         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13735         Fix comments.
13736
13737         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13738         also available in Emacs 21.3.
13739
13740         * message.el (message-fix-before-sending): Change "Emacs 22" to
13741         "Emacs 23 (unicode)" in comment.
13742
13743         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13744         "Emacs 23 (unicode)" in comment.
13745
13746         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13747         comment.
13748         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13749
13750         * mm-view.el (mm-fill-flowed): Add :version.
13751
13752 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13753
13754         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13755         and load-path.
13756
13757 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13758
13759         * message.el: Autoload gmm-image-load-path.
13760         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13761         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13762         consitency.
13763
13764         * gmm-utils.el (gmm-image-load-path): Also search in
13765         "../etc/images".  Don't set gmm-image-load-path if we don't find
13766         the image.
13767
13768 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13769
13770         * gmm-utils.el (gmm-image-load-path): Don't make
13771         `gmm-image-load-path' include subdirectories which the second arg
13772         `image' might specify.
13773
13774         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13775         subdirectory to icon file names.
13776
13777         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13778
13779 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13780
13781         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13782         gmm-image-load-path calls.
13783
13784         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13785
13786         * message.el (message-make-tool-bar): Ditto.
13787
13788         * mml.el (mml-preview): Add comment concerning tool bar icons.
13789
13790         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13791         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13792
13793         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13794         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13795
13796         * message.el (message-tool-bar-gnome): Use new icon names.
13797         (message-make-tool-bar): Use `gmm-image-load-path'.
13798
13799         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13800         New functions from MH-E.
13801         (gmm-image-load-path): New variable from MH-E.
13802         (gmm-image-load-path): New function from MH-E.  Add arguments
13803         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13804         *-image-load-path-called-flag.
13805
13806 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13807
13808         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13809
13810 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13811
13812         * nnimap.el (nnimap-request-move-article): Change folder back to
13813         source group before deleting.
13814
13815 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13816
13817         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13818
13819         * gnus-art.el (mm-url-insert-file-contents-external):
13820         Autoload mm-url.
13821
13822         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13823
13824 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13825
13826         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13827         coding system which mm-charset-to-coding-system returns for a
13828         given charset is valid.
13829
13830 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13831
13832         * html2text.el (html2text-remove-tag-list):
13833         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13834
13835 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13836
13837         * gnus-cus.el: Revert 2005-10-17 change.
13838
13839 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13840
13841         * gnus-art.el (article-strip-banner):
13842         Call article-really-strip-banner only when the regexp match is made.
13843
13844 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13845
13846         * gnus-art.el (article-strip-banner):
13847         Use gnus-extract-address-components instead of
13848         mail-header-parse-addresses to make it work with non-ASCII text;
13849         remove mail-encode-encoded-word-string.
13850
13851         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13852         values which are surrounded with \"...\"; make it never cause a
13853         Lisp error; give up parsing of parameters if it failed in
13854         extracting type.
13855
13856 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13857
13858         * smime.el (smime-cert-by-ldap-1): Fix bug where
13859         `smime-ldap-search' returns results without userCertificates.
13860
13861 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13862
13863         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13864
13865 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13866
13867         * spam.el (spam-check-spamassassin-headers): Adapt format for
13868         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13869         <ari@mbf.ocn.ne.jp>.
13870         (spam-list-of-processors): Add spam-use-gmane.
13871
13872 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13873
13874         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13875         make-temp-file; make it work with XEmacs as well.
13876
13877         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13878         mm-make-temp-file.
13879
13880         * mm-decode.el (mm-display-external): Use the 3rd arg of
13881         mm-make-temp-file.
13882         (mm-create-image-xemacs): Ditto.
13883
13884 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13885
13886         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13887         with message-narrow-to-headers.
13888         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13889         (gnus-draft-check-draft-articles): New function.
13890         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13891
13892 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13893
13894         * gnus-art.el (gnus-article-browse-html-parts):
13895         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13896         Don't use suffix argument for mm-make-temp-file for Emacs 21
13897         compatibility.  Remove useless `format'.
13898
13899 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13900
13901         * nnweb.el (nnweb-google-wash-article): Update regexps.
13902         (nnweb-group-alist): Use defvoo instead of defvar.
13903
13904 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13905
13906         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13907         re-loading nn* modules.
13908
13909 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13910
13911         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13912         for `tool-bar-mode' and don't check it's default-value.
13913
13914         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13915
13916         * message.el (message-make-tool-bar): Ditto.
13917
13918         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13919         `substring'.  Shorten tmp-file name.
13920
13921         * gnus.el: Remove bogus comment.
13922
13923 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13924
13925         * gnus-art.el (gnus-article-browse-html-parts): New function.
13926         (gnus-article-browse-html-article): New function for viewing html
13927         articles with a browser.
13928
13929 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13930
13931         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13932         in elisp.
13933         (pgg-gpg-encrypt-symmetric-region): Ditto.
13934         (pgg-gpg-sign-region): Ditto.
13935
13936         * pgg-def.el (pgg-text-mode): New variable.
13937
13938         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13939         (mml2015-pgg-encrypt): Ditto.
13940
13941         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13942         (mml1991-pgg-encrypt): Ditto.
13943
13944 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13945
13946         * nnfolder.el (nnfolder-insert-newsgroup-line):
13947         Use message-make-date instead of current-time-string.
13948
13949         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13950         to gnus-decoded which mm-uu might set.
13951
13952 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13953
13954         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13955         don't decode quoted parameters; remove misimported Emacs code.
13956         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13957         (rfc2231-decode-encoded-string): Don't use split-string which
13958         behaves differently according to Emacs version; use
13959         mm-decode-coding-region to convert charset to coding-system.
13960         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13961         (rfc2231-encode-string): Remove misimported Emacs code.
13962
13963 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13964
13965         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13966         when calling mail-header-parse-content-type.
13967         (article-de-quoted-unreadable): Ditto.
13968         (article-de-base64-unreadable): Ditto.
13969         (article-wash-html): Ditto.
13970
13971         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13972         calling mail-header-parse-content-type and
13973         mail-header-parse-content-disposition.
13974         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13975         mail-header-parse-content-type.
13976
13977         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13978         insert charset and format parameters; encode description after
13979         inserting it to buffer.
13980         (mml-insert-parameter): Fold lines properly even if a parameter is
13981         segmented into two or more lines; change the max column to 76.
13982
13983         * rfc1843.el (rfc1843-decode-article-body): Don't use
13984         ignore-errors when calling mail-header-parse-content-type.
13985
13986         * rfc2231.el (rfc2231-parse-string): Return at least type if
13987         possible; don't cause an error even if it fails in parsing of
13988         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13989         (rfc2231-encode-string): Don't break lines at the beginning, leave
13990         it to mml-insert-parameter.
13991
13992         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13993         calling mail-header-parse-content-type.
13994
13995 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13996
13997         * spam-report.el (spam-report-gmane-use-article-number):
13998         Improve doc string.
13999         (spam-report-gmane-internal): Check if a suitable header was found
14000         in the article.
14001
14002 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14003
14004         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14005         (rfc2231-encode-string): Make param*=value always begin with LWSP.
14006
14007 2006-02-05  Romain Francoise  <romain@orebokech.com>
14008
14009         Update copyright notices of all files in the gnus directory.
14010
14011 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14012
14013         * nnweb.el (nnweb-request-group): Avoid growing overview files.
14014
14015 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14016
14017         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14018         segmented lines of parameter value to cope with Thunderbird 1.5
14019         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14020         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14021         (rfc2231-encode-string): Don't make lines exceeding 76 column.
14022
14023 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
14024
14025         * mml.el (mml-generate-mime-1): Correct the order of inline signed
14026         parts.
14027
14028 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14029
14030         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14031         there's only one active file for all servers.
14032         (nnweb-request-scan): Make sure nnweb-articles is initialized on
14033         solid groups.  Gnus might have used a FAST request to select the group.
14034         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14035         and nnweb-search redundantly in the active file.
14036         (nnweb-request-list): Don't list bogus groups.  There can only be one.
14037         (nnweb-request-create-group): Don't use ARGS.
14038         (nnweb-possibly-change-server, nnweb-request-group): Remove some
14039         initialisations.  Let nnoo do the work.
14040
14041 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14042
14043         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14044         Say the part has been decoded.
14045
14046         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
14047
14048 2006-01-31  Kevin Ryde  <user42@zip.com.au>
14049
14050         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14051         mailcap-viewer-test-cache when there's no 'test clause, since that
14052         will invert the meaning of a "nil" test previously determined by
14053         mailcap-mailcap-entry-passes-test.
14054
14055 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14056
14057         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14058         compiling.
14059
14060         * gnus-sum.el: Ditto.
14061
14062         * message.el: Don't bind tool-bar-map when compiling.
14063
14064 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
14065
14066         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14067
14068 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14069
14070         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14071         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14072         current Google Groups.
14073
14074 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
14075
14076         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14077         and tool-bar-mode.
14078
14079         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14080         and tool-bar-mode.
14081
14082         * message.el (message-tool-bar-update): Simplify.
14083         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14084
14085         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14086         gnus-summary-buffer.
14087         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14088         gnus-summary-reply.
14089
14090         * gmm-utils.el (gmm): Add :version.
14091
14092 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14093
14094         * Makefile.in (clean): New rule.
14095         (distclean): Use it.
14096
14097 2006-01-26  Steve Youngs  <steve@sxemacs.org>
14098
14099         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14100         Don't autoload.
14101
14102 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14103
14104         * gmm-utils.el (gmm-verbose): Add :group.
14105
14106 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
14107
14108         * message.el: Change some comments WRT tool-bars.
14109
14110         * gnus-sum.el (gnus-summary-tool-bar)
14111         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14112         (gnus-summary-tool-bar-zap-list): New variables.
14113         (gnus-summary-make-tool-bar): Complete rewrite using
14114         `gmm-tool-bar-from-list'.
14115
14116         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14117         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14118         New variables.
14119         (gnus-group-make-tool-bar): Complete rewrite using
14120         `gmm-tool-bar-from-list'.
14121         (gnus-group-tool-bar-update): New function.
14122
14123         * message.el (message-mode-field-menu): Add "Show hidden Headers".
14124
14125 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14126
14127         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14128         is dissected into a single part of which the type is the same as
14129         the given one; decode charset.
14130
14131 2006-01-21  Kevin Ryde  <user42@zip.com.au>
14132
14133         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14134         into alists as symbol not string, since that's what
14135         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14136         look for.
14137
14138 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
14139
14140         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14141         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14142
14143         * message.el (message-tool-bar-gnome): Use gmm-ignore.
14144
14145 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14146
14147         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
14148         (gnus-xmas-mime-security-button-menu): New function.
14149
14150         * gnus-art.el (gnus-mime-security-button-commands): New variable.
14151         (gnus-mime-security-button-menu): New definition.
14152         (gnus-mime-security-button-map): Use them.
14153         (gnus-mime-security-button-menu): New function.
14154         (gnus-insert-mime-security-button): Addition to help echo.
14155         (gnus-mime-security-run-function, gnus-mime-security-save-part)
14156         (gnus-mime-security-pipe-part): New functions.
14157
14158         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14159         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14160
14161         * mm-decode.el (mm-handle-set-disposition): Remove.
14162         (mm-handle-set-description): Remove.
14163
14164 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14165
14166         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14167         (mm-w3m-standalone-supports-m17n-p): New function.
14168         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14169         w3m usage.
14170
14171         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14172         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14173
14174 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14175
14176         * message.el (message-tool-bar-zap-list):
14177         Use gmm-tool-bar-zap-list as custom type.
14178         (message-tool-bar-update): New function.
14179         (message-tool-bar, message-tool-bar-gnome)
14180         (message-tool-bar-retro): Add message-tool-bar-update.
14181         (message-tool-bar-gnome): Add flyspell-buffer.
14182
14183         * gnus-util.el (gnus-error): Describe `args'.
14184
14185         * gmm-utils.el (gmm-error): Describe `args'.
14186         (gmm-tool-bar-zap-list): New widget.
14187         (gmm-tool-bar-from-list): Improve description of `zap-list'.
14188
14189 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14190
14191         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14192         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14193         the number of recursive calls.
14194
14195         * mm-decode.el (mm-handle-set-disposition): New macro.
14196         (mm-handle-set-description): New macro.
14197
14198 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14199
14200         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14201         encoding.
14202
14203 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14204
14205         * message.el (message-tool-bar-zap-list, message-tool-bar)
14206         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14207         (message-tool-bar-local-item-from-menu): Remove.
14208         (message-tool-bar-map): Replace by `message-make-tool-bar'.
14209         (message-make-tool-bar): New function.
14210         (message-mode): Use `message-make-tool-bar'.
14211
14212         * gmm-utils.el: New file.
14213         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14214         (gmm-lazy): New widget copied from `nnmail.el'.
14215         (gmm-tool-bar-from-list): New function for creating customizable
14216         tool bars.
14217         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
14218         output.
14219         (gmm): Add :prefix to defgroup.
14220
14221 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
14222
14223         * gmm-utils.el (gmm-widget-p): New function.
14224
14225 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14226
14227         * mml.el (mml-attach-file): Describe `description' in doc string.
14228         (mml-menu): Add Emacs MIME manual and PGG manual.
14229
14230 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14231
14232         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14233
14234 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14235
14236         * nntp.el (nntp-end-of-line): Doc fix.
14237
14238 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14239
14240         * imap.el (imap-open): Handle case where buffer is a buffer
14241         object.
14242
14243 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14244
14245         * gnus-delay.el (gnus-delay): Don't autoload.
14246         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14247         to be re-loaded when customizing the `gnus-delay' group.
14248
14249 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14250
14251         * message.el (message-insert-citation-line): Use newlines.
14252
14253 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14254
14255         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14256         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14257         these routines, so the passphrase can be managed externally and
14258         passed in to the system.
14259         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14260         pgg-add-passphrase-to-cache function.
14261
14262         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14263         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14264         these routines, so the passphrase can be managed externally and
14265         passed in to the system.
14266         (pgg-pgp5-sign-region): Use new name of
14267         pgg-add-passphrase-to-cache function.
14268
14269 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14270
14271         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14272         part of the decoded armor to find the key-identifier.
14273         (pgg-gpg-lookup-key-owner): New function to return the
14274         human-readable identifier of a key owner.
14275         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14276         itself.
14277         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14278         the key value) if we have a key and can match it against a secret
14279         key.  Also, added a note pointing out fact that the prompt only
14280         indicates the first matching key.
14281
14282         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14283         pgg-decrypt-region.
14284         (pgg-add-passphrase-to-cache): Rename from
14285         `pgg-add-passphrase-cache' to reduce confusion (all callers
14286         changed).
14287         (pgg-remove-passphrase-from-cache): Rename from
14288         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14289         changed).
14290         (pgg-read-passphrase, pgg-add-passphrase-cache)
14291         (pgg-remove-passphrase-cache): Add informative docstrings.
14292         (pgg-decrypt): Convey provided passphrase in subordinate call to
14293         pgg-decrypt-region.
14294
14295 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14296
14297         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14298         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14299         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14300         'passphrase' argument, so the passphrase can be managed externally
14301         and then passed in to the system.
14302
14303         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14304         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14305         so the passphrase cache can be used reliably with identifiers
14306         besides a pgp packet's key id.
14307
14308         * pgg-gpg.el (pgg-gpg-encrypt-region)
14309         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14310         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14311         these routines, so the passphrase can be managed externally and
14312         passed in to the system.
14313
14314         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14315         'notruncate' argument, so the passphrase cache can be used
14316         reliably with identifiers besides a pgp packet's key id.
14317
14318 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14319
14320         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14321         symmetric encryption.
14322         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14323         encrypted session key.
14324         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14325         message ask for the passphrase in a proper way.
14326
14327         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14328         New user commands for symmetric encryption.
14329
14330 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14331
14332         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14333
14334         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14335
14336 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14337
14338         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14339
14340 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14341
14342         * mm-decode.el (mm-inlined-types): Add application/pgp.
14343         (mm-automatic-display): Ditto.
14344
14345         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14346         part as text.
14347
14348 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14349
14350         * nnrss.el: Update copyright.
14351         (nnrss-opml-import): Query whether to subscribe to each entry.
14352
14353         * gnus-art.el:
14354         * gnus-sum.el:
14355         * gnus-xmas.el:
14356         * messagexmas.el:
14357         * mm-uu.el:
14358         * mm-view.el: Update copyright.
14359
14360 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14361
14362         * message.el (message-info): New function.
14363         (message-mode-menu): Add it.
14364         Update copyright.
14365
14366         * ChangeLog: Fix and update copyright.
14367
14368 2006-01-13  Romain Francoise  <romain@orebokech.com>
14369
14370         * message.el (message-forward-subject-name-subject): Prefer the
14371         address to 'nowhere' if the sender has no name.
14372         Fix typo.  Update copyright year.
14373
14374 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14375
14376         * gnus-art.el (article-wash-html):
14377         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14378         (gnus-article-wash-html-with-w3m-standalone): New function.
14379
14380         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14381         mm-inline-text-html-render-with-w3m-standalone.
14382         (mm-text-html-washer-alist): Map w3m-standalone to
14383         gnus-article-wash-html-with-w3m-standalone.
14384         (mm-inline-text-html-render-with-w3m-standalone): New function.
14385
14386 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14387
14388         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14389         Improve LaTeX.
14390
14391 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14392
14393         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14394         (nnrss-request-article): Render text/plain parts as HTML.
14395
14396         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14397         the buffer.
14398
14399 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14400
14401         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14402         custom definition of `gnus-posting-styles'.
14403
14404         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14405         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14406
14407 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14408
14409         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14410         Use nntp for bug archive.
14411
14412 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14413
14414         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14415         parts.
14416         (nnrss-normalize-date): New function converts ISO 8601 date into
14417         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14418         (nnrss-check-group): Use it.
14419
14420 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14421
14422         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14423
14424         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14425         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14426         (nnrss-insert-w3): Ditto.
14427
14428 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14429
14430         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14431         the articles to be forwarded including the case where neither a
14432         number of articles nor a region is specified.
14433
14434 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14435
14436         * nnrss.el (nnrss-request-article): Fix last change; fill
14437         text/plain parts.
14438
14439 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14440
14441         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14442         in text/plain part.
14443         (nnrss-check-group): Don't add excessive newline to dc:subject.
14444
14445 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14446
14447         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14448         article.
14449
14450 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14451
14452         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14453         (nnml-use-compressed-files, nnml-save-mail): Support other
14454         comression programs such as bzip2.
14455
14456 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14457
14458         * dns.el (query-dns): Make sure we check the buffer size before
14459         removing tcp headers.
14460
14461 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14462
14463         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14464         remove MIME buttons associated with multipart/alternative parts.
14465         (gnus-mime-display-alternative): Tag buttons using `article-type'
14466         text property.
14467
14468         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14469         associated with multipart/alternative parts.
14470
14471         * gnus-art.el (gnus-signature-separator): Fix custom type.
14472
14473         * mm-decode.el (mm-inlined-types): Fix custom type.
14474         (mm-keep-viewer-alive-types): Ditto.
14475         (mm-automatic-display): Ditto.
14476         (mm-attachment-override-types): Ditto.
14477         (mm-inline-override-types): Ditto.
14478         (mm-automatic-external-display): Ditto.
14479
14480 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14481
14482         * spam-report.el (spam-report-user-mail-address)
14483         (spam-report-user-agent): New variables.
14484         (spam-report-url-ping-plain): Use spam-report-user-agent.
14485
14486 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14487
14488         * gnus-art.el (gnus-button-handle-custom): Do not just use
14489         `customize-apropos' for any "M-x customize-*" button but the
14490         function called for.  Accept both the function name and its
14491         argument in order to achieve this.
14492         (gnus-button-alist): Remove support for "custom:" URL's.
14493         Pass function name to `gnus-button-handle-custom' in case of "M-x
14494         customize-*" buttons.
14495
14496 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14497
14498         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14499         multipart/alternative and add xref to mm-discouraged-alternatives
14500         in doc string.
14501
14502         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14503         gnus-buttonized-mime-types in doc string.
14504
14505 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14506
14507         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14508         Suggest image/.* in the doc string.
14509
14510 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14511
14512         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14513         message-marks (Debian bug #342521).
14514
14515 2005-12-12  Simon Josefsson  <jas@extundo.com>
14516
14517         * password.el (password-read-from-cache): Add.
14518         (password-read): Use it.
14519
14520 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14521
14522         * rfc2047.el (rfc2047-charset-to-coding-system):
14523         Recognize us-ascii as a MIME charset.
14524
14525         * mm-bodies.el (mm-decode-content-transfer-encoding):
14526         Protect against the case where the 2nd arg TYPE is nil.
14527
14528 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14529
14530         * pop3.el (pop3-stream-type): Fix custom version.
14531
14532         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14533
14534 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14535
14536         * mm-decode.el (mm-display-external): Add missing cdr.
14537
14538 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14539
14540         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14541         RFC1524) if it is in mailcap or add a suffix according to
14542         mailcap-mime-extensions when generating a temp filename; postpone
14543         deleting a temp file for 2 seconds for some wrappers, shell
14544         scripts, and so on, which might exit right after having started a
14545         viewer command as a background job.
14546
14547 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14548
14549         * nntp.el (nntp-marks-directory): Fix custom group.
14550
14551         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14552         steps when < 10.
14553
14554         * gnus-start.el (gnus-no-server-1):
14555         Mention `gnus-level-default-subscribed' in doc string.
14556
14557 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14558
14559         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14560         parens.
14561
14562 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14563
14564         * gnus-xmas.el (gnus-use-toolbar): Revert.
14565         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14566         gnus-use-toolbar is default.
14567
14568         * messagexmas.el (message-use-toolbar): Revert.
14569         (message-setup-toolbar): Use global default-toolbar if
14570         message-use-toolbar is default.
14571
14572 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14573
14574         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14575         according to default-toolbar-visible-p.
14576
14577         * messagexmas.el (message-use-toolbar): Ditto.
14578
14579 2005-11-26  Dave Love  <fx@gnu.org>
14580
14581         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14582         (tls-program, tls-success): Provide openssl alternative.
14583
14584         * starttls.el: Doc fixes.
14585         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14586         SERVICE to PORT.
14587
14588         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14589         port null or service name.
14590         (starttls-negotiate): Autoload.
14591
14592 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14593
14594         * message.el (message-kill-to-signature): Fix interactive spec.
14595
14596 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14597
14598         * pop3.el (pop3-open-server): Recognize a string as a service name.
14599
14600 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14601
14602         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14603
14604 2005-11-23  Dave Love  <fx@gnu.org>
14605
14606         Add pop3s, pop3/starttls.
14607
14608         * pop3.el (pop3-authentication-scheme): Clarify doc.
14609         (open-tls-stream, starttls-open-stream): Autoload.
14610         (pop3-stream-type): New.
14611         (pop3-open-server): Use it.
14612
14613         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14614         for POP.
14615         (mail-source-keyword-map): Add :stream for POP.
14616         (mail-source-fetch-pop): Use pop3-stream-type.
14617
14618 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14619
14620         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14621         of current-time-string.
14622
14623 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14624
14625         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14626         date header.
14627
14628 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14629
14630         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14631         it can seriously impact performance as it bypasses the agent's
14632         local caches.
14633
14634 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14635
14636         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14637         must be explicitly online rather than "not explicitly offline" for
14638         its flags to be synchronized.
14639
14640         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14641         that gnus-uu-unmark-thread will function correctly.
14642
14643         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14644         1024K is instead displayed as 1M.
14645
14646 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14647
14648         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14649
14650 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14651
14652         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14653
14654 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14655
14656         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14657         error message to display actual error condition.
14658         (gnus-agent-save-local): Avoid saving symbols that are bound to
14659         nil as they simply result in a warning message in
14660         gnus-agent-read-local.
14661
14662 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14663
14664         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14665         rather than make-variable-buffer-local for file-precious-flag.
14666
14667 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14668
14669         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14670         for duplicates which are removed.  The invalid sort check then
14671         triggers a rescan after the sort as sorting may have moved
14672         duplicate entries such that they can be cheaply detected.
14673
14674 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14675
14676         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14677
14678 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14679
14680         * gnus-agent.el (gnus-agent-article-alist-save-format):
14681         Change internal variable to a custom variable.  Change default value
14682         from compressed(2) to uncompressed(1).
14683         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14684         support for uncompressed agentview files.  Taken together, reading
14685         the agentview file should now be 6-7 times faster.
14686
14687 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14688
14689         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14690         as a buffer-local variable.  This avoids creating truncated
14691         dribble files as a result of a hang up, eg.
14692
14693 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14694
14695         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14696         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14697         XEmacs.
14698
14699 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14700
14701         * gnus-start.el (gnus-start-draft-setup):
14702         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14703
14704         * gnus.el (gnus-splash): Change custom group.
14705         (gnus-group-get-parameter, gnus-group-parameter-value):
14706         Describe allow-list argument.
14707
14708         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14709         string.
14710
14711 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14712
14713         * gnus-art.el (gnus-default-article-saver): Add user-defined
14714         `function' to custom type.
14715
14716 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14717
14718         * imap.el (imap-open): Handle case where buffer is a buffer
14719         object.
14720
14721 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14722
14723         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14724         long lines.
14725         (gnus-cache-delete-group): Wrap doc strings.
14726
14727         * gnus-agent.el (gnus-agent-rename-group)
14728         (gnus-agent-delete-group): Wrap doc strings.
14729
14730 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14731
14732         * messagexmas.el (message-use-toolbar): Change the valid values
14733         into default, top, bottom, left, and right.
14734         (message-toolbar-thickness): New variable.
14735         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14736         well.
14737         (message-setup-toolbar): Make it work.
14738
14739         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14740         (gnus-use-toolbar): Change the valid values into default, top,
14741         bottom, left, and right.
14742         (gnus-toolbar-thickness): New variable.
14743         (gnus-xmas-setup-toolbar): New function.
14744         (gnus-xmas-setup-group-toolbar): Use it.
14745         (gnus-xmas-setup-summary-toolbar): Use it.
14746
14747 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14748
14749         * gnus-start.el (gnus-1): Add "native" to
14750         gnus-predefined-server-alist.
14751
14752         * gnus.el (gnus-method-to-server): Don't add "native" to the
14753         lists here, because that leads to problems when
14754         gnus-select-method is bound.
14755
14756 2005-11-09  Simon Josefsson  <jas@extundo.com>
14757
14758         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14759         use (not sort-by-date) instead.
14760
14761 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14762
14763         * gnus-delay.el (gnus-delay-group): Don't autoload.
14764         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14765         to be re-loaded when customizing the `gnus-delay' group.
14766
14767 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14768
14769         * message.el: Revert last changes.
14770         (message-insert-citation-line): Use newlines.
14771
14772 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14773
14774         * message.el (message-courtesy-message)
14775         (message-mark-insert-begin, message-mark-insert-end)
14776         (message-elide-ellipsis, message-cancel-message)
14777         (message-add-header, message-change-subject)
14778         (message-cross-post-followup-to-header)
14779         (message-cross-post-insert-note, message-reduce-to-to-cc)
14780         (message-widen-reply, message-delete-not-region)
14781         (message-kill-to-signature, message-insert-signature)
14782         (message-insert-importance-high, message-insert-importance-low)
14783         (message-insert-or-toggle-importance)
14784         (message-insert-disposition-notification-to)
14785         (message-indent-citation, message-yank-original)
14786         (message-cite-original-without-signature, message-cite-original)
14787         (message-insert-citation-line, message-position-on-field)
14788         (message-fix-before-sending, message-send-mail-partially)
14789         (message-send-mail, message-send-mail-with-sendmail)
14790         (message-send-mail-with-qmail, message-send-news)
14791         (message-check-news-header-syntax, message-generate-headers)
14792         (message-insert-courtesy-copy, message-fill-address)
14793         (message-fill-header, message-shorten-references)
14794         (message-setup-1, message-cancel-news)
14795         (message-forward-make-body-plain, message-forward-make-body-mime)
14796         (message-forward-make-body-mml, message-encode-message-body)
14797         (message-forward-make-body-digest-plain)
14798         (message-forward-make-body-digest-mime)
14799         (message-use-alternative-email-as-from): Insert `hard-newline'
14800         instead of ordinary newlines.
14801
14802 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14803
14804         * message.el (message-generate-headers): Downcase the argument
14805         given to message-check-element.
14806
14807 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14808
14809         * nntp.el (nntp-authinfo-rejected): New error condition.
14810         (nntp-wait-for): Use new error condition to signal authentication
14811         error.
14812         (nntp-retrieve-data): Rethrow new error condition to break out of
14813         recursive call to nntp-send-authinfo.
14814
14815 2005-11-08  Romain Francoise  <romain@orebokech.com>
14816
14817         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14818         (gnus-summary-exit-map): Bind to `Z p'.
14819         (gnus-summary-make-menu-bar): Add menu item.
14820
14821 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14822
14823         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14824         (gnus-treat-*): Add `first' in all doc strings.
14825
14826         * gnus-group.el (gnus-group-compact-group): Fix typo.
14827
14828 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14829
14830         * gnus.el (gnus-parameters-case-fold-search): New variable.
14831         (gnus-parameters-get-parameter): Use it.
14832
14833         * gnus-score.el (gnus-home-score-file): Doc fix.
14834
14835 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14836
14837         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14838
14839 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14840
14841         * mm-util.el (mm-special-display-p): New function.
14842
14843         * mml.el (mml-preview): Use it; doc fix.
14844
14845 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14846
14847         * imap.el (imap-open): Handle case where buffer is a buffer object.
14848
14849 2005-10-29  Romain Francoise  <romain@orebokech.com>
14850
14851         * message.el (message-fix-before-sending): Fix comment.
14852
14853 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14854
14855         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14856
14857 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14858
14859         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14860         Used in gnus-score.el.
14861
14862 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14863
14864         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14865
14866 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14867
14868         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14869         whitespace removed in revision 7.8.  Use concatenated string to
14870         protect trailing whitespace.
14871
14872 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14873
14874         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14875         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14876         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14877         Courier IMAP ("some version from 2004").  Mostly based on similar
14878         code in the same function.
14879
14880 2005-10-26  Didier Verna  <didier@xemacs.org>
14881
14882         * gnus-group.el (gnus-group-compact-group): Invalidate original
14883         article buffer.
14884         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14885         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14886         NOV database and in article itself.
14887         Invalidate article backlog.
14888
14889 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14890
14891         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14892
14893 2005-10-26  Simon Josefsson  <jas@extundo.com>
14894
14895         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14896         part of 2004-07-25 change.
14897
14898 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14899
14900         * message.el (message-display-completion-list): New function.
14901         (message-expand-group): Use it; make sure the Completions buffer
14902         is modifiable.
14903 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14904
14905         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14906         user-mail-name is an empty string.
14907
14908 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14909
14910         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14911         depending on gnus-score-decay-constant.
14912
14913         * encrypt.el (encrypt-insert-file-contents)
14914         (encrypt-write-file-contents): Don't use `gnus-message'.
14915
14916         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14917         arguments.
14918         (mm-uu-type-alist): Add message-marks and insert-marks.
14919         Pass arguments to mm-uu-verbatim-marks-extract.
14920         (mm-uu-hide-markers): New variable.
14921         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14922
14923         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14924         (gnus-convert-image-to-face-command): Use "convert" by default to
14925         allow other input image formats.
14926         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14927         accordingly.
14928
14929 2005-10-23  Simon Josefsson  <jas@extundo.com>
14930
14931         * imap.el (imap-gssapi-program): Align command line parameters
14932         with latest GNU SASL.
14933         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14934
14935 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14936
14937         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14938         HTML.
14939         (nnslashdot-request-article): Ditto.
14940
14941         * lpath.el (featurep): Add nobreak-char-display.
14942
14943 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14944
14945         * mail-source.el (mail-source-fetch-pop): Require pop3.
14946         (mail-source-check-pop): Ditto.
14947
14948 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14949
14950         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14951         errors.
14952
14953 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14954
14955         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14956         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14957
14958         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14959
14960         * mm-bodies.el (mm-decode-string):
14961         Call `mm-charset-to-coding-system' with allow-override argument.
14962
14963 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14964
14965         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14966         (rfc2047-charset-to-coding-system): New function.
14967         (rfc2047-decode-encoded-words): New function.
14968         (rfc2047-decode-region): Use them.
14969         (rfc2047-decode-cte): Remove.
14970         (rfc2047-parse-and-decode): Remove.
14971         (rfc2047-decode): Remove.
14972
14973 2005-10-15  Kenichi Handa  <handa@m17n.org>
14974
14975         * rfc2047.el (rfc2047-decode-cte): New function.
14976         (rfc2047-decode-region): Change the way to decode successive
14977         encoded-words: decode B- or Q-encoding in each encoded-word,
14978         concatenate them, and decode it as charset.
14979
14980 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14981
14982         * lpath.el: Fbind codepage-setup for XEmacs.
14983
14984 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14985
14986         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14987         widget-move-and-invoke.
14988         (gnus-custom-mode): Use gnus-custom-map.
14989
14990 2005-10-15  Bill Wohler  <wohler@newt.com>
14991
14992         * message.el (message-tool-bar-map): Rename image file from
14993         mail_send to mail/send.
14994
14995 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14996
14997         * message.el (message-expand-group): Pass the common
14998         prefix substring of completion to `display-completion-list'.
14999
15000 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
15001
15002         * mml-sec.el (mml-secure-method): New internal variable.
15003         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
15004         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
15005         New functions using mml-secure-method.
15006
15007         * mml.el (mml-mode-map): Add key bindings for those functions.
15008         (mml-menu): Simplify security menu entries.  Suggested by Jesper
15009         Harder <harder@myrealbox.com>.
15010         (mml-attach-file, mml-attach-buffer, mml-attach-external):
15011         Goto end of message if point is the headers of the message.
15012
15013         * message.el (message-in-body-p): New function.
15014
15015         * assistant.el: Autoload gnus-util and netrc.
15016
15017         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
15018         Use `mm-charset-override-alist' only when decoding.
15019
15020         * mm-bodies.el (mm-decode-body):
15021         Call `mm-charset-to-coding-system' with allow-override argument.
15022
15023         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15024         `filename' from Content-Disposition if Content-Type doesn't
15025         provide `name'.
15026         (gnus-mime-view-part-as-type): Set default instead of
15027         initial-input.
15028
15029 2005-10-09  Daniel Brockman  <daniel@brockman.se>
15030
15031         * format-spec.el (format-spec): Propagate text properties of % spec.
15032
15033 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15034
15035         * gnus-art.el (gnus-treat-predicate): Add `first'.
15036
15037 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15038
15039         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15040         (mm-charset-override-alist): New variable.
15041         (mm-charset-to-coding-system): Use it.
15042         (mm-codepage-setup): New helper function.
15043         (mm-charset-eval-alist): New variable.
15044         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15045         Warn about unknown charsets.
15046
15047         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
15048
15049 2005-10-04  David Hansen  <david.hansen@gmx.net>
15050
15051         * nnrss.el (nnrss-request-article): Add support for the comments tag.
15052         (nnrss-check-group): Ditto.
15053
15054 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15055
15056         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15057         Rename x-gnus-verbatim to x-verbatim.
15058         (mm-uu-type-alist): Fix regexp for verbatim-marks.
15059
15060         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15061         x-verbatim.
15062
15063         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15064
15065         * gnus-util.el (gnus-remove-duplicates): Remove.
15066
15067         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15068         instead of gnus-remove-duplicates.
15069
15070         * message.el (message-remove-duplicates): Remove.
15071         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15072         message-remove-duplicates.
15073
15074         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15075         available, else use implementation from `delete-dups'.
15076
15077         * message.el (message-insert-expires): New function.
15078         (message-mode-map): Add key binding.
15079         (message-mode-field-menu): Add menu entry.
15080         (message-mode): Document it.
15081         (message-make-expires-date): Use `message-make-date'.
15082
15083 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
15084
15085         * message.el (message-make-expires-date): New function.
15086
15087 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15088
15089         * Makefile.in (list-installed-shadows): New entry.
15090         (install): Use it.
15091         (remove-installed-shadows): New entry.
15092
15093         * dgnushack.el (dgnushack-default-load-path): New variable.
15094         (dgnushack-find-lisp-shadows): New function.
15095         (dgnushack-remove-lisp-shadows): New function.
15096
15097 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15098
15099         * Makefile.in (install-el-elc): New entry.
15100         (install): Use it so that .el files are necessarily installed.
15101
15102 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15103
15104         * time-date.el: Autoload parse-time-string, XEmacs needs it.
15105
15106 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15107
15108         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15109         function rather than the diff-mode.el package.
15110         (mm-display-external): Use with-current-buffer.
15111         (mm-viewer-completion-map, mm-viewer-completion-map):
15112         Move initialization inside declaration.
15113
15114 2005-09-29  Simon Josefsson  <jas@extundo.com>
15115
15116         * spam.el: Load hashcash when compiling, to avoid warnings.
15117         Don't autoload mail-check-payment.
15118         (spam-check-hashcash): Define unconditionally, since hashcash.el
15119         is part of Gnus now.  Ignore errors from payment checking.
15120
15121 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15122
15123         * message.el (message-bold-region, message-unbold-region):
15124         Rename from `bold-region' and `unbold-region'.
15125
15126         * message.el: Remove useless autoloads.
15127
15128 2005-09-28  Simon Josefsson  <jas@extundo.com>
15129
15130         * message.el (message-use-idna): Default to t.
15131         (message-use-idna): Test whether encoding works too.  Doc fix.
15132
15133 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15134
15135         * nntp.el (nntp-warn-about-losing-connection): Remove.
15136
15137 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15138
15139         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15140         customizable.  Change default value.
15141         (mm-uu-diff-groups-regexp): Change default value.
15142         (mm-uu-type-alist): Add doc string.
15143         (mm-uu-configure): Add doc string.  Make it interactive.
15144         (mm-uu-tex-groups-regexp): New variable.
15145         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15146         (mm-uu-type-alist): Add LaTeX documents.
15147         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15148         of "text/verbatim".
15149         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15150
15151         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15152         instead of "text/verbatim".
15153
15154         * message.el (message-mark-inserted-region)
15155         (message-mark-insert-file): Use slrn style marks when called with
15156         prefix argument.
15157
15158 2005-09-27  Simon Josefsson  <jas@extundo.com>
15159
15160         * message.el (message-idna-to-ascii-rhs-1): Reformat.
15161
15162 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
15163
15164         * message.el (message-remove-duplicates): New function.
15165         Implementation borrowed from `gnus-remove-duplicates'.
15166         (message-idna-to-ascii-rhs): Also encode idna addresses in
15167         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15168         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15169         only ask about the same idna domain once per header and also tell
15170         in what header to replace the idna domain.
15171
15172         * gnus-art.el (article-decode-idna-rhs): Also decode idna
15173         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15174         (article-decode-idna-rhs): Fix regexp so that all idna-address in
15175         a header is decoded and not just the last one.
15176
15177 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15178
15179         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15180         has been decoded.
15181
15182         * mm-decode.el (mm-automatic-display): Add text/verbatim.
15183         (mm-insert-part): Don't modify text if it has been decoded.
15184
15185         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15186         decoded.
15187
15188         * mm-view.el (mm-inline-text): Don't strip text props unless
15189         decoding enriched or richtext parts.
15190
15191 2005-09-25  Romain Francoise  <romain@orebokech.com>
15192
15193         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15194         * gnus-start.el (gnus-subscribe-interactively):
15195         * gnus-uu.el (gnus-uu-grab-articles):
15196         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15197         space.
15198
15199 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15200
15201         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15202         * mm-view.el (mm-view-pkcs7-decrypt):
15203         * gnus-sum.el (gnus-summary-limit-to-extra)
15204         (gnus-summary-respool-article, gnus-read-move-group-name):
15205         * gnus-score.el (gnus-summary-increase-score):
15206         * gnus-util.el (gnus-completing-read-with-default):
15207         * gnus-art.el (gnus-read-save-file-name)
15208         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15209         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15210         * message.el (message-check-news-header-syntax):
15211         Follow convention for reading with the minibuffer.
15212
15213 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
15214
15215         * spam-report.el (spam-report-url-ping-plain):
15216         Use gnus-extended-version as User-Agent.
15217
15218         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15219         default value is nil.
15220
15221         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15222         (mm-uu-verbatim-marks-extract): New function.
15223         (mm-uu-extract): New face.
15224         (mm-uu-copy-to-buffer): Use it.
15225
15226         * spam-report.el (spam-report-gmane-ham): Rename from
15227         `spam-report-gmane-unspam'.
15228         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15229         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15230
15231         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15232         Autoload.
15233         (spam-report-gmane-unregister-routine):
15234         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15235
15236 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15237
15238         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15239         (spam-report-gmane-unregister-routine): Add support for gmane
15240         unregistration.
15241
15242         * spam-report.el (spam-report-gmane-unspam)
15243         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15244         (spam-report-gmane): Change to take a single article and do unspam
15245         registration.
15246
15247 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15248
15249         * mm-url.el (mm-url-decode-entities): Fix regexp.
15250
15251 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15252
15253         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15254         default to nil, to be able to use Gnus at all.  If the default
15255         switches to something else, then the function should be fixed not
15256         be exceedingly slow.
15257
15258 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15259
15260         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15261         fail hard.
15262
15263         * spam-report.el: Add better Keywords line.
15264
15265         * spam.el: Add Maintainer and better Keywords line.
15266
15267 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15268
15269         * gnus-art.el (gnus-article-replace-part)
15270         (gnus-mime-replace-part): New functions.
15271         (gnus-mime-action-alist, gnus-mime-button-commands)
15272         (gnus-mime-save-part-and-strip): Add file argument.
15273         (gnus-article-part-wrapper): Add interactive argument.
15274
15275         * gnus-sum.el (gnus-summary-mime-map):
15276         Add `gnus-article-replace-part'.
15277
15278 2005-09-19  Didier Verna  <didier@xemacs.org>
15279
15280         The nnml compaction feature:
15281         * nnml.el (nnml-request-compact-group): New function.
15282         * nnml.el (nnml-request-compact): New function.
15283         * gnus-int.el (gnus-request-compact-group): New function.
15284         * gnus-int.el (gnus-request-compact): New function.
15285         * gnus-group.el (gnus-group-compact-group): New function.
15286         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15287         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15288         * gnus-srvr.el (gnus-server-compact-server): New function.
15289         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15290         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15291
15292 2005-09-18  Deepak Goel  <deego@gnufans.org>
15293
15294         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15295         format spec.
15296
15297 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15298
15299         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15300
15301 2005-09-15  Romain Francoise  <romain@orebokech.com>
15302
15303         * message.el (message-fill-paragraph): Clarify docstring.
15304
15305 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15306
15307         * gnus-art.el (gnus-mime-display-part): Protect against broken
15308         MIME messages.
15309
15310 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15311
15312         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15313         before parsing header.
15314
15315 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15316
15317         * html2text.el (html2text-replace-list): Add new entities.
15318
15319 2005-09-11  Romain Francoise  <romain@orebokech.com>
15320
15321         * message.el (message-alternative-emails): Improve docstring.
15322         (message-setup-1): Call `message-use-alternative-email-as-from'
15323         after `message-setup-hook' to give it precedence over posting
15324         styles, etc.
15325         (message-use-alternative-email-as-from): Add docstring.
15326         Remove the original From header if present.
15327
15328         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15329         (nnml-save-mail): Use it.
15330
15331         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15332         articles.  Add new argument `silent'.
15333         (gnus-uu-mark-all): Report the total number of marked articles.
15334
15335 2005-09-10  Romain Francoise  <romain@orebokech.com>
15336
15337         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15338         (gnus-uu-mark-series): Likewise.
15339
15340 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15341
15342         * spam-report.el (spam-report-gmane): Fix generation of spam
15343         report URL.
15344
15345 2005-09-10  Simon Josefsson  <jas@extundo.com>
15346
15347         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15348         t, based on discussion on the ding list with Robert Epprecht
15349         <epprecht@solnet.ch>.
15350
15351 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15352
15353         * spam-report.el (spam-report-gmane): Make it work without
15354         X-Report-Spam header.  Gmane now only provides Archived-At.
15355         This is only used if `spam-report-gmane-use-article-number' is nil.
15356         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15357
15358         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15359         make `gnus-summary-sort-by-recipient' work with threading.
15360
15361         * nnweb.el (nnweb-google-wash-article): Print a message if article
15362         is not available.
15363
15364 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15365
15366         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15367         change.  Decode text/* parts content before displaying.
15368
15369 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15370
15371         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15372
15373 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15374
15375         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15376
15377         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15378         url-package-name, url-package-version,
15379         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15380         w3m-display-inline-images, and w3m-minor-mode-map.
15381
15382 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15383
15384         * message.el (message-tab-body-function): Fix mismatched custom type.
15385
15386         * gnus.el (gnus-group-change-level-function): Ditto.
15387
15388         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15389
15390         * gnus-art.el (gnus-signature-limit)
15391         (gnus-article-mime-part-function): Ditto.
15392
15393 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15394
15395         * mml.el (mml-mode): Silence the byte compiler.
15396
15397         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15398         using `(sit-for 0)' before moving the point to the specified part;
15399         skip unbuttonized parts.
15400         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15401         return to the summary window if gnus-auto-select-part is non-nil.
15402
15403 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15404
15405         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15406         New variables.
15407         (mml-dnd-attach-file, mml-mode): Use them.
15408
15409         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15410         Make fetching article by MID work again for Google Groups.
15411         Add FIXME concerning gnus-group-make-web-group.
15412
15413         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15414         Don't depend on Gnus by using mail-extract-address-components if
15415         gnus-extract-address-components is not bound.
15416
15417 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15418
15419         * gnus-art.el (gnus-mime-display-security): Don't display the
15420         signature, but only the signed part.
15421
15422 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15423
15424         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15425
15426         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15427         list, not listp.
15428
15429 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15430
15431         * mm-encode.el (mm-encode-content-transfer-encoding):
15432         Likewise when encoding.
15433
15434         * mm-bodies.el (mm-decode-content-transfer-encoding):
15435         De-canonicalize CRLF for all text content types, not just
15436         text/plain.
15437
15438 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15439
15440         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15441         valid article; point arrow and cursor at the MIME button.
15442
15443 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15444
15445         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15446         Suggested by Dan Christensen <jdc@uwo.ca>.
15447
15448         * mm-decode.el (mm-save-part): Enable change of prompt.
15449
15450 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15451
15452         * gnus-msg.el (gnus-inews-add-send-actions):
15453         Make `message-post-method' lambda parameter ARG `&optional'.
15454
15455 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15456
15457         * gnus-sum.el (gnus-summary-mime-map):
15458         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15459         gnus-article-jump-to-part.
15460
15461         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15462         (gnus-article-edit-part): Use it.
15463         (gnus-article-part-wrapper): Add no-handle argument.
15464         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15465         New functions.
15466
15467 2005-08-29  Romain Francoise  <romain@orebokech.com>
15468
15469         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15470         docstring.
15471         (gnus-face-from-file): Likewise.
15472
15473 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15474
15475         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15476         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15477         non-nil.
15478         (gnus-auto-select-part): New variable.
15479         (gnus-article-jump-to-part): New function.
15480         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15481         (gnus-mime-delete-part): Allow selecting specified part after
15482         deleting or stripping parts.
15483         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15484         part if argument is bogus.
15485
15486 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15487
15488         * gnus-art.el (w3m-minor-mode-map):
15489         * gnus-spec.el (gnus-newsrc-file-version):
15490         * gnus-util.el (nnmail-active-file-coding-system)
15491         (gnus-original-article-buffer, gnus-user-agent):
15492         * gnus.el (gnus-ham-process-destinations)
15493         (gnus-parameter-ham-marks-alist)
15494         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15495         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15496         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15497         * mm-decode.el (gnus-current-window-configuration):
15498         * mm-extern.el (gnus-article-mime-handles):
15499         * mm-url.el (url-current-object, url-package-name)
15500         (url-package-version):
15501         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15502         (smime-keys, w3m-cid-retrieve-function-alist)
15503         (w3m-current-buffer, w3m-display-inline-images)
15504         (w3m-minor-mode-map):
15505         * mml-smime.el (gnus-extract-address-components):
15506         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15507         (gnus-newsrc-hashtb, message-default-charset)
15508         (message-deletable-headers, message-options)
15509         (message-posting-charset, message-required-mail-headers)
15510         (message-required-news-headers):
15511         * mml1991.el (mc-pgp-always-sign):
15512         * mml2015.el (mc-pgp-always-sign):
15513         * nnheader.el (nnmail-extra-headers):
15514         * rfc1843.el (gnus-decode-encoded-word-function)
15515         (gnus-decode-header-function, gnus-newsgroup-name):
15516         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15517
15518 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15519
15520         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15521         the end of the date treatments.
15522
15523 2005-08-15  Simon Josefsson  <jas@extundo.com>
15524
15525         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15526         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15527         Capello and Romain Francoise.
15528         (pgg-fetch-key-function): Remove, not used?
15529         (pgg-insert-url-with-w3): Require url, to get
15530         url-insert-file-contents regardless of where it is defined.
15531
15532 2005-08-13  Romain Francoise  <romain@orebokech.com>
15533
15534         * message.el (message-cite-original-1): New function.
15535         (message-cite-original): Use it.
15536         (message-cite-original-without-signature): Ditto.
15537
15538 2005-08-08  Romain Francoise  <romain@orebokech.com>
15539
15540         * message.el (message-yank-empty-prefix): New variable.
15541         (message-indent-citation): Use it.
15542         (message-cite-original-without-signature): Respect X-No-Archive.
15543
15544 2005-08-08  Simon Josefsson  <jas@extundo.com>
15545
15546         * pgg.el: Autoload url-insert-file-contents instead of loading
15547         w3/url.
15548         (pgg-insert-url-with-w3): Don't load url here.
15549
15550 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15551
15552         * message.el (message-kill-to-signature): Don't insert newline at
15553         bol.
15554         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15555
15556 2005-08-06  Romain Francoise  <romain@orebokech.com>
15557
15558         * message.el (message-user-fqdn): Fix typo in docstring.
15559
15560 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15561
15562         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15563
15564         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15565
15566 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15567
15568         * mm-bodies.el (mm-encode-body): Use coding system rather than
15569         charset to encode text.
15570
15571         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15572         number of charsets if utf-8 is available (XEmacs).
15573
15574 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15575
15576         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15577         taken from `gnus-button-mid-or-mail-regexp'.
15578         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15579         (gnus-button-alist): Improve regexp for domain part of the MIDs
15580         for news:localpart@domain buttons.
15581         (gnus-button-ctan-directory-regexp): Update.
15582
15583 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15584
15585         * sieve-manage.el (sieve-manage-interactive-login):
15586         Use make-local-variable rather than make-variable-buffer-local.
15587         (sieve-manage-open): Ditto.
15588         (sieve-manage-authenticate): Ditto.
15589
15590         * mml.el (mml-generate-mime-1): Make the content type default to
15591         text/plain if the filename is not specified.
15592
15593 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15594
15595         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15596         instead of insert-buffer.
15597
15598         * message.el (message-yank-original): Ditto; set the mark at the
15599         end of the yanked message.
15600
15601 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15602
15603         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15604         lines to scroll rather than to stop it.
15605
15606         * mml.el (mml-generate-default-type): Add doc string.
15607         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15608         default to application/octet-stream when determining the content
15609         type if it is not specified for the part or the mml contents; add
15610         a comment about mml-generate-default-type.
15611
15612 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15613
15614         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15615         make it default to application/octet-stream when determining the
15616         content type if it is not specified for the external contents.
15617
15618 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15619
15620         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15621         segmented parameter but also other parameters might be there.
15622
15623 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15624
15625         * mm-decode.el (mm-display-external): Delete temp file, directory
15626         and buffer immediately if the external process is exited.
15627
15628 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15629
15630         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15631         fewer lines than that of scroll-margin.
15632         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15633
15634 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15635
15636         * gnus-art.el (gnus-article-next-page): Revert.
15637         (gnus-article-beginning-of-window): New macro.
15638         (gnus-article-next-page-1): Use it.
15639         (gnus-article-prev-page): Ditto.
15640         (gnus-article-edit-part): Use insert-buffer-substring instead of
15641         insert-buffer.
15642         (gnus-article-edit-exit): Ditto.
15643
15644         * gnus-util.el (gnus-beginning-of-window): Remove.
15645         (gnus-end-of-window): Remove.
15646
15647         * lpath.el: Don't bind header-line-format and scroll-margin.
15648
15649 2005-07-25  Simon Josefsson  <jas@extundo.com>
15650
15651         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15652         to have the url package without w3.  Reported by Daiki Ueno
15653         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15654
15655 2005-07-20  Didier Verna  <didier@xemacs.org>
15656
15657         * gnus-diary.el: Remove the description comment (nndiary is now
15658         properly documented in the Gnus manual).
15659         Fix the spelling of "Back End".
15660         * nndiary.el: Ditto.
15661         Fix the copyright notice.
15662
15663 2005-07-18  Romain Francoise  <romain@orebokech.com>
15664
15665         * gnus-sum.el (gnus-summary-to-prefix)
15666         (gnus-summary-newsgroup-prefix): New variables.
15667         (gnus-summary-from-or-to-or-newsgroups): Use them.
15668
15669 2005-07-17  Romain Francoise  <romain@orebokech.com>
15670
15671         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15672         space as it's generally not especially interesting to the user.
15673
15674 2005-07-16  Romain Francoise  <romain@orebokech.com>
15675
15676         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15677         nil to avoid prompting and file modification if one of the
15678         messages at the top of the nnfolder file contains a copyright
15679         notice.
15680         Update copyright notice.
15681
15682         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15683         instead of `current-time-string' as the latter creates a time
15684         string that is not RFC 2822 compliant (it lacks the zone).
15685         Update copyright notice.
15686
15687 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15688
15689         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15690         for text/rtf.  Display default in prompt.  Pass default for M-n.
15691
15692         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15693
15694 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15695
15696         * gnus-msg.el (gnus-button-mailto):
15697         Remove save-selected-window-window hackery because it relies on
15698         save-selected-window internals.
15699
15700 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15701
15702         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15703         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15704         (gnus-article-prev-page): Ditto.
15705
15706         * gnus-util.el (gnus-beginning-of-window): New function.
15707         (gnus-end-of-window): New function.
15708
15709         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15710
15711 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15712
15713         * gnus-score.el (gnus-score-edit-all-score):
15714         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15715         gnus-message.
15716
15717 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15718
15719         * gnus-msg.el (gnus-button-mailto):
15720         Remove save-selected-window-window hackery because it relies on
15721         save-selected-window internals.
15722
15723 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15724
15725         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15726         add-minor-mode.
15727         (gnus-binary-mode): Ditto.
15728
15729         * gnus-topic.el (gnus-topic-mode): Ditto.
15730
15731 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15732
15733         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15734         (gnus-article-prev-page): Take scroll-margin into consideration.
15735
15736 2005-07-04  Lute Kamstra  <lute@gnu.org>
15737
15738         Update FSF's address in GPL notices.
15739
15740 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15741
15742         * gnus.el (gnus-exit):
15743         * gnus-group.el (gnus-group-icons):
15744         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15745
15746         * gnus-nocem.el (gnus-nocem):
15747         * message.el (message-various, message-buffers, message-sending)
15748         (message-interface, message-forwarding, message-insertion)
15749         (message-headers, message-news, message-mail):
15750         * pgg-gpg.el (pgg-gpg):
15751         * pgg-parse.el (pgg-parse):
15752         * pgg-pgp.el (pgg-pgp):
15753         * pgg-pgp5.el (pgg-pgp5):
15754         * pop3.el (pop3): Finish `defgroup' description with period.
15755
15756 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15757
15758         * gnus-art.el (article-display-face): Improve the efficiency.
15759         (article-display-x-face): Ditto; remove grey x-face stuff.
15760
15761 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15762
15763         * gnus-art.el (article-display-face): Correct the position in
15764         which Faces are inserted.
15765
15766 2005-06-29  Didier Verna  <didier@xemacs.org>
15767
15768         * gnus-art.el (article-display-face): Display faces in correct
15769         order.
15770
15771 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15772
15773         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15774         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15775         (gnus-nocem-check-article): Fetch the Type header.
15776         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15777         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15778         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15779         make sure gnus-nocem-hashtb is initialized.
15780         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15781         (gnus-nocem-unwanted-article-p): Ditto.
15782
15783         * pgg.el (pgg-verify): Return the verification result.
15784
15785 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15786
15787         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15788         is ascii.
15789
15790 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15791
15792         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15793         `show-nonbreak-escape'.
15794
15795 2005-06-23  Lute Kamstra  <lute@gnu.org>
15796
15797         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15798
15799         * dig.el (dig-mode):
15800         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15801
15802 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15803
15804         * nnimap.el (nnimap-split-download-body): Fix spellings.
15805
15806 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15807
15808         * gnus-art.el (gnus-article-encrypt-body):
15809         * gnus-cus.el (gnus-score-customize):
15810         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15811         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15812
15813 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15814
15815         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15816         header by looking for magic "MII" at the beginnig.
15817
15818 2005-06-16  Miles Bader  <miles@gnu.org>
15819
15820         * gnus-xmas.el (gnus-xmas-group-startup-message):
15821         Use renamed gnus-splash face.
15822
15823         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15824         (assistant-field-face): New backward-compatibility alias for renamed
15825         face.
15826         (assistant-render-text): Use renamed assistant-field face.
15827
15828         * spam.el (spam): Remove "-face" suffix from face name.
15829         (spam-face): New backward-compatibility alias for renamed face.
15830         (spam-face, spam-initialize): Use renamed spam face.
15831
15832         * message.el (message-header-to, message-header-cc)
15833         (message-header-subject, message-header-newsgroups)
15834         (message-header-other, message-header-name)
15835         (message-header-xheader, message-separator, message-cited-text)
15836         (message-mml): Remove "-face" suffix from face names.
15837         (message-header-to-face, message-header-cc-face)
15838         (message-header-subject-face, message-header-newsgroups-face)
15839         (message-header-other-face, message-header-name-face)
15840         (message-header-xheader-face, message-separator-face)
15841         (message-cited-text-face, message-mml-face):
15842         New backward-compatibility aliases for renamed faces.
15843         (message-font-lock-keywords): Use renamed message faces.
15844
15845         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15846         (sieve-test-commands, sieve-tagged-arguments):
15847         Remove "-face" suffix from face names.
15848         (sieve-control-commands-face, sieve-action-commands-face)
15849         (sieve-test-commands-face, sieve-tagged-arguments-face):
15850         New backward-compatibility aliases for renamed faces.
15851         (sieve-control-commands-face, sieve-action-commands-face)
15852         (sieve-test-commands-face, sieve-tagged-arguments-face):
15853         Use renamed sieve faces.
15854
15855         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15856         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15857         (gnus-group-news-3-empty, gnus-group-news-4)
15858         (gnus-group-news-4-empty, gnus-group-news-5)
15859         (gnus-group-news-5-empty, gnus-group-news-6)
15860         (gnus-group-news-6-empty, gnus-group-news-low)
15861         (gnus-group-news-low-empty, gnus-group-mail-1)
15862         (gnus-group-mail-1-empty, gnus-group-mail-2)
15863         (gnus-group-mail-2-empty, gnus-group-mail-3)
15864         (gnus-group-mail-3-empty, gnus-group-mail-low)
15865         (gnus-group-mail-low-empty, gnus-summary-selected)
15866         (gnus-summary-cancelled, gnus-summary-high-ticked)
15867         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15868         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15869         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15870         (gnus-summary-low-undownloaded)
15871         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15872         (gnus-summary-low-unread, gnus-summary-normal-unread)
15873         (gnus-summary-high-read, gnus-summary-low-read)
15874         (gnus-summary-normal-read, gnus-splash):
15875         Remove "-face" suffix from face names.
15876         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15877         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15878         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15879         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15880         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15881         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15882         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15883         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15884         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15885         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15886         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15887         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15888         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15889         (gnus-summary-normal-ticked-face)
15890         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15891         (gnus-summary-normal-ancient-face)
15892         (gnus-summary-high-undownloaded-face)
15893         (gnus-summary-low-undownloaded-face)
15894         (gnus-summary-normal-undownloaded-face)
15895         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15896         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15897         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15898         (gnus-splash-face):
15899         New backward-compatibility aliases for renamed faces.
15900         (gnus-group-startup-message): Use renamed gnus faces.
15901
15902         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15903         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15904         (gnus-server-agent): Remove "-face" suffix from face names.
15905         (gnus-server-agent-face, gnus-server-opened-face)
15906         (gnus-server-closed-face, gnus-server-denied-face)
15907         (gnus-server-offline-face):
15908         New backward-compatibility aliases for renamed faces.
15909         (gnus-server-agent-face, gnus-server-opened-face)
15910         (gnus-server-closed-face, gnus-server-denied-face)
15911         (gnus-server-offline-face): Use renamed gnus faces.
15912
15913         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15914         Remove "-face" suffix from face names.
15915         (gnus-picon-xbm-face, gnus-picon-face):
15916         New backward-compatibility aliases for renamed faces.
15917
15918         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15919         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15920         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15921         (gnus-cite-11): Remove "-face" suffix from face names.
15922         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15923         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15924         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15925         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15926         New backward-compatibility aliases for renamed faces.
15927         (gnus-cite-attribution-face, gnus-cite-face-list)
15928         (gnus-article-boring-faces): Use renamed gnus faces.
15929
15930         * gnus-art.el (gnus-signature, gnus-header-from)
15931         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15932         (gnus-header-content): Remove "-face" suffix from face names.
15933         (gnus-signature-face, gnus-header-from-face)
15934         (gnus-header-subject-face, gnus-header-newsgroups-face)
15935         (gnus-header-name-face, gnus-header-content-face):
15936         New backward-compatibility aliases for renamed faces.
15937         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15938
15939         * gnus-sum.el (gnus-summary-selected-face)
15940         (gnus-summary-highlight): Use renamed gnus faces.
15941         * gnus-group.el (gnus-group-highlight): Likewise.
15942
15943 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15944
15945         * gnus-sieve.el (gnus-sieve-article-add-rule):
15946         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15947         * spam-stat.el (spam-stat-buffer-change-to-spam)
15948         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15949
15950         * message.el (message-is-yours-p):
15951         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15952
15953 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15954
15955         * mm-view.el (mm-inline-text): Withdraw the last change.
15956
15957 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15958
15959         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15960         executing enriched-decode.
15961
15962 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15963
15964         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15965         charset of tar files.
15966
15967 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15968
15969         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15970
15971 2005-06-04  Lute Kamstra  <lute@gnu.org>
15972
15973         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15974         information is never recorded.
15975
15976 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15977
15978         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15979
15980 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15981
15982         * pop3.el (pop3-apop): Run md5 in the binary mode.
15983
15984         * starttls.el (starttls-set-process-query-on-exit-flag):
15985         Use eval-and-compile.
15986
15987 2005-05-31  Simon Josefsson  <jas@extundo.com>
15988
15989         * smime.el (smime-replace-in-string): Define.
15990         (smime-cert-by-ldap-1): Use it.
15991
15992 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15993
15994         * gnus-art.el (article-display-x-face): Replace
15995         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15996
15997         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15998         set-process-query-on-exit-flag or process-kill-without-query.
15999
16000         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
16001         loop instead of replace-regexp.
16002
16003         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
16004         instead of process-kill-without-query if it is available.
16005
16006         * lpath.el: Fbind ldap-search-entries.
16007
16008         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
16009         instead of find-file-hooks if it is available.
16010
16011         * mml1991.el: Bind pgg-default-user-id when compiling.
16012
16013         * mml2015.el: Bind pgg-default-user-id when compiling.
16014
16015         * nndraft.el (nndraft-request-associate-buffer):
16016         Use write-contents-functions instead of write-contents-hooks if it is
16017         available.
16018
16019         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
16020         instead of find-file-hooks if it is available.
16021
16022         * nntp.el (nntp-open-connection): Replace
16023         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16024         (nntp-open-ssl-stream): Ditto.
16025         (nntp-open-tls-stream): Ditto.
16026
16027         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16028         set-process-query-on-exit-flag or process-kill-without-query.
16029         (starttls-open-stream-gnutls): Use it instead of
16030         process-kill-without-query.
16031         (starttls-open-stream): Ditto.
16032
16033 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
16034
16035         * smime.el (smime-cert-by-ldap-1): Don't use
16036         replace-regexp-in-string.
16037
16038 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
16039
16040         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16041
16042         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16043         in PEM format.  Adjust to the XEmacs compability.
16044
16045 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
16046
16047         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16048         by `string-to-number'.
16049         * gnus-agent.el (gnus-agent-regenerate-group)
16050         (gnus-agent-fetch-articles): Ditto.
16051         * gnus-art.el (gnus-button-fetch-group): Ditto.
16052         * gnus-cache.el (gnus-cache-generate-active)
16053         (gnus-cache-articles-in-group): Ditto.
16054         * gnus-group.el (gnus-group-set-current-level)
16055         (gnus-group-insert-group-line): Ditto.
16056         * gnus-score.el (gnus-score-set-expunge-below)
16057         (gnus-score-set-mark-below, gnus-summary-score-effect)
16058         (gnus-summary-score-entry): Ditto.
16059         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16060         (gnus-soup-pack): Ditto.
16061         * gnus-spec.el (gnus-xmas-format): Ditto.
16062         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16063         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16064         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16065         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16066         * nndb.el (nndb-get-remote-expire-response): Ditto.
16067         * nndiary.el (nndiary-parse-schedule-value)
16068         (nndiary-string-to-number, nndiary-request-replace-article)
16069         (nndiary-request-article): Ditto.
16070         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16071         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16072         * nneething.el (nneething-make-head): Ditto.
16073         * nnfolder.el (nnfolder-request-article)
16074         (nnfolder-retrieve-headers): Ditto.
16075         * nnheader.el (nnheader-file-to-number): Ditto.
16076         * nnkiboze.el (nnkiboze-request-article): Ditto.
16077         * nnmail.el (nnmail-process-unix-mail-format)
16078         (nnmail-process-babyl-mail-format): Ditto.
16079         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16080         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16081         (nnmh-request-create-group, nnmh-request-list-1)
16082         (nnmh-request-group, nnmh-request-article): Ditto.
16083         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16084         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16085         * nnsoup.el (nnsoup-make-active): Ditto.
16086         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16087         * nntp.el (nntp-find-group-and-number)
16088         (nntp-retrieve-headers-with-xover): Ditto.
16089         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16090         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16091         (pgg-format-key-identifier): Ditto.
16092         * pop3.el (pop3-last, pop3-stat): Ditto.
16093         * qp.el (quoted-printable-decode-region): Ditto.
16094
16095         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16096         of concat.
16097
16098 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16099
16100         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16101
16102         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16103
16104         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16105
16106         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16107
16108         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16109
16110         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16111
16112         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16113         (gnus-carpal-mode): Ditto.
16114
16115         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16116         (gnus-browse-mode): Ditto.
16117
16118         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16119
16120         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16121
16122 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16123
16124         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16125
16126 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16127
16128         * gnus-util.el (gnus-run-mode-hooks): New function.
16129
16130         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16131
16132         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
16133         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
16134
16135 2005-05-27  Lute Kamstra  <lute@gnu.org>
16136
16137         * dns-mode.el (dns-mode): Specify customization group.
16138
16139 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16140
16141         * gnus-agent.el (gnus-agent-make-mode-line-string):
16142         Use mode-line-highlight as mouse-face.
16143
16144 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16145
16146         * canlock.el (canlock): Change the parent group to news.
16147
16148         * deuglify.el (gnus-outlook-deuglify): Add :group.
16149
16150         * dig.el (dig): Add :group.
16151
16152         * dns-mode.el (dns-mode): Add :group.
16153
16154         * encrypt.el (encrypt): Add :group.
16155
16156         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16157         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16158         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16159         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16160         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16161
16162         * gnus-diary.el (gnus-diary): Add :group.
16163
16164         * gnus.el (gnus-group-news-1-face): Add :group.
16165         (gnus-group-news-1-empty-face): Ditto.
16166         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16167         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16168         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16169         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16170         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16171         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16172         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16173         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16174         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16175         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16176         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16177         (gnus-summary-high-ticked-face): Ditto.
16178         (gnus-summary-low-ticked-face): Ditto.
16179         (gnus-summary-normal-ticked-face): Ditto.
16180         (gnus-summary-high-ancient-face): Ditto.
16181         (gnus-summary-low-ancient-face): Ditto.
16182         (gnus-summary-normal-ancient-face): Ditto.
16183         (gnus-summary-high-undownloaded-face): Ditto.
16184         (gnus-summary-low-undownloaded-face): Ditto.
16185         (gnus-summary-normal-undownloaded-face): Ditto.
16186         (gnus-summary-high-unread-face): Ditto.
16187         (gnus-summary-low-unread-face): Ditto.
16188         (gnus-summary-normal-unread-face): Ditto.
16189         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16190         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16191
16192         * hashcash.el (hashcash): New custom group.
16193         (hashcash-default-payment): Add :group.
16194         (hashcash-payment-alist): Ditto.
16195         (hashcash-default-accept-payment): Ditto.
16196         (hashcash-accept-resources): Ditto.
16197         (hashcash-path): Ditto.
16198         (hashcash-extra-generate-parameters): Ditto.
16199         (hashcash-double-spend-database): Ditto.
16200         (hashcash-in-news): Ditto.
16201
16202         * message.el (message-minibuffer-local-map): Add :group.
16203
16204         * netrc.el (netrc): Add :group.
16205
16206         * sieve-manage.el (sieve-manage-log): Add :group.
16207         (sieve-manage-default-user): Diito.
16208         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16209         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16210         (sieve-manage-authenticators): Ditto.
16211         (sieve-manage-authenticator-alist): Ditto.
16212         (sieve-manage-default-port): Ditto.
16213
16214         * sieve-mode.el (sieve-control-commands-face): Add :group.
16215         (sieve-action-commands-face): Ditto.
16216         (sieve-test-commands-face): Ditto.
16217         (sieve-tagged-arguments-face): Ditto.
16218
16219         * smime.el (smime): Add :group.
16220
16221         * spam-report.el (spam-report): Add :group.
16222
16223         * spam.el (spam, spam-face): Add :group.
16224
16225 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16226
16227         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16228         return \n.\n.\n at the end of articles.  Protect against that.
16229         (nntp-with-open-group): Allow debugging.
16230
16231         * nnheader.el (mail-header-set-extra): Make into a function
16232         because I just could't understand how to quote the list properly.
16233
16234         * dns.el (query-dns-cached): New function.
16235
16236 2005-05-26  Lute Kamstra  <lute@gnu.org>
16237
16238         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16239
16240 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16241
16242         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16243
16244         * gnus-art.el: Don't autoload mail-extract-address-components.
16245
16246         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16247         eval-and-compile to evaluate it.
16248
16249         * hashcash.el: Don't autoload executable-find.
16250
16251         * nndb.el: Don't declare the nndb back end two or more times; don't
16252         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16253
16254         * nntp.el: Autoload format-spec instead of format; use
16255         eval-and-compile to evaluate autoload forms.
16256
16257 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16258
16259         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16260
16261 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16262
16263         * gnus.el (gnus-version-number): Bump version.
16264
16265 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16266
16267         * gnus.el: No Gnus v0.3 is released.
16268
16269 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16270
16271         * lpath.el (featurep): Bind show-nonbreak-escape.
16272
16273 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16274
16275         * gnus-art.el (gnus-article-edit-part): Disable undo.
16276
16277 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16278
16279         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16280         gnus-article-date-lapsed-new-header is t if date timer is active;
16281         skip headers in which the original date value is empty.
16282         (gnus-article-save-original-date): Redefine it as a macro.
16283         (gnus-display-mime): Use it.
16284
16285 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16286
16287         * gnus-art.el (article-date-ut): Support converting date in
16288         forwarded parts as well.
16289         (gnus-article-save-original-date): New function.
16290         (gnus-display-mime): Use it.
16291
16292 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16293
16294         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16295         enclosure element of <item>.
16296
16297 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16298
16299         * message.el (message-kill-buffer-query): Rename from
16300         `message-kill-buffer-query-if-modified'.  Add :version.
16301
16302 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16303
16304         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16305         window layout.
16306
16307 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16308
16309         * mml.el: Autoload dnd when compiling.
16310
16311 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16312
16313         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16314         x-dnd-*.
16315
16316 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16317
16318         * qp.el (quoted-printable-encode-region): Save excursion.
16319
16320 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16321
16322         * message.el (message-kill-buffer-query-if-modified): Add new variable
16323         so the user can kill a modified message buffer quickly.
16324         (message-kill-buffer): Use it.
16325
16326 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16327
16328         * lpath.el: Fbind display-time-event-handler; don't fbind
16329         string-to-multibyte.
16330
16331         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16332
16333 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16334
16335         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16336         contained in text because xml.el decodes entities) with LFs.
16337
16338 2005-04-11  Lute Kamstra  <lute@gnu.org>
16339
16340         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16341         differently.
16342
16343 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16344
16345         * mm-util.el (mm-detect-coding-region): Typo.
16346
16347 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16348
16349         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16350
16351 2005-04-06  Deepak Goel  <deego@gnufans.org>
16352
16353         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16354         user-function allow user modifications of the scores.
16355         (spam-stat-score-buffer-user): New function, to allow
16356         user-computed modifications to the score.
16357         (spam-stat-score-buffer-user-functions): List of additional
16358         scoring functions.
16359         (spam-stat-error-holder): Global temporary error holder.
16360         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16361         variable.
16362
16363 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16364
16365         * gnus-registry.el (gnus-registry-clean-empty-function)
16366         (gnus-registry-trim, gnus-registry-fetch-groups)
16367         (gnus-registry-delete-group): Groups that match
16368         `gnus-registry-ignored-groups' are removed from the registry
16369         entries, not just ignored for splitting.  This helps clean up the
16370         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16371         to get all the groups a message ID is in.
16372
16373         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16374         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16375         (spam-stat-score-buffer-user-functions): Add :number custom type.
16376
16377 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16378
16379         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16380         argument in XEmacs.
16381
16382         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16383         (nnrss-request-group): Decode group name first.
16384         (nnrss-request-article): Make a text/plain article if mml-to-mime
16385         failed.
16386         (nnrss-get-encoding): Return a compatible encoding according to
16387         nnrss-compatible-encoding-alist.
16388         (nnrss-find-el): Use consp instead of listp.
16389         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16390
16391 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16392
16393         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16394         which Emacs 20 doesn't support.
16395         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16396
16397 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16398
16399         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16400         silence the byte compiler inside the defun.
16401
16402         * gnus-demon.el (parse-time-string): Add autoload.
16403
16404         * gnus-delay.el (parse-time-string): Add autoload.
16405
16406         * gnus-art.el (parse-time-string): Add autoload.
16407
16408         * nnultimate.el (parse-time): Require for `parse-time-string'.
16409
16410 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16411
16412         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16413
16414         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16415
16416         * smime.el (smime-ldap-host-list): Add :version.
16417
16418 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16419
16420         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16421         pass it to `gnus-browse-read-group'.
16422         (gnus-browse-read-group): Add NUMBER argument and pass it to
16423         `gnus-group-read-ephemeral-group'.
16424
16425         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16426         argument and pass it to `gnus-group-read-group'.
16427
16428 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16429
16430         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16431         mm-xemacs-find-mime-charset-1 if we have the mule feature
16432         available at runtime.
16433
16434 2005-03-25  Werner Lemberg  <wl@gnu.org>
16435
16436         * nnmaildir.el: Replace `illegal' with `invalid'.
16437
16438 2005-03-23  Lute Kamstra  <lute@gnu.org>
16439
16440         * time-date.el: Add comment on time value formats.
16441         Don't require parse-time.
16442         (with-decoded-time-value): New macro.
16443         (encode-time-value): New function.
16444         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16445         (days-to-time): Return a valid time value when arg is huge.
16446         (time-since): Use time-subtract.
16447         (time-to-number-of-days): Use time-to-seconds.
16448
16449 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16450
16451         * gnus-start.el (gnus-display-time-event-handler):
16452         Check display-time-timer at runtime rather than only at load time
16453         in case display-time-mode is turned off in the mean time.
16454
16455 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16456
16457         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16458         used.
16459
16460         * nneething.el (nneething-map-file-directory): Derive from
16461         `gnus-directory'.
16462
16463         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16464         the To/Cc button.
16465
16466 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16467
16468         * nnmaildir.el (nnmaildir-request-accept-article):
16469         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16470
16471 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16472
16473         * gnus-async.el: Require timer-funcs at compile time when in
16474         XEmacs for `run-with-idle-timer'.
16475
16476 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16477
16478         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16479         autoloaded function.
16480
16481 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16482
16483         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16484
16485 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16486
16487         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16488
16489 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16490
16491         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16492         Add gnus-expert-user to default.
16493
16494 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16495
16496         * nnimap.el (nnimap-open-server): Ditto.
16497
16498         * imap.el (imap-authenticate): Fix typo.
16499
16500 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16501
16502         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16503         buffer (since IMAP server might return FETCH response out of
16504         order, and the nntp buffer must be sorted).
16505
16506 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16507
16508         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16509         comparison on string.
16510
16511         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16512         (gnus-agent-score): Rename category keywords to match gnus-cus.
16513         (gnus-agent-summary-fetch-series): Modify to protect against
16514         gnus-agent-summary-fetch-group clearing processable flags.
16515         (gnus-agent-synchronize-group-flags): Update live group buffer as
16516         synchronization may occur due to the user toggle the plugged
16517         status.
16518         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16519         successfully downloaded.
16520         (gnus-agent-expire-group-1): Avoid using markers when the overview
16521         is in ascending order; greatly improves performance.
16522         (gnus-agent-regenerate-group):
16523         Use gnus-agent-synchronize-group-flags to reset read status in both
16524         gnus and server.
16525         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16526
16527 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16528
16529         * message.el: Don't autoload former message-utils variables.
16530         (message-strip-subject-trailing-was): Change doc string.
16531
16532         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16533         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16534         (nnweb-google-search): Add "hl=en" here.
16535         (nnweb-google-parse-1, nnweb-google-create-mapping):
16536         Don't hardcode URL.
16537
16538 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16539
16540         * message.el (message-get-reply-headers, message-followup):
16541         Mention related variables `message-use-followup-to' and
16542         `message-use-mail-followup-to', in the information buffer.
16543
16544         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16545         of broken groups(-beta).google.com.
16546
16547 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16548
16549         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16550         parameter to invoked gnus-request-move-article; remove the
16551         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16552         all at once instead of once per article.
16553         (gnus-summary-remove-process-mark): Accept a list of articles as
16554         well as a single article for processing.
16555
16556         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16557         parameter.
16558
16559         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16560
16561         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16562
16563         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16564         parameter.
16565
16566         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16567         parameter.
16568
16569         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16570         parameter and remove the gnus-sum-hint-move-is-internal variable.
16571
16572         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16573         parameter.
16574
16575         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16576         parameter.
16577
16578         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16579         parameter.
16580
16581         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16582
16583         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16584         parameter.
16585
16586         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16587         parameter.
16588
16589 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16590
16591         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16592         a more conservative way.
16593
16594 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16595
16596         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16597         buffer, so it moves the window's cursor.
16598
16599 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16600
16601         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16602         `mm-dissect-multipart' and receive the from field as an (optional)
16603         argument from `mm-dissect-multipart'.
16604         (mm-dissect-multipart): Receive the from field as an argument and
16605         pass it on when we call `mm-dissect-buffer' on MIME parts.
16606         Fixes verification/decryption of signed/encrypted MIME parts.
16607
16608 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16609
16610         * gnus-sum.el (gnus-summary-move-article):
16611         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16612         whatever it calls (right now, only nnimap-request-move article
16613         respects it).
16614
16615         * nnimap.el (nnimap-request-move-article):
16616         When gnus-sum-hint-move-is-internal is set, don't do the extra
16617         nnimap-request-article.
16618
16619 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16620
16621         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16622
16623         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16624         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16625
16626         * gnus-sum.el (gnus-summary-caesar-message):
16627         Apply `gnus-treat-article' after rotation.
16628
16629         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16630         doc string.
16631
16632 2005-02-22  Simon Josefsson  <jas@extundo.com>
16633
16634         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16635         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16636         <arne@arnested.dk>.
16637         (encrypt): Add password-cache and password-cache-expiry as group
16638         members.
16639
16640 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16641
16642         * smime.el (smime-ldap-host-list): Doc fix.
16643         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16644         cache) password.
16645         (smime-sign-region): Use it.
16646         (smime-decrypt-region): Use it.
16647         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16648         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16649         fails.
16650         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16651         certificate from DER to PEM format rather than calling openssl.
16652
16653         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16654
16655         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16656         for signing/encryption.
16657
16658         * mml.el (mml-parse-1): Use them.
16659
16660 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16661
16662         * nnrss.el (nnrss-verbose): Remove.
16663         (nnrss-request-group): Use `nnheader-message' instead.
16664
16665 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16666
16667         * nnrss.el (nnrss-verbose): New variable.
16668         (nnrss-request-group): Make it say nnrss is requesting a group.
16669
16670 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16671
16672         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16673         Handle news URL with given port correctly.
16674
16675 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16676
16677         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16678         containing special characters.
16679
16680         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16681
16682         * mml.el (mime-to-mml): Ditto.
16683
16684         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16685         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16686         (rfc2047-decode-region): Quote decoded words containing special
16687         characters when rfc2047-quote-decoded-words-containing-tspecials
16688         is non-nil.
16689
16690 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16691
16692         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16693
16694         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16695
16696 2005-02-15  Simon Josefsson  <jas@extundo.com>
16697
16698         * nnimap.el (nnimap-debug): Doc fix.
16699
16700         * imap.el (imap-debug): Doc fix.
16701
16702 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16703
16704         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16705
16706 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16707
16708         * gnus.el (spam-contents): Improve docs for spam-contents
16709         parameter in its variable incarnation.
16710
16711 2005-02-14  Simon Josefsson  <jas@extundo.com>
16712
16713         * smime-ldap.el: Use require instead of load-library for ldap.
16714         (smime-ldap-search): Indent.
16715         (smime-ldap-search-internal): Shorten line.
16716
16717         * smime.el (smime-cert-by-dns): Add doc-string.
16718         (smime-cert-by-ldap-1): Indent.
16719
16720         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16721         mml-smime-get-dns-ldap.
16722         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16723
16724 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16725
16726         * smime.el: Require smime-ldap.
16727         (smime-ldap-host-list): New variable.
16728         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16729
16730         * mml-smime.el (mml-smime-encrypt-query): New function.
16731         (mml-smime-encrypt-query): Use it.
16732
16733         * smime-ldap.el: New file.
16734
16735 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16736
16737         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16738
16739 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16740
16741         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16742         argument in doc string.  Make query for type more clear.
16743
16744 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16745
16746         * gnus.el (gnus-group-startup-message): Search for gnus images in
16747         etc/images/gnus.
16748         * mm-util.el (mm-image-load-path): Likewise.
16749         * smiley.el (smiley-data-directory): Search for smilies in
16750         etc/images/smilies.
16751
16752 2005-02-09  Kim F. Storm  <storm@cua.dk>
16753
16754         Change Emacs release version from 21.4 to 22.1 throughout.
16755         Change Emacs development version from 21.3.50 to 22.0.50.
16756
16757 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16758
16759         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16760
16761         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16762         non-Mule XEmacs as well.
16763         (mm-decompress-buffer): Signal an error intentionally if it does
16764         not decompress compressed data because auto-compression-mode is
16765         disabled.
16766
16767 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16768
16769         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16770         an ID in the registry even if it has no groups.
16771
16772 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16773
16774         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16775         merge it into mm-decompress-buffer.
16776         (gnus-mime-copy-part): Use the MIME part charset, the value which
16777         a user specified or gnus-newsgroup-charset for decoding, like
16778         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16779         save-buffer what was used.  Suggested by Kevin Ryde
16780         <user42@zip.com.au>.
16781         (gnus-mime-inline-part): Allow the name parameter as well as the
16782         filename parameter; force decompressing of compressed data; always
16783         display contents being not decoded as unibyte.
16784
16785         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16786         as well as the filename parameter.
16787
16788         * mm-util.el (mm-decompress-buffer):
16789         Merge gnus-mime-jka-compr-maybe-uncompress.
16790         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16791         of compressed data.
16792
16793 2005-02-08  Simon Josefsson  <jas@extundo.com>
16794
16795         * imap.el (imap-log): Doc fix.
16796
16797 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16798
16799         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16800         the coding cookies; decompress compressed parts.
16801
16802         * mml.el (mml-generate-mime-1): Add the charset parameter according
16803         to the value which a user specified manually or the coding cookie.
16804
16805         * mm-util.el (mm-string-to-multibyte): New function.
16806         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16807         (mm-coding-system-to-mime-charset): New function.
16808         (mm-decompress-buffer): New function.
16809         (mm-find-buffer-file-coding-system): New function.
16810
16811         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16812         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16813         parts.
16814
16815 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16816
16817         * mm-view.el (mm-display-inline-fontify): Decode a part according
16818         to the charset parameter.
16819
16820 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16821
16822         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16823         prefix arg is neither nil nor a number, as info specifies.
16824
16825 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16826
16827         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16828         timestamps.
16829
16830 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16831
16832         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16833         groups error checking and notify user.
16834
16835 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16836
16837         * message.el (message-send-mail-function): Check existence of
16838         sendmail-program first before using default value
16839         `message-send-mail-with-sendmail'.  Otherwise use more generic
16840         `smtpmail-send-it'.
16841
16842 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16843
16844         * nntp.el (nntp-request-update-info): Always return nil.
16845
16846 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16847
16848         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16849
16850 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16851
16852         * message.el (message-beginning-of-line): Change the behavior when
16853         invoked between BOL and : so that it first moves backward.
16854
16855 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16856
16857         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16858         article buffer when editing of the article is discarded.
16859         (gnus-article-prepare): Revert.
16860
16861 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16862
16863         * gnus-art.el (gnus-article-prepare):
16864         Remove message-strip-forbidden-properties from the local hook.
16865
16866 2005-01-27  Simon Josefsson  <jas@extundo.com>
16867
16868         * password.el (password-cache-add): Only start one timer per key.
16869         Reported by Derek Atkins <warlord@MIT.EDU>.
16870
16871 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16872
16873         * run-at-time.el: Remove.  It is no longer needed as
16874         timer-funcs.el in the xemacs-base package has a working version of
16875         `run-at-time'.
16876
16877         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16878
16879         * password.el: Require timer-funcs instead of run-at-time in
16880         XEmacs.
16881         Remove `password-run-at-time' macro.
16882         (password-cache-add): Use `run-at-time' instead of
16883         `password-run-at-time'.
16884
16885         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16886         Remove `nnheader-cancel-function-timers' alias,
16887         `cancel-function-timers' exists in XEmacs in timer-funcs.
16888
16889         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16890         for `run-with-idle-timer'.
16891
16892         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16893         for `run-at-time'.
16894
16895         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16896         for `with-timeout'.
16897
16898         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16899         the same as for XEmacs 21.4.
16900         No need to ignore `run-with-idle-timer', this function exists in
16901         XEmacs now in timer-funcs.el in the xemacs-base package.
16902         (dgnushack-compile): No need to delete
16903         run-at-time.el from the list of files to compile because it
16904         doesn't exist anymore.
16905
16906 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16907
16908         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16909         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16910
16911 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16912
16913         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16914         sensitively.
16915
16916 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16917
16918         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16919
16920 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16921
16922         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16923         which will be inserted according to the multibyteness of a buffer
16924         rather than the type of contents.  Suggested by ARISAWA Akihiro
16925         <ari@mbf.ocn.ne.jp>.
16926
16927         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16928         of string which old xml.el may return rather than a string.
16929
16930 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16931
16932         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16933
16934 2005-01-16  Simon Josefsson  <jas@extundo.com>
16935
16936         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16937         idn/idna.el isn't available.
16938         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16939         <michael@waxrat.com>.
16940
16941         * hashcash.el: Remove non-FSF copyright header.
16942
16943         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16944         (hashcash-generate-payment): Use it.
16945         (hashcash-generate-payment-async): Use it.
16946
16947 2005-01-15  Simon Josefsson  <jas@extundo.com>
16948
16949         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16950         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16951
16952         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16953         gnus-summary-idna-message.
16954         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16955         (gnus-summary-idna-message): New function.
16956
16957 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16958
16959         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16960         gnus-novice-user.
16961
16962 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16963
16964         * nnrss.el (nnrss-request-delete-group): Delete entries in
16965         nnrss-group-alist as well.
16966         (nnrss-save-server-data): Insert newline.
16967
16968 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16969
16970         * gnus.el (gnus-user-agent): Use list of symbols instead of
16971         symbols.  Display full version number for (S)XEmacs.
16972         Optionally display (S)XEmacs codename.
16973
16974         * gnus-util.el (gnus-emacs-version): Update for new
16975         `gnus-user-agent'.
16976
16977         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16978         Gnus version.
16979
16980 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16981
16982         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16983         which is unreadable in some setups.
16984
16985 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16986
16987         * gnus-spec.el (gnus-update-format-specifications): Flush the
16988         group format spec cache if it doesn't support decoded group names.
16989
16990 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16991
16992         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16993         Allow to apply decay on score files matching a regexp.
16994
16995 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16996
16997         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16998         compatibility in %g and %c.
16999
17000 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17001
17002         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
17003         name for only %g and %c.
17004         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
17005         of gnus-tmp-group to decoded group name.
17006         (gnus-group-make-rss-group): Exclude `/'s from group names.
17007
17008 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17009
17010         * nnrss.el (nnrss-get-encoding): Fix regexp.
17011
17012 2004-12-27  Simon Josefsson  <jas@extundo.com>
17013
17014         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
17015         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
17016         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
17017
17018 2004-12-17  Kim F. Storm  <storm@cua.dk>
17019
17020         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
17021
17022         * gnus-sum.el (gnus-summary-mode-map): Likewise.
17023
17024 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17025
17026         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
17027
17028 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17029
17030         * nnrss.el: Require rfc2047 and mml.
17031         (nnrss-file-coding-system): New variable.
17032         (nnrss-format-string): Redefine it as an inline function.
17033         (nnrss-decode-group-name): New function.
17034         (nnrss-string-as-multibyte): Remove.
17035         (nnrss-retrieve-headers): Decode group name; don't use
17036         nnrss-format-string.
17037         (nnrss-request-group): Decode group name.
17038         (nnrss-request-article): Decode group name; allow a Message-ID as
17039         well as an article number; don't use nnrss-format-string; encode a
17040         Message-ID string which may contain non-ASCII characters; use
17041         mml-to-mime to compose a MIME article.
17042         (nnrss-request-expire-articles): Decode group name.
17043         (nnrss-request-delete-group): Decode group name.
17044         (nnrss-fetch): Clarify error message.
17045         (nnrss-read-server-data): Use insert-file-contents instead of load;
17046         bind file-name-coding-system; use multibyte buffer.
17047         (nnrss-save-server-data): Bind coding-system-for-write to the
17048         value of nnrss-file-coding-system; bind file-name-coding-system;
17049         add coding cookie.
17050         (nnrss-read-group-data): Use insert-file-contents instead of load;
17051         bind file-name-coding-system; use multibyte buffer.
17052         (nnrss-save-group-data): Bind coding-system-for-write to the
17053         value of nnrss-file-coding-system; bind file-name-coding-system.
17054         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
17055         make it work with non-ASCII text.
17056         (nnrss-find-el): Make it work with old xml.el as well.
17057
17058 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17059
17060         * nnrss.el (nnrss-get-encoding): New function.
17061         (nnrss-fetch): Use unibyte buffer initially; bind
17062         coding-system-for-read while performing mm-url-insert; remove ^Ms;
17063         decode contents according to the encoding attribute.
17064         (nnrss-save-group-data): Add coding cookie.
17065         (nnrss-mime-encode-string): New function.
17066         (nnrss-check-group): Use it to encode subject and author.
17067
17068 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
17069
17070         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
17071         imaginary variable.
17072
17073 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17074
17075         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17076         correctly even if there are wide characters.
17077
17078 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
17079
17080         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17081         downcased symbol names; make a new cache instead of reusing
17082         bbdb-hashtable.
17083
17084 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17085
17086         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17087         concatenating segments rather than before concatenating them.
17088         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17089
17090         * message.el (message-get-reply-headers): Bind `extra'.
17091
17092 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17093
17094         * message.el (message-extra-wide-headers): New variable.
17095         (message-get-reply-headers): Use it.
17096
17097 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17098
17099         * gnus-agent.el (gnus-agent-group-path): Decode group name.
17100         (gnus-agent-group-pathname): Ditto.
17101
17102         * gnus-cache.el (gnus-cache-file-name): Decode group name.
17103
17104         * gnus-group.el (gnus-group-make-group): Decode group name.
17105         (gnus-group-make-rss-group): Register the group data after opening
17106         the nnrss group.
17107
17108 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
17109
17110         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17111         by expiry now get marked as read.
17112
17113 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17114
17115         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17116
17117 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
17118
17119         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17120         unify Latin characters in XEmacs.
17121         (mm-find-mime-charset-region): Use it.
17122
17123 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17124
17125         * gnus-util.el (gnus-delete-directory): New function.
17126
17127         * gnus-agent.el (gnus-agent-delete-group): Use it.
17128
17129         * gnus-cache.el (gnus-cache-delete-group): Use it.
17130
17131 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17132
17133         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17134         names.
17135
17136 2004-12-16  Simon Josefsson  <jas@extundo.com>
17137
17138         * hashcash.el (hashcash-payment-alist): Fix custom :type.
17139
17140 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17141
17142         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17143
17144         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17145         (gnus-group-set-current-level): Decode group name.
17146
17147 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
17148
17149         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17150         failed.
17151
17152 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17153
17154         * gnus-group.el (gnus-group-delete-group): Decode group name.
17155         (gnus-group-make-rss-group): Encode group name.
17156         (gnus-group-catchup-current): Decode group name.
17157         (gnus-group-kill-group): Decode group name.
17158
17159 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17160
17161         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17162
17163 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17164
17165         * gnus-group.el (gnus-group-make-rss-group):
17166         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17167
17168         * gnus-start.el (gnus-setup-news): Honor user's setting to
17169         gnus-message-archive-method.  Suggested by Lute Kamstra
17170         <lute@gnu.org>.
17171
17172 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
17173
17174         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17175         global counterparts of the buffer-local variables.
17176
17177 2004-11-16  Romain Francoise  <romain@orebokech.com>
17178
17179         * gnus-sum.el (gnus-summary-exit): Don't clear the global
17180         counterparts of the buffer-local variables.
17181
17182 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17183
17184         * message.el (message-forbidden-properties): Fix typo in doc
17185         string.
17186
17187 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17188
17189         * gnus-util.el (gnus-replace-in-string): Add doc string.
17190
17191         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17192         to avoid problems when splitting mails with many recipients.
17193
17194 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17195
17196         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17197         pop-to-buffer, covered by the subsequent gnus-configure-windows.
17198
17199 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
17200
17201         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17202         if there is no hashtable in memory or file modification time is
17203         newer than cached timestamp.
17204
17205 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17206
17207         * gnus-sum.el (gnus-summary-limit-to-recipient):
17208         Implement not-matching option.
17209
17210 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
17211
17212         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17213         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17214         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17215         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17216         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
17217         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17218
17219 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17220
17221         * message.el (message-forward-make-body-mml): Remove headers
17222         according to message-forward-ignored-headers if a message is decoded.
17223
17224 2004-12-02  Romain Francoise  <romain@orebokech.com>
17225
17226         * message.el (message-forward-make-body-plain): Always remove
17227         headers according to message-forward-ignored-headers.
17228
17229 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17230
17231         * spam.el (spam-summary-prepare-exit): Remove the
17232         gnus-summary-limit pop for now, it has problems with ham marks for
17233         me.
17234
17235 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17236
17237         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17238         correctly.
17239
17240 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17241
17242         * format-spec.el (format-spec): Message the char.
17243
17244 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17245
17246         * gnus-art.el (gnus-split-methods): Reformat comments.
17247
17248         * spam.el (spam-summary-prepare-exit): Remove article limits
17249         before exiting the summary buffer.
17250
17251 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17252
17253         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17254         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17255
17256         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17257         order to silence the byte compiler.
17258
17259         * spam.el: Fix the way to silence the byte compiler, which
17260         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17261         bbdb-search-simple, spam-BBDB-register-routine,
17262         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17263         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17264         spam-stat-buffer-is-spam, spam-stat-load,
17265         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17266         spam-stat-save and spam-stat-split-fancy.
17267
17268 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17269
17270         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17271         which may confuse users.
17272         (canlock-password-for-verify): Ditto.
17273
17274         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17275
17276         * gnus-art.el (gnus-emphasis-alist): Ditto.
17277
17278         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17279
17280         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17281
17282         * gnus-start.el (gnus-save-killed-list): Ditto.
17283
17284         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17285         (gnus-sum-thread-tree-root): Ditto.
17286         (gnus-sum-thread-tree-false-root): Ditto.
17287         (gnus-sum-thread-tree-single-indent): Ditto.
17288
17289         * message.el (message-courtesy-message): Ditto.
17290         (message-archive-note): Ditto.
17291         (message-subscribed-address-file): Ditto.
17292         (message-user-fqdn): Ditto.
17293
17294         * spam-report.el (spam-report-gmane-regex): Ditto.
17295
17296         * spam.el (spam-blackhole-good-server-regex): Ditto.
17297
17298 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17299
17300         * mml.el (mml-preview): Widen the message buffer before copying
17301         the contents to the preview buffer; sort headers before previewing.
17302
17303         * message.el (message-hidden-headers): Fix the way to avoid a bug
17304         in the `repeat' widget in Emacs 21.3 or earlier.
17305
17306 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17307
17308         * message.el (message-hidden-headers): Default to "^References:".
17309         Improve customization type.  Suggested by Reiner Steib
17310         <Reiner.Steib@gmx.de>.
17311
17312 2004-11-25  Romain Francoise  <romain@orebokech.com>
17313
17314         * message.el (message-strip-forbidden-properties): Remove check for
17315         obsolete `message-hidden' text property, hidden headers are not
17316         accessible in the buffer anymore.
17317
17318 2004-11-22  Romain Francoise  <romain@orebokech.com>
17319
17320         * message.el (message-header-format-alist): Add `From' in list
17321         so that it can be sorted.
17322         (message-fix-before-sending): Widen and sort headers before
17323         sending.
17324         (message-hide-headers): Use narrowing to hide headers by moving
17325         them to the top of the buffer and narrowing to the region
17326         underneath.
17327
17328 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17329
17330         * message.el (message-strip-forbidden-properties):
17331         Bind buffer-read-only (etc) to nil.
17332
17333 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17334
17335         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17336         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17337
17338 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17339
17340         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17341
17342 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17343
17344         * dns.el (query-dns): Use sit-for to time instead of
17345         accept-process-output, since that doesn't seem to work on udp
17346         sockets.
17347
17348 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17349
17350         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17351
17352 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17353
17354         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17355         doc string.  Improve doc string.
17356
17357 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17358
17359         * nntp.el (nntp-request-update-info): Return nil if
17360         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17361         may not call gnus-activate-group which uselessly issues the GROUP
17362         commands for all nntp groups and wastes time.  Reported by Romain
17363         Francoise <romain@orebokech.com>.
17364
17365         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17366
17367 2004-11-15  Simon Josefsson  <jas@extundo.com>
17368
17369         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17370         headers separately.
17371         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17372         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17373
17374 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17375
17376         * gnus-start.el (gnus-convert-old-newsrc):
17377         Assign legacy-gnus-agent to 5.10.7.
17378
17379 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17380
17381         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17382         start of the lines.
17383
17384 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17385
17386         * hashcash.el (hashcash-default-payment): Change default to 20.
17387         (hashcash-default-accept-payment): Change default to 20.
17388         (hashcash-process-alist): New variable.
17389         (hashcash-generate-payment-async): Add.
17390         (hashcash-already-paid-p): Add.
17391         (hashcash-insert-payment): Don't generate payments twice.
17392         (hashcash-insert-payment-async): Add.
17393         (hashcash-insert-payment-async-2): Add.
17394         (hashcash-cancel-async): Add.
17395         (hashcash-wait-async): Add.
17396         (hashcash-processes-running-p): Add.
17397         (hashcash-wait-or-cancel): Add.
17398         (mail-add-payment): New optional argument.  Conditionally start
17399         asynchronous calculation.
17400         (mail-add-payment-async): Add.
17401
17402         * message.el (message-send-mail): Wait for asynchronous hashcash
17403         results.  Don't clobber existing X-Hashcash headers.
17404         (message-setup-1): Call mail-add-payment-async when
17405         message-generate-hashcash is non-nil.
17406
17407 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17408
17409         * message.el (message-use-alternative-email-as-from): Examine the
17410         From header as well; use message-make-from in order to include a
17411         user's full name.
17412
17413 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17414
17415         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17416         default; improve customization type.
17417         (gnus-emphasis-custom-with-format): New macro.
17418         (gnus-emphasis-custom-value-to-external): New function.
17419         (gnus-emphasis-custom-value-to-internal): New function.
17420
17421 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17422
17423         * dns.el (query-dns): Resolve reverse addresses.
17424
17425 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17426
17427         * gnus-group.el (gnus-group-get-new-news): Use it.
17428
17429         * gnus-start.el (gnus-check-reasonable-setup): New function.
17430
17431 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17432
17433         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17434         "Args out of range" error.  Reported by Arnaud Giersch
17435         <arnaud.giersch@free.fr>.
17436
17437 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17438
17439         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17440
17441 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17442
17443         * spam.el (spam group): Add :version.
17444
17445         * pgg-def.el (pgg group): Add :version.
17446
17447 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17448
17449         * gnus-art.el (gnus-article-edit-article): Don't associate the
17450         article buffer with a draft file.  This is a temporary measure
17451         against the 2004-08-22 change to gnus-article-edit-mode.
17452
17453 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17454
17455         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17456         (html2text-format-tags): Remove unused variable `attr'.
17457
17458 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17459
17460         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17461
17462         * tls.el (tls-process-connection-type, tls-success)
17463         (tls-certtool-program): Add :version.
17464
17465         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17466         (starttls-extra-arguments, starttls-process-connection-type)
17467         (starttls-connect, starttls-failure, starttls-success): Add :version.
17468
17469         * spam-stat.el (spam-stat): Add :version.
17470
17471         * sieve.el (sieve): Add :version.
17472
17473         * sha1.el (sha1): Add :version.
17474         (sha1-use-external): Remove redundant version.
17475
17476         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17477         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17478         (nnmail-split-fancy-match-partial-words)
17479         (nnmail-split-lowercase-expanded): Add :version.
17480
17481         * nndiary.el (nndiary): Add :version.
17482
17483         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17484
17485         * mml-sec.el (mml-default-sign-method)
17486         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17487         Add :version.
17488
17489         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17490
17491         * mm-url.el (mm-url-use-external, mm-url-program)
17492         (mm-url-arguments): Add :version.
17493
17494         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17495         (mm-attachment-file-modes, mm-decrypt-option)
17496         (mm-w3m-safe-url-regexp): Add :version.
17497
17498         * message.el (message-cite-prefix-regexp)
17499         (message-sendmail-envelope-from, message-minibuffer-local-map)
17500         (message-user-fqdn, message-completion-alist): Add :version.
17501
17502         * gnus-win.el (gnus-configure-windows-hook)
17503         (gnus-use-frames-on-any-display): Add :version.
17504
17505         * gnus-art.el (gnus-article-address-banner-alist)
17506         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17507         (gnus-treat-from-picon, gnus-treat-mail-picon)
17508         (gnus-treat-x-pgp-sig): Add :version.
17509
17510         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17511         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17512         (gnus-summary-article-delete-hook)
17513         (gnus-summary-display-while-building): Add :version.
17514
17515         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17516         (gnus-get-top-new-news-hook): Add :version.
17517
17518         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17519         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17520
17521         * gnus-registry.el (gnus-registry): Add :version.
17522
17523         * gnus-spec.el (gnus-use-correct-string-widths)
17524         (gnus-make-format-preserve-properties): Add :version.
17525
17526         * gnus.el (gnus-group-charter-alist)
17527         (gnus-group-fetch-control-use-browse-url)
17528         (gnus-install-group-spam-parameters): Add :version.
17529
17530         * gnus-diary.el (gnus-diary): Add :version.
17531
17532         * gnus-delay.el (gnus-delay): Add :version.
17533
17534         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17535         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17536         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17537         Add :version.
17538
17539         * gnus-agent.el (gnus-agent-max-fetch-size)
17540         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17541         (gnus-agent-prompt-send-queue): Add :version.
17542
17543         * deuglify.el (gnus-outlook-deuglify): Add :version.
17544
17545         * html2text.el: Beautify code.  Improve doc strings.
17546         Some checkdoc cleanup.
17547         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17548
17549 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17550
17551         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17552
17553 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17554
17555         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17556         when package is loaded.
17557
17558         * spam.el (spam-summary-score-preferred-header): Add global preference
17559         for people who want to override the default SpamAssassin over
17560         Bogofilter preference (when both are set).
17561         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17562         (spam-user-format-function-S):
17563         Check spam-summary-score-preferred-header.
17564         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17565         (spam-user-format-function-S): Format the score correctly.
17566
17567 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17568
17569         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17570         signature file.  Suggested by Manoj Srivastava
17571         <srivasta@golden-gryphon.com>.
17572
17573         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17574         iso-2022-jp even in the Japanese language environment.
17575         Suggested by Jason Rumney <jasonr@gnu.org>.
17576
17577 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17578
17579         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17580         use the same characters as the dummy marks; make it free from
17581         getting affected by the language environment.
17582         (gnus-summary-read-group-1): Update mark positions only when the
17583         format spec is updated.
17584
17585         * gnus-spec.el (gnus-update-format-specifications): Return a list
17586         of updated types.
17587
17588 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17589
17590         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17591         of boundp to check if display-warning is available.
17592
17593 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17594
17595         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17596
17597 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17598
17599         * nnspool.el (nnspool-spool-directory): Use news-path if the
17600         news-directory variable is not bound.
17601
17602         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17603         function instead of display-warning if it is not available.
17604
17605 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17606
17607         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17608         v5-10: Use `point-at-bol'.
17609
17610 2004-10-26  Simon Josefsson  <jas@extundo.com>
17611
17612         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17613         <chenggao@gmail.com>.
17614
17615 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17616
17617         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17618         instead.
17619
17620 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17621
17622         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17623         to remove a server from the nnimap-server-buffer-alist.
17624         (nnimap-open-connection, nnimap-close-server): Use it.
17625
17626         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17627
17628 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17629
17630         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17631         running the major-mode function.
17632
17633 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17634
17635         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17636         dummy marks in the right way.
17637
17638 2004-10-18  David Edmondson  <dme@dme.org>
17639
17640         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17641         excessively.
17642
17643 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17644
17645         * gnus-util.el (gnus-split-references): Accept a nil references
17646         string and go on blissfully.
17647
17648         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17649         cases where the references string is non-nil but has no references.
17650
17651         * encrypt.el: Add autoload tags.
17652
17653         * spam.el (spam-resolve-registrations-routine): Remove article
17654         from unregistration list too.  Reported by David Hanak
17655         <dhanak@isis.vanderbilt.edu>
17656
17657 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17658
17659         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17660         nil.  Change custom type.
17661
17662 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17663
17664         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17665
17666         * gnus-sum.el (gnus-summary-move-article): Use it.
17667
17668 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17669
17670         * encrypt.el: Add autoload cookies.
17671
17672         * spam.el (spam-backend-article-list-property)
17673         (spam-backend-get-article-todo-list)
17674         (spam-backend-put-article-todo-list)
17675         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17676         Resolve registrations separately.
17677         (spam-register-routine): Format comments.
17678         (spam-unregister-routine, spam-register-routine): Always call with
17679         specific-articles, no default list.
17680         (spam-summary-prepare-exit): Use the spam-classifications function.
17681
17682         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17683         gnus-encrypt.el.
17684
17685         * encrypt.el: Copied from gnus-encrypt.el.
17686
17687         * gnus-encrypt.el: Commented that it's obsolete.
17688
17689 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17690
17691         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17692         (gnus-score-save): Use it.
17693
17694         * message.el (message-bury): Use `window-dedicated-p'.
17695
17696 2004-10-15  Simon Josefsson  <jas@extundo.com>
17697
17698         * pop3.el (top-level): Don't require nnheader.
17699         (pop3-read-timeout): Add.
17700         (pop3-accept-process-output): Add.
17701         (pop3-read-response, pop3-retr): Use it.
17702
17703 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17704
17705         * spam.el (spam-register-routine): Move comment.
17706         (spam-verify-bogofilter): Use 'unknown for the initial
17707         spam-bogofilter-valid state, not 'never.
17708
17709         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17710         for netrc-machine.
17711
17712         * nnimap.el (nnimap-open-connection):
17713         Use netrc-machine-user-or-password.
17714
17715 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17716
17717         * gnus-registry.el (gnus-registry-unload-hook):
17718         Set as a variable with add-hook.
17719
17720         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17721         of news-path.
17722
17723         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17724
17725         * spam.el: Delete duplicate `provide'.
17726         (spam-unload-hook): Set as a variable with add-hook.
17727
17728 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17729
17730         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17731         in the doc string.
17732
17733         * message.el (message-ignored-news-headers)
17734         (message-ignored-supersedes-headers)
17735         (message-ignored-resent-headers)
17736         (message-forward-ignored-headers): Improve custom type.
17737
17738 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17739
17740         * message.el (message-tokenize-header): Fix 2004-09-06 change
17741         which used point-min in the wrong place.
17742
17743 2004-10-12  Simon Josefsson  <jas@extundo.com>
17744
17745         * tls.el (tls-certtool-program): New variable.
17746         (tls-certificate-information): New function, based on
17747         ssl-certificate-information.
17748
17749 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17750
17751         * compface.el: Move the version of ELisp-based uncompface program
17752         to the contrib directory because of the copyright problem.
17753
17754 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17755
17756         * message.el (message-kill-buffer): Raise the current frame.
17757
17758 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17759
17760         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17761
17762         * gnus.el (message-y-or-n-p): Autoload.
17763
17764         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17765         (pop3-password-required, pop3-authentication-scheme)
17766         (pop3-leave-mail-on-server): Make customizable.
17767         (pop3): New custom group.
17768         (pop3-retr): Remove `sleep-for' statements.
17769         Suggested by Dave Love <fx@gnu.org>.
17770
17771         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17772         Windows/DOS.
17773
17774         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17775         (imap-parse-body): Fix incorrect use of `assert'.
17776         Suggested by Dave Love <fx@gnu.org>.
17777
17778         * mml.el (mml-minibuffer-read-disposition): Require match.
17779         Suggested by Dave Love <fx@gnu.org>.
17780
17781 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17782
17783         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17784         doc string.
17785
17786 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17787
17788         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17789
17790 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17791
17792         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17793         instead of calling `mm-insert-inline', to decode text/* parts
17794         before displaying them.
17795
17796 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17797
17798         * mm-uu.el (mm-uu-text-plain-type): New variable.
17799         (mm-uu-pgp-signed-extract-1): Use it.
17800         (mm-uu-pgp-encrypted-extract-1): Use it.
17801         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17802         bind mm-uu-text-plain-type with that value.
17803         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17804         mm-uu-dissect.
17805
17806 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17807
17808         * gnus-group.el (gnus-update-group-mark-positions):
17809         * gnus-sum.el (gnus-update-summary-mark-positions):
17810         * message.el (message-check-news-body-syntax):
17811         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17812         of string-as-multibyte.
17813
17814 2004-10-05  Juri Linkov  <juri@jurta.org>
17815
17816         * gnus-group.el (gnus-update-group-mark-positions):
17817         * gnus-sum.el (gnus-update-summary-mark-positions):
17818         * message.el (message-check-news-body-syntax):
17819         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17820         8-bit unibyte values to a multibyte string for search functions.
17821
17822 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17823
17824         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17825         (mm-uu-dissect-text-parts): New function.
17826
17827         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17828         dissect text parts.
17829
17830         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17831         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17832
17833         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17834
17835         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17836         Use gnus-current-topics instead of gnus-current-topic.
17837
17838 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17839
17840         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17841
17842 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17843
17844         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17845         where approriate.
17846
17847         * nnml.el (nnml-generate-active-info): do.
17848
17849         * nndiary.el (nndiary-generate-active-info): do.
17850
17851         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17852         (gnus-topic-move): do.
17853
17854         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17855         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17856
17857         * gnus-srvr.el (gnus-server-prepare)
17858         (gnus-server-open-all-servers): do.
17859
17860         * gnus-msg.el (gnus-summary-cancel-article)
17861         (gnus-summary-resend-message)
17862         (gnus-summary-mail-crosspost-complaint): do.
17863
17864         * gnus-move.el (gnus-change-server): do.
17865
17866         * gnus-group.el (gnus-group-unmark-all-groups)
17867         (gnus-group-set-current-level): do.
17868
17869 2004-10-04  Simon Josefsson  <jas@extundo.com>
17870
17871         * message.el (message-generate-hashcash): Doc fix.
17872
17873 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17874
17875         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17876         avoid infinite recursion via gnus-get-function.
17877
17878 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17879
17880         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17881
17882         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17883
17884         * nnmail.el (nnmail-split-history): do.
17885
17886         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17887         (nnml-request-delete-group): do.
17888
17889         * nnslashdot.el (nnslashdot-read-groups): do.
17890
17891         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17892         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17893
17894         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17895         (nnspool-sift-nov-with-sed): Use last.
17896         (nnspool-retrieve-headers-with-nov): Use mapc.
17897         (nnspool-request-newgroups): Use dolist.
17898         (nnspool-request-group): Use last.
17899
17900         * nntp.el (nntp-read-server-type): Use dolist.
17901
17902         * nnvirtual.el (nnvirtual-create-mapping)
17903         (nnvirtual-update-read-and-marked): Use dolist.
17904         (nnvirtual-convert-headers): Simplify.
17905
17906 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17907
17908         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17909         Add support for sync'ing tick marks.
17910
17911 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17912
17913         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17914         there's no visible header.
17915
17916 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17917
17918         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17919         When necessary, pass full group name to gnus-request-set-marks.
17920
17921 2004-10-01  Simon Josefsson  <jas@extundo.com>
17922
17923         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17924         acroread.
17925
17926 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17927
17928         * spam-report.el (spam-report-gmane): Fix interactive.
17929
17930         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17931
17932         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17933         when writing file.
17934         (gnus-agent-synchronize-flags): Don't default to being
17935         interactive.
17936
17937 2004-09-30  Simon Josefsson  <jas@extundo.com>
17938
17939         * message.el (message-generate-hashcash): Add.
17940         (message-send-mail): Use it, call mail-add-payment.
17941
17942 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17943
17944         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17945
17946 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17947
17948         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17949         gnus-requst-update-info with explicit code to sync the in-memory
17950         info read flags with the marks being sync'd to the backend.
17951
17952         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17953
17954 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17955
17956         * spam.el (spam-verify-bogofilter): Add new function.
17957         (spam-check-bogofilter)
17958         (spam-bogofilter-register-with-bogofilter): Use it.
17959         (spam-verify-bogofilter): Add small fixes.
17960
17961 2004-09-28  Simon Josefsson  <jas@extundo.com>
17962
17963         * hashcash.el (hashcash-generate-payment): Revert.
17964
17965 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17966
17967         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17968         Use gnus-extract-references instead of gnus-split-references.
17969
17970         * gnus-util.el (gnus-extract-references): Add new function, analogous
17971         to gnus-split-references but extracts only the message-ID without
17972         anything extra.
17973
17974         * hashcash.el (hashcash-generate-payment)
17975         (hashcash-check-payment): Do the right thing if hashcash-path is
17976         nil (because the hashcash program could not be found).
17977
17978         * spam.el (spam-use-hashcash): Remove comment.
17979
17980 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17981
17982         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17983         (gnus-cache-enter-article, gnus-cache-remove-article)
17984         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17985
17986         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17987
17988         * gnus-art.el (article-hide-boring-headers)
17989         (article-translate-strings, article-display-face)
17990         (gnus-article-mime-match-handle-first)
17991         (gnus-article-highlight-headers)
17992         (gnus-article-add-buttons-to-head): do.
17993
17994 2004-09-27  Simon Josefsson  <jas@extundo.com>
17995
17996         * hashcash.el: New version, from
17997         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17998         ../contrib/.
17999
18000 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18001
18002         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
18003
18004 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
18005
18006         * gnus-dup.el (gnus-dup-open): Use mapc.
18007         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
18008
18009         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
18010         Reported by Stefan Wiens <s.wi@gmx.net>.
18011
18012         * gnus.el (gnus-shutdown): Use dolist.
18013
18014         * gnus-undo.el (gnus-undo): Use mapc.
18015
18016         * nnrss.el (nnrss-generate-active): do.
18017
18018         * message.el (message-cite-original-without-signature)
18019         (message-cite-original): Use mapc.
18020         (message-do-actions, message-make-forward-subject): Use dolist.
18021
18022 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18023
18024         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
18025         deletion to remove entire duplicate line.  Fixes merged article
18026         number bug.
18027
18028 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18029
18030         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18031         servers that are offline.  Avoids having gnus-agent-toggle-plugged
18032         first ask if you want to open a server and then, even when you
18033         responded with no, asking if you want to synchronize the server's
18034         flags.
18035         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18036         multi-line expressions.
18037         (gnus-agent-synchronize-group-flags): New internal function.
18038         Updates marks in memory (in the info structure) AND in the
18039         backend.
18040
18041         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18042
18043         * nnagent.el (nnagent-request-set-mark):
18044         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18045         method, to ensure that synchronization updates marks in the
18046         backend and in the info (in memory) structure.
18047
18048 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18049
18050         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
18051         convention fully; don't miss the root article of a thread; make
18052         the X-Draft-From header with correct article numbers.
18053
18054 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
18055
18056         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18057         unless plugged.  Disable the agent so that an open failure causes
18058         an error.
18059
18060         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18061         Revert 2004-09-21 change.  The backend must be opened while
18062         synchronizing flags even when the backend stores the flags
18063         locally.
18064
18065 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
18066
18067         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
18068         in `header' match.  Reported by Svend Tollak Munkejord.
18069
18070         * message.el (message-cite-original): Fix use of
18071         `message-cite-articles-with-x-no-archive'.
18072
18073 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18074
18075         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18076         (gnus-window-to-buffer): Ditto.
18077
18078         * mml.el (mml-preview-buffer): New variable.
18079         (mml-preview): Manage window layout with gnus-buffer-configuration.
18080
18081         * gnus-msg.el (gnus-setup-message): Put article numbers into the
18082         X-Draft-From header even if those articles aren't quoted.
18083
18084 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
18085
18086         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18087         (gnus-request-set-mark, gnus-request-update-mark): Use new
18088         g-s-t-u-l-m to decide to use backend even when unplugged.
18089
18090 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18091
18092         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18093         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
18094
18095 2004-09-20  Simon Josefsson  <jas@extundo.com>
18096
18097         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18098         "utf-16-le".
18099
18100 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18101
18102         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18103
18104 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18105
18106         * uudecode.el (uudecode-use-external): Add :version.
18107
18108         * smime.el (smime-CA-file, smime-encrypt-cipher)
18109         (smime-dns-server): Add :version.
18110
18111         * smiley.el (gnus-smiley-file-types): Add :version.
18112
18113         * sha1.el (sha1-use-external): Add :version.
18114
18115         * pgg-def.el (pgg-query-keyserver): Add :version.
18116
18117         * nnmail.el (nnmail-fancy-expiry-targets)
18118         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18119         Add :version.
18120
18121         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18122         (nnimap-retrieve-groups-asynchronous): Add :version.
18123         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
18124
18125         * mml.el (mml-content-disposition-parameters)
18126         (mml-insert-mime-headers-always): Add :version.
18127
18128         * mm-util.el (mm-coding-system-priorities): Add :version.
18129
18130         * mm-decode.el (mm-inline-text-html-with-images)
18131         (mm-keep-viewer-alive-types, mm-external-terminal-program)
18132         (mm-verify-option): Add :version.
18133         (mm-text-html-renderer): Change :version.
18134
18135         * message.el (message-fcc-externalize-attachments)
18136         (message-required-headers, message-draft-headers)
18137         (message-subject-trailing-was-query)
18138         (message-subject-trailing-was-ask-regexp)
18139         (message-subject-trailing-was-regexp, message-mark-insert-begin)
18140         (message-mark-insert-end, message-archive-header)
18141         (message-archive-note, message-cross-post-default)
18142         (message-cross-post-note, message-followup-to-note)
18143         (message-cross-post-note-function, message-use-mail-followup-to)
18144         (message-subscribed-address-functions)
18145         (message-subscribed-address-file, message-subscribed-addresses)
18146         (message-subscribed-regexps, message-allow-no-recipients)
18147         (message-yank-cited-prefix, message-signature-insert-empty-line)
18148         (message-hidden-headers, message-hierarchical-addresses)
18149         (message-mail-user-agent, message-use-idna)
18150         (message-valid-fqdn-regexp)
18151         (message-strip-special-text-properties, message-header-synonyms)
18152         (message-beginning-of-line, message-tab-body-function): Add :version.
18153         (message-insert-canlock, message-wide-reply-confirm-recipients):
18154         Change :version.
18155
18156         * mail-source.el (mail-source-ignore-errors): Add :group, :type
18157         and :version.
18158         (mail-source-delete-old-incoming-confirm)
18159         (mail-source-movemail-program): Add :version.
18160
18161         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18162         (gnus-agent-cache, gnus-agent): Change :version.
18163
18164         * gnus-util.el (gnus-use-byte-compile): Change :version.
18165
18166         * gnus-sum.el (gnus-summary-make-false-root-always)
18167         (gnus-summary-default-high-score)
18168         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18169         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18170         (gnus-read-all-available-headers, gnus-article-emulate-mime)
18171         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18172         (gnus-sum-thread-tree-single-indent)
18173         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18174         (gnus-sum-thread-tree-leaf-with-other)
18175         (gnus-sum-thread-tree-single-leaf): Add :version.
18176         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18177         (gnus-article-loose-mime): Change :version.
18178
18179         * gnus-start.el (gnus-backup-startup-file)
18180         (gnus-save-startup-file-via-temp-buffer): Add :version.
18181
18182         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18183         (gnus-server-offline-face): Add :version.
18184
18185         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18186
18187         * gnus-msg.el (gnus-gcc-externalize-attachments)
18188         (gnus-debug-files, gnus-debug-exclude-variables)
18189         (gnus-discouraged-post-methods): Change :version.
18190         (gnus-confirm-mail-reply-to-news)
18191         (gnus-confirm-treat-mail-like-news): Add :version.
18192
18193         * gnus-int.el (gnus-server-unopen-status): Add :version.
18194
18195         * gnus-group.el (gnus-group-jump-to-group-prompt)
18196         (gnus-large-ephemeral-newsgroup)
18197         (gnus-fetch-old-ephemeral-headers): Add :version.
18198
18199         * gnus-fun.el (gnus-x-face-directory)
18200         (gnus-convert-pbm-to-x-face-command)
18201         (gnus-convert-image-to-x-face-command)
18202         (gnus-convert-image-to-face-command): Add :version.
18203
18204         * gnus-delay.el (gnus-delay-default-hour): Add :version.
18205
18206         * gnus-cite.el (gnus-cite-blank-line-after-header)
18207         (gnus-article-boring-faces): Add :version.
18208
18209         * gnus-art.el (gnus-buttonized-mime-types)
18210         (gnus-inhibit-mime-unbuttonizing)
18211         (gnus-treat-display-face)
18212         (gnus-treat-body-boundary): Change :version.
18213         (gnus-body-boundary-delimiter, gnus-picon-databases)
18214         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18215         (gnus-treat-date-english, gnus-treat-fold-headers)
18216         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18217         (gnus-treat-mail-picon, gnus-treat-wash-html)
18218         (gnus-article-encrypt-protocol)
18219         (gnus-use-idna, gnus-article-over-scroll)
18220         (gnus-mime-display-multipart-alternative-as-mixed)
18221         (gnus-mime-display-multipart-related-as-mixed)
18222         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18223         (gnus-ctan-url, gnus-button-ctan-handler)
18224         (gnus-button-handle-ctan-bogus-regexp)
18225         (gnus-button-ctan-directory-regexp)
18226         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18227         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18228         (gnus-button-man-level, gnus-button-emacs-level)
18229         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18230
18231         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18232         (gnus-agent-go-online): Change :version.
18233         (gnus-agent-expire-unagentized-dirs)
18234         (gnus-agent-auto-agentize-methods): Add :version.
18235
18236         * flow-fill.el (fill-flowed-display-column)
18237         (fill-flowed-encode-column): Add :version.
18238
18239         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18240         (gnus-outlook-deuglify-unwrap-max)
18241         (gnus-outlook-deuglify-cite-marks)
18242         (gnus-outlook-deuglify-unwrap-stop-chars)
18243         (gnus-outlook-deuglify-no-wrap-chars)
18244         (gnus-outlook-deuglify-attrib-cut-regexp)
18245         (gnus-outlook-deuglify-attrib-verb-regexp)
18246         (gnus-outlook-deuglify-attrib-end-regexp)
18247         (gnus-outlook-display-hook): Add :version.
18248
18249         * binhex.el (binhex-use-external): Add :version.
18250
18251 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18252
18253         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18254         and `invisible'.
18255
18256 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18257
18258         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18259         in gnus-registry-trim.
18260
18261 2004-09-13  Simon Josefsson  <jas@extundo.com>
18262
18263         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18264
18265         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18266
18267         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18268         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18269         <yamaoka@jpl.org>.
18270         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18271         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18272         <yamaoka@jpl.org>.
18273
18274         * sieve.el (sieve-manage-mode): Ditto.
18275
18276 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18277
18278         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18279
18280 2004-09-11  Simon Josefsson  <jas@extundo.com>
18281
18282         * dns-mode.el: Add.
18283
18284         * mm-view.el (mm-display-dns-inline): Add.
18285
18286         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18287         (mm-automatic-display): Ditto.
18288
18289         * mailcap.el (mailcap-mime-data): Add text/dns.
18290         (mailcap-mime-extensions): Map .soa to text/dns.
18291
18292 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18293
18294         * gnus-art.el (article-decode-mime-words, article-babel)
18295         (gnus-article-highlight-signature, gnus-article-add-buttons)
18296         (gnus-signature-toggle): Remove unnecessary bindings of
18297         `inhibit-read-only' inherited from v5.10 merge.
18298
18299 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18300
18301         * nntp.el (nntp): New customization group.
18302         (nntp-authinfo-file): Add customization group.
18303
18304         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18305
18306         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18307
18308         * gnus.el (to-address, to-list, subscribed)
18309         (large-newsgroup-initial): Ditto.
18310
18311         * flow-fill.el (fill-flowed-display-column)
18312         (fill-flowed-encode-column): Ditto.
18313
18314 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18315
18316         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18317         Use point-min rather than 1.
18318         (message-send-mail): Use buffer-size rather than point-max.
18319
18320         * gnus-sum.el (gnus-summary-search-article-forward):
18321         Signal a specific `search-failed' rather than a generic `error'.
18322
18323         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18324         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18325         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18326
18327 2004-09-10  Simon Josefsson  <jas@extundo.com>
18328
18329         * nndb.el (require): Remove tcp and duplicate cl.
18330
18331 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18332
18333         * gnus-agent.el (directory-files-and-attributes): Move forward.
18334
18335 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18336
18337         * gnus-agent.el (directory-files-and-attributes):
18338         Optionally defined to support XEmacs.
18339
18340 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18341
18342         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18343         to avoid run-time CL dependencies.
18344         (gnus-agent-unfetch-articles): New function.
18345         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18346         article numbers even when local .overview file is missing.
18347         (gnus-agent-read-article-number): New function.  Only accepts
18348         27-bit article numbers.
18349         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18350         Use gnus-agent-read-article-number.
18351         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18352         from backend while recognizing that article numbers in .overview
18353         must be valid.
18354         (gnus-agent-update-files-total-fetched-for):
18355         Use directory-files-and-attributes to improve performance.
18356         * gnus-int.el (gnus-request-move-article):
18357         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18358         improve performance.
18359
18360         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18361         some users confused by references to .newsrc when they only have a
18362         .newsrc.eld file.
18363         (gnus-convert-mark-converter-prompt)
18364         (gnus-convert-converter-needs-prompt): Fix use of property list.
18365         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18366         New function.  Used internally to only display 'gnus converting
18367         files' message when actually necessary.
18368
18369         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18370         methods now autoloaded.
18371
18372 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18373
18374         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18375         identifiers.
18376
18377 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18378
18379         * gnus-picon.el: Fix indentation and closing parenthesis.
18380
18381 2004-09-01  Simon Josefsson  <jas@extundo.com>
18382
18383         * message.el (message-canlock-generate): Require sha1, not
18384         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18385         to require within a function.  Sadly, if sha1.el isn't loaded, the
18386         let binding in m-c-g will hide the defcustom definition, which is
18387         bad.)
18388
18389         * canlock.el: Require sha1, not sha1-el.
18390
18391         * message.el: Don't autoload sha1 (there is a autoload cookie in
18392         sha1.el).
18393
18394         * sha1-el.el: Rename to sha1.el.
18395
18396 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18397
18398         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18399
18400 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18401
18402         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18403
18404 2004-08-30  Kim F. Storm  <storm@cua.dk>
18405
18406         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18407
18408         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18409         Add :group 'nnimap.
18410
18411 2004-08-30  Andreas Schwab  <schwab@suse.de>
18412
18413         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18414         ?* and ?\;.
18415
18416         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18417         and ?\' to symbol instead of whitespace.
18418
18419 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18420
18421         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18422
18423         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18424         instead of re-search-forward.
18425
18426         * gnus-uu.el (gnus-uu-save-article): Ditto.
18427         (gnus-uu-post-encode-uuencode): Ditto.
18428
18429         * html2text.el (html2text-clean-list-items): Ditto.
18430         (html2text-clean-dtdd): Ditto.
18431         (html2text-format-tags): Ditto.
18432
18433         * message.el (message-send-mail-with-sendmail): Fix regexp.
18434         (message-fill-field-general): Use search-forward instead of
18435         re-search-forward.
18436         (unbold-region): Ditto.
18437
18438         * nnrss.el (nnrss-request-article): Ditto.
18439
18440         * nnslashdot.el (nnslashdot-request-article): Ditto.
18441
18442         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18443
18444         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18445         "Unrecognized menu descriptor" error in XEmacs.
18446
18447 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18448
18449         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18450         parent article of a sparse article in the thread hashtb.
18451
18452 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18453
18454         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18455         (nnmail-expand-newtext): Lowercase expanded entries if
18456         nnmail-split-lowercase-expanded is non-nil.
18457
18458 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18459
18460         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18461
18462         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18463         of gnus-tmp-news-method into string under XEmacs.  It will be
18464         passed to gnus-correct-length which takes only a string argument.
18465
18466 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18467
18468         * gnus-util.el (gnus-bind-print-variables): New macro.
18469         (gnus-prin1): Use it.
18470         (gnus-prin1-to-string): Use it.
18471         (gnus-pp): New function.
18472         (gnus-pp-to-string): New function.
18473
18474         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18475         Replace pp-to-string with gnus-pp-to-string.
18476         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18477         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18478         * gnus-msg.el (gnus-debug): Ditto.
18479         * gnus-score.el (gnus-score-save): Ditto.
18480         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18481         gnus-pp-to-string.
18482         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18483         with gnus-pp.
18484         * score-mode.el (gnus-score-pretty-print): Ditto.
18485         * webmail.el (webmail-debug): Ditto.
18486
18487 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18488
18489         * gnus-art.el (article-display-face, article-display-x-face):
18490         Use buffer-read-only.
18491
18492 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18493
18494         * gnus-art.el (article-hide-list-identifiers):
18495         Bind inhibit-read-only as t.
18496
18497 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18498
18499         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18500
18501 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18502
18503         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18504         (gnus-narrow-to-page): Don't assume point-min == 1.
18505         (gnus-article-edit-mode): Derive from message-mode.
18506
18507         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18508         point-min == 1.
18509
18510         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18511         Disable incorrect use of `assert'.
18512
18513         * message.el (message-mode): Set comment-start-skip.
18514
18515
18516 2004-08-22  Sam Steingold  <sds@gnu.org>
18517
18518         * pop3.el (pop3-leave-mail-on-server): New user variable.
18519         (pop3-movemail): Delete mail only when it is nil.
18520
18521 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18522
18523         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18524
18525         * mml.el (mml-preview): Use `pop-to-buffer'.
18526
18527         * message.el (message-goto-mail-followup-to): Insert after "To".
18528         (message-carefully-insert-headers): Add comment.
18529
18530         * gnus.el: Remove unused variable `gnus-article-check-size'.
18531
18532         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18533
18534         * gnus-art.el (gnus-button-alist):
18535         Improve `gnus-button-handle-library' entry.
18536
18537 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18538
18539         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18540         Use downcase, since XEmacs capitalizes error messages differently.
18541
18542 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18543
18544         * nntp.el: Add (require 'gnus) due to reference to
18545         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18546
18547 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18548
18549         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18550         Bind `mm-fill-flowed'.
18551
18552         * mm-decode.el (mm-dissect-singlepart): Check it.
18553
18554 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18555
18556         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18557         'imap' for netrc parsing.
18558
18559 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18560
18561         * mailcap.el (mailcap-mime-data): Mark as risky.
18562
18563 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18564
18565         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18566         may be included in the encoded word.
18567         (rfc2047-encode): Don't append a space if the encoded word
18568         includes close parenthesis.
18569
18570 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18571
18572         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18573         of text within parentheses.
18574
18575 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18576
18577         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18578         (gnus-encrypt-write-file-contents): Make the password key the file
18579         name PLUS the cipher, not just the cipher.  Also remove failed
18580         passwords from the cache.
18581
18582 2004-08-06  Simon Josefsson  <jas@extundo.com>
18583
18584         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18585         Doc fix.
18586
18587 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18588
18589         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18590         LWSP.
18591
18592 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18593
18594         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18595         Try to append in-reply-to: data to the references: header.
18596
18597         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18598         (netrc-parse): Use gnus-encrypt.el functions.
18599
18600         * gnus-encrypt.el: Add new file for encryption support; currently
18601         does only a few GPG ciphers and an internal XOR cipher.
18602
18603         * password.el: Add comments on using password-read-and-add.
18604         (password-read-and-add): Add function to read and add the
18605         password to the cache at once.
18606
18607 2004-07-28  Simon Josefsson  <jas@extundo.com>
18608
18609         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18610         parameter (but don't use it, for now).
18611
18612         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18613         instead of hard coding to nil.
18614
18615 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18616
18617         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18618         as mm-inline-image-xemacs does.
18619
18620 2004-07-26  Simon Josefsson  <jas@extundo.com>
18621
18622         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18623         Revert part of 2004-07-17 change below.
18624
18625 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18626
18627         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18628         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18629
18630 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18631
18632         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18633         quotes that actually start with ">" at the beginning of the
18634         lines.
18635
18636 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18637
18638         * rfc2047.el (rfc2047-encode-region): Fix last change.
18639         (rfc2047-encode-parameter): Remove useless concat.
18640
18641 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18642
18643         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18644         encode special characters; fix some kind of misconfigured headers;
18645         signal a real error if debug-on-quit or debug-on-error is non-nil.
18646         (rfc2047-encode-max-chars): New variable.
18647         (rfc2047-encode-1): Use it.
18648         (rfc2047-encode-parameter): New function.
18649
18650         * mml.el (mml-insert-parameter): Remove an excessive space.
18651
18652 2004-07-17  Simon Josefsson  <jas@extundo.com>
18653
18654         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18655         Kai Grossjohann <kai@emptydomain.de>.
18656         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18657         (gnus-group-make-menu-bar): Ditto.
18658
18659         * gnus-util.el (gnus-group-server): Add.
18660
18661 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18662
18663         * message.el (message-clone-locals): Clone sendmail and smtp
18664         variables.
18665
18666 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18667
18668         * rfc2047.el (rfc2047-encode-region): Fix last change.
18669
18670 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18671
18672         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18673         characters as non-special.
18674
18675 2004-07-09  Simon Josefsson  <jas@extundo.com>
18676
18677         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18678         Users will lose all flag changes made while unplugged with
18679         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18680         good default.  See numerous reports on ding mailing list.
18681
18682 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18683
18684         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18685         add generate-head-function and generate-article-function to the
18686         rfc822-forward entry.
18687         (nndoc-rfc822-forward-generate-article): New function.
18688         (nndoc-rfc822-forward-generate-head): New function.
18689
18690         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18691
18692 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18693
18694         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18695         respect display group parameter and gnus-summary-expunge-below.
18696         (gnus-articles-to-read): Remove unused reference to display group
18697         parameter.
18698
18699 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18700
18701         * nnheader.el (nnheader-uniquify-message-id): New experimental
18702         variable.
18703         (nnheader-nov-read-message-id): Use it.
18704
18705         * spam-report.el (spam-report-gmane): Add interactive.
18706
18707 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18708
18709         * mm-encode.el (mm-content-transfer-encoding-defaults):
18710         Use qp-or-base64 for the application/* types.
18711
18712 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18713
18714         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18715
18716 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18717
18718         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18719         trim value.
18720
18721 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18722
18723         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18724         New macro and function.
18725         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18726
18727 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18728
18729         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18730         after-load-alist.
18731
18732 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18733
18734         * gnus-group.el (gnus-group-get-new-news-this-group):
18735         Don't update info that isn't there.
18736
18737 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18738
18739         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18740         entry.
18741
18742 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18743
18744         * mm-view.el (mm-inline-render-with-function): Use multibyte
18745         buffer; decode html source by charset.
18746
18747         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18748
18749         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18750         Mule-UCS is loaded under XEmacs.
18751         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18752
18753 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18754
18755         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18756
18757 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18758
18759         * mm-util.el (mm-coding-system-p): Return a coding-system.
18760         (mm-mime-mule-charset-alist): Use shift_jis instead of
18761         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18762         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18763         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18764         instead of japanese-shift-jis and iso-latin-1 respectively in
18765         order to share the default value with both Emacs and XEmacs-mule.
18766         (mm-mule-charset-to-mime-charset):
18767         Make mm-coding-system-priorities effective.
18768         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18769         while predicating of candidates upon the priorities.
18770
18771 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18772
18773         * gnus-sum.el (gnus-summary-make-menu-bar):
18774         Add gnus-uu-invert-processable.
18775
18776         * gnus.el: Autoload gnus-uu-invert-processable.
18777
18778 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18779
18780         * mm-util.el (mm-with-multibyte-buffer): New macro.
18781
18782         * rfc2047.el (rfc2047-encode-string): Use it.
18783         (rfc2047-encode-region): Move point to the end of the region after
18784         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18785
18786 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18787
18788         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18789         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18790
18791 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18792
18793         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18794         (gnus-cite-parse): Ignore quoted envelope From_.
18795         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18796
18797 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18798
18799         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18800         invalid addresses.
18801
18802 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18803
18804         * spam.el: Change section markers, revise TODO list.
18805         (spam-backends): Make new master list of all installed backends.
18806         (spam-summary-exit-behavior): Add new variable to determine how
18807         messages moves are done at summary exit.
18808         (spam-move-spam-nonspam-groups-only)
18809         (spam-process-ham-in-nonham-groups)
18810         (spam-process-ham-in-spam-groups): Remove variables, the
18811         spam-summary-exit-behavior variable should be used to manage this
18812         behavior.
18813         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18814         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18815         and spam-old-spam-articles.
18816         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18817         Add empty variables, placeholders for the backends they represent.
18818         (spam-set-difference): Move, unchanged.
18819         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18820         unless the user has a processor variable.
18821         (spam-classifications, spam-classification-valid-p)
18822         (spam-backend-properties, spam-backend-property-valid-p)
18823         (spam-backend-function-type-valid-p)
18824         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18825         (spam-report-articles-gmane, spam-report-articles-resend):
18826         Remove functions, they are not needed.
18827         (spam-install-backend-super, spam-backend-list)
18828         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18829         (spam-backend-function, spam-backend-ham-registration-function)
18830         (spam-backend-spam-registration-function)
18831         (spam-backend-ham-unregistration-function)
18832         (spam-backend-spam-unregistration-function)
18833         (spam-backend-statistical-p, spam-backend-mover-p)
18834         (spam-install-backend-alias, spam-install-checkonly-backend)
18835         (spam-install-mover-backend, spam-install-nocheck-backend)
18836         (spam-install-backend, spam-install-statistical-backend)
18837         (spam-install-statistical-checkonly-backend): Add backend installation
18838         support.
18839         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18840         (spam-group-processor-p): Use the new backend code and respect the
18841         summary exit behavior.
18842         (spam-mark-spam-as-expired-and-move-routine): Remove.
18843         (spam-summary-prepare): Change to use the new spam-old-articles
18844         variable.
18845         (spam-copy-or-move-routine, spam-copy-spam-routine)
18846         (spam-move-spam-routine, spam-copy-ham-routine)
18847         (spam-move-ham-routine): Add code to copy/move ham or spam.
18848         (spam-fetch-field-fast): Improve doc and code, plus allow the
18849         'number request.
18850         (spam-list-of-checks, spam-list-of-statistical-checks):
18851         Remove variables.
18852         (spam-split, spam-find-spam): Use the new backend code.
18853         (spam-registration-functions): Remove variable.
18854         (spam-unregister-routine): Add convenience wrapper.
18855         (spam-log-undo-registration, spam-register-routine)
18856         (spam-log-processing-to-registry)
18857         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18858         where possible.
18859         (spam-check-gmane-xref, spam-check-regex-headers)
18860         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18861         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18862         (spam-check-bogofilter-headers, spam-check-spamoracle)
18863         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18864         (spam-check-crm114-headers): Use the spam-split-group that
18865         spam-split prepares, no need to determine it every time.
18866
18867         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18868         to the nnheader-parse-naked-head call.
18869
18870         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18871
18872         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18873         the nnheader-nov-read-message-id call.
18874
18875 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18876
18877         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18878         gnus-activate-group twice.  Suggested by Markus Peter
18879         <warp@spin.de>.
18880
18881 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18882
18883         * gnus-art.el (gnus-article-time-format): Exchange the order of
18884         day and month in the default value; fix customization type.
18885         (article-date-ut): Use add-text-properties.
18886         (article-make-date-line): Use message-make-date instead of
18887         current-time-string.
18888
18889         * message.el (message-fetch-field): Don't use set-text-properties.
18890         (message-make-date): Simplify.
18891
18892         * messagexmas.el (message-xmas-make-date): New function.
18893         (message-xmas-redefine): Defalias message-make-date to it.
18894
18895 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18896
18897         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18898         (rfc2047-encode-region): Treat text within parentheses as special;
18899         show the original text when error has occurred.
18900
18901         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18902         already-computed method to gnus-activate-group.
18903
18904         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18905         same select-methods identical Lisp objects.
18906
18907         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18908         object when modifying the info.
18909
18910 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18911
18912         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18913         gnus-opened-servers since it has never been opened with the new
18914         configuration yet.
18915
18916 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18917
18918         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18919         arg to nnheader-generate-fake-message-id.
18920
18921 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18922
18923         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18924         number and build a fake message ID localized to a group and
18925         article number (so it's repeatable from that point on).
18926         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18927         ID format.
18928
18929         * gnus-sum.el (gnus-get-newsgroup-headers):
18930         Call nnheader-generate-fake-message-id with the article number.
18931
18932 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18933
18934         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18935         end-of-buffer.
18936
18937 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18938
18939         * message.el (message-ignored-supersedes-headers): Add Approved.
18940
18941 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18942
18943         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18944         goto-char.
18945         (rfc2047-encode): Fold the line before encoding.
18946
18947 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18948
18949         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18950         folding -- not all headers can be folded, and this should be done
18951         by the message composition mode.  Probably.  I think.
18952
18953 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18954
18955         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18956         fast.
18957
18958         * gnus-ems.el (gnus-remove-image): Don't use
18959         message-text-with-property; remove only the image found first.
18960
18961         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18962         found first.
18963
18964 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18965
18966         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18967
18968 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18969
18970         * message.el (message-text-with-property): Make it fast and accept
18971         optional arguments.
18972         (message-strip-forbidden-properties): Use it.
18973         (message-fix-before-sending): Follow the m-t-w-p change.
18974
18975         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18976
18977 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18978
18979         * gnus-art.el (article-hide-headers): Don't change the buffer
18980         mistakenly when performing mml-preview even if
18981         gnus-single-article-buffer is nil.
18982
18983 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18984
18985         * message.el (message-expand-name-databases): New user option.
18986         (message-expand-name): Use it.
18987
18988 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18989
18990         * spam.el (spam-report-articles-resend)
18991         (spam-report-resend-register-routine): Allow ham reporting.
18992         (spam-report-resend-register-ham-routine): Add wrapper.
18993         (spam-registration-functions): Add ham resending functions.
18994         (spam-list-of-processors): Add ham resend processor.
18995
18996         * gnus.el (ham-resend-to): Add new group parameter.
18997         (spam-process): Add ham resend option.
18998
18999         * spam-report.el (spam-report-resend): Allow reporting ham.
19000         (spam-report-resend-ham): Add wrapper.
19001
19002 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19003
19004         * message.el (message-cite-articles-with-x-no-archive):
19005         New variable.
19006         (message-cite-original): Use it.
19007
19008 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19009
19010         * message.el (message-cite-original): Respect X-No-Archive.
19011
19012 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19013
19014         * gnus-art.el (article-hide-headers): Refer to the values for
19015         gnus-ignored-headers and gnus-visible-headers in the summary
19016         buffer since a user may have set them as group parameters.
19017
19018 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
19019
19020         * assistant.el (assistant-node-name): Add convenience function.
19021         (assistant-render-text, assistant-render-node): Add error handling,
19022         plus handle multiple next nodes.
19023         (assistant-find-next-node): Comment out for now.
19024         (assistant-find-next-nodes): Add function, returns list of next
19025         nodes.
19026
19027 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
19028
19029         * mail-source.el (mail-source-directory): Fix doc-string.
19030
19031 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
19032
19033         * assistant.el (assistant-render-text, assistant-eval): Add :set
19034         widget type, which is different because it takes and returns a
19035         list.  Much hilarity ensues.
19036
19037 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
19038
19039         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19040
19041         * gnus-group.el (gnus-group-get-new-news-this-group):
19042         Add doc-string.
19043
19044         * gnus-start.el (gnus-activate-group): Add doc-string.
19045
19046 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19047
19048         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
19049
19050 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
19051
19052         * assistant.el (assistant-render-text): Try to add a :set
19053         widget, more to come.
19054
19055         * spam.el (spam-group-spam-contents-p): Handle empty groupname
19056         strings.
19057         (spam-report-articles-resend)
19058         (spam-register-routine): Do registration iff any articles warrant
19059         it.
19060         (spam-summary-prepare-exit): Change log message for nil group
19061         destinations.
19062
19063 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
19064
19065         * spam.el (spam-report-resend-register-routine):
19066         Allow spam-report-resend-to to be a group parameter or a global value.
19067
19068 2004-05-26  Simon Josefsson  <jas@extundo.com>
19069
19070         * starttls.el: Merge with my GNUTLS based starttls.el.
19071         (starttls-gnutls-program, starttls-use-gnutls)
19072         (starttls-extra-arguments, starttls-process-connection-type)
19073         (starttls-connect, starttls-failure, starttls-success):
19074         New variables.
19075         (starttls-program, starttls-extra-args): Doc fix.
19076         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19077         New functions.
19078         (starttls-negotiate, starttls-open-stream):
19079         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19080         function if it is set.
19081
19082 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19083
19084         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19085         structured fields.
19086
19087 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19088
19089         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19090
19091 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
19092
19093         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19094         Add variable.
19095         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
19096         assigning the spam-mark to new messages.
19097
19098 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
19099
19100         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19101
19102 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19103
19104         * dgnushack.el: Autoload customize-set-variable for XEmacs.
19105
19106         * rfc2047.el (rfc2047-encodable-p): Don't move point.
19107         (rfc2047-decode): Treat the ascii coding-system as raw-text by
19108         default.
19109
19110 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
19111
19112         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19113         correct data.
19114
19115 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
19116
19117         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19118         (spam-group-processor-p): Fix function.
19119         (spam-group-processor-multiple-p)
19120         (spam-group-spam-processor-report-gmane-p)
19121         (spam-group-spam-processor-report-resend-p)
19122         (spam-group-spam-processor-bogofilter-p)
19123         (spam-group-spam-processor-blacklist-p)
19124         (spam-group-spam-processor-ifile-p)
19125         (spam-group-ham-processor-ifile-p)
19126         (spam-group-spam-processor-spamoracle-p)
19127         (spam-group-spam-processor-crm114-p)
19128         (spam-group-ham-processor-bogofilter-p)
19129         (spam-group-spam-processor-stat-p)
19130         (spam-group-ham-processor-stat-p)
19131         (spam-group-ham-processor-whitelist-p)
19132         (spam-group-ham-processor-BBDB-p)
19133         (spam-group-ham-processor-spamoracle-p)
19134         (spam-group-ham-processor-copy-p): Remove functions with some
19135         prejudice against unneeded code.
19136         (spam-report-articles-resend)
19137         (spam-report-resend-register-routine): Allow the group/topic
19138         spam-resend-to value to override spam-report-resend-to.
19139         (spam-summary-prepare-exit): Invoke spam-group-processor-p
19140         properly now.
19141
19142         * gnus.el (spam-resend-to): Add group/topic parameter.
19143         (spam-process): Move the OBSOLETE processors to the end of the
19144         choices.
19145
19146 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
19147
19148         * spam-report.el (spam-report-resend-to, spam-report-resend):
19149         Start with resend-to set to nil, and then ask the user if necessary.
19150         (spam-report-resend): spam-report-resend takes a list of articles, not
19151         separate article numbers.
19152
19153 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19154
19155         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19156         addition to emacs-w3m.
19157
19158 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19159
19160         * assistant.el (assistant-authinfo-data): New function.
19161         (assistant-eval): Eval for entire assistant.
19162
19163         * netrc.el (netrc-services-file): New variable.
19164         (netrc-parse-services): New function.
19165         (netrc-find-service-name): New function.
19166         (netrc-find-service-number): New function.
19167         (netrc-port-equal): New function.
19168         (netrc-machine): Use it.
19169
19170         * nnimap.el (nnimap-open-connection): Use netrc.
19171
19172         * gnus-util.el (gnus-netrc-get): Remove aliases.
19173
19174         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19175
19176         * assistant.el (wid-edit): Fix compilation.
19177
19178         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19179
19180 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
19181
19182         * gnus-util.el (gnus-set-file-modes): New function.  (small
19183         patch).
19184
19185 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19186
19187         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19188
19189         * assistant.el (assistant-render-node): Fix up rendering and
19190         read-only text.
19191         (assistant-render-node): Reset.
19192         (assistant-make-read-only): Not sticky.
19193
19194 2004-05-20  Danny Siu  <dsiu@adobe.com>
19195
19196         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19197         centered even when gnus-auto-center-summary is t.
19198
19199 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19200
19201         * dns.el (dns-get-txt-answer): New function.
19202         (dns-read-txt): Ditto.
19203         (query-dns): Use it.
19204
19205 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19206
19207         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19208         active for foreign groups even if the group level is higher than
19209         the specified value.
19210
19211 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19212
19213         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19214         non-active groups.
19215
19216         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19217
19218 2004-05-20  Magnus Henoch  <mange@freemail.hu>
19219
19220         * dns.el (dns-read-type): Add support for SVR.  (small patch)
19221
19222 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19223
19224         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19225         (spam-crm114-header, spam-crm114-spam-switch)
19226         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19227         (spam-crm114-positive-spam-header)
19228         (spam-crm114-database-directory, spam-list-of-processors)
19229         (spam-group-spam-processor-crm114-p)
19230         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19231         (spam-generic-score, spam-list-of-checks)
19232         (spam-list-of-statistical-checks, spam-registration-functions)
19233         (spam-check-crm114-headers, spam-crm114-score)
19234         (spam-check-crm114, spam-crm114-register-with-crm114)
19235         (spam-crm114-register-spam-routine)
19236         (spam-crm114-unregister-spam-routine)
19237         (spam-crm114-register-ham-routine)
19238         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19239         From asjo@koldfront.dk (Adam Sjøgren).
19240
19241         * gnus.el: Add spam-use-crm114.
19242
19243         * spam.el (spam-list-of-processors, spam-registration-functions):
19244         Add spam-use-resend.
19245         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19246         (spam-report-articles-gmane): Add doc fix.
19247         (spam-report-articles-resend, spam-report-resend-register-routine):
19248         Add wrappers around spam-report-resend-to.
19249
19250         * spam-report.el (spam-report-resend-to, spam-report-resend):
19251         Add support for resending spam.
19252         (spam-report-gmane): Fix line length >80.
19253
19254         * gnus.el (spam-process): Add spam-use-resend.
19255
19256 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19257
19258         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19259         number of processed spam messages.
19260         (spam-ham-copy-or-move-routine): Return the number of processed
19261         ham messages.
19262         (spam-summary-prepare-exit): Use the above values to decide
19263         whether status messages shouled be displayed.
19264
19265 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19266
19267         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19268         `rfc2047-encoding-function-alist' in order to avoid conflicting
19269         with the old version.
19270         (rfc2047-encode-region): Concatenate words containing non-ASCII
19271         characters in structured fields; don't encode space-delimited
19272         ASCII words even in unstructured fields; don't break words at
19273         char-category boundaries.
19274         (rfc2047-encode-1): New function.
19275         (rfc2047-encode): Use it; encode text so that it occupies the
19276         maximum width within 76-column; work correctly on Q encoding for
19277         iso-2022-* charsets.
19278         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19279         sure not to break a line just after the header name.
19280         (rfc2047-b-encode-region): Remove.
19281         (rfc2047-b-encode-string): New function.
19282         (rfc2047-q-encode-region): Remove.
19283         (rfc2047-q-encode-string): New function.
19284
19285         * mm-util.el (mm-replace-in-string): New function.
19286
19287 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19288
19289         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19290         Really get it right.
19291         (gnus-inews-make-draft): Really.
19292
19293 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19294
19295         * nnmh.el (nnmh-request-list-1): Don't check the link count
19296         before descending.  (small patch)
19297
19298 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19299
19300         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19301         stuff.
19302
19303         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19304         Match on real group name.
19305
19306         * gnus-art.el (gnus-signature-limit): Doc fix.
19307
19308         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19309
19310         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19311
19312 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19313
19314         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19315         isn't a string.
19316
19317 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19318
19319         * gnus-draft.el (gnus-draft-send):
19320         Bind rfc2047-encode-encoded-words.
19321
19322         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19323         (rfc2047-encodable-p): Say that =? needs encoding.
19324         (rfc2047-encode-encoded-words): New variable.
19325
19326         * gnus-group.el (gnus-group-select-group): Doc fix.
19327
19328         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19329
19330         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19331         to nil.
19332
19333         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19334
19335         * nnheader.el (nnheader-get-lines-and-char): New function.
19336
19337 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19338
19339         * gnus-msg.el (gnus-summary-followup-with-original):
19340         Document yanking of region when active.
19341
19342 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19343
19344         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19345         groups if the group level is higher than the specified value.
19346
19347 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19348
19349         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19350         (gnus-group-jump-to-group): Add prefix argument using
19351         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19352         non-active group.
19353
19354         * compface.el (uncompface): Be verbose when changing
19355         `uncompface-use-external'.
19356
19357         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19358         handle manual section.
19359
19360 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19361
19362         * gnus-art.el (gnus-button-alist): Revert previous change.
19363
19364 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19365
19366         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19367
19368 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19369
19370         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19371         whether backend can accept message.
19372
19373         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19374
19375 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19376
19377         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19378         Avoid creating directory when nntp-marks-is-evil is true.
19379         Reported by Reiner Steib.
19380
19381 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19382
19383         * gnus-picon.el (gnus-picon-style): New variable.
19384         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19385         (gnus-picon-transform-address): Support `gnus-picon-style'.
19386         From Jesper Harder <harder@ifa.au.dk>.
19387
19388 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19389
19390         * message.el (message-fill-field): Return point.
19391         (message-generate-headers): Go to end of field.
19392
19393         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19394         stuff for non-living groups.
19395
19396 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19397
19398         * gnus-art.el (gnus-article-followup-with-original)
19399         (gnus-article-reply-with-original): gnus-mark-active-p ->
19400         gnus-region-active-p.
19401
19402 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19403
19404         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19405         only when there is spam or ham to be processed.
19406
19407 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19408
19409         * mail-source.el (mail-source-delete-crash-box): Refactor.
19410         (mail-source-fetch): Use it.
19411         (mail-source-fetch-file): Ditto.
19412         (mail-source-fetch-directory): Run postscript in loop.
19413         (mail-source-fetch-pop): Delete.
19414         (mail-source-fetch-maildir): Ditto.
19415         (mail-source-fetch-imap): Ditto.
19416
19417         * imap.el (imap-authenticators): Comment out sasl.
19418
19419         * message.el (message-skip-to-next-address): New function.
19420         (message-fill-header-address): Refactor.
19421         (message-fill-address): Use it.
19422         (message-delete-address): Use it.
19423         (message-fill-header-general): Refactor.
19424         (message-fill-field-address): Rename.
19425         (message-narrow-to-field): Find the start of the header.
19426         (message-header-format-alist): Don't pre-fill.
19427         (message-fill-header): Remove.
19428         (message-insert-header): New function.
19429         (message-shorten-references): Use it.
19430
19431         * rfc2047.el (rfc2047-field-value): Strip props.
19432
19433         * mail-parse.el (mail-header-make-address): New alias.
19434
19435         * ietf-drums.el (ietf-drums-make-address): New function.
19436
19437         * imap.el: Add compiler directives.
19438
19439         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19440
19441         * gnus-art.el (article-decode-idna-rhs): Don't use
19442         message-idna-inside-rhs-p.
19443
19444 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19445
19446         * message.el (message-idna-inside-rhs-p): Remove.
19447         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19448
19449         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19450         false positives.
19451
19452 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19453
19454         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19455
19456 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19457
19458         * nneething.el (nneething-file-name): Don't create spurious
19459         files.
19460
19461         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19462         (gnus-inews-do-gcc): Remove sleep.
19463
19464         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19465         part under point.
19466
19467         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19468         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19469
19470 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19471
19472         * spam.el (spam-summary-prepare-exit): Fix (length).
19473
19474 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19475
19476         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19477         as expired without moving it" message when there are spam
19478         messages left.
19479
19480 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19481
19482         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19483         header is not nil.
19484
19485 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19486
19487         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19488         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19489         (nntp-marks-changed-p): New arg SERVER.
19490         (nntp-request-update-info): Adjust caller.
19491
19492 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19493
19494         * nntp.el (nntp-save-marks): Pass missing arg.
19495
19496 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19497
19498         * nntp.el: Support marks.
19499         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19500         (nntp-marks-modtime, nntp-marks-directory): New variables.
19501         (nntp-request-set-mark, nntp-request-update-info)
19502         (nntp-possibly-create-directory, nntp-marks-changed-p)
19503         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19504         New functions.
19505
19506 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19507
19508         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19509         (gnus-xmas-redefine): Rename.
19510
19511         * gnus-score.el (gnus-score-insert-help):
19512         Use gnus-select-lowest-window.
19513
19514         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19515         appt-select-lowest-window and rename to gnus-select-lowest-window.
19516
19517         * gnus.el: do.
19518
19519 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19520
19521         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19522         encodings of MIME-encoded words, in order to improve
19523         interoperability with several broken MUAs.
19524
19525 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19526
19527         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19528         tags, only when charsets are not specified in headers.
19529         (mm-inline-text-html-render-with-w3m): Ditto.
19530
19531         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19532         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19533
19534 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19535
19536         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19537         instead of MIME-decoded from fields when checking
19538         `gnus-article-address-banner-alist'.
19539
19540 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19541
19542         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19543         description rather than subject.
19544
19545 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19546
19547         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19548
19549 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19550
19551         * gnus.el (gnus-version-number): Bump.
19552
19553 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19554
19555         * gnus.el: No Gnus v0.2 is released.
19556
19557 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19558
19559         * gnus-agent.el (gnus-agent-read-agentview):
19560         Inline gnus-uncompress-range.
19561
19562 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19563
19564         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19565         `exec-installed-p'.
19566
19567 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19568
19569         * gnus.el (spam-process, spam-autodetect-methods):
19570         Add bsfilter and bsfilter-headers.
19571
19572         * spam.el (spam-bsfilter): New customize group.
19573         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19574         (spam-bsfilter-header, spam-bsfilter-probability-header)
19575         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19576         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19577         (spam-bsfilter-database-directory): New options.
19578         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19579         (spam-list-of-statistical-checks, spam-registration-functions):
19580         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19581         (spam-bsfilter-score): New command.
19582         (spam-check-bsfilter-headers, spam-check-bsfilter)
19583         (spam-bsfilter-register-with-bsfilter)
19584         (spam-bsfilter-register-spam-routine)
19585         (spam-bsfilter-unregister-spam-routine)
19586         (spam-bsfilter-register-ham-routine)
19587         (spam-bsfilter-unregister-ham-routine): New functions.
19588         (spam-generic-score): Support bsfilter; Accept an optional argument
19589         to recalcurate spam score even if scoring header has already been
19590         added.
19591         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19592         optional argument to recalcurate spam score even if scoring header
19593         has already been added.
19594
19595 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19596
19597         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19598         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19599         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19600         link is missing.
19601
19602 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19603
19604         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19605         (html2text-get-attr): Rewrite.
19606
19607         * message.el (message-setup-1): Remove redundant put-text-property
19608         on mail-header-separator.
19609
19610 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19611
19612         * gnus-registry.el (gnus-registry-cache-whitespace)
19613         (gnus-registry-action, gnus-registry-spool-action)
19614         (gnus-registry-split-fancy-with-parent): Change message levels
19615         from 5 to 3 or 7, as needed.
19616
19617         * spam.el (spam-summary-prepare-exit)
19618         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19619         (spam-split, spam-find-spam, spam-log-undo-registration)
19620         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19621         level from 5 to 6.
19622
19623 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19624
19625         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19626         2004-03-04 change).
19627
19628 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19629
19630         * sieve-manage.el (sieve-manage-open):
19631         * nnweb.el (nnweb-insert-html):
19632         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19633         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19634         * nnspool.el (nnspool-request-group):
19635         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19636         * nnml.el (nnml-request-update-info):
19637         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19638         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19639         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19640         (nnimap-request-set-mark):
19641         * nnfolder.el (nnfolder-request-update-info):
19642         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19643         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19644         * gnus-uu.el (gnus-uu-find-articles-matching):
19645         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19646         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19647         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19648         * gnus-nocem.el (gnus-nocem-scan-groups):
19649         * gnus-int.el (gnus-start-news-server):
19650         * gnus-group.el (gnus-group-make-kiboze-group)
19651         (gnus-group-browse-foreign-server):
19652         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19653         Use mapc when appropriate.
19654
19655 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19656
19657         FIXME: Make separate entries for each person.
19658
19659         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19660         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19661         <shields@msrl.com>:
19662
19663         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19664         may need for spam sorting and scoring.
19665         (spam-user-format-function-S): Add user format function suitable for
19666         general use.
19667         (spam-article-sort-by-spam-status): Add sorting function for summary
19668         sorting.
19669         (spam-extra-header-to-number): Add function to get a score from a
19670         header.
19671         (spam-summary-score): Add function to get a numeric score from the
19672         headers.
19673         (spam-generic-score): Fix function doc, was in wrong place.
19674         (spam-initialize): Take symbols when it's run, and install the
19675         extra headers that spam-necessary-extra-headers thinks we need.
19676
19677 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19678
19679         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19680         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19681
19682 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19683
19684         * gnus-sum.el (gnus-set-global-variables)
19685         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19686         (gnus-article-get-xrefs, gnus-summary-best-group)
19687         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19688         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19689         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19690         Use with-current-buffer.
19691
19692 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19693
19694         * spam.el (spam-summary-prepare-exit): Simplify logic.
19695         (spam-fetch-article-header): Read the article header if it's not
19696         available.
19697         (spam-list-articles): Simplify logic.
19698         (spam-filelist-register-routine): Fix bug with unregister-list.
19699
19700         * gnus-registry.el: Fix comments at beginning.
19701
19702 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19703
19704         * message.el (message-cater-to-broken-inn): Remove.
19705         (message-shorten-references): Make sure the total folded length of
19706         References is shorter than 998 characters to cater to a bug in INN
19707         2.3.  Also, don't pretend that references aren't folded -- this
19708         hasn't worked for a while.
19709
19710 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19711
19712         * gnus-agent.el (gnus-agentize):
19713         gnus-agent-send-mail-real-function no longer set to current value
19714         of message-send-mail-function but rather a lambda that calls
19715         message-send-mail-function.  The change makes the agent real-time
19716         responsive to user changes to message-send-mail-function.
19717
19718 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19719
19720         * legacy-gnus-agent.el
19721         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19722         help from Florian Weimer <fw@deneb.enyo.de>
19723
19724 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19725
19726         * nnmail.el (nnmail-cache-insert): Revert last change.
19727
19728 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19729
19730         * nnmail.el (nnmail-cache-insert): Always check whether
19731         nnmail-cache-ignore-groups matches a group name.
19732
19733 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19734
19735         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19736         (spam-find-spam, spam-log-processing-to-registry)
19737         (spam-log-registered-p, spam-log-unregistration-needed-p)
19738         (spam-log-undo-registration): Use gnus-message instead of
19739         gnus-error, none of these errors are fatal.
19740
19741         * gnus-registry.el (gnus-registry-clean-empty-function)
19742         (gnus-registry-clean-empty): Remove only empty entries without
19743         extra data.
19744
19745 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19746
19747         * spam-stat.el (spam-stat-buffer-change-to-spam)
19748         (spam-stat-buffer-change-to-non-spam): Change (error) to
19749         (gnus-message 8) invocation.
19750
19751 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19752
19753         * nntp.el (nntp-via-netcat-command): New variable.
19754         (nntp-via-netcat-switches): New variable.
19755         (nntp-open-via-rlogin-and-netcat): New function.
19756         (nntp-open-connection-function): Doc fix.
19757         (nntp-telnet-command): Doc fix.
19758         (nntp-end-of-line): Doc fix.
19759         (nntp-via-rlogin-command): Doc fix.
19760         (nntp-via-user-name): Doc fix.
19761         (nntp-via-address): Doc fix.
19762
19763 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19764
19765         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19766         error in Emacs 21.1.
19767
19768 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19769
19770         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19771
19772 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19773
19774         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19775         (gnus-agent-with-refreshed-group): New macro.
19776         (gnus-agent-rename-group): New function.
19777         (gnus-agent-delete-group): New function.
19778         (gnus-agent-save-group-info): Use gnus-command-method when
19779         `method' parameter is nil.  Don't write nil entries into the
19780         active file.
19781         (gnus-agent-get-group-info): New function.
19782         (gnus-agent-fetch-articles):
19783         Use gnus-agent-update-files-total-fetched-for to increment disk space
19784         used.
19785         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19786         Use gnus-agent-update-view-total-fetched-for to increment disk space
19787         used.
19788         (gnus-agent-get-local): Add optional parameters to avoid calling
19789         gnus-group-real-name and gnus-find-method-for-group.
19790         (gnus-agent-set-local): Delete stored entry if either min, or max,
19791         are nil.
19792         (gnus-agent-fetch-session): Reworded error/quit messages.
19793         On quit, use gnus-agent-regenerate-group to record existance of any
19794         articles fetched to disk before the quit occurred.
19795         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19796         gnus-agent-update-view-total-fetched-for, and
19797         gnus-agent-update-files-total-fetched-for to decrement disk space
19798         used.
19799         (gnus-agent-retrieve-headers):
19800         Use gnus-agent-update-view-total-fetched-for to increment disk space
19801         used.
19802         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19803         with gnus-agent-update-files-total-fetched-for to decrement disk
19804         space and fresh group buffer.
19805         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19806         (gnus-agent-need-update-total-fetched-for): New variable.
19807         (gnus-agent-update-files-total-fetched-for): New function.
19808         (gnus-agent-update-view-total-fetched-for): New function.
19809         (gnus-agent-total-fetched-for): New function.
19810
19811         * gnus-cache.el (gnus-cache-save-buffers):
19812         Use gnus-cache-update-overview-total-fetched-for to change disk space
19813         used by this group.
19814         (gnus-cache-possibly-enter-article):
19815         Use gnus-cache-update-file-total-fetched-for to increment disk space
19816         used by this group.
19817         (gnus-cache-possibly-remove-article):
19818         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19819         used by this group.
19820         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19821         (gnus-cache-rename-group): New function.
19822         (gnus-cache-delete-group): New function.
19823         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19824         (gnus-cache-need-update-total-fetched-for): New variable.
19825         (gnus-cache-with-refreshed-group): New macro.
19826         (gnus-cache-update-file-total-fetched-for): New function.
19827         (gnus-cache-update-overview-total-fetched-for): New function.
19828         (gnus-cache-rename-group-total-fetched-for): New function.
19829         (gnus-cache-delete-group-total-fetched-for): New function.
19830         (gnus-cache-total-fetched-for): New function.
19831
19832         * gnus-group.el: Require gnus-sum and autoload functions to
19833         resolve warnings when gnus-group.el compiled alone.
19834         (gnus-group-line-format): Documented new %F.
19835         (size of Fetched data) group line format; identifies disk space
19836         used by agent and cache.
19837         (gnus-group-line-format-alist): Defined new F format.
19838         (gnus-total-fetched-for): New function.
19839         (gnus-group-delete-group): No longer update
19840         gnus-cache-active-altered as gnus-request-delete-group now keeps
19841         the cache in sync.
19842         (gnus-group-list-active): Let the agent store a server's active
19843         list if currently plugged.
19844
19845         * gnus-int.el (gnus-request-delete-group):
19846         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19847         local disk in sync with the server.
19848         (gnus-request-rename-group):
19849         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19850         local disk in sync with the server.
19851
19852         * gnus-start.el (gnus-get-unread-articles):
19853         Cosmetic simplification to logic.
19854
19855         * gnus-util.el (gnus-rename-file): New function.
19856
19857 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19858
19859         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19860
19861 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19862
19863         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19864         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19865
19866 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19867
19868         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19869         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19870
19871 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19872
19873         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19874
19875 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19876
19877         * spam.el (spam-set-difference): Add function to replace
19878         gnus-set-difference in spam.el.
19879         (spam-summary-prepare-exit): Use spam-set-difference.
19880
19881 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19882
19883         * gnus-registry.el (gnus-registry-cache-file): Update to use
19884         gnus-dribble-directory OR gnus-home-directory OR ~.
19885         (gnus-registry-split-fancy-with-parent): Fix doc.
19886
19887 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19888
19889         * message.el (message-exchange-point-and-mark):
19890         Use message-mark-active-p.  Suggested by Jesper Harder
19891         <harder@ifa.au.dk>.
19892
19893 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19894
19895         * message.el (message-exchange-point-and-mark): Don't activate
19896         region if it was inactive.  Suggested by Hiroshi Fujishima
19897         <pooh@nature.tsukuba.ac.jp>.
19898
19899 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19900
19901         * gnus-art.el (article-display-face): Display Faces in the same
19902         order as X-Faces.
19903
19904 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19905
19906         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19907
19908 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19909
19910         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19911         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19912         (gnus-article-mime-hierarchy): Remove.
19913         (gnus-article-mime-hierarchy-next): Remove.
19914         (gnus-article-mode): Revert 2004-03-19 change.
19915         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19916         (gnus-insert-mime-button): Revert 2004-03-19 change.
19917         (gnus-mime-accumulate-hierarchy): Remove.
19918         (gnus-mime-enter-multipart): Remove.
19919         (gnus-mime-leave-multipart): Remove.
19920         (gnus-mime-display-part): Revert 2004-03-19 change.
19921         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19922
19923         * mml.el (mml-preview): Revert 2004-03-19 change.
19924
19925 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19926
19927         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19928
19929 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19930
19931         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19932         t while entering a file name using the mm-with-multibyte macro.
19933         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19934
19935         * mm-util.el (mm-with-multibyte): New macro.
19936
19937 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19938
19939         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19940         New user option.
19941         (gnus-mime-multipart-functions): Doc and customization fix.
19942         (gnus-article-mime-hierarchy): New variable.
19943         (gnus-article-mime-hierarchy-next): New variable.
19944         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19945         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19946         gnus-article-mime-hierarchy-next to nil.
19947         (gnus-insert-mime-button): Show hierarchy numbers.
19948         (gnus-mime-accumulate-hierarchy): New function.
19949         (gnus-mime-enter-multipart): New function.
19950         (gnus-mime-leave-multipart): New function.
19951         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19952         (gnus-mime-display-alternative): Show hierarchy numbers.
19953
19954         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19955         gnus-article-mime-hierarchy-next to nil.
19956
19957 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19958
19959         * dns.el: Don't require gnus-xmas.
19960
19961 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19962
19963         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19964         inline PGP.
19965         (mml-menu): Disable mml-quote-region if mark is inactive.
19966
19967 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19968
19969         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19970         when the group's active is not available.
19971
19972 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19973
19974         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19975         error.
19976
19977 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19978
19979         * imap.el (imap-store-password): New variable.
19980         (imap-interactive-login): Use it.
19981         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19982
19983 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19984
19985         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19986         window-start and hscroll to summary window.
19987
19988 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19989
19990         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19991         conversion message to newsrc-dribble when an actual conversion is
19992         performed.
19993
19994 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19995
19996         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19997
19998 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19999
20000         * mm-decode.el (mm-complicated-handles): New function reviving
20001         former definition of mm-multiple-handles.
20002
20003         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
20004         (gnus-mime-delete-part): Use it.
20005
20006 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20007
20008         * gnus-agent.el (gnus-agent-read-local):
20009         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
20010         avoid the implicit assumption that they will always be equal.
20011         (gnus-agent-save-local): Bind buffer-file-coding-system, not
20012         coding-system-for-write, as the with-temp-file macro first prints
20013         to a buffer then saves the buffer.
20014
20015 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20016
20017         * gnus-art.el (gnus-article-edit-part): New function.
20018         (gnus-mime-save-part-and-strip): Use it; do query instead of
20019         signaling an error; don't use mm-multiple-handles.
20020         (gnus-mime-delete-part): Ditto.
20021
20022 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20023
20024         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
20025         old file versions.
20026         (gnus-group-prepare-hook): Remove function that converted list
20027         form of gnus-agent-expire-days to group properties.
20028
20029         * gnus-int.el: Autoload gnus-agent-regenerate-group.
20030         (gnus-request-accept-article): Re-indented.
20031
20032         * gnus-start.el (gnus-convert-old-newsrc): Registered new
20033         converters to handle old agent file formats.  Add logic for a
20034         "backup before upgrading warning".
20035         (gnus-convert-mark-converter-prompt): Developers can mark
20036         functions as needing (default), or not needing,
20037         gnus-convert-old-newsrc's "backup before upgrading warning".
20038         (gnus-convert-converter-needs-prompt): Tests whether the user
20039         should be protected from potentially irreversable changes by the
20040         function.
20041
20042         * legacy-gnus-agent.el: New.  Provides converters that are only
20043         loaded when gnus-convert-old-newsrc needs to call them.
20044
20045 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20046
20047         * mail-source.el (mail-source-touch-pop): Doc fix.
20048
20049         * message.el (message-smtpmail-send-it): Doc fix.
20050
20051 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
20052
20053         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
20054
20055         * nnmail.el (nnmail-split-fancy): do.
20056
20057         * gnus-kill.el (gnus-kill, gnus-execute): do.
20058
20059 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
20060
20061         * gnus-sum.el (gnus-widget-reversible-match)
20062         (gnus-widget-reversible-to-internal)
20063         (gnus-widget-reversible-to-external): New functions.
20064         (gnus-widget-reversible): New widget.
20065         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20066
20067 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
20068
20069         * gnus-sum.el (gnus-thread-sort-functions)
20070         (gnus-article-sort-functions): Document `(not F)' items.
20071
20072 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
20073
20074         * spam.el (spam-use-gmane-xref): Add new backend.
20075         (spam-gmane-xref-spam-group): Add variable to control the name of the
20076         Gmane spam group.
20077         (spam-blackhole-servers, spam-blackhole-good-server-regex)
20078         (spam-regex-headers-spam, spam-regex-headers-ham)
20079         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20080         (spam-list-of-checks): Add spam-use-gmane-xref to list of
20081         backends and checks.
20082         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20083
20084         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20085         an autodetect method.
20086
20087 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20088
20089         * gnus-int.el (gnus-request-accept-article): Inform the agent that
20090         articles are being added to a group.
20091         (gnus-request-replace-article): Inform the agent that articles
20092         need to be uncached as the cached contents are no longer valid.
20093
20094 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20095
20096         * binhex.el: Don't autoload executable-find.
20097
20098         * canlock.el: Don't autoload mail-fetch-field.
20099
20100         * dgnushack.el: Autoload c-mode for XEmacs.
20101
20102         * gnus-ems.el: Don't autoload appt-select-lowest-window.
20103
20104         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20105         rmail-dont-reply-to and rmail-output.
20106
20107         * gnus-score.el: Don't autoload ffap-string-at-point.
20108
20109         * gnus-setup.el: Don't autoload sc-cite-original.
20110
20111         * imap.el: Don't autoload base64-decode-string,
20112         base64-encode-string and md5.
20113
20114         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20115         and rmail-msg-restore-non-pruned-header.
20116
20117         * mm-decode.el: Don't autoload executable-find.
20118
20119         * mm-url.el: Don't autoload executable-find.
20120
20121         * mm-view.el: Don't autoload diff-mode.
20122
20123         * nndb.el: Don't autoload news-reply-mode, news-setup,
20124         cancel-timer and telnet.
20125
20126         * password.el: Don't autoload run-at-time for Emacs.
20127
20128         * sha1-el.el: Don't autoload executable-find.
20129
20130         * sieve-mode.el: Don't autoload c-mode.
20131
20132         * uudecode.el: Don't autoload executable-find.
20133
20134 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20135
20136         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20137         (gnus-agent-possibly-alter-active): Avoid null in numeric
20138         comparison.
20139         (gnus-agent-set-local): Refuse to save null in local object table.
20140         (gnus-agent-regenerate-group): The REREAD parameter can now be a
20141         list of articles that will be marked as unread.
20142
20143 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20144
20145         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20146
20147 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20148
20149         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20150         language tags.
20151
20152 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
20153
20154         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20155         Don't bind "obarray".
20156
20157         * gnus-sum.el (gnus-thread-sort-functions):
20158         Add `gnus-thread-sort-by-most-recent-number' and
20159         `gnus-thread-sort-by-most-recent-date'.
20160         Reported by Kai Grossjohann <kai@emptydomain.de>.
20161
20162 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20163
20164         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20165
20166 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20167
20168         * gnus-cus.el (gnus-agent-customize-category):
20169         Remove ignore-errors macro reference that required cl to be loaded at
20170         run-time.
20171
20172         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20173         single-interval range of the form (min . max).  Previously the
20174         range had to look like ((min . max)).  Likewise, return
20175         (min . max) rather than ((min . max)).
20176         (gnus-range-map): Use gnus-range-normalize to accept
20177         single-interval range.
20178
20179         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20180         the cache, but not the agent, now appear with their usual face.
20181
20182         * dgnushack.el (loaddir): New variable that is bound to the
20183         directory containing the dgnushack.el file. Use loaddir, rather
20184         than srcdir, to update load-path. Change lets dgnushack compile
20185         code in directories other than GNUS/lisp.
20186
20187 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20188
20189         * lpath.el: Don't bind w3m-safe-url-regexp.
20190
20191         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20192         w3m-safe-url-regexp variable buffer-local.
20193
20194         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20195
20196 2004-02-27  Simon Josefsson  <jas@extundo.com>
20197
20198         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20199         gnus-group-real-prefix.
20200         (gnus-summary-move-article): Use it, instead of
20201         gnus-group-real-prefix.
20202
20203 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20204
20205         * lpath.el: Bind w3m-safe-url-regexp.
20206
20207         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20208         w3m-safe-url-regexp variable buffer-local and set it as the value
20209         of mm-w3m-safe-url-regexp.
20210
20211         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20212
20213         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20214         parsing gnus-posting-styles when the message is not for replying.
20215
20216         * dgnushack.el: Autoload sgml-mode for XEmacs.
20217
20218         * nnrss.el (nnrss-opml-export):
20219         Use mm-set-buffer-file-coding-system instead of
20220         set-buffer-file-coding-system.
20221
20222 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20223
20224         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20225         of checkdoc.el).
20226         * nnrss.el: do.
20227         * gnus-mlspl.el: do.
20228         * gnus-ml.el: do.
20229         * gnus-srvr.el: do.
20230
20231         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20232
20233 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20234
20235         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20236         Corrections to custom-manual links.
20237
20238         * gnus-art.el (gnus-article): Ditto.
20239
20240         * mm-decode.el (mime-display, mime-security): Ditto.
20241
20242 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20243
20244         * flow-fill.el: Typo.
20245
20246 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20247
20248         * spam-wash.el: New file.
20249
20250 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20251
20252         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20253
20254 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20255
20256         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20257         to be run with new-articles as LIST1, not LIST2.
20258         (spam-registration-functions): Add spam-use-ham-copy as a nil
20259         registration backend.
20260
20261 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20262
20263         * spam-stat.el (spam-stat-washing-hook): New option.
20264         (spam-stat-buffer-words): Use it.
20265         (spam-stat-process-directory, spam-stat-test-directory):
20266         Use insert-file-contents-literally.
20267         (spam-stat-coding-system): New variable.
20268         (spam-stat-load, spam-stat-save): Use it.
20269
20270 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20271
20272         * spam-report.el (spam-report-plug-agent):
20273         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20274
20275 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20276
20277         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20278         Allow / in mailto URLs.
20279
20280 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20281
20282         * spam-report.el (spam-report-process-queue): Fix interactive use.
20283         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20284         (spam-report-unplug-agent): Doc fixes.
20285         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20286         (spam-report-agentize, spam-report-deagentize): Autoload.
20287
20288 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20289
20290         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20291
20292         * message.el (message-setup-fill-variables): Add mml tags to
20293         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20294         <ajk@iu.edu>.
20295         (message-mode): Don't modify paragraph-separate there.
20296
20297 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20298
20299         * compface.el (uncompface-use-external): Default to undecided.
20300         (uncompface-use-external-threshold): New variable.
20301         (uncompface-float-time): New macro.
20302         (uncompface): Determine whether to use the external decoder if
20303         uncompface-use-external is undecided.
20304
20305 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20306
20307         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20308         after images.
20309
20310         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20311
20312 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20313
20314         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20315
20316         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20317
20318         * gnus-sum.el (gnus-summary-limit-to-age)
20319         (gnus-summary-limit-children): do.
20320
20321         * gnus-int.el (gnus-request-scan): do.
20322
20323         * gnus-group.el (gnus-group-suspend): do.
20324
20325         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20326
20327         * gnus-cite.el (gnus-cite-parse-attributions): do.
20328
20329         * gnus-agent.el (gnus-summary-set-agent-mark)
20330         (gnus-agent-regenerate-group): do.
20331
20332         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20333
20334         * binhex.el (binhex-decode-region-internal): do.
20335
20336 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20337
20338         * gnus-fun.el (gnus-face-properties-alist): New user option.
20339         (gnus-display-x-face-in-from): Use it.
20340
20341         * gnus-art.el (article-display-face): Ditto.
20342
20343         * compface.el (uncompface-use-external): Default to nil.
20344
20345 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20346
20347         * nntp.el (nntp-erase-buffer): New function.
20348         (nntp-retrieve-data, nntp-send-command)
20349         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20350         (nntp-possibly-change-group): Use it.
20351
20352         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20353         Use with-current-buffer.
20354
20355 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20356
20357         * compface.el: Merge the ELisp-based uncompface program.
20358         (compface): New customization group.
20359         (uncompface-use-external): New user option.
20360         (uncompface): Call uncompface-internal if uncompface-use-external
20361         is nil.
20362         (uncompface-internal): New function.  Note that there are also
20363         some other functions and variables added for this function.
20364
20365 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20366
20367         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20368         if necessary.
20369
20370 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20371
20372         * spam-report.el (spam-report-unplug-agent)
20373         (spam-report-plug-agent, spam-report-deagentize)
20374         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20375         Add support for the Agent in spam-report: when unplugged, report to a
20376         file; when plugged, submit all the requests.
20377
20378         * spam.el (spam-register-routine): Fix message about
20379         registration.
20380
20381 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20382
20383         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20384         dependencies.
20385         (rfc2047-encode): Use it.
20386
20387         * gnus-art.el (gnus-button-marker-list): Move before first
20388         reference.
20389
20390         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20391         (imap-parse-body): Fix format string mismatch.
20392
20393         * gnus-score.el (gnus-summary-increase-score): do.
20394
20395         * nnrss.el (nnrss-close): New function.
20396
20397 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20398
20399         * nnrss.el (nnrss-make-filename): New function.
20400         (nnrss-request-delete-group, nnrss-read-server-data)
20401         (nnrss-save-server-data, nnrss-read-group-data)
20402         (nnrss-save-group-data): Use it.
20403         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20404         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20405         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20406
20407 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20408
20409         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20410
20411 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20412
20413         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20414         files.
20415
20416         * message.el (message-generate-headers-first): Don't quote nil
20417         and t in docstrings.
20418
20419         * imap.el (imap-id): do.
20420
20421         * gnus-agent.el (gnus-agent-consider-all-articles)
20422         (gnus-agent-queue-mail): do.
20423
20424 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20425
20426         * spam-report.el (spam-report-process-queue): New function.
20427         Process requests from `spam-report-requests-file'.
20428         (spam-report-process-queue): Doc fix.
20429
20430 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20431
20432         * spam.el (spam-register-routine)
20433         (spam-log-processing-to-registry, spam-log-registered-p)
20434         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20435         Change "check" to "spam-check" for semi-clarity.
20436
20437 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20438
20439         * pop3.el: Require nnheader.
20440
20441         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20442
20443         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20444
20445         * gnus-picon.el: Require cl.
20446
20447         * gnus-fun.el: Require gnus-ems and gnus-util.
20448
20449         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20450
20451         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20452
20453         * gnus-art.el (gnus-article-edit-mode): Define before first
20454         reference.
20455
20456 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20457
20458         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20459         (gnus-uu-post-encoded): Use point-at-bol.
20460
20461         * gnus-topic.el (gnus-group-active-topic-p): do.
20462
20463         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20464
20465         * gnus-group.el (gnus-group-kill-region): do.
20466
20467         * gnus-art.el (article-date-ut): do.
20468
20469         * message.el (message-fetch-field): Remove redundant
20470         case-fold-search binding.
20471         (message-narrow-to-field): Simplify.
20472
20473 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20474
20475         * spam.el (spam-directory): Derive from `gnus-directory'.
20476
20477         * spam-report.el (spam-report-url-to-file)
20478         (spam-report-requests-file): New function and variable for offline
20479         reporting.
20480         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20481         and user defined function.
20482         (spam-report-url-ping-mm-url): Remove doubled slash.
20483
20484 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20485
20486         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20487
20488 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20489
20490         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20491         Fix format string mismatch.
20492
20493         * sieve.el (sieve-deactivate-all): do.
20494
20495         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20496
20497         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20498
20499         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20500
20501         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20502
20503 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20504
20505         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20506         the list of checks.
20507
20508 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20509
20510         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20511         padding.
20512
20513 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20514
20515         * mm-view.el (mm-fill-flowed): New variable.
20516         (mm-inline-text): Use it.
20517
20518 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20519
20520         * spam.el (spam-spamassassin-register-ham-routine)
20521         (spam-spamassassin-register-spam-routine): Fix function names.
20522
20523 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20524
20525         * gnus.el (gnus-tmp-grouplens): Remove.
20526         (gnus-summary-line-format): Remove grouplens.
20527
20528         * gnus-group.el (gnus-group-line-format): Ditto.
20529
20530         * gnus-spec.el (gnus-format-specs): Ditto.
20531         (gnus-update-format-specifications): Flush the group format spec
20532         cache if there's the grouplens stuff.
20533         (gnus-parse-simple-format): Replace %l with the empty string.
20534
20535 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20536
20537         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20538         omission.
20539
20540 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20541
20542         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20543         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20544
20545 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20546
20547         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20548         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20549         New macros and functions.
20550         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20551         Handle > NLINK_MAX messages.
20552         * nnmaildir.el (nnmaildir-request-set-mark):
20553         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20554
20555 2004-01-25  Alex Schroeder  <alex@gnu.org>
20556
20557         * spam-stat.el (spam-stat-process-directory-age): New option.
20558         (spam-stat-process-directory): Use it.
20559
20560 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20561
20562         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20563         (spam-stat-save): Accept prefix argument.
20564
20565 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20566
20567         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20568         links" error.
20569
20570 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20571
20572         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20573         the rest of the and/or forms.
20574
20575 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20576
20577         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20578         compatibility with old .newsrc.eld files.
20579
20580         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20581
20582         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20583
20584         * gnus-start.el (gnus-1): do.
20585
20586         * gnus-group.el (gnus-group-line-format-alist): do.
20587
20588         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20589
20590         * gnus-gl.el: Remove.
20591
20592 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20593
20594         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20595         marks consisting of a single range {for example, (3 . 5)} rather
20596         than a list of a single range { ((3 . 5)) }.
20597
20598 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20599
20600         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20601         Use with-current-buffer.
20602         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20603         avoid consing a string.
20604
20605         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20606         Remove obsolete entries for big5 and gb2312.
20607
20608 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20609
20610         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20611         uncompressed list.
20612
20613 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20614
20615         * spam-stat.el (spam-stat-strip-xref): New function.
20616         (spam-stat-process-directory): Use it.
20617
20618         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20619         here -- it's done in message-fetch-field.
20620
20621 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20622
20623         * gnus-agent.el (gnus-agent-queue-mail)
20624         (gnus-agent-prompt-send-queue): New variables.
20625         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20626         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20627         "nndraft:queue" along to gnus-draft-send.
20628         Use gnus-agent-prompt-send-queue.
20629         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20630         is "nndraft:queue".  Suggested by Gaute Strokkenes
20631         <gs234@srcf.ucam.org>
20632
20633         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20634         (agent-enable-undownloaded-faces): Add.
20635         (gnus-agent-cat-groups): Use eval-and-compile, not
20636         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20637         method of gnus-agent-cat-groups even when the buffer has been
20638         evaled.
20639         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20640         delete gnus-agent-save-active-1.
20641         (gnus-agent-save-groups): Delete.  Identical to
20642         gnus-agent-save-active.
20643         (gnus-agent-write-active): No longer adjust agent's copy of active
20644         file as agent's adjustments are now stored in their own
20645         file.  Remove optional parameter.
20646         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20647         servers.  Add use of min/max range limits from server's local
20648         file.
20649         (gnus-agent-save-alist): Remove unused optional argument.
20650         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20651         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20652         (gnus-agent-set-local): A per-server file that keeps min/max range
20653         limits for articles known to the agent.  Provides a fast mechanism
20654         for altering many active ranges.
20655         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20656         active file (local makes it unnecessary).
20657         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20658
20659         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20660         (agent-enable-undownloaded-faces): Add.
20661
20662         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20663         disable it when sending to "nndraft:queue".
20664         (gnus-group-send-queue): Add safety check to avoid sending queue
20665         when unplugged.
20666
20667         * gnus-group.el (gnus-group-catchup): Use new
20668         gnus-sequence-of-unread-articles, not
20669         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20670         numbers of articles.  Use gnus-range-map to avoid having to
20671         uncompress the unread list.
20672         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20673         Fix invalid ange-ftp reference.
20674
20675         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20676         (gnus-sorted-range-intersection): Intersection of two ranges
20677         without requiring that they first be uncompressed.
20678
20679         * gnus-start.el (gnus-activate-group): Unless blocked by the
20680         caller, possibly expand the active range to include both cached
20681         and agentized articles.
20682         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20683         multiple version-dependent converters.
20684         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20685         gnus-agent-save-active.
20686         (gnus-save-newsrc-file): Save dirty agent range limits.
20687
20688         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20689         gnus-agent-possibly-alter-active.
20690         (gnus-adjust-marked-articles): Faster handling of simple lists.
20691
20692 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20693
20694         * spam-stat.el (spam-stat-test-directory): New optional argument
20695         displays a list of files detected.  Suggested by Andrew Cohen
20696         <cohen@andy.bu.edu>.
20697         (spam-stat-buffer-words-with-scores): Don't narrow and change
20698         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20699
20700 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20701
20702         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20703         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20704         (spam-spamassassin-arguments)
20705         (spam-spamassassin-spam-flag-header)
20706         (spam-spamassassin-positive-spam-flag-header)
20707         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20708         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20709         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20710         (spam-list-of-processors, spam-list-of-checks)
20711         (spam-list-of-statistical-checks, spam-registration-functions)
20712         (spam-check-spamassassin-headers, spam-check-spamassassin)
20713         (spam-spamassassin-score)
20714         (spam-spamassassin-register-with-sa-learn)
20715         (spam-spamassassin-register-spam-routine)
20716         (spam-spamassassin-register-ham-routine)
20717         (spam-assassin-register-spam-routine)
20718         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20719         (spam-bogofilter-score): Fix to show article before scoring.
20720
20721 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20722
20723         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20724         default scoring function.
20725         (spam-generic-score): Call spam-spamassassin-score if
20726         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20727         spam-bogofilter-score otherwise.
20728
20729         * gnus.el (spam-process, spam-autodetect-methods):
20730         Add spamassassin and spamassassin-headers.
20731
20732 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20733
20734         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20735         Suppress unnecessary messages.
20736
20737 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20738
20739         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20740         make-hash-table.
20741
20742 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20743
20744         * canlock.el (base64-encode-string): Don't autoload it.
20745
20746 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20747
20748         * run-at-time.el: Remove useless (require 'itimer),
20749         eval-and-compile and (featurep 'xemacs).
20750
20751 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20752
20753         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20754         GROUP is a virtual group.
20755
20756 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20757
20758         * gnus.el: Autoload `message-y-or-n-p'.
20759
20760 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20761
20762         * pgg-parse.el: Remove unnecessary (require 'custom).
20763
20764         * pgg-def.el: do.
20765
20766         * nnmail.el: do.
20767
20768         * gnus-undo.el: do.
20769
20770         * gnus-picon.el: do.
20771
20772         * gnus-util.el: do.
20773
20774 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20775
20776         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20777
20778 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20779
20780         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20781         handle, as well as a list.
20782
20783         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20784         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20785         (mm-w3m-cid-retrieve): Simplify.
20786
20787 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20788
20789         * message.el (message-kill-to-signature): Allow prefix arg to
20790         specify number of lines to keep before signature.
20791
20792 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20793
20794         * message.el (message-kill-to-signature): Change docstring.
20795
20796 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20797
20798         * canlock.el: Always require sha1-el.
20799         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20800
20801         * message.el: Autoload sha1 only when compiling.
20802
20803         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20804         eudc-expand-inline for XEmacs.
20805
20806 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20807
20808         * message.el (message-canlock-generate): Require sha1-el.
20809
20810 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20811
20812         * message.el (message-expand-name): Silence the byte compiler.
20813
20814         * lpath.el: Add detect-coding-system.
20815
20816         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20817         cus-edit.
20818
20819 2004-01-13  Simon Josefsson  <jas@extundo.com>
20820
20821         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20822         Invoke gnus-score-mode.
20823         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20824
20825         * gnus-range.el (gnus-compress-sequence): Doc fix.
20826         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20827
20828 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20829
20830         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20831
20832 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20833
20834         * spam.el (spam-get-article-as-string): Update to use
20835         gnus-request-article-this-buffer, much simpler.
20836         (spam-get-article-as-buffer): Remove.
20837
20838 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20839
20840         * message.el (message-expand-name): Use EUDC if the user uses that.
20841
20842 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20843
20844         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20845         character for the encoding to avoid consing a string.
20846
20847         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20848         unnecessarily.
20849
20850         * mm-util.el (mm-replace-chars-in-string): Remove.
20851
20852         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20853         of mm-replace-chars-in-string.
20854
20855 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20856
20857         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20858
20859         * mm-util.el (mm-subst-char-in-string): Support inplace.
20860
20861         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20862         a new string in every iteration.  Use shy groups.
20863
20864 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20865
20866         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20867         * gnus-soup.el (gnus-soup-group-brew):
20868         * gnus-msg.el (gnus-put-message):
20869         * gnus-move.el (gnus-group-move-group-to-server):
20870         * gnus-kill.el (gnus-batch-score):
20871         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20872         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20873         (gnus-group-update-group, gnus-group-read-group)
20874         (gnus-group-make-group, gnus-group-make-help-group)
20875         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20876         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20877         (gnus-group-sort-by-unread, gnus-group-catchup)
20878         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20879         (gnus-group-yank-group, gnus-group-set-info)
20880         (gnus-group-list-groups):
20881         * gnus.el (gnus-generate-new-group-name):
20882         * gnus-delay.el (gnus-delay-send-queue):
20883         * nnvirtual.el (nnvirtual-catchup-group):
20884         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20885         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20886         (gnus-group-prepare-topics, gnus-topic-check-topology):
20887         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20888         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20889         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20890         (gnus-group-make-articles-read):
20891         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20892         (gnus-group-change-level, gnus-kill-newsgroup)
20893         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20894         (gnus-get-unread-articles, gnus-make-articles-unread)
20895         (gnus-make-ascending-articles-unread): Use accessor
20896         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20897         to get group information for improved readability.
20898
20899
20900 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20901
20902         * gnus-art.el (article-decode-mime-words, article-babel)
20903         (gnus-article-highlight-signature, gnus-article-add-buttons)
20904         (gnus-signature-toggle): Use gnus-with-article-buffer.
20905
20906         * gnus-art.el (gnus-article-highlight-headers)
20907         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20908
20909         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20910         (gnus-article-set-globals, gnus-request-article-this-buffer)
20911         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20912         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20913         (gnus-mime-display-alternative): Use with-current-buffer.
20914
20915 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20916
20917         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20918         also under 80 char limit, and call gnus-error if needed.
20919         (spam-fetch-article-header): Fix - it was a
20920         buffer-local variable (gnus-newsgroup-data).
20921         (spam-find-spam): Use spam-generate-fake-headers, forget about
20922         spam-insert-fake-headers.
20923         (spam-insert-fake-headers): Remove.
20924
20925 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20926
20927         * deuglify.el (gnus-article-outlook-unwrap-lines)
20928         (gnus-outlook-rearrange-article)
20929         (gnus-outlook-repair-attribution-outlook)
20930         (gnus-outlook-repair-attribution-block)
20931         (gnus-outlook-repair-attribution-other): Remove redundant
20932         save-excursion.
20933
20934 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20935
20936         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20937         (spam-fetch-field-subject-fast)
20938         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20939         (spam-fetch-article-header): Add functions to deal with Gnus
20940         internals for fast retrieval of article header data.
20941         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20942
20943 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20944
20945         * pop3.el (pop3-md5): Remove.
20946         (pop3-apop): Replace pop3-md5 with md5.
20947
20948         * mm-bodies.el: base64 is always built-in.
20949
20950         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20951         Use with-current-buffer.
20952
20953 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20954
20955         * canlock.el (canlock-insert-header): Remove excessive grouping in
20956         regexp.
20957
20958         * gnus-sum.el (gnus-summary-read-document): Ditto.
20959
20960         * gnus-uu.el (gnus-uu-part-number): Ditto.
20961
20962         * html2text.el (html2text-remove-tags): Ditto.
20963         (html2text-format-tags): Ditto.
20964         (html2text-format-single-elements): Ditto.
20965
20966         * mml.el (mml-parse-1): Ditto.
20967
20968 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20969
20970         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20971
20972         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20973
20974         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20975
20976         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20977
20978 2003-11-15  Simon Josefsson  <jas@extundo.com>
20979
20980         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20981         (pgg-gpg-lookup-key): Use regexp match instead of
20982         split-string (split-string is different between emacs 21.2 and
20983         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20984
20985 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20986
20987         * gnus-art.el (gnus-mime-view-all-parts)
20988         (gnus-article-part-wrapper, gnus-article-view-part):
20989         Use with-current-buffer.
20990
20991 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20992
20993         * spam.el (spam-disable-spam-split-during-ham-respool)
20994         (spam-spamoracle-database, spam-cache-lookups)
20995         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20996         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20997         (spam-group-ham-marks, spam-group-spam-marks)
20998         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20999         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
21000         also add spam-use-blackholes to the statistical checks.
21001         (spam-fetch-field-fast): Add interface to fetching fields, may
21002         become a macro.
21003         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
21004         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
21005         (spam-insert-fake-headers): Fake an article when needed.
21006         (spam-find-spam): Fake article when possible.
21007         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
21008         (spam-check-bogofilter-headers): Use message-fetch-field instead
21009         of nnmail-fetch-field.
21010
21011 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
21012
21013         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
21014
21015 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21016
21017         * spam.el (spam-split): Do not require spam-use-CHECK to be
21018         enabled if that check is passed to spam-split explicitly; also
21019         fix so 'spam doesn't get converted to spam-split-group when
21020         spam-split-symbolic-return is t.
21021         (spam-find-spam): Find registrations of the article and use those
21022         instead of re-running spam-split to find the spam/ham
21023         classification of the article.
21024         (spam-log-processing-to-registry, spam-log-registered-p)
21025         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21026         Use gnus-error instead of gnus-message.
21027         (spam-log-registration-type): Add function to determine the
21028         classification of a message based on registry entries; will
21029         return nil if both 'spam and 'ham are found.
21030         (spam-check-BBDB): Expand all the BBDB macros here so we can have
21031         a reasonably fast local cache without the loading errors.
21032         (spam-cache-lookups): Set to t by default.
21033         (spam-find-spam): Don't try to guess spam-cache-lookups.
21034         (spam-enter-whitelist, spam-enter-blacklist): Clear the
21035         spam-caches entry.
21036         (spam-filelist-build-cache, spam-filelist-check-cache):
21037         Fix caching of whitelist/blacklist entries.
21038         (spam-check-whitelist, spam-check-blacklist):
21039         Invoke spam-from-listed-p with a type, not a cache variable.
21040         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21041
21042 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21043
21044         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21045
21046         * nnmail.el (nnmail-split-fancy): do.
21047
21048         * mml.el (mml-parse): do.
21049
21050         * gnus-score.el (gnus-enter-score-words-into-hashtb)
21051         (gnus-score-adaptive): do.
21052
21053 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21054
21055         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21056         (gnus-mime-button-map): Don't set keymap parent.
21057         (gnus-button-ctan-directory-regexp): Use shy grouping.
21058         (gnus-prev-page-map): Don't set keymap parent.
21059         (gnus-prev-page-map): Remove duplicated one.
21060         (gnus-next-page-map): Don't set keymap parent.
21061         (gnus-mime-security-button-map): Ditto.
21062
21063         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21064         version number.
21065
21066         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21067
21068 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21069
21070         * canlock.el (canlock-sha1-function): Remove.
21071         (canlock-sha1-function-for-verify): Remove.
21072         (canlock-openssl-program): Remove.
21073         (canlock-openssl-args): Remove.
21074         (canlock-ignore-errors): Remove.
21075         (canlock-sha1-with-openssl): Remove.
21076         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21077         (canlock-verify): Don't use canlock-ignore-errors.
21078
21079         * sha1-el.el (sha1-string-external): Make it can return a string
21080         in binary form.
21081         (sha1-region-external): Ditto.
21082         (sha1-string-internal): Ditto.
21083         (sha1-region-internal): Ditto.
21084         (sha1-region): Ditto.
21085         (sha1-string): Ditto.
21086         (sha1): Ditto.
21087
21088 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21089
21090         * spam.el (spam-report-articles-gmane): New command.
21091
21092 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21093
21094         * gnus.el: Don't make unnecessary *Group* buffer when loading.
21095
21096         * run-at-time.el (run-at-time-saved): Remove.
21097         (run-at-time): Doc fix.
21098
21099 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21100
21101         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21102         (gnus-summary-limit-map): Add it.
21103         (gnus-summary-make-menu-bar): do.
21104
21105 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
21106
21107         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21108         Make attempt at some caching support (done for BBDB only now).
21109         (spam-find-spam): Set spam-cache-lookups if there are more than 2
21110         addresses to be checked.
21111         (spam-clear-cache-BBDB): Add function, to be invoked by
21112         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21113         (spam-check-BBDB): Check and use the caches, if
21114         spam-cache-lookups is on, remove superfluous (provide).
21115
21116 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
21117
21118         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21119
21120 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
21121
21122         * run-at-time.el (run-at-time-saved): Move to after the definition
21123         of `run-at-time'.
21124
21125         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
21126
21127 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21128
21129         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21130         mm-w3m-local-map-property.
21131
21132         * mm-view.el (mm-w3m-mode-map): Remove.
21133         (mm-w3m-local-map-property): Remove.
21134         (mm-inline-text-html-render-with-w3m): Don't use
21135         mm-w3m-local-map-property.
21136
21137 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21138
21139         * run-at-time.el: New file.
21140
21141         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
21142         under Emacs.
21143
21144         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21145         of gnus-set-text-properties.
21146
21147         * gnus-uu.el (gnus-uu-save-article): Ditto.
21148
21149         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21150
21151         * gnus-cite.el (gnus-cite-parse): Ditto.
21152
21153         * gnus-art.el (gnus-button-push): Use set-text-properties instead
21154         of gnus-.
21155
21156         * gnus-xmas.el (run-at-time): Require run-at-time.
21157
21158         * gnus.el: Change calls to nnheader-run-at-time and
21159         password-run-at-time throughout to use run-at-time directly.
21160
21161         * password.el: Remove definition of run-at-time.
21162
21163         * nnheaderxm.el: Remove definition of run-at-time.
21164
21165 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
21166
21167         * mml.el (mml-minibuffer-read-disposition): Show attachment type
21168         in prompt.
21169
21170 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21171
21172         * messagexmas.el (message-xmas-redefine): Alias
21173         `message-make-caesar-translation-table' to
21174         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
21175         version.
21176
21177         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
21178         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
21179         `gnus-xmas-set-text-properties'.
21180         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
21181         `gnus-xmas-completing-read'.
21182         (gnus-xmas-completing-read): Removed.
21183         (gnus-xmas-open-network-stream): Removed.
21184
21185         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21186         XEmacs version.
21187
21188         * dns.el (dns-make-network-process): Use `open-network-stream'
21189         instead of `gnus-xmas-open-network-stream'.
21190
21191         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
21192
21193         * .cvsignore: Add auto-autoloads.el, custom-load.el.
21194
21195 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21196
21197         * gnus-art.el (gnus-mime-display-alternative)
21198         (gnus-insert-mime-button, gnus-insert-mime-security-button)
21199         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21200         Don't use gnus-local-map-property.
21201
21202         * gnus-util.el (gnus-local-map-property): Remove.
21203
21204         * mm-view.el (mm-view-pkcs7-decrypt):
21205         Replace gnus-completing-read-maybe-default with completing-read.
21206
21207         * gnus-util.el (gnus-completing-read): do.
21208         (gnus-completing-read-maybe-default): Remove.
21209
21210 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21211
21212         * password.el: Only autoload `run-at-time' if not XEmacs.
21213         Only autoload the itimer functions if XEmacs.
21214
21215 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21216
21217         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
21218         XEmacsen.
21219
21220         * dgnushack.el: Autoload executable-find for XEmacs.
21221
21222 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21223
21224         * gnus-art.el (gnus-read-string): Remove.
21225         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21226         read-string.
21227
21228 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21229
21230         * netrc.el: Autoload password-read.
21231         (netrc): Add configuration group.
21232         (netrc-encoding-method, netrc-openssl-path):
21233         Add variables for encoding and decoding of files with symmetric
21234         ciphers.
21235         (netrc-encode): Add assistant function to encode a file with
21236         netrc-encoding-method.
21237         (netrc-parse): Add interactive parameter, added optional
21238         decoding if netrc-encoding-method is non-nil but otherwise
21239         behavior is standard.
21240         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21241         Do s/encode/encrypt/ everywhere.
21242
21243         * spam.el: Remove executable-find autoload.
21244
21245 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21246
21247         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21248
21249         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21250
21251 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21252
21253         * gnus-art.el (gnus-treat-ansi-sequences)
21254         (article-treat-ansi-sequences): New variable and function.
21255         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21256
21257         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21258         Use it.
21259
21260 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21261
21262         * mm-util.el (mm-quote-arg): Remove.
21263
21264         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21265         shell-quote-argument.
21266
21267         * gnus-uu.el (gnus-uu-command): do.
21268
21269         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21270
21271         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21272         with make-char.
21273
21274         * mm-util.el (mm-make-char): Remove.
21275
21276         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21277         add-minor-mode.
21278
21279         * gnus-undo.el (gnus-undo-mode): do.
21280
21281         * gnus-topic.el (gnus-topic-mode): do.
21282
21283         * gnus-sum.el (gnus-dead-summary-mode): do.
21284
21285         * gnus-start.el (gnus-slave-mode): do.
21286
21287         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21288
21289         * gnus-ml.el (gnus-mailing-list-mode): do.
21290
21291         * gnus-gl.el (gnus-grouplens-mode): do.
21292
21293         * gnus-draft.el (gnus-draft-mode): do.
21294
21295         * gnus-dired.el (gnus-dired-mode): do.
21296
21297         * gnus-ems.el (gnus-add-minor-mode): Remove.
21298
21299         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21300         Replace gnus-char-width with char-width.
21301
21302         * gnus-ems.el (gnus-char-width): Remove.
21303
21304         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21305         Replace gnus-char-width with char-width.
21306
21307         * gnus-ems.el (gnus-char-width): Remove.
21308
21309         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21310         definition.
21311         Remove Emacs 20 hash table compatibility code.
21312
21313         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21314         20 compatibility code.
21315
21316         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21317
21318         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21319
21320         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21321         Replace with point-at-{eol,bol}.
21322
21323         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21324
21325         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21326
21327         * flow-fill.el (fill-flowed-point-at-bol)
21328         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21329
21330         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21331         Replace with point-at-{eol,bol} throughout all files.
21332
21333 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21334
21335         * ntlm.el (ntlm-string-as-unibyte): New macro.
21336         (ntlm-build-auth-response): Use it.
21337
21338         Remove Emacs 20 stuff:
21339         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21340         (butlast, mapc, remove): Remove the compiler macros.
21341         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21342         of delq and copy-sequence.
21343         * gnus-art.el (popup-menu): Remove the compiler macro.
21344         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21345         Emacs 20.
21346
21347 2004-01-05  Simon Josefsson  <jas@extundo.com>
21348
21349         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21350         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21351         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21352         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21353         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21354         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21355         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21356         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21357         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21358         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21359         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21360         string-xor into ntlm-string-xor.
21361         Suggested by Jesper Harder <harder@myrealbox.com>.
21362
21363         * ntlm.el: Don't include poem.
21364
21365         * md4.el (print-int32, print-string-hexa): Remove.
21366         Suggested by Jesper Harder <harder@myrealbox.com>.
21367
21368         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21369
21370         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21371         probably breaks emacs with DL patch, but do we care? Is anyone
21372         still using the DL stuff?)
21373
21374         * sieve-manage.el: Use the password package.
21375         (sieve-manage-read-passwd): Remove.
21376         (sieve-manage-interactive-login): Use password.  Re-add
21377         condition-case around loop.
21378
21379         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21380         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21381         Use the password package.
21382
21383 2003-02-19  Simon Josefsson  <jas@extundo.com>
21384
21385         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21386         token.
21387
21388 2002-08-07  Simon Josefsson  <jas@extundo.com>
21389
21390         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21391         (sieve-manage-authenticators):
21392         (sieve-manage-authenticator-alist): Add some SASL mechs.
21393         (sieve-sasl-auth): New function.
21394         (sieve-manage-cram-md5-auth):
21395         (sieve-manage-plain-auth): Rewrite using SASL library.
21396         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21397         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21398         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21399         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21400
21401 2004-01-05  Simon Josefsson  <jas@extundo.com>
21402
21403         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21404         New files.
21405
21406 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21407
21408         * gnus-group.el (gnus-no-groups-message): Update.
21409
21410         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21411
21412 2003-11-09  Simon Josefsson  <jas@extundo.com>
21413
21414         * imap.el: Support for ID IMAP extension (RFC 2971).
21415         (imap-local-variables): Add imap-id.
21416         (imap-id): New variable.
21417         (imap-id): New function.
21418         (imap-parse-response): Parse untagged ID response.
21419         * nnimap.el (nnimap-id): New variable.
21420         (nnimap-open-connection): Use it.
21421
21422 2003-12-28  Simon Josefsson  <jas@extundo.com>
21423
21424         * gnus-score.el (gnus-score-edit-all-score): New.
21425         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21426
21427 2004-01-04  Simon Josefsson  <jas@extundo.com>
21428
21429         * password.el: Add.
21430
21431 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21432
21433         * dns.el (dns-query-types): Fix typo.
21434         (dns-query-types): New function.
21435         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21436         PTR and SOA replies, see RFC 1035.
21437
21438 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21439
21440         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21441
21442         * Move to Changelog.2.
21443
21444 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21445
21446         * gnus.el (gnus-version-number): Bump version.
21447
21448 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21449
21450         * gnus.el: No Gnus v0.1 is released.
21451
21452 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21453
21454         * gnus.el: No Gnus v0.0 is released.
21455
21456 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21457
21458         * gnus.el (gnus-version-number): Bump.
21459         (gnus-version): No.
21460
21461 See ChangeLog.2 for earlier changes.
21462
21463   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21464
21465   This file is part of GNU Emacs.
21466
21467   GNU Emacs is free software: you can redistribute it and/or modify
21468   it under the terms of the GNU General Public License as published by
21469   the Free Software Foundation, either version 3 of the License, or
21470   (at your option) any later version.
21471
21472   GNU Emacs is distributed in the hope that it will be useful,
21473   but WITHOUT ANY WARRANTY; without even the implied warranty of
21474   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21475   GNU General Public License for more details.
21476
21477   You should have received a copy of the GNU General Public License
21478   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21479
21480 ;; Local Variables:
21481 ;; coding: utf-8
21482 ;; fill-column: 79
21483 ;; add-log-time-zone-rule: t
21484 ;; End: