gnus-util: simplify gnus-buffer-live-p
[gnus] / lisp / ChangeLog
1 2011-03-18  Julien Danjou  <julien@danjou.info>
2
3         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
4
5 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6
7         * gnus.el: No Gnus v0.15 is released.
8
9 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10
11         * time-date.el (format-seconds): Use assoc instead of assoc-string to
12         avoid warning on XEmacs.
13
14         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
15         on XEmacs.
16
17         * gnus-art.el: Require mouse, which the build bot seems to say is
18         needed.
19
20         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
21
22         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
23         XEmacs, since it doesn't have url-retrieve-synchronously.
24
25         * time-date.el (format-seconds): Use assoc instead of assoc-string,
26         since assoc-string doesn't exist in XEmacs.
27
28 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
29
30         * gnus-group.el (gnus-group-list-ticked): New function.
31         (gnus-group-make-menu-bar): Provide a menu entry for it.
32         (gnus-group-list-map): Provide a binding for it.
33
34 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
35
36         * shr.el (shr-visit-file): New command.
37
38         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
39
40 2011-03-17  Bjørn Mork  <bjorn@mork.no>
41
42         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
43         servers.
44
45 2011-03-16  Julien Danjou  <julien@danjou.info>
46
47         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
48         inline.
49
50         * gnus-art.el (article-hide-list-identifiers): Use
51         gnus-group-get-list-identifiers.
52
53         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
54         (gnus-summary-remove-list-identifiers): Use
55         gnus-group-get-list-identifiers to get regexp.
56         (gnus-select-newsgroup, gnus-summary-insert-subject)
57         (gnus-summary-insert-articles): Call
58         gnus-summary-remove-list-identifiers unconditionally.
59
60 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
61
62         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
63         we're selecting a group with unread articles.
64
65         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
66
67         * gssapi.el: New file separated out from imap.el to provide a general
68         Kerberos 5 connection facility for Emacs.
69
70         * message.el (message-elide-ellipsis): Document the format spec
71         ellipsis.
72
73 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
74
75         * message.el (message-elide-region): Allow the ellipsis to say how many
76         lines were removed.
77
78 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
79
80         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
81         window configurations containing buffers that are now dead.
82
83         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
84         parsing to avoid integer overflows.
85         (nnimap-parse-flags): Simplify the last change.
86         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
87         too large for 32-bit Emacsen.
88
89 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
90
91         * auth-source.el (auth-source-netrc-create):
92         * message.el (message-yank-original): Fix use of `case'.
93
94 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
95
96         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
97         XEmacs, which was one character too wide.
98
99 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
100
101         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
102         default number of articles to display.
103         (gnus-articles-to-read): Use pretty names for prompt.
104
105 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
106
107         * gnus-int.el (gnus-open-server): Ditto.
108
109         * gnus-start.el (gnus-activate-group): Give a backtrace if
110         debug-on-quit is set and the user hits `C-g'.
111         (gnus-read-active-file): Ditto.
112
113         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
114
115 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
116
117         * message.el (message-yank-original): Use cond instead of CL case.
118
119 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
120
121         * auth-source.el (auth-source-netrc-create): Use usual format for the
122         default in prompts.
123
124 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
125
126         * lpath.el: Fbind read-char-choice for XEmacs.
127
128 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
129
130         * auth-source.el (auth-source-netrc-create): Show the default in the
131         prompt when prompting for token creation.
132
133 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
134
135         * auth-source.el (auth-source-format-prompt): Always convert the value
136         to a string to avoid evaluating non-string arguments.
137         (auth-source-netrc-create): Offer default properly, not as initial
138         content in `read-string'.
139         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
140         of line to determine if we've been run before.  If so, don't run again,
141         but print a trivial message to indicate the cache was hit instead.
142
143 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
144
145         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
146         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
147         The user will have to run `gnus-sync-read' manually and wait for Cloudy
148         Gnus.
149
150 2011-03-11  Julien Danjou  <julien@danjou.info>
151
152         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
153         modified file".
154
155 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
156
157         * auth-source.el (auth-source-read-char-choice): New function to read a
158         character choice using `dropdown-list', `read-char-choice', or
159         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
160         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
161         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
162         (auth-source-netrc-saver): Use it.
163         (auth-source-pick-first-password): New convenience function.
164
165 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
166
167         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
168         parameter in the credentials.
169         (nnimap-open-connection-1): Use it after a successful login.
170         (nnimap-credentials): Add IMAP-specific user and password prompt.
171
172         * auth-source.el (auth-source-search): Add :require parameter, taking a
173         list.  Document it and the :save-function return token.  Pass :require
174         down.  Change the CREATED message from a warning to a debug statement.
175         (auth-source-search-backends): Pass :require down.
176         (auth-source-netrc-search): Pass :require down.
177         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
178         Change save prompt to indicate all modifications saved here are
179         deletions.
180         (auth-source-netrc-create): Take user login name as default in user
181         prompt.  Move all the save functionality to a lexically bound function
182         under the :save-function token in the returned list.  Set up clearer
183         default prompts for user, host, port, and secret.
184         (auth-source-netrc-saver): New function, intended to be wrapped for
185         :save-function.
186
187 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
188
189         * shr.el (shr-table-horizontal-line): Change the defaults for the table
190         lines to be spaces instead.
191
192 2011-03-07  Julien Danjou  <julien@danjou.info>
193
194         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
195         (sieve-sasl-auth): Check that auth-source-search did return something,
196         or just return an empty string.
197
198 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
199
200         * gnus.el (gnus-interactive): Use read-directory-name.
201
202         * gnus-uu.el (gnus-uu-decode-uu-and-save)
203         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
204         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
205         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
206         Likewise.
207
208         * gnus-group.el (gnus-group-make-directory-group): Likewise.
209
210 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
211
212         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
213         onto the list of killed groups, too.  This makes killed nnimap groups,
214         for instance, more reliably not reappear.
215
216         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
217         the parent.
218
219         * gnus-sum.el (gnus-update-read-articles): Fix typo.
220
221         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
222         really have server-side marks.
223
224         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
225         since most backends do not usefully have server-side marks.
226         (gnus-update-read-articles): Propagate marks to all backends that
227         really have server-side marks.
228
229 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
230
231         * message.el (message-cite-reply-position, message-cite-style):
232         New variables.
233         (message-yank-original): Use the new citation styles.
234
235 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
236
237         * message.el (message-options): Revert 22da67af (workaround for XEmacs
238         buffer-local issue); don't mark it buffer-local when running under
239         XEmacs.
240
241 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
242
243         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
244         numbers too big to be `read'.
245
246 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
247
248         * password-cache.el (password-in-cache-p): Add autoload.
249
250         * message.el (message-options): Make buffer-local two ways to attempt
251         to fix a XEmacs bug.
252
253 2011-03-02  Julien Danjou  <julien@danjou.info>
254
255         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
256
257 2011-03-01  Julien Danjou  <julien@danjou.info>
258
259         * gnus-art.el (list-identifier): Add list-identifier as a parameter
260         group.
261         (article-hide-list-identifiers): Use list-identifier group parameter.
262
263 2011-02-28  Julien Danjou  <julien@danjou.info>
264
265         * sieve.el (sieve-buffer-script-name): New local variable to store
266         sieve script name.
267         (sieve-edit-script): Store sieve script name.
268         (sieve-upload): Use sieve script name when uploading.
269         (sieve-upload): Use substitute-command-keys.
270         (sieve-edit-script): Use substitute-command-keys.
271         (sieve-refresh-scriptlist): Use substitute-command-keys.
272         (sieve-manage-mode-map): Define keymap properly.
273         (sieve-manage-mode): Do not set mode name manually, change mode-name to
274         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
275         Remove commented code about cvs.
276         (sieve-manage-quit): New function.
277         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
278
279 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
280
281         * gnus-group.el (gnus-import-other-newsrc-file): New function.
282
283 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
284
285         * auth-source.el (auth-source-search): Cache empty result sets.
286
287         * password-cache.el (password-in-cache-p): Convenience function to
288         check if a key is in the cache, even if the value is nil.
289
290         * auth-source.el (auth-source-save-behavior): New variable to replace
291         `auth-source-never-create'.
292         (auth-source-netrc-create): Use it.
293         (auth-source-never-save): Remove.
294
295 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
296
297         * nnimap.el (nnimap-stream): Doc fix.
298         (nnimap-open-connection-1): Reverse the order of the ports to that the
299         prompted-for port is first.
300
301         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
302         retrieval by the no-group selection.
303
304         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
305         numerical parameters.
306
307 2011-02-25  Julien Danjou  <julien@danjou.info>
308
309         * gnus-gravatar.el: Use gnus-with-article-buffer.
310
311         * gnus-art.el (gnus-with-article-buffer): Check that the
312         gnus-article-buffer is alive.
313
314 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
315
316         * auth-source.el (auth-source-creation-prompts): New variable to manage
317         creation-time prompts.
318         (auth-source-search): Document it.
319         (auth-source-format-prompt): Add utility function.
320         (auth-source-netrc-create): Don't default the user name to
321         user-login-name.  Use `auth-source-creation-prompts' and some default
322         prompts for user, host, port, and password (the default generic prompt
323         remains ugly).
324         (auth-source-never-save): Add customizable option to never save info.
325         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
326         mode excursion.
327
328 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
329
330         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
331         argument that XEmacs doesn't support.
332
333         * dgnushack.el (dgnushack-compile): Exclude color.el from being
334         compiled for Emacsen having no `libxml-parse-html-region' support.
335
336         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
337
338         * lpath.el: Bind buffer-save-without-query for XEmacs.
339
340 2011-02-23  Julien Danjou  <julien@danjou.info>
341
342         * gnus-art.el (article-make-date-line): Ignore errors if time is
343         invalid and not convertible.
344         (article-make-date-line): Only add lapsed time if time is not nil.
345
346 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
347
348         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
349         `read-char-choice' for backwards compatibility.
350         (auth-source-netrc-element-or-first): New function to DTRT for
351         parameter extraction.
352         (auth-source-netrc-create): Use it and fix multiple parameter print
353         bug.  Use the default passed from above (given-default) or the
354         built-in (user-login-name for :user).
355
356 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
357
358         * gnus-start.el (gnus-dribble-read-file):
359         Set buffer-save-without-query, since we always want to save the dribble
360         file, probably.
361
362         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
363         nnimap.
364
365         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
366         -summary- since it's a user-visible variable.
367
368         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
369         first time you use the new Gnus.
370
371 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
372
373         * auth-source.el: Don't load netrc.el.
374         (auth-sources): Search ~/.netrc as well by default.
375         (auth-source-debug): Add 'trivia option for extra output.
376         (auth-source-do-trivia): Use it.
377         (auth-source-search): Simplify logic to use
378         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
379         appropriate.  Don't keep a running count at this level.  Layer :create
380         and :delete options appropriately on the first and second passes.
381         Don't track the backend with the search results.
382         (auth-source-search-backends): New function to search a list of
383         backends for a processed spec.
384         (auth-source-netrc-parse): Cache all netrc files, making
385         auth-source-netrc-cache an alist keyed by the file name and using the
386         file mtime as the caching criterion.  Keep the obfuscated data secret
387         with a lexical bind.
388         (auth-source-netrc-search): Don't calculate the length of the results
389         unnecessarily.
390         (auth-source-search-backends): Fix bug.
391         (auth-source-netrc-create): Rework prompts.
392
393 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
394
395         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
396         Lower case names of search constraints.
397         (nnir-run-query): Cache and reuse search constraints for all imap
398         servers.
399
400 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
401
402         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
403         after exit.
404         (gnus-setup-message): Define missing variable from last checkin.
405
406         * gnus-sum.el (gnus-summary-show-article): When called with t as the
407         value, show the raw article.
408
409 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
410
411         * gnus.el: No Gnus v0.13 is released.
412
413 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
414
415         * nnimap.el (nnimap-open-connection-1): Revert last change, since
416         auth-source now accepts numbers.
417
418         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
419         spec, too.
420         (auth-source-ensure-strings): New function.
421
422         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
423         (gnus-article-setup-buffer): Always restart the date timer so that user
424         changes to the frequency is respected.
425
426         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
427         port numbers, so make sure it gets that if nnimap-server-port is
428         explicit.
429
430 2011-02-21  Simon Josefsson  <simon@josefsson.org>
431
432         * nnimap.el (nnimap-inbox): Doc fix.
433
434 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
435
436         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
437         Autoload.  Add optional arg FRAME, and pass it to color-values.
438         (color-complement): Caller changed.  Doc fix.
439         (color-gradient): Rewrite for better clarity and efficiency.
440
441 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
442
443         * shr-color.el (shr-color->hexadecimal): Use renamed function names
444         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
445         color-lab-to-srgb.
446
447 2011-02-20  Drew Adams  <drew.adams@oracle.com>
448
449         * color.el: First part of merge from hexrgb.el.
450         (color-rgb-to-hex): Rename from color-rgb->hex.
451         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
452         saturation to zero if the value is too small.
453         (color-rgb-to-hsl): Rename from color-rgb->hsl.
454         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
455         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
456         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
457         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
458         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
459         (color-cie-de2000): Doc fix.
460
461 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
462
463         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
464         given method as in the group name if we're using an extended method.
465         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
466         command, if we're using that, instead of waiting for the beginning.
467
468         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
469         we're sure to get unique server names, and we don't output two async
470         commands in the same buffer.  This fixes an NNTP hang for some users.
471
472 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
473
474         * gnus.el: No Gnus v0.11 is released.
475
476 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
477
478         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
479         summary buffer before reading going to the next buffer.  This avoids
480         putting the point in the group buffer if you `C-g' the command.
481
482         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
483         cache (for now) to make ~/.authinfo.gpg files usable.
484
485         * nnfolder.el (copyright-update): Define for the compiler.
486
487         * auth-source.el (auth-source-search): Fix unbound variable.
488
489 2011-02-19  Glenn Morris  <rgm@gnu.org>
490
491         * gnus.el (gnus-meta): Doc fix.
492
493 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
494
495         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
496         in case it's not yet loaded.
497
498 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
499
500         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
501         line we're waiting for.
502
503 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
504
505         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
506         face with line-width greater than zero will cause RET in gnus summary
507         buffer to scroll down article page-wise because auto vscroll happens,
508         it should be temporalily disabled when doing a scroll-up.
509
510 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
511
512         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
513         outputs from the server.
514
515 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
516
517         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
518         later so that bbdb can hook in easier.
519
520 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
521
522         * auth-source.el (auth-source-search): Don't try to create credentials
523         if the caller doesn't want that.
524         (auth-source-search): If we don't find a match, don't bug out on
525         non-bound variables.
526         (auth-source-search): Only ask a single backend to create the
527         credentials.
528
529         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
530         logging.
531         (nnimap-credentials): Protect against auth-source-search returning nil.
532         (nnimap-request-list): Protect against not being able to open the
533         server.
534
535 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
536
537         * auth-source.el (auth-source-search): Do a two-phase search, one with
538         no :create to get the responses from all backends.
539
540         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
541         when getting credentials.
542
543         * gnus-util.el (gnus-delete-duplicates): New function.
544
545 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
546
547         * nnimap.el (nnimap-credentials): Instead of picking the first port as
548         a creation default, pass the whole port list down.  It will be
549         completed.
550
551         * auth-source.el (auth-source-search): Updated docs to talk about
552         multiple creation choices.
553         (auth-source-netrc-create): Accept a list as a value (from the search
554         parameters) and do completion on that list.  Keep a separate netrc line
555         with the password obscured for showing the user.
556
557         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
558         first choice to `auth-source-search' so it will be used for entry
559         creation instead of the server's Gnus-specific name.
560         (nnimap-credentials): Rely on the auth-source library to select which
561         port is actually wanted in the new netrc entry, so don't override
562         `auth-source-creation-defaults'.
563
564         * auth-source.el (auth-source-netrc-parse): Use :port instead of
565         :protocol and accept a missing user, host, or port as a wildcard match.
566         (auth-source-debug): Default to off.
567
568         (auth-source-netrc-search, auth-source-netrc-create)
569         (auth-source-secrets-search, auth-source-secrets-create)
570         (auth-source-user-or-password, auth-source-backend, auth-sources)
571         (auth-source-backend-parse-parameters, auth-source-search): Use :port
572         instead of :protocol.
573
574         * nnimap.el (nnimap-credentials): Pass a port default to
575         `auth-source-search' in case an entry needs to be created.
576         (nnimap-open-connection-1): Use :port instead of :protocol.
577
578 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
579
580         * auth-source.el: Bind load-path when loading EIEIO from
581         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
582         21.4 doesn't support, to `require'.
583         (auth-source-secrets-search): Use mm-delete-duplicates instead of
584         delete-dups that is not available in XEmacs 21.4.
585
586 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
587
588         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
589         as EIEIO must also be loaded when auth-source.el is being
590         byte-compiled.
591
592 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
593
594         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
595
596         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
597
598         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
599
600         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
601
602         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
603
604         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
605
606         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
607
608         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
609         necessary.
610
611 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
612
613         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
614         nil means that nnimap doesn't get updated.
615
616 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
617
618         * auth-source.el (auth-source-netrc-create): Return a synthetic search
619         result when the user doesn't want to write to the file.
620         (auth-source-netrc-search): Expect a synthetic result and proceed
621         accordingly.
622         (auth-source-cache-expiry): New variable to override
623         `password-cache-expiry'.
624         (auth-source-remember): Use it.
625
626         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
627         parameter.  Create entry if necessary by using :create t.
628         (nnimap-open-connection-1): Don't pass `inhibit-create'.
629
630 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
631
632         * auth-source.el (auth-source-debug): Enable by default and don't
633         mention the obsolete `auth-source-hide-passwords'.
634         (auth-source-do-warn): New function to debug unconditionally.
635         (auth-source-do-debug): Use it.
636         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
637         and for Secrets API entries when the secrets.el library is not
638         available.
639
640 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
641
642         * gnus-sum.el (gnus-propagate-marks): Default to nil.
643         (gnus-summary-exit): Kill the correct article buffer on exit from a
644         `C-d' group.
645
646         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
647         gnus-propagate-marks.
648
649         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
650         before killing the buffers so that a non-full window conf gets handled
651         correctly.
652         (gnus-summary-exit): Ditto.
653         (gnus-summary-read-group-1): Ditto.
654
655         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
656         async code again so that we can debug it properly.
657
658         * message.el (message-reply): Take an optional switch-buffer parameter
659         so that Gnus window confs are respected better.
660
661 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
662
663         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
664         `plist-get' to accept non-list parameters (XEmacs issue).
665         Fix docstring.
666         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
667         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
668         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
669         Login collection is "Login" and not "login".
670
671 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
672
673         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
674         multiple headers.
675
676         * nnimap.el (nnimap-inhibit-logging): New variable.
677         (nnimap-log-command): Don't log login commands.
678
679         * auth-source.el (auth-source-netrc-search): The asserts seem to want
680         to have more parameters.
681
682         * nnimap.el (nnimap-send-command): Mark the command time for each
683         command, so that we don't get NOOPs stepping on our toes.
684
685         * gnus-art.el (article-date-ut): Get the date from the Date header on
686         `t'.
687
688 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
689
690         * auth-source.el (auth-source-search): Use copy-sequence instead of
691         the cl.el copy-list.
692
693 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
694
695         * imap.el: Bring it back (revert
696         84d800cd31de3064f0ed39617d725709a2f8f42f).
697
698 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
699
700         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
701         Improve prompt.
702
703 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
704
705         * gnus-art.el (gnus-article-mode-line-format): Remove the article
706         washing status from the default format.  It isn't very informative.
707
708 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
709
710         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
711         Fix Gcc processing on imap.
712
713 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
714
715         * imap.el: Remove file.  All the functionality is in nnimap.el.
716
717 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
718
719         * message.el (message-bury): Don't pop up a new window when selected
720         window is dedicated.
721
722 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
723
724         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
725
726 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
727
728         * sieve-manage.el: Autoload `auth-source-search'.
729         (sieve-sasl-auth): Use it.
730
731 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
732
733         * nnimap.el: Autoload `auth-source-forget+'.
734         (nnimap-open-connection-1): Use it if the connection fails.
735
736         * auth-source.el: Require `password-cache'.
737         (auth-source-hide-passwords, auth-source-cache): Remove and mark
738         obsolete.
739         (auth-source-magic): Marker for `password-cache' keys.
740         (auth-source-do-cache): Update docstring.
741         (auth-source-search): Use and check cache.
742         (auth-source-forget-all-cached, auth-source-remember)
743         (auth-source-recall, auth-source-forget, auth-source-forget+)
744         (auth-source-specmatchp): Caching support functions.
745         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
746         Remove and obsolete.
747         (auth-source-user-or-password): Remove caching to further discourage
748         using it.  Always hide passwords.
749
750         * password-cache.el (password-cache-remove): Accept secrets that are
751         not strings.
752
753 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
754
755         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
756         code for now, since it doesn't work for all users.
757
758 2011-02-09  Julien Danjou  <julien@danjou.info>
759
760         * message.el (message-options): Make message-options really buffer
761         local.
762
763 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
764
765         * mail-source.el: Autoload `auth-source-search'.
766         (mail-source-keyword-map): Note order matters.
767         (mail-source-set-1): Get all the mail-source source values and
768         defaults and search auth-source on those if needed.  This can all
769         probably be simplified.
770
771         * nnimap.el: Autoload `auth-source-search'.
772         (nnimap-credentials): Use it.
773         (nnimap-open-connection-1): Ask for the virtual server and physical
774         address in one shot.
775
776         * nntp.el: Autoload `auth-source-search'.
777         (nntp-send-authinfo): Use it.  Note TODO.
778
779 2011-02-08  Julien Danjou  <julien@danjou.info>
780
781         * shr.el (shr-tag-body): Add support for text attribute in body
782         markups.
783
784         * message.el (message-options): Make message-options a local variable.
785
786 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
787
788         * auth-source.el (auth-source-secrets-search)
789         (auth-source-user-or-password): Use `append' instead of `nconc'.
790         (auth-source-user-or-password): Build return list better and protect
791         against nil :secret.
792
793 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
794
795         * nnimap.el (nnimap-update-info): Refactor slightly.
796         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
797         (nnimap-update-info): Clean up slightly.
798         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
799         characters.
800         (nnimap-process-quirk): Rename function to avoid collision.
801         (nnimap-update-info): Fix macrology bug-out.
802         (nnimap-update-info): Simplify split history test.
803
804 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
805
806         * auth-source.el (top): Require 'eieio unconditionally.
807         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
808         (auth-source-secrets-search): Limit search when `max' is greater than
809         number of results.
810
811 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
812
813         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
814         part not returning any data.
815
816         * proto-stream.el (open-protocol-stream): Document the return value.
817
818 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
819
820         * auth-source.el (auth-source-secrets-search): Add examples.
821
822 2011-02-06  Julien Danjou  <julien@danjou.info>
823
824         * message.el (message-setup-1): Handle message-generate-headers-first
825         set to t.
826
827 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
828
829         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
830         API with a string "secrets:collection-name" and with 'default.
831         (auth-source-backend-parse): Parse "secrets:collection-name" and
832         'default.  Recurse on parses instead of repeating code.  Use the
833         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
834         message when ignoring a source.
835         (auth-source-search): List ignored search keys at the top level.
836         (auth-source-netrc-create): Use `case' instead of `cond'.
837         (auth-source-secrets-search): Created with TODOs.
838         (auth-source-secrets-create): Created with TODOs.
839         (auth-source-retrieve, auth-source-create, auth-source-delete)
840         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
841         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
842         (auth-source-user-or-password-sftp)
843         (auth-source-user-or-password-smtp): Remove.
844         (auth-source-user-or-password): Deprecated and modified to be a wrapper
845         around `auth-source-search'.  Not tested thoroughly.
846
847 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
848
849         * auth-source.el: Bring in assoc and eioeio libraries.
850         (secrets-enabled): New variable to track the status of the Secrets API.
851         (auth-source-backend): New EIOEIO class to represent a backend.
852         (auth-source-creation-defaults): New variable to set prompt defaults
853         during token creation (see the `auth-source-search' docstring for
854         details).
855         (auth-sources): Simplify to allow a simple string as a netrc backend
856         spec.
857         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
858         (auth-source-backend-parse-parameters): Fill in the backend parameters.
859         (auth-source-search): Main auth-source API entry point.
860         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
861         (auth-source-search-collection): Helper function for searching.
862         (auth-source-netrc-parse, auth-source-netrc-normalize)
863         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
864         Supports search, create, and delete.
865         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
866         backend stubs.
867         (auth-source-user-or-password): Call `auth-source-search' but it's not
868         ready yet.
869
870 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
871
872         * message.el (message-setup-1): Remove the read-only stuff, since it
873         doesn't work under XEmacs, for some reason.
874
875         * gnus-sum.el (gnus-user-date): Rename back from
876         gnus-summary-user-date since user code refers to it.
877
878         * shr.el (shr-render-td): Store the actual background colour used.
879
880         * message.el (message-setup-1): Don't bind the constant
881         -forbidden-properties.
882         (message-setup-1): Revert previous change, since it needs to bind the
883         props to insert them.
884         (message-resend): Allow removing the read-only separator line.
885
886 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
887
888         * nnimap.el (nnimap-request-accept-article): Give an error message if
889         the APPEND wasn't successful.
890
891 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
892
893         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
894         that have no groups.
895
896 2011-02-03  Julien Danjou  <julien@danjou.info>
897
898         * gnus-draft.el: Remove progn around gnus-draft-setup.
899
900 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
901
902         * gnus-start.el (gnus-read-active-for-groups): This function is never
903         called with a nil `infos', so clean that up.
904         (gnus-get-unread-articles): Request active files from primary/secondary
905         methods that have no groups (yet).
906
907 2011-02-03  Julien Danjou  <julien@danjou.info>
908
909         * message.el (message-setup-1): Always generate References first.
910         (message-mail): Return the return value of message-setup, not always t.
911         (message-setup-1): Insert mail-header-separator with read-only and
912         intangible properties set.
913
914         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
915         user-date in docstring.
916
917         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
918
919         * gnus.el (gnus-summary-line-format): Mention &user-date format in
920         docstring.
921
922         * gnus.el (gnus-user-date-format-alist): Change default value. Use
923         defcustom, with type and group. Move from gnus-util.el. Rename to
924         gnus-summary-user-date-format-alist.
925
926 2011-02-03  Glenn Morris  <rgm@gnu.org>
927
928         * nnimap.el (gnus-fetch-headers): Declare.
929
930         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
931
932 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
933
934         * message.el (message-forward-make-body-digest-plain)
935         (message-followup, message-reply): Clean up things noted by Stefan.
936
937         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
938         gnus-article-update-date-headers is nil.
939         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
940         it didn't really work with defcustom.
941         (article-update-date-lapsed): Make sure the window start doesn't move,
942         either.
943
944 2011-02-01  Julien Danjou  <julien@danjou.info>
945
946         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
947         format.
948
949         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
950         standard in Emacs nowadays.
951
952         * color.el (color-gradient): Add a color-gradient function.
953
954 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
955
956         * message.el (message-expand-name): Don't trust the return value of
957         bbdb-complete-name.
958         (message-check-news-header-syntax): Remove unused var `start'.
959         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
960         (message-inhibit-body-encoding): Move to before first use.
961         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
962         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
963         (Organization, Message-ID, Date, mh-previous-window-config):
964         Defvar the vars using dynamic scoping.
965
966 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
967
968         * shr.el (shr-render-td): Only do colours at the final rendering.
969         Should be slightly faster.
970         (shr-insert-table): Fix up TD background colours when doing the
971         vertical padding.
972
973         * gnus-art.el (article-date-ut): Protect against articles with no Date
974         header.
975         (article-update-date-lapsed): Don't use current-column to find the
976         horizontal position.  It's fragile in the presence of \003 characters.
977
978         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
979
980 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
981
982         * gnus-art.el (article-transform-date): Rewrite to still work when
983         there are several rfc2822 parts.
984         (article-transform-date): Fix infinite recursion.
985         (article-date-ut): Replace infinitely many Date headers with a single
986         one when called interactively.
987
988         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
989         secure manner.
990
991         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
992         move around by not using save-window-excursion.  It seems to work...
993
994 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
995
996         * gnus-art.el (article-make-date-line): Work for user-defined format.
997
998 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
999
1000         * nntp.el (nntp-retrieve-group-data-early)
1001         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1002         fetching functions.
1003
1004         * gnus-start.el (gnus-read-active-for-groups): Read the active files
1005         thoroughly for all backends that have no known groups.  This should
1006         allow new nnml methods to retrieve mail.
1007
1008         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1009         that Gnus doesn't know exists again.
1010
1011         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1012         (gnus-treat-date-ut): Ditto.
1013         (gnus-article-update-date-header): Rename.
1014         (gnus-treat-date-local): Remove.
1015         (gnus-treat-date-english): Remove.
1016         (gnus-treat-date-lapsed): Remove.
1017         (gnus-treat-date-combined-lapsed): Remove.
1018         (gnus-treat-date-original): Remove.
1019         (gnus-treat-date-iso8601): Remove.
1020         (gnus-treat-date-user-defined): Remove.
1021         (gnus-article-date-headers): New variable to control all the date
1022         header options.
1023         (article-date-ut): Rewrite to allow using the new way to format date
1024         headers(s).
1025
1026 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1027
1028         * nnmail.el (nnmail-article-group): Check for a direct fancy split
1029         method.
1030         (nnmail-article-group): A better test for fanciness.
1031
1032         * nnimap.el (nnimap-request-head): Protect against not finding the
1033         article by Message-ID.
1034
1035 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
1036
1037         * gnus-art.el (article-update-date-lapsed): Try a better way to really
1038         keep point at the "same place".
1039
1040 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1041
1042         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1043         data if the group is unactivated.
1044
1045 2011-01-28  Julien Danjou  <julien@danjou.info>
1046
1047         * gnus-win.el: Remove dead function gnus-window-configuration-element.
1048         (gnus-all-windows-visible-p): Remove old compatibility code.
1049         (gnus-window-top-edge): Add docstring.
1050
1051         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1052
1053 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1054
1055         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1056         older request-update-info.
1057
1058         * gnus-art.el (article-make-date-line): Limit the length a bit more.
1059
1060 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
1061
1062         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1063         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1064
1065 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1066
1067         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1068         groups.  This makes the nndraft:queue group pop up if it's not already
1069         there.
1070
1071         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1072         messages" logic, which was reversed.
1073
1074         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1075         the "same place" even if point is on the line being replaced.
1076         (article-update-date-lapsed): Allow updating both the combined lapsed
1077         and the lapsed headers.
1078         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1079         (article-make-date-line): Limit the number of segments dynamically to
1080         avoid too-long lines.
1081
1082 2011-01-27  Julien Danjou  <julien@danjou.info>
1083
1084         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1085         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1086
1087 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1088
1089         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1090         Use plist-get instead of the cl function getf.
1091
1092 2011-01-27  Glenn Morris  <rgm@gnu.org>
1093
1094         * gnus-util.el (float-time): Get rid of compiler warning, again.
1095
1096 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1097
1098         * shr.el (shr-put-color): Special-case background colours: Do put them
1099         at the blank parts at the front of the lines.
1100
1101         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1102         exit hook to nix out all data on readedness on group exit.
1103
1104         * gnus-util.el (float-time): If float-time is bound, always use it on
1105         all Emacsen.  It's unclear why the subrp check was there.
1106         (time-date): Require to make some autoload issues on XEmacs go away.
1107
1108         * shr.el (shr-put-color): Don't do the box padding in tables, since
1109         they're already padded.
1110
1111 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1112
1113         * gnus-art.el (gnus-article-next-page): When the last line of the
1114         article is displayed, scroll down once more instead of going to the
1115         next article at once.
1116         (article-lapsed-string): Refactor out and allow specifying how many
1117         segments you want.
1118         (gnus-article-setup-buffer): Start updating the lapsed header directly.
1119         (gnus-article-update-lapsed-header): New variable.
1120
1121         * shr.el: Revert change that made headings use different-sized faces.
1122         The Emacs display engine isn't advanced enough that, for instance,
1123         tables can comfortably use differently-sized faces.
1124
1125 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1126
1127         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1128         used.
1129         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1130         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1131         we're using an encrypted connection.
1132
1133         * proto-stream.el: Alter the interface functions to also return the
1134         actual stream type used: network or tls.
1135
1136 2011-01-25  Julien Danjou  <julien@danjou.info>
1137
1138         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1139         (mm-display-javascript-inline): New function.
1140
1141         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1142         viewing function.
1143
1144 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1145
1146         * shr.el (shr-expand-newlines): Fix variable name.
1147
1148 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1149
1150         * shr.el (shr-expand-newlines): Make nested boxes work.
1151
1152 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1153
1154         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1155         backgrounds.
1156         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1157         in a more sensible manner.
1158
1159 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1160
1161         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1162         if EPG is loaded.
1163
1164 2011-01-24  Julien Danjou  <julien@danjou.info>
1165
1166         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1167         tags.
1168
1169 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1170
1171         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1172         commands.
1173
1174         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1175         in the article buffer.
1176         (gnus-gravatar-insert): Use blank space from the current buffer to
1177         avoid breaking text properties.  This makes X-Sent updating work again.
1178
1179         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1180
1181 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1182
1183         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1184         fix the bug in url-http.el instead.
1185
1186         * shr.el (shr-image-fetched): Ditto.
1187
1188         * shr.el (shr-image-fetched): Avoid having point move in the article
1189         buffer.
1190
1191         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1192         buffer after being called.  It's apparently being killed by url.el, and
1193         killing it made point move to end-of-buffer in a random buffer.
1194
1195         * shr.el (shr-image-fetched): Ditto.
1196
1197 2011-01-23  Julien Danjou  <julien@danjou.info>
1198
1199         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1200
1201         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1202         text/x-org.
1203
1204 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1205
1206         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1207         (i.e., nnimap) returning nil as the article number.
1208
1209 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1210
1211         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1212         "DelSp" parameter in RFC3676.
1213
1214 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1215
1216         * message.el (message-check-recipients): Display the encoded version of
1217         the bogus address if they differ.
1218
1219         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1220         after sending.
1221
1222         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1223
1224         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1225
1226         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1227         group buffer after sending the queue.
1228
1229         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1230
1231 2011-01-22  Julien Danjou  <julien@danjou.info>
1232
1233         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1234
1235 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1236
1237         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1238         nested related parts.
1239
1240         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1241         unexpired articles.  This fixes the regression that led expiry marks to
1242         disappear from nnfolder groups.
1243
1244 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1245
1246         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1247         Don't confuse the "ret" of "retrograde" with RET.
1248
1249 2011-01-21  Julien Danjou  <julien@danjou.info>
1250
1251         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1252         than mm-insert-inline.
1253
1254 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1255
1256         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1257         Widen article buffer.
1258
1259 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1260
1261         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1262         the temp buffer.
1263         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1264
1265 2011-01-20  Julien Danjou  <julien@danjou.info>
1266
1267         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1268
1269         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1270         than mm-insert-inline to insert inline part: this respect
1271         mm-inline-media-tests displayers.
1272
1273         * mm-view.el (mm-display-shell-script-inline): New function.
1274
1275         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1276
1277         * mm-uu.el (mm-uu-type-alist): Add org block.
1278         (mm-uu-org-src-code-block-extract): New function.
1279
1280         * mm-view.el (mm-display-org-inline): New function.
1281
1282         * mm-decode.el (mm-automatic-display): Add text/org.
1283
1284         * mailcap.el (mailcap-mime-extensions): Add .org.
1285
1286 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1287
1288         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1289         gnus-article-add-buttons.
1290
1291 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1292
1293         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1294         From header with a date and "nobody" as the sender.
1295
1296 2011-01-19  Julien Danjou  <julien@danjou.info>
1297
1298         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1299         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1300         if you have the same regexp several times.
1301         (gnus-button-push): Fix matching when regexp is symbol.
1302
1303 2011-01-15  Glenn Morris  <rgm@gnu.org>
1304
1305         * message.el (message-mail): A compose-mail function should
1306         accept headers as strings.
1307
1308 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1309
1310         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1311         Add :vert-only tags.
1312         (message-mail): New arg RETURN-ACTION.
1313         (message-return-action): New var.
1314         (message-bury): Use it.
1315         (message-mode): Make it buffer-local.
1316         (message-send-and-exit): Always call message-bury.
1317
1318         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1319         message-mail.
1320
1321 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1322
1323         * nnimap.el (nnimap-convert-partial-article): Protect against
1324         zero-length body parts.
1325
1326         * mm-decode.el (mm-preferred-alternative-precedence):
1327         Discourage showing empty parts.
1328
1329         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1330         and stuff if the backend didn't return the article number.  This fixes
1331         an Exchange-related nnimap bug.
1332
1333         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1334         group window, because it does the wrong thing when a separate frame
1335         displays the group buffer.
1336
1337         * proto-stream.el (open-protocol-stream): Protect against the low-level
1338         transport functions returning nil.
1339
1340 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1341
1342         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1343         (mml2015-epg-find-usable-secret-key): New function.
1344         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1345         mml2015-epg-find-usable-key (Bug#7797).
1346         (mml2015-epg-encrypt): Ditto.
1347
1348 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1349
1350         * dgnushack.el (rot13-string): Fix the way to get the argument.
1351
1352 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1353
1354         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1355
1356 2011-01-03  Glenn Morris  <rgm@gnu.org>
1357
1358         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1359
1360         * sieve.el (sieve-open-server): Give a more explicit error if
1361         sieve-manage-open returns nil.  (Bug#7720)
1362
1363 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1364
1365         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1366
1367 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1368
1369         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1370         This avoids sending passwords in plain text over non-encrypted
1371         channels.
1372
1373         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1374
1375         * nnimap.el (nnimap-login): Refactored out into own function, and
1376         implement CRAM-MD5.
1377         (nnimap-wait-for-line): Refactored out.
1378
1379         * mm-view.el (mml-smime): Require.
1380
1381 2010-12-20  David Engster  <deng@eml.cc>
1382
1383         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1384         use EPG to decrypt S/MIME messages instead of openssl.
1385
1386 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1387
1388         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1389
1390         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1391         status is the group clearly is unreachable.
1392
1393         * auth-source.el (auth-source-create): Add the optional second
1394         parameter to `local-variable-p' to be compatible with XEmacs.
1395
1396 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1397
1398         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1399         work when using a compressed nnml folder.
1400
1401 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1402
1403         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1404         backends after sanitising on entry, because this never makes sense:
1405         If the articles have gone missing, then the data no longer exists on
1406         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1407         overwrite anything anyway.
1408
1409         * shr.el (shr-insert-document): Bind shr-width dynamically to
1410         window-width if it's nil.
1411
1412 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1413
1414         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1415         with the meaning of using the full emacs window width for rendering.
1416
1417 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1418
1419         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1420         case when sender is not given.
1421
1422 2010-12-23  Julien Danjou  <julien@danjou.info>
1423
1424         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1425         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1426         the addresses, otherwise we might misplaced the gravatar.
1427
1428 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1429
1430         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1431         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1432         obsolete in Emacs.
1433
1434 2010-12-20  Julien Danjou  <julien@danjou.info>
1435
1436         * gnus-util.el (gnus-rescale-image): Revert last change.
1437
1438 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1439
1440         * binhex.el: Improve commentary (Bug#7482).
1441
1442 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1443
1444         * gnus-group.el (gnus-group-delete-articles): New command.
1445
1446 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1447
1448         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1449
1450 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1451
1452         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1453         here, since it's up to the backends to do CRLF removal if their
1454         protocol has it.
1455
1456         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1457
1458 2010-12-17  Julien Danjou  <julien@danjou.info>
1459
1460         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1461         they are from file. Can also scale up.
1462
1463 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1464
1465         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1466         gnus-use-agent.
1467         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1468
1469         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1470
1471 2010-12-17  Julien Danjou  <julien@danjou.info>
1472
1473         * gravatar.el (gravatar-retrieve-synchronously): New function.
1474         (gravatar-get-data): Make more robust.
1475
1476 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1477
1478         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1479
1480 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1481
1482         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1483         to really consider the last line.
1484
1485 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1486
1487         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1488         list of recipient keys, or use symmetric encryption if not a list.
1489         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1490         EPA override, replacing the call to `netrc-store-data'.
1491
1492 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1493
1494         * gnus-srvr.el: Avoid passing nil regexp argument to
1495         delete-matching-lines.
1496
1497 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1498
1499         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1500         fetching stops when Gnus exits.
1501
1502         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1503         function.
1504         (nnfolder-request-expire-articles): Save all the buffers after doing
1505         expiry.
1506
1507         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1508         the last article", since that led to serious performance regressions
1509         when expiring nnml groups.
1510
1511 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1512
1513         * nnir.el: Improve customizations.
1514
1515 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1516
1517         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1518
1519         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1520         group has been killed.
1521         (gnus-group-yank-group): Ditto.
1522
1523         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1524
1525         * nnimap.el (nnimap-request-update-group-status): New function.
1526
1527         * gnus-int.el (gnus-request-update-group-status): New interface
1528         function.
1529
1530         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1531         copying read-ness to the backends.
1532
1533         * nnimap.el (nnimap-quirk): New function.
1534         (nnimap-retrieve-group-data-early): Use it.
1535         (nnimap-quirks): New alist.
1536
1537 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1538
1539         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1540         don't delete it within indentation.
1541
1542 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1543
1544         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1545         previous line.
1546
1547 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1548
1549         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1550         QRESYNC command by deleting a superfluous space which broke Cyrus
1551         servers.  This change will break other servers that are buggy the other
1552         way around.
1553
1554 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1555
1556         * spam.el: Reindent and fix long lines.
1557         (spam-copy-or-move-routine): Exclude invalid move destinations.
1558
1559 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1560
1561         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1562         installed the registry.
1563
1564 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1565
1566         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1567
1568 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1569
1570         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1571         groupname doesn't contain "gmane".
1572
1573 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1574
1575         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1576         and netrc-bound-and-true-p bindings.
1577         (netrc-parse): Cache the netrc contents.
1578
1579         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1580         (gnus-1): Don't create the nndrafts group twice.
1581         (gnus-setup-news): There's no need to read the active file here, since
1582         that's done again later on a per-backend basis.
1583         (gnus-start-draft-setup): Make sure that the new group is started out
1584         empty.
1585
1586         * gnus-agent.el (gnus-agentize): Don't create the queue group
1587         automatically on startup.  It'll be created later, if needed.
1588
1589         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1590         of automatically subscribed groups.
1591         (gnus-auto-subscribed-categories): New variable.
1592         (gnus-matches-options-n): Use it.
1593         (gnus-default-subscribed-newsgroups): Remove unused variable.
1594         (gnus-start-draft-setup): Message a bit less.
1595
1596 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1597
1598         * nnir.el (nnir-run-imap): Return article list in order of increasing
1599         UID.
1600
1601 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1602
1603         * gnus-sum.el (gnus-summary-enter-digest-group):
1604         Mention gnus-auto-select-on-ephemeral-exit.
1605
1606         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1607         convention of the network-only option.
1608
1609 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1610
1611         * proto-stream.el (proto-stream-open-network-only): New function to
1612         have a way to specify non-STARTTLS upgrade connections.
1613
1614 2010-12-10  Julien Danjou  <julien@danjou.info>
1615
1616         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1617         email address is nil.
1618
1619         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1620
1621 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1622
1623         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1624         deletion.
1625         (nnir-run-imap): Only need to parse list once.
1626
1627 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1628
1629         * shr.el (shr-tag-script): Ignore <script>.
1630         (shr-tag-label): Add <label> support.
1631
1632 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1633
1634         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1635
1636         * shr.el (shr-image-displayer): Work for images lined side by side.
1637
1638 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1639
1640         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1641         parameter, since XEmacs doesn't accept t as a parameter.
1642
1643 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1644
1645         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1646         ids.
1647         (nnir-run-gmane): Simplify groupspec formatting.
1648         (nnir-request-expire-articles): New function.
1649
1650 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1651
1652         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1653         overflow, possibly.
1654
1655         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1656         (shr-render-td): Handle td style="" better.
1657         (shr-tag-table): Use the color from the style sheet.
1658         (shr-render-td): Make sure we copy over all the overlays, too.
1659
1660 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1661
1662         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1663         (nnir-request-article): Improve article retrieval.
1664
1665 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1666
1667         * mm-util.el (mm-extra-numeric-entities): New variable.
1668
1669         * mm-url.el (mm-url-decode-entities):
1670         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1671
1672         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1673
1674 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1675
1676         * message.el: Use completion-at-point.
1677         (message-completion-function): New fun, extracted from message-tab.
1678         (message-mode): Use it for completion-at-point-functions.
1679         (message-tab): Use it and completion-at-point.
1680
1681 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1682
1683         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1684         character if a non-breakable character follows.
1685
1686 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1687
1688         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1689         any stream.
1690
1691         * shr.el (shr-tag-font): Colorize the region.
1692         (shr-tag-body): Ditto.
1693         (shr-tag-font): Actually let the styles be inherited instead of
1694         overwriting them.
1695         (shr-tag-font): Get the background color right.
1696         (shr-tag-style): Ignore all <style> tags for the moment.
1697
1698         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1699         a Message-ID to avoid having nnimap depend on gnus-sum.
1700
1701         * shr.el (shr-descend): Only colorize something if we have a node that
1702         sets colors.
1703
1704 2010-12-06  Julien Danjou  <julien@danjou.info>
1705
1706         * shr.el (shr-render-td): Render td content with shr-descend, so style
1707         will be applied to <td> too.
1708         (shr-colorize-region): Colorize region even if we only have a background.
1709         (shr-tag-body): Fix color and background color inheritance.
1710         Do not recolorize after shr-generic.
1711         (shr-tag-font): Let shr-generic colorize via inheritance.
1712
1713 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1714
1715         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1716
1717 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1718
1719         * nnir.el (nnir-request-move-article): Remove obsolete code.
1720
1721 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1722
1723         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1724
1725 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1726
1727         * gnus-sum.el (gnus-summary-respool-article): The completion function
1728         expects a list instead of an alist.
1729
1730         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1731         string as the parameter.
1732
1733         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1734
1735         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1736         styles.
1737         (shr-colorize-region): New function.
1738         (shr-insert-background-overlay): Remove.
1739         (shr-render-td): Background setting should be taken care of on a higher
1740         level.
1741         (shr-tag-body): Use post-hoc colorizations.
1742         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1743         (shr-put-color-1): Don't overwrite old colors.
1744         (shr-colorize-region): When the background color isn't explicit, use
1745         a fixed background.
1746
1747         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1748         nnmail variables.
1749
1750 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1751
1752         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1753         unless necessary.
1754
1755 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1756
1757         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1758         server.
1759
1760 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1761
1762         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1763         so that TAB works.
1764
1765         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1766         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1767
1768         * shr.el (shr-urlify): Show the URL before the title to avoid
1769         misleading URLs.
1770
1771 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1772
1773         * shr.el (shr-urlify): Display the title in <a> tags.
1774
1775 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1776
1777         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1778
1779 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1780
1781         * nnir.el: Rearrange code to allow macros to be autoloaded by
1782         gnus-sum.el.
1783         (nnir-retrieve-headers-override-function): Make this variable
1784         customizable.
1785         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1786
1787         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1788         from nnir.el.
1789
1790 2010-12-03  Julien Danjou  <julien@danjou.info>
1791
1792         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1793
1794 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1795
1796         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1797         allow optional argument `environment'.
1798
1799 2010-12-03  Glenn Morris  <rgm@gnu.org>
1800
1801         * mm-extern.el (message-goto-body): Update declaration.
1802
1803 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1804
1805         * gnus-util.el (gnus-macroexpand-all): New function.
1806
1807         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1808         instead of macroexpand-all that is unavailable in XEmacs.
1809
1810 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1811
1812         * nnir.el (nnir-summary-line-format): New variable.
1813         (nnir-mode): Use it.
1814         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1815         (nnir-article-ids): Reimplement as defsubst.
1816         (nnir-retrieve-headers): Don't mangle the subject header.
1817         (nnir-run-imap): Use 100 as RSV score.
1818         (nnir-run-find-grep): Fix for full server searching.
1819         (nnir-run-gmane): Better restriction to gmane groups.
1820
1821         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1822         summary buffers.
1823
1824 2010-12-02  Julien Danjou  <julien@danjou.info>
1825
1826         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1827
1828         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1829
1830         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1831         support.
1832
1833 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1834
1835         * nnir.el: Update to handle the registry better.
1836         (autoload): Silence byte-compiler.
1837         (nnir-open-server): Add a hook for nnir groups.
1838         (nnir-request-move-article): Don't mangle the header. Better to use
1839         formating variables (which will be added in the future).
1840         (nnir-registry-action): Update the registry using the original article
1841         group name.
1842         (nnir-mode): Install nnir-specific hooks for updating the registry.
1843
1844         * gnus-sum.el
1845         (gnus-article-original-subject,gnus-newsgroup-original-name):
1846         Remove obsolete variables.
1847         (gnus-summary-move-article): Remove use of obsolete variables.
1848         (gnus-summary-local-variables): Make move and delete hooks local to
1849         summary buffers.
1850
1851 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1852
1853         * rtree.el: New file.
1854
1855 2010-12-01  Julien Danjou  <julien@danjou.info>
1856
1857         * message.el (message-user-organization): Do not use
1858         gnus-local-organization.
1859
1860         * gnus.el: Remove gnus-local-organization.
1861
1862         * gnus-msg.el: Remove nastygram thing.
1863
1864 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1865
1866         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1867         funcall.
1868
1869 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1870
1871         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1872         names.
1873
1874         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1875         characters.
1876
1877         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1878         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1879         Suggested by Štěpán Němec <stepnem@gmail.com>.
1880         (gnus-gravatar-transform-address): Use mail-extract-address-components
1881         that supports non-ASCII names rather than mail-header-parse-addresses.
1882
1883 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1884
1885         * proto-stream.el (open-protocol-stream): All starttls connections are
1886         handled by the network handler.
1887
1888 2010-11-30  Julien Danjou  <julien@danjou.info>
1889
1890         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1891         (nnimap-open-connection-1): Fix PREAUTH.
1892
1893         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1894
1895 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1896
1897         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1898         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1899         (shr-insert): Use them.
1900         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1901
1902 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1903
1904         * nnir.el (nnir-request-move-article): Bail out if original group
1905         doesn't support article moves.
1906         (nnir-get-active): Improve active list retrieval.
1907
1908 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1909
1910         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1911
1912 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1913
1914         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1915         seem to accept strings-with-numbers as port numbers,
1916
1917 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1918
1919         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1920         change the registry.
1921
1922 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1923
1924         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1925         delete-dups that is not available in XEmacs 21.4.
1926
1927         * mm-util.el (mm-delete-duplicates): Add comment.
1928
1929 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1930
1931         * nnir.el (nnir-ignored-newsgroups): New variable.
1932         (nnir-get-active): Use it.
1933
1934 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1935
1936         * proto-stream.el (proto-stream-open-network): Add some comments.
1937
1938         * nntp.el (nntp-open-connection): Provide a :success condition.
1939
1940         * nnimap.el (nnimap-open-connection-1): Ditto.
1941
1942         * proto-stream.el (proto-stream-open-network): See what the response to
1943         the STARTTLS command is.
1944
1945         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1946         backwards compatibility).
1947         (nnimap-open-connection-1): Really respect nnimap-server-port.
1948
1949         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1950         TLS upgrades we don't really care about the identity of the peer.
1951         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1952         that what we've checked for.
1953         (proto-stream-always-use-starttls): Only default to t if
1954         open-gnutls-stream exists.
1955         (proto-stream-open-network): If STARTTLS failed, then just open a
1956         normal connection.
1957         (proto-stream-open-network): Wait until the greeting before doing
1958         STARTTLS.
1959
1960         * nntp.el (nntp-open-connection): Report what the connection error is.
1961
1962         * proto-stream.el (open-protocol-stream): Rename from
1963         open-proto-stream.
1964
1965 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1966
1967         * nnimap.el (nnimap-stream): Change default to `undecided'.
1968         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1969         first, and then network.
1970         (nnimap-open-connection-1): Respect nnimap-server-port.
1971         (nnimap-open-connection): Be more backwards-compatible.
1972
1973         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1974         (proto-stream-open-starttls): De-duplicate the starttls code.
1975         (proto-stream-open-starttls): Folded back into the main function.
1976         (proto-stream-open-network): Fix typo in the gnutls path.
1977         (proto-stream-command): Refactor out.
1978
1979         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1980
1981         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1982         starttls.el STARTTLS.
1983
1984         * color.el (color-lab->srgb): Fix function call name.
1985
1986         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1987         if we're using tls.el.
1988         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1989         built in, then don't try to establish a STARTTLS connection.
1990
1991         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1992         servers.
1993
1994         * proto-stream.el (open-proto-stream): Use network, not stream.
1995         (open-proto-stream): Add a way to specify what the end of a command is.
1996
1997         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1998         connections types.
1999         (nntp-open-network-stream): Remove.
2000         (nntp-open-ssl-stream): Remove.
2001         (nntp-open-tls-stream): Remove.
2002         (nntp-ssl-program): Remove.
2003
2004         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2005
2006 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
2007
2008         * nnir.el: Fix typos.
2009         (nnir-retrieve-headers-override-function): Rename variable to reflect
2010         new semantics.
2011         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2012         macros.
2013         (nnir-request-article, nnir-request-move-article): Use them.
2014         (nnir-categorize): New function.
2015         (nnir-run-query): Use it.
2016         (nnir-retrieve-headers): Rewrite to batch header retrieval.
2017         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2018         sorted.
2019         (nnir-group-full-name): Use gnus-group-full-name instead.
2020         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2021         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2022
2023 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2024
2025         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2026
2027         * proto-stream.el: New library to provide protocol-specific
2028         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2029         protocols.
2030         (open-proto-stream): Complete the documentation.
2031         (proto-stream-open-network): Fix some typos.
2032
2033         * nnimap.el (nnimap-open-connection): Use it.
2034
2035 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
2036
2037         * pop3.el (pop3-open-server): Read server greeting before starting TLS
2038         negotiation.
2039
2040 2010-11-26  Julien Danjou  <julien@danjou.info>
2041
2042         * color.el: Rename various rgb functions to srgb.
2043
2044 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2045
2046         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2047         names.
2048
2049 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2050
2051         * shr.el (shr-insert): Revert last change.
2052         (shr-find-fill-point): Never leave point being at bol;
2053         relax the kinsoku limitation when rendering tables.
2054
2055 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2056
2057         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2058         results from -accept-article.
2059
2060         * shr-color.el: Require cl when compiling.
2061
2062         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2063         checkin.
2064
2065         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2066
2067         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2068
2069         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2070         'add and 'delete to set backend marks.
2071
2072         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2073
2074         * nnheader.el (nnheader-update-marks-actions): Refactor out.
2075
2076         * nntp.el (nntp-request-set-mark): Use it.
2077
2078         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2079
2080         * nnml.el (nnml-request-set-mark): Ditto.
2081
2082         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2083         introduces regressions in article selection.
2084         (nnimap-find-uid-response): New function.
2085         (nnimap-request-accept-article): Use the UID returned, if any.
2086         (nnimap-request-move-article): Use the UID returned, if any.
2087         (nnimap-get-groups): Reimplement to work with folded lines.
2088         (nnimap-find-uid-response): The UID is the last element in the list.
2089         (nnimap-request-set-mark): Extend syntax with 'set.
2090
2091         * nnml.el (nnml-request-set-mark): Ditto.
2092
2093         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2094
2095         * nntp.el (nntp-request-set-mark): Ditto.
2096
2097 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2098
2099         * message.el (message-called-interactively-p): A temporary macro.
2100         (message-goto-body): Use it temporarily.
2101
2102 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2103
2104         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2105         (nnimap-last-response-string): Unfold quoted lines, if they exist.
2106         (nnimap-last-response-string): Fix last unfolding fix.
2107
2108 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2109
2110         * shr.el (shr-insert): Fix the way to fold lines.
2111
2112 2010-11-25  Julien Danjou  <julien@danjou.info>
2113
2114         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2115
2116         * color.el: Rename from color-lab.el
2117         (color-rgb->hex): Add.
2118         (color-complement): Add.
2119         (color-complement-hex): Add.
2120
2121         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2122
2123 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2124
2125         * shr-color.el (shr-color-visible): Don't bug out if the colour names
2126         don't exist.
2127
2128 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2129
2130         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2131         assuming that article displaying or another mml-preview may be
2132         interrupted for an error or for the like.
2133
2134         * shr.el (shr-get-background): Fix argument name.
2135
2136 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2137
2138         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2139
2140         * gnus-sum.el (gnus-summary-include-articles): New function.
2141
2142         * message.el (message-goto-body): called-interactively-p needs a
2143         parameter, so use `any'.
2144
2145         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2146         clear marks before moving, since they're synced from the Gnus side
2147         first.
2148
2149         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2150         (gnus-summary-move-article): Copy over all marks before moving, so that
2151         IMAP doesn't think a new article has arrived.
2152
2153 2010-11-24  Julien Danjou  <julien@danjou.info>
2154
2155         * shr.el (shr-insert-background-overlay): Fix typo.
2156         (shr-render-td): Copy the background before rendering.
2157
2158         * shr-color.el (shr-color-visible): Fix docstring.
2159
2160         * shr.el (shr-tag-table): Add bgcolor support.
2161         (shr-render-td): Add bgcolor support.
2162         (shr-get-background): Add.
2163         (shr-insert-foreground-overlay): Use shr-get-background.
2164
2165         * message.el (message-goto-body): Use called-interactively-p.
2166         (message-in-body-p): message-goto-body returns point.
2167
2168 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2169
2170         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2171         Fixes something or other in Emacs 23, and is backwards compatible.
2172
2173         * message.el (message-goto-body): Remove the <#secure special-casing,
2174         which is too special.
2175
2176         * shr.el (shr-parse-style): Drop !important from styles.
2177
2178 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2179
2180         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2181         this function to return incorrect results when calling it with an
2182         explicit article argument different from
2183         (gnus-summary-article-number).
2184
2185 2010-11-24  Julien Danjou  <julien@danjou.info>
2186
2187         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2188         (shr-tag-body): Add background support.
2189         (shr-descend): Add background support.
2190         (shr-tag-title): Add.
2191
2192         * shr-color.el (shr-color-visible): Really return original background
2193         if fixed.
2194
2195 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2196
2197         * shr.el (shr-color-check): Protect against non-existent colour names.
2198
2199 2010-11-24  Julien Danjou  <julien@danjou.info>
2200
2201         * color-lab.el: Require 'cl when compiling.
2202
2203         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2204
2205         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2206         matched part.
2207
2208         * color-lab.el: Fix all expt calls to use float type.
2209
2210 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2211
2212         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2213         expression to shr-color-check as is.
2214
2215         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2216
2217         * color-lab.el: Add coding cookie.
2218         (float-pi): Use eval-and-compile.
2219
2220         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
2221         compiled for Emacsen having no `libxml-parse-html-region' support.
2222
2223 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2224
2225         * shr.el (shr-insert-color-overlay): Split stuff like
2226         "#444444 !important" to find the real colour.
2227         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2228         parse <font color="red"> entries.
2229
2230 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2231
2232         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2233         point when parsing headers.
2234
2235         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2236         is positioned properly when parsing headers.
2237
2238 2010-11-23  Julien Danjou  <julien@danjou.info>
2239
2240         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2241
2242         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2243
2244         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2245
2246         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2247         Use shr-color-hue-to-rgb.
2248         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2249
2250 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2251
2252         * shr.el (shr-color->hexadecimal): Autoload.
2253         (shr-descend): Add color to all tags.
2254
2255 2010-11-22  Julien Danjou  <julien@danjou.info>
2256
2257         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2258         shr-color->hexadecimal.
2259
2260         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2261         RGB() or HSL() color representation.
2262
2263         * shr.el (shr-tag-font): Add.
2264         (shr-tag-color-check): New function to get better colors.
2265         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2266         tag-span.
2267
2268         * shr-color.el: New file.
2269
2270         * color-lab.el: New file.
2271
2272         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2273
2274 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2275
2276         * nnir.el: Fix typo in comments.
2277         (nnir-run-imap): Simplify code. No need to reverse artlist.
2278         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2279
2280 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2281
2282         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2283
2284         * nnimap.el (nnimap-get-capabilities): Refactor out.
2285         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2286
2287 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2288
2289         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2290         appearing when `mm-uu-hide-markers' is nil.
2291
2292 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2293
2294         * nnimap.el (nnimap-unselect-group): Make into its own function.
2295         (nnimap-request-rename-group): Unselect group before renaming.
2296         This had gotten lost somewhere.
2297         (nnimap-request-accept-article): Keep track of examined groups, and
2298         unselect the group before APPENDing to read-only groups.
2299         (nnimap-request-move-article): Clear flags before moving so that they
2300         can be re-set later.
2301
2302 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2303
2304         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2305         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2306
2307 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2308
2309         * gnus-art.el (gnus-mime-display-single)
2310         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2311         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2312         parameter.
2313
2314 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2315
2316         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2317         (shr-table-vertical-line): New variable.
2318         (shr-insert-table): Use it.
2319
2320 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2321
2322         * gnus-html.el (gnus-html-wash-images): Don't display images if
2323         gnus-inhibit-images is non-nil; register displayer for cid images.
2324         (gnus-html-display-image): Work for cid image.
2325         (gnus-html-insert-image): Allow arguments.
2326         (gnus-html-put-image): Inhibit read-only.
2327         (gnus-html-prefetch-images): Don't prefetch images if
2328         gnus-inhibit-images is non-nil.
2329
2330 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2331
2332         * shr.el (shr-put-image): Break lines when inserting big pictures.
2333
2334 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2335
2336         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2337         sender, thanks Katsumi Yamaoka.
2338
2339 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2340
2341         * nnir.el (nnir-run-imap): Reverse the article list for each group
2342         rather than the whole list.
2343
2344 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2345
2346         * shr.el (shr-image-displayer): Protect function against non-existent
2347         image source.
2348
2349         * gnus-art.el (gnus-inhibit-images): New user option.
2350         (gnus-mime-display-single): Don't display image if it is non-nil.
2351
2352         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2353         gnus-inhibit-images.
2354
2355         * shr.el (shr-image-displayer): New function.
2356         (shr-tag-img): Use it.
2357
2358 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2359
2360         * mml2015.el (mml2015-epg-sign): Use From header.
2361
2362 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2363
2364         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2365
2366         * gnus-util.el (gnus-find-text-property-region): Return markers.
2367
2368         * shr.el (shr-tag-img): Put a displayer in the text property.
2369
2370         * gnus-util.el (gnus-find-text-property-region): New utility function.
2371
2372         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2373         (gnus-html-show-images): Remove.
2374
2375         * gnus-art.el (gnus-article-show-images): New, more general function.
2376
2377         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2378         image url text properties.
2379
2380         * shr.el: Ditto.
2381
2382         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2383         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2384
2385 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2386
2387         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2388         work for two or more articles.
2389
2390 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2391
2392         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2393         divide an image that's in an html article to two or more when washing
2394         non-ASCII characters in alt text of it.
2395
2396 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2397
2398         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2399         smime-decrypt-region using function argument.
2400         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2401
2402         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2403
2404         * smime.el (smime-decrypt-region): Catch it.
2405
2406 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2407
2408         * smime.el (smime-mode-map): Move initialization into declaration.
2409         (gnus-run-mode-hooks): Don't autoload.
2410         (smime-mode): Use define-derived-mode.
2411
2412 2010-11-11  Glenn Morris  <rgm@gnu.org>
2413
2414         * smime.el (from): Restrict declaration to XEmacs.
2415
2416         * nnir.el (gnus-group-topic-name): Autoload.
2417
2418 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2419
2420         * shr.el (shr-insert): Don't break long line if it is because of
2421         kinsoku-bol characters in the line end.
2422
2423 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2424
2425         * nnir.el (nnir-request-move-article): Fix to provide original group
2426         and subject.
2427         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2428         been retrieved.
2429
2430         * gnus-sum.el (gnus-summary-move-article): Use original group and
2431         subject for virtual articles such as those in an nnir summary buffer.
2432
2433 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2434
2435         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2436         least 21.5).
2437
2438         * smime.el (from): Declare it again for XEmacs.
2439
2440 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2441
2442         * message.el (message-resend): Don't disable encoding unless it's
2443         already encoded.
2444
2445         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2446         low-numbered articles.
2447
2448 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2449
2450         * rfc2047.el (rfc2047-syntax-table): Simplify.
2451
2452         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2453
2454         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2455         set-char-table-range for XEmacs.
2456
2457 2010-11-10  Glenn Morris  <rgm@gnu.org>
2458
2459         * time-date.el (time-to-seconds): Always an alias on Emacs,
2460         never a real function.
2461         (with-no-warnings): Remove compat stub, now unused.
2462         (time-less-p): Doc fix.
2463         (time-to-number-of-days): Simplify.
2464
2465         * smime.el (from): Remove unused declaration.
2466
2467         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2468         (gnus-float-time): On Emacs, always an alias.
2469
2470         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2471         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2472
2473 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2474
2475         * dgnushack.el: Don't use ignore-errors in the top level form since it
2476         is unavailable in XEmacs even if cl is loaded.
2477
2478         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2479
2480 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2481
2482         * shr.el (browse-url-mailto): Autoload.
2483
2484         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2485
2486         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2487         regexp doesn't need quoting.
2488
2489 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2490
2491         * message.el (message-subject-trailing-was-ask-regexp)
2492         (message-subject-trailing-was-regexp): Match was: in addition to was.
2493
2494 2010-11-09  Glenn Morris  <rgm@gnu.org>
2495
2496         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2497         (nnbabyl-check-mbox): Use point-at-bol.
2498
2499 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2500
2501         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2502
2503         * message.el (message-mailto): New function.
2504         (message-mailto): Should accept other parameters.
2505         (message-mailto): Remove since it duplicates browse-url-mailto
2506         functionality.
2507
2508 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2509
2510         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2511         methods.
2512         (gnus-read-active-file): Ditto.
2513
2514         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2515         ": " from the prompt.
2516         (gnus-group-make-group): Ditto.
2517
2518 2010-11-07  Glenn Morris  <rgm@gnu.org>
2519
2520         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2521         (gnus-bookmark-kill-line): Use point-at-eol.
2522
2523 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2524
2525         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2526         asterisks in From header.
2527
2528 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2529
2530         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2531         string to avoid making the From headers syntactically invalid.
2532
2533         * message.el (message-send-mail): Don't insert courtesy messages if the
2534         message already has List-Post and List-ID messages.
2535
2536 2010-11-06  Glenn Morris  <rgm@gnu.org>
2537
2538         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2539         `condition', `type', `length' a prefix.
2540         (gnus-treat-predicate): Update for above name changes.
2541
2542 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2543
2544         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2545         binding.  Handled by `gnus-summary-refer-thread' instead.
2546         (nnir-warp-to-article): New backend function.
2547
2548         * nnimap.el (nnimap-request-thread): Force dependency updating.
2549
2550         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2551         (gnus-summary-refer-thread): Rework to improve thread-referral.
2552
2553         * gnus-int.el (gnus-warp-to-article): New function.
2554
2555         * gnus-sum.el (gnus-summary-article-map): Bind it.
2556
2557 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2558
2559         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2560         gnus-summary-refer-thread.
2561
2562         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2563         headers.
2564         (gnus-summary-limit-include-thread): Prevent articles in thread from
2565         being cut in gnus-cut-threads.
2566         (gnus-summary-refer-thread): Limit retrieved headers to those in
2567         thread.
2568
2569 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2570
2571         * message.el (message-send-mail): Use the value of
2572         message-courtesy-message from the message buffer.
2573
2574         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2575
2576         * shr.el (shr-browse-url): Implement mailto: URLs.
2577
2578         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2579         "raw".
2580
2581         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2582         if it's already selected.
2583
2584         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2585
2586 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2587
2588         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2589         to measure the length and truncate alt text.
2590
2591 2010-11-03  Glenn Morris  <rgm@gnu.org>
2592
2593         * nndiary.el (nndiary-generate-nov-databases-1)
2594         (nndiary-generate-active-info): Rename dynamic variable `files' to
2595         something less generic.
2596
2597 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2598
2599         * nnir.el (nnir-request-move-article): Call the underlying backend to
2600         move articles from nnir.
2601
2602 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2603
2604         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2605
2606 2010-11-02  Julien Danjou  <julien@danjou.info>
2607
2608         * nnir.el: Remove wais support.
2609
2610 2010-11-02  Glenn Morris  <rgm@gnu.org>
2611
2612         * gnus-html.el: Reorder requirements to quieten compiler.
2613
2614 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2615
2616         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2617         properly for XEmacs as well.
2618         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2619         (gnus-article-natural-long-line-p): Use window-width rather than
2620         frame-width.
2621
2622 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2623
2624         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2625         (nnir-read-parms): Don't modify query.
2626         (nnir-run-query): Add ability to search topic on current line.
2627         (nnir-get-active): Clean up.
2628
2629 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2630
2631         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2632         degenerate articles.
2633
2634         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2635         (gnus-print-buffer): Just print the buffer as is, without any copying
2636         to a buffer and then re-highlighting.
2637
2638         * nnimap.el (nnimap-request-group): Store the new updated info.
2639         (nnimap-request-group): Select the group when we don't know whether it
2640         exists or not.
2641
2642         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2643         groups.
2644
2645         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2646         groups.
2647
2648         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2649         groups.
2650
2651         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2652         long-lines case by only filling the long lines.
2653
2654         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2655         (bug #7311).
2656
2657 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2658
2659         * shr.el: No need to declare `declare-function' since shr.el is for
2660         only Emacsen that provide `libxml-parse-html-region'.
2661
2662         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2663         effective only in a file it is referred to.
2664
2665 2010-11-01  Glenn Morris  <rgm@gnu.org>
2666
2667         * mm-util.el (gnus-completing-read): Autoload.
2668         (mm-read-coding-system): Simplify Emacs definition.
2669
2670         * nnmail.el (gnus-activate-group):
2671         * nnimap.el (gnutls-negotiate):
2672         * nntp.el (netrc-parse): Fix declarations.
2673
2674 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2675
2676         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2677         string-match-p in Emacs >=23.
2678
2679         * gnus-msg.el (gnus-configure-posting-styles)
2680         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2681
2682 2010-11-01  Glenn Morris  <rgm@gnu.org>
2683
2684         * nnir.el (declare-function): Add compat stub.
2685         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2686         (nnir-run-gmane): Require 'mm-url.
2687
2688         * mm-util.el (mm-string-to-multibyte): Simplify.
2689
2690         * shr.el (declare-function): Add compat stub.
2691         (url-cache-create-filename): Declare.
2692         (mm-disable-multibyte, widget-convert-button): Autoload.
2693
2694         * smime.el (ldap-search): Declare.
2695         (smime-cert-by-ldap-1): Require ldap on Emacs.
2696
2697         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2698         (nnimap-keepalive): Use gnus-float-time.
2699
2700         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2701         (mail-source-delete-crash-box): Use gnus-float-time.
2702
2703         * gnus-dired.el (gnus-completing-read): Autoload.
2704
2705         * mm-view.el (gnus-rescale-image): Autoload.
2706
2707         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2708
2709         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2710
2711         * sieve-manage.el: Require 'cl when compiling.
2712
2713         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2714         (gnus-iswitchb-completing-read): Require iswitchb.
2715         (gnus-select-frame-set-input-focus): Silence compiler.
2716
2717 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2718
2719         * message.el (message-subject-trailing-was-query): Change default to t,
2720         since I think that's what most people want.
2721
2722         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2723         appending for easier debugging.
2724         (nnimap-wait-for-connection): Take a regexp.
2725         (nnimap-request-accept-article): Wait for the continuation line before
2726         sending anything unless we're streaming.
2727
2728         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2729         leave the header washing to take place.
2730
2731 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2732
2733         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2734         regular expression match and replace in posting styles.
2735
2736 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2737
2738         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2739         an entire server.
2740         (nnir-get-active): New function.
2741         (nnir-run-imap): Use it.
2742         (nnir-run-gmane): Who knew, gmane search returns an article score!
2743
2744         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2745         server on the current line with nnir.
2746
2747 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2748
2749         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2750         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2751         left edge.
2752         (gnus-article-foldable-buffer): Skip past the prefix when determining
2753         raggedness.
2754
2755         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2756         the raw article, and change `C-u g' to show the article without doing
2757         treatments.
2758
2759         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2760         on to `gnus-treat-article'.
2761         (gnus-inhibit-article-treatments): New variable.
2762
2763         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2764
2765         * gnus-art.el (gnus-treatment-function-alist): Have
2766         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2767         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2768         sections.
2769
2770         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2771         parameter.
2772         (gnus-article-fill-cited-long-lines): New function.
2773         (gnus-article-fill-cited-article): Allow filling only long sections.
2774
2775         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2776         and non-punctuation (like after the apostrophe in "'We").
2777
2778         * gnus-sum.el (gnus-summary-select-article): Make sure
2779         gnus-original-article-buffer is alive.
2780
2781         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2782         reflect the order they're in in the digest.
2783
2784         * gnus.el (gnus-group-startup-message): Move point to the start of the
2785         buffer.
2786
2787         * nnimap.el (nnimap-capability): New function.
2788         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2789         is set.
2790
2791 2010-10-31  David Engster  <dengste@eml.cc>
2792
2793         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2794         conform with changes to gnus-completing-read.
2795
2796 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2797
2798         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2799
2800 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2801
2802         * nnir.el: Move defvar, defcustom around to keep file organized
2803         and keep byte-compiler quiet.
2804         (nnir-read-parms): Accept search-engine as arg.
2805         (nnir-run-query): Pass search-engine as arg.
2806         (nnir-search-engine): Remove.
2807
2808 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2809
2810         * shr.el (shr-generic): The text nodes should be text, not :text.
2811
2812         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2813         later in the file.
2814
2815 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2816
2817         * nnir.el: General clean up.  Allow searching with multiple engines.
2818         Allow separate extra-parameters for each engine.
2819         Batch queries when possible.
2820         (nnir-imap-default-search-key,nnir-method-default-engines):
2821         Add customize interface.
2822         (nnir-run-gmane): New engine.
2823         (nnir-engines): Use it.  Qualify all prompts with engine name.
2824         (nnir-search-engine): Remove global variable.
2825         (nnir-run-hyrex): Restore for now.
2826         (nnir-extra-parms,nnir-search-history): New variables.
2827         (gnus-group-make-nnir-group): Use them.
2828         (nnir-group-server): Remove in favor of gnus-group-server.
2829         (nnir-request-group): Avoid searching twice.
2830         (nnir-sort-groups-by-server): New function.
2831
2832 2010-10-30  Julien Danjou  <julien@danjou.info>
2833
2834         * gnus-group.el: Remove gnus-group-fetch-control.
2835
2836         * gnus-start.el (gnus-find-new-newsgroups):
2837         Remove gnus-check-first-time-used.
2838
2839         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2840
2841 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2842
2843         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2844         set on groups that don't have \* permanentflags.
2845
2846 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2847
2848         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2849         control the background color.
2850         (shr-tag-img): Ignore very small web bug type images.
2851         (shr-put-image): Add help-echo alt texts to the images.
2852         (shr-tag-video): Show the video poster image.
2853
2854 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2855
2856         * shr.el (shr-table-depth): New variable.
2857         (shr-tag-table-1): Only insert the images after the top-level table.
2858
2859         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2860
2861         * gnus-util.el (gnus-list-memq-of-list): New function.
2862
2863         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2864         selected.
2865         (nnimap-unsplittable-articles): New slot.
2866         (nnimap-new-articles): Use it.
2867
2868 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2869
2870         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2871         move to the previous line on `M-g'.
2872
2873 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2874
2875         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2876         *-request-group, which seems unnecessary.
2877
2878         * nnimap.el (nnimap-quote-specials): Function copied over from
2879         imap.el.
2880         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2881         they support that.  Suggested by Tom Regner.
2882
2883 2010-10-29  Julien Danjou  <julien@danjou.info>
2884
2885         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2886         defalias.
2887         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2888
2889         * gnus.el: Remove `gnus-nntp-service' variable.
2890         (gnus-secondary-servers): Make obsolete.
2891         (gnus-nntp-server): Make obsolete.
2892
2893         * gnus-start.el (gnus-1): Remove x-splash calls.
2894
2895         * gnus-ems.el (gnus-x-splash): Remove.
2896
2897         * gnus.el (gnus-group-startup-message): Simplify/update code.
2898
2899         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2900         definition.
2901
2902         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2903         capability before doing anything.
2904         (gnus-group-insert-group-line): Remove useless
2905         gnus-group-remove-excess-properties.
2906
2907 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2908
2909         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2910
2911 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2912
2913         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2914         config after reselecting.
2915
2916 2010-10-28  Julien Danjou  <julien@danjou.info>
2917
2918         * shr.el (shr-put-image): Use point even if only inserting text.
2919         (shr-put-image): Save excursion when inserting alt text on non-graphic
2920         display, so the behaviour is the same when we are on a graphic display.
2921
2922         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2923
2924 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2925
2926         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2927         (gnus-mime-copy-part): Check coding system, not charset.
2928         (gnus-mime-view-part-externally): Never remove part.
2929         (gnus-mime-view-part-internally): Don't remove part here.
2930         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2931         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2932         multipart/alternative.
2933
2934         * mm-decode.el (mm-display-part): Take optional arg `force'.
2935
2936 2010-10-26  Julien Danjou  <julien@danjou.info>
2937
2938         * gnus-group.el (gnus-group-default-list-level): Add this function to
2939         compute the default list level.
2940         (gnus-group-default-list-level): Add possibility to use a function.
2941
2942 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2943
2944         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2945
2946         * gnus-group.el (gnus-group-completing-read)
2947         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2948         gnus-replace-in-string.
2949
2950 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2951
2952         * shr.el (shr-tag-div): Add.
2953
2954         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2955
2956 2010-10-25  Julien Danjou  <julien@danjou.info>
2957
2958         * gnus-util.el: Remove `gnus-with-local-quit'.
2959
2960         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2961
2962 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2963
2964         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2965         the original article buffer.
2966
2967 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2968
2969         * nnimap.el (nnimap-request-head): New function.
2970         (nnimap-request-move-article): Try to be slighly faster by not
2971         requesting the entire message when moving.
2972         (nnimap-transform-headers): Don't bug out on bodiless articles.
2973         (nnimap-send-command): Have no outstanding messages if the IMAP server
2974         doesn't support streaming.
2975         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2976
2977 2010-10-24  Julien Danjou  <julien@danjou.info>
2978
2979         * message.el (message-default-headers): Fix type.
2980
2981 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2982
2983         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2984         prefetching images.
2985
2986         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2987         backend for unknown groups.  This is mainly useful for nnimap groups.
2988
2989         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2990         group isn't covered by the agent.
2991
2992 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2993
2994         * nnir.el (nnir-method-default-engines): New variable.
2995         (nnir-run-query): Use it.
2996         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2997         (gnus-summary-nnir-goto-thread): Change group if needed.
2998
2999         * gnus-group.el (gnus-group-group-map): Add key binding for
3000         gnus-group-make-nnir-group.
3001
3002 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3003
3004         * shr.el (shr-tag-object): Add.
3005
3006         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3007         original article buffer live.
3008         (gnus-summary-select-article-buffer):
3009         Mention gnus-widen-article-buffer.
3010
3011 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3012
3013         * shr.el (shr-tag-strong): Add.
3014
3015 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3016
3017         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3018         group names.  They mess up the group buffer badly.
3019
3020         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3021
3022         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3023         instead of the summary one.
3024
3025 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3026
3027         * mml.el (mml-preview): Work properly when editing article.
3028
3029         * gnus-start.el (gnus-read-active-file-1): Don't add method to
3030         gnus-have-read-active-file if it's already been in.
3031
3032 2010-10-22  Tom Tromey  <tromey@redhat.com>
3033
3034         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3035         gnus-group-completing-read.
3036
3037 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3038
3039         * message.el (message-mode-map): Don't bind M-; to comment region, to
3040         allow the global comment-dwim to work.
3041
3042 2010-10-21  Julien Danjou  <julien@danjou.info>
3043
3044         * message.el (message-setup-1): Allow message-default-headers to be a
3045         function.
3046
3047 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3048
3049         * shr.el (shr-tag-table): Simplify.
3050
3051 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3052
3053         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3054         to avoid trying to snarf invalid stuff.
3055
3056         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3057
3058         * gnus.el (gnus-message-archive-group): Quote value.
3059         (gnus-message-archive-group): Mark as changed.
3060
3061         * shr.el (shr-add-font): Don't put the font properties on the newline
3062         or the indentation.
3063
3064         * message.el (message-fix-before-sending): Change options when sending
3065         non-printable characters.
3066
3067         * gnus.el (gnus-message-archive-method): Change the default to
3068         monthly outgoing groups.
3069
3070         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3071         that have gotten new numbers.
3072
3073         * nnimap.el (nnimap-request-replace-article): New function.
3074
3075 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3076
3077         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3078         (nnrss-request-article): Don't use special html washing code.
3079
3080 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3081
3082         * shr.el (shr-tag-table): Remove useless nconc.
3083
3084 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3085
3086         * gnus-art.el (article-wash-html): Simplify and remove the charset
3087         stuff.  Use the normal html rendering code instead of the special html
3088         washing code.
3089
3090         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3091         `gnus-w3m' symbols.
3092         (mm-text-html-washer-alist): Remove.
3093
3094         * mm-decode.el (mm-inline-text-html-renderer): Remove.
3095         (mm-inline-media-tests): Remove use.
3096         (mm-text-html-renderer): Change default to the `shr' symbol.
3097
3098         * mm-view.el (mm-inline-text-html): Remove use.
3099
3100         * gnus-art.el (gnus-blocked-images): New function.  Allow the
3101         `gnus-blocked-images' to be a function.
3102         (gnus-article-wash-function): Remove.
3103
3104 2010-10-20  Julien Danjou  <julien@danjou.info>
3105
3106         * spam.el (spam-list-of-processors): Mark as obsolete.
3107
3108         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3109         (nnimap-insert-partial-structure): Fix boundary detection.
3110
3111 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
3112
3113         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3114         run file-truename on remote files.  This can be expensive and even
3115         prevent one from editing drafts if some unrelated buffer has a stale
3116         connection.
3117
3118 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3119
3120         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3121         kinsoku-eol regardless of shr-kinsoku-shorten.
3122         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3123         (shr-tag-table): Support caption, thead, and tfoot.
3124
3125 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3126
3127         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3128         lines.
3129         (shr-save-contents): New command and keystroke.
3130
3131         * nndoc.el (nndoc-type-alist): Add git support.
3132         (nndoc-git-type-p): New function.
3133         (nndoc-transform-git-article): Ditto.
3134         (nndoc-transform-git-headers): Ditto.
3135         (nndoc-transform-git-headers): Generate Subject headers.
3136
3137         * shr.el (shr-parse-style): New function.
3138         (shr-tag-span): Ditto.
3139
3140         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3141         to `G G' to avoid collisions.
3142
3143 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3144
3145         * shr.el: Load kinsoku if necessary.
3146         (shr-kinsoku-shorten): New internal variable.
3147         (shr-find-fill-point): Make kinsoku shorten text line if
3148         shr-kinsoku-shorten is bound to non-nil.
3149         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3150         shr-indentation too when testing if table is wider than frame width.
3151         (shr-insert-table): Use `string-width' instead of `length' to measure
3152         text width.
3153         (shr-insert-table-ruler): Make sure indentation is done at bol.
3154
3155 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3156
3157         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3158         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3159         undecoded network data.
3160
3161 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3162
3163         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3164         name in the mode line spec so that the mode line menu works
3165         (bug #2431).
3166
3167         * message.el (message-get-reply-headers): If we're fed `to-address',
3168         then always use that.
3169
3170         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3171         aren't so wide as to need to switch off the edit menu.
3172
3173         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3174         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3175
3176         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3177         `M-g'.
3178         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3179         the permanent marks.
3180
3181 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3182
3183         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3184         Splitting according to references/in-reply-to obeys the ignore-groups
3185         variable, while splitting by sender and subject do not.
3186
3187 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3188
3189         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3190         alist, so that we can look for non-Unicode chars.
3191         (article-translate-strings): Allow both character and string maps.
3192
3193 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3194
3195         * shr.el (shr-insert): Don't insert space behind a wide character
3196         categorized as kinsoku-bol, or between characters both categorized as
3197         nospace.
3198
3199 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3200
3201         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3202         headers to gnus-newsgroup-headers.
3203
3204 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3205
3206         * shr.el (shr-tag-img): Don't align images -- since we're not
3207         rescaling, this often leads to ugly displays.
3208
3209 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3210
3211         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3212         duplicates.
3213
3214 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3215
3216         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3217         call.
3218
3219 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3220
3221         * gnus.el: Autoload gnus-html-show-images.
3222
3223         * nnimap.el: Use nnheader-message throughout.
3224
3225         * shr.el (shr-tag-img): Ignore images with no data.
3226
3227 2010-10-15  Julien Danjou  <julien@danjou.info>
3228
3229         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3230         a possibility to disable format=flow encoding when using hard newlines.
3231
3232 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3233
3234         * shr.el (shr-insert): Remove space inserted before or after a
3235         breakable character or at the beginning or the end of a line.
3236         (shr-find-fill-point): Do kinsoku; find the second best point or give
3237         it up if there's no breakable point.
3238
3239 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3240
3241         * nnimap.el (nnimap-open-connection): Message when opening connection
3242         for debugging purposes.
3243
3244         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3245         on every setup buffer call to allow this to change from article to
3246         article.
3247
3248         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3249         buffers where we have a wide table.
3250
3251 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3252
3253         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3254         uses *-request-thread.
3255
3256 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3257
3258         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3259         incantation, which is no longer valid.
3260
3261 2010-10-14  Julien Danjou  <julien@danjou.info>
3262
3263         * shr.el: Fix defcustom type (char -> character).
3264
3265 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3266
3267         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3268         programs.
3269
3270 2010-10-14  Julien Danjou  <julien@danjou.info>
3271
3272         * shr.el (shr-tag-a): Use url-link as widget type.
3273
3274         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3275         `gnus-group-get-icon'.
3276
3277 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3278
3279         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3280         This should make server editing work better.
3281
3282         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3283
3284         * tls.el (tls-program): Remove spurious %s from openssl.
3285
3286         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3287         (nnimap-parse-flags): Fix regexp.
3288
3289         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3290         probably work for CJVK text, too.
3291
3292         * nnimap.el (nnimap-extend-tls-programs): Remove.
3293         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3294
3295         * tls.el (tls-starttls-switches): Remove starttls hack.
3296         (open-tls-stream): Ditto.
3297         (tls-find-starttls-argument): Ditto.
3298
3299 2010-10-13  Julien Danjou  <julien@danjou.info>
3300
3301         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3302         responses.
3303
3304 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3305
3306         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3307
3308         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3309         anything in Emacs.
3310
3311         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3312
3313 2010-10-13  Julien Danjou  <julien@danjou.info>
3314
3315         * shr.el (shr-width): Make shr-width a defcustom with default to
3316         fill-column.
3317         (shr-tag-img): Use shr-width rather than fill-column.
3318
3319 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3320
3321         * dgnushack.el (byte-optimize-apply)
3322         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3323
3324         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3325         position when (X-)Faces exist.
3326         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3327         avatars when called interactively.
3328
3329 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3330
3331         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3332         gnus-article-x-face-too-ugly is bound.
3333
3334 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3335
3336         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3337
3338         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3339         mailbox that doesn't exist.
3340
3341 2010-10-12  Julien Danjou  <julien@danjou.info>
3342
3343         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3344         (shr-get-image-data): Encode URL properly when fetching from cache.
3345         (shr-tag-img): Use aligned-to spaces to align correctly images.
3346
3347         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3348         before inserting the Gravatar.
3349
3350         * shr.el (shr-tag-img): Add align attribute support for <img>.
3351
3352 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3353
3354         * gnus-gravatar.el (gnus-art): Require.
3355
3356         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3357         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3358         Remove long obsoleted functions.
3359
3360 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3361
3362         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3363
3364         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3365
3366         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3367         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3368         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3369         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3370         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3371         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3372         * sieve-manage.el, smime.el, spam.el:
3373         Fix comment for declare-function.
3374
3375 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3376
3377         * nnimap.el (nnimap-request-rename-group): Select group read-only
3378         before renaming it.
3379
3380         * shr.el (shr-insert): Fix up the white space only regexp.
3381
3382         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3383         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3384
3385         * shr.el (shr-current-column): New function.
3386         (shr-find-fill-point): New function.
3387
3388 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3389
3390         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3391         numbers.
3392
3393 2010-10-11  Julien Danjou  <julien@danjou.info>
3394
3395         * shr.el (shr-hr-line): Add.
3396         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3397         display hr lines.
3398         (shr-max-columns): Do not change state to nil if we just inserting
3399         spaces.
3400
3401 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3402
3403         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3404         select the last group.
3405
3406 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3407
3408         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3409
3410 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3411
3412         * dig.el (dig-mode-map): Declare and define in one step.
3413
3414 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3415
3416         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3417         for Gnus.
3418         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3419         (nnimap-update-qresync-info): Mark \Seen articles as read.
3420
3421         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3422         non-variable, too.
3423
3424         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3425         available.
3426         (nnimap-update-info): Rely more on the current active than the param
3427         active to avoid marking articles as read too much.
3428
3429         * auth-source.el (auth-source-create): Use (user-login-name) for the
3430         user name default.
3431
3432         * nnimap.el (nnimap-update-info): If the server doesn't return any
3433         useful info, just use the previous info.
3434         (nnimap-update-info): Prefer old info over start-article.
3435         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3436
3437 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3438
3439         * nnir.el (autoload): Clean up autoloads.
3440         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3441         Use key rather than value.
3442         (nnir-imap-search-other): New variable.
3443         (nnir-read-parm): Use it.
3444         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3445         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3446
3447 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3448
3449         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3450         the process, too.
3451
3452 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3453
3454         * spam.el (gnus-summary-mode-map): Bind to "$".
3455         Suggested by Russ Allbery.
3456
3457         * shr.el: Rework the way things are indented by <li> slightly.
3458
3459         * gnus.el (gnus-group-set-parameter): Fix typo.
3460
3461         * nnimap.el: Start implementing QRESYNC support.
3462
3463 2010-10-09  Julien Danjou  <julien@danjou.info>
3464
3465         * nnir.el (nnir-engines): Fix too many arguments.
3466
3467 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3468
3469         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3470         group is the "last", so that the backends like nnfolder actually save
3471         their folders.
3472
3473         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3474         try to use that for the tls stream.
3475         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3476         UIDVALIDITY and find out which groups are read-only and not.
3477         (nnimap-get-flags): Use the same marks parsing code as the rest of
3478         nnimap.
3479
3480 2010-10-09  Julien Danjou  <julien@danjou.info>
3481
3482         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3483
3484         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3485         retrieving gravatars.
3486
3487         * shr.el (shr-table-corner): Add.
3488         (shr-table-line): Add.
3489         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3490
3491 2010-10-08  Julien Danjou  <julien@danjou.info>
3492
3493         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3494
3495 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3496
3497         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3498
3499         * gnus-sum.el (gnus-mark-article-as-unread)
3500         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3501         (gnus-summary-set-bookmark): Use it.
3502
3503         * gnus-msg.el (gnus-setup-message): Use it.
3504
3505         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3506
3507         * gnus.el (gnus-group-remove-parameter): Use it.
3508
3509         * gnus-group.el (gnus-group-make-web-group): Use it.
3510
3511         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3512
3513         * nnregistry.el: Update docs to mention manual.
3514
3515         * gnus-registry.el: Update docs to mention nnregistry.el.
3516         (gnus-registry-initialize): Don't install nnregistry refer method
3517         automatically.
3518         (gnus-registry-install-nnregistry): Remove it.
3519
3520 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3521
3522         * shr.el (shr-insert): Don't insert double spaces.
3523
3524 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3525
3526         * gnus-gravatar.el (gnus-treat-from-gravatar)
3527         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3528         called interactively.
3529
3530         * gnus-art.el (gnus-mime-view-part-externally)
3531         (gnus-mime-view-part-internally): Make predicate function passed to
3532         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3533         of a mime type.
3534
3535         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3536
3537 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3538
3539         * shr.el (require): Require cl when compiling.
3540         (shr-tag-hr): New function.
3541
3542         * nnimap.el (nnimap-update-info): Remove double setting of high.
3543         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3544         This makes nnimap work properly on Courier again.
3545
3546         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3547         the variable for backwards compatibility.
3548
3549         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3550         the file name before using to avoid setting mm-default-directory to
3551         nil.
3552
3553         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3554         bidning gnus-agent variables.
3555
3556         * shr.el (shr-render-td): Use a cache for the table rendering function
3557         to avoid getting an exponential rendering behaviour in nested tables.
3558         (shr-insert): Rework the line-breaking algorithm.
3559         (shr-insert): Don't leave trailing spaces.
3560         (shr-insert-table): Also insert empty TDs.
3561         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3562
3563 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3564
3565         * gnus-sum.el (gnus-number): Rename from `number'.
3566         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3567         (gnus-summary-limit-children): Update uses correspondingly.
3568
3569 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3570
3571         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3572         (gnus-gravatar-transform-address): Don't show avatars of people of
3573         which mail addresses match gnus-gravatar-too-ugly.
3574
3575 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3576
3577         * shr.el (shr-table-widths): Expand TD elements to fill available
3578         space.
3579
3580 2010-10-07  Julien Danjou  <julien@danjou.info>
3581
3582         * nnimap.el (nnimap-request-rename-group): Add this method.
3583
3584 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3585
3586         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3587         name from XEmacs' function-arglist.
3588
3589         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3590         gravatar under XEmacs.
3591
3592 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3593
3594         * auth-source.el: Update docs with TODO items.
3595
3596         * gnus-sync.el: Update docs to explain state and plans.
3597
3598         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3599         Hooks for mark updates.
3600         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3601
3602         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3603         hooks with arguments, which is needed for mark update hooks.
3604
3605 2010-10-06  Julien Danjou  <julien@danjou.info>
3606
3607         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3608         was matched.
3609
3610         * sieve-manage.el: Update example in `Commentary'.
3611
3612         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3613
3614         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3615         not 2000.
3616         (sieve-manage-authenticate): Re-add function.
3617
3618 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3619
3620         * shr.el (shr-insert): Get 'space transition right.
3621         (shr-render-td): Only delete space at the end of the TD.
3622
3623         * nnimap.el (nnimap-open-connection): Prepare to support
3624         open-gnutls-stream.
3625
3626         * shr.el: Rearrange function order to be more logical.
3627
3628 2010-10-06  Julien Danjou  <julien@danjou.info>
3629
3630         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3631         (nnrss-discover-feed): Remove 404 URL in docstring.
3632
3633         * nnir.el: Fix Swish-E URL.
3634         Fix Namazu URL.
3635
3636         * message.el (message-change-subject): Remove 404 URL in a comment.
3637
3638 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3639
3640         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3641         called interactively.
3642
3643         * gnus-util.el (gnus-remove-if): Allow hash table.
3644         (gnus-remove-if-not): New function.
3645
3646         * gnus-art.el (gnus-mime-view-part-as-type)
3647         * gnus-score.el (gnus-summary-score-effect)
3648         * gnus-sum.el (gnus-read-move-group-name):
3649         Replace remove-if-not with gnus-remove-if-not.
3650
3651         * gnus-group.el (gnus-group-completing-read):
3652         Regard collection as a hash table if it is not a list.
3653
3654 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3655
3656         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3657
3658         * shr.el: Document the table-rendering algorithm.
3659
3660 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3661
3662         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3663         for Emacsen having no `libxml-parse-html-region' support.
3664
3665 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3666
3667         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3668         invalid URLs.
3669
3670         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3671         line-broken.
3672         (shr-tag-img): Ignore image fetching errors.
3673         (shr-overlays-in-region): Compute overlay positions correctly.
3674
3675         * mm-decode.el (mm-shr): Require shr.
3676
3677         * gnus-art.el (gnus-blocked-images): Move variable here.
3678
3679         * shr.el (shr-insert-table): Bind free variable.
3680
3681         * mm-decode.el (mm-shr): Bind shr-content-function.
3682
3683         * shr.el (shr-content-function): New variable.
3684
3685         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3686         added for symmetry.
3687
3688         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3689
3690         * gnus-group.el (gnus-group-make-group): Doc fix.
3691
3692         * nnimap.el (nnimap-request-newgroups): Return success.
3693
3694         * shr.el (shr-find-elements): New function.
3695         (shr-tag-table): Put all the images after the table.
3696         (shr-tag-table): Really inhibit images inside the table.
3697         (shr-collect-overlays): Copy over overlays from the TD elements to the
3698         main document.
3699
3700         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3701         gnus-blocked-images.
3702
3703 2010-10-05  Julien Danjou  <julien@danjou.info>
3704
3705         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3706
3707         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3708         (gnus-html-maximum-image-size): Add this function.
3709         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3710
3711         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3712         server-value of the capability is nil.
3713
3714 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3715
3716         * shr.el (shr-tag-em): Add <EM> tag.
3717
3718 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3719
3720         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3721         customizable.
3722
3723         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3724         handing broken links to browse-url.
3725
3726 2010-10-05  Julien Danjou  <julien@danjou.info>
3727
3728         * gnus-util.el (gnus-emacs-completing-read)
3729         (gnus-iswitchb-completing-read): Use autoload rather than require.
3730
3731 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3732
3733         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3734         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3735         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3736         iswitchb-temp-buflist for XEmacs.
3737
3738         * gnus-util.el (gnus-completing-read-function): Exclude
3739         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3740         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3741         XEmacs.
3742
3743         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3744         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3745
3746         * gnus-html.el: Don't require help-fns under XEmacs.
3747         (gnus-html-schedule-image-fetching): Work for XEmacs.
3748
3749         * mm-decode.el (mm-shr): Decode contents by charset.
3750
3751 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3752
3753         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3754         unknown.
3755
3756         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3757         (shr-get-image-data): Ensure against the cache file missing.
3758
3759         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3760         for data.
3761
3762         * spam-report.el (spam-report-url-ping-plain): Don't query about
3763         killing the process.
3764
3765         * shr.el (shr-render-td): Protect against too-wide text.
3766
3767 2010-10-04  Julien Danjou  <julien@danjou.info>
3768
3769         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3770         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3771
3772         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3773         retrieved.
3774
3775 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3776
3777         * shr.el (browse-url): Require.
3778         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3779         lines.
3780         (shr-show-alt-text, shr-browse-image): New commands.
3781         (shr-browse-url, shr-copy-url): New commands.
3782
3783         * gnus-sum.el (gnus-widen-article-window): New variable.
3784         (gnus-summary-select-article-buffer): Use it.
3785
3786         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3787         without @ signs.
3788
3789 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3790
3791         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3792
3793 2010-10-04  Julien Danjou  <julien@danjou.info>
3794
3795         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3796         for XEmacs.
3797
3798 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3799
3800         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3801
3802         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3803         (nnimap-close-server): Implement.
3804
3805         * dgnushack.el (iswitchb): Require to shut up the compiler.
3806
3807         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3808         (shr-insert): Tweak line breaking.
3809         (shr-insert): Handle <pre> better.
3810         (shr-tag-li): Get <li> indentation right.
3811         (shr-tag-li): Get <li> indentation even righter.
3812         (shr-tag-blockquote): Ensure paragraph start.
3813         (shr-make-table): Tweak table generation.
3814         (shr-make-table): Fix typo.
3815
3816         * shr.el: Implement table rendering.
3817
3818 2010-10-04  Julien Danjou  <julien@danjou.info>
3819
3820         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3821
3822 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3823
3824         * shr.el (shr-insert): Use string anchors instead of line anchors.
3825
3826 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3827
3828         * shr.el: Add headings.
3829         (shr-ensure-paragraph): Actually work.
3830         (shr-tag-li): Make <ul> prettier.
3831         (shr-insert): Get white space at the beginning/end of elements right.
3832         (shr-tag-p): Collapse subsequent <p>s.
3833         (shr-ensure-paragraph): Don't insert double line feeds after blank
3834         lines.
3835         (shr-insert): \t is also space.
3836         (shr-tag-s): Fix "s" tag name function.
3837         (shr-tag-s): Fix face prop name.
3838
3839 2010-10-03  Julien Danjou  <julien@danjou.info>
3840
3841         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3842
3843         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3844         gnus-window-inside-pixel-edges.
3845
3846         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3847         gnus-ems.
3848
3849         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3850
3851         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3852         function.
3853
3854         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3855         resize choice.
3856
3857 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3858
3859         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3860         beginning of the buffer.
3861
3862         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3863         article buffer again.
3864
3865         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3866
3867         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3868         when it's at the start of the buffer.
3869
3870         * shr.el (shr-tag-blockquote): Convert name.
3871         (shr-rescale-image): Use the right image-size variant.
3872
3873         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3874         buffer isn't shown, then select the current article first instead of
3875         bugging out.
3876         (gnus-summary-select-article-buffer): Show both the article and summary
3877         buffers again.
3878
3879         * shr.el (shr-fontize-cont): Protect against regions with no text.
3880         Rename tag functions to shr-tag-* for enhanced security.
3881         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3882
3883 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3884
3885         * shr.el (shr-insert):
3886         * pop3.el (pop3-movemail):
3887         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3888         loaded.
3889
3890 2010-10-03  Glenn Morris  <rgm@gnu.org>
3891
3892         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3893
3894         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3895
3896         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3897
3898         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3899
3900         * gnus-util.el (gnus-make-local-hook): Simplify.
3901
3902 2010-10-02  Julien Danjou  <julien@danjou.info>
3903
3904         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3905         (gnus-ido-completing-read): New function.
3906         (gnus-emacs-completing-read): New function.
3907         (gnus-completing-read): Use gnus-completing-read-function.
3908         Add gnus-completing-read-function.
3909
3910 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3911
3912         * shr.el (shr-insert-document): Autoload.
3913         (shr-img): Be silent.
3914         (shr-insert): Add a newline after every picture before text.
3915         (shr-add-font): Use overlays for combining faces.
3916         (shr-insert): Pass upwards the text start point.
3917
3918         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3919         possible.
3920         (mm-shr): New function.
3921
3922 2010-10-02  Julien Danjou  <julien@danjou.info>
3923
3924         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3925         should go backward.
3926
3927 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3928
3929         * shr.el (shr): Fix typo in provide call.
3930
3931 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3932
3933         * shr.el: New file.
3934
3935         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3936
3937         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3938         completing read.
3939
3940 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3941
3942         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3943         we're being queried about.  Suggested by Dan Jacobson.
3944
3945         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3946         Suggested by Jason Eisner.
3947
3948         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3949         table, too.  Suggested by Stefan Wiens.
3950         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3951         the table unnecessary.  Suggested by Stefan Wiens.
3952
3953         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3954         longer needed, and probably doesn't work either, as pointed out by
3955         Stefan Wiens.
3956         (gnus-summary-exit): Remove call to the clearing function.
3957         (gnus-summary-exit-no-update): Ditto.
3958
3959         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3960         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3961         Reported by Stefan Monnier.
3962         (gnus-summary-save-in-rmail): Ditto.
3963
3964         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3965         article buffer, instead of both the article buffer and the summary
3966         buffer.  Sort of suggested by Dan Jacobson.
3967
3968         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3969
3970         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3971         Suggested by Dan Jacobson.
3972
3973         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3974         documentation clearer.
3975
3976         * message.el (message-shorten-references): Comment on the number "21".
3977         Suggested by Stefan Monnier.
3978
3979         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3980         Suggested by Dan Jacobson.
3981
3982         * gnus.el (gnus-large-newsgroup):
3983         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3984
3985         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3986         externalize attachments.  Bug reported by Steve Wen.
3987
3988         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3989         really message anything to the user.
3990
3991         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3992         directly.
3993
3994         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3995         messages in empty groups.
3996
3997 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3998
3999         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4000         non-UIDNEXT group.
4001
4002 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4003
4004         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4005         not the value from the collection.
4006
4007         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4008         values.  This sometimes happens on some groups that have no info.
4009         (nnimap-request-newgroups): New function.
4010
4011 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
4012
4013         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4014         check into `gnus-registry-initialize'.
4015         (gnus-registry-initialize): Ditto.
4016         Fix and extend header docs.
4017
4018 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4019
4020         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4021         regexp backtrace overflows.
4022
4023         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4024         for starttls that tls.el implements; i.e. openssl.
4025
4026         * tls.el (tls-starttls-switches): Give up on using starttls with
4027         gnutls-cli.
4028         (tls-program): Add --insecure to be consistent with the defaults from
4029         openssl s_client.  Now all three commands are insecure.
4030
4031 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4032
4033         * lpath.el: Bind completion-styles-alist for XEmacs.
4034
4035         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4036         (gravatar-create-image): New function that's an alias to
4037         gnus-xmas-create-image, gnus-create-image, or create-image.
4038         (gravatar-data->image): Use it.
4039
4040 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
4041
4042         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4043         install the nnregistry refer method.
4044         (gnus-registry-install-hooks): Use it.
4045         (gnus-registry-unfollowed-groups): Add nnmairix to the default
4046         unfollowed groups.
4047
4048 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
4049
4050         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4051         expanding threads.
4052
4053 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4054
4055         * nnir.el: Use the server names without suffixes (bug #7009).
4056
4057         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4058         unencrypted to STARTTLS, if possible.
4059
4060 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4061
4062         * message.el (message-ignored-supersedes-headers): Strip Injection-*
4063         headers before superseding.
4064
4065 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4066
4067         * nnrss.el (nnrss-use-local): Add documentation.
4068
4069         * nnimap.el (nnimap-extend-tls-programs): New function.
4070         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4071         (nnimap-wait-for-connection): Accept the greeting from the stupid
4072         output from openssl s_client -starttls, too.
4073
4074         * tls.el (tls-starttls-switches): New variable.
4075         (tls-find-starttls-argument): Use it.
4076         (open-tls-stream): Ditto.
4077
4078         * netrc.el (netrc-credentials): Return the value of the "default" entry.
4079         (netrc-machine): Ditto.
4080
4081         * nnimap.el (nnimap-find-article-by-message-id): Really return the
4082         article number.
4083         (nnimap-split-fancy): New variable.
4084         (nnimap-split-incoming-mail): Use it.
4085
4086         * nntp.el (nntp-server-list-active-group): Document.
4087
4088         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4089         SELECT to get the message-id.
4090
4091         * mail-source.el (mail-sources): Remove webmail support.
4092         (defvar): Ditto.
4093         (mail-source-fetcher-alist): Ditto.
4094         (mail-source-fetch-webmail): Remove.
4095
4096         * webmail.el: Remove -- doesn't seem relevant any more.
4097
4098         * gnus.el: Fix up make-obsolete-variable declarations throughout.
4099
4100         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4101         the \r.
4102
4103 2010-09-30  Julien Danjou  <julien@danjou.info>
4104
4105         * gnus-agent.el (gnus-agent-add-group): Fix call to
4106         gnus-completing-read.
4107
4108 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4109
4110         * nndoc.el (nndoc-retrieve-groups): New function.
4111
4112         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4113         `default', use nnmail-split-methods.
4114         (nnimap-request-article): Downcase the NILs so that they are nil.
4115
4116         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4117         symbol.
4118
4119         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4120         code, since if the user has requested network, that's what they ought
4121         to get.
4122         (nnimap-request-set-mark): Erase the buffer before issuing commands.
4123         (nnimap-split-rule): Mark as obsolete.
4124
4125         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4126         New variable.
4127
4128         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4129         correct slot, too.
4130
4131 2010-09-29  Julien Danjou  <julien@danjou.info>
4132
4133         * gnus.el (gnus-local-domain): Declare variable obsolete.
4134
4135         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4136         Fix history computing.
4137         (gnus-ido-completing-read): Require ido.
4138
4139 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4140
4141         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4142         build Gnus.
4143
4144         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4145         when interpreting the structures.
4146         (nnimap-request-accept-article): Add \r\n to the lines to make this
4147         work with Cyrus.
4148
4149         * nndraft.el (nndraft-request-expire-articles): Use the group name
4150         instead if "nndraft".  Fix found by Nils Ackermann.
4151
4152 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4153
4154         * nnregistry.el: Add.
4155
4156 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4157
4158         * nnmail.el (group, group-art-list, group-art):
4159         Remove unneeded directives.
4160
4161 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4162
4163         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4164         (mm-mime-charset)
4165         * rfc2047.el (rfc2047-syntax-table)
4166         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4167
4168         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4169         rather than `insert-file-contents' and `eval-region'.
4170
4171         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4172         construction.
4173
4174         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
4175
4176         * time-date.el: No need to require cl for Emacs 21.
4177
4178 2010-09-29  Julien Danjou  <julien@danjou.info>
4179
4180         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4181         replacement of `gnus-gravatar-relief' to mimic
4182         `gnus-faces-properties-alist'.
4183         Add :version property.
4184
4185 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4186
4187         * mail-source.el (mail-source-report-new-mail)
4188         * message.el (message-default-mail-headers)
4189         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4190
4191         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4192
4193 2010-09-28  Julien Danjou  <julien@danjou.info>
4194
4195         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4196         mail-address contains the same string as real-name.
4197
4198         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4199         non-blank in header, otherwise it'll get stripped.
4200
4201         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4202         real-name, and then for mail address rather than doing : or , search.
4203
4204 2010-09-27  Julien Danjou  <julien@danjou.info>
4205
4206         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4207         right completing-read function.
4208         (gnus-use-ido): New variable
4209         (gnus-completing-read-with-default): Remove.
4210         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4211         (gnus-agent-add-group):
4212         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4213         * mm-view.el (mm-view-pkcs7-decrypt):
4214         * mm-util.el (mm-codepage-setup):
4215         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4216         * mml-smime.el (mml-smime-openssl-sign-query):
4217         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4218         (mml-insert-multipart):
4219         * gnus-msg.el (gnus-summary-yank-message):
4220         * gnus-int.el (gnus-start-news-server):
4221         * mm-decode.el (mm-interactively-view-part):
4222         * gnus-dired.el (gnus-dired-attach):
4223         * gnus.el (gnus-read-method):
4224         * gnus-bookmark.el (gnus-bookmark-jump):
4225         * gnus-art.el (gnus-mime-view-part-as-type)
4226         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4227         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4228         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4229         * nnmairix.el (nnmairix-create-server-and-default-group)
4230         (nnmairix-update-groups, nnmairix-get-server)
4231         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4232         (nnmairix-get-group-from-file-path):
4233         * nnrss.el (nnrss-find-rss-via-syndic8):
4234         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4235         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4236         (gnus-group-browse-foreign-server):
4237         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4238         (gnus-summary-execute-command, gnus-summary-respool-article)
4239         (gnus-read-move-group-name):
4240         * gnus-score.el (gnus-summary-increase-score)
4241         (gnus-summary-score-effect):
4242         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4243
4244 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4245
4246         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4247         x-focus-frame.
4248
4249         * nnimap.el (auth-source-forget-user-or-password)
4250         (auth-source-user-or-password): Autoload.
4251
4252         * message.el (message-from-style, message-interactive)
4253         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4254         (message-yank-prefix, message-indentation-spaces, message-signature)
4255         (message-signature-file): Add comment.
4256
4257 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4258
4259         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4260         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4261         new articles.
4262
4263         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4264         parts.
4265         (nnimap-request-article): Work with the t setting, too.
4266
4267         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4268         that you don't get flashes of other buffers.
4269         (gnus-summary-show-complete-article): Intern before setting.
4270
4271 2010-09-27  David Engster  <dengste@eml.cc>
4272
4273         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4274         well as HEADERS.
4275         (nnmairix-retrieve-headers): Provide new argument for the above.
4276
4277 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4278
4279         * gnus-sum.el (gnus-summary-move-article): Don't alter
4280         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4281         group.
4282
4283         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4284
4285         * message.el (message-cite-prefix-regexp): Revert my last edit.
4286
4287         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4288         variable instead of the Gnus variable.
4289
4290         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4291
4292         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4293
4294         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4295         since some servers don't like it.
4296         (nnimap-open-connection): Forget credentials if the server says the
4297         password was wrong.
4298         (nnimap-parse-line): Protect against invalid data.
4299
4300         * gnus-sum.el (gnus-summary-move-article): Add comment.
4301         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4302         nothing alters it while scanning for new messages.
4303
4304         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4305         which may or may not help.
4306         (nnimap-open-connection): If we're doing a stream connection, and then
4307         discover we're on a STARTTLS-capable server, then open a STARTTLS
4308         connection instead.
4309
4310 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4311
4312         * nnimap.el (utf7): Require.
4313
4314         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4315         prefix.
4316
4317 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4318
4319         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4320
4321 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4322
4323         * nnimap.el (nnimap-request-accept-article): Message the error on
4324         error.
4325
4326 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4327
4328         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4329
4330 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4331
4332         * nndoc.el (nndoc-request-list): Return success always.
4333
4334         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4335         `fetch-old' -- we only want to fetch the articles we've requested.
4336         The rest are in the agent, probably.
4337         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4338         disappeared server" to something low.  It's not important.
4339
4340         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4341         arrived before the FETCH data.
4342
4343         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4344         target here, because we don't know the Gnus name of the group.
4345
4346         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4347         for the correct group.
4348
4349         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4350
4351         * gnus.el (gnus): Give a final warning after startup.
4352
4353         * gnus-util.el (gnus-action-message-log): New variable.
4354         (gnus-message): Use it.
4355         (gnus-final-warning): New function.
4356
4357         * nnimap.el (nnimap-open-connection): Record the greeting.
4358         (nnimap): Add greeting.
4359
4360 2010-09-26  Julien Danjou  <julien@danjou.info>
4361
4362         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4363         arguments.
4364         (gnus-html-wash-images): Fix spec computing to include start/end.
4365
4366         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4367
4368 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4369
4370         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4371         deletion.
4372         (nnimap-retrieve-headers): Don't select the group, because that's
4373         already done by nnimap-possibly-change-group.
4374
4375         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4376         (gnus-picon-transform-address): Use it.
4377
4378         * mail-source.el (mail-source-value): Revert previous patch.
4379
4380         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4381         on failure.
4382         (nnimap-open-connection): Look up both virtual and physical server name
4383         credentials.
4384
4385         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4386
4387 2009-02-07  Dave Love  <fx@gnu.org>
4388
4389         * tls.el (open-tls-stream): Don't query killing process.
4390
4391 2009-02-08  Dave Love  <fx@gnu.org>
4392
4393         * gnus-win.el (gnus-window-to-buffer-helper)
4394         (gnus-all-windows-visible-p): Function needn't be a symbol.
4395
4396         * mail-source.el (mail-source-value): Function needn't be a symbol.
4397
4398 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4399
4400         * message.el (message-cite-prefix-regexp): Remove } from the cite
4401         prefix.
4402
4403         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4404         highlight again, so that the highlight is correct.
4405
4406         * gnus-picon.el (gnus-picon): Remove again.
4407         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4408
4409         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4410         doing the header highlightling, so that the background colour of the
4411         picon is correct.
4412
4413         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4414         (gnus-picon): Ditto.
4415         (gnus-picon): Reinstate.  The background colour for picons is white.
4416         (gnus-picon-insert-glyph): Make the background white.
4417
4418         * nnml.el (nnml-open-nov): Don't return dead buffers.
4419
4420         * auth-source.el (auth-source-create): Query the user for whether to
4421         store the credentials.
4422
4423         * netrc.el (netrc-store-data): New function.
4424
4425         * auth-source.el (auth-source-user-or-password): Use the existing auth
4426         sources, if any, for creation.
4427
4428         * gnus.el (gnus-group-fast-parameter): Return the last matching
4429         parameter instead of the first matching parameter.
4430
4431 2010-09-26  Julien Danjou  <julien@danjou.info>
4432
4433         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4434
4435 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4436
4437         * mml2015.el (mml2015-use): Remove gpg support.
4438
4439         * mml1991.el (mml1991-function-alist): Remove gpg function.
4440         (mml1991-gpg-sign): Remove.
4441
4442 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4443
4444         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4445         (gnus-browse-unsubscribe-current-group): Document it.
4446         (gnus-browse-unsubscribe-group): Use it.
4447
4448 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4449
4450         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4451         address to the To list for easier response.
4452
4453         * gnus.el (gnus-play-startup-jingle): Remove.
4454         (gnus-splash): Don't play jingle.
4455         (gnus): Silence gnus-load message.
4456
4457         * gnus-art.el (gnus-treat-play-sounds): Remove.
4458
4459         * gnus.el (gnus-play-jingle): Remove audio support.
4460
4461         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4462
4463         * earcon.el: Remove -- no users.
4464
4465         * gnus-audio.el: Remove -- no users of this package.
4466
4467         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4468
4469         * gnus-start.el (gnus-setup-news): Remove nocem support.
4470
4471         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4472
4473         * gnus.el (gnus-use-nocem): Remove.
4474
4475         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4476         Remove.
4477
4478         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4479         uses NoCeM any more.
4480
4481         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4482         (gnus-button-ctan-handler): Ditto.
4483         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4484         (gnus-button-ctan-directory-regexp): Ditto.
4485         (gnus-button-handle-ctan): Ditto.
4486         (gnus-button-tex-level): Ditto.
4487         (gnus-button-alist): Remove CTAN stuff.
4488
4489 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4490
4491         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4492         nnimap-streaming test.
4493
4494         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4495         servers twice.
4496
4497         * nnimap.el (nnimap-open-connection): Add more error reporting when
4498         nnimap fails early.
4499
4500         * nnheader.el (nnheader-get-report-string): New function.
4501         (nnheader-get-report): Use it.
4502
4503         * gnus-int.el (gnus-check-server): Say what the error was when opening
4504         failed.
4505
4506         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4507         using streaming.
4508
4509 2010-09-25  Julien Danjou  <julien@danjou.info>
4510
4511         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4512         gnus-window-inside-pixel-edges.
4513
4514 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4515
4516         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4517
4518         * mm-decode.el (mm-save-part): Allow saving to other directories the
4519         normal Emacs way.
4520
4521         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4522         Suggested by Jay Berkenbilt.
4523
4524         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4525         there isn't a single byte.
4526
4527         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4528         just do it.  It doesn't really seem to matter what the user responds
4529         here, I think, so it's just a confusing question.
4530
4531         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4532         non-streaming case.
4533
4534         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4535         (gnus-article-encrypt-body): Use it.
4536
4537         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4538         keystroke.
4539
4540         * nnimap.el (nnimap-find-wanted-parts-1):
4541         Use gnus-fetch-partial-articles.
4542
4543         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4544
4545         * nnimap.el (nnimap-insert-partial-structure): New function.
4546         (nnimap-get-partial-article): New function.
4547         (nnimap-request-article): Use it.
4548         (nnimap-wait-for-response): Return whether the wait was successful.
4549         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4550         retrieval wasn't successful.
4551         (nnimap-retrieve-group-data-early): Allow throttling servers.
4552         (nnimap-streaming): New variable.
4553         (nnimap-fetch-partial-articles): Remove.
4554
4555         * mm-decode.el (mm-with-part): Protect against killed buffers.
4556
4557         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4558         for prettier summary display.
4559
4560 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4561
4562         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4563
4564 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4565
4566         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4567         apparently third-party libraries depend on it.
4568
4569         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4570         before starting negotiation.
4571
4572         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4573         privacy reasons.
4574         (gnus-treat-mail-gravatar): Ditto.
4575
4576         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4577         buffer when inserting images.  Inserting text into the headers, for
4578         instance, can make them invalid.
4579
4580 2010-09-25  Julien Danjou  <julien@danjou.info>
4581
4582         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4583         variables.
4584
4585         * nnheader.el: Remove useless variables news-reply-yank-from and
4586         news-reply-yank-message-id.
4587
4588         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4589         variables.
4590
4591         * mml1991.el: Remove useless mml1991-verbose.
4592
4593         * gnus.el: Remove useless variable gnus-use-generic-from.
4594         Remove obsolete variable gnus-topic-indentation.
4595
4596         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4597
4598         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4599
4600         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4601
4602         * gnus-group.el: Remove useless gnus-group-icon-cache.
4603         Remove useless gnus-ephemeral-group-server.
4604
4605         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4606
4607         * mml2015.el: Remove useless mml2015-verbose.
4608
4609         * mml-smime.el: Remove useless mml-smime-verbose.
4610
4611         * gnus.el: Remove useless gnus-local-domain.
4612
4613         * gnus-gravatar.el (gnus-gravatar-transform-address):
4614         Use gnus-gravatar-size.
4615
4616         * gnus-art.el: Remove useless gnus-treat-translate.
4617
4618 2010-09-24  Julien Danjou  <julien@danjou.info>
4619
4620         * gnus-sum.el: Add support for Gravatars.
4621
4622         * gnus-art.el: Add support for Gravatars.
4623
4624         * gnus-gravatar.el: Add this file.
4625
4626         * gravatar.el: Add this file.
4627
4628 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4629
4630         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4631
4632         * gnus-group.el (gnus-group-fetch-faq): Remove.
4633
4634         * gnus.el (gnus-group-faq-directory): Remove.
4635
4636         * gnus-group.el (gnus-group-fetch-charter): Remove.
4637
4638         * gnus.el (gnus-group-charter-alist): Remove.
4639
4640         * gnus-group.el (gnus-group-archive-directory): Remove.
4641         (gnus-group-recent-archive-directory): Ditto.
4642         (gnus-group-make-archive-group): Remove.
4643
4644         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4645
4646         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4647         use the same article number for all the cached articles.
4648
4649         * nnimap.el (nnimap-command): Register the last command time so
4650         that we can use it for idling NOOPs.
4651         (nnimap-open-connection): Start the keeplive timer.
4652         (nnimap-make-process-buffer): Store all the process buffers.
4653         (nnimap-keepalive): New function.
4654
4655         * starttls.el (starttls-open-stream): Add autoload cookie.
4656
4657 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4658
4659         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4660         handling.
4661
4662 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4663
4664         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4665         its data structures.
4666
4667         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4668         instead of the cl.el copy-list.
4669         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4670         equalp.
4671
4672 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4673
4674         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4675         and tool-bar-local-item-from-menu.
4676
4677         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4678         mode-line-highlight face for Emacs.
4679
4680         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4681         loading gnus-sum.elc; fix comment for canlock-verify.
4682         (gnus-article-jump-to-part): Use read-number.
4683         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4684         Remove Emacs pre-21 compatible code for help-echo.
4685         (gnus-article-next-page-1): No need to adjust the number of lines.
4686         (gnus-article-describe-bindings): Always use help-buffer.
4687
4688         * gnus-audio.el (gnus-audio-inline-sound)
4689         * gnus-cus.el (gnus-custom-mode)
4690         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4691
4692         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4693
4694         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4695         compatible code.
4696
4697 2010-09-24  Glenn Morris  <rgm@gnu.org>
4698
4699         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4700         visiting the fcc file in rmail-mode.
4701
4702         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4703
4704 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4705
4706         * nnir.el: Silence the byte compiler.
4707
4708         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4709         alias to browse-url-url-encode-chars if any.
4710         (gnus-html-encode-url): Use it.
4711
4712 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4713
4714         * gnus-start.el (gnus-use-backend-marks): New variable.
4715         (gnus-get-unread-articles-in-group): Use it.
4716
4717         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4718         makeover.
4719
4720 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4721
4722         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4723
4724 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4725
4726         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4727         Remove.
4728         (gnus-setup-news-hook):
4729         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4730
4731         * gnus-int.el (gnus-request-update-info): Protect against backends not
4732         having the function.
4733
4734         * nnimap.el (nnimap-stream): Mention starttls.
4735         (nnimap-open-connection): Add starttls support.
4736
4737 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4738
4739         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4740
4741 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4742
4743         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4744         BODYSTRUCTUREs.
4745         (nnimap-transform-headers): Unfold quoted {42} headers.
4746
4747         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4748         the info.
4749         (gnus-get-unread-articles): Only call updatep on backends that support
4750         it.
4751
4752         * nnweb.el (nnweb-request-update-info): NOOP.
4753
4754         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4755
4756         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4757         since it only deals with marks.
4758
4759         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4760         gnus-request-marks, and make a new gnus-request-update-info.
4761
4762         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4763         the active instead of the high number, which is usually too low.
4764
4765 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4766
4767         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4768         * encrypt.el: Remove.
4769
4770 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4771
4772         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4773         server in symbolic form.
4774
4775         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4776
4777 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4778
4779         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4780         (nnimap-update-info): Fix up code slightly.
4781
4782         * gnus-int.el (gnus-open-server): Add tracing for performance
4783         debugging.
4784
4785         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4786         (gnus-group-insert-group-line): Pass the real group name so that it
4787         gets the right data.
4788
4789         * gnus-start.el (gnus-get-unread-articles): Don't have
4790         `gnus-get-unread-articles-in-group' update info, since that can be
4791         really slow and doesn't seem to be needed?
4792
4793 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4794
4795         * time-date.el (date-to-time): Try using parse-time-string first before
4796         using the slower timezone-make-date-arpa-standard.
4797
4798 2010-09-22  Julien Danjou  <julien@danjou.info>
4799
4800         * gnus-group.el (gnus-group-insert-group-line):
4801         Call gnus-group-highlight-line.
4802         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4803         default hook list.
4804         (gnus-group-update-eval-form): Add new function.
4805         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4806         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4807
4808 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4809
4810         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4811         immediate, then expire all articles.
4812         (nnimap-update-info): Fix off-by-one errors.
4813         (nnimap-flags-to-marks): Would return no marks lists for group with no
4814         flags.  Instead return the other data.
4815
4816 2010-09-22  Julien Danjou  <julien@danjou.info>
4817
4818         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4819         Only return an icon.
4820         (gnus-group-insert-group-line): Compute icon to return.
4821
4822         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4823         (gnus-html-image-fetched): Only cache if
4824         gnus-html-image-automatic-caching is set.
4825         (gnus-html-image-fetched): Check for errors.
4826
4827 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4828
4829         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4830         once per method on `g'.  This ensures that backends like nnfolder don't
4831         open all their folders.
4832
4833         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4834         (nnimap-request-list): Nix out group in the correct buffer.
4835         (nnimap-parse-flags): Implement by using `read' instead of
4836         hand-parsing.
4837         (nnimap-flags-to-marks): Pass on permanent-flags.
4838         (nnimap-make-process-buffer): Record the server name.
4839         (nnimap-parse-flags): Fix typo.
4840         (nnimap-request-scan): Run split on the server in general, not just a
4841         single group.
4842
4843         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4844         parameter, and propagate this downwards.
4845
4846         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4847         since EXAMINE changes it on the server.
4848
4849         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4850         this command might take a while.
4851
4852 2010-09-22  Julien Danjou  <julien@danjou.info>
4853
4854         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4855         harmful if you have 2 images side-by-side, they can't be properly
4856         update on text deletion.  Using text-property is safer here.
4857         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4858         data.
4859
4860 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4861
4862         * nnimap.el (nnimap-expunge-inbox): Remove.
4863         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4864         (nnimap-expunge): Flip default to t.
4865
4866         * gnus.el (gnus-method-to-server): Don't push things to the cache
4867         unless it's unique.
4868         (gnus-server-to-method): Ditto.
4869
4870 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4871
4872         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4873
4874 2010-09-22  Julien Danjou  <julien@danjou.info>
4875
4876         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4877         get the start of data.
4878         (gnus-html-encode-url): Add this function to encode special chars in
4879         URL.
4880         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4881         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4882
4883         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4884         default.
4885         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4886
4887         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4888         images alt-text.
4889         (gnus-html-put-image): Put alt-text as help-echo.
4890
4891 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4892
4893         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4894         * mm-util.el (mm-decompress-buffer)
4895         * nnir.el (nnir-run-find-grep)
4896         * pop3.el (pop3-list): Use 3rd arg of split-string.
4897
4898         * time-date.el (format-seconds): Comment fix.
4899
4900         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4901         and byte-optimize-form-code-walker.
4902         (dgnushack-make-auto-load): Don't advise make-autoload.
4903
4904         * lpath.el: Remove Emacs 21 stuff.
4905
4906 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4907
4908         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4909         outside the active range.  Suggested by Dan Christensen.
4910
4911         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4912         slightly later to avoid double-getting it.
4913
4914         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4915         previous patch.
4916
4917         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4918
4919 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4920
4921         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4922
4923 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4924
4925         * gnus-int.el (gnus-open-server): Give a better error message in the
4926         "go offline" case.
4927
4928         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4929         marks for nnimap, which is seldom the right thing to do.
4930
4931         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4932         (gnus-same-method-different-name): New function.
4933
4934         * nnimap.el (parse-time): Require.
4935
4936         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4937         method in the presence of many similar methods.
4938
4939         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4940
4941         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4942         nnml-inhibit-expiry.
4943
4944         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4945         find out whether methods are equal.
4946
4947         * nnimap.el (nnimap-find-expired-articles): New function.
4948         (nnimap-process-expiry-targets): New function.
4949         (nnimap-request-move-article): Request the article before looking at
4950         what the Message-ID is.  Fix found by Andrew Cohen.
4951         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4952
4953         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4954         for oldness in addition to being a predicate.
4955
4956         * nnimap.el (nnimap-request-group): When we have zero articles, return
4957         the right data to Gnus.
4958         (nnimap-request-expire-articles): Only delete articles immediately if
4959         the target is 'delete.
4960
4961         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4962         method, this would bug out.
4963
4964         * gnus-group.el (gnus-group-expunge-group): Rename from
4965         gnus-group-nnimap-expunge, and implemented as a normal interface
4966         function.
4967
4968         * gnus-int.el (gnus-request-expunge-group): New function.
4969
4970         * nnimap.el (nnimap-request-create-group): Implement.
4971         (nnimap-request-expunge-group): New function.
4972
4973 2010-09-21  Julien Danjou  <julien@danjou.info>
4974
4975         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4976         (gnus-html-cache-expired): Add new function.
4977         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4978         wethever we should display image for fetch it.
4979         Compute alt-text earlier to pass it to the fetching function too.
4980         (gnus-html-schedule-image-fetching): Change function argument to only
4981         get one image at a time, not a list.
4982         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4983         cache.
4984         (gnus-html-get-image-data): New function to retrieve image data from
4985         cache.
4986         (gnus-html-put-image): Change buffer argument to use image data rather
4987         than file, and place image above region rather than inserting a new
4988         one.  Do not take alt-text as argument, since it's useless now: we place
4989         the image above alt-text.
4990         (gnus-html-prune-cache): Remove.
4991         (gnus-html-show-images): Start to fetch image when we find one, do not
4992         push into a temporary list.
4993         (gnus-html-prefetch-images): Only fetch image if they have expired.
4994         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4995         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4996
4997 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4998
4999         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5000
5001 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5002
5003         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5004         spec inser "*" if the group isn't active instead of 0.
5005
5006         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5007         opening the server.
5008         (nnimap-request-delete-group): Implement group deletion.
5009         (nnimap-transform-headers): Return the size of the entire message in
5010         the Bytes header, not just the size of the first part.
5011         (nnimap-request-move-article): When moving an article from nnimap,
5012         request the article first so the accepting form has an article to
5013         accept.  Reported by Dan Christensen.
5014         (nnimap-command): Make sure that the error message doesn't error out.
5015
5016 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
5017
5018         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5019         we haven't requested anything.
5020
5021 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5022
5023         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5024         "".  Fix found by Andrew Cohen.
5025
5026         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5027         instead of -encode-string.
5028
5029 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5030
5031         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5032
5033         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5034         by mm-subst-char-in-string.
5035
5036 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5037
5038         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5039         waiting for the connection string.
5040
5041         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5042         arriving.
5043
5044         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5045         bogus characters.  This allows selecting certain Gmail groups.
5046
5047         * nnimap.el (nnimap-find-wanted-parts-1): New function.
5048         (nnimap-fetch-partial-articles): New variable.
5049         (nnimap-open-connection): When looking for credentials, also use the
5050         nnimap-server-port.
5051         (nnimap-request-article): Return the group/article number, so that Gnus
5052         `^' works as expected.
5053         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5054
5055         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5056         comments.
5057         (gnus-methods-sloppily-equal): New function.
5058         (gnus): When using the development version of Gnus, load the gnus-load
5059         file.
5060
5061         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5062         `gnus-open-server' on each method before trying to scan them etc.
5063         This ensures that all the backend parameters are set correctly.
5064
5065         * nnimap.el (nnimap-authenticator): New variable.
5066         (nnimap-open-connection): Allow anonymous login.
5067         (nnimap-transform-headers): The chars header is called Chars not Bytes.
5068         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5069
5070         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5071         patch, found by Knut Anders Hatlen.
5072
5073 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
5074
5075         * gnus-agent.el (gnus-agent-batch-confirmation)
5076         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5077         to gnus-message.
5078         * gnus-art.el (gnus-article-describe-briefly): Likewise.
5079         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5080         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5081         * gnus-int.el (gnus-open-server): Likewise.
5082         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5083         (gnus-score-check-syntax): Likewise.
5084         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5085         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5086         Likewise.
5087         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5088
5089 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5090
5091         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5092         calling conventions so that prefetch doesn't bug out.
5093
5094 2010-09-19  Julien Danjou  <julien@danjou.info>
5095
5096         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5097         rather than `subst-char-in-region' in order to be able to replace ASCII
5098         char by UTF-8 ones.
5099
5100         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5101         than curl.
5102         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5103         the right URL and ALT text on images.
5104         (gnus-html-wash-tags): Fix tag case.
5105         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
5106         (gnus-article-html): Add -o display_ins_del=2 option.
5107         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5108
5109 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5110
5111         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5112         the extra mail headers, which sometimes seem to happen for unknown
5113         reasons.
5114
5115         * mail-parse.el (mail-header-encode-parameter): Define as
5116         rfc2045-encode-string instead of as rfc2231-encode-string, since some
5117         (or most, perhaps?) mail readers don't understand the latter, but do
5118         understand the former.
5119
5120         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5121         to nil, so that no methods are automatically agentized.  I think this
5122         is probably what most users want.
5123
5124         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5125         from url-retrieve, for instance about invalid URLs.
5126
5127         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5128         groups that have no articles.
5129         (nnimap-request-article): Check that we really got an article when we
5130         requested one.
5131
5132         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5133         doesn't exist.
5134
5135         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5136         nntp buffer so the agent can save it.
5137         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5138         that CRLF doesn't get translated to \n.
5139         (nnimap-open-connection): Don't make 'shell commands only send \n.
5140
5141 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5142
5143         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5144         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5145         Update var name.
5146         (nnml-generate-nov-file): Use dolist.
5147         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5148         Use with-current-buffer.
5149
5150 2010-09-18  Julien Danjou  <julien@danjou.info>
5151
5152         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5153         parallel.
5154
5155 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5156
5157         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5158         the range update right.
5159         (nnimap-request-group): Don't make `M-g' bug out on group with no
5160         marks.
5161         (nnoo): Require, so that other packages can require nnimap.
5162         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5163         command we're looking for.  This helps when the server sends more
5164         responses after we've gotten everything we expected.
5165         (nnimap): Add a `newlinep' field to keep track of end-of-line
5166         conventions.
5167         Don't send CRLF to things that don't want it.
5168         (nnimap-request-accept-article): Ditto.
5169
5170 2010-09-18  Julien Danjou  <julien@danjou.info>
5171
5172         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5173         than curl to retrieve images.
5174
5175 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5176
5177         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5178         the marks.
5179         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5180         (nnimap-wait-for-connection): New function.
5181         (nnimap-open-connection): If we have PREAUTH, don't query for login
5182         credentials.
5183         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5184         when doing a partial update.
5185
5186 2010-09-18  Julien Danjou  <julien@danjou.info>
5187
5188         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5189         tags.
5190
5191 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5192
5193         * nnimap.el (nnimap-credentials): New function.
5194         (nnimap-open-connection): Use the new function to look for credentials
5195         also on the numeric equivalents of "imap" and "imaps".
5196
5197         * gnus-start.el (gnus-activate-group): Send the info to
5198         gnus-request-group.
5199
5200         * nnimap.el (nnimap-request-group): Have the "check" version of the
5201         function parse flags and update the info, so that a `M-g' get a total
5202         resync of all flags from the group.
5203
5204         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5205         to allow backends to alter the info on group selection.  Also alter all
5206         the backend -request-group functions to take the parameter.
5207
5208         * nnimap.el (nnimap-store-info): New function.
5209         (nnimap-update-info): Store the info for later usage.
5210         (nnimap-request-group): Use the stored info for the dont-check case, so
5211         that we don't retrieve all marks when we enter a group.
5212
5213         * nnimap.el: Use deffoo instead of defun for interface functions.
5214
5215         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5216         update the group info.  This makes the nndraft groups, for instance, go
5217         back to their old behaviour.
5218
5219         * gnus-sum.el (gnus-select-newsgroup): Indent.
5220
5221         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5222         in.
5223         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5224         nothing.
5225
5226         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5227         from methods that are denied.
5228
5229         * gnus-int.el (gnus-method-denied-p): New function.
5230
5231         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5232         store the password instead of netrc.
5233         (nnimap-open-connection): Don't error out when we can't make a
5234         connections.
5235
5236         * auth-source.el (auth-source-create): In the password prompt, say what
5237         we're querying for.  Also prompt for user name if that hasn't been
5238         given.
5239
5240         * nnimap.el (nnimap-with-process-buffer): Remove.
5241
5242 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5243
5244         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5245         method when we're reading from the agent.
5246
5247         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5248
5249         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5250         that's probably most useful for users.
5251
5252         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5253         "failed" all the time.
5254
5255         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5256         ...)) with (with-current-buffer ... ).
5257
5258         * nntp.el (nntp-open-server): Return whether the open was successful or
5259         not.
5260
5261         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5262         select an unread unseen article first.
5263
5264         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5265         /etc/services, supply some sensible port defaults.
5266
5267         * dgnushack.el: Define netrc-credentials.
5268
5269 2010-09-17  Julien Danjou  <julien@danjou.info>
5270
5271         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5272
5273 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5274
5275         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5276         doesn't have any parameters.
5277
5278 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5279
5280         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5281         only upcased checks.
5282
5283         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5284
5285         * nnimap.el (nnimap-open-shell-stream): New function.
5286         (nnimap-open-connection): Use it.
5287         (nnimap-transform-headers): Get the number of lines in each message.
5288         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5289         number of lines.
5290         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5291         problem.
5292
5293         * utf7.el (utf7-encode): Autoload.
5294
5295         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5296         to allow the mail splitting to not return a default group.  This is
5297         useful for nnimap, which will leave unmatched mail in the inbox.
5298
5299         * nnimap.el: Rewritten.
5300
5301         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5302         nnimap usage.
5303
5304         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5305         if the move is internal, so that nnimap can do fast internal moves.
5306
5307         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5308         data.
5309         (gnus-read-active-for-groups): Support finishing the early retrieval of
5310         data.
5311
5312         * gnus-range.el (gnus-range-nconcat): New function.
5313
5314         * gnus-int.el (gnus-finish-retrieve-group-infos)
5315         (gnus-retrieve-group-data-early): New functions.
5316
5317 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5318
5319         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5320         (nnrss-retrieve-groups):
5321         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5322         (pop3-quit): Use with-current-buffer.
5323
5324 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5325
5326         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5327         instead of nnheader-accept-process-output.
5328
5329         * dgnushack.el (dgnushack-compile): Add comment.
5330
5331         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5332
5333         * gnus-html.el (gnus-html-schedule-image-fetching)
5334         (gnus-html-prefetch-images): Replace process-kill-without-query by
5335         gnus-set-process-query-on-exit-flag.
5336
5337 2010-09-16  Romain Francoise  <romain@orebokech.com>
5338
5339         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5340
5341 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5342
5343         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5344         parameter to unintern is mandatory-ish in Emacs 24.
5345
5346         * gnus-html.el (gnus-html-schedule-image-fetching)
5347         (gnus-html-prefetch-images): Check for curl before using it.
5348
5349         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5350         depend on curl, which isn't essential.
5351
5352         * imap.el: Revert back to version
5353         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5354         seem problematic.
5355
5356 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5357
5358         * gnus-registry.el (gnus-registry-install-shortcuts):
5359         Explicitly pass `obarray' to `unintern' to avoid a warning.
5360
5361 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5362
5363         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5364         change.
5365
5366         * nnrss.el (nnrss-request-list): Remove this function and related
5367         functions, including the moreover stuff.
5368
5369 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5370
5371         * nnrss.el (nnrss-retrieve-groups): New function.
5372
5373 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5374
5375         * .dir-locals.el: Add no-byte-compile cookie.
5376
5377 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5378
5379         * time-date.el (format-seconds): Comment fix.
5380
5381         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5382         for back end that doesn't support request-scan.
5383
5384 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5385
5386         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5387         then do request scans from the backends.
5388
5389         * netrc.el (netrc-credentials): New conveniency function.
5390
5391         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5392         avoid running a hook per line, since this takes a lot of time,
5393         profiling shows.
5394         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5395         directly if gnus-visual-p is true.
5396
5397 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5398
5399         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5400         groups; replace mapcar with dolist which is a bit faster; pass groups
5401         info to gnus-read-active-file-1.
5402         (gnus-read-active-file-1): Scan only specified groups if the new
5403         optional arg `infos' is given.
5404
5405 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5406
5407         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5408
5409         * pop3.el (pop3-movemail): Remove.
5410         (pop3-streaming-movemail): Rename to pop3-movemail.
5411
5412         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5413         don't restrict end-tag searches to the end of the line.
5414
5415 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5416
5417         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5418         articles of every unchecked group to t, which means unknown since the
5419         server has never been opened.
5420
5421 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5422
5423         * gnus-html.el (gnus-html-show-alt-text): New command.
5424         (gnus-html-browse-image): Ditto.
5425         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5426         to browse the image directly.
5427         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5428         better.
5429
5430         * gnus-async.el (gnus-async-article-callback):
5431         Call `gnus-html-prefetch-images' unconditionally.
5432
5433         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5434         before feeding URLs to curl.
5435
5436 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5437
5438         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5439         internal images as deletable by `W D D'.
5440
5441         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5442         (gnus-async-article-callback): Fix typo.
5443
5444 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5445
5446         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5447         current line to work around bugs in the output from w3m.
5448
5449         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5450         for groups that want that.
5451
5452         * nntp.el (nntp-wait-for-string): Supply a timeout for
5453         accept-process-output to ensure progress.
5454
5455         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5456         level to get unread articles from, then use that for foreign groups,
5457         too.
5458
5459         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5460         confuses the rest of the function.
5461
5462         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5463         for the methods that support -retrieve-groups, too.
5464
5465         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5466
5467 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5468
5469         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5470         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5471
5472         * pop3.el: Require cl when compiling.
5473         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5474
5475 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5476
5477         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5478         that aren't going to be activated.
5479         (gnus-get-unread-articles): Fix up the last commit.
5480
5481         * gnus-html.el (gnus-article-html): Allow calling without specifying
5482         the handle.  In that case, dissect the buffer first.
5483
5484         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5485
5486         * nnimap.el (nnimap-open-connection): Revert the change that would look
5487         into authinfo for imaps instead of imap.
5488
5489         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5490         say that you don't want to call gnus-request-group with don-check, but
5491         do check the reponse.  This is for virtual groups only.
5492         (gnus-get-unread-articles): Count the archive groups as secondary, so
5493         that they're activated the same way as before.
5494
5495         * imap.el (imap-message-map): Removed optional buffer parameter, since
5496         no callers use it.
5497         (imap-message-get): Ditto.
5498         (imap-message-put): Ditto.
5499         (imap-mailbox-map): Ditto.
5500         (imap-mailbox-put): Ditto.
5501         (imap-mailbox-get): Ditto.
5502         (imap-mailbox-get): Revert last change for this function.
5503
5504         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5505         case-insensitively.
5506         (nnimap-debug): Remove.
5507
5508         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5509         to use `imap-fetch' instead.  According to the comments, this should be
5510         safe, since all other IMAP clients use the 1:* syntax.
5511         (imap-enable-exchange-bug-workaround): Removed.
5512         (imap-debug): Removed -- doesn't seem very useful.
5513
5514         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5515         mail from a file, and the file doesn't exist.
5516
5517         * imap.el (imap-log): New convenience function used throughout instead
5518         of repeating the same code all over the place.
5519
5520         * pop3.el (pop3-streaming-movemail): Return t for success.
5521
5522         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5523         .authinfo if we're using ssl connection.
5524
5525         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5526         already have if we're in a main Gnus `g' run.
5527
5528         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5529
5530 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5531
5532         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5533
5534         * nnmh.el (nnmh-request-list-1): Bind `file'.
5535
5536         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5537         alias to set-process-query-on-exit-flag or process-kill-without-query.
5538         (pop3-open-server): Use it.
5539
5540 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5541
5542         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5543         box to the Incoming file.  Fixes mistake in previous checkin.
5544
5545         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5546         request loop (for debugging purposes) removed.
5547
5548         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5549         culprit is more visible.
5550         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5551         (nnml-add-incremental-nov): New functions to do "incremental" nov
5552         updates, where we just append to the end of the existing nov files
5553         without reading/writing them in full.
5554
5555         * mail-source.el (mail-source-delete-crash-box): Really only check the
5556         incoming files once in a while.
5557
5558         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5559
5560         * mail-source.el (mail-source-delete-crash-box): Only check the
5561         incoming files for deletion once per day to save a lot of file
5562         accesses.
5563
5564         * pop3.el (pop3-logon): Fix up unbound variable typo.
5565
5566         * mail-source.el (pop3-streaming-movemail): Autoload.
5567
5568         * pop3.el (pop3-streaming-movemail):
5569         Respect pop3-leave-mail-on-server.
5570
5571         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5572         retrieval.
5573
5574         * pop3.el (pop3-process-filter): Remove unused function.
5575         (pop3-streaming-movemail, pop3-send-streaming-command)
5576         (pop3-wait-for-messages, pop3-write-to-file)
5577         (pop3-number-of-responses): New functions for streaming pop3
5578         retrieval.
5579
5580         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5581         come from no known methods.
5582         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5583         list.
5584
5585         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5586         message sizes.
5587         (pop3-movemail): Use erase-buffer instead of looping and deleting
5588         regions, which seems rather odd.
5589
5590         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5591         file once per `g' run.
5592
5593         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5594         directories.  This makes the draft queue directory work.
5595
5596         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5597         data from the backends, so that we only request the list of groups from
5598         each method once.  This should speed things up considerably.
5599
5600         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5601         detect that it's not implemented.
5602
5603         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5604         we actually do recurse down into the tree, but don't stat all leaf
5605         nodes.
5606
5607         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5608         then say so instead of bugging out.
5609
5610         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5611         files exist before trying to read them.
5612
5613         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5614         around <pre_int>.
5615
5616         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5617
5618         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5619
5620 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5621
5622         * mm-util.el (mm-image-load-path): Just return the image directories,
5623         not all directories in the path in addition to the image directories.
5624         (mm-image-load-path): Maintain a cache of the image directories so that
5625         the `g' command in Gnus doesn't have to stat dozens of directories each
5626         time.
5627
5628         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5629         (gnus-html-wash-tags): Add a new `i' command to insert images.
5630         (gnus-html-insert-image): New command and keystroke.
5631         (gnus-html-redisplay-with-images): New command and keystroke.
5632         (gnus-html-show-images): Rename command.
5633         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5634         spacers.
5635         (gnus-html-wash-tags): Decode entities at the end, so that entities
5636         inside the tags don't mess up the rest of the "parsing".
5637
5638         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5639         so that nnimap methods aren't agentized by default.  There's apparently
5640         many problems related to agent/imap behaviour.
5641
5642         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5643
5644         * gnus-html.el: Doc fix.
5645
5646 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5647
5648         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5649         specifier-spec-list for Emacs 21.
5650
5651         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5652         glyph-width and glyph-height instead of display-graphic-p and
5653         image-size; make avoidance of displaying small images work for XEmacs.
5654
5655         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5656         for XEmacs.
5657
5658         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5659         of symbol that holds plist data.
5660         (gnus-process-plist): Remove plist of process after getting it.
5661
5662 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5663
5664         * message.el (message-generate-hashcash): Change default to
5665         'opportunistic if hashcash is installed.
5666
5667         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5668         (gnus-html-put-image): Only call image-size once, since it's somewhat
5669         time-consuming on remote X servers.
5670
5671 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5672
5673         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5674         type on data, not a file name.
5675
5676         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5677         window-pixel-edges for Emacs 21.
5678
5679         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5680         decoded contents.
5681         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5682
5683 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5684
5685         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5686         group line format, since it isn't very interesting.
5687
5688         * gnus-agent.el (gnus-agent-short-article),
5689         (gnus-agent-long-article): Increase values for these two variables,
5690         since most people are likely to have more network connection and
5691         storage than before.
5692
5693         * gnus.el (gnus-refer-article-method): Change default to 'current.
5694         When referring an article, the common behaviour is to refer it from the
5695         current select method, not the native select method.  The chances of
5696         the native select method having the message in question is rather slim
5697         these days.
5698
5699         * gnus-sum.el (gnus-auto-select-subject): Change default to
5700         `unseen-or-unread'.  I think it's likely that most people want to
5701         select an unseen article over a previously seen, but unread one.
5702
5703         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5704         means that in the article buffer none of the minor mode elements will
5705         be shown, usually, and this is not desirable in most cases.
5706
5707         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5708         that commands like `d' (and the like) go to the next line in the
5709         buffer, instead of the next unread article.  I think this is the
5710         behaviour that is most natural for most users.
5711         (gnus-single-article-buffer): Change default to nil, so that people can
5712         have as many article buffers open as they have summary buffer.  I think
5713         this is the most natural way for the groups to behave.
5714
5715         * message.el (message-generate-new-buffers): Change default to
5716         `unsent', so that all new message buffers start their names with the
5717         string "*unsent", and it's easier to find the buffers if you move from
5718         them.
5719
5720 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5721
5722         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5723         small.  They're probably tracking images.
5724         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5725         (gnus-html-rescale-image): Yet another try at getting the image sizing
5726         right.
5727
5728         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5729         nntp-marks-file-name is nil.
5730
5731 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5732
5733         * gnus-html.el (gnus-html-wash-tags)
5734         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5735         Better logging.
5736
5737 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5738
5739         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5740
5741         * gnus-html.el (gnus-html-wash-tags): Check the value of
5742         gnus-blocked-images in the summary buffer.
5743
5744 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5745
5746         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5747
5748 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5749
5750         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5751         like "a", it seems like.
5752         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5753         since it needs to be picked from the correct buffer.
5754
5755         * nnwfm.el: Remove.
5756
5757         * nnlistserv.el: Remove.
5758
5759 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5760
5761         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5762         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5763
5764 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5765
5766         * nnkiboze.el: Remove.
5767
5768         * nndb.el: Remove.
5769
5770         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5771         alt text.
5772         (gnus-html-rescale-image): Try to get the rescaling logic right for
5773         images that are just wide and not tall.
5774
5775         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5776         overshadow variable bindings.
5777
5778 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5779
5780         * gnus-html.el (gnus-html-wash-tags)
5781         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5782         Add extra logging.
5783
5784 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5785
5786         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5787         (gnus-max-image-proportion): New variable.
5788         (gnus-html-rescale-image): New function.
5789         (gnus-html-put-image): Rescale images.
5790
5791 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5792
5793         Fix up some byte-compiler warnings.
5794         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5795         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5796         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5797         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5798         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5799         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5800         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5801
5802 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5803
5804         * gnus-html.el (gnus-article-html): Decode contents by charset.
5805
5806 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5807
5808         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5809         (gnus-html-frame-width, gnus-blocked-images)
5810         * message.el (message-prune-recipient-rules): Add custom version.
5811         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5812
5813         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5814         functions.
5815
5816         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5817         gnus-process-get.
5818
5819 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5820
5821         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5822         instead of lsub directly.
5823
5824 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5825
5826         * nnwarchive.el: Remove.
5827
5828         * gnus-soup.el: Remove.
5829
5830         * nnsoup.el: Remove.
5831
5832         * nnultimate.el: Remove.
5833
5834         * gnus-html.el (gnus-blocked-images): New variable.
5835
5836         * message.el (message-prune-recipients): New function.
5837         (message-prune-recipient-rules): New variable.
5838
5839         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5840         guess whether a long line is natural text or not.
5841
5842         * gnus-html.el (gnus-html-schedule-image-fetching):
5843         Use gnus-process-plist and friends for compatibility.
5844
5845 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5846
5847         * gnus-html.el: Require packages that define macros used in this file.
5848         (gnus-article-mouse-face): Declare to silence byte-compiler.
5849         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5850         process-get.
5851         (gnus-html-put-image): Use plist-get to avoid getf.
5852         (gnus-html-prefetch-images): Use with-current-buffer.
5853
5854 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5855
5856         * gnus-ems.el: Provide compatibility functions for
5857         gnus-set-process-plist.
5858
5859         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5860         header-line-format for XEmacs 21.4.
5861
5862         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5863         * gnus.el (gnus-valid-select-methods)
5864         * message.el (message-send-mail-partially-limit)
5865         * mm-decode.el (mm-text-html-renderer)
5866         * mml.el (mml-insert-mime-headers-always)
5867         * smiley.el (smiley-regexp-alist): Bump custom version.
5868
5869 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5870
5871         * gnus-html.el: require mm-url.
5872         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5873         with the url to `url'.
5874         (gnus-html-wash-tags): Support cid: URLs/images.
5875
5876 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5877
5878         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5879         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5880         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5881
5882         * gnus-move.el: Remove file, since it doesn't really work.
5883
5884         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5885         UTF-8.  This seems to fix problems with some German web feeds.
5886
5887         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5888         at the top so that the proper colours are applied.
5889
5890         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5891         don't have dots in their names.
5892
5893         * gnus-art.el (gnus-article-view-part): Doc fix.
5894
5895         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5896         XEmacs-compatible.
5897         (gnus-html-put-image): Don't do images on non-graphic displays.
5898
5899         * nnslashdot.el: Remove this unused backend.
5900
5901         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5902         actions.
5903         (gnus-undo-register-1): Revert last change.
5904
5905         * gnus-group.el (gnus-group-completing-read): Protect against not
5906         having completion-styles bound.
5907
5908         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5909         make broken recipients happier.
5910
5911         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5912
5913         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5914         point parameter.
5915
5916         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5917
5918         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5919         completion-styles for group selection.
5920
5921 2009-02-04  Andreas Schwab  <schwab@suse.de>
5922
5923         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5924         headers and regexp-quote the match if necessary.
5925
5926 2009-03-24  Miles Bader  <miles@gnu.org>
5927
5928         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5929         the blinking smiley.
5930
5931 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5932
5933         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5934         blink smiley.
5935
5936 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5937
5938         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5939         where the dribbel file lives exists.
5940
5941         * message.el (message-send-mail-partially-limit): Change the default to
5942         nil, since most people don't want this.
5943
5944         * mm-url.el (mm-url-decode-entities): Also decode entities like
5945         &#x3212.
5946
5947 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5948
5949         * gnus-sum.el (gnus-summary-idna-message):
5950         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5951         Hyperlink urls in docstrings with URL `...'.
5952
5953 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5954
5955         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5956         functions.
5957
5958 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5959
5960         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5961         say what the mouseover text should be.
5962
5963         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5964         version of the mm-w3m-safe-url-regexp variable to only download images
5965         in the groups where we want that to happen.
5966
5967         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5968
5969         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5970         easier debugging.
5971         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5972         big pictures in the article buffer.
5973
5974         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5975         gnus-article-html.
5976         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5977         w3m.
5978
5979         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5980
5981 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5982
5983         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5984         which doesn't exist.
5985
5986         * message.el (message-inhibit-ecomplete): New variable to allow some
5987         function to inhibit ecomplete address storage.
5988         (message-resend): Disable ecomplete message storage when resending
5989         messages.
5990
5991         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5992
5993 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5994
5995         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5996         Save excursion while copying, moving, and deleting articles in order to
5997         prevent the cursor from jumping to unforeseen place.
5998
5999 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6000
6001         * lpath.el: No need to bind bookmark-current-buffer,
6002         bookmark-yank-point and bookmark-make-record-function.
6003
6004 2010-08-17  Glenn Morris  <rgm@gnu.org>
6005
6006         * gnus-sync.el: Require gnus components whose functions are used.
6007
6008         * gnus-art.el (bookmark-make-record-function):
6009         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6010         Declare for compiler.
6011
6012         * mm-url.el (mml-compute-boundary): Autoload.
6013
6014 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6015
6016         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6017
6018 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
6019
6020         Typo fix "hoo4a" -> "hook".
6021
6022         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6023
6024 2010-08-14  Glenn Morris  <rgm@gnu.org>
6025
6026         * gnus-sync.el (gnus-sync): Fix defgroup version.
6027
6028 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
6029
6030         Doc fixes and keep unknown groups (ammended for nunion bug fix).
6031
6032         * gnus-sync.el: Fix docs.
6033         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6034         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6035
6036 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6037
6038         Optimizations for gnus-sync.el.
6039
6040         * gnus-sync.el: Add docs about gnus-sync-backend
6041         possibilities.
6042         (gnus-sync-save): Remove unnecessary message.
6043         (gnus-sync-read): Optimize and show what groups were skipped.
6044
6045 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6046
6047         Minor bug fixes for gnus-sync.el.
6048
6049         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6050         Don't read the sync on get-new-news.
6051
6052         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6053         quiet.
6054
6055         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6056         (fix typo).
6057
6058 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
6059
6060         Make saving and restoring of hidden threads work with overlays.
6061         Patch applied by Ted Zlatanov.
6062
6063         * gnus-sum.el (gnus-hidden-threads-configuration)
6064         (gnus-restore-hidden-threads-configuration): Update to deal with text
6065         properties, rather than searching for a magic character.
6066
6067 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6068
6069         New gnus-sync.el library for synchronization of marks.
6070
6071         * gnus-sync.el: New library for synchronization of marks.
6072
6073         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6074         renamed from `gnus-registry-grep-in-list'.
6075
6076         * gnus-registry.el (gnus-registry-follow-group-p):
6077         Use `gnus-grep-in-list'.
6078
6079         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6080
6081 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6082
6083         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6084         determining charset of text fails.
6085
6086 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6087
6088         * nnmail.el (nnmail-get-new-mail-1): Revert.
6089
6090         * nnml.el (nnml-active-number): Make sure names of newly created groups
6091         in nnml-group-alist are encoded.
6092
6093 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6094
6095         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6096         containing non-ASCII characters in active file for nnml back end.
6097
6098 2010-07-24  David Engster  <dengste@eml.cc>
6099
6100         * mml-smime.el (mml-smime-epg-verify): Also accept the older
6101         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6102
6103 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
6104
6105         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6106         tag (Bug#6654).
6107
6108 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6109
6110         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6111         the article buffer, not the summary buffer.
6112
6113 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6114
6115         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6116         Emacs 23 as well.
6117
6118 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6119
6120         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
6121         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
6122
6123 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6124
6125         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6126         Patch applied by Karl Fogel.
6127
6128         * gnus-sum.el (gnus-summary-bookmark-make-record):
6129         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6130
6131 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6132
6133         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6134         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
6135         C-w still not working correctly from Article buffers; Thierry's
6136         patch to fix that will be applied after this.
6137
6138         * gnus-art.el (bookmark-make-record-function): New local variable.
6139
6140         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6141         article buffer.
6142         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6143
6144 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6145
6146         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6147         on changes in bookmark.el.
6148
6149 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6150
6151         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
6152         `no-log' instead of message not to log prompt string.
6153
6154 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
6155
6156         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6157         the *other* type of HTML form submission.
6158
6159 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6160
6161         * auth-source.el (auth-source-pick): If choice does not contain a
6162         questioned keyword, set the check to t.
6163
6164 2010-06-12  Romain Francoise  <romain@orebokech.com>
6165
6166         * gnus-util.el (gnus-date-get-time): Move up before first use.
6167
6168 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6169
6170         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6171         (gnus-article-edit-part): Bind it to make last part that is substituted
6172         or deleted visible.
6173         (gnus-mime-display-single): Buttonize part of which id equals to
6174         gnus-mime-buttonized-part-id.
6175
6176 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6177
6178         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6179         (gnus-dd-mmm): Use gnus-date-get-time.
6180         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6181         simplify logic.
6182         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6183         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6184
6185 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6186
6187         * auth-source.el (top): Autoload `secrets-list-collections',
6188         `secrets-create-item', `secrets-delete-item'.
6189         (auth-sources): Fix tag string.
6190         (auth-get-source, auth-source-retrieve, auth-source-create)
6191         (auth-source-delete): New defuns.
6192         (auth-source-pick): Rewrite in order to avoid 2 passes.
6193         (auth-source-forget-user-or-password): New parameter USERNAME.
6194         (auth-source-user-or-password): New parameters CREATE-MISSING and
6195         DELETE-EXISTING.  Retrieve password interactively, if needed.
6196
6197 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6198
6199         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6200         deleting unused directories when gnus-expert-user is t.
6201
6202 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6203
6204         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6205         for each temp file when gnus-article-browse-delete-temp is ask.
6206
6207 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6208
6209         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
6210         Lisp calls to delete-backward-char by calls to delete-char.
6211
6212 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6213
6214         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6215
6216 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6217
6218         * password-cache.el (password-cache-remove): Fix docstring.
6219
6220 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6221
6222         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6223         article unless decoding article to be saved.
6224
6225 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6226
6227         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6228         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6229         generated within the mm-with-unibyte-current-buffer macro.
6230
6231 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6232
6233         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6234         to nil when we're in a mml-preview buffer and no group is selected.
6235
6236 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6237
6238         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6239         when catching the `C-g'.  Reported by "Leo".
6240
6241 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6242
6243         * message.el (message-forward-make-body-plain)
6244         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6245         multibyte-string-p.
6246
6247         * lpath.el: Revert.
6248
6249 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6250
6251         * message.el (message-forward-make-body-mml): Assume original message
6252         is multibyte string; error on unibyte.
6253         (message-forward-make-body-plain): Ditto; don't add excessive newline
6254         in body end.
6255
6256         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6257
6258 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6259
6260         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6261         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6262
6263 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6264
6265         * mm-extern.el (mm-extern-url): Don't use
6266         mm-with-unibyte-current-buffer.
6267         (mm-extern-cache-contents): Use with-current-buffer instead of
6268         save-excursion + set-buffer.
6269
6270 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6271
6272         * mm-util.el (mm-emacs-mule): Remove.
6273
6274 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6275
6276         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6277         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6278         change.
6279
6280 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6281
6282         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6283         bind the default value of enable-multibyte-characters to nil.
6284
6285 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6286
6287         * message.el (message-forward-make-body-plain)
6288         (message-forward-make-body-mml):
6289         Don't use mm-with-unibyte-current-buffer.
6290
6291 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6292
6293         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6294
6295 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6296
6297         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6298         (Bug#5592).
6299
6300 2010-05-07  Julien Danjou  <julien@danjou.info>
6301
6302         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6303         it to mm-pipe-part.
6304
6305         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6306         it is given.
6307
6308 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6309
6310         * binhex.el (binhex-decode-region-internal)
6311         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6312         (dns-query)
6313         * nnweb.el (nnweb-gmane-search)
6314         * pgg-parse.el (pgg-parse-armor)
6315         * pgg.el (pgg-verify-region)
6316         * sha1.el (sha1-string-external)
6317         * uudecode.el (uudecode-decode-region-internal)
6318         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6319         XEmacs.
6320
6321         * gnus-art.el (gnus-article-browse-html-parts)
6322         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6323         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6324         make-temp-file.
6325
6326         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6327         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6328         compiling.
6329
6330         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6331         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6332         XEmacs when compiling.
6333
6334         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6335         gnus-pick-mode-off-hook for XEmacs when compiling.
6336         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6337         gnus-binary-mode-off-hook for XEmacs when compiling.
6338
6339         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6340         Return nil if char-charset is not available.
6341
6342         * imap.el (imap-disable-multibyte)
6343         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6344         macros.
6345
6346         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6347         instead of encode-coding-string.
6348
6349         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6350         'xemacs) instead of mm-emacs-mule to switch function definitions.
6351         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6352
6353         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6354         bind temporary-file-directory for XEmacs;
6355         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6356         timer-set-function for XEmacs 21.4 and SXEmacs;
6357         bind timer-list for XEmacs 21.4 and SXEmacs;
6358         fbind char-charset and find-charset-region for non-Mule XEmacs;
6359         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6360         encode-coding-region and encode-coding-string for XEmacs having no
6361         file-coding feature.
6362
6363 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6364
6365         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6366
6367 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6368
6369         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6370         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6371
6372 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6373
6374         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6375         alias `jka-compr-delete-temp-file' no longer exists.
6376
6377 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6378
6379         Use define-minor-mode in Gnus where applicable.
6380         * mml.el (mml-mode): Use define-minor-mode.
6381         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6382         (gnus-undo-mode): Use define-minor-mode.
6383         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6384         (gnus-dead-summary-mode): Use define-minor-mode.
6385         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6386         Initialize in declaration.
6387         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6388         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6389         (gnus-mailing-list-mode): Use define-minor-mode.
6390         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6391         (gnus-draft-mode): Use define-minor-mode.
6392         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6393         (gnus-dired-mode): Use define-minor-mode.
6394
6395 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6396
6397         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6398         handles on recursive mml-to-mime translation and check them for
6399         boundary delimiter collisions.  Reported by Greg Troxel.
6400
6401 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6402
6403         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6404
6405 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6406
6407         * mm-util.el (mm-find-buffer-file-coding-system):
6408         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6409
6410 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6411
6412         * message.el (message-generate-headers): Record insertion of optional
6413         headers as well.  Otherwise the check to prevent repeated insertion of
6414         optional headers is a no-op.
6415
6416 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6417
6418         * smime.el: Don't mention CVS.
6419
6420         * nnrss.el (nnrss-fetch): Don't mention CVS.
6421
6422         * nnir.el: Don't mention CVS.
6423
6424 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6425
6426         * gnus-sum.el (gnus-summary-bookmark-make-record):
6427         Add `location' field.
6428
6429 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6430
6431         * lpath.el: Fbind bookmark-default-handler,
6432         bookmark-get-bookmark-record, bookmark-make-record-default,
6433         bookmark-prop-get for Emacs <23 and XEmacs.
6434
6435 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6436
6437         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6438         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6439         Use with-current-buffer to silence the byte-compiler.
6440         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6441         bother to require `gnus'.
6442         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6443
6444 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6445
6446         * gnus-sum.el (gnus-summary-bookmark-make-record)
6447         (gnus-summary-bookmark-jump): New functions.
6448         (gnus-summary-mode): Setup bookmark support.
6449
6450 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6451
6452         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6453         if set.
6454
6455 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6456
6457         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6458         gnus-article-browse-html-save-cid-image; make it work recursively for
6459         forwarded messages as well.
6460         (gnus-article-browse-html-parts): Work when prefix arg is given.
6461         (gnus-article-browse-html-article): Doc fix.
6462
6463 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6464
6465         * message.el (message-default-mail-headers):
6466         (message-default-headers): Carry the value mail-default-headers over
6467         into message-default-mail-headers, rather than message-default-headers.
6468
6469 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6470
6471         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6472         charset.
6473
6474         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6475         charset into the <meta> tag when the article is encoded to utf-8.
6476
6477 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6478
6479         * gnus-art.el (gnus-article-browse-delete-temp-files):
6480         Delete directories as well.
6481         (gnus-article-browse-html-parts): Work for images that do not specify
6482         file names; delete temp directory when quitting; insert header at the
6483         right place; use file: scheme for image files.
6484
6485 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6486
6487         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6488         (gnus-article-browse-html-parts): Use it to make temporary cid image
6489         files in addition to html file so that browser may display them.
6490
6491 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6492
6493         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6494
6495 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6496
6497         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6498
6499 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6500
6501         * auth-source.el (auth-sources): Change default to be simpler.
6502         Explain about Secret Service API sources.  Improve Customize options.
6503         (auth-source-pick): Change to accept any number of search parameters.
6504         Implement fallbacks iteratively, not recursively.  Add scoring on the
6505         second pass and sort by score.  Call Secret Service API when needed.
6506         (auth-source-user-or-password): Use it.  Call Secret Service API
6507         directly when needed to get the user name and the password.
6508
6509 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6510
6511         * message.el (message-interactive): Doc fix.
6512         (message-qmail-inject-args): Reflow.
6513         (message-kill-to-signature): Fix typo in docstring.
6514
6515         * smiley.el (smiley-buffer): Fix typo in docstring.
6516
6517 2010-03-24  Glenn Morris  <rgm@gnu.org>
6518
6519         * mail-source.el (gnus-message): Declare.
6520         (mail-source-delete-old-incoming): Require gnus-util.
6521
6522 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6523
6524         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6525
6526         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6527
6528         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6529         password-cache's default if it is not bound.
6530         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6531         password-cache-expiry's default if it is not bound.
6532
6533         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6534         available in Emacs 21.
6535
6536         * lpath.el: Suppress compiler warnings for:
6537         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6538         XEmacs;
6539         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6540         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6541         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6542
6543 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6544
6545         * auth-source.el (auth-sources): Fix up definition so extra parameters
6546         are always inline.
6547
6548 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6549
6550         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6551         wasn't updated after mismatch.  Clear cached mailbox info correctly
6552         when uidvalidity changes.
6553         (nnimap-group-prefixed-name): New function to avoid some code
6554         duplication.
6555         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6556         (nnimap-request-group): Use it.
6557         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6558         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6559         with many imap folders.  This is done by caching the group status from
6560         the imap server persistently in a group parameter `imap-status'.  (This
6561         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6562         but not persistently, so every Gnus startup was still very slow.)
6563
6564 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6565
6566         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6567         delete the extra newline.  Otherwise editing of :string and :number
6568         types don't work.
6569
6570 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6571
6572         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6573         secrets.el dependency.
6574         (auth-sources): Add optional user name.  Add secrets.el configuration
6575         choice (unused right now).
6576
6577 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6578
6579         * gnus-sum.el (gnus-summary-make-menu-bar):
6580         Let `gnus-registry-install-shortcuts' fill in the functions.
6581
6582         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6583         warnings.
6584         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6585         (gnus-registry-install-shortcuts): Populate and use it in a
6586         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6587
6588 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6589
6590         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6591         In-place substitutions for the group name encoding/decoding.
6592         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6593         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6594         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6595         (nnimap-update-unseen, nnimap-request-list)
6596         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6597         (nnimap-request-set-mark, nnimap-split-to-groups)
6598         (nnimap-split-articles, nnimap-request-newgroups)
6599         (nnimap-request-create-group, nnimap-request-accept-article)
6600         (nnimap-request-delete-group, nnimap-request-rename-group)
6601         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6602         `encoded-mbx' for consistency.
6603         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6604         variable `imap-current-mailbox'.
6605
6606         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6607         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6608
6609 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6610
6611         * pop3.el (pop3-display-message-size-flag): Display message size byte
6612         counts during POP3 download.
6613         (pop3-movemail): Use it.
6614         (pop3-list): Implement listing of available messages.
6615
6616 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6617
6618         * nnir.el (nnir-get-article-nov-override-function): New function to
6619         override the normal NOV retrieval.
6620         (nnir-retrieve-headers): Use it.
6621
6622 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6623
6624         * auth-source.el (netrc-machine-user-or-password): Autoload.
6625
6626 2010-03-19  Glenn Morris  <rgm@gnu.org>
6627
6628         Stop message.el from loading about 40 libraries it doesn't always need.
6629         The general approach is to autoload rather than require, and to
6630         require in the specific functions rather than the file.  (Bug#5642)
6631
6632         * gmm-utils.el: Don't require wid-edit.
6633         (widget-create-child-value, widget-convert, widget-default-get):
6634         Autoload.
6635
6636         * gnus-util.el: Don't require time-date, netrc.
6637         (message-fetch-field, gnus-group-name-decode): Declare rather than
6638         autoloading.
6639         (gnus-fetch-field): Require message.
6640         (gnus-decode-newsgroups): Require gnus-group.
6641
6642         * ietf-drums.el: Don't require time-date.
6643
6644         * message.el: Don't require hashcash, canlock, ecomplete.
6645         Do require mail-utils.  Require nnheader only when compiling.
6646         (smtpmail-default-smtp-server): Remove declaration.
6647         (message-send-mail-function): Check smtpmail-default-smtp-server
6648         is bound rather than requiring smtpmail.
6649         (message-auto-save-directory, message-insert-signature):
6650         Use expand-file-name rather than nnheader-concat.
6651         (nnheader-insert-file-contents): Autoload.
6652         (hashcash-wait-async): Declare.
6653         (message-send-mail): Only call gnus-setup-posting-charset if
6654         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6655         (message-send-mail-with-sendmail): Require sendmail.
6656         (canlock-password, canlock-password-for-verify): Declare.
6657         (message-canlock-password): Require canlock.
6658         (nnheader-get-report): Autoload.
6659         (gnus-setup-posting-charset): Declare.
6660         (message-send-news): Require gnus-msg.
6661         (message-make-references, message-make-in-reply-to): Use mail-header-id
6662         rather than the alias mail-header-message-id.
6663         (ecomplete-add-item, ecomplete-save): Declare.
6664         (message-put-addresses-in-ecomplete): Require ecomplete.
6665         (ecomplete-display-matches): Autoload.
6666
6667         * mm-decode.el: Don't require mailcap, gnus-util.
6668         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6669         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6670         Autoload.
6671         (mailcap-mime-extensions): Declare.
6672
6673         * mm-encode.el: Don't require mailcap.
6674         (mailcap-extension-to-mime): Autoload.
6675
6676         * mml-sec.el: Don't require password-cache.
6677
6678         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6679         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6680         (mml-minibuffer-read-type): Require mailcap.
6681         (mml-preview): Require gnus-msg.
6682
6683         * mml1991.el: Require password-cache.
6684         (password-cache-expiry): Remove declaration.
6685
6686         * mml2015.el: Require password-cache.
6687         (password-cache-expiry): Remove declaration.
6688
6689         * nneething.el (mailcap): Require mailcap.
6690
6691         * nnheader.el (declare-function): Add compatibility stub.
6692         (message-remove-header): Declare rather than autoload.
6693         (nnheader-replace-header): Require message.
6694
6695         * nnimap.el (declare-function): Add compatibility stub.
6696         (netrc-parse, netrc-machine-user-or-password): Declare.
6697         (nnimap-open-connection): Require netrc.
6698
6699         * nntp.el (declare-function): Add compatibility stub.
6700         (netrc-parse, netrc-machine, netrc-get): Declare.
6701         (nntp-send-authinfo): Require netrc.
6702
6703         * rfc2047.el: Don't require qp.
6704         (quoted-printable-encode-region, quoted-printable-decode-string):
6705         Autoload.
6706
6707         * sieve-mode.el: Don't require easymenu.
6708         (easy-menu-add-item): Autoload it.
6709
6710         * spam-stat.el (time-to-number-of-days): Autoload it.
6711
6712 2010-03-19  Glenn Morris  <rgm@gnu.org>
6713
6714         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6715
6716 2010-03-18  Glenn Morris  <rgm@gnu.org>
6717
6718         * hashcash.el (declare-function): Remove duplicate definition.
6719
6720 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6721
6722         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6723         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6724         value if any backslash escapes).
6725
6726 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6727
6728         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6729         if it is available.  (bug#5647)
6730
6731         * lpath.el: Suppress compiler warning for coding-system-from-name for
6732         Emacs 21 and XEmacs.
6733
6734 2010-03-14  Juri Linkov  <juri@jurta.org>
6735
6736         * hmac-def.el:
6737         * hmac-md5.el:
6738         * netrc.el: Fix keywords.
6739
6740 2010-02-26  Glenn Morris  <rgm@gnu.org>
6741
6742         * message.el (message-send-mail-function): Change the default, so that
6743         it inherits from a customized send-mail-function.  (Bug#5643)
6744
6745 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6746
6747         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6748         shell-command-to-string signals an error (bug#5299).
6749
6750 2010-02-24  Glenn Morris  <rgm@gnu.org>
6751
6752         * message.el (message-smtpmail-send-it)
6753         (message-send-mail-with-mailclient): Doc fixes.
6754
6755 2010-02-16  Glenn Morris  <rgm@gnu.org>
6756
6757         * message.el (message-default-mail-headers): Change the default value
6758         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6759
6760 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6761
6762         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6763         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6764
6765 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6766
6767         * time-date.el (date-to-time): Doc fix (Bug#5408).
6768
6769 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6770
6771         * message.el (message-mail): Just pass yank-action on to message-setup.
6772         (message-setup): Handle (FUN . ARGS) form of yank-action.
6773         (message-with-reply-buffer, message-widen-reply)
6774         (message-yank-original): Handle non-buffer values of
6775         message-reply-buffer (Bug#4080).
6776         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6777
6778 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6779
6780         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6781         Fix typo in docstring.
6782
6783 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6784
6785         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6786         response.
6787
6788 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6789
6790         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6791
6792         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6793
6794         * message.el (message-check-news-header-syntax): Protect against a
6795         string that `rfc822-addresses' returns when parsing fails.
6796
6797 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6798
6799         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6800         (gnus-previous-char-property-change): New functions.
6801
6802         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6803
6804 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6805
6806         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6807         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6808
6809 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6810
6811         * message.el (message-exchange-point-and-mark): Rework last change to
6812         avoid using optional arg of exchange-point-and-mark, for backward
6813         compatibility.
6814
6815 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6816
6817         * message.el (message-exchange-point-and-mark):
6818         Call exchange-point-and-mark with an argument rather than setting
6819         mark-active by hand (Bug#5175).
6820
6821 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6822
6823         * nntp.el (nntp-service-to-port): Work for service expressed with
6824         numeric string; replace [:digit:] with [0-9] for XEmacs.
6825
6826 2009-12-17  Glenn Morris  <rgm@gnu.org>
6827
6828         * gnus-group.el (gnus-bug-group-download-format-alist):
6829         Change emacs entry to debbugs.gnu.org.  Bump :version.
6830
6831 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6832
6833         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6834
6835 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6836
6837         * message.el (message-info): Explain why we use `Info-goto-node'.
6838
6839 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6840
6841         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6842
6843 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6844
6845         * message.el (message-completion-in-region): New compatibility function.
6846         (message-expand-group): Use it.
6847
6848 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6849
6850         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6851         with no unread article should be listed if the 2nd arg `predicate' is
6852         given.
6853
6854 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6855
6856         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6857
6858 2009-11-29  Juri Linkov  <juri@jurta.org>
6859
6860         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6861         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6862         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6863
6864 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6865
6866         * sha1.el (sha1-string-external): default-directory "/" in case
6867         otherwise non-existent.  process-connection-type pipe for touch of
6868         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6869
6870 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6871
6872         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6873         it's comms related and sgml-mode.el has "comm" on that basis too.
6874
6875 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6876
6877         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6878         containing tspecial characters if they have been already quoted.
6879
6880 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6881
6882         * dns-mode.el (auto-mode-alist): Purecopy string.
6883
6884 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6885
6886         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6887
6888 2009-10-24  Glenn Morris  <rgm@gnu.org>
6889
6890         * gnus-art.el (help-xref-stack-item): Define for compiler.
6891
6892 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6893
6894         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6895
6896 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6897
6898         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6899
6900 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6901
6902         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6903         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6904
6905 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6906
6907         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6908         (gnus-overlays-in): New alias to overlays-in.
6909
6910         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6911         gnus-overlay-get, and gnus-delete-overlay.
6912         (gnus-summary-show-thread): Make it work as well for systems in which
6913         next-single-char-property-change is not available.
6914         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6915
6916         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6917         (gnus-overlay-get): New alias to extent-property.
6918         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6919
6920         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6921         SXEmacs.
6922
6923         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6924         SXEmacs.
6925
6926 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6927
6928         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6929
6930 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6931
6932         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6933         and XEmacs that don't have `remove-overlays'.
6934
6935 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6936
6937         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6938         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6939         selective display.  Use overlays instead.
6940
6941 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6942
6943         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6944
6945 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6946
6947         * spam-stat.el (spam-stat-load): Fix typo in message.
6948
6949 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6950
6951         * dig.el (dig-invoke): Fix typo in docstring.
6952         (query-dig): Reflow docstring.
6953
6954 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6955
6956         * gnus-art.el (gnus-article-encrypt-body):
6957         * message.el (message-check-recipients):
6958         * mm-util.el (mm-codepage-setup):
6959         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6960         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6961
6962 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6963
6964         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6965         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6966         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6967         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6968         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6969
6970 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6971
6972         * dig.el: Add "Keywords: comm", as per net-utils.el.
6973
6974 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6975
6976         * dig.el (dig-mode): Use define-derived-mode.
6977
6978 2009-09-19  Glenn Morris  <rgm@gnu.org>
6979
6980         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6981
6982 2009-09-18  Glenn Morris  <rgm@gnu.org>
6983
6984         * gnus-diary.el (gnus-diary-check-message):
6985         * message.el (message-insert-formatted-citation-line):
6986         * nnbabyl.el (top-level):
6987         * nndiary.el (nndiary-schedule):
6988         Fix typos in condition-case handlers.
6989
6990 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6991
6992         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6993         configuration that provides the sole article window in a frame;
6994         position point correctly after deleting a part.
6995
6996 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6997
6998         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6999         (spam-resolve-registrations-routine): Use it to unregister articles
7000         that change status.
7001
7002 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7003
7004         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
7005         with XEmacs.
7006         (parse-time-string-chars): Use it.
7007
7008 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7009
7010         * imap.el (imap-interactive-login): Better messages.
7011         (imap-open): Fix bug with renamed buffer on reconnect.
7012         (imap-authenticate): Add buffer-local imap-last-authenticator variable
7013         for easier debugging and cleaner code.  On successful (guessed based on
7014         server capabilities) secondary authentication, set imap-state
7015         correctly.
7016         (imap-last-authenticator): Define imap-last-authenticator as a variable
7017         to avoid warnings.
7018
7019 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7020
7021         * nnrss.el (nnrss-request-article): Remove binding of
7022         default-enable-multibyte-characters that has gotten needless by
7023         the 2007-07-13 change in rfc2047-encode-message-header.
7024
7025         * mml.el (mml-insert-multipart): Error on the message header.
7026         (mml-insert-part): Error on the message header; position point at
7027         the end of a MIME tag.
7028
7029 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7030
7031         * time-date.el (autoload): Expand define-obsolete-function-alias into
7032         defalias and make-obsolete for old Emacsen that Gnus supports.
7033         (with-no-warnings): Define it for old Emacsen.
7034         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7035         is available.
7036         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7037         float-time is available; suppress compile warning for time-to-seconds.
7038
7039         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7040         (gnus-float-time): Alias to float-time if it exists.
7041
7042         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7043         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7044         float-time is available; suppress compile warning for time-to-seconds.
7045
7046         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
7047         XEmacs.
7048
7049 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
7050
7051         * imap.el (imap-message-map): Docstring fix.
7052
7053 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7054
7055         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7056         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7057         Add the optional argument `encoding' that overrides the default.
7058
7059         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7060         mm-encode-buffer.
7061
7062 2009-09-04  Glenn Morris  <rgm@gnu.org>
7063
7064         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7065         mm-disable-multibyte, rather than default-enable-multibyte-characters.
7066         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7067         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7068         * mm-util.el (mm-with-unibyte-current-buffer)
7069         (mm-find-buffer-file-coding-system):
7070         * yenc.el (yenc-decode-region): Use default-value rather than
7071         default-enable-multibyte-characters.
7072
7073 2009-09-03  Glenn Morris  <rgm@gnu.org>
7074
7075         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7076         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7077         than default-enable-multibyte-characters.
7078
7079 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
7080
7081         * gnus-art.el (gnus-article-read-summary-keys):
7082         Fix gnus-buffer-configuration's value temporarily used.
7083
7084 2009-09-02  Glenn Morris  <rgm@gnu.org>
7085
7086         * gnus-util.el (gnus-float-time): New function.
7087         * gnus-delay.el (gnus-delay-article):
7088         * gnus-sum.el (gnus-thread-latest-date):
7089         * gnus-util.el (gnus-user-date): Use gnus-float-time.
7090         * nnspool.el (nnspool-request-newgroups):
7091         Use gnus-float-time rather than time-to-seconds.
7092         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7093
7094         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7095         (gnus-header-subject-face, gnus-header-newsgroups-face)
7096         (gnus-header-name-face, gnus-header-content-face):
7097         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7098         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7099         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7100         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7101         (gnus-cite-face-11):
7102         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7103         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7104         (gnus-server-closed-face, gnus-server-denied-face)
7105         (gnus-server-offline-face):
7106         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7107         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7108         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7109         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7110         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7111         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7112         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7113         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7114         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7115         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7116         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7117         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7118         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7119         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7120         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7121         (gnus-summary-high-undownloaded-face)
7122         (gnus-summary-low-undownloaded-face)
7123         (gnus-summary-normal-undownloaded-face)
7124         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7125         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7126         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7127         (gnus-splash-face):
7128         * message.el (message-header-to-face, message-header-cc-face)
7129         (message-header-subject-face, message-header-newsgroups-face)
7130         (message-header-other-face, message-header-name-face)
7131         (message-header-xheader-face, message-separator-face)
7132         (message-cited-text-face, message-mml-face):
7133         * sieve-mode.el (sieve-control-commands-face)
7134         (sieve-action-commands-face, sieve-test-commands-face)
7135         (sieve-tagged-arguments-face):
7136         * spam.el (spam-face):
7137         Mark face aliases with "-face" in the name as obsolete.
7138
7139 2009-09-01  Glenn Morris  <rgm@gnu.org>
7140
7141         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7142         than goto-line.
7143
7144 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7145
7146         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7147         Don't move point if the command is invoked inside the message header.
7148
7149 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7150
7151         * imap.el (imap-send-command): Simplify.
7152         (imap-wait-for-tag): point-max -> buffer-size.
7153
7154 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7155
7156         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7157         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7158         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7159         * nnir.el (nnir-swish-e-index-file):
7160         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7161         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7162         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7163         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7164         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7165         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7166
7167 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7168
7169         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7170         Don't save excursion.
7171
7172 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7173
7174         * nnheader.el (nnheader-find-file-noselect):
7175         * mm-util.el (mm-insert-file-contents):
7176         Use (default-value 'major-mode) instead of default-major-mode.
7177
7178 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7179
7180         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7181
7182 2009-08-26  Glenn Morris  <rgm@gnu.org>
7183
7184         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
7185         than placing in files.el.
7186
7187 2009-08-25  Glenn Morris  <rgm@gnu.org>
7188
7189         * nnir.el (top-level): Don't require cl at run-time.
7190         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7191         Replace cl-function substitute with gnus-replace-in-string.
7192         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7193         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7194         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7195         simplified expansions.
7196
7197 2009-08-25  Kevin Ryde  <user42@zip.com.au>
7198
7199         * dig.el (dig): Add autoload cookie.
7200
7201 2009-08-22  Glenn Morris  <rgm@gnu.org>
7202
7203         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7204         goto-line.
7205
7206 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7207
7208         * parse-time.el (parse-time-string-chars): Save match data.
7209
7210 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7211
7212         * parse-time.el (parse-time-string-chars): Compute using character
7213         classes, to handle non-ascii characters (Bug#3190).
7214
7215 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7216
7217         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7218
7219         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7220         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7221         (gnus-mm-display-part, gnus-mime-display-single)
7222         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7223         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7224
7225         * gnus-sum.el
7226         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7227         (gnus-summary-move-article): Add expirable mark to articles copied or
7228         moved to group that has auto-expire turned on if the option is non-nil.
7229
7230 2009-07-24  Glenn Morris  <rgm@gnu.org>
7231
7232         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7233         Fix typo.  (Bug#3903)
7234
7235 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7236
7237         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7238         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7239         that should not be used for draft articles.
7240         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7241         that has no concern in minor mode keys.
7242         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7243         Abolish.
7244
7245 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7246
7247         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7248         article without making inquiry to a user for unknown encoding.
7249
7250         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7251         (nnmaildir--scan): Assume i-node and device number that file-attributes
7252         returns might be cons-cell.
7253
7254         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7255
7256         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7257
7258 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7259
7260         * auth-source.el: Remove docs now in auth.texi.  Don't use
7261         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7262         `auth-source-hide-passwords' and use them.
7263
7264 2009-07-15  Glenn Morris  <rgm@gnu.org>
7265
7266         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7267
7268 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7269
7270         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7271         excessive whitespace from the default values of title and description.
7272
7273 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7274
7275         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7276         mail-fetch-field to fetch Content-Description header in order to
7277         exclude newlines.
7278
7279 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7280
7281         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7282         format used by GnuPG 2.0.11.
7283
7284 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7285
7286         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7287         to deleted part.
7288
7289 2009-05-30  David Engster  <dengste@eml.cc>
7290
7291         * nnmairix.el: Remove old documentation in the commentary block.
7292         (nnmairix-request-group): Do not update active file for nnml back ends.
7293         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7294         end so that overview files are ignored.
7295         (nnmairix-update-groups): Make updating the groups more robust by using
7296         marks.
7297         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7298         with dollar characters in message-id.
7299
7300 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7301
7302         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7303         2008-12-25 in dns.el.
7304
7305 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7306
7307         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7308         could happen if the text is only composed of spaces and/or tabs.
7309
7310 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7311
7312         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7313         when sending a queued message to avoid extra mml tags.
7314
7315 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7316
7317         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7318
7319 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7320
7321         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7322         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7323         rmail-toggle-header for XEmacs;
7324         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7325
7326 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7327
7328         * gnus-dired.el: Remove autoload for gnus-setup-message.
7329         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7330         displaying Gnus logo; always use compose-mail.
7331
7332 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7333
7334         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7335
7336 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7337
7338         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7339         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7340         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7341         available.
7342         (gnus-nocem-epg-verify): New function.
7343
7344 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7345
7346         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7347
7348 2009-02-15  Glenn Morris  <rgm@gnu.org>
7349
7350         * gnus-util.el (rmail-insert-rmail-file-header)
7351         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7352         autoloads.
7353         (rmail-default-rmail-file): Remove unnecessary declaration.
7354         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7355
7356 2009-02-14  Glenn Morris  <rgm@gnu.org>
7357
7358         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7359         variable (only used in gnus-util, which declares it anyway).
7360         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7361         which was only needed by gnus-art (changed to not use it any more).
7362         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7363         only used in gnus-util, which autoloads it itself.
7364         (rmail-update-summary): Fix autoload.
7365
7366         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7367         rather than rmail-output-to-rmail-file.
7368
7369 2009-02-07  Glenn Morris  <rgm@gnu.org>
7370
7371         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7372         autoload of function that no longer exists.
7373         (rmail-toggle-header): Declare.
7374         (message-forward-rmail-make-body): Handle mbox Rmail.
7375
7376 2009-01-31  Glenn Morris  <rgm@gnu.org>
7377
7378         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7379         2009-01-09 change.
7380
7381 2009-01-31  Dave Love  <fx@gnu.org>
7382
7383         * imap.el (imap-fetch-safe): Bind debug-on-error.
7384         (imap-debug): Add imap-fetch-safe.
7385
7386 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7387
7388         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7389         (auth-source-forget-all-cached): New convenience function.
7390         (auth-source-user-or-password): Accept list of modes or a single mode.
7391
7392         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7393         auth-source modes.
7394
7395         * netrc.el (netrc-machine-user-or-password): Use list of
7396         auth-source modes.
7397
7398         * nnimap.el (nnimap-open-connection): Use list of
7399         auth-source modes.
7400
7401         * nntp.el (nntp-send-authinfo): Use list of
7402         auth-source modes.
7403
7404 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7405
7406         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7407         now.
7408
7409 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7410
7411         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7412         coding system in XEmacs; add a workaround for XEmacs.
7413
7414         * lpath.el: Fbind coding-system-aliasee.
7415
7416 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7417
7418         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7419         of current-language-environment.
7420
7421 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7422
7423         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7424         available at runtime.
7425
7426 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7427
7428         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7429
7430 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7431
7432         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7433         the greatest positive fixnum value doesn't work under an XEmacs with
7434         bignum support; use the most-positive-fixnum constant instead,
7435         available since Emacs 21.1 with cl and XEmacs 21.1.
7436
7437 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7438
7439         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7440         XEmacs gets not to work.
7441
7442 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7443
7444         * mm-util.el (mm-coding-system-priorities): Allow the value like
7445         "Japanese (UTF-8)" of current-language-environment.
7446
7447 2009-01-09  Glenn Morris  <rgm@gnu.org>
7448
7449         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7450         with last-command-event.
7451
7452 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7453
7454         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7455         in the doc string.
7456
7457         * message.el (message-fix-before-sending): Amend comment.
7458
7459 2009-01-08  Dave Love  <fx@gnu.org>
7460
7461         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7462
7463 2009-01-07  David Engster  <dengste@eml.cc>
7464
7465         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7466         simplified server definitions by converting it via
7467         gnus-server-to-method.
7468
7469 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7470
7471         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7472         parameter's operands.
7473
7474 2009-01-06  David Engster  <dengste@eml.cc>
7475
7476         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7477         primary select method (for gnus-group-mark-article-as-read).
7478
7479 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7480
7481         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7482         `(gnus)Face', not `(gnus)X-Face'.
7483
7484 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7485
7486         * mm-util.el (mm-ucs-to-char): New function.
7487
7488         * mm-url.el (mm-url-decode-entities): Use it.
7489
7490         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7491         unicode-to-char.
7492
7493 2009-01-05  Dave Love  <fx@gnu.org>
7494
7495         * time-date.el: Require cl for `declare'.
7496
7497 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7498
7499         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7500         Dave Love.
7501
7502 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7503
7504         * message.el (message-fix-before-sending): Add `eight-bit' to
7505         illegible-text check.
7506
7507 2009-01-03  Michael Olson  <mwolson@gnu.org>
7508
7509         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7510         `headers' is nil.  This can occur if the IMAP server does not have
7511         permissions to read messages from a folder, but can write new messages
7512         to the folder.
7513         (nnimap-request-article-part): Do not insert `data' if it is nil.
7514
7515         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7516         characters which will confuse `read', so skip past them.
7517
7518 2009-01-01  Dave Love  <fx@gnu.org>
7519
7520         * imap.el (imap-string-to-integer): Fix typo.
7521         (imap-fetch-safe): New function.
7522         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7523
7524         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7525
7526         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7527         (imap-parse-greeting): Fix doc strings.
7528         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7529         (imap-parse-flag-list): Make messages unique.
7530         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7531
7532         * nnimap.el: Fix author email.
7533         (nnimap-split-rule): Add FIXME comment.
7534         (nnimap-debug): Fix doc string.
7535
7536 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7537
7538         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7539
7540 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7541
7542         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7543         nslookup if resolv.conf isn't available.
7544         (dns-query): Rename from query-dns.
7545         (dns-query-cached): Rename from query-dns-cached.
7546
7547 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7548
7549         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7550         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7551         to check if those variables exist (first appeared in Emacs 18.50).
7552
7553 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7554
7555         * mm-util.el (mm-line-number-at-pos): New function.
7556
7557         * spam-report.el (spam-report-process-queue): Use it.
7558
7559 2008-12-24  David Engster  <dengste@eml.cc>
7560
7561         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7562         parameters that haven't existed as variables as buffer-local variables.
7563
7564 2008-12-23  Dave Love  <fx@gnu.org>
7565
7566         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7567         cadar.
7568
7569         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7570         imap-starttls-p.
7571         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7572
7573 2008-12-22  Dave Love  <fx@gnu.org>
7574
7575         * imap.el: Fix author email.  Doc fixes.
7576         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7577         reply.
7578
7579 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7580
7581         * spam-report.el (spam-report-gmane-max-requests): New constant.
7582         (spam-report-gmane-wait): New variable.
7583         (spam-report-gmane-ham, spam-report-gmane-spam)
7584         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7585         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7586         the server.
7587
7588         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7589         Add explanations.
7590
7591         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7592         nnheader-accept-process-output and nnheader-read-timeout if available.
7593         (pop3-movemail): Use it.
7594
7595         * message.el (message-check-news-body-syntax): Fix signature check if
7596         there's an attachment.
7597
7598 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7599
7600         * mm-util.el: Add comments to the mm- emulating functions.
7601
7602 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7603
7604         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7605         Reported by Stephen Berman <stephen.berman@gmx.net>.
7606
7607 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7608
7609         * mm-util.el (mm-substring-no-properties): New function.
7610         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7611         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7612         (mm-string-to-multibyte): Doc fix.
7613
7614         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7615
7616 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7617
7618         * mml.el (mml-attach-file): Strip text properties from file name.
7619         (Bug#1574)
7620
7621 2008-12-16  Glenn Morris  <rgm@gnu.org>
7622
7623         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7624
7625 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7626
7627         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7628         knows since the charset specified might be a bogus alias that
7629         mm-charset-synonym-alist provides.
7630
7631 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7632
7633         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7634         "ISO_8859-1".
7635
7636         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7637
7638 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7639
7640         * mm-util.el (mm-charset-eval-alist):
7641         Define it before mm-charset-to-coding-system.
7642         (mm-charset-to-coding-system): Add optional argument `silent';
7643         define it before mm-charset-override-alist.
7644         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7645         default value if it can be used in Emacs currently running;
7646         silence mm-charset-to-coding-system.
7647
7648 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7649
7650         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7651         `allow-override' which says whether to use `mm-charset-override-alist'.
7652         (rfc2047-decode-encoded-words): Use it.
7653
7654         * mm-util.el (mm-charset-override-alist): Fix custom type;
7655         add `(gb2312 . gbk)' to choices.
7656
7657 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7658
7659         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7660         fast.
7661
7662         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7663
7664         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7665
7666 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7667
7668         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7669         on links.
7670
7671         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7672
7673 2008-12-03  Lute Kamstra  <lute@gnu.org>
7674
7675         * sha1.el: Remove leading * from docstrings of defcustoms,
7676         deffaces, defconsts and defuns.
7677
7678 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7679
7680         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7681         users' addresses that don't have domain parts.
7682         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7683         rather than message-narrow-to-head since there will be the message
7684         header separator.
7685
7686 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7687
7688         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7689         since the result is inserted in a unibyte buffer anyway.
7690         (nnimap-demule-use-string-to-multibyte): Remove.
7691         (nnimap-demule): Alias it to mm-string-to-multibyte.
7692
7693 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7694
7695         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7696         variable for debugging bug#464 and bug#1174.
7697         (nnimap-demule): Use it.
7698
7699 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7700
7701         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7702         score calculation correctly.
7703
7704 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7705
7706         * message.el (message-send-mail): Just set the buffer to unibyte
7707         rather than use mm-with-unibyte-current-buffer which does a lot more.
7708         (message-send-mail-partially): Don't bother with
7709         mm-with-unibyte-current-buffer since it's already been made unibyte by
7710         message-send-mail.
7711
7712 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7713
7714         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7715
7716 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7717
7718         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7719
7720 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7721
7722         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7723         require itself and to remove `with-no-warnings'.
7724
7725 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7726
7727         * starttls.el (starttls-any-program-available): Get the name of the
7728         available TLS layer program.
7729         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7730         well as the host name in the "opening" message.
7731
7732         * auth-source.el (auth-source-cache, auth-source-do-cache)
7733         (auth-source-user-or-password): Cache passwords and logins by default,
7734         allow override with `auth-source-do-cache'.
7735         (auth-source-forget-user-or-password): Allow users to remove cache
7736         entries if needed.
7737
7738 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7739
7740         * md4.el (md4-buffer): Fix typo in docstring.
7741         (md4, md4-64): Doc fixes.
7742         (md4-pack-int32): Reflow docstring.
7743
7744 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7745
7746         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7747         condition-case to only the forward-sexp call.
7748
7749 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7750
7751         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7752         quotes contained.  Make it more robust regardless by an extra
7753         condition-case wrapper.
7754
7755 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7756
7757         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7758
7759 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7760
7761         * nnml.el (nnml-request-expire-articles): Check if the function set to
7762         `nnmail-expiry-target' returns the symbol `delete'.
7763
7764         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7765
7766         * nnmail.el (nnmail-expiry-target): Fix custom type.
7767
7768 2008-10-02  Glenn Morris  <rgm@gnu.org>
7769
7770         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7771         Silence compiler warning.
7772
7773 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7774
7775         * tls.el (open-tls-stream): Show the actual command being
7776         executed, instead of the format string.
7777
7778 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7779
7780         * lpath.el: Fbind codepage-setup for Emacs 23.
7781
7782 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7783
7784         * mml.el (mml-menu): Don't assume mml2015 is bound.
7785
7786 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7787
7788         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7789         exists.
7790
7791 2008-09-27  Glenn Morris  <rgm@gnu.org>
7792
7793         * gnus-util.el (mail-header-remove-comments): Autoload it.
7794
7795 2008-09-27  Andreas Schwab  <schwab@suse.de>
7796
7797         * gnus-util.el (gnus-split-references): Strip comments.
7798         (gnus-parent-id): Likewise.
7799
7800 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7801
7802         * message.el (message-confirm-send): Fix version.
7803
7804 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7805
7806         * message.el (message-idna-to-ascii-rhs-1): Use
7807         mail-extract-address-components rather than mail-header-parse-addresses
7808         that is an alias by default to ietf-drums-parse-addresses that does not
7809         support non-ASCII names in headers' contents.
7810
7811 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7812
7813         * message.el (message-confirm-send): Fix variable documentation to
7814         avoid the "y/n" wording.
7815
7816 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7817
7818         * message.el (message-set-auto-save-file-name): Save to a different
7819         filename so multiple messages (especially drafts) can be recovered.
7820
7821 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7822
7823         * message.el (message-confirm-send): Add appropriate version.
7824
7825 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7826
7827         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7828         defvar.
7829
7830 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7831
7832         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7833         (mm-pkcs7-enveloped-magic): Ditto.
7834
7835 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7836
7837         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7838         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7839
7840 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7841
7842         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7843         default, it's better.
7844
7845 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7846
7847         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7848         summary line gnus-number property and ignore them (with a warning
7849         message).
7850
7851 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7852
7853         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7854         macro caddr in the interactive form since it won't be expanded.
7855
7856 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7857
7858         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7859         `charset'; fix name of function called recursively.
7860         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7861
7862 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7863
7864         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7865         (gnus-mime-set-charset-parameters): New function.
7866         (gnus-mime-view-part-as-charset): Use it to correctly display part
7867         specifying wrong charset.
7868
7869 2008-09-08  David Engster  <dengste@eml.cc>
7870
7871         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7872         in completing-read for back end server.
7873
7874 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7875
7876         * message.el (message-confirm-send): New variable to confirm sending a
7877         message.
7878         (message-send): Use it.
7879
7880 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7881
7882         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7883
7884 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7885
7886         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7887
7888 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7889
7890         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7891         prevent tracking too many groups.
7892         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7893         Use it.
7894
7895 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7896
7897         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7898         moving point to the bottom of the window in order to avoid recentering.
7899
7900 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7901
7902         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7903
7904         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7905         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7906         (gnus-article-beginning-of-window): Fix calculation.
7907
7908 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7909
7910         * gnus-msg.el (gnus-summary-supersede-article)
7911         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7912         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7913         message header.
7914
7915 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7916
7917         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7918         pending output coming after the status change.
7919
7920 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7921
7922         * message.el:
7923         * gnus-start.el:
7924         * gnus-registry.el: Remove VMS support.
7925
7926 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7927
7928         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7929         macro.
7930         (rfc2104-hash): Use it.
7931
7932 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7933
7934         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7935         (gnus-summary-sort-by-most-recent-date): New commands.
7936         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7937         and menu entries.
7938
7939 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7940
7941         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7942         don't redisplay article for raw contents; remove plural articles stuff.
7943
7944         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7945         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7946         on gnus-summary-save-article; display results properly.
7947
7948 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7949
7950         * lpath.el: No need to fbind ns-focus-frame.
7951
7952 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7953
7954         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7955
7956 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7957
7958         * gnus-art.el (gnus-summary-save-in-pipe):
7959         Consider gnus-save-all-headers.
7960
7961 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7962
7963         * gnus-util.el (ns-focus-frame): Remove declaration.
7964         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7965         like x.
7966
7967 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7968
7969         * rfc2104.el (rfc2104-zero): Delete defconst.
7970         (rfc2104-hex-alist): Likewise.
7971         (rfc2104-hex-to-int): Delete func.
7972         (rfc2104-hexstring-to-bitstring): Likewise.
7973         (rfc2104-nybbles): New defconst.
7974         (rfc2104-hash): Rewrite for speed.
7975
7976 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7977
7978         * tls.el (open-tls-stream): Make it work with the 2nd argument
7979         BUFFER that is a string but does not exist as a buffer object, as
7980         mentioned in the doc-string.
7981
7982 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7983
7984         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7985         SXEmacs.
7986
7987 2008-07-16  Glenn Morris  <rgm@gnu.org>
7988
7989         * gnus-util.el (ns-focus-frame): Declare for compiler.
7990
7991 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7992
7993         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7994         set as a group parameter.
7995         (gnus-summary-save-in-pipe): Work when it is called independently.
7996         (gnus-summary-pipe-to-muttprint): Don't modify
7997         gnus-summary-pipe-output-default-command.
7998
7999 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8000
8001         * message.el (message-send-mail-with-sendmail):
8002         Display the error message.
8003
8004 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8005
8006         * gnus-art.el (gnus-default-article-saver):
8007         Add gnus-summary-save-in-pipe to choices.
8008         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8009         gnus-summary-pipe-output-default-command as the default command.
8010         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8011         instead of gnus-last-shell-command.
8012
8013         * gnus-sum.el (gnus-summary-pipe-output-default-command):
8014         New user option.
8015         (gnus-summary-muttprint-program): Mention the value will be changed.
8016         (gnus-summary-save-article): Force showing of all headers.
8017         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8018
8019 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
8020
8021         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8022
8023 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
8024
8025         * nnimap.el (nnimap-id):
8026         * sieve-manage.el (sieve-manage-open): Doc fixes.
8027
8028 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
8029
8030         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8031         if available.
8032
8033 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8034
8035         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8036
8037         * nnkiboze.el (nnkiboze-generate-group):
8038         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8039
8040         * nnmairix.el: Require CL.
8041
8042 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8043
8044         * dgnushack.el: Autoload get-display-table and put-display-table for
8045         XEmacs 21.5.
8046
8047         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
8048         21.4 and SXEmacs.
8049
8050 2008-06-15  David Engster  <dengste@eml.cc>
8051
8052         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8053
8054 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
8055
8056         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8057         New macros that expand to an `aset'/`aref' call under Emacs, and to a
8058         runtime choice under XEmacs.
8059
8060         * gnus-sum.el (gnus-summary-set-display-table):
8061         Use `gnus-put-display-table', `gnus-get-display-table',
8062         `gnus-set-display-table' for the display table, instead of `aset'.
8063
8064         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
8065         Use `gnus-put-display-table', `gnus-get-display-table',
8066         `gnus-set-display-table' for the display table.
8067
8068 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8069
8070         * nnmairix.el: Add autoloads.
8071
8072 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8073
8074         * nnmairix.el (nnmairix-delete-recreate-group)
8075         (nnmairix-update-and-clear-marks): Fix error messages.
8076
8077 2008-06-14  David Engster  <dengste@eml.cc>
8078
8079         * nnmairix.el: Upgrade to version 0.6.
8080         (nnmairix-group-toggle-propmarks-this-group)
8081         (nnmairix-group-toggle-readmarks-this-group)
8082         (nnmairix-group-delete-recreate-this-group)
8083         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8084         (nnmairix-remove-tick-mark-original-article): New commands.
8085         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8086         (nnmairix-propagate-marks-to-nnmairix-groups)
8087         (nnmairix-only-use-registry, nnmairix-allowfast-default)
8088         (nnmairix-marks-cache, nnmairix-version-output): New variables.
8089         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8090         functions needed for marks propagation and manipulation of read marks.
8091         (nnmairix-update-groups): New function.
8092         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8093         (nnmairix-determine-original-group-from-registry)
8094         (nnmairix-determine-original-group-from-path)
8095         (nnmairix-get-group-from-file-path, nnmairix-map-range)
8096         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8097         New helper functions.
8098         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8099         keystrokes for new commands.
8100         (nnmairix-delete-and-create-on-change): Doc string cleanup.
8101         (nnmairix-request-group): Check allow-fast group parameter.
8102         (nnmairix-request-create-group): Set allow-fast group parameter if
8103         nnmairix-allowfast-default is set.
8104         (nnmairix-close-group): Propagate marks upon closing if needed.
8105         (nnmairix-group-toggle-threads-this-group): Use new.
8106         nnmairix-group-toggle-parameter helper function.
8107         (nnmairix-search): Better check for empty search result.
8108         (nnmairix-goto-original-article): Use new helper functions for
8109         determining original article.
8110         (nnmairix-show-original-article): Make sure message-id is in brackets.
8111         (nnmairix-call-mairix-binary): Change variable name.
8112         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8113         helper function.
8114         (nnmairix-widget-toggle-activate): Fix doc string.
8115
8116 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8117
8118         * nnir.el: Require edmacro when compiling with XEmacs.
8119         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8120         available in Emacs 21.
8121
8122 2008-06-11  Glenn Morris  <rgm@gnu.org>
8123
8124         * gnus-util.el (x-focus-frame):
8125         * gnus.el (image-size):
8126         * mm-decode.el (image-size): Declare.
8127
8128         * gnus-picon.el (declare-function): Add compat definition.
8129         (image-size): Declare.
8130
8131         * gnus-group.el (tool-bar-map):
8132         * gnus-sum.el (tool-bar-map): Define for compiler.
8133
8134         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8135
8136         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8137
8138         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8139         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8140         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8141         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8142         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8143         * sieve-manage.el, spam-report.el, spam.el:
8144         Remove unnecessary eval-and-compile of autoloads.
8145
8146 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8147
8148         * auth-source.el: Precise Tramp doc.
8149
8150 2008-06-07  Glenn Morris  <rgm@gnu.org>
8151
8152         * nnmairix.el: Remove unnecessary eval-when-compile.
8153
8154 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8155
8156         * lpath.el: Fbind propertize for XEmacs 21.4.
8157
8158 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
8159
8160         * nnir.el: Move here from ../contrib.
8161
8162 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8163
8164         * gnus-util.el (gnus-read-shell-command): New function.
8165         * mm-decode.el (mm-pipe-part):
8166         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8167
8168 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8169
8170         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8171
8172 2008-06-03  Glenn Morris  <rgm@gnu.org>
8173
8174         * pop3.el (nnheader-accept-process-output): Autoload it.
8175
8176 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8177
8178         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8179         are not 2-digit hexadecimal characters that follow `%'s.
8180
8181 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8182
8183         * message.el (message-bogus-recipient-p): Fix type in doc string.
8184         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8185         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8186         Improve custom options.
8187         (message-bogus-recipient-p): Adjust accordingly.
8188
8189 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
8190
8191         * parse-time.el (parse-time-months, parse-time-weekdays): Add
8192         long-form month and day names.
8193
8194 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8195
8196         * dgnushack.el: Autoload debug, eudc-expand-inline and
8197         pgg-snarf-keys-region for XEmacs.
8198
8199         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
8200
8201         * nnmairix.el: Require edmacro when compiling with XEmacs.
8202
8203 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8204
8205         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8206         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8207
8208 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8209
8210         * auth-source.el: Add more docs.
8211
8212         * netrc.el (netrc-machine): Always match if the port is not given.
8213
8214 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8215
8216         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8217         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8218         retrieval faster in some cases, but might make CPU usage larger.
8219         If this has any bad side effects, we might revert this change.
8220
8221         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8222         seems to make mail retrieval much, much faster.
8223         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8224         unconditionally.
8225
8226         * gnus-draft.el (gnus-group-send-queue):
8227         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8228
8229 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8230
8231         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8232
8233         * message.el (message-bogus-address-regexp): Fix and improve custom
8234         type.
8235         (message-setup-hook): Add message-check-recipients as custom option.
8236
8237 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8238
8239         * message.el (message-cite-function): Remove bogus autoload which crept
8240         in during merge from v5-10.
8241
8242 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8243
8244         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8245
8246         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8247
8248         * auth-source.el: Preliminary Tramp docs.
8249         (auth-sources): Change the default auth-sources to use
8250         EPA .gpg files.
8251
8252 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8253
8254         * nntp.el: Autoload `auth-source-user-or-password'.
8255         (nntp-send-authinfo): Use it.
8256
8257         * nnimap.el: Autoload `auth-source-user-or-password'.
8258         (nnimap-open-connection): Use it.
8259
8260         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8261         for the gnus-message function.
8262         (auth-source-user-or-password): Use it.
8263
8264 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8265
8266         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8267         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8268         (rfc2104-hash): Use it.
8269
8270 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8271
8272         * gnus-art.el (gnus-article-toggle-truncate-lines):
8273         Don't use `iff' in docstring.
8274
8275 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8276
8277         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8278
8279         * gnus-util.el (gnus-extract-address-component-name)
8280         (gnus-extract-address-component-email): Convenience functions around
8281         `gnus-extract-address-components'.
8282
8283         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8284         Use `gnus-extract-address-component-email' to fix bug of comparing full
8285         sender name to `user-mail-address'.
8286
8287 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8288
8289         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8290         catch/throw to optimize.
8291         (gnus-registry-find-keywords): Just use member to find a keyword.
8292
8293 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8294
8295         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8296         is current before calling gnus-server-prepare.
8297         (gnus-server-setup-buffer, gnus-server-update-server)
8298         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8299
8300 2008-05-04  Juri Linkov  <juri@jurta.org>
8301
8302         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8303         (mailcap-file-default-commands): Use mailcap-replace-in-string
8304         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8305         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8306
8307 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8308
8309         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8310
8311 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8312
8313         * gnus.el: Bump version to 0.11.
8314
8315 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8316
8317         * gnus.el: No Gnus v0.10 is released.
8318
8319 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8320
8321         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8322         hooks.
8323         (gnus-update-read-articles): Speed up non-marks-using users.
8324         (gnus-use-marks): Define gnus-use-marks.
8325         (gnus-propagate-marks): Rename variable to something more sensible.
8326
8327 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8328
8329         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8330         (gmm-image-load-path-for-library): Fix typos in docstrings.
8331         (gmm-message): Reflow docstring.
8332
8333 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8334
8335         * mail-source.el (mail-source-set-1, mail-source-bind):
8336         Move auth-source code out of the macro to clean it up and fix bugs.
8337
8338 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8339
8340         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8341         by sender if it's equal to user-mail-address, it's likely to be
8342         useless.
8343
8344         * mail-source.el (mail-source-bind): Don't use user or password if they
8345         are not bound.  Unintern them if they are nil.  Don't use server unless
8346         it's bound, and default it to empty string otherwise.
8347
8348 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8349
8350         * mail-source.el: Load auth-source.el.
8351         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8352         get user name or password, if auth-sources is set up.
8353
8354         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8355         strategy of splitting with parent.
8356         (gnus-registry-split-fancy-with-parent)
8357         (gnus-registry-post-process-groups): Use it and fix prior
8358         bug (returning a list as the split result).
8359
8360         * auth-source.el (auth-sources): Remove server parameter.
8361         (auth-source-pick, auth-source-user-or-password)
8362         (auth-source-user-or-password-imap)
8363         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8364         (auth-source-user-or-password-sftp)
8365         (auth-source-user-or-password-smtp): Remove server parameter.
8366
8367 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8368
8369         * smime.el (smime-sign-region, smime-encrypt-region)
8370         (smime-decrypt-region):
8371         Remove redundant calls to `generate-new-buffer-name'.
8372
8373 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8374
8375         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8376         Don't use QP for message/rfc822.
8377         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8378
8379 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8380
8381         * sieve-manage.el (sieve-string-bytes): Remove.
8382         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8383         correct byte-length only if the process's coding-system is the same as
8384         the one used internally by Emacs to represent strings.
8385
8386 2008-04-22  Juri Linkov  <juri@jurta.org>
8387
8388         * mailcap.el (mailcap-file-default-commands): New function.
8389
8390 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8391
8392         * message.el (message-signature-separator, message-cite-function):
8393         Change custom version.
8394
8395 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8396
8397         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8398         commands.
8399         (tls-checktrust): Ditto.
8400
8401 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8402
8403         * mm-decode.el (mm-display-external): Make temp file read-only.
8404
8405 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8406
8407         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8408         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8409         `C-c C-f d'.
8410
8411 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8412
8413         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8414
8415 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8416
8417         * gnus.el: Bump version to 0.9.
8418
8419 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8420
8421         * gnus.el: No Gnus v0.8 is released.
8422
8423 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8424
8425         * mail-source.el (mail-source-value):
8426         Prefer fboundp to functionp so it works with macros as well.
8427
8428 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8429
8430         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8431         Fix last change in case the element is not even a symbol.
8432
8433 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8434
8435         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8436         Prefer fboundp to functionp so it works with macros as well.
8437
8438 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8439
8440         * auth-source.el: Add docs.
8441         (auth-sources): Modify format to support server.
8442         (auth-source-pick, auth-source-user-or-password)
8443         (auth-source-user-or-password-imap)
8444         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8445         (auth-source-user-or-password-sftp)
8446         (auth-source-user-or-password-smtp): Add server parameter.
8447
8448 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8449
8450         * gnus-registry.el: Initialize the registry when gnus-registry-install
8451         is t.
8452
8453 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8454
8455         * compface.el (uncompface): Make buffer unibyte.
8456
8457 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8458
8459         * mail-source.el (mail-source-value):
8460         Prefer fboundp to functionp so it works with macros as well.
8461
8462 2008-04-05  Glenn Morris  <rgm@gnu.org>
8463
8464         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8465
8466 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8467
8468         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8469         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8470
8471         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8472         multibyteness after rather than before erasing it.
8473
8474         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8475         mm-with-multibyte.
8476         (gnus-request-article-this-buffer): Make sure the proper decoding is
8477         used if gnus-original-article-buffer happens to be unibyte.
8478
8479         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8480         default-enable-multibyte-characters.
8481
8482         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8483         default-enable-multibyte-characters.
8484
8485         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8486
8487         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8488
8489 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8490
8491         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8492         Fix last change in case the element is not even a symbol.
8493
8494 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8495
8496         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8497         (imap-message-copyuid-1): Use it.
8498         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8499         J. Williams in
8500         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8501
8502         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8503         imap-enable-exchange-bug-workaround.
8504         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8505
8506 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8507
8508         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8509         a 100 byte status-checks into a 2-3MB transfer for each group.
8510         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8511         to enable bug workaround or not.
8512         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8513
8514 2008-03-31  Glenn Morris  <rgm@gnu.org>
8515
8516         * message.el (mml2015-use): Declare for compiler.
8517         (message-info): Require mml2015 when appropriate.
8518
8519 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8520
8521         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8522         whitespace.
8523
8524 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8525
8526         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8527         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8528         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8529         (nntp-service-to-port): New function.
8530         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8531         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8532         (nntp-open-netcat-stream): New function.
8533         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8534
8535 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8536
8537         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8538
8539 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8540
8541         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8542
8543 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8544
8545         * dns.el (dns-write): Use set-buffer-multibyte.
8546
8547 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8548
8549         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8550
8551 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8552
8553         * message.el (message-signature-separator): Change default.
8554         Improve custom type.
8555         (message-cite-function): Change default to
8556         message-cite-original-without-signature.
8557
8558         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8559         toggle.
8560
8561         * message.el (message-check-news-body-syntax): Fix signature check.
8562         (message-setup-1): Mark buffer as unmodified _after_ running
8563         message-setup-hook and handling message-alternative-emails.
8564         (message-shorten-references): Be more strict when building list of
8565         valid references to comply with GNKSA.
8566
8567         * gnus-group.el (gnus-read-ephemeral-bug-group)
8568         (gnus-read-ephemeral-debian-bug-group)
8569         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8570
8571         * message.el (message-info): Don't use booleanp which isn't supported
8572         in Emacs 21 and XEmacs.
8573
8574 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8575
8576         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8577         gnus-group-gmane-group-download-format.
8578         (gnus-group-read-ephemeral-gmane-group): Rename from
8579         gnus-group-read-ephemeral-gmane-group.
8580         (gnus-read-ephemeral-gmane-group-url): Rename from
8581         gnus-group-read-ephemeral-gmane-group-url.
8582         (gnus-bug-group-download-format-alist): New variable.
8583         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8584         (gnus-read-ephemeral-emacs-bug-group): New commands.
8585
8586 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8587
8588         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8589         (gnus-visible-headers): Improve custom type.
8590
8591 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8592
8593         * mml.el (mml-menu): Add workarounds for XEmacs.
8594
8595         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8596         X-Boundary header.
8597
8598         * message.el (message-simplify-recipients): Fix previous commit.
8599
8600 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8601
8602         * mm-util.el (mm-set-buffer-multibyte): New function.
8603         * mm-decode.el (mm-copy-to-buffer): Use it.
8604
8605         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8606         Prefer fboundp to functionp so it works with macros as well.
8607
8608 2008-03-19  Glenn Morris  <rgm@gnu.org>
8609
8610         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8611         Accidentally removed in the sync process with Emacs.
8612
8613 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8614
8615         * message.el (message-alter-recipients-discard-bogus-full-name):
8616         New function.
8617         (message-alter-recipients-function): New variable.
8618         (message-get-reply-headers): Use it.
8619         (message-replace-header): New helper function.
8620         (message-recipients-without-full-name): New variable.
8621         (message-simplify-recipients): New command.
8622
8623         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8624
8625         * message.el (message-info): Handle EasyPG manual.
8626
8627         * mml.el (mml-menu): Add entry for EasyPG.
8628
8629 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8630
8631         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8632         parameter.
8633
8634         * message.el (message-disassociate-draft): Specify drafts group name
8635         fully.
8636
8637 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8638
8639         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8640         Eliminate unnecessary duplicates from the match list.
8641
8642 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8643
8644         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8645
8646         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8647
8648         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8649         args of `how-many' of which the XEmacs version doesn't take; declare
8650         Info-index-next as function.
8651
8652 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8653
8654         * gnus-score.el (gnus-score-headers): Fix handling of
8655         gnus-inhibit-slow-scoring.
8656
8657         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8658         string.
8659         (gnus-button-url-regexp): Improve handling of parenthesis.
8660         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8661         (gnus-button-handle-info-keystrokes): Handle index entries.
8662
8663 2008-03-15  Glenn Morris  <rgm@gnu.org>
8664
8665         * parse-time.el (parse-time-string): Simplify.
8666
8667 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8668
8669         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8670         Incoming* files.
8671
8672 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8673
8674         * auth-source.el (auth-sources): Rename from auth-source-choices.
8675         (auth-source-pick): Use it.
8676
8677 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8678
8679         * binhex.el (binhex-decode-region-internal):
8680         * uudecode.el (uudecode-decode-region-internal):
8681         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8682         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8683         setting default-enable-multibyte-characters.
8684
8685 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8686
8687         * auth-source.el (auth-source-protocols)
8688         (auth-source-protocols-customize, auth-source-choices): Add and
8689         modified variable customizations and defaults.
8690         (auth-source-pick, auth-source-user-or-password)
8691         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8692         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8693         (auth-source-user-or-password-sftp)
8694         (auth-source-user-or-password-smtp): Use new variables and provide an
8695         interface to netrc.el.
8696
8697 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8698
8699         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8700         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8701         Make sure the nntp port to specify is a string.
8702
8703 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8704
8705         * nntp.el: Use with-current-buffer.
8706         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8707         dubious mm-with-unibyte-current-buffer.
8708         (nntp-with-open-group-function): New function extracted from
8709         nntp-with-open-group macro.
8710         (nntp-with-open-group): Use the function, so it's easier to debug.
8711         Add indentation and debugging info.
8712         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8713         Recommend the use of the netcat alternatives.
8714
8715         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8716         Avoid mm-string-as-multibyte as well.
8717
8718         * nnweb.el (nnweb-insert-html):
8719         Remove use of nnheader-string-as-multibyte.
8720
8721         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8722         (nnheader-string-as-multibyte): Remove.
8723
8724         * mm-view.el: Use inhibit-read-only.
8725         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8726         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8727         or unibyte-string.
8728
8729         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8730         (mm-uu-yenc-extract): Use with-current-buffer.
8731
8732         * gnus-soup.el (gnus-soup-send-packet): Don't use
8733         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8734
8735         * nnmh.el: Use with-current-buffer.
8736         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8737         mm-string-as-multibyte on the output of mm-encode-coding-string.
8738
8739         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8740         (nnimap-request-move-article): Use with-current-buffer.
8741
8742         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8743         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8744         conversion uses string-make-unibyte rather than string-as-unibyte.
8745
8746         * gnus-msg.el: Use with-current-buffer.
8747
8748         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8749
8750 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8751
8752         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8753         string for caching if it is 'PIN.
8754
8755 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8756
8757         * lpath.el: Consider the case without Emacs/W3.
8758
8759 2008-03-08  Glenn Morris  <rgm@gnu.org>
8760
8761         * time-date.el (date-to-time, time-subtract, time-add)
8762         (safe-date-to-time): Doc fixes.
8763
8764 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8765
8766         * mail-source.el (mail-source-delete-old-incoming-confirm):
8767         Change default to nil.
8768         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8769
8770 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8771
8772         * lpath.el: Rearrange.
8773
8774         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8775         (gnus-article-goto-prev-page): Work for articles having ^L's.
8776
8777         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8778
8779         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8780
8781 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8782
8783         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8784         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8785         (gnus-bookmark-jump): Adjust some variable names.
8786
8787 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8788
8789         * auth-source.el: New package.
8790         (auth-source-choices): Add customization entry point variable.
8791
8792         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8793         bug.
8794
8795 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8796
8797         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8798         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8799         (gnus-registry-install-shortcuts): Rename from
8800         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8801         the `gnus-registry-mark-map' keymap dynamically from
8802         `gnus-registry-marks'.  The generated functions update the summary line
8803         when a registry mark is added or deleted, and will call
8804         `gnus-registry-install-p' (see the comments in the code).
8805         (gnus-registry-user-format-function-M): Use concat intelligently.
8806
8807         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8808         the registry mark functions.
8809
8810 2008-03-05  Glenn Morris  <rgm@gnu.org>
8811
8812         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8813         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8814         gnus-art.
8815         (top-level): No need to load own source when compiling.
8816
8817 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8818
8819         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8820         Suggested by <chris.anderton@zetnet.co.uk>.
8821
8822 2008-03-04  Glenn Morris  <rgm@gnu.org>
8823
8824         * gnus-sum.el (top-level): No need to require gnus when compiling,
8825         since unconditionally required near start of file.
8826         (gnus-summary-display-while-building): Move definition before use.
8827
8828 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8829
8830         * gnus-registry.el (gnus-registry-user-format-function-M):
8831         Add formatting function.
8832
8833 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8834
8835         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8836         with plists.
8837         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8838         Use new format.
8839
8840 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8841
8842         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8843         `where-is-internal' that returns a range of key sequences.
8844
8845 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8846
8847         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8848
8849         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8850         (gnus-summary-jump-to-group): Consider windows on other displayed
8851         frames as well.  Similar changes might be needed elsewhere, but that's
8852         the one I've bumped into during my use.
8853
8854         * nndoc.el (nndoc-oe-dbx-type-p):
8855         * gnus-msg.el (gnus-debug):
8856         * gnus-group.el (gnus-update-group-mark-positions):
8857         Use mm-string-to-multibyte.
8858
8859 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8860
8861         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8862         doesn't handle NotDashEscaped.
8863
8864         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8865         (mml-dnd-attach-options): Fix typo in custom choice.
8866
8867         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8868         Change nndoc-article-type to mbox.
8869         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8870
8871         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8872         to nil, instead of html2text.
8873
8874         * imap.el (imap-debug): Add `imap-ping-server'.
8875
8876         * gnus-bookmark.el: Add FIXMEs.
8877
8878         * message.el (message-form-letter-separator)
8879         (message-send-form-letter-delay): New variables.
8880         (message-send-form-letter): Use them.  New command to send form
8881         letters.  Requested by Uwe Siart.
8882         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8883
8884 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8885
8886         * Update copyright years.
8887
8888 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8889
8890         Sync from EMACS_22_BASE.
8891
8892         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8893
8894 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8895
8896         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8897         empty author.
8898
8899 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8900
8901         * gnus-registry.el (gnus-registry-marks): Add variable for
8902         customization of marks and their appearance.
8903         (gnus-registry-read-mark): Use it.
8904         (gnus-registry-do-marks): Add utility function to loop through
8905         `gnus-registry-marks'.
8906         (gnus-registry-install-shortcuts-and-menus): Add function to install
8907         shortcuts and menus.
8908         (gnus-registry-initialize): Use it.
8909         (gnus-registry-default-mark): Clarify documentation.
8910
8911 2008-02-29  Glenn Morris  <rgm@gnu.org>
8912
8913         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8914         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8915         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8916         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8917         Change defcustom :version from 23.0 to 23.1.
8918
8919 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8920
8921         * gnus-registry.el (gnus-registry-follow-group-p)
8922         (gnus-registry-post-process-groups): Add functions to aid registry
8923         splitting and improve logging.  Clarify behavior in function
8924         documentation.
8925         (gnus-registry-split-fancy-with-parent): Use them.
8926
8927 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8928
8929         * gnus-art.el: Use with-current-buffer.
8930
8931 2008-02-27  David Engster  <dengste@eml.cc>
8932
8933         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8934         Express real group name in the response.
8935
8936 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8937
8938         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8939         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8940         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8941         autoload gnus-registry-fetch-group when compiling.
8942         (nnmairix-request-group-with-article-number-correction):
8943         Remove unreferenced argument passed to nnmairix-call-backend.
8944
8945 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8946
8947         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8948         (mm-uu-extract): Improve face for low color ttys.
8949         Reported by Sascha Wilde.
8950
8951 2008-02-27  Glenn Morris  <rgm@gnu.org>
8952
8953         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8954         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8955         variables to defconsts.  Convert comments to doc-strings.
8956         (nnmairix-last-server, nnmairix-current-server): Convert from free
8957         variables to defvars.  Convert comments to doc-strings.
8958         (gnus-registry-fetch-group): Autoload.
8959         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8960         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8961         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8962         caddr.
8963         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8964         nnmairix-request-group-with-article-number-correction call.
8965         (nnmairix-fast, nnmairix-group): New, less general names, for free
8966         variables passed from nnmairix-request-group to
8967         nnmairix-request-group-with-article-number-correction.  Declare.
8968         (nnmairix-request-group-with-article-number-correction):
8969         Use nnmairix-fast, nnmairix-group rather than fast, group.
8970
8971 2008-02-26  David Engster  <dengste@eml.cc>
8972
8973         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8974         version 0.5.
8975
8976 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8977
8978         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8979         instead of making an extra function call.  Don't add the current group
8980         to articles only when they have the group.  Use
8981         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8982         Reported by David <de_bb@arcor.de>.
8983
8984 2008-02-24  Miles Bader  <miles@gnu.org>
8985
8986         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8987         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8988         (mm-find-mime-charset-region):
8989         * mm-bodies.el (mm-encode-body):
8990         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8991
8992 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8993
8994         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8995         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8996
8997 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8998
8999         * mail-source.el (mail-source-delete-incoming): Change default.
9000         Supplement doc string.
9001
9002         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
9003
9004 2008-02-14  Glenn Morris  <rgm@gnu.org>
9005
9006         * time-date.el (format-seconds): New function.
9007
9008 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9009
9010         * nnmail.el (nnmail-message-id-cache-file): Derive from
9011         `gnus-home-directory'.
9012
9013 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
9014
9015         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
9016         Document negative prefix.
9017
9018         * gnus-group.el (gnus-group-read-group): Document negative prefix.
9019
9020 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9021
9022         * message.el (message-unsent-separator): Add the Exim bounce
9023         separator.
9024
9025 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
9026
9027         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
9028         list.
9029         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
9030         recipient/signer list.
9031
9032 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9033
9034         * Makefile.in (datarootdir): Define.
9035         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
9036         name that might contain whitespace.
9037
9038 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9039
9040         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9041         fbound (Emacs 23 unicode), signal an error.
9042
9043 2008-02-08  Glenn Morris  <rgm@gnu.org>
9044
9045         * gnus-art.el (pgg-display-output-buffer): Declare as function.
9046
9047 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
9048
9049         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9050         ports to the calls to `netrc-machine-user-or-password' in addition to
9051         "imap" and "imaps".
9052
9053 2008-02-01  Zhang Wei  <id.brep@gmail.com>
9054
9055         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9056
9057         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
9058
9059 2008-02-01  Kenichi Handa  <handa@m17n.org>
9060
9061         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9062         rfc2104-hexstring-to-bitstring and changed to return a byte list.
9063         (rfc2104-hash): Convert the result of concat to unibyte string.
9064
9065 2008-02-01  Dave Love  <fx@gnu.org>
9066
9067         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9068         coding-system-for-read.
9069         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9070
9071 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9072
9073         * gnus.el (gnus-group-startup-message): Add `find-image' call before
9074         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
9075         <hanche@math.ntnu.no>.
9076
9077 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9078
9079         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9080
9081         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9082
9083 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
9084
9085         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9086         * message.el (message-beginning-of-line): Use featurep instead of bound
9087         tests in order to resolve conditionals at compile time.
9088
9089 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
9090
9091         * mail-source.el (mail-sources): Add `group' choice.
9092
9093         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9094         parameter `in-group' to control into which group the articles go.
9095         Add treatment of `group' mail-source.
9096
9097 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9098
9099         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9100
9101         * mm-decode.el (mm-dissect-buffer): Decode description.
9102
9103         * mml.el (mml-to-mime): Encode message header first.
9104
9105 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9106
9107         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9108         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9109
9110         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
9111         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
9112
9113 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
9114
9115         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9116
9117 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9118
9119         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9120         prefix keys.
9121         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9122         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9123         gnus-xmas.el.
9124
9125         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
9126         (gnus-xmas-article-describe-bindings): New function.
9127         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
9128         gnus-xmas-article-describe-bindings.
9129
9130         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
9131
9132 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9133
9134         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9135         Add new variables for article mark management.
9136         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9137         list of extra data entries which, when present, will indicate that the
9138         article ID should not be trimmed from the registry.
9139         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9140         functions.
9141         (gnus-registry-read-mark): New function to read a mark name from the
9142         user.
9143         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9144         (gnus-registry-set-article-mark-internal): New functions to add and
9145         remove marks.
9146         (gnus-registry-get-article-marks): New function to show the marks for
9147         an article, or retrieve them for further use.
9148
9149 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9150
9151         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9152         keys when no argument is given.
9153
9154 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9155
9156         * imap.el (imap-ping-server): New variable.
9157         (imap-opened): On add extra ping if imap-ping-server is non-nil.
9158         (imap-ping-server): Minor doc string fixes.
9159
9160 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9161
9162         * imap.el (imap-ping-server): New function.
9163         (imap-opened): Call imap-ping-server.
9164
9165 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9166
9167         * gnus-sum.el (gnus-article-sort-by-random)
9168         (gnus-thread-sort-by-random): Fix doc strings.
9169         Reported by jidanni@jidanni.org.
9170
9171 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9172
9173         * gnus-art.el (gnus-article-describe-bindings): New function.
9174         (gnus-article-read-summary-keys): Use it.
9175         (gnus-article-mode-map): Bind `C-h b' to it.
9176
9177 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9178
9179         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9180         XEmacs.
9181         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9182         Protect against non-character events.
9183
9184         * lpath.el: Fbind map-keymap for Emacs 21.
9185
9186 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9187
9188         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9189         New command.
9190         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9191         instead of END.  Change name of the temp file.
9192         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9193         customizable.
9194
9195 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9196
9197         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9198         bind `S W' to gnus-article-wide-reply-with-original; set default
9199         binding to gnus-article-read-summary-send-keys.
9200         (gnus-article-read-summary-keys): Fix the order of keys; display
9201         continuation keys correctly in the echo area; describe bindings
9202         correctly when keys end with `C-h'.
9203         (gnus-article-read-summary-send-keys): New function.
9204         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9205         Work for gnus-article-read-summary-send-keys; display continuation keys
9206         correctly in the echo area.
9207         (gnus-article-reply-with-original): Ignore prefix argument.
9208         (gnus-article-wide-reply-with-original): New function.
9209
9210         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
9211         Emacs 21.
9212
9213 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9214
9215         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9216         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9217
9218 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9219
9220         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9221         (gnus-group-read-ephemeral-gmane-group): New command.
9222
9223 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9224
9225         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9226
9227 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9228
9229         * message.el (message-send-mail-function): Increase custom version.
9230
9231         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9232         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9233
9234 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9235
9236         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
9237         for the cases where imap-authenticate is called with a nil buffer
9238         parameter.
9239
9240 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9241
9242         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9243         html parts correctly; support forwarded messages.
9244         (gnus-article-browse-html-article): Remove work buffers.
9245
9246         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9247         compiling.
9248         (netrc-bound-and-true-p): New macro.
9249         (netrc-parse): Use it instead of bound-and-true-p that is not available
9250         in XEmacs 21.4.
9251
9252 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9253
9254         * gnus-registry.el (gnus-registry-mark-article)
9255         (gnus-registry-article-marks): Add functionality to mark articles
9256         through the Gnus registry.
9257
9258         * encrypt.el: Clarify documentation for the new pgg method.
9259         (encrypt-file-alist): Add PGG option.
9260         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9261         functionality.  Abstract password key and messaging to external
9262         functions.
9263         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9264         (encrypt-message-method-and-cipher): Add new convenience external
9265         functions.
9266         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9267         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9268
9269         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9270         (netrc-parse): Use encrypt-file-alist to determine if
9271         encrypt-find-model or encrypt-insert-file-contents should be used.
9272
9273         * encrypt.el: Clarify documentation.  Load password-cache or
9274         password, whichever one is found first, instead of autoloading.
9275
9276 2007-12-19  Glenn Morris  <rgm@gnu.org>
9277
9278         * mml.el (message-options-set, message-narrow-to-head)
9279         (message-in-body-p, message-mail-p, message-encode-message-body):
9280         Autoload.
9281         (message-remove-header, message-narrow-to-headers-or-head)
9282         (message-subscribed-p, message-make-mail-followup-to)
9283         (message-position-on-field, message-news-p)
9284         (message-options-set-recipient, message-generate-headers)
9285         (message-sort-headers): Declare as functions.
9286
9287 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9288
9289         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9290         convention in doc string.
9291
9292 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9293
9294         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9295         title to html parts.
9296         (gnus-article-browse-html-article): Pass message header to it.
9297
9298         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9299
9300 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9301
9302         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9303         or password compatible with XEmacs.
9304
9305 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9306
9307         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9308         format document.
9309         (gnus-mime-delete-part): Don't write description line if empty.
9310         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9311
9312 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
9313
9314         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9315         (gnus-summary-mark-read-and-unread-as-read)
9316         (gnus-summary-mark-current-read-and-unread-as-read)
9317         (gnus-summary-mark-unread-as-ticked): Doc fix.
9318         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9319
9320 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9321
9322         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9323         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9324
9325 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9326
9327         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9328         yes-or-no-p.
9329
9330 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9331
9332         * mm-decode.el (mm-add-meta-html-tag): New function.
9333         (mm-save-part-to-file, mm-pipe-part): Use it.
9334
9335         * gnus-art.el (gnus-article-browse-delete-temp-files):
9336         Use gnus-y-or-n-p instead of y-or-n-p.
9337         (gnus-article-browse-html-parts): Work with message/external-body; use
9338         mm-add-meta-html-tag.
9339
9340 2007-12-11  Glenn Morris  <rgm@gnu.org>
9341
9342         * gnus-cache.el: Require gnus-sum not just when compiling.
9343
9344         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9345
9346         * gnus-int.el (gnus-server-opened, gnus-status-message):
9347         Move definitions before use.
9348
9349         * mm-decode.el: Require gnus-util.
9350         (mm-remove-part): Only call delete-annotation on XEmacs.
9351
9352         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9353
9354         * nnmail.el: Require gnus-int.
9355
9356         * spam.el: Move `require's before `eval-when-compile's.
9357
9358         * gnus-ems.el (gnus-alive-p):
9359         * gnus-fun.el (message-goto-eoh):
9360         * gnus-util.el (gnus-group-name-decode):
9361         * mail-source.el (gnus-compress-sequence):
9362         * message.el (Info-goto-node, format-spec):
9363         * mm-bodies.el (message-options-get):
9364         * mm-decode.el (mm-view-pkcs7):
9365         * mm-util.el (gmm-write-region):
9366         * mml-smime.el (mml-compute-boundary)
9367         (gnus-completing-read-with-default):
9368         * mml.el (widget-button-press, gnus-make-hashtable):
9369         * mml1991.el (mm-decode-content-transfer-encoding)
9370         (mm-encode-content-transfer-encoding)
9371         (message-options-get, message-options-set):
9372         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9373         * nnfolder.el (gnus-request-group):
9374         * nnheader.el (ietf-drums-unfold-fws):
9375         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9376         * smime.el (gnus-run-mode-hooks):
9377         * spam-stat.el (gnus-message): Autoload.
9378
9379         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9380         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9381         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9382         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9383         Add declare-function compatibility definition.
9384
9385         * gnus-cache.el (nnvirtual-find-group-art):
9386         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9387         (gnus-add-image, gnus-add-wash-type):
9388         * gnus-group.el (nnkiboze-score-file):
9389         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9390         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9391         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9392         (message-tokenize-header, gnus-get-buffer-create)
9393         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9394         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9395         * gnus.el (gnus-group-decoded-name):
9396         * mail-source.el (imap-capability):
9397         * mm-bodies.el (message-options-set):
9398         * mm-decode.el (gnus-configure-windows):
9399         * mm-extern.el (message-goto-body):
9400         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9401         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9402         (epg-sub-key-validity, message-options-set):
9403         * mml.el (widget-event-point, gnus-configure-windows):
9404         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9405         * mml2015.el (epg-check-configuration, epg-configuration)
9406         (message-options-set):
9407         * nndb.el (nndb-request-article):
9408         * nnfolder.el (gnus-request-create-group):
9409         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9410         * nnmaildir.el (gnus-group-mark-article-read):
9411         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9412         * rfc1843.el (message-fetch-field):
9413         * spam.el (gnus-extract-address-components):
9414         Declare as functions.
9415
9416 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9417
9418         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9419
9420         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9421
9422         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9423         bind show-trailing-whitespace for XEmacs.
9424
9425 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9426
9427         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9428         new no-op macro for backward compatibility.
9429
9430         * imap.el (imap-string-to-integer): New function.
9431
9432 2007-12-09  Glenn Morris  <rgm@gnu.org>
9433
9434         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9435
9436         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9437         * message.el, mm-view.el, sieve-manage.el, smime.el:
9438         Add declare-function compatibility definition.
9439
9440         * gnus-art.el (w3-region, w3m-region, Info-menu):
9441         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9442         * gnus-sum.el (gnus-get-predicate):
9443         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9444         * message.el (mail-abbrev-in-expansion-header-p):
9445         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9446         (w3m-detect-meta-charset, w3m-region):
9447         * sieve-manage.el (password-read, password-cache-add)
9448         (password-cache-remove):
9449         * smime.el (password-read-and-add): Declare as functions.
9450
9451 2007-12-08  David Kastrup  <dak@gnu.org>
9452
9453         * gnus-sum.el (gnus-summary-simplify-subject-query):
9454         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9455         `message'.
9456
9457 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9458
9459         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9460         it to bind idna-program, installation-directory, defined-colors, and
9461         face-attribute for XEmacs of the version that compiles defcustom forms.
9462
9463 2007-12-07  Glenn Morris  <rgm@gnu.org>
9464
9465         * gnus-art.el (article-make-date-line): Revert previous change.
9466
9467 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9468
9469         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9470
9471 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9472
9473         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9474         Call gnus-add-to-range ranges only once with a prepared article-list.
9475
9476 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9477
9478         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9479         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9480         group names with backslashes.
9481         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9482
9483 2007-12-06  Deepak Goel  <deego3@gmail.com>
9484
9485         * gnus-art.el (article-make-date-line):
9486         * gnus-start.el (gnus-load):
9487         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9488
9489 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9490
9491         * gnus-art.el (gnus-use-idna)
9492         * gnus-start.el (gnus-site-init-file)
9493         * message.el (message-use-idna)
9494         * mm-uu.el (mm-uu-hide-markers)
9495         * smiley.el (smiley-style): Revert changes that suppress warnings.
9496
9497 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9498
9499         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9500         specify charset to html source.
9501         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9502
9503 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9504
9505         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9506         idna-program in order to suppress byte compile warning issued by XEmacs
9507         that came to byte compile the default value section of defcustom forms
9508         recently.
9509
9510         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9511         value of installation-directory.
9512
9513         * message.el (message-use-idna): Don't directly refer to the value of
9514         idna-program.
9515
9516         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9517
9518         * smiley.el (smiley-style): Don't directly call face-attribute.
9519
9520 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9521
9522         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9523
9524         * gnus-dired.el: Reduce Gnus dependencies.
9525         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9526         Don't require.  Use autoloads instead.
9527         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9528         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9529         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9530         (gnus-dired-mode): Adjust doc string.
9531         (gnus-dired-mail-mode): New variable.
9532         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9533         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9534         (gnus-dired-mail-buffers): New function.  Return mail or message
9535         composition buffers.
9536         (gnus-dired-attach): Use it.
9537         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9538         NO-DECODE.
9539         (gnus-dired-print): Use `gnus-print-buffer' depending on
9540         `gnus-dired-mail-mode'.
9541
9542 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9543
9544         * rfc2047.el (rfc2047-encoded-word-regexp)
9545         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9546         explaining what regexp patterns are for.
9547
9548 2007-12-04  Glenn Morris  <rgm@gnu.org>
9549
9550         * password.el: Move to password-cache.el.
9551
9552         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9553         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9554         * mml-smime.el (password-read, password-cache-add)
9555         (password-cache-remove):
9556         No need to autoload, since mml-sec requires password.
9557
9558         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9559         * message.el (gnus-extract-address-components):
9560         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9561
9562         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9563         password.
9564
9565 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9566
9567         * mailcap.el: Reduce dependencies.
9568         (mail-header-parse-content-type): Autoload.
9569         (mailcap-delete-duplicates): New alias.
9570         (mailcap-mime-info): Add optional argument NO-DECODE.
9571         (mailcap-mime-types): Use mailcap-delete-duplicates.
9572
9573         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9574
9575 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9576
9577         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9578         (imap-parse-status): Upcase status-att for servers that sends them
9579         lower-case (e.g., MS Exchange 2007).
9580
9581 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9582
9583         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9584         function.
9585
9586         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9587         (gnus-uu-yenc-article): New function.
9588
9589         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9590
9591         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9592
9593 2007-12-02  Glenn Morris  <rgm@gnu.org>
9594
9595         * binhex.el (binhex): New custom group.
9596         (binhex-decoder-program, binhex-decoder-switches)
9597         (binhex-use-external): Move to the binhex custom group.
9598
9599         * uudecode.el (uudecode): New custom group.
9600         (uudecode-decoder-program, uudecode-decoder-switches)
9601         (uudecode-use-external): Move to the uudecode custom group.
9602
9603         * netrc.el (top-level): Don't load `encrypt' features.
9604         (netrc-parse): Don't use encrypt.
9605         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9606
9607         * encrypt.el: Remove file.
9608
9609 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9610
9611         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9612         matches on patches.
9613
9614         * gnus-art.el (gnus-article-browse-html-article):
9615         Mention `mm-text-html-renderer' in the doc string.
9616
9617         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9618         string.  Add comments.
9619
9620         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9621         if rhs is ASCII.
9622
9623 2007-12-01  Glenn Morris  <rgm@gnu.org>
9624
9625         * mail-source.el (top-level): Require format-spec before
9626         eval-when-compile.
9627
9628 2007-11-30  Glenn Morris  <rgm@gnu.org>
9629
9630         * encrypt.el: Require password, rather than autoloading password-read.
9631
9632 2007-11-29  Glenn Morris  <rgm@gnu.org>
9633
9634         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9635         (sasl-make-client, sasl-next-step, sasl-step-data)
9636         (sasl-step-set-data): Declare as functions.
9637
9638 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9639
9640         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9641
9642 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9643
9644         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9645         certs should be verified and what is to be done in the event of a
9646         verification failure.
9647
9648         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9649         caller can indicate whether the cache should be disregarded for this
9650         call.  This way the result of the call is reproducible at all times and
9651         can be considered a canonical server name for the supplied method.
9652         (gnus-agent-method-p): Canonicalize server names by pushing their
9653         method through `gnus-method-to-server' using the no-cache argument.
9654
9655         * gnus-srvr.el (gnus-server-insert-server-line):
9656         Call `gnus-method-to-server' with `no-cache' argument.
9657
9658         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9659         gnus-agent-possibly-synchronize-flags as this should be called when the
9660         server is actually being opened.
9661         (gnus-agent-possibly-synchronize-flags)
9662         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9663         flags file of an agentized server to the latter function.
9664
9665         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9666         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9667         after a connection has been established successfully.
9668
9669 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9670
9671         * gnus-art.el (article-display-face): Force to display face if called
9672         interactively; check if gnus-article-x-face-too-ugly matches author.
9673         (article-display-x-face): Display face even if From header is missing
9674         as article-display-face does.
9675
9676 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9677
9678         * hashcash.el (message-narrow-to-headers-or-head)
9679         (message-fetch-field, message-goto-eoh)
9680         (message-narrow-to-headers): Declare as functions.
9681
9682 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9683
9684         * mail-source.el (mail-sources): Default to fetch from file for
9685         compatibility with default of nnmail-spool-file.
9686
9687 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9688
9689         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9690         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9691         to look for encoded word that should be encoded again.
9692         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9693         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9694         encoding pattern.
9695         (rfc2047-decode-region): Switch strict regexp and loose one according
9696         to rfc2047-allow-irregular-q-encoded-words.
9697
9698 2007-11-25  Romain Francoise  <romain@orebokech.com>
9699
9700         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9701
9702 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9703
9704         * tls.el (tls-program): Provide more custom choices from
9705         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9706         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9707
9708 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9709
9710         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9711         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9712
9713         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9714         `nnmail-spool-file'.
9715
9716         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9717         `nnmail-spool-file'.
9718
9719         * gnus-move.el (gnus-change-server): Ditto.
9720
9721         * gnus-kill.el (gnus-batch-score): Ditto.
9722
9723         * gnus-cache.el (gnus-jog-cache): Ditto.
9724
9725         * gnus-msg.el (gnus-summary-reply):
9726         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9727
9728 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9729
9730         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9731         version.  Minor improvement to doc strings.
9732         (tls-program): Add comment.
9733
9734 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9735
9736         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9737         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9738         mismatch between the hostname provided in the certificate and the name
9739         of the host connnecting to.
9740         (open-tls-stream): Use them.  Check certificates against trusted root
9741         certificates.
9742
9743 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9744
9745         * gnus-cache.el (gnus-cache-generate-nov-databases):
9746         Use nnml-generate-nov-databases-directory instead of
9747         nnml-generate-nov-databases-1.
9748
9749 2007-11-24  Glenn Morris  <rgm@gnu.org>
9750
9751         * message.el (message-tool-bar-retro): Update for rename
9752         mail_send.xpm->mail-send.xpm.
9753
9754 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9755
9756         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9757         `smime-ldap-search' for Emacs 22 and up.
9758
9759 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9760
9761         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9762
9763         * message.el (message-send-mail-function): Fix error convention.
9764         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9765         (message-widen-reply, message-send-mail, message-talkative-question)
9766         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9767         (message-clone-locals, message-send-news): Use with-current-buffer.
9768         (message-insert-or-toggle-importance): Remove unused var `valid'.
9769         (message-make-references): Remove unused var `new-references'.
9770         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9771
9772 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9773
9774         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9775         (spam-split-symbolic-return-positive): Reflow docstring.
9776         (spam-backends, spam-summary-exit-behavior)
9777         (spam-mark-ham-unread-before-move-from-spam-group)
9778         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9779         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9780         (spam-clear-cache, spam-backend-check, spam-install-backend)
9781         (spam-install-statistical-backend, spam-list-of-processors)
9782         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9783         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9784         (spam-check-crm114, spam-initialize, spam-unload-hook):
9785         Fix typos in docstrings.
9786
9787 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9788
9789         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9790         been checked if they have never been read and those group levels are
9791         higher than the one that a user specified.
9792
9793 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9794
9795         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9796         foreign groups unless a group level is specified by a user.
9797         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9798
9799 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9800
9801         * message.el (message-send-mail-function): Require sendmail.
9802
9803 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9804
9805         * message.el (message-send-mail-function): Check for smtpmail too.
9806
9807         * utf7.el (utf7-encode, utf7-decode): Use coding system
9808         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9809
9810         * message.el (message-send-mail-function): New function.
9811         (message-send-mail-function): Set default using
9812         message-send-mail-function.  Adjust doc string.
9813         (message-send-mail-with-mailclient): New function.
9814
9815 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9816
9817         * smime.el (from):
9818         * rfc2047.el (message-posting-charset):
9819         * qp.el (mm-use-ultra-safe-encoding):
9820         * pop3.el (parse-time-months):
9821         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9822         * nnml.el (files):
9823         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9824         (jka-compr-compression-info-list, ange-ftp-path-format)
9825         (efs-path-regexp):
9826         * nndiary.el (files):
9827         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9828         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9829         (epg-digest-algorithm-alist, inhibit-redisplay)
9830         (password-cache-expiry):
9831         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9832         (pgg-output-buffer, password-cache-expiry):
9833         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9834         (efs-path-regexp):
9835         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9836         (inhibit-redisplay):
9837         * mm-uu.el (file-name, start-point, end-point, entry)
9838         (gnus-newsgroup-name, gnus-newsgroup-charset):
9839         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9840         (latin-unity-ucs-list):
9841         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9842         (mm-uu-binhex-decode-function):
9843         * message.el (gnus-message-group-art, gnus-list-identifiers)
9844         (rmail-enable-mime-composing, gnus-local-organization)
9845         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9846         (gnus-read-active-file, facemenu-add-face-function)
9847         (facemenu-remove-face-function, gnus-article-decoded-p)
9848         (tool-bar-mode):
9849         * mail-source.el (display-time-mail-function):
9850         * gnus-util.el (nnmail-pathname-coding-system)
9851         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9852         (gnus-original-article-buffer, gnus-user-agent)
9853         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9854         (xemacs-codename, sxemacs-codename, emacs-program-version):
9855         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9856         * gnus-start.el (gnus-agent-covered-methods)
9857         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9858         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9859         (gnus-newsgroup-headers, gnus-group-list-mode)
9860         (gnus-group-mark-positions, gnus-newsgroup-data)
9861         (gnus-newsgroup-unreads, nnoo-state-alist)
9862         (gnus-current-select-method, mail-sources)
9863         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9864         (nnmail-spool-file, gnus-cache-active-hashtb):
9865         * gnus-mh.el (mh-lib-progs):
9866         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9867         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9868         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9869         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9870         (gnus-group-buffer):
9871         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9872         (font-lock-set-defaults):
9873         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9874         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9875         (gnus-summary-post-menu, total-parts, type, condition, length):
9876         * gnus-agent.el (gnus-agent-read-agentview):
9877         * flow-fill.el (show-trailing-whitespace):
9878         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9879         eval-and-compile wrappers for byte compiler pacifiers.
9880
9881         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9882         (mm-display-inline-fontify): Check for featurep 'xemacs not
9883         extent-list.
9884
9885         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9886         itimer-list.
9887         (mm-create-image-xemacs): Only do something for XEmacs.
9888         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9889
9890         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9891
9892         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9893         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9894
9895 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9896
9897         * nnimap.el (nnimap-split-download-body):
9898         * gnus-demon.el (gnus-demon):
9899         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9900
9901 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9902
9903         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9904         New macros.
9905         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9906         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9907         copy data from unibyte buffer to multibyte current buffer.
9908         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9909         to copy data from unibyte current buffer to multibyte buffer.
9910         (nntp-make-process-buffer): Make process buffer unibyte.
9911
9912         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9913
9914 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9915
9916         * pop3.el (pop3-open-server): Accept and process data more robustly at
9917         connexion start to avoid spurious "POP SSL connexion failed" errors.
9918
9919 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9920
9921         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9922         read group names.
9923
9924 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9925
9926         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9927
9928 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9929
9930         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9931         (nnmail-save-active): Use a unibyte buffer when saving active file,
9932         which may contain non-ASCII group names.
9933
9934         * nnml.el (nnml-request-group): Decode group names in messages.
9935
9936 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9937
9938         * message.el (message-citation-line-function)
9939         (message-insert-formatted-citation-line): Fix spelling of
9940         `message-insert-formated-citation-line'.
9941
9942 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9943
9944         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9945
9946 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9947
9948         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9949         nnmail-pathname-coding-system.
9950
9951         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9952         that a user enters; decode group names in messages.
9953
9954         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9955
9956 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9957
9958         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9959
9960         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9961
9962         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9963         risky local variable.
9964
9965         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9966
9967 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9968
9969         * encrypt.el: Improve documentation to fix function name typo.
9970         Reported by Daiki Ueno <ueno@unixuser.org>.
9971
9972 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9973
9974         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9975         even if the point is not in the last page of an article.
9976         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9977         back to the previous page.
9978
9979 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9980
9981         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9982
9983 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9984
9985         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9986
9987 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9988
9989         * message.el (message-check-news-body-syntax):
9990         Avoid mm-string-as-multibyte.
9991         (message-hide-headers): Don't assume (point-min)==1.
9992
9993 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9994
9995         * message.el (message-remove-blank-cited-lines): Fix if remove is
9996         given.
9997         (message-bogus-address-regexp): New variable.
9998         (message-bogus-recipient-p): New function.
9999         (message-check-recipients): New command.
10000         (message-syntax-checks): Add `bogus-recipient'.
10001         (message-fix-before-sending): Add `bogus-recipient'.
10002
10003         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
10004         (gnus-treat-body-boundary): Don't test window-system.
10005
10006 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
10007
10008         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
10009
10010 2007-10-28  Miles Bader  <miles@gnu.org>
10011
10012         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
10013         at compile-time too.
10014
10015 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10016
10017         * gnus-msg.el (gnus-message-setup-hook):
10018         Add `message-remove-blank-cited-lines' to options.
10019
10020 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10021
10022         * message.el (message-remove-blank-cited-lines): New function.
10023         Suggested by Karl Plästerer.
10024
10025 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10026
10027         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
10028         mapc.
10029
10030         * imap.el (imap-open): Replace mapcar called for effect with mapc.
10031         (top-level): Use mapc to set functions to be traced for debugging.
10032
10033         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
10034         called for effect with while loop.
10035
10036         * message.el (message-talkative-question): Replace mapcar called for
10037         effect with mapc.
10038
10039         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10040         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10041         called for effect with dolist.
10042
10043         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10044
10045         * nndiary.el: Use dolist instead of mapcar to add diary headers to
10046         gnus-extra-headers and nnmail-extra-headers.
10047
10048         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10049         called for effect with dolist.
10050         (top-level): Use mapc to set functions to be traced for debugging.
10051
10052         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10053         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10054         dolist.
10055
10056         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
10057         Replace mapcar called for effect with mapc.
10058         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
10059         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
10060         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
10061         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
10062
10063         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
10064         remove-if that's a cl function.
10065
10066         * webmail.el (webmail-debug): Replace mapcar called for effect with
10067         dolist.
10068
10069         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
10070         with mapc.
10071
10072 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10073
10074         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10075         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10076         with while loop.
10077
10078         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
10079         functions from article-* functions.
10080         (gnus-multi-decode-header): Replace mapcar called for effect with
10081         dolist.
10082
10083         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
10084         (gnus-bookmark-show-details): Replace mapcar called for effect with
10085         while loop.
10086
10087         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10088         called for effect with while loop.
10089
10090         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10091         with dolist.
10092
10093         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10094         Replace mapcar called for effect with dolist.
10095
10096         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10097
10098         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10099         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10100         Replace mapcar called for effect with dolist.
10101         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10102         mapc.
10103
10104         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10105         Replace mapcar called for effect with dolist.
10106         (gnus-topic-list): Replace mapcar called for effect with mapc.
10107
10108         * gnus.el: Use mapc instead of mapcar to add autoloads.
10109
10110 2007-10-23  Richard Stallman  <rms@gnu.org>
10111
10112         * gnus-group.el (gnus-group-highlight): Mark as risky.
10113
10114 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10115
10116         * gnus.el (gnus-server-to-method): Return method found first in
10117         gnus-newsrc-alist.
10118
10119         * gnus-art.el (gnus-article-highlight-signature)
10120         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10121         button overlay without the front stickiness.
10122
10123 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
10124
10125         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10126         overview buffer needed a catch to receive its throw.
10127         (gnus-agent-flush-cache): Declare as interactive to make this function
10128         easier to use.
10129
10130 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
10131
10132         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10133         `next-line'.
10134
10135 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10136
10137         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10138         exclude address matching message-dont-reply-to-names.
10139
10140 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10141
10142         * gnus-util.el (gnus-string<): New function.
10143
10144         * gnus-sum.el (gnus-article-sort-by-author)
10145         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10146
10147 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10148
10149         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10150         the frame-focus tag is set in gnus-buffer-configuration.
10151
10152 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10153
10154         * gnus-art.el (gnus-article-add-button): Make a button overlay without
10155         the front stickiness.
10156
10157 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10158
10159         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10160         url pattern; remove duplicate one.
10161         (gnus-article-extend-url-button): New function.
10162         (gnus-article-add-buttons): Use it.
10163         (gnus-button-push): Use concatenated url that it makes.
10164
10165 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
10166
10167         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10168
10169 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10170
10171         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10172         Don't hardcode point-min==1.
10173
10174 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10175
10176         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10177         Fix comment about "iso8859-1".
10178
10179 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
10180
10181         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10182         ones returned from the verify-function.
10183
10184         * mm-uu.el (mm-uu-pgp-signed-extract-1):
10185         Call mml2015-extract-cleartext-signature if extraction failed.
10186
10187 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
10188
10189         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10190         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10191         failed.
10192
10193 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10194
10195         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10196
10197 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
10198
10199         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
10200         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
10201         recommends to use EasyPG instead of PGG.
10202
10203         * pgg.el: Revert to revision 6.23.2.16.
10204
10205         * pgg-def.el: Revert to revision 6.6.2.14.
10206
10207         * pgg-gpg.el: Revert to revision 6.23.2.34.
10208
10209 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10210
10211         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10212         to mark a thread as expirable.  Add variable `hide' to handle hiding of
10213         thread for both the null and zero (kill/expire thread) universal prefix
10214         cases.
10215         (gnus-summary-expire-thread): Add new function to expire a thread,
10216         using gnus-summary-kill-thread.
10217         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10218         shortcuts for gnus-summary-expire-thread.
10219         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10220         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
10221
10222 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10223
10224         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10225         extras value, so an extras entry can be deleted.
10226         (gnus-registry-delete-extra-entry): Use it.
10227         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10228         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10229         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10230         storage through the gnus-registry, and provide an appropriate API for
10231         it.
10232
10233 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10234
10235         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10236         Suggested by Leo <sdl.web@gmail.com>.
10237
10238         * gnus.el: Do.
10239
10240 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10241
10242         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10243         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10244
10245         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10246
10247         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10248         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10249
10250 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10251
10252         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10253         newline.
10254         (nnmbox-request-accept-article): Don't change article in source buffer;
10255         narrow to header to use message-fetch-field rather than
10256         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10257         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10258         as delimiters; make sure article ends with newline.
10259         (nnmbox-delete-mail): Correct last position of article to be deleted;
10260         ignore X-Gnus-Newsgroup header in article body.
10261         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10262         positions; make sure article ends with newline.
10263
10264         * message.el (message-display-abbrev): Don't infloop when a user
10265         inserts SPC in the beginning of header.
10266
10267         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10268         coding-system-for-read and coding-system-for-write for XEmacs having no
10269         file-coding feature.
10270
10271         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10272
10273 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10274
10275         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10276         list of groups not followed by default.  Fix type to be regexp.
10277         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10278
10279 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10280
10281         * hmac-def.el (define-hmac-function): Switch from old-style to
10282         new-style backquotes.
10283
10284         * md4.el (md4-make-step): Likewise.
10285
10286 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10287
10288         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10289         raw-text coding system when saving .newsrc file, which may contain
10290         non-ASCII group names.
10291
10292 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10293
10294         * gnus-cus.el (gnus-score-extra): New widget.
10295         (gnus-score-extra-convert): New function.
10296         (gnus-score-customize): Use it for Extra.
10297
10298 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10299
10300         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10301         (mml2015-mailcrypt-clear-verify): Use it.
10302         (mml2015-gpg-clear-verify): Use it.
10303         (mml2015-pgg-clear-verify): Use it.
10304         (mml2015-epg-clear-verify): Replace the current part with the output
10305         from GnuPG; don't extract the plaintext by itself.
10306
10307         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10308         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10309         mml2015-clear-verify-function; don't touch the armor headers or
10310         dash-escaped text here.
10311
10312 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10313
10314         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10315         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10316         parts, or application/octet-stream as a last resort.
10317         (gnus-mime-view-part-as-type): Don't toggle display.
10318         (gnus-mime-view-part-as-charset): Don't turn off display before
10319         querying charset.
10320
10321         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10322         stuff to undisplayer function in Emacs.
10323         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10324
10325         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10326         text/calendar parts.
10327
10328 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10329
10330         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10331         decoding text/calendar parts.
10332
10333         * message.el (message-forward-make-body-mime): Always mark body as
10334         having no illegible text; remove signed-or-encrypted argument.
10335         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10336
10337         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10338         (mml-generate-mime-1): Don't encode body if it is specified to be in
10339         raw form; don't make buffer be unibyte when inserting multibyte string.
10340
10341 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10342
10343         * sha1.el: Fix up comment style.
10344         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10345         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10346
10347         * hex-util.el: Fix up comment style.
10348         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10349
10350         * gnus-salt.el: Use with-current-buffer.
10351         (gnus-pick-setup-message): Fix long-standing typo.
10352
10353 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10354
10355         * imap.el (imap-logout-timeout): New variable.
10356         (imap-logout, imap-logout-wait): New functions.
10357         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10358
10359         * nnimap.el (nnimap-logout-timeout): New server variable.
10360         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10361         nnimap-logout-timeout.
10362
10363         * gnus-art.el (gnus-article-summary-command-nosave)
10364         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10365
10366 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10367
10368         * gnus.el (gnus-maximum-newsgroup): New variable.
10369
10370         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10371         according to gnus-maximum-newsgroup.
10372
10373         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10374         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10375         Limit the range of articles according to gnus-maximum-newsgroup.
10376
10377 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10378
10379         * gnus-art.el (gnus-sticky-article): Fix problems described in
10380         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10381         Don't perform gnus-configure-windows here; reuse existing sticky
10382         article buffer.
10383
10384         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10385         it doesn't exist in gnus-article-mode.
10386
10387 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10388
10389         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10390         (gnus-agent-decoded-group-name): New function.
10391         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10392         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10393
10394 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10395
10396         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10397         Add binding for gnus-sticky-article.
10398         (gnus-summary-exit): Don't kill sticky article buffers.
10399
10400         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10401         article buffer.
10402         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10403         (gnus-kill-sticky-article-buffers): New commands.
10404
10405 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10406
10407         * nntp.el (nntp-xref-number-is-evil): New server variable.
10408         (nntp-find-group-and-number): If it is non-nil, don't trust article
10409         numbers in the Xref header.
10410
10411 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10412
10413         * gnus-agent.el (gnus-agent-read-group): New function.
10414         (gnus-agent-flush-group, gnus-agent-expire-group)
10415         (gnus-agent-regenerate-group): Use it.
10416         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10417         nnmail-pathname-coding-system.
10418
10419 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10420
10421         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10422
10423         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10424         that are unread as unread, and also as selected so that information of
10425         marks having been changed by a user may be updated when exiting group.
10426
10427 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10428
10429         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10430
10431 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10432
10433         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10434         calculated ignoring signature parts to gnus-treat-article.
10435
10436 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10437
10438         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10439         a point here in order to keep the window start.
10440         (gnus-insert-mime-security-button): Make a button overlay without the
10441         front stickiness.
10442         (gnus-mime-display-security): Goto the end of a button.
10443
10444         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10445
10446 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10447
10448         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10449         group-name-at-point.
10450         (gnus-group-completing-read): New function that offers decoded
10451         non-ASCII group names for completion.
10452         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10453         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10454         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10455         (gnus-group-fetch-control): Use it.
10456         (gnus-fetch-group): Use group-name-at-point for the initial value
10457         rather than the default value; use gnus-alive-p.
10458
10459         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10460         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10461         (gnus-summary-post-news): Use gnus-group-completing-read.
10462
10463         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10464         (gnus-read-move-group-name): Decode group name for completion.
10465
10466 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10467
10468         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10469         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10470         Yamaoka slightly modified the code).
10471
10472 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10473
10474         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10475         (nnmail-split-incoming): Bind it.
10476
10477         * nnml.el (nnml-group-name-charset): New function.
10478         (nnml-decoded-group-name): Use it; don't decode group name if
10479         nnmail-group-names-not-encoded-p is non-nil.
10480         (nnml-encoded-group-name): New function.
10481         (nnml-group-pathname): Inline nnml-decoded-group-name.
10482         (nnml-request-expire-articles): Decode group name in message.
10483         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10484         nnmail-pathname-coding-system.
10485         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10486         not decoded ones according to nnmail-group-names-not-encoded-p.
10487         (nnml-generate-active-info): Use nnml-encoded-group-name.
10488
10489 2007-08-08  Glenn Morris  <rgm@gnu.org>
10490
10491         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10492         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10493         doc-strings and comments.
10494
10495 2007-07-25  Glenn Morris  <rgm@gnu.org>
10496
10497         * Relicense all FSF files to GPLv3 or later.
10498
10499 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10500
10501         * gnus-sum.el (gnus-summary-move-article):
10502         Make gnus-summary-respool-article work.
10503
10504 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10505
10506         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10507         string.
10508
10509 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10510
10511         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10512         that should be ignored when comparing distant RSS articles with local
10513         ones.
10514         (nnrss-make-hash-index): New function.  Create a hash index according
10515         to the ignored fields.
10516         (nnrss-check-group): Use it.
10517
10518 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10519
10520         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10521
10522         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10523
10524         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10525         the new optional argument ENCODED is non-nil.
10526         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10527         coding system for encoding group name.
10528         (gnus-group-make-rss-group): Pass un-encoded group name to
10529         gnus-group-make-group.
10530         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10531         encoded.
10532
10533         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10534         Encode group name to which articles are moved or copied.
10535         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10536         coding system for encoding Newsgroup, Followup-To and Xref headers.
10537
10538         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10539         marks; use nnheader-file-coding-system to write a file.
10540         (nnagent-retrieve-headers): Bind file-name-coding-system to
10541         nnmail-pathname-coding-system.
10542
10543         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10544
10545         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10546         (nnml-request-article, nnml-request-create-group)
10547         (nnml-request-rename-group, nnml-find-id)
10548         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10549         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10550         (nnml-save-marks): Use nnml-group-pathname instead of
10551         nnmail-group-pathname.
10552
10553         (nnml-request-create-group, nnml-request-expire-articles)
10554         (nnml-request-move-article, nnml-request-delete-group)
10555         (nnml-deletable-article-p, nnml-possibly-create-directory)
10556         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10557         (nnml-open-marks): Bind file-name-coding-system to
10558         nnmail-pathname-coding-system.
10559
10560         (nnml-request-article): Pass server argument to nnml-find-group-number.
10561         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10562         Pass server argument to nnml-possibly-create-directory.
10563         (nnml-request-accept-article): Pass server argument to
10564         nnml-active-number and nnml-save-mail.
10565         (nnml-find-group-number): Pass server argument to nnml-find-id.
10566         (nnml-request-update-info): Pass server argument to
10567         nnml-marks-changed-p.
10568
10569         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10570         (nnml-save-mail, nnml-active-number): Add server argument.
10571
10572         (nnml-request-delete-group): Warn if group is missing.
10573         (nnml-get-nov-buffer): Decode group name.
10574         (nnml-generate-active-info): Encode group name.
10575         (nnml-open-marks): Decode group name in messages.
10576
10577 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10578
10579         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10580         if it is not specified.
10581         (gnus-article-pipe-part, gnus-article-save-part)
10582         (gnus-article-interactively-view-part, gnus-article-copy-part)
10583         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10584         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10585         (gnus-article-replace-part, gnus-article-delete-part)
10586         (gnus-article-view-part-as-type): Pass raw prefix argument to
10587         gnus-article-part-wrapper.
10588
10589 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10590
10591         * gnus-agent.el (gnus-agent-save-active):
10592         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10593
10594         * gnus-cache.el (gnus-cache-save-buffers)
10595         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10596         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10597         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10598         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10599         (gnus-cache-generate-active, gnus-cache-rename-group)
10600         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10601         (gnus-cache-update-overview-total-fetched-for):
10602         Bind file-name-coding-system to nnmail-pathname-coding-system.
10603         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10604         New variables.
10605         (gnus-cache-decoded-group-name): New function.
10606         (gnus-cache-file-name): Use it.
10607         (gnus-cache-generate-active): Use non-decoded group name for active.
10608
10609         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10610         right place.
10611         (gnus-write-active-file): Don't break non-ASCII group names.
10612
10613         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10614         nnmail-pathname-coding-system.
10615
10616         * lpath.el: Bind default-file-name-coding-system,
10617         file-name-coding-system and language-info-alist for XEmacs.
10618
10619         * gnus-uu.el (gnus-uu-decode-save): Typo.
10620
10621 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10622
10623         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10624
10625 2007-07-14  David Kastrup  <dak@gnu.org>
10626
10627         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10628         finishing actions if we did not edit the article.
10629
10630 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10631
10632         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10633         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10634         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10635         (gnus-agent-flush-group, gnus-agent-flush-cache)
10636         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10637         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10638         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10639         (gnus-agent-regenerate-group)
10640         (gnus-agent-update-files-total-fetched-for)
10641         (gnus-agent-update-view-total-fetched-for):
10642         Bind file-name-coding-system to nnmail-pathname-coding-system.
10643         (gnus-agent-group-pathname): Don't encode file names by
10644         nnmail-pathname-coding-system.
10645         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10646         coding-system-for-write instead of buffer-file-coding-system to
10647         gnus-agent-file-coding-system.
10648
10649         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10650         Decode group name.
10651
10652         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10653
10654         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10655         (gnus-read-newsrc-el-file): Make group names unibyte.
10656
10657         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10658         nnmail-pathname-coding-system.
10659
10660         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10661         (nnrss-request-delete-group): Bind file-name-coding-system to
10662         nnmail-pathname-coding-system.
10663         (nnrss-read-server-data, nnrss-read-group-data):
10664         Bind file-name-coding-system correctly.
10665         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10666
10667         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10668         (nntp-server-to-method-cache): New variable.
10669         (nntp-group-pathname): New function that decodes non-ASCII group names.
10670         (nntp-possibly-create-directory, nntp-marks-changed-p)
10671         (nntp-save-marks, nntp-open-marks): Use it.
10672         (nntp-possibly-create-directory, nntp-open-marks):
10673         Bind file-name-coding-system to nnmail-pathname-coding-system.
10674         (nntp-open-marks): Decode group names when bootstrapping marks.
10675
10676         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10677         Newsgroups and Folowup-To headers.
10678
10679 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10680
10681         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10682         (gnus-server-closed-face, gnus-server-denied-face)
10683         (gnus-server-offline-face): Remove variable.
10684         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10685
10686         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10687         of modifying message-stack directly for XEmacs.
10688
10689         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10690         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10691         if the coding-system argument is nil for XEmacs.
10692
10693         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10694         mm-charset-override-alist.
10695
10696         * rfc2047.el: Don't require base64; require rfc2045 for the function
10697         rfc2045-encode-string.
10698         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10699         to quote the parameter value.
10700
10701 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10702
10703         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10704         form in gnus-group-name-charset-method-alist.
10705
10706         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10707         overrides the default layout edit-form.
10708
10709         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10710
10711         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10712
10713 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10714
10715         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10716         as unfetched articles.
10717
10718 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10719
10720         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10721
10722 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10723
10724         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10725         original back end that keeps marks in the local system.
10726
10727 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10728
10729         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10730         arg of pop-to-buffer for XEmacs.
10731         (gnus-article-read-summary-keys): Ditto; don't restore window
10732         configuration if summary command ends up with neither article buffer
10733         nor summary buffer; describe bindings if summary keys end with C-h.
10734
10735 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10736
10737         * message.el (message-fix-before-sending): Skip raw message part to be
10738         forwarded while checking illegible text.
10739         (message-forward-make-body-mime, message-forward-make-body):
10740         Mark signed or encrypted raw message as having no illegible text.
10741
10742 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10743
10744         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10745         (gnus-message-with-timestamp-1): New macro.
10746         (gnus-message-with-timestamp): New function.
10747         (gnus-message): Use them.
10748
10749         * nnheader.el (nnheader-message): Use them.
10750
10751 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10752
10753         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10754         .newsrc.eld file.
10755
10756 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10757
10758         * gnus-agent.el (gnus-agent-fetch-headers)
10759         (gnus-agent-retrieve-headers):
10760         Bind gnus-decode-encoded-address-function to identity.
10761
10762         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10763         available also when the server returns simply a dot.
10764
10765         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10766
10767 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10768
10769         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10770
10771 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10772
10773         * gnus-ems.el (gnus-x-splash): Make it work.
10774
10775         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10776         from being used.
10777
10778         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10779
10780 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10781
10782         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10783         4th and the 5th arguments.
10784
10785         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10786         the front stickiness.
10787         (gnus-article-summary-command-nosave): Correct the order of the
10788         arguments passed to pop-to-buffer.
10789         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10790         summary command ends up with the article buffer.
10791
10792         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10793         the same faces.
10794
10795 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10796
10797         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10798
10799 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10800
10801         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10802         * gnus-sum.el (gnus-summary-highlight):
10803         * pgg.el (pgg-sign-region, pgg-sign):
10804         * mail-source.el (mail-source-delete-old-incoming-confirm):
10805         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10806
10807 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10808
10809         * gnus-art.el (gnus-mime-view-part-externally)
10810         (gnus-mime-view-part-internally): Fix predicate function passed to
10811         completing-read.
10812
10813         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10814
10815         * gnus.el (gnus-update-message-archive-method): Add :version.
10816
10817 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10818
10819         * gnus.el (gnus-update-message-archive-method): New variable.
10820
10821         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10822         according to gnus-message-archive-method if
10823         gnus-update-message-archive-method is non-nil.
10824
10825 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10826
10827         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10828         Suggested by Loic Dachary <loic@dachary.org>.
10829         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10830
10831 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10832
10833         * message.el (message-pop-to-buffer): Add switch-function argument.
10834         (message-mail): Pass switch-function argument to it.
10835
10836 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10837
10838         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10839         Improve doc string.
10840
10841 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10842
10843         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10844         (gnus-header-content)
10845         * gnus-cite.el (gnus-cite-10)
10846         * gnus-srvr.el (gnus-server-closed)
10847         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10848         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10849         (gnus-group-mail-3-empty, gnus-group-mail-low)
10850         (gnus-group-mail-low-empty, gnus-splash)
10851         * message.el (message-header-to, message-header-cc)
10852         (message-header-subject, message-header-other, message-header-name)
10853         (message-header-xheader, message-separator, message-cited-text)
10854         (message-mml): Lighten colors of faces used for dark background.
10855
10856 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10857
10858         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10859         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10860
10861 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10862
10863         * message.el (message-narrow-to-headers-or-head):
10864         Ignore mail-header-separator in the body.
10865
10866 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10867
10868         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10869         same as window size.
10870
10871 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10872
10873         * message.el (message-font-lock-keywords): Use message-header-xheader
10874         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10875         ahead of the anything pattern, to get it recognised.
10876
10877 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10878
10879         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10880         spam.el loads uses it in the compiled defadvice form.
10881
10882 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10883
10884         * gnus-sum.el (gnus-articles-to-read)
10885         (gnus-summary-insert-old-articles): Don't truncate group name for
10886         `read-string'.
10887
10888         * gnus-util.el (gnus-limit-string): Delete this function.
10889
10890         * gnus-sum.el (gnus-simplify-subject-fully):
10891         Use `truncate-string-to-width' instead.
10892
10893 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10894
10895         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10896         Tell if, on summary exit, the next group has to be selected.
10897         (gnus-summary-exit): Use it.
10898
10899 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10900
10901         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10902         non-break space.
10903
10904 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10905
10906         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10907         Check if group is not a directory.
10908         (nnfolder-request-expire-articles): Don't delete articles if the target
10909         group is not available.
10910
10911         * nnml.el (nnml-request-create-group): Properly check if group is not a
10912         file.
10913         (nnml-request-expire-articles): Don't delete articles if the target
10914         group is not available.
10915
10916         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10917         Don't quote characters that are within parentheses.
10918
10919 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10920
10921         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10922         (gnus-handle-ephemeral-exit): Select article according to it.
10923
10924 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10925
10926         * message.el (message-insert-formated-citation-line): Remove newline.
10927         (message-citation-line-format): Add final \n here so that the user can
10928         avoid a blank line.
10929
10930 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10931
10932         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10933         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10934         Update lanl/arXiv support.
10935
10936 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10937
10938         * gnus.el: Bump version number.
10939
10940 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10941
10942         * gnus.el (gnus-version-number): Bump version.
10943
10944 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10945
10946         * gnus.el: No Gnus v0.6 is released.
10947
10948 2007-04-27  Didier Verna  <didier@xemacs.org>
10949
10950         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10951         * gmm-utils.el (gmm-regexp-concat): ... here.
10952         * message.el: Don't require 'gnus-util.
10953         (message-dont-reply-to-names): Handle name change above.
10954         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10955
10956 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10957
10958         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10959         since the initial value varies according to the system.
10960
10961 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10962
10963         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10964
10965 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10966
10967         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10968
10969 2007-04-24  Didier Verna  <didier@xemacs.org>
10970
10971         Improve the type of gnus-ignored-from-addresses.
10972         * gnus-util.el (gnus-orify-regexp): New function.
10973         * message.el (gnus-util): Require it.
10974         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10975         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10976         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10977
10978 2007-04-24  Didier Verna  <didier@xemacs.org>
10979
10980         * gnus-sum.el:
10981         * gnus-utils.el: Fix some trailing whitespaces.
10982
10983 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10984
10985         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10986         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10987         article's Message-ID; refer parent article in summary buffer.
10988
10989         * message.el (message-bounce): Call mime-to-mml.
10990
10991         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10992         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10993         optimize and/or forms properly.
10994
10995 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10996
10997         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10998         URL.
10999
11000 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11001
11002         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
11003
11004 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11005
11006         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
11007         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
11008         displayed of multipart/alternative part if it is invoked from summary
11009         buffer.
11010
11011         * mm-view.el (mm-inline-text-html-render-with-w3m)
11012         (mm-inline-text-html-render-with-w3m-standalone)
11013         (mm-inline-render-with-function): Use mail-parse-charset by default.
11014
11015 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
11016
11017         * parse-time.el (parse-time-string-chars): Check if CHAR
11018         is less than the length of parse-time-syntax.
11019
11020 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11021
11022         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11023         from gnus-newsgroup-processable.
11024
11025 2007-04-16  Didier Verna  <didier@xemacs.org>
11026
11027         * gnus-msg.el (gnus-configure-posting-styles):
11028         Handle message-signature-directory properly with :file syntax.
11029         Reported by "Leo".
11030
11031 2007-04-11  Didier Verna  <didier@xemacs.org>
11032
11033         New user option: message-signature-directory.
11034         * gnus-msg.el (gnus-configure-posting-styles): Support it.
11035         * message.el (message-insert-signature): Ditto.
11036         * message.el (message-signature-file): Doc update.
11037         * message.el (message-signature-directory): New.
11038
11039 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11040
11041         * gnus-msg.el (gnus-inews-yank-articles):
11042         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
11043
11044 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11045
11046         * message.el (message-yank-original): Make sure cited text ends with
11047         newline; don't exchange point and mark.
11048
11049 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
11050
11051         * tls.el (open-tls-stream): Properly handle case where there
11052         is no associated buffer.
11053
11054 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
11055
11056         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
11057         message-yank-original, make sure (< mark TEXT point).
11058
11059 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11060
11061         * message.el (message-fill-column): New variable.
11062         (message-mode): Use it.  Add comment on a possible new hook.
11063
11064         * nnmail.el (nnmail-spool-file): Mark as obsolete.
11065         (nnmail-get-new-mail): Reformat.
11066
11067         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11068
11069         * gmm-utils.el: Fix Commentary.
11070         (gmm-tool-bar-from-list): Fix typo in doc string.
11071
11072 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
11073
11074         * message.el (message-yank-original): Don't switch point and mark
11075         unnecessarily to put point and mark as documented.
11076
11077 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11078
11079         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
11080         from the message heads.
11081
11082 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
11083
11084         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
11085         article buffer does not have a window.  This may not be the best
11086         solution but is certainly better than setting the start of the null,
11087         that is the current, window.
11088
11089 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11090
11091         * gnus-draft.el (gnus-draft-setup-hook): New hook.
11092         (gnus-draft-setup): Run it.
11093
11094         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11095         gnus-score-fast-scoring.  Allow regexp.
11096         (gnus-score-headers): Use it.
11097
11098         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11099         XEmacs.
11100
11101         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11102         string.
11103         (gnus-button-alist): Also catch `<f1> k ...'.
11104         (gnus-treat-display-x-face): Fix doc string.
11105
11106 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11107
11108         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11109         evaluation of gnus-extended-version to ensure correct generation of the
11110         User-Agent header when message-generate-headers-first is used.
11111
11112 2007-03-24  Simon Josefsson  <simon@josefsson.org>
11113
11114         * hashcash.el (hashcash-generate-payment-async): Don't crash if
11115         hashcash-path is nil.  Don't call callback with incorrect number of
11116         parameters if val is 0.
11117
11118 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11119
11120         * message.el (message-required-news-headers):
11121         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11122
11123 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
11124
11125         * tls.el (open-tls-stream): In handshake-waiting loop,
11126         don't wait more if there is output available to process.
11127
11128 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
11129
11130         * tls.el (tls-program): Doc fix.
11131
11132 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11133
11134         * message.el (message-generate-new-buffers): Change the meaning of the
11135         nil value; add `standard' to the choices; treat t as `unique'; improve
11136         doc string.
11137         (gnus-select-frame-set-input-focus): Autoload.
11138         (message-buffer-name): Search for the existing message buffer if
11139         message-generate-new-buffers is nil or `standard'; treat the value t of
11140         message-generate-new-buffers as `unique'.
11141         (message-pop-to-buffer): Raise the frame already displaying the message
11142         buffer; clear the echo area after querying.
11143         (message-setup): Pass the `continue' argument to compose-mail.
11144         (message-mail): Prefer `switch-function' if it is given; search for the
11145         existing message buffer if the `continue' argument is non-nil; pass
11146         continue and switch-function arguments to compose-mail by way of
11147         message-setup.
11148         (message-mail-other-window): Adjust argument of message-setup.
11149         (message-mail-other-frame): Ditto.
11150
11151 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11152
11153         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11154         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11155         to turn font-lock on when turning gnus-message-citation-mode on.
11156
11157 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
11158
11159         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11160         (mml-smime-function-alist): New variable; add epg as the backend.
11161         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11162         mml-smime- functions instead.
11163         * mm-view.el: Require smime.
11164
11165 2007-03-05  Didier Verna  <didier@xemacs.org>
11166
11167         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11168         instead of just inheritance for posting styles.
11169         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11170
11171 2007-02-24  Chris Moore  <dooglus@gmail.com>
11172
11173         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
11174         * pgg-pgp.el (pgg-pgp-encrypt-region):
11175         * pgg-gpg.el (pgg-gpg-encrypt-region):
11176         Check pgg-encrypt-for-me if no other recipients.
11177
11178 2007-02-24  John Paul Wallington  <jpw@pobox.com>
11179
11180         * tls.el (tls-certtool-program): Fix custom type.
11181
11182 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11183
11184         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11185         and point-at-eol instead of line-(beginning|end)-position.
11186
11187         * assistant.el (assistant-parse-buffer): Ditto.
11188
11189         * netrc.el (netrc-parse-services): Ditto.
11190
11191 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
11192
11193         * mml2015.el (mml2015-epg-find-usable-key): New function.
11194         (mml2015-epg-sign): Use it.
11195         (mml2015-epg-encrypt): Use it.
11196
11197 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11198
11199         * message.el (message-make-in-reply-to): Quote name containing
11200         non-ASCII characters.  It will make the RFC2047 encoder cause an error
11201         if there are special characters.  Reported by NAKAJI Hiroyuki
11202         <nakaji@jp.freebsd.org>.
11203
11204 2007-02-27  Didier Verna  <didier@xemacs.org>
11205
11206         Include the group parameters as well as the topic ones in the
11207         inheritance filter process.
11208         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11209         argument GROUP-PARAMS-LIST.
11210         * gnus-topic.el (gnus-group-topic-parameters): Use it.
11211
11212 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11213
11214         * nntp.el (nntp-never-echoes-commands)
11215         (nntp-open-connection-functions-never-echo-commands): New variables.
11216         (nntp-send-command): Use them.
11217
11218 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
11219
11220         * mml2015.el (mml2015-epg-verify): Simplify.
11221
11222 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11223
11224         * mml.el (mml-content-disposition-alist): New user option.
11225         (mml-content-disposition): New function.
11226         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11227         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11228
11229 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
11230
11231         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11232         verification.
11233
11234 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11235
11236         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11237         articles posted in the last 24 hours.
11238
11239 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11240
11241         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11242
11243 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11244
11245         * nntp.el (nntp-send-command): Don't wait for echoes when
11246         nntp-open-ssl-stream is used.
11247
11248 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11249
11250         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11251         (gnus-message-add-citation-keywords)
11252         (gnus-message-remove-citation-keywords): Remove.
11253         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11254         directly, make the variables in font-lock-defaults buffer-local, add
11255         gnus-message-citation-keywords to them and then update the value of
11256         font-lock-keywords.
11257
11258 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11259
11260         * message.el (message-cite-original-1): Don't call
11261         gnus-article-highlight-citation.
11262
11263         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11264         citations; fix line count.
11265
11266 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11267
11268         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11269         (gnus-message-add-citation-keywords)
11270         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11271         versions of font-lock-add-keywords and font-lock-remove-keywords to
11272         work with XEmacs correctly.
11273
11274 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11275
11276         * gnus-cite.el (gnus-cite-face-list): Set the values of
11277         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11278         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11279         (gnus-message-cite-prefix-regexp): New variable.
11280         (gnus-message-search-citation-line): Use it; protect against long
11281         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11282         the 0th match data for Emacs.
11283         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11284         (gnus-message-add-citation-keywords): Append keywords rather than
11285         prepending; emulate font-lock-add-keywords if it is not available.
11286         (gnus-message-remove-citation-keywords):
11287         Emulate font-lock-remove-keywords if it is not available.
11288
11289         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11290
11291         * message.el (message-cite-prefix-regexp): Set the value of
11292         gnus-message-cite-prefix-regexp.
11293
11294 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11295
11296         * nnweb.el (nnweb-google-parse-1): Update parser.
11297
11298 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11299
11300         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11301
11302 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11303
11304         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11305         regexp.
11306
11307 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11308
11309         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11310         string-to-multibyte.
11311         (uudecode-decode-region-internal): Use it.
11312
11313         * lpath.el: Fbind string-as-multibyte for XEmacs.
11314
11315 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11316
11317         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11318         Fix custom choice.
11319
11320         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11321
11322 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11323
11324         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11325
11326         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11327         `write-region' to respect `mm-inhibit-file-name-handlers'.
11328
11329 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11330
11331         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11332         Use gnus-home-directory instead of "~/" or "$HOME".
11333
11334 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11335
11336         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11337         to mention filename.
11338         Add comments at beginning regarding usage.
11339         (encrypt-write-file-contents): Change interactive so a string is
11340         acceptable.  If the file has no associated model, show an error instead
11341         of a nonsense prompt.
11342
11343 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11344
11345         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11346         Thanks to Yoshihiko Yamada for kind notification of this typo.
11347
11348 2007-01-12  Kenichi Handa  <handa@m17n.org>
11349
11350         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11351         multibyte buffer.
11352
11353 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11354
11355         * gnus-score.el (gnus-score-fast-scoring): New variable.
11356         (gnus-score-headers): Use it.
11357
11358         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11359
11360         * message.el (message-cite-original-1):
11361         Call gnus-article-highlight-citation if requested.
11362         (message-make-from): Allow name and address as optional arguments.
11363
11364         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11365
11366         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11367         bugs to doc string.
11368         (gnus-button-alist): Add mid\\|message-id.
11369         (gnus-button-fetch-group): Extend for use in
11370         `browse-url-browser-function'.
11371         (gnus-button-url-regexp): Try to catch paired parentheses like in
11372         Wikipedia URLs.
11373
11374         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11375         Suggested by Simon Krahnke <overlord@gmx.li>.
11376
11377 2007-01-13  Romain Francoise  <romain@orebokech.com>
11378
11379         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11380         Update copyright.
11381
11382 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11383
11384         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11385
11386 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11387
11388         * gnus-registry.el (gnus-registry-unfollowed-groups)
11389         (gnus-registry-split-fancy-with-parent): Fix documentation.
11390
11391 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11392
11393         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11394         from nnweb groups.
11395
11396 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11397
11398         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11399         Xref urls.  Erase buffer before requesting head.
11400
11401         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11402
11403 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11404
11405         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11406         customizable.
11407
11408 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11409
11410         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11411         no signing key is found.
11412         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11413         no encrypting and/or signing key is found.
11414
11415 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11416
11417         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11418
11419 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11420
11421         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11422         headers read from disk with the ones newly found in the current search.
11423         This should no longer cause problems, because the article numbers in
11424         Gmane's `nov.php' output are ignored since the previous change.
11425
11426 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11427
11428         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11429
11430 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11431
11432         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11433         replace-regexp-in-string; bind url-version; fbind display-images-p and
11434         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11435         find-face and set-itimer-function for Emacs; bind itimer-list for
11436         Emacs.
11437
11438         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11439
11440 2007-01-01  Romain Francoise  <romain@orebokech.com>
11441
11442         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11443
11444 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11445
11446         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11447         `define-minor-mode' macro definition expanded properly.
11448         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11449         exclude it there.
11450
11451         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11452         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11453         `fboundp' test.
11454         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11455         This is OK to autoload in (S)XEmacs now.
11456
11457 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11458
11459         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11460         keystroke.
11461         (gnus-summary-limit-to-singletons): Fix typo.
11462
11463         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11464         else fails.
11465
11466 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11467
11468         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11469         docstring.
11470
11471         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11472         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11473         (gnus-summary-insert-dormant-articles): Fix typo in message.
11474
11475 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11476
11477         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11478         nil for XEmacs.
11479         (gnus-message-citation-mode): Don't autoload in XEmacs.
11480
11481         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11482
11483 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11484
11485         * nnimap.el (nnimap-expunge-search-string):
11486         Mention nnimap-search-uids-not-since-is-evil in docstring.
11487
11488 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11489
11490         * spam.el: Revert to make-obsolete-variable because
11491         define-obsolete-variable-alias is not supported in Emacs 21.
11492
11493         * spam.el (spam-ifile-path, spam-ifile-database-path)
11494         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11495         make-obsolete-variable.
11496         (spam-bsfilter-path, spam-bsfilter-program)
11497         (spam-spamassassin-path, spam-spamassassin-program)
11498         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11499         Don't use "path" inappropriately.
11500         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11501         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11502         variable names.
11503
11504 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11505
11506         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11507         summary buffer.
11508
11509         * password.el (password-cache-remove): Use clear-string to burn
11510         password, if available.
11511
11512 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11513
11514         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11515
11516         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11517
11518         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11519         (gnus-message-highlight-citation): Move defcustom here from
11520         gnus-cite.el.
11521         (gnus-message-citation-mode): Autoload.
11522
11523         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11524         checks to make it compile with XEmacs.
11525         (gnus-message-citation-mode): New minor mode.
11526         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11527         (gnus-message-highlight-citation): New variables.
11528         (gnus-message-search-citation-line)
11529         (gnus-message-add-citation-keywords)
11530         (gnus-message-remove-citation-keywords)
11531         (turn-on-gnus-message-citation-mode)
11532         (turn-off-gnus-message-citation-mode): New functions.
11533
11534 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11535
11536         * gnus-cite.el: Enable highlighting of different citation levels in
11537         message-mode.
11538
11539 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11540
11541         * message.el (message-make-fqdn): Fix comment.
11542         (message-bogus-system-names): Add ".local".
11543
11544         * spam.el (spam-ifile-path, spam-ifile-program)
11545         (spam-ifile-database-path, spam-ifile-database)
11546         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11547         Don't use "path" inappropriately.
11548         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11549         strings.
11550         (spam-check-ifile, spam-ifile-register-with-ifile)
11551         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11552         Use new variable names.
11553
11554         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11555         (gnus-treat-display-smileys): Simplify using
11556         gnus-image-type-available-p.
11557
11558         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11559         available.
11560
11561         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11562         Use `display-images-p' if available.
11563
11564 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11565
11566         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11567         one after turning on the buffer's multibyteness instead of decoding
11568         them directly in the unibyte buffer that causes unexpected conversion
11569         in Emacs 23 (unicode).
11570
11571 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11572
11573         * message.el (message-generate-hashcash): Fix custom type.
11574
11575 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11576
11577         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11578
11579 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11580
11581         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11582         disconnect icons.  Add help text.
11583
11584 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11585
11586         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11587         negated to be consistent with the others we handle.
11588
11589 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11590
11591         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11592         version of gnus-summary-buffer to something, so that we can use two
11593         article buffers at the same time.
11594
11595 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11596
11597         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11598         trigger all the extra headers.
11599         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11600         sorting.
11601
11602 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11603
11604         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11605         solid groups.
11606
11607 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11608
11609         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11610
11611 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11612
11613         * legacy-gnus-agent.el: Add Copyright notice.
11614
11615 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11616
11617         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11618
11619 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11620
11621         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11622
11623         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11624         to make it work reliably in CVS Emacs.
11625         (gnus-summary-limit-strange-charsets-predicate)
11626         (gnus-summary-limit-to-predicate): New functions.
11627
11628 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11629
11630         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11631         specifying array size.
11632         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11633         array if it is too small.
11634         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11635         (gnus-sort-threads-loop): New function.
11636
11637 2006-12-06  Chris Moore  <dooglus@gmail.com>
11638
11639         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11640         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11641
11642 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11643
11644         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11645         options.
11646
11647 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11648
11649         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11650         DOS-ing the recipient.
11651
11652         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11653         the headers when creating the mapping to avoid mismappings.
11654         (nnweb-gmane-create-mapping): Always nix out old mapping.
11655
11656 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11657
11658         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11659         and mm-verify-option to never.
11660
11661 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11662
11663         * message.el (message-signed-or-encrypted-p): New function.
11664         (message-forward-make-body): Use it.
11665
11666         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11667         Replace encode-coding-string with mm-encode-coding-string.
11668
11669 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11670
11671         * nneething.el (nneething-decode-file-name):
11672         Replace decode-coding-string with mm-decode-coding-string.
11673
11674         * gnus-int.el (gnus-open-server): Say failed server's name.
11675
11676 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11677
11678         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11679         strings to a single string.  Quote `errors-file-name'.
11680         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11681         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11682         Adjust calls.  Use `shell-quote-argument'.
11683
11684 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11685
11686         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11687         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11688
11689         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11690         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11691         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11692         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11693         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11694         (gnus-subscribe-newsgroup, gnus-1):
11695         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11696         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11697         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11698         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11699
11700 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11701
11702         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11703         keystroke.
11704         (gnus-summary-limit-to-bodies): Implement headersp.
11705
11706 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11707
11708         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11709
11710 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11711
11712         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11713
11714 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11715
11716         * message.el (message-generate-hashcash): Expand range of values to
11717         include `opportunistic'.
11718         (message-send-mail): Use it.
11719
11720 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11721
11722         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11723         and comment it.
11724
11725         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11726
11727 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11728
11729         * gnus-util.el (gnus-extract-address-components): Improve comment.
11730
11731 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11732
11733         * gnus-util.el (gnus-extract-address-components): Work with address in
11734         which the name portion contains @.
11735
11736         * lpath.el: Fbind custom-autoload.
11737
11738 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11739
11740         * gnus.el (gnus-start): Move custom group up.
11741         (gnus-select-method): Don't autoload, but make it available for
11742         `customize-variable'.
11743         (gnus-getenv-nntpserver): Don't autoload.
11744
11745 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11746
11747         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11748
11749 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11750
11751         * message.el (message-sendmail-extra-arguments): New variable.
11752         (message-send-mail-with-sendmail): Use it.
11753
11754 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11755
11756         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11757         mm-with-unibyte-current-buffer to make string unibyte.
11758
11759         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11760         mm-string-as-multibyte.
11761
11762 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11763
11764         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11765         Reported by Werner Koch <wk@gnupg.org>.
11766
11767 2006-11-14  Daiki Ueno  <ueno@p360>
11768
11769         * mml2015.el: Autoload epa-select-keys when compiling.
11770
11771 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11772
11773         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11774         message-options.
11775         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11776
11777 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11778
11779         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11780         EasyPG (< 0.0.6).
11781         (mml2015-always-trust): New user option.
11782         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11783         prompt.
11784
11785 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11786
11787         * nntp.el (nntp-authinfo-force): New variable.
11788         (nntp-send-authinfo): Use it.
11789
11790 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11791
11792         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11793         decode encoded words.  Improve prompt.  Add comment about forwarding.
11794         (message-replacement-char): Move up.
11795
11796 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11797
11798         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11799         instead of gnus-intersection because arguments of gnus-sorted-nunion
11800         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11801
11802 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11803
11804         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11805         (message-simplify-subject-functions):
11806         Enable message-strip-subject-encoded-words by default.
11807
11808 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11809
11810         * message.el (message-strip-subject-encoded-words): New function.
11811         (message-simplify-subject-functions): New variable.
11812         (message-simplify-subject): Use it.  Fix typo in doc string.
11813         Support message-strip-subject-encoded-words.
11814
11815 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11816
11817         * gnus-diary.el (gnus-diary-delay-format-function):
11818         * nndiary.el (nndiary-reminders):
11819         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11820
11821 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11822
11823         * gnus-art.el (article-hide-boring-headers): Fetch date from
11824         gnus-original-article-buffer to avoid problems with localized date
11825         strings.
11826
11827 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11828
11829         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11830
11831 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11832
11833         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11834         New variables.
11835         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11836         (mm-charset-synonym-alist): Move some entries to
11837         mm-codepage-iso-8859-list.
11838         (mm-charset-synonym-alist, mm-charset-override-alist):
11839         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11840
11841 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11842
11843         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11844
11845 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11846
11847         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11848         with Emacs 21 and XEmacs.
11849
11850 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11851
11852         * spam.el (spam-parse-address): New function for better parsing,
11853         catching errors, etc.
11854         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11855
11856 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11857
11858         * mm-view.el: Add interactive arg to html2text autoload.
11859
11860 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11861
11862         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11863
11864 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11865
11866         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11867         New variables.
11868         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11869         (mm-charset-synonym-alist): Move some entries to
11870         mm-codepage-iso-8859-list.
11871
11872         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11873
11874 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11875
11876         * message.el (message-citation-line-format)
11877         (message-insert-formated-citation-line): Fix implementation of %E, %N
11878         and %n according to the doc string.
11879
11880 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11881
11882         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11883         Use car-safe to avoid bad parses.
11884
11885 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11886
11887         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11888         names.
11889
11890         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11891
11892 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11893
11894         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11895         header.
11896
11897         * message.el (message-draft-headers): Add Date.
11898         (message-headers-to-generate): Fix typo in docstring.
11899
11900         * nndraft.el (nndraft-required-headers): New variable.
11901         (nndraft-generate-headers): Use it.
11902
11903         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11904
11905 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11906
11907         * gnus-registry.el (gnus-registry-wash-for-keywords)
11908         (gnus-registry-find-keywords): New functions to allow easy searching of
11909         articles that are in the registry.
11910
11911 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11912
11913         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11914         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11915         Reported by Damien Elmes <damien@repose.cx>.
11916
11917 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11918
11919         * gnus.el (gnus-mime): Remove unused custom group.
11920
11921 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11922
11923         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11924         "blank line" when searching for end of armor headers.
11925
11926 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11927
11928         * gmm-utils.el (gmm-write-region): Fix variable name.
11929
11930 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11931
11932         * gmm-utils.el (gmm-write-region): New function based on compatibility
11933         code from `mm-make-temp-file'.
11934
11935         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11936
11937         * nnmaildir.el (nnmaildir--update-nov)
11938         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11939         Use `gmm-write-region'.
11940
11941 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11942
11943         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11944         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11945
11946         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11947
11948         * message.el (message-replacement-char): New variable.
11949         (message-fix-before-sending): Use it.
11950         (message-simplify-subject): New function to remove duplicate code.
11951         (message-reply, message-followup): Use it.
11952
11953         * gnus-sum.el (gnus-summary-make-menu-bar):
11954         Clarify gnus-summary-limit-to-articles.
11955
11956 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11957
11958         * gnus-util.el (gnus-with-local-quit): New macro.
11959
11960         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11961
11962 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11963
11964         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11965         ignore non-string data.
11966
11967 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11968
11969         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11970         non-string data (needs to be done in the registry too).
11971
11972 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11973
11974         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11975         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11976         (gnus-registry-split-fancy-with-parent)
11977         (gnus-registry-fetch-simplified-message-subject-fast)
11978         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11979         Remove text properties on ingress into the registry and when it's saved.
11980         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11981         registry from entries with no groups.
11982
11983 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11984
11985         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11986         function to remove string properties.
11987
11988 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11989
11990         * gmm-utils.el (gmm): Adjust custom version.
11991
11992         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11993         Adjust custom version.
11994
11995         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11996
11997 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11998
11999         * gnus-art.el (gnus-insert-prev-page-button)
12000         (gnus-insert-next-page-button): Simplify.  Reformat.
12001
12002 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12003
12004         * gnus-art.el (gnus-insert-prev-page-button)
12005         (gnus-insert-next-page-button): Apply gnus-article-button-face.
12006
12007 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
12008
12009         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
12010
12011 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12012
12013         * gnus-art.el (gnus-insert-mime-button)
12014         (gnus-insert-mime-security-button):
12015         Apply gnus-article-button-face to MIME and security buttons.
12016
12017 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
12018
12019         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
12020         readable.
12021
12022 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12023
12024         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
12025
12026 2006-09-20  Steve Youngs  <steve@sxemacs.org>
12027
12028         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
12029         `browse-url-of-file' instead of `browse-url'.
12030
12031 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12032
12033         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12034         regexp.  Articles containing quotation were cut prematurely.
12035
12036 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12037
12038         * message.el (message-cite-original-1): Use nobody by default for the
12039         value of From header.
12040         (message-reply): Ditto.
12041
12042 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
12043
12044         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12045         to the gnus-info.  This fixes a bug of inline-PGP message verification.
12046         Reported by Michael Piotrowski <mxp@dynalabs.de>.
12047
12048 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
12049
12050         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12051         mails in the doc string.  Add some URLs in comment.
12052         (pop3-movemail): Warn about pop3-leave-mail-on-server.
12053
12054 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12055
12056         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12057         backslashes handling and the way to find boundaries of quoted strings.
12058
12059 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
12060
12061         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12062         mml1991-encrypt-to-self is set and mml1991-signers is not set.
12063         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12064         mml2015-encrypt-to-self is set and mml2015-signers is not set.
12065
12066 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12067
12068         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
12069         doc string.
12070         (gnus-button-regexp, gnus-button-last): Remove unused variables.
12071
12072 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12073
12074         * lpath.el: Fbind epg-check-configuration.
12075
12076 2006-09-06  Simon Josefsson  <jas@extundo.com>
12077
12078         * mml2015.el (mml2015-use): Doc fix, mention epg.
12079
12080 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12081
12082         * mml2015.el (mml2015-use): Default to epg, if available.
12083
12084 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12085
12086         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12087         message-sender.
12088         (mml1991-epg-encrypt): Ditto.
12089         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12090         message-sender.
12091         (mml2015-epg-encrypt): Ditto.
12092
12093 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
12094
12095         * message.el (message-send-mail-with-sendmail): Look for sendmail in
12096         several common directories.
12097
12098 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
12099
12100         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12101         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12102
12103 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12104
12105         * gnus-art.el (article-decode-encoded-words): Make it fast.
12106
12107 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12108
12109         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12110
12111         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12112         in quoted string into `\'.
12113
12114 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12115
12116         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12117         Use standard-syntax-table.
12118
12119 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12120
12121         * gnus-art.el (gnus-decode-address-function): New variable.
12122         (article-decode-encoded-words): Use it to decode headers which are
12123         assumed to contain addresses.
12124         (gnus-mime-delete-part): Remove useless `or'.
12125
12126         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12127         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12128         (gnus-nov-parse-line): Use it to decode From header.
12129         (gnus-get-newsgroup-headers): Ditto.
12130         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12131
12132         * mail-parse.el (mail-decode-encoded-address-region): New alias.
12133         (mail-decode-encoded-address-string): New alias.
12134
12135         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12136         New function.
12137         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12138         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12139         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12140         (rfc2047-decode-string): Ditto.
12141         (rfc2047-decode-address-region): New function.
12142         (rfc2047-decode-address-string): New function.
12143
12144 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
12145
12146         * message.el (message-caesar-buffer-body): Allow rotating headers.
12147
12148         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12149
12150         * message.el (message-insert-formated-citation-line): Fix %f.
12151         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12152
12153 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12154
12155         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12156         (gnus-bookmark-mouse-available-p): New macro.
12157         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12158         (gnus-bookmark-bmenu-show-infos): Use it.
12159         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12160         (gnus-bookmark-bmenu-hide-infos): Ditto.
12161         (gnus-bookmark-remove-properties): New function.
12162         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12163         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12164         (gnus-bookmark-write-file): Bind coding-system-for-write.
12165         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12166         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12167         group before selecting it.
12168         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12169         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12170         quit-window if it is not available; use gnus-mouse-2 and bind it to
12171         gnus-bookmark-bmenu-select-by-mouse.
12172         (gnus-bookmark-show-details): Remove unused variable `details-list'.
12173         (gnus-bookmark-bmenu-select-by-mouse): New function.
12174
12175 2006-08-13  Romain Francoise  <romain@orebokech.com>
12176
12177         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12178         space.
12179
12180 2006-08-10  Romain Francoise  <romain@orebokech.com>
12181
12182         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
12183         (dns-mode-soa-auto-increment-serial): New user option.
12184         (dns-mode-soa-maybe-increment-serial): New function.
12185         (dns-mode): Add the latter to `write-contents-functions'.
12186
12187 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12188
12189         * compface.el (uncompface): Use binary rather than raw-text-unix.
12190
12191 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12192
12193         * compface.el (uncompface): Make sure the eol conversion doesn't take
12194         place when communicating with the external programs.
12195         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12196
12197 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12198
12199         * nnheader.el (nnheader-insert-head): Fix typo in comment.
12200
12201 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12202
12203         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12204         Make it more robust by parsing author and date independently.
12205
12206 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12207
12208         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12209
12210 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
12211
12212         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12213         first matching secret key.
12214         (mml2015-epg-encrypt): Ditto.
12215
12216         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12217         first matching secret key.
12218         (mml1991-epg-encrypt): Ditto.
12219
12220         * mml2015.el (mml2015-encrypt-to-self): New user option.
12221         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12222         mml2015-epg-encrypt-to-self is set.
12223
12224         * mml1991.el (mml1991-encrypt-to-self): New variable.
12225         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12226         mml1991-epg-encrypt-to-self is set.
12227
12228         * mml2015.el (mml2015-signers): New user option.
12229         (mml2015-epg-sign): Reflect the value of mml2015-signers.
12230         (mml2015-epg-encrypt): Allow to select signing keys.
12231
12232         * mml1991.el (mml1991-signers): New variable.
12233         (mml1991-epg-sign): Reflect the value of mml1991-signers.
12234         (mml1991-epg-encrypt): Allow to select signing keys.
12235
12236 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12237
12238         * nnheader.el (nnheader-insert-head): Make it work even if the file
12239         uses CRLF for the line-break code.
12240
12241 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12242
12243         * mml2015.el: Require mml-sec instead of password.
12244         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12245         (mml2015-cache-passphrase): Inherit the default value from
12246         mml-secure-cache-passphrase.
12247         (mml2015-passphrase-cache-expiry): Inherit the default value from
12248         mml-secure-passphrase-cache-expiry.
12249
12250         * mml1991.el: Require mml-sec instead of password.
12251         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12252         (mml1991-cache-passphrase): Inherit the default value from
12253         mml-secure-cache-passphrase.
12254         (mml1991-passphrase-cache-expiry): Inherit the default value from
12255         mml-secure-passphrase-cache-expiry.
12256
12257         * mml-sec.el: Require password.
12258         (mml-secure-verbose): New user option.
12259         (mml-secure-cache-passphrase): New user option.
12260         (mml-secure-passphrase-cache-expiry): New user option.
12261
12262 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12263
12264         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12265         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12266         andreas@altroot.de (Andreas Vögele).
12267
12268         FIXME: Use `tiny change'?
12269
12270 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12271
12272         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12273         workaround for the url package included with Emacs.
12274
12275         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12276
12277 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12278
12279         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12280         correctly.  This fixes a bug caused by the 2006-05-12 change.
12281
12282 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12283
12284         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12285         some information about the error when saying that the `bogus' mail
12286         group will be used.
12287
12288 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12289
12290         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12291         string.
12292
12293 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12294
12295         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12296
12297 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12298
12299         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12300
12301 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12302
12303         * mml1991.el (mml1991-function-alist): Add epg.
12304         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12305         (mml1991-epg-encrypt): New functions.
12306
12307 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12308
12309         * mml2015.el (mml2015-verbose): New variable.
12310         (mml2015-cache-passphrase): Ditto.
12311         (mml2015-passphrase-cache-expiry): Ditto.
12312         (mml2015-function-alist): Add epg.
12313         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12314         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12315         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12316         New functions.
12317
12318 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12319
12320         * message.el (message-cite-original-1): Preserve region when removing
12321         quoted text due to X-No-Archive in order to avoid bogus attribution
12322         when citing multiple messages.
12323
12324 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12325
12326         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12327         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12328
12329 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12330
12331         * gnus-diary.el (gnus-user-format-function-d)
12332         (gnus-user-format-function-D): Autoload.
12333
12334         * imap.el (Commentary): Fix typo.
12335
12336         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12337         2006-04-22 contribution.
12338
12339 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12340
12341         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12342         It didn't really fix the bogosity I'm seeing with solid web groups.
12343
12344 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12345
12346         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12347         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12348         created using server names.  If we use the feature without declaring
12349         it, Gnus does not properly manage server and group state.
12350
12351         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12352         bound.
12353
12354 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12355
12356         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12357         looking up the method using GROUP's prefix before inventing a new one.
12358         It is used on killed/unknown groups in various places where returning
12359         an all-new method isn't expected by the caller.
12360
12361         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12362         and match semantics of gnus-group-real-prefix.
12363
12364 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12365
12366         * nnmail.el (nnmail-broken-references-mailers): New variable.
12367         (nnmail-ignore-broken-references): New function generalizing
12368         nnmail-fix-eudora-headers.
12369         (nnmail-fix-eudora-headers): Now obsolete.
12370
12371         * gnus-art.el (gnus-button-handle-custom):
12372         Support `customize-apropos*'.
12373
12374 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12375
12376         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12377
12378         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12379         articles.
12380
12381 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12382
12383         * message.el (message-cite-reply-above): New variable.
12384         (message-yank-original): Use it.
12385
12386 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12387
12388         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12389
12390 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12391
12392         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12393         as read.
12394
12395         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12396
12397 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12398
12399         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12400         (gnus-bookmark-default-file): Use gnus-directory.
12401         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12402         Remove "*" in doc string.
12403         (gnus-bookmark-write-file): Simplify.
12404         (gnus-bookmark-maybe-sort-alist): Use `when'.
12405         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12406         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12407         Add FIXME about Emacs 21 and XEmacs compatibility.
12408         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12409         compatibility.
12410         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12411         compatibility.
12412         (gnus-bookmark-menu-heading): Fix version.
12413
12414 2006-06-19  Bastien Guerry  <bzg@altern.org>
12415
12416         * gnus-bookmark.el: New file.
12417
12418 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12419
12420         * message.el (message-syntax-checks): Doc fix.
12421
12422 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12423
12424         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12425         unsubscribed groups as if they were killed ones.  It causes duplicate
12426         entries in gnus-newsrc-alist.
12427
12428 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12429
12430         * message.el (message-syntax-checks): Doc fix.
12431         (message-send-mail): Add check for continuation headers.
12432         (message-check-news-header-syntax): Fix regexp used to check for
12433         continuation headers.
12434
12435 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12436
12437         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12438
12439 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12440
12441         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12442
12443 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12444
12445         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12446         default-truncate-lines.
12447
12448 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12449
12450         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12451         to fill the utf-8 entry.
12452
12453         * lpath.el: Fbind unicode-precedence-list.
12454
12455 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12456
12457         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12458
12459 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12460
12461         * gnus-agent.el (directory-files-and-attributes): Move all the way
12462         forward (the third and final move).
12463         (gnus-agent-read-agentview): Trap reconstruction errors due to
12464         nonexistent directory.  Handle by returning nil.
12465
12466 2006-05-30  Didier Verna  <didier@xemacs.org>
12467
12468         * message.el (message-dont-reply-to-names): Update the custom type.
12469         * message.el (message-dont-reply-to-names): New defsubst: potentially
12470         convert a list of regexps into a single one.
12471         * message.el (message-get-reply-headers): Use it.
12472         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12473
12474 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12475
12476         * gnus-agent.el (directory-files-and-attributes): Move forward.
12477
12478 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12479
12480         * gnus-ml.el (gnus-mailing-list-subscribe)
12481         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12482         (gnus-mailing-list-message): Fix doc strings.
12483
12484 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12485
12486         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12487         of doing it manually.
12488
12489 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12490
12491         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12492         comment.
12493
12494 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12495
12496         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12497         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12498         (gnus-agent-read-local): All symbols allocated in my-obarray.
12499         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12500         (gnus-agent-regenerate-group): Check numeric names to see if they are
12501         messages or groups.
12502         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12503         better way of do this...)
12504
12505         * gnus-cache.el (gnus-agent-total-fetched-for):
12506         Ignore 'dummy.group' (there should be a better way of do this...)
12507
12508 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12509
12510         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12511         (gnus-saved-headers): Ditto.
12512         (gnus-default-article-saver): Mention functions may have properties.
12513         (gnus-article-save): Override gnus-save-all-headers and
12514         gnus-saved-headers by :headers property which saver function may have.
12515         (gnus-summary-save-in-file): Add :headers property.
12516         (gnus-summary-write-to-file): Ditto.
12517
12518         * gnus-sum.el (gnus-summary-save-article): Bind
12519         gnus-prompt-before-saving to t when saving many articles in a file;
12520         always show all headers.
12521
12522         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12523
12524 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12525
12526         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12527         marks.
12528
12529         * message.el (message-indent-citation): Add optional arguments to allow
12530         using it outside of message buffers.
12531
12532         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12533         (gnus-article-treat-unfold-headers): Use it.
12534         (gnus-article-truncate-lines): New variable.
12535         (gnus-article-mode): Use it.
12536         (gnus-article-toggle-truncate-lines): New function.
12537
12538         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12539         Add gnus-article-toggle-truncate-lines.
12540
12541         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12542         coding system in XEmacs, use binary.
12543
12544 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12545
12546         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12547         after-load-alist.
12548
12549         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12550         this function should save decoded articles.
12551         (gnus-summary-write-to-file): Use property to specify this function
12552         should save decoded articles and specify gnus-summary-save-in-file
12553         should be used to save articles other than the first one when saving
12554         many articles.
12555         (gnus-summary-save-body-in-file): Use property to specify this
12556         function should save decoded articles.
12557         (gnus-summary-write-body-to-file): Use property to specify this
12558         function should save decoded articles and specify
12559         gnus-summary-save-body-in-file should be used to save articles other
12560         than the first one when saving many articles.
12561
12562         * gnus-sum.el (gnus-summary-save-article): Simplify.
12563
12564 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12565
12566         * gnus-art.el (gnus-default-article-saver):
12567         Add gnus-summary-write-body-to-file.
12568         (gnus-article-save-coding-system): Don't use coding system object
12569         in XEmacs.
12570         (gnus-read-save-file-name): Add optional `dir-var' argument which
12571         specifies directory in which files are saved; work even if optional
12572         `variable' argument is not specified.
12573         (gnus-summary-write-to-file): Read file name.
12574         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12575         (gnus-summary-write-body-to-file): New function.
12576
12577         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12578         (gnus-summary-local-variables): Add it.
12579         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12580         (gnus-summary-save-article): Remove optional `decode' argument;
12581         determine whether to decode articles by the value of
12582         gnus-default-article-saver; when saving many files using
12583         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12584         it first and use gnus-summary-save-in-file or
12585         gnus-summary-save-body-in-file thereafter unless
12586         gnus-prompt-before-saving is always; move point to article which
12587         will be saved.
12588         (gnus-summary-save-article-file): Revert.
12589         (gnus-summary-write-article-file): Revert.
12590         (gnus-summary-save-article-body-file): Revert.
12591         (gnus-summary-write-article-body-file): New function.
12592
12593 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12594
12595         * gnus-art.el (gnus-default-article-saver): Doc fix.
12596         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12597         from gnus-summary-save-article-coding-system, and default to a
12598         certain coding system.
12599         (gnus-output-to-file): Add coding cookie and encode text according
12600         to gnus-article-save-coding-system; don't use mm-append-to-file.
12601
12602         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12603         gnus-art.el and rename to gnus-article-save-coding-system.
12604         (gnus-summary-save-article): Require gnus-art; don't show all
12605         headers if it decodes articles; don't add coding cookie here;
12606         don't bind mm-text-coding-system-for-write.
12607         (gnus-summary-save-article-file): Save decoded articles.
12608         (gnus-summary-write-article-file): When saving many files, use
12609         gnus-summary-write-to-file first and gnus-summary-save-in-file
12610         thereafter unless gnus-prompt-before-saving is always.
12611         (gnus-summary-save-article-body-file): Save decoded articles.
12612
12613         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12614
12615 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12616
12617         * nnrss.el (nnrss-check-group): Bind hash-index.
12618
12619 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12620
12621         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12622         its hash index.  Store this hash in `nnrss-group-data'.
12623         (nnrss-read-group-data): Update accordingly.
12624
12625 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12626
12627         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12628         entry.
12629
12630         * gnus-sum.el (gnus-summary-make-menu-bar):
12631         Add gnus-article-browse-html-article.
12632
12633 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12634
12635         * gnus-sum.el (gnus-summary-mime-map):
12636         Add gnus-article-browse-html-article.
12637
12638         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12639
12640 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12641
12642         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12643         suitable coding systems in customize.
12644
12645 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12646
12647         * mail-source.el (mail-sources): Fix custom type.
12648
12649 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12650
12651         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12652         (gnus-summary-expire-articles-now): Shorten prompt.
12653
12654         * gmm-utils.el (wid-edit): Require.
12655         (defun-gmm): Rename from `gmm-defun-compat'.
12656         (gmm-image-search-load-path): Use it.
12657         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12658
12659 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12660
12661         * gnus-sum.el (gnus-summary-save-article-coding-system):
12662         New variable.
12663         (gnus-summary-save-article): Add optional `decode' argument.
12664         If it is set and gnus-summary-save-article-coding-system is non-nil,
12665         save decoded article.
12666         (gnus-summary-write-article-file): Save decoded article if
12667         gnus-summary-save-article-coding-system is non-nil.
12668
12669         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12670         type.
12671
12672 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12673
12674         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12675
12676 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12677
12678         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12679         first to test gnus-single-article-buffer which may be buffer-local.
12680
12681         * gnus-sum.el (gnus-summary-setup-buffer):
12682         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12683         group; make gnus-article-buffer, gnus-article-current, and
12684         gnus-original-article-buffer always buffer-local.
12685         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12686         group.
12687         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12688
12689 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12690
12691         * nnml.el (nnml-request-compact-group): Compressed files might not
12692         have .gz extension.
12693
12694 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12695
12696         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12697         (mm-copy-to-buffer): Use with-current-buffer.
12698         (mm-display-part): Simplify.
12699         (mm-inlinable-p): Add optional arg `type'.
12700
12701 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12702
12703         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12704         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12705         Try harder to show the attachment internally or externally using
12706         gnus-mime-view-part-as-type.
12707
12708 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12709
12710         * message.el (message-from-style, message-signature-separator)
12711         (message-user-organization-file, message-send-mail-function)
12712         (message-citation-line-function, message-yank-prefix)
12713         (message-indent-citation-function, message-signature)
12714         (message-signature-file, message-signature-insert-empty-line):
12715         Remove autoloads.
12716
12717         * gnus-art.el (gnus-buttonized-mime-types):
12718         Remove "multipart/signed".  Revert 2006-04-26 change.
12719
12720 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12721
12722         * gnus.el (gnus-version-number): Bump version.
12723
12724 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12725
12726         * gnus.el: No Gnus v0.5 is released.
12727
12728 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12729
12730         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12731         fetching articles by message-id.
12732
12733 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12734
12735         * message.el (hashcash): Require hashcash as normal.
12736
12737         * ecomplete.el (ecomplete-highlight-match-line):
12738         Use point-at-eol.
12739         (ecomplete-highlight-match-line): Use `highlight', because that
12740         face exists in both Emacs and XEmacs.
12741
12742         * message.el (message-display-abbrev): Use point-at-bol.
12743
12744         * mail-source.el: Don't require timer/timer-funcs.
12745
12746         * gnus-async.el: Ditto.
12747
12748         * password.el: Ditto.
12749
12750         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12751
12752         * mm-url.el: Ditto.
12753
12754         * gnus-xmas.el: Don't require timer-funcs.
12755
12756         * mm-util.el: Require timer/timer-funcs.
12757
12758 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12759
12760         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12761         Close.
12762
12763 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12764
12765         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12766         unibyte after clear-decrypt function runs.
12767
12768         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12769         returns as a unibyte string.
12770
12771 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12772
12773         * lpath.el: Revert.
12774
12775         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12776         (pgg-gpg-process-sentinel): Revert.
12777
12778         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12779         (pgg-pgp-lookup-key): Revert.
12780
12781         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12782         (pgg-pgp5-lookup-key): Revert.
12783
12784         * pgg.el (pgg-fetch-key): Revert.
12785
12786 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12787
12788         * lpath.el: Fbind string-as-multibyte for XEmacs.
12789
12790         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12791         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12792         (mml1991-pgg-encrypt): Ditto.
12793
12794         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12795         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12796         a multibyte buffer.
12797
12798         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12799         (pgg-pgp-lookup-key): Ditto.
12800
12801         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12802         (pgg-pgp5-lookup-key): Ditto.
12803
12804         * pgg.el (pgg-fetch-key): Ditto.
12805
12806 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12807
12808         * message.el (message-user-organization-file): Check several
12809         locations of the organization file.
12810
12811         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12812         Add gnus-article-view-part-as-type.
12813
12814         * gnus-art.el (gnus-article-view-part-as-type): New function.
12815
12816         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12817         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12818
12819         * mml.el: Simplify autoload.
12820         (mml-mode): defvar dnd-protocol-alist instead of using
12821         symbol-value.
12822         (mml-default-directory): New variable.
12823         (mml-minibuffer-read-file): Use it.
12824         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12825
12826         * message.el (message-citation-line-format): New variable.
12827         (message-insert-formated-citation-line): New function.
12828         (message-citation-line-function):
12829         Add `message-insert-formated-citation-line' to custom type.
12830
12831         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12832         to doc string.
12833
12834         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12835         depending on mm-verify-option.
12836
12837 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12838
12839         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12840         binding pgg-* variables; reimplement the section which prevents
12841         MIME header from being signed.
12842         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12843         pgg-text-mode; remove a blank line at the top of body.
12844
12845         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12846         lines at the top of body; use gnus-newsgroup-charset if there's no
12847         Charset header.
12848
12849 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12850
12851         * message.el (message-self-insert-commands): Doc fix.
12852
12853         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12854         (mm-uu-pgp-encrypted-test): Ditto.
12855         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12856         between header and body; return application/pgp-encrypted handle
12857         if decryption failed; decode decrypted body by charset.
12858
12859         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12860         element match to application/pgp-*.
12861
12862 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12863
12864         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12865         HTML.
12866
12867 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12868
12869         * mail-source.el (mail-source-call-script): Message the error
12870         string.
12871
12872 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12873
12874         * gnus-util.el (gnus-byte-compile): Use it.
12875
12876 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12877
12878         * gnus-util.el (kill-empty-logs): New function.
12879
12880 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12881
12882         * message.el (message-mail-alias-type): Doc fix.
12883         (message-mail-alias-type-p): New function.
12884         (message-send): Use it.
12885         (message-mode): Ditto.
12886         (message-strip-forbidden-properties): Ditto.
12887
12888         * ecomplete.el (ecomplete-database-file-coding-system):
12889         New variable.
12890         (ecomplete-save): Use it.
12891         (ecomplete-setup): Use it.
12892
12893 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12894
12895         * message.el (message-self-insert-commands): New variable.
12896         (message-strip-forbidden-properties): Use it.
12897
12898 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12899
12900         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12901         that doesn't make XEmacs choke.
12902
12903 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12904
12905         * gnus-util.el (gnus-replace-in-string):
12906         Prefer replace-regexp-in-string over of replace-in-string.
12907
12908 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12909
12910         * gnus-util.el (gnus-select-frame-set-input-focus):
12911         Use select-frame-set-input-focus if it is available in XEmacs; use
12912         definition defined in Emacs 22 for old Emacsen.
12913
12914         * dgnushack.el: Autoload unmorse-region for XEmacs.
12915
12916         * lpath.el: Bind cursor-in-non-selected-windows and
12917         select-frame-set-input-focus for XEmacs.
12918
12919 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12920
12921         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12922
12923 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12924
12925         * gnus-registry.el (gnus-registry-cache-save): Remove text
12926         properties when saving via the temp buffer.
12927
12928 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12929
12930         * message.el (message-generate-hashcash): Honor custom type.
12931
12932 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12933
12934         * message.el (message-generate-hashcash): Default to non-nil when
12935         hashcash is found.
12936
12937         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12938         (gnus-refer-thread-limit): Increase default to 500.
12939
12940         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12941
12942         * flow-fill.el (fill-flowed): Allow delete-space.
12943
12944 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12945
12946         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12947         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12948         Remove autoloads.
12949
12950 2006-04-18  Simon Josefsson  <jas@extundo.com>
12951
12952         * message.el (message-generate-hashcash): Default to.
12953
12954 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12955
12956         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12957         concatenating segments rather than before concatenating them.
12958
12959 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12960
12961         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12962
12963 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12964
12965         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12966
12967         * message.el (message-forward-make-body-plain):
12968         Allow message-forward-ignored-headers to be a list.
12969         (message-remove-ignored-headers): Factor out into function.
12970         (message-forward-make-body-mml): Use it.
12971
12972         * imap.el (imap-quote-specials): New function.
12973         (imap-login-auth): Quote specials.
12974
12975         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12976         (rfc2231-parse-string): Allow concatanation of parameters that
12977         aren't contiguous.  The test case is
12978           (mail-header-parse-content-type "message/external-body;
12979             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12980             access-type=LOCAL-FILE;
12981             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12982
12983 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12984
12985         * nntp.el (nntp-accept-process-output): Return the value of
12986         `nnheader-accept-process-output'.
12987
12988 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12989
12990         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12991         (gnus-button-alist): Recognize more diff formats.
12992         (gnus-button-patch): Strip directory.
12993
12994 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12995
12996         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12997         Emacs 22 when setting focus.
12998
12999 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13000
13001         * gnus-art.el (gnus-article-treat-types): Do treatment of
13002         text/x-verbatim parts.
13003         (gnus-button-patch): New command.
13004
13005         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
13006         addresses that contain invalid characters.
13007
13008 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13009
13010         * message.el (message-put-addresses-in-ecomplete):
13011         Use gnus-replace-in-string.
13012         (message-is-yours-p): Use the more correct
13013         mail-header-parse-address instead of
13014         mail-extract-address-components.
13015         (message-put-addresses-in-ecomplete): Fix typo.
13016
13017         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13018         keystroke.
13019
13020         * gnus-art.el (gnus-treatment-function-alist): Change order of
13021         newsgroups/generic header folding to avoid double-folding.
13022
13023         * message.el (message-hidden-headers): Add X-Draft-From.
13024
13025         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13026         New command.
13027         (gnus-summary-repeat-search-article-backward): New command.
13028
13029         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13030         groups in the parent topic.
13031
13032 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
13033
13034         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13035         (spam-extra-header-to-number): Return the CRM114 number as a
13036         number instead of a string.
13037
13038 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13039
13040         * gnus-art.el (gnus-face-properties-alist): Move here from
13041         gnus-fun.
13042
13043         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13044
13045 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13046
13047         * message.el (message-strip-forbidden-properties): Only display on
13048         self-insert-command.
13049
13050         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13051         reindent.
13052         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13053
13054 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
13055
13056         * smiley.el (smiley-style): Fix typo.
13057
13058 2006-03-23  Kenichi Handa  <handa@m17n.org>
13059
13060         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13061         instead of set-buffer-multibyte.
13062
13063 2006-03-23  Kenichi Handa  <handa@m17n.org>
13064
13065         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13066         buffer and then decode the buffer text if necessary.
13067         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13068         first, and after mm-encode-body, change the buffer to unibyte.
13069
13070 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13071
13072         * hashcash.el (hashcash-insert-payment-async-2):
13073         Use message-goto-eoh instead of doing it manually.
13074         (mail-add-payment): Use message-narrow-to-header instead of trying
13075         to do the same itself.
13076
13077         * message.el (message-hidden-headers): Add Face.
13078
13079         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13080         reparenting code.
13081         (gnus-summary-reparent-children): Refactored out code.
13082         (gnus-summary-thread-map): New keystroke.
13083         (gnus-summary-reparent-children): Make into command.
13084
13085         * smiley.el (smiley-style): Default to `medium' if using a large
13086         font.
13087
13088         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13089         does it itself.
13090
13091         * message.el (message-point-in-header-p): Simplify definition.
13092
13093 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13094
13095         * nnagent.el (nnagent-request-set-mark): Silence log file
13096         writing.
13097         (nnagent-request-set-mark): Use write-region instead of
13098         append-to-file.
13099
13100         * gnus-sum.el (gnus-read-header): Fudge article number if using a
13101         strange select method.
13102
13103         * ecomplete.el (ecomplete-display-matches): Get highlightling
13104         right.
13105         (ecomplete-display-matches): Use literals.
13106         (ecomplete-display-matches): Disable message logging.
13107
13108         * message.el (message-display-abbrev): Small optimization.
13109
13110         * ecomplete.el (ecomplete-display-matches): Allow automatic
13111         display.
13112
13113         * message.el (message-strip-forbidden-properties):
13114         Display abbrevs.
13115         (message-display-abbrev): Get automatic display right.
13116
13117         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13118         keystrokes.
13119
13120 2006-04-13  Romain Francoise  <romain@orebokech.com>
13121
13122         TODO: Backport to v5-10!
13123
13124         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13125         Move here (and rename) from gnus-registry.el.
13126
13127         * gnus-registry.el: Require gnus-util.
13128         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13129
13130 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13131
13132         * gnus-group.el (gnus-group-catchup-current):
13133         Change if-then-else-if-then-else into cond.
13134         (gnus-group-catchup): Indent.
13135         (group-name-at-point): New function.
13136         (gnus-fetch-group): Provide default from thing at point.
13137
13138 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13139
13140         * message.el (message-display-abbrev): Fix regexp.
13141
13142         * ecomplete.el (ecomplete-highlight-match-line):
13143         Reimplement choosing.
13144         (ecomplete-highlight-match-line): Fix up code rewrite, remove
13145         dead variables.
13146
13147         * message.el (message-newline-and-indent): Remove debugging.
13148         (message-display-abbrev): Use new implementation.
13149
13150 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13151
13152         * gnus-art.el (gnus-article-mode):
13153         Set cursor-in-non-selected-windows to nil.
13154
13155         * smiley.el: Revert previous change.
13156         (smiley-data-directory): defvar it before using it in the
13157         defcustom of `smiley-style'.
13158
13159 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13160
13161         * message.el (message-newline-and-indent): New function.
13162
13163         * ecomplete.el: Implement more bits.
13164
13165         * message.el (message-put-addresses-in-ecomplete): Clean up the
13166         string.
13167
13168         * ecomplete.el (ecomplete-add-item): Chop off decimals.
13169
13170         * gnus-sum.el (gnus-summary-save-parts):
13171         Bind gnus-summary-save-parts-counter and use it to make unique file
13172         names.
13173
13174         * gnus-art.el (gnus-ignored-headers): Add some more headers.
13175
13176         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13177         parameter to say whether to actually parse the individual
13178         addresses.
13179
13180         * message.el (message-put-addresses-in-ecomplete): New function.
13181         (ecomplete): Require.
13182         (message-mail-alias-type): Add ecomplete as an option.
13183
13184 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
13185
13186         * flow-fill.el (fill-flowed): Remove trailing space from blank
13187         quoted lines.
13188
13189 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13190
13191         * smiley.el (smiley-style): Move definition later to avoid a
13192         compilation warning.
13193
13194 2006-04-12  Kenichi Handa  <handa@m17n.org>
13195
13196         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13197         buffer and then decode the buffer text if necessary.
13198         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13199         first, and after mm-encode-body, change the buffer to unibyte.
13200         Use mm-disable-multibyte instead of set-buffer-multibyte.
13201
13202 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13203
13204         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13205         Content-Type header instead of Content-Disposition header.
13206         (gnus-mime-inline-part): Ditto.
13207         (gnus-mime-view-part-as-charset): Ignore charset that the part
13208         specifies.
13209
13210         * mm-decode.el (mm-display-part): Work with external parts and
13211         usual parts similarly.
13212
13213         * mm-extern.el (mm-inline-external-body): Use mm-display-part
13214         instead of gnus-display-mime.
13215
13216         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13217         instead of with-temp-buffer.
13218
13219         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13220         tag to summarized topics part in order to encode non-ASCII text.
13221
13222 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13223
13224         * smiley.el (smiley-style): New variable.
13225         (smiley-directory): New function.
13226         (smiley-data-directory): Derive from `smiley-style' using
13227         `smiley-directory'.
13228         (smiley-regexp-alist): Add new entries.
13229
13230         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13231         (gnus-article-browse-delete-temp): Add :version.
13232
13233 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
13234
13235         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13236         the sieve region.
13237
13238 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13239
13240         * gnus.el (gnus-version-number): Bump version.
13241
13242 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13243
13244         * gnus.el: No Gnus v0.4 is released.
13245
13246 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13247
13248         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13249         layout.
13250
13251         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13252         unknown charset.
13253
13254         * message.el (message-header-synonyms): Add Original-To to the
13255         default.
13256
13257         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13258         optional parameter.
13259
13260 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13261
13262         * gnus-fun.el (gnus): Require it for gnus-directory.
13263
13264 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13265
13266         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13267
13268 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13269
13270         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13271
13272 2006-04-05  Simon Josefsson  <jas@extundo.com>
13273
13274         * password.el (password-reset): New function.
13275
13276 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13277
13278         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13279         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13280
13281 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13282
13283         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13284         Some whitespace was matched into the url, which broke browsing hits
13285         > 100 when mm-url-use-external was nil.
13286
13287 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13288
13289         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13290         Check gnus-extra-headers for 'Newsgroups.
13291
13292         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13293         bound.
13294
13295 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13296
13297         * pgg-gpg.el: Clean up process buffers every time gpg processes
13298         complete.
13299
13300 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13301
13302         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13303         doc string.
13304
13305 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13306
13307         * pgg-gpg.el (pgg-gpg-process-filter)
13308         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13309
13310         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13311         lines, temporary fix.
13312
13313 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13314
13315         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13316
13317 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13318
13319         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13320         default-enable-multibyte-characters.  This reverts the change from
13321         revision 6.17 which is no longer necessary because the passphrase
13322         is sent separately now.  GnuPG messages are unreadable under
13323         multibyte locales with default-enable-multibyte-characters set to
13324         nil.
13325
13326 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13327
13328         * message.el (message-tool-bar-gnome): Move "spell".
13329
13330 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13331
13332         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13333         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13334         instead.
13335
13336 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13337
13338         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13339         Improve newsgroups handling for NNTP overviews which don't include
13340         Newsgroups.
13341
13342 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13343
13344         * message.el (message-resend): Bind message-generate-hashcash to nil.
13345
13346 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13347
13348         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13349         when searching for already-paid recipients.
13350
13351 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13352
13353         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13354         passphrases when it is not needed.
13355         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13356         passphrase stuff from gpg, should only be necessary when you use
13357         gpg with a smartcard.
13358
13359 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13360
13361         * mml.el (mml-insert-mime): Ignore cached contents of
13362         message/external-body part.
13363
13364         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13365         (mm-insert-part): Ditto.
13366
13367 2006-03-23  Simon Josefsson  <jas@extundo.com>
13368
13369         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13370         Reiner.
13371         (pgg-gpg-use-agent-p): Use it again.
13372
13373 2006-03-23  Simon Josefsson  <jas@extundo.com>
13374
13375         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13376         older emacsen.
13377         (pgg-gpg-use-agent-p): Don't use it.
13378
13379 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13380
13381         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13382         if we can.
13383
13384 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13385
13386         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13387         (pgg-gpg-update-agent): New function.
13388         (pgg-gpg-use-agent-p): New function.
13389         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13390         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13391         (pgg-gpg-sign-region): Use it.
13392
13393 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13394
13395         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13396         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13397
13398 2006-03-21  Simon Josefsson  <jas@extundo.com>
13399
13400         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13401         <wilde@sha-bang.de>.
13402         (pgg-gpg-use-agent): New variable.
13403         (pgg-gpg-process-region): Use it.
13404         (pgg-gpg-encrypt-region): Likewise.
13405         (pgg-gpg-encrypt-symmetric-region): Likewise.
13406         (pgg-gpg-decrypt-region): Likewise.
13407         (pgg-gpg-sign-region): Likewise.
13408         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13409
13410 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13411
13412         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13413
13414         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13415         Add comment on version.
13416
13417 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13418
13419         * smiley.el: Add missing test smiley.
13420
13421 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13422
13423         * mm-decode.el (mm-with-part): New macro.
13424         (mm-get-part): Use it; work with message/external-body as well.
13425         (mm-save-part): Treat name and filename equally.
13426
13427         * mm-extern.el (mm-extern-cache-contents): New function.
13428         (mm-inline-external-body): Use it; force the part to be displayed;
13429         move undisplayer added to the cached handle to the parent.
13430
13431         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13432         (gnus-mime-view-part-as-type): Work with message/external-body.
13433
13434         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13435
13436 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13437
13438         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13439         images in image-load-path.  [Sync with image.el, revision 1.60, in
13440         Emacs.]
13441
13442 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13443
13444         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13445         path rather than symbol.  Always return list of directories.
13446         Guarantee that image directory comes first.  [Sync with image.el,
13447         revision 1.59, in Emacs.]
13448
13449         * message.el (message-make-tool-bar): Adjust to new API of
13450         `gmm-image-load-path-for-library'.
13451
13452         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13453
13454         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13455
13456 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13457
13458         * gnus-art.el (gnus-article-only-boring-p):
13459         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13460         intangible text.
13461         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13462
13463 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13464
13465         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13466         Use `defun' instead of `gmm-defun-compat'.
13467
13468 2006-03-14  Simon Josefsson  <jas@extundo.com>
13469
13470         * message.el (message-unique-id): Don't use message-number-base36
13471         if (user-uid) is a float.
13472         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13473
13474 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13475
13476         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13477
13478         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13479         empty line between a part and a message part.
13480
13481 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13482
13483         * smiley.el: Add more test smileys.
13484         (smiley-data-directory, smiley-regexp-alist)
13485         (gnus-smiley-file-types): Fix doc strings.
13486         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13487         adding new elements.
13488         (smiley-mouse-map): Unused code.  Make it a comment.
13489
13490 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13491
13492         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13493         scan latest NoCeM messages instead of old ones.
13494         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13495         delimiters that are recently used.
13496         (gnus-nocem-load-cache): Add autoload cookie.
13497
13498         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13499
13500         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13501         level which is larger than gnus-use-nocem is specified.
13502
13503         * gnus-group.el (gnus-group-get-new-news): Ditto.
13504
13505 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13506
13507         * gnus-util.el (gnus-tool-bar-update): New function.
13508
13509         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13510         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13511
13512         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13513
13514         * gnus-group.el (gnus-group-redraw-when-idle)
13515         (gnus-group-redraw-check): Remove.
13516         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13517
13518 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13519
13520         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13521         if optional last element is specified in splits (FIELD VALUE...).
13522
13523 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13524
13525         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13526         to gmm-image-load-path-for-library.  Call with no-error argument.
13527         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13528
13529         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13530
13531         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13532
13533         * gmm-utils.el (gmm-image-load-path): Remove alias.
13534
13535 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13536
13537         * gmm-utils.el (gmm-image-load-path): Add alias.
13538
13539         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13540         nnml-generate-nov-databases-1.
13541         (nnml-generate-nov-databases): Use it.
13542         (nnml-generate-nov-databases-directory): Document no-active
13543         argument.
13544
13545         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13546         directory if path is t.  Add no-error.
13547
13548         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13549         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13550
13551         * gnus-art.el (gnus-article-browse-delete-temp-files):
13552         Simplify resetting gnus-article-browse-html-temp-list.
13553
13554         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13555         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13556         Add example to docstring.  Rename local variables.  Move error
13557         checks to default case in cond and simplify.
13558
13559 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13560
13561         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13562         handle is multipart when calling it recursively.
13563         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13564
13565 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13566
13567         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13568         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13569
13570 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13571
13572         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13573         is loaded.
13574
13575         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13576         loaded.
13577
13578 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13579
13580         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13581         to "Emacs 23 (unicode)" in doc string.
13582
13583         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13584         "Emacs 23 (unicode)" in comment.
13585
13586 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13587
13588         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13589
13590         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13591         characters 160 through 255 in Emacs 23.
13592
13593 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13594
13595         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13596         gnus-article-browse-html-temp.
13597         (gnus-article-browse-delete-temp): Make it customizable.
13598         Add `file'.  Adjust doc string.
13599         (gnus-article-browse-delete-temp-files): Add argument.
13600         Allow query for each file.  Adjust doc string.
13601         (gnus-article-browse-html-parts):
13602         Add `gnus-article-browse-delete-temp-files' to
13603         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13604
13605 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13606
13607         * gnus-art.el (gnus-article-browse-html-temp)
13608         (gnus-article-browse-delete-temp): New variables.
13609         (gnus-article-browse-delete-temp-files): New function.
13610         (gnus-article-browse-html-parts): Use it.
13611
13612 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13613
13614         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13615
13616         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13617         string.
13618
13619         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13620         gnus-summary-insert-new-articles when unplugged.
13621         Remove gnus-summary-search-article-forward.
13622
13623         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13624         display-visual-class instead of display-color-cells.
13625
13626 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13627
13628         * dgnushack.el: Autoload customize-group for XEmacs.
13629
13630         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13631         message/* containing non-ASCII text properly.
13632
13633 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13634
13635         * message.el: Require gmm-utils, remove autoloads.
13636         (message-tool-bar): Set default based on
13637         gmm-tool-bar-style.
13638         (message-tool-bar-gnome): Add gmm-customize-mode.
13639
13640         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13641         gmm-tool-bar-style.
13642         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13643
13644         * gnus-group.el (gnus-group-tool-bar): Set default based on
13645         gmm-tool-bar-style.
13646         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13647
13648         * gmm-utils.el (gmm-image-directory): Rename variable from
13649         gmm-image-load-path.
13650         (gmm-image-load-path): Use gmm-image-directory.
13651         (gmm-customize-mode): New function.
13652         (gmm-tool-bar-style): New variable.
13653
13654         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13655         gnus-group-redraw-line-number.
13656         (gnus-group-redraw-check): Simplify.
13657         (gnus-group-tool-bar-update): Remove redraw check.
13658         (gnus-group-make-tool-bar): Add redraw check.
13659
13660 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13661
13662         * gnus-art.el (gnus-button): Add missing parentheses.
13663
13664 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13665
13666         * lpath.el: Fbind line-number-at-pos.
13667
13668 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13669
13670         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13671
13672 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13673
13674         * gnus-art.el (gnus-button): New face.
13675         (gnus-article-button-face): Use it.
13676
13677         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13678         Add gnus-summary-next-page.  Re-order.
13679
13680         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13681         next-node are now included.
13682         (gnus-group-redraw-line-number): New internal variable.
13683         (gnus-group-redraw-check): Helper function for updating the tool
13684         bar.
13685         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13686
13687         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13688
13689         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13690         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13691         Use it to match format of Spamassassin 3.0 and later.
13692         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13693         (spam-check-bogofilter)
13694         (spam-bogofilter-register-with-bogofilter): Fix args of
13695         `gnus-error' calls.
13696
13697 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13698
13699         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13700         unnecessary interaction when sending queued mails.
13701         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13702
13703 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13704
13705         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13706         first or last are nil.
13707
13708 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13709
13710         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13711
13712 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13713
13714         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13715
13716 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13717
13718         * dns.el (query-dns): Protect more against buggy tcp output.
13719
13720 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13721
13722         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13723         nov.php.
13724
13725 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13726
13727         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13728         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13729         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13730         output on the server side.
13731         (nnweb-google-create-mapping): Update regexps and add some
13732         progress indication.
13733
13734 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13735
13736         * gnus-group.el (gnus-group-tool-bar-gnome):
13737         Fix gnus-agent-toggle-plugged.  Re-order icons.
13738         (gnus-group-tool-bar-gnome):
13739         Add gnus-group-{prev,next}-unread-group.
13740         (gnus-group-tool-bar-gnome): Re-order icons.
13741
13742         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13743         Move gnus-summary-insert-new-articles.
13744
13745         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13746         Fix comments.
13747
13748         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13749         also available in Emacs 21.3.
13750
13751         * message.el (message-fix-before-sending): Change "Emacs 22" to
13752         "Emacs 23 (unicode)" in comment.
13753
13754         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13755         "Emacs 23 (unicode)" in comment.
13756
13757         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13758         comment.
13759         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13760
13761         * mm-view.el (mm-fill-flowed): Add :version.
13762
13763 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13764
13765         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13766         and load-path.
13767
13768 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13769
13770         * message.el: Autoload gmm-image-load-path.
13771         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13772         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13773         consitency.
13774
13775         * gmm-utils.el (gmm-image-load-path): Also search in
13776         "../etc/images".  Don't set gmm-image-load-path if we don't find
13777         the image.
13778
13779 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13780
13781         * gmm-utils.el (gmm-image-load-path): Don't make
13782         `gmm-image-load-path' include subdirectories which the second arg
13783         `image' might specify.
13784
13785         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13786         subdirectory to icon file names.
13787
13788         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13789
13790 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13791
13792         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13793         gmm-image-load-path calls.
13794
13795         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13796
13797         * message.el (message-make-tool-bar): Ditto.
13798
13799         * mml.el (mml-preview): Add comment concerning tool bar icons.
13800
13801         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13802         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13803
13804         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13805         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13806
13807         * message.el (message-tool-bar-gnome): Use new icon names.
13808         (message-make-tool-bar): Use `gmm-image-load-path'.
13809
13810         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13811         New functions from MH-E.
13812         (gmm-image-load-path): New variable from MH-E.
13813         (gmm-image-load-path): New function from MH-E.  Add arguments
13814         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13815         *-image-load-path-called-flag.
13816
13817 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13818
13819         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13820
13821 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13822
13823         * nnimap.el (nnimap-request-move-article): Change folder back to
13824         source group before deleting.
13825
13826 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13827
13828         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13829
13830         * gnus-art.el (mm-url-insert-file-contents-external):
13831         Autoload mm-url.
13832
13833         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13834
13835 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13836
13837         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13838         coding system which mm-charset-to-coding-system returns for a
13839         given charset is valid.
13840
13841 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13842
13843         * html2text.el (html2text-remove-tag-list):
13844         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13845
13846 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13847
13848         * gnus-cus.el: Revert 2005-10-17 change.
13849
13850 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13851
13852         * gnus-art.el (article-strip-banner):
13853         Call article-really-strip-banner only when the regexp match is made.
13854
13855 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13856
13857         * gnus-art.el (article-strip-banner):
13858         Use gnus-extract-address-components instead of
13859         mail-header-parse-addresses to make it work with non-ASCII text;
13860         remove mail-encode-encoded-word-string.
13861
13862         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13863         values which are surrounded with \"...\"; make it never cause a
13864         Lisp error; give up parsing of parameters if it failed in
13865         extracting type.
13866
13867 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13868
13869         * smime.el (smime-cert-by-ldap-1): Fix bug where
13870         `smime-ldap-search' returns results without userCertificates.
13871
13872 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13873
13874         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13875
13876 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13877
13878         * spam.el (spam-check-spamassassin-headers): Adapt format for
13879         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13880         <ari@mbf.ocn.ne.jp>.
13881         (spam-list-of-processors): Add spam-use-gmane.
13882
13883 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13884
13885         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13886         make-temp-file; make it work with XEmacs as well.
13887
13888         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13889         mm-make-temp-file.
13890
13891         * mm-decode.el (mm-display-external): Use the 3rd arg of
13892         mm-make-temp-file.
13893         (mm-create-image-xemacs): Ditto.
13894
13895 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13896
13897         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13898         with message-narrow-to-headers.
13899         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13900         (gnus-draft-check-draft-articles): New function.
13901         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13902
13903 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13904
13905         * gnus-art.el (gnus-article-browse-html-parts):
13906         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13907         Don't use suffix argument for mm-make-temp-file for Emacs 21
13908         compatibility.  Remove useless `format'.
13909
13910 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13911
13912         * nnweb.el (nnweb-google-wash-article): Update regexps.
13913         (nnweb-group-alist): Use defvoo instead of defvar.
13914
13915 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13916
13917         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13918         re-loading nn* modules.
13919
13920 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13921
13922         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13923         for `tool-bar-mode' and don't check it's default-value.
13924
13925         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13926
13927         * message.el (message-make-tool-bar): Ditto.
13928
13929         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13930         `substring'.  Shorten tmp-file name.
13931
13932         * gnus.el: Remove bogus comment.
13933
13934 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13935
13936         * gnus-art.el (gnus-article-browse-html-parts): New function.
13937         (gnus-article-browse-html-article): New function for viewing html
13938         articles with a browser.
13939
13940 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13941
13942         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13943         in elisp.
13944         (pgg-gpg-encrypt-symmetric-region): Ditto.
13945         (pgg-gpg-sign-region): Ditto.
13946
13947         * pgg-def.el (pgg-text-mode): New variable.
13948
13949         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13950         (mml2015-pgg-encrypt): Ditto.
13951
13952         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13953         (mml1991-pgg-encrypt): Ditto.
13954
13955 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13956
13957         * nnfolder.el (nnfolder-insert-newsgroup-line):
13958         Use message-make-date instead of current-time-string.
13959
13960         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13961         to gnus-decoded which mm-uu might set.
13962
13963 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13964
13965         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13966         don't decode quoted parameters; remove misimported Emacs code.
13967         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13968         (rfc2231-decode-encoded-string): Don't use split-string which
13969         behaves differently according to Emacs version; use
13970         mm-decode-coding-region to convert charset to coding-system.
13971         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13972         (rfc2231-encode-string): Remove misimported Emacs code.
13973
13974 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13975
13976         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13977         when calling mail-header-parse-content-type.
13978         (article-de-quoted-unreadable): Ditto.
13979         (article-de-base64-unreadable): Ditto.
13980         (article-wash-html): Ditto.
13981
13982         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13983         calling mail-header-parse-content-type and
13984         mail-header-parse-content-disposition.
13985         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13986         mail-header-parse-content-type.
13987
13988         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13989         insert charset and format parameters; encode description after
13990         inserting it to buffer.
13991         (mml-insert-parameter): Fold lines properly even if a parameter is
13992         segmented into two or more lines; change the max column to 76.
13993
13994         * rfc1843.el (rfc1843-decode-article-body): Don't use
13995         ignore-errors when calling mail-header-parse-content-type.
13996
13997         * rfc2231.el (rfc2231-parse-string): Return at least type if
13998         possible; don't cause an error even if it fails in parsing of
13999         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14000         (rfc2231-encode-string): Don't break lines at the beginning, leave
14001         it to mml-insert-parameter.
14002
14003         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
14004         calling mail-header-parse-content-type.
14005
14006 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
14007
14008         * spam-report.el (spam-report-gmane-use-article-number):
14009         Improve doc string.
14010         (spam-report-gmane-internal): Check if a suitable header was found
14011         in the article.
14012
14013 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14014
14015         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14016         (rfc2231-encode-string): Make param*=value always begin with LWSP.
14017
14018 2006-02-05  Romain Francoise  <romain@orebokech.com>
14019
14020         Update copyright notices of all files in the gnus directory.
14021
14022 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14023
14024         * nnweb.el (nnweb-request-group): Avoid growing overview files.
14025
14026 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14027
14028         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14029         segmented lines of parameter value to cope with Thunderbird 1.5
14030         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14031         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14032         (rfc2231-encode-string): Don't make lines exceeding 76 column.
14033
14034 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
14035
14036         * mml.el (mml-generate-mime-1): Correct the order of inline signed
14037         parts.
14038
14039 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14040
14041         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14042         there's only one active file for all servers.
14043         (nnweb-request-scan): Make sure nnweb-articles is initialized on
14044         solid groups.  Gnus might have used a FAST request to select the group.
14045         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14046         and nnweb-search redundantly in the active file.
14047         (nnweb-request-list): Don't list bogus groups.  There can only be one.
14048         (nnweb-request-create-group): Don't use ARGS.
14049         (nnweb-possibly-change-server, nnweb-request-group): Remove some
14050         initialisations.  Let nnoo do the work.
14051
14052 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14053
14054         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14055         Say the part has been decoded.
14056
14057         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
14058
14059 2006-01-31  Kevin Ryde  <user42@zip.com.au>
14060
14061         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14062         mailcap-viewer-test-cache when there's no 'test clause, since that
14063         will invert the meaning of a "nil" test previously determined by
14064         mailcap-mailcap-entry-passes-test.
14065
14066 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14067
14068         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14069         compiling.
14070
14071         * gnus-sum.el: Ditto.
14072
14073         * message.el: Don't bind tool-bar-map when compiling.
14074
14075 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
14076
14077         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14078
14079 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14080
14081         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14082         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14083         current Google Groups.
14084
14085 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
14086
14087         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14088         and tool-bar-mode.
14089
14090         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14091         and tool-bar-mode.
14092
14093         * message.el (message-tool-bar-update): Simplify.
14094         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14095
14096         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14097         gnus-summary-buffer.
14098         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14099         gnus-summary-reply.
14100
14101         * gmm-utils.el (gmm): Add :version.
14102
14103 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14104
14105         * Makefile.in (clean): New rule.
14106         (distclean): Use it.
14107
14108 2006-01-26  Steve Youngs  <steve@sxemacs.org>
14109
14110         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14111         Don't autoload.
14112
14113 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14114
14115         * gmm-utils.el (gmm-verbose): Add :group.
14116
14117 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
14118
14119         * message.el: Change some comments WRT tool-bars.
14120
14121         * gnus-sum.el (gnus-summary-tool-bar)
14122         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14123         (gnus-summary-tool-bar-zap-list): New variables.
14124         (gnus-summary-make-tool-bar): Complete rewrite using
14125         `gmm-tool-bar-from-list'.
14126
14127         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14128         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14129         New variables.
14130         (gnus-group-make-tool-bar): Complete rewrite using
14131         `gmm-tool-bar-from-list'.
14132         (gnus-group-tool-bar-update): New function.
14133
14134         * message.el (message-mode-field-menu): Add "Show hidden Headers".
14135
14136 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14137
14138         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14139         is dissected into a single part of which the type is the same as
14140         the given one; decode charset.
14141
14142 2006-01-21  Kevin Ryde  <user42@zip.com.au>
14143
14144         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14145         into alists as symbol not string, since that's what
14146         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14147         look for.
14148
14149 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
14150
14151         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14152         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14153
14154         * message.el (message-tool-bar-gnome): Use gmm-ignore.
14155
14156 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14157
14158         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
14159         (gnus-xmas-mime-security-button-menu): New function.
14160
14161         * gnus-art.el (gnus-mime-security-button-commands): New variable.
14162         (gnus-mime-security-button-menu): New definition.
14163         (gnus-mime-security-button-map): Use them.
14164         (gnus-mime-security-button-menu): New function.
14165         (gnus-insert-mime-security-button): Addition to help echo.
14166         (gnus-mime-security-run-function, gnus-mime-security-save-part)
14167         (gnus-mime-security-pipe-part): New functions.
14168
14169         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14170         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14171
14172         * mm-decode.el (mm-handle-set-disposition): Remove.
14173         (mm-handle-set-description): Remove.
14174
14175 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14176
14177         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14178         (mm-w3m-standalone-supports-m17n-p): New function.
14179         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14180         w3m usage.
14181
14182         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14183         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14184
14185 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14186
14187         * message.el (message-tool-bar-zap-list):
14188         Use gmm-tool-bar-zap-list as custom type.
14189         (message-tool-bar-update): New function.
14190         (message-tool-bar, message-tool-bar-gnome)
14191         (message-tool-bar-retro): Add message-tool-bar-update.
14192         (message-tool-bar-gnome): Add flyspell-buffer.
14193
14194         * gnus-util.el (gnus-error): Describe `args'.
14195
14196         * gmm-utils.el (gmm-error): Describe `args'.
14197         (gmm-tool-bar-zap-list): New widget.
14198         (gmm-tool-bar-from-list): Improve description of `zap-list'.
14199
14200 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14201
14202         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14203         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14204         the number of recursive calls.
14205
14206         * mm-decode.el (mm-handle-set-disposition): New macro.
14207         (mm-handle-set-description): New macro.
14208
14209 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14210
14211         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14212         encoding.
14213
14214 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14215
14216         * message.el (message-tool-bar-zap-list, message-tool-bar)
14217         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14218         (message-tool-bar-local-item-from-menu): Remove.
14219         (message-tool-bar-map): Replace by `message-make-tool-bar'.
14220         (message-make-tool-bar): New function.
14221         (message-mode): Use `message-make-tool-bar'.
14222
14223         * gmm-utils.el: New file.
14224         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14225         (gmm-lazy): New widget copied from `nnmail.el'.
14226         (gmm-tool-bar-from-list): New function for creating customizable
14227         tool bars.
14228         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
14229         output.
14230         (gmm): Add :prefix to defgroup.
14231
14232 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
14233
14234         * gmm-utils.el (gmm-widget-p): New function.
14235
14236 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14237
14238         * mml.el (mml-attach-file): Describe `description' in doc string.
14239         (mml-menu): Add Emacs MIME manual and PGG manual.
14240
14241 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14242
14243         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14244
14245 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14246
14247         * nntp.el (nntp-end-of-line): Doc fix.
14248
14249 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14250
14251         * imap.el (imap-open): Handle case where buffer is a buffer
14252         object.
14253
14254 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14255
14256         * gnus-delay.el (gnus-delay): Don't autoload.
14257         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14258         to be re-loaded when customizing the `gnus-delay' group.
14259
14260 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14261
14262         * message.el (message-insert-citation-line): Use newlines.
14263
14264 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14265
14266         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14267         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14268         these routines, so the passphrase can be managed externally and
14269         passed in to the system.
14270         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14271         pgg-add-passphrase-to-cache function.
14272
14273         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14274         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14275         these routines, so the passphrase can be managed externally and
14276         passed in to the system.
14277         (pgg-pgp5-sign-region): Use new name of
14278         pgg-add-passphrase-to-cache function.
14279
14280 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14281
14282         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14283         part of the decoded armor to find the key-identifier.
14284         (pgg-gpg-lookup-key-owner): New function to return the
14285         human-readable identifier of a key owner.
14286         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14287         itself.
14288         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14289         the key value) if we have a key and can match it against a secret
14290         key.  Also, added a note pointing out fact that the prompt only
14291         indicates the first matching key.
14292
14293         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14294         pgg-decrypt-region.
14295         (pgg-add-passphrase-to-cache): Rename from
14296         `pgg-add-passphrase-cache' to reduce confusion (all callers
14297         changed).
14298         (pgg-remove-passphrase-from-cache): Rename from
14299         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14300         changed).
14301         (pgg-read-passphrase, pgg-add-passphrase-cache)
14302         (pgg-remove-passphrase-cache): Add informative docstrings.
14303         (pgg-decrypt): Convey provided passphrase in subordinate call to
14304         pgg-decrypt-region.
14305
14306 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14307
14308         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14309         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14310         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14311         'passphrase' argument, so the passphrase can be managed externally
14312         and then passed in to the system.
14313
14314         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14315         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14316         so the passphrase cache can be used reliably with identifiers
14317         besides a pgp packet's key id.
14318
14319         * pgg-gpg.el (pgg-gpg-encrypt-region)
14320         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14321         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14322         these routines, so the passphrase can be managed externally and
14323         passed in to the system.
14324
14325         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14326         'notruncate' argument, so the passphrase cache can be used
14327         reliably with identifiers besides a pgp packet's key id.
14328
14329 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14330
14331         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14332         symmetric encryption.
14333         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14334         encrypted session key.
14335         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14336         message ask for the passphrase in a proper way.
14337
14338         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14339         New user commands for symmetric encryption.
14340
14341 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14342
14343         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14344
14345         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14346
14347 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14348
14349         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14350
14351 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14352
14353         * mm-decode.el (mm-inlined-types): Add application/pgp.
14354         (mm-automatic-display): Ditto.
14355
14356         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14357         part as text.
14358
14359 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14360
14361         * nnrss.el: Update copyright.
14362         (nnrss-opml-import): Query whether to subscribe to each entry.
14363
14364         * gnus-art.el:
14365         * gnus-sum.el:
14366         * gnus-xmas.el:
14367         * messagexmas.el:
14368         * mm-uu.el:
14369         * mm-view.el: Update copyright.
14370
14371 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14372
14373         * message.el (message-info): New function.
14374         (message-mode-menu): Add it.
14375         Update copyright.
14376
14377         * ChangeLog: Fix and update copyright.
14378
14379 2006-01-13  Romain Francoise  <romain@orebokech.com>
14380
14381         * message.el (message-forward-subject-name-subject): Prefer the
14382         address to 'nowhere' if the sender has no name.
14383         Fix typo.  Update copyright year.
14384
14385 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14386
14387         * gnus-art.el (article-wash-html):
14388         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14389         (gnus-article-wash-html-with-w3m-standalone): New function.
14390
14391         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14392         mm-inline-text-html-render-with-w3m-standalone.
14393         (mm-text-html-washer-alist): Map w3m-standalone to
14394         gnus-article-wash-html-with-w3m-standalone.
14395         (mm-inline-text-html-render-with-w3m-standalone): New function.
14396
14397 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14398
14399         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14400         Improve LaTeX.
14401
14402 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14403
14404         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14405         (nnrss-request-article): Render text/plain parts as HTML.
14406
14407         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14408         the buffer.
14409
14410 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14411
14412         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14413         custom definition of `gnus-posting-styles'.
14414
14415         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14416         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14417
14418 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14419
14420         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14421         Use nntp for bug archive.
14422
14423 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14424
14425         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14426         parts.
14427         (nnrss-normalize-date): New function converts ISO 8601 date into
14428         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14429         (nnrss-check-group): Use it.
14430
14431 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14432
14433         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14434
14435         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14436         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14437         (nnrss-insert-w3): Ditto.
14438
14439 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14440
14441         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14442         the articles to be forwarded including the case where neither a
14443         number of articles nor a region is specified.
14444
14445 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14446
14447         * nnrss.el (nnrss-request-article): Fix last change; fill
14448         text/plain parts.
14449
14450 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14451
14452         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14453         in text/plain part.
14454         (nnrss-check-group): Don't add excessive newline to dc:subject.
14455
14456 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14457
14458         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14459         article.
14460
14461 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14462
14463         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14464         (nnml-use-compressed-files, nnml-save-mail): Support other
14465         comression programs such as bzip2.
14466
14467 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14468
14469         * dns.el (query-dns): Make sure we check the buffer size before
14470         removing tcp headers.
14471
14472 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14473
14474         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14475         remove MIME buttons associated with multipart/alternative parts.
14476         (gnus-mime-display-alternative): Tag buttons using `article-type'
14477         text property.
14478
14479         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14480         associated with multipart/alternative parts.
14481
14482         * gnus-art.el (gnus-signature-separator): Fix custom type.
14483
14484         * mm-decode.el (mm-inlined-types): Fix custom type.
14485         (mm-keep-viewer-alive-types): Ditto.
14486         (mm-automatic-display): Ditto.
14487         (mm-attachment-override-types): Ditto.
14488         (mm-inline-override-types): Ditto.
14489         (mm-automatic-external-display): Ditto.
14490
14491 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14492
14493         * spam-report.el (spam-report-user-mail-address)
14494         (spam-report-user-agent): New variables.
14495         (spam-report-url-ping-plain): Use spam-report-user-agent.
14496
14497 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14498
14499         * gnus-art.el (gnus-button-handle-custom): Do not just use
14500         `customize-apropos' for any "M-x customize-*" button but the
14501         function called for.  Accept both the function name and its
14502         argument in order to achieve this.
14503         (gnus-button-alist): Remove support for "custom:" URL's.
14504         Pass function name to `gnus-button-handle-custom' in case of "M-x
14505         customize-*" buttons.
14506
14507 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14508
14509         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14510         multipart/alternative and add xref to mm-discouraged-alternatives
14511         in doc string.
14512
14513         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14514         gnus-buttonized-mime-types in doc string.
14515
14516 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14517
14518         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14519         Suggest image/.* in the doc string.
14520
14521 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14522
14523         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14524         message-marks (Debian bug #342521).
14525
14526 2005-12-12  Simon Josefsson  <jas@extundo.com>
14527
14528         * password.el (password-read-from-cache): Add.
14529         (password-read): Use it.
14530
14531 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14532
14533         * rfc2047.el (rfc2047-charset-to-coding-system):
14534         Recognize us-ascii as a MIME charset.
14535
14536         * mm-bodies.el (mm-decode-content-transfer-encoding):
14537         Protect against the case where the 2nd arg TYPE is nil.
14538
14539 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14540
14541         * pop3.el (pop3-stream-type): Fix custom version.
14542
14543         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14544
14545 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14546
14547         * mm-decode.el (mm-display-external): Add missing cdr.
14548
14549 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14550
14551         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14552         RFC1524) if it is in mailcap or add a suffix according to
14553         mailcap-mime-extensions when generating a temp filename; postpone
14554         deleting a temp file for 2 seconds for some wrappers, shell
14555         scripts, and so on, which might exit right after having started a
14556         viewer command as a background job.
14557
14558 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14559
14560         * nntp.el (nntp-marks-directory): Fix custom group.
14561
14562         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14563         steps when < 10.
14564
14565         * gnus-start.el (gnus-no-server-1):
14566         Mention `gnus-level-default-subscribed' in doc string.
14567
14568 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14569
14570         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14571         parens.
14572
14573 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14574
14575         * gnus-xmas.el (gnus-use-toolbar): Revert.
14576         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14577         gnus-use-toolbar is default.
14578
14579         * messagexmas.el (message-use-toolbar): Revert.
14580         (message-setup-toolbar): Use global default-toolbar if
14581         message-use-toolbar is default.
14582
14583 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14584
14585         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14586         according to default-toolbar-visible-p.
14587
14588         * messagexmas.el (message-use-toolbar): Ditto.
14589
14590 2005-11-26  Dave Love  <fx@gnu.org>
14591
14592         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14593         (tls-program, tls-success): Provide openssl alternative.
14594
14595         * starttls.el: Doc fixes.
14596         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14597         SERVICE to PORT.
14598
14599         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14600         port null or service name.
14601         (starttls-negotiate): Autoload.
14602
14603 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14604
14605         * message.el (message-kill-to-signature): Fix interactive spec.
14606
14607 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14608
14609         * pop3.el (pop3-open-server): Recognize a string as a service name.
14610
14611 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14612
14613         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14614
14615 2005-11-23  Dave Love  <fx@gnu.org>
14616
14617         Add pop3s, pop3/starttls.
14618
14619         * pop3.el (pop3-authentication-scheme): Clarify doc.
14620         (open-tls-stream, starttls-open-stream): Autoload.
14621         (pop3-stream-type): New.
14622         (pop3-open-server): Use it.
14623
14624         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14625         for POP.
14626         (mail-source-keyword-map): Add :stream for POP.
14627         (mail-source-fetch-pop): Use pop3-stream-type.
14628
14629 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14630
14631         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14632         of current-time-string.
14633
14634 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14635
14636         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14637         date header.
14638
14639 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14640
14641         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14642         it can seriously impact performance as it bypasses the agent's
14643         local caches.
14644
14645 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14646
14647         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14648         must be explicitly online rather than "not explicitly offline" for
14649         its flags to be synchronized.
14650
14651         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14652         that gnus-uu-unmark-thread will function correctly.
14653
14654         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14655         1024K is instead displayed as 1M.
14656
14657 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14658
14659         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14660
14661 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14662
14663         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14664
14665 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14666
14667         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14668         error message to display actual error condition.
14669         (gnus-agent-save-local): Avoid saving symbols that are bound to
14670         nil as they simply result in a warning message in
14671         gnus-agent-read-local.
14672
14673 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14674
14675         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14676         rather than make-variable-buffer-local for file-precious-flag.
14677
14678 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14679
14680         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14681         for duplicates which are removed.  The invalid sort check then
14682         triggers a rescan after the sort as sorting may have moved
14683         duplicate entries such that they can be cheaply detected.
14684
14685 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14686
14687         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14688
14689 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14690
14691         * gnus-agent.el (gnus-agent-article-alist-save-format):
14692         Change internal variable to a custom variable.  Change default value
14693         from compressed(2) to uncompressed(1).
14694         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14695         support for uncompressed agentview files.  Taken together, reading
14696         the agentview file should now be 6-7 times faster.
14697
14698 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14699
14700         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14701         as a buffer-local variable.  This avoids creating truncated
14702         dribble files as a result of a hang up, eg.
14703
14704 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14705
14706         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14707         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14708         XEmacs.
14709
14710 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14711
14712         * gnus-start.el (gnus-start-draft-setup):
14713         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14714
14715         * gnus.el (gnus-splash): Change custom group.
14716         (gnus-group-get-parameter, gnus-group-parameter-value):
14717         Describe allow-list argument.
14718
14719         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14720         string.
14721
14722 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14723
14724         * gnus-art.el (gnus-default-article-saver): Add user-defined
14725         `function' to custom type.
14726
14727 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14728
14729         * imap.el (imap-open): Handle case where buffer is a buffer
14730         object.
14731
14732 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14733
14734         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14735         long lines.
14736         (gnus-cache-delete-group): Wrap doc strings.
14737
14738         * gnus-agent.el (gnus-agent-rename-group)
14739         (gnus-agent-delete-group): Wrap doc strings.
14740
14741 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14742
14743         * messagexmas.el (message-use-toolbar): Change the valid values
14744         into default, top, bottom, left, and right.
14745         (message-toolbar-thickness): New variable.
14746         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14747         well.
14748         (message-setup-toolbar): Make it work.
14749
14750         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14751         (gnus-use-toolbar): Change the valid values into default, top,
14752         bottom, left, and right.
14753         (gnus-toolbar-thickness): New variable.
14754         (gnus-xmas-setup-toolbar): New function.
14755         (gnus-xmas-setup-group-toolbar): Use it.
14756         (gnus-xmas-setup-summary-toolbar): Use it.
14757
14758 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14759
14760         * gnus-start.el (gnus-1): Add "native" to
14761         gnus-predefined-server-alist.
14762
14763         * gnus.el (gnus-method-to-server): Don't add "native" to the
14764         lists here, because that leads to problems when
14765         gnus-select-method is bound.
14766
14767 2005-11-09  Simon Josefsson  <jas@extundo.com>
14768
14769         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14770         use (not sort-by-date) instead.
14771
14772 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14773
14774         * gnus-delay.el (gnus-delay-group): Don't autoload.
14775         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14776         to be re-loaded when customizing the `gnus-delay' group.
14777
14778 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14779
14780         * message.el: Revert last changes.
14781         (message-insert-citation-line): Use newlines.
14782
14783 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14784
14785         * message.el (message-courtesy-message)
14786         (message-mark-insert-begin, message-mark-insert-end)
14787         (message-elide-ellipsis, message-cancel-message)
14788         (message-add-header, message-change-subject)
14789         (message-cross-post-followup-to-header)
14790         (message-cross-post-insert-note, message-reduce-to-to-cc)
14791         (message-widen-reply, message-delete-not-region)
14792         (message-kill-to-signature, message-insert-signature)
14793         (message-insert-importance-high, message-insert-importance-low)
14794         (message-insert-or-toggle-importance)
14795         (message-insert-disposition-notification-to)
14796         (message-indent-citation, message-yank-original)
14797         (message-cite-original-without-signature, message-cite-original)
14798         (message-insert-citation-line, message-position-on-field)
14799         (message-fix-before-sending, message-send-mail-partially)
14800         (message-send-mail, message-send-mail-with-sendmail)
14801         (message-send-mail-with-qmail, message-send-news)
14802         (message-check-news-header-syntax, message-generate-headers)
14803         (message-insert-courtesy-copy, message-fill-address)
14804         (message-fill-header, message-shorten-references)
14805         (message-setup-1, message-cancel-news)
14806         (message-forward-make-body-plain, message-forward-make-body-mime)
14807         (message-forward-make-body-mml, message-encode-message-body)
14808         (message-forward-make-body-digest-plain)
14809         (message-forward-make-body-digest-mime)
14810         (message-use-alternative-email-as-from): Insert `hard-newline'
14811         instead of ordinary newlines.
14812
14813 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14814
14815         * message.el (message-generate-headers): Downcase the argument
14816         given to message-check-element.
14817
14818 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14819
14820         * nntp.el (nntp-authinfo-rejected): New error condition.
14821         (nntp-wait-for): Use new error condition to signal authentication
14822         error.
14823         (nntp-retrieve-data): Rethrow new error condition to break out of
14824         recursive call to nntp-send-authinfo.
14825
14826 2005-11-08  Romain Francoise  <romain@orebokech.com>
14827
14828         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14829         (gnus-summary-exit-map): Bind to `Z p'.
14830         (gnus-summary-make-menu-bar): Add menu item.
14831
14832 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14833
14834         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14835         (gnus-treat-*): Add `first' in all doc strings.
14836
14837         * gnus-group.el (gnus-group-compact-group): Fix typo.
14838
14839 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14840
14841         * gnus.el (gnus-parameters-case-fold-search): New variable.
14842         (gnus-parameters-get-parameter): Use it.
14843
14844         * gnus-score.el (gnus-home-score-file): Doc fix.
14845
14846 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14847
14848         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14849
14850 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14851
14852         * mm-util.el (mm-special-display-p): New function.
14853
14854         * mml.el (mml-preview): Use it; doc fix.
14855
14856 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14857
14858         * imap.el (imap-open): Handle case where buffer is a buffer object.
14859
14860 2005-10-29  Romain Francoise  <romain@orebokech.com>
14861
14862         * message.el (message-fix-before-sending): Fix comment.
14863
14864 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14865
14866         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14867
14868 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14869
14870         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14871         Used in gnus-score.el.
14872
14873 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14874
14875         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14876
14877 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14878
14879         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14880         whitespace removed in revision 7.8.  Use concatenated string to
14881         protect trailing whitespace.
14882
14883 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14884
14885         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14886         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14887         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14888         Courier IMAP ("some version from 2004").  Mostly based on similar
14889         code in the same function.
14890
14891 2005-10-26  Didier Verna  <didier@xemacs.org>
14892
14893         * gnus-group.el (gnus-group-compact-group): Invalidate original
14894         article buffer.
14895         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14896         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14897         NOV database and in article itself.
14898         Invalidate article backlog.
14899
14900 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14901
14902         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14903
14904 2005-10-26  Simon Josefsson  <jas@extundo.com>
14905
14906         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14907         part of 2004-07-25 change.
14908
14909 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14910
14911         * message.el (message-display-completion-list): New function.
14912         (message-expand-group): Use it; make sure the Completions buffer
14913         is modifiable.
14914 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14915
14916         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14917         user-mail-name is an empty string.
14918
14919 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14920
14921         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14922         depending on gnus-score-decay-constant.
14923
14924         * encrypt.el (encrypt-insert-file-contents)
14925         (encrypt-write-file-contents): Don't use `gnus-message'.
14926
14927         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14928         arguments.
14929         (mm-uu-type-alist): Add message-marks and insert-marks.
14930         Pass arguments to mm-uu-verbatim-marks-extract.
14931         (mm-uu-hide-markers): New variable.
14932         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14933
14934         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14935         (gnus-convert-image-to-face-command): Use "convert" by default to
14936         allow other input image formats.
14937         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14938         accordingly.
14939
14940 2005-10-23  Simon Josefsson  <jas@extundo.com>
14941
14942         * imap.el (imap-gssapi-program): Align command line parameters
14943         with latest GNU SASL.
14944         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14945
14946 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14947
14948         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14949         HTML.
14950         (nnslashdot-request-article): Ditto.
14951
14952         * lpath.el (featurep): Add nobreak-char-display.
14953
14954 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14955
14956         * mail-source.el (mail-source-fetch-pop): Require pop3.
14957         (mail-source-check-pop): Ditto.
14958
14959 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14960
14961         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14962         errors.
14963
14964 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14965
14966         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14967         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14968
14969         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14970
14971         * mm-bodies.el (mm-decode-string):
14972         Call `mm-charset-to-coding-system' with allow-override argument.
14973
14974 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14975
14976         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14977         (rfc2047-charset-to-coding-system): New function.
14978         (rfc2047-decode-encoded-words): New function.
14979         (rfc2047-decode-region): Use them.
14980         (rfc2047-decode-cte): Remove.
14981         (rfc2047-parse-and-decode): Remove.
14982         (rfc2047-decode): Remove.
14983
14984 2005-10-15  Kenichi Handa  <handa@m17n.org>
14985
14986         * rfc2047.el (rfc2047-decode-cte): New function.
14987         (rfc2047-decode-region): Change the way to decode successive
14988         encoded-words: decode B- or Q-encoding in each encoded-word,
14989         concatenate them, and decode it as charset.
14990
14991 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14992
14993         * lpath.el: Fbind codepage-setup for XEmacs.
14994
14995 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14996
14997         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14998         widget-move-and-invoke.
14999         (gnus-custom-mode): Use gnus-custom-map.
15000
15001 2005-10-15  Bill Wohler  <wohler@newt.com>
15002
15003         * message.el (message-tool-bar-map): Rename image file from
15004         mail_send to mail/send.
15005
15006 2005-10-16  Masatake YAMATO  <jet@gyve.org>
15007
15008         * message.el (message-expand-group): Pass the common
15009         prefix substring of completion to `display-completion-list'.
15010
15011 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
15012
15013         * mml-sec.el (mml-secure-method): New internal variable.
15014         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
15015         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
15016         New functions using mml-secure-method.
15017
15018         * mml.el (mml-mode-map): Add key bindings for those functions.
15019         (mml-menu): Simplify security menu entries.  Suggested by Jesper
15020         Harder <harder@myrealbox.com>.
15021         (mml-attach-file, mml-attach-buffer, mml-attach-external):
15022         Goto end of message if point is the headers of the message.
15023
15024         * message.el (message-in-body-p): New function.
15025
15026         * assistant.el: Autoload gnus-util and netrc.
15027
15028         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
15029         Use `mm-charset-override-alist' only when decoding.
15030
15031         * mm-bodies.el (mm-decode-body):
15032         Call `mm-charset-to-coding-system' with allow-override argument.
15033
15034         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15035         `filename' from Content-Disposition if Content-Type doesn't
15036         provide `name'.
15037         (gnus-mime-view-part-as-type): Set default instead of
15038         initial-input.
15039
15040 2005-10-09  Daniel Brockman  <daniel@brockman.se>
15041
15042         * format-spec.el (format-spec): Propagate text properties of % spec.
15043
15044 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15045
15046         * gnus-art.el (gnus-treat-predicate): Add `first'.
15047
15048 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15049
15050         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15051         (mm-charset-override-alist): New variable.
15052         (mm-charset-to-coding-system): Use it.
15053         (mm-codepage-setup): New helper function.
15054         (mm-charset-eval-alist): New variable.
15055         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15056         Warn about unknown charsets.
15057
15058         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
15059
15060 2005-10-04  David Hansen  <david.hansen@gmx.net>
15061
15062         * nnrss.el (nnrss-request-article): Add support for the comments tag.
15063         (nnrss-check-group): Ditto.
15064
15065 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15066
15067         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15068         Rename x-gnus-verbatim to x-verbatim.
15069         (mm-uu-type-alist): Fix regexp for verbatim-marks.
15070
15071         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15072         x-verbatim.
15073
15074         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15075
15076         * gnus-util.el (gnus-remove-duplicates): Remove.
15077
15078         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15079         instead of gnus-remove-duplicates.
15080
15081         * message.el (message-remove-duplicates): Remove.
15082         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15083         message-remove-duplicates.
15084
15085         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15086         available, else use implementation from `delete-dups'.
15087
15088         * message.el (message-insert-expires): New function.
15089         (message-mode-map): Add key binding.
15090         (message-mode-field-menu): Add menu entry.
15091         (message-mode): Document it.
15092         (message-make-expires-date): Use `message-make-date'.
15093
15094 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
15095
15096         * message.el (message-make-expires-date): New function.
15097
15098 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15099
15100         * Makefile.in (list-installed-shadows): New entry.
15101         (install): Use it.
15102         (remove-installed-shadows): New entry.
15103
15104         * dgnushack.el (dgnushack-default-load-path): New variable.
15105         (dgnushack-find-lisp-shadows): New function.
15106         (dgnushack-remove-lisp-shadows): New function.
15107
15108 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15109
15110         * Makefile.in (install-el-elc): New entry.
15111         (install): Use it so that .el files are necessarily installed.
15112
15113 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15114
15115         * time-date.el: Autoload parse-time-string, XEmacs needs it.
15116
15117 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15118
15119         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15120         function rather than the diff-mode.el package.
15121         (mm-display-external): Use with-current-buffer.
15122         (mm-viewer-completion-map, mm-viewer-completion-map):
15123         Move initialization inside declaration.
15124
15125 2005-09-29  Simon Josefsson  <jas@extundo.com>
15126
15127         * spam.el: Load hashcash when compiling, to avoid warnings.
15128         Don't autoload mail-check-payment.
15129         (spam-check-hashcash): Define unconditionally, since hashcash.el
15130         is part of Gnus now.  Ignore errors from payment checking.
15131
15132 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15133
15134         * message.el (message-bold-region, message-unbold-region):
15135         Rename from `bold-region' and `unbold-region'.
15136
15137         * message.el: Remove useless autoloads.
15138
15139 2005-09-28  Simon Josefsson  <jas@extundo.com>
15140
15141         * message.el (message-use-idna): Default to t.
15142         (message-use-idna): Test whether encoding works too.  Doc fix.
15143
15144 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15145
15146         * nntp.el (nntp-warn-about-losing-connection): Remove.
15147
15148 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15149
15150         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15151         customizable.  Change default value.
15152         (mm-uu-diff-groups-regexp): Change default value.
15153         (mm-uu-type-alist): Add doc string.
15154         (mm-uu-configure): Add doc string.  Make it interactive.
15155         (mm-uu-tex-groups-regexp): New variable.
15156         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15157         (mm-uu-type-alist): Add LaTeX documents.
15158         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15159         of "text/verbatim".
15160         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15161
15162         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15163         instead of "text/verbatim".
15164
15165         * message.el (message-mark-inserted-region)
15166         (message-mark-insert-file): Use slrn style marks when called with
15167         prefix argument.
15168
15169 2005-09-27  Simon Josefsson  <jas@extundo.com>
15170
15171         * message.el (message-idna-to-ascii-rhs-1): Reformat.
15172
15173 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
15174
15175         * message.el (message-remove-duplicates): New function.
15176         Implementation borrowed from `gnus-remove-duplicates'.
15177         (message-idna-to-ascii-rhs): Also encode idna addresses in
15178         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15179         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15180         only ask about the same idna domain once per header and also tell
15181         in what header to replace the idna domain.
15182
15183         * gnus-art.el (article-decode-idna-rhs): Also decode idna
15184         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15185         (article-decode-idna-rhs): Fix regexp so that all idna-address in
15186         a header is decoded and not just the last one.
15187
15188 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15189
15190         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15191         has been decoded.
15192
15193         * mm-decode.el (mm-automatic-display): Add text/verbatim.
15194         (mm-insert-part): Don't modify text if it has been decoded.
15195
15196         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15197         decoded.
15198
15199         * mm-view.el (mm-inline-text): Don't strip text props unless
15200         decoding enriched or richtext parts.
15201
15202 2005-09-25  Romain Francoise  <romain@orebokech.com>
15203
15204         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15205         * gnus-start.el (gnus-subscribe-interactively):
15206         * gnus-uu.el (gnus-uu-grab-articles):
15207         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15208         space.
15209
15210 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15211
15212         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15213         * mm-view.el (mm-view-pkcs7-decrypt):
15214         * gnus-sum.el (gnus-summary-limit-to-extra)
15215         (gnus-summary-respool-article, gnus-read-move-group-name):
15216         * gnus-score.el (gnus-summary-increase-score):
15217         * gnus-util.el (gnus-completing-read-with-default):
15218         * gnus-art.el (gnus-read-save-file-name)
15219         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15220         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15221         * message.el (message-check-news-header-syntax):
15222         Follow convention for reading with the minibuffer.
15223
15224 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
15225
15226         * spam-report.el (spam-report-url-ping-plain):
15227         Use gnus-extended-version as User-Agent.
15228
15229         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15230         default value is nil.
15231
15232         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15233         (mm-uu-verbatim-marks-extract): New function.
15234         (mm-uu-extract): New face.
15235         (mm-uu-copy-to-buffer): Use it.
15236
15237         * spam-report.el (spam-report-gmane-ham): Rename from
15238         `spam-report-gmane-unspam'.
15239         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15240         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15241
15242         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15243         Autoload.
15244         (spam-report-gmane-unregister-routine):
15245         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15246
15247 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15248
15249         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15250         (spam-report-gmane-unregister-routine): Add support for gmane
15251         unregistration.
15252
15253         * spam-report.el (spam-report-gmane-unspam)
15254         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15255         (spam-report-gmane): Change to take a single article and do unspam
15256         registration.
15257
15258 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15259
15260         * mm-url.el (mm-url-decode-entities): Fix regexp.
15261
15262 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15263
15264         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15265         default to nil, to be able to use Gnus at all.  If the default
15266         switches to something else, then the function should be fixed not
15267         be exceedingly slow.
15268
15269 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15270
15271         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15272         fail hard.
15273
15274         * spam-report.el: Add better Keywords line.
15275
15276         * spam.el: Add Maintainer and better Keywords line.
15277
15278 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15279
15280         * gnus-art.el (gnus-article-replace-part)
15281         (gnus-mime-replace-part): New functions.
15282         (gnus-mime-action-alist, gnus-mime-button-commands)
15283         (gnus-mime-save-part-and-strip): Add file argument.
15284         (gnus-article-part-wrapper): Add interactive argument.
15285
15286         * gnus-sum.el (gnus-summary-mime-map):
15287         Add `gnus-article-replace-part'.
15288
15289 2005-09-19  Didier Verna  <didier@xemacs.org>
15290
15291         The nnml compaction feature:
15292         * nnml.el (nnml-request-compact-group): New function.
15293         * nnml.el (nnml-request-compact): New function.
15294         * gnus-int.el (gnus-request-compact-group): New function.
15295         * gnus-int.el (gnus-request-compact): New function.
15296         * gnus-group.el (gnus-group-compact-group): New function.
15297         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15298         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15299         * gnus-srvr.el (gnus-server-compact-server): New function.
15300         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15301         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15302
15303 2005-09-18  Deepak Goel  <deego@gnufans.org>
15304
15305         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15306         format spec.
15307
15308 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15309
15310         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15311
15312 2005-09-15  Romain Francoise  <romain@orebokech.com>
15313
15314         * message.el (message-fill-paragraph): Clarify docstring.
15315
15316 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15317
15318         * gnus-art.el (gnus-mime-display-part): Protect against broken
15319         MIME messages.
15320
15321 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15322
15323         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15324         before parsing header.
15325
15326 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15327
15328         * html2text.el (html2text-replace-list): Add new entities.
15329
15330 2005-09-11  Romain Francoise  <romain@orebokech.com>
15331
15332         * message.el (message-alternative-emails): Improve docstring.
15333         (message-setup-1): Call `message-use-alternative-email-as-from'
15334         after `message-setup-hook' to give it precedence over posting
15335         styles, etc.
15336         (message-use-alternative-email-as-from): Add docstring.
15337         Remove the original From header if present.
15338
15339         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15340         (nnml-save-mail): Use it.
15341
15342         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15343         articles.  Add new argument `silent'.
15344         (gnus-uu-mark-all): Report the total number of marked articles.
15345
15346 2005-09-10  Romain Francoise  <romain@orebokech.com>
15347
15348         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15349         (gnus-uu-mark-series): Likewise.
15350
15351 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15352
15353         * spam-report.el (spam-report-gmane): Fix generation of spam
15354         report URL.
15355
15356 2005-09-10  Simon Josefsson  <jas@extundo.com>
15357
15358         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15359         t, based on discussion on the ding list with Robert Epprecht
15360         <epprecht@solnet.ch>.
15361
15362 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15363
15364         * spam-report.el (spam-report-gmane): Make it work without
15365         X-Report-Spam header.  Gmane now only provides Archived-At.
15366         This is only used if `spam-report-gmane-use-article-number' is nil.
15367         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15368
15369         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15370         make `gnus-summary-sort-by-recipient' work with threading.
15371
15372         * nnweb.el (nnweb-google-wash-article): Print a message if article
15373         is not available.
15374
15375 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15376
15377         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15378         change.  Decode text/* parts content before displaying.
15379
15380 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15381
15382         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15383
15384 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15385
15386         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15387
15388         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15389         url-package-name, url-package-version,
15390         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15391         w3m-display-inline-images, and w3m-minor-mode-map.
15392
15393 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15394
15395         * message.el (message-tab-body-function): Fix mismatched custom type.
15396
15397         * gnus.el (gnus-group-change-level-function): Ditto.
15398
15399         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15400
15401         * gnus-art.el (gnus-signature-limit)
15402         (gnus-article-mime-part-function): Ditto.
15403
15404 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15405
15406         * mml.el (mml-mode): Silence the byte compiler.
15407
15408         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15409         using `(sit-for 0)' before moving the point to the specified part;
15410         skip unbuttonized parts.
15411         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15412         return to the summary window if gnus-auto-select-part is non-nil.
15413
15414 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15415
15416         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15417         New variables.
15418         (mml-dnd-attach-file, mml-mode): Use them.
15419
15420         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15421         Make fetching article by MID work again for Google Groups.
15422         Add FIXME concerning gnus-group-make-web-group.
15423
15424         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15425         Don't depend on Gnus by using mail-extract-address-components if
15426         gnus-extract-address-components is not bound.
15427
15428 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15429
15430         * gnus-art.el (gnus-mime-display-security): Don't display the
15431         signature, but only the signed part.
15432
15433 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15434
15435         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15436
15437         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15438         list, not listp.
15439
15440 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15441
15442         * mm-encode.el (mm-encode-content-transfer-encoding):
15443         Likewise when encoding.
15444
15445         * mm-bodies.el (mm-decode-content-transfer-encoding):
15446         De-canonicalize CRLF for all text content types, not just
15447         text/plain.
15448
15449 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15450
15451         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15452         valid article; point arrow and cursor at the MIME button.
15453
15454 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15455
15456         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15457         Suggested by Dan Christensen <jdc@uwo.ca>.
15458
15459         * mm-decode.el (mm-save-part): Enable change of prompt.
15460
15461 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15462
15463         * gnus-msg.el (gnus-inews-add-send-actions):
15464         Make `message-post-method' lambda parameter ARG `&optional'.
15465
15466 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15467
15468         * gnus-sum.el (gnus-summary-mime-map):
15469         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15470         gnus-article-jump-to-part.
15471
15472         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15473         (gnus-article-edit-part): Use it.
15474         (gnus-article-part-wrapper): Add no-handle argument.
15475         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15476         New functions.
15477
15478 2005-08-29  Romain Francoise  <romain@orebokech.com>
15479
15480         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15481         docstring.
15482         (gnus-face-from-file): Likewise.
15483
15484 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15485
15486         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15487         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15488         non-nil.
15489         (gnus-auto-select-part): New variable.
15490         (gnus-article-jump-to-part): New function.
15491         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15492         (gnus-mime-delete-part): Allow selecting specified part after
15493         deleting or stripping parts.
15494         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15495         part if argument is bogus.
15496
15497 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15498
15499         * gnus-art.el (w3m-minor-mode-map):
15500         * gnus-spec.el (gnus-newsrc-file-version):
15501         * gnus-util.el (nnmail-active-file-coding-system)
15502         (gnus-original-article-buffer, gnus-user-agent):
15503         * gnus.el (gnus-ham-process-destinations)
15504         (gnus-parameter-ham-marks-alist)
15505         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15506         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15507         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15508         * mm-decode.el (gnus-current-window-configuration):
15509         * mm-extern.el (gnus-article-mime-handles):
15510         * mm-url.el (url-current-object, url-package-name)
15511         (url-package-version):
15512         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15513         (smime-keys, w3m-cid-retrieve-function-alist)
15514         (w3m-current-buffer, w3m-display-inline-images)
15515         (w3m-minor-mode-map):
15516         * mml-smime.el (gnus-extract-address-components):
15517         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15518         (gnus-newsrc-hashtb, message-default-charset)
15519         (message-deletable-headers, message-options)
15520         (message-posting-charset, message-required-mail-headers)
15521         (message-required-news-headers):
15522         * mml1991.el (mc-pgp-always-sign):
15523         * mml2015.el (mc-pgp-always-sign):
15524         * nnheader.el (nnmail-extra-headers):
15525         * rfc1843.el (gnus-decode-encoded-word-function)
15526         (gnus-decode-header-function, gnus-newsgroup-name):
15527         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15528
15529 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15530
15531         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15532         the end of the date treatments.
15533
15534 2005-08-15  Simon Josefsson  <jas@extundo.com>
15535
15536         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15537         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15538         Capello and Romain Francoise.
15539         (pgg-fetch-key-function): Remove, not used?
15540         (pgg-insert-url-with-w3): Require url, to get
15541         url-insert-file-contents regardless of where it is defined.
15542
15543 2005-08-13  Romain Francoise  <romain@orebokech.com>
15544
15545         * message.el (message-cite-original-1): New function.
15546         (message-cite-original): Use it.
15547         (message-cite-original-without-signature): Ditto.
15548
15549 2005-08-08  Romain Francoise  <romain@orebokech.com>
15550
15551         * message.el (message-yank-empty-prefix): New variable.
15552         (message-indent-citation): Use it.
15553         (message-cite-original-without-signature): Respect X-No-Archive.
15554
15555 2005-08-08  Simon Josefsson  <jas@extundo.com>
15556
15557         * pgg.el: Autoload url-insert-file-contents instead of loading
15558         w3/url.
15559         (pgg-insert-url-with-w3): Don't load url here.
15560
15561 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15562
15563         * message.el (message-kill-to-signature): Don't insert newline at
15564         bol.
15565         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15566
15567 2005-08-06  Romain Francoise  <romain@orebokech.com>
15568
15569         * message.el (message-user-fqdn): Fix typo in docstring.
15570
15571 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15572
15573         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15574
15575         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15576
15577 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15578
15579         * mm-bodies.el (mm-encode-body): Use coding system rather than
15580         charset to encode text.
15581
15582         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15583         number of charsets if utf-8 is available (XEmacs).
15584
15585 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15586
15587         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15588         taken from `gnus-button-mid-or-mail-regexp'.
15589         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15590         (gnus-button-alist): Improve regexp for domain part of the MIDs
15591         for news:localpart@domain buttons.
15592         (gnus-button-ctan-directory-regexp): Update.
15593
15594 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15595
15596         * sieve-manage.el (sieve-manage-interactive-login):
15597         Use make-local-variable rather than make-variable-buffer-local.
15598         (sieve-manage-open): Ditto.
15599         (sieve-manage-authenticate): Ditto.
15600
15601         * mml.el (mml-generate-mime-1): Make the content type default to
15602         text/plain if the filename is not specified.
15603
15604 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15605
15606         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15607         instead of insert-buffer.
15608
15609         * message.el (message-yank-original): Ditto; set the mark at the
15610         end of the yanked message.
15611
15612 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15613
15614         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15615         lines to scroll rather than to stop it.
15616
15617         * mml.el (mml-generate-default-type): Add doc string.
15618         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15619         default to application/octet-stream when determining the content
15620         type if it is not specified for the part or the mml contents; add
15621         a comment about mml-generate-default-type.
15622
15623 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15624
15625         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15626         make it default to application/octet-stream when determining the
15627         content type if it is not specified for the external contents.
15628
15629 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15630
15631         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15632         segmented parameter but also other parameters might be there.
15633
15634 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15635
15636         * mm-decode.el (mm-display-external): Delete temp file, directory
15637         and buffer immediately if the external process is exited.
15638
15639 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15640
15641         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15642         fewer lines than that of scroll-margin.
15643         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15644
15645 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15646
15647         * gnus-art.el (gnus-article-next-page): Revert.
15648         (gnus-article-beginning-of-window): New macro.
15649         (gnus-article-next-page-1): Use it.
15650         (gnus-article-prev-page): Ditto.
15651         (gnus-article-edit-part): Use insert-buffer-substring instead of
15652         insert-buffer.
15653         (gnus-article-edit-exit): Ditto.
15654
15655         * gnus-util.el (gnus-beginning-of-window): Remove.
15656         (gnus-end-of-window): Remove.
15657
15658         * lpath.el: Don't bind header-line-format and scroll-margin.
15659
15660 2005-07-25  Simon Josefsson  <jas@extundo.com>
15661
15662         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15663         to have the url package without w3.  Reported by Daiki Ueno
15664         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15665
15666 2005-07-20  Didier Verna  <didier@xemacs.org>
15667
15668         * gnus-diary.el: Remove the description comment (nndiary is now
15669         properly documented in the Gnus manual).
15670         Fix the spelling of "Back End".
15671         * nndiary.el: Ditto.
15672         Fix the copyright notice.
15673
15674 2005-07-18  Romain Francoise  <romain@orebokech.com>
15675
15676         * gnus-sum.el (gnus-summary-to-prefix)
15677         (gnus-summary-newsgroup-prefix): New variables.
15678         (gnus-summary-from-or-to-or-newsgroups): Use them.
15679
15680 2005-07-17  Romain Francoise  <romain@orebokech.com>
15681
15682         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15683         space as it's generally not especially interesting to the user.
15684
15685 2005-07-16  Romain Francoise  <romain@orebokech.com>
15686
15687         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15688         nil to avoid prompting and file modification if one of the
15689         messages at the top of the nnfolder file contains a copyright
15690         notice.
15691         Update copyright notice.
15692
15693         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15694         instead of `current-time-string' as the latter creates a time
15695         string that is not RFC 2822 compliant (it lacks the zone).
15696         Update copyright notice.
15697
15698 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15699
15700         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15701         for text/rtf.  Display default in prompt.  Pass default for M-n.
15702
15703         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15704
15705 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15706
15707         * gnus-msg.el (gnus-button-mailto):
15708         Remove save-selected-window-window hackery because it relies on
15709         save-selected-window internals.
15710
15711 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15712
15713         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15714         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15715         (gnus-article-prev-page): Ditto.
15716
15717         * gnus-util.el (gnus-beginning-of-window): New function.
15718         (gnus-end-of-window): New function.
15719
15720         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15721
15722 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15723
15724         * gnus-score.el (gnus-score-edit-all-score):
15725         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15726         gnus-message.
15727
15728 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15729
15730         * gnus-msg.el (gnus-button-mailto):
15731         Remove save-selected-window-window hackery because it relies on
15732         save-selected-window internals.
15733
15734 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15735
15736         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15737         add-minor-mode.
15738         (gnus-binary-mode): Ditto.
15739
15740         * gnus-topic.el (gnus-topic-mode): Ditto.
15741
15742 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15743
15744         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15745         (gnus-article-prev-page): Take scroll-margin into consideration.
15746
15747 2005-07-04  Lute Kamstra  <lute@gnu.org>
15748
15749         Update FSF's address in GPL notices.
15750
15751 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15752
15753         * gnus.el (gnus-exit):
15754         * gnus-group.el (gnus-group-icons):
15755         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15756
15757         * gnus-nocem.el (gnus-nocem):
15758         * message.el (message-various, message-buffers, message-sending)
15759         (message-interface, message-forwarding, message-insertion)
15760         (message-headers, message-news, message-mail):
15761         * pgg-gpg.el (pgg-gpg):
15762         * pgg-parse.el (pgg-parse):
15763         * pgg-pgp.el (pgg-pgp):
15764         * pgg-pgp5.el (pgg-pgp5):
15765         * pop3.el (pop3): Finish `defgroup' description with period.
15766
15767 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15768
15769         * gnus-art.el (article-display-face): Improve the efficiency.
15770         (article-display-x-face): Ditto; remove grey x-face stuff.
15771
15772 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15773
15774         * gnus-art.el (article-display-face): Correct the position in
15775         which Faces are inserted.
15776
15777 2005-06-29  Didier Verna  <didier@xemacs.org>
15778
15779         * gnus-art.el (article-display-face): Display faces in correct
15780         order.
15781
15782 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15783
15784         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15785         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15786         (gnus-nocem-check-article): Fetch the Type header.
15787         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15788         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15789         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15790         make sure gnus-nocem-hashtb is initialized.
15791         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15792         (gnus-nocem-unwanted-article-p): Ditto.
15793
15794         * pgg.el (pgg-verify): Return the verification result.
15795
15796 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15797
15798         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15799         is ascii.
15800
15801 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15802
15803         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15804         `show-nonbreak-escape'.
15805
15806 2005-06-23  Lute Kamstra  <lute@gnu.org>
15807
15808         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15809
15810         * dig.el (dig-mode):
15811         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15812
15813 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15814
15815         * nnimap.el (nnimap-split-download-body): Fix spellings.
15816
15817 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15818
15819         * gnus-art.el (gnus-article-encrypt-body):
15820         * gnus-cus.el (gnus-score-customize):
15821         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15822         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15823
15824 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15825
15826         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15827         header by looking for magic "MII" at the beginnig.
15828
15829 2005-06-16  Miles Bader  <miles@gnu.org>
15830
15831         * gnus-xmas.el (gnus-xmas-group-startup-message):
15832         Use renamed gnus-splash face.
15833
15834         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15835         (assistant-field-face): New backward-compatibility alias for renamed
15836         face.
15837         (assistant-render-text): Use renamed assistant-field face.
15838
15839         * spam.el (spam): Remove "-face" suffix from face name.
15840         (spam-face): New backward-compatibility alias for renamed face.
15841         (spam-face, spam-initialize): Use renamed spam face.
15842
15843         * message.el (message-header-to, message-header-cc)
15844         (message-header-subject, message-header-newsgroups)
15845         (message-header-other, message-header-name)
15846         (message-header-xheader, message-separator, message-cited-text)
15847         (message-mml): Remove "-face" suffix from face names.
15848         (message-header-to-face, message-header-cc-face)
15849         (message-header-subject-face, message-header-newsgroups-face)
15850         (message-header-other-face, message-header-name-face)
15851         (message-header-xheader-face, message-separator-face)
15852         (message-cited-text-face, message-mml-face):
15853         New backward-compatibility aliases for renamed faces.
15854         (message-font-lock-keywords): Use renamed message faces.
15855
15856         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15857         (sieve-test-commands, sieve-tagged-arguments):
15858         Remove "-face" suffix from face names.
15859         (sieve-control-commands-face, sieve-action-commands-face)
15860         (sieve-test-commands-face, sieve-tagged-arguments-face):
15861         New backward-compatibility aliases for renamed faces.
15862         (sieve-control-commands-face, sieve-action-commands-face)
15863         (sieve-test-commands-face, sieve-tagged-arguments-face):
15864         Use renamed sieve faces.
15865
15866         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15867         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15868         (gnus-group-news-3-empty, gnus-group-news-4)
15869         (gnus-group-news-4-empty, gnus-group-news-5)
15870         (gnus-group-news-5-empty, gnus-group-news-6)
15871         (gnus-group-news-6-empty, gnus-group-news-low)
15872         (gnus-group-news-low-empty, gnus-group-mail-1)
15873         (gnus-group-mail-1-empty, gnus-group-mail-2)
15874         (gnus-group-mail-2-empty, gnus-group-mail-3)
15875         (gnus-group-mail-3-empty, gnus-group-mail-low)
15876         (gnus-group-mail-low-empty, gnus-summary-selected)
15877         (gnus-summary-cancelled, gnus-summary-high-ticked)
15878         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15879         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15880         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15881         (gnus-summary-low-undownloaded)
15882         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15883         (gnus-summary-low-unread, gnus-summary-normal-unread)
15884         (gnus-summary-high-read, gnus-summary-low-read)
15885         (gnus-summary-normal-read, gnus-splash):
15886         Remove "-face" suffix from face names.
15887         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15888         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15889         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15890         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15891         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15892         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15893         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15894         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15895         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15896         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15897         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15898         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15899         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15900         (gnus-summary-normal-ticked-face)
15901         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15902         (gnus-summary-normal-ancient-face)
15903         (gnus-summary-high-undownloaded-face)
15904         (gnus-summary-low-undownloaded-face)
15905         (gnus-summary-normal-undownloaded-face)
15906         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15907         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15908         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15909         (gnus-splash-face):
15910         New backward-compatibility aliases for renamed faces.
15911         (gnus-group-startup-message): Use renamed gnus faces.
15912
15913         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15914         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15915         (gnus-server-agent): Remove "-face" suffix from face names.
15916         (gnus-server-agent-face, gnus-server-opened-face)
15917         (gnus-server-closed-face, gnus-server-denied-face)
15918         (gnus-server-offline-face):
15919         New backward-compatibility aliases for renamed faces.
15920         (gnus-server-agent-face, gnus-server-opened-face)
15921         (gnus-server-closed-face, gnus-server-denied-face)
15922         (gnus-server-offline-face): Use renamed gnus faces.
15923
15924         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15925         Remove "-face" suffix from face names.
15926         (gnus-picon-xbm-face, gnus-picon-face):
15927         New backward-compatibility aliases for renamed faces.
15928
15929         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15930         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15931         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15932         (gnus-cite-11): Remove "-face" suffix from face names.
15933         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15934         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15935         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15936         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15937         New backward-compatibility aliases for renamed faces.
15938         (gnus-cite-attribution-face, gnus-cite-face-list)
15939         (gnus-article-boring-faces): Use renamed gnus faces.
15940
15941         * gnus-art.el (gnus-signature, gnus-header-from)
15942         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15943         (gnus-header-content): Remove "-face" suffix from face names.
15944         (gnus-signature-face, gnus-header-from-face)
15945         (gnus-header-subject-face, gnus-header-newsgroups-face)
15946         (gnus-header-name-face, gnus-header-content-face):
15947         New backward-compatibility aliases for renamed faces.
15948         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15949
15950         * gnus-sum.el (gnus-summary-selected-face)
15951         (gnus-summary-highlight): Use renamed gnus faces.
15952         * gnus-group.el (gnus-group-highlight): Likewise.
15953
15954 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15955
15956         * gnus-sieve.el (gnus-sieve-article-add-rule):
15957         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15958         * spam-stat.el (spam-stat-buffer-change-to-spam)
15959         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15960
15961         * message.el (message-is-yours-p):
15962         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15963
15964 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15965
15966         * mm-view.el (mm-inline-text): Withdraw the last change.
15967
15968 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15969
15970         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15971         executing enriched-decode.
15972
15973 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15974
15975         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15976         charset of tar files.
15977
15978 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15979
15980         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15981
15982 2005-06-04  Lute Kamstra  <lute@gnu.org>
15983
15984         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15985         information is never recorded.
15986
15987 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15988
15989         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15990
15991 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15992
15993         * pop3.el (pop3-apop): Run md5 in the binary mode.
15994
15995         * starttls.el (starttls-set-process-query-on-exit-flag):
15996         Use eval-and-compile.
15997
15998 2005-05-31  Simon Josefsson  <jas@extundo.com>
15999
16000         * smime.el (smime-replace-in-string): Define.
16001         (smime-cert-by-ldap-1): Use it.
16002
16003 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16004
16005         * gnus-art.el (article-display-x-face): Replace
16006         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16007
16008         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
16009         set-process-query-on-exit-flag or process-kill-without-query.
16010
16011         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
16012         loop instead of replace-regexp.
16013
16014         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
16015         instead of process-kill-without-query if it is available.
16016
16017         * lpath.el: Fbind ldap-search-entries.
16018
16019         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
16020         instead of find-file-hooks if it is available.
16021
16022         * mml1991.el: Bind pgg-default-user-id when compiling.
16023
16024         * mml2015.el: Bind pgg-default-user-id when compiling.
16025
16026         * nndraft.el (nndraft-request-associate-buffer):
16027         Use write-contents-functions instead of write-contents-hooks if it is
16028         available.
16029
16030         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
16031         instead of find-file-hooks if it is available.
16032
16033         * nntp.el (nntp-open-connection): Replace
16034         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16035         (nntp-open-ssl-stream): Ditto.
16036         (nntp-open-tls-stream): Ditto.
16037
16038         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16039         set-process-query-on-exit-flag or process-kill-without-query.
16040         (starttls-open-stream-gnutls): Use it instead of
16041         process-kill-without-query.
16042         (starttls-open-stream): Ditto.
16043
16044 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
16045
16046         * smime.el (smime-cert-by-ldap-1): Don't use
16047         replace-regexp-in-string.
16048
16049 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
16050
16051         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16052
16053         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16054         in PEM format.  Adjust to the XEmacs compability.
16055
16056 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
16057
16058         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16059         by `string-to-number'.
16060         * gnus-agent.el (gnus-agent-regenerate-group)
16061         (gnus-agent-fetch-articles): Ditto.
16062         * gnus-art.el (gnus-button-fetch-group): Ditto.
16063         * gnus-cache.el (gnus-cache-generate-active)
16064         (gnus-cache-articles-in-group): Ditto.
16065         * gnus-group.el (gnus-group-set-current-level)
16066         (gnus-group-insert-group-line): Ditto.
16067         * gnus-score.el (gnus-score-set-expunge-below)
16068         (gnus-score-set-mark-below, gnus-summary-score-effect)
16069         (gnus-summary-score-entry): Ditto.
16070         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16071         (gnus-soup-pack): Ditto.
16072         * gnus-spec.el (gnus-xmas-format): Ditto.
16073         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16074         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16075         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16076         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16077         * nndb.el (nndb-get-remote-expire-response): Ditto.
16078         * nndiary.el (nndiary-parse-schedule-value)
16079         (nndiary-string-to-number, nndiary-request-replace-article)
16080         (nndiary-request-article): Ditto.
16081         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16082         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16083         * nneething.el (nneething-make-head): Ditto.
16084         * nnfolder.el (nnfolder-request-article)
16085         (nnfolder-retrieve-headers): Ditto.
16086         * nnheader.el (nnheader-file-to-number): Ditto.
16087         * nnkiboze.el (nnkiboze-request-article): Ditto.
16088         * nnmail.el (nnmail-process-unix-mail-format)
16089         (nnmail-process-babyl-mail-format): Ditto.
16090         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16091         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16092         (nnmh-request-create-group, nnmh-request-list-1)
16093         (nnmh-request-group, nnmh-request-article): Ditto.
16094         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16095         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16096         * nnsoup.el (nnsoup-make-active): Ditto.
16097         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16098         * nntp.el (nntp-find-group-and-number)
16099         (nntp-retrieve-headers-with-xover): Ditto.
16100         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16101         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16102         (pgg-format-key-identifier): Ditto.
16103         * pop3.el (pop3-last, pop3-stat): Ditto.
16104         * qp.el (quoted-printable-decode-region): Ditto.
16105
16106         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16107         of concat.
16108
16109 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16110
16111         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16112
16113         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16114
16115         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16116
16117         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16118
16119         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16120
16121         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16122
16123         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16124         (gnus-carpal-mode): Ditto.
16125
16126         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16127         (gnus-browse-mode): Ditto.
16128
16129         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16130
16131         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16132
16133 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16134
16135         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16136
16137 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16138
16139         * gnus-util.el (gnus-run-mode-hooks): New function.
16140
16141         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16142
16143         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
16144         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
16145
16146 2005-05-27  Lute Kamstra  <lute@gnu.org>
16147
16148         * dns-mode.el (dns-mode): Specify customization group.
16149
16150 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16151
16152         * gnus-agent.el (gnus-agent-make-mode-line-string):
16153         Use mode-line-highlight as mouse-face.
16154
16155 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16156
16157         * canlock.el (canlock): Change the parent group to news.
16158
16159         * deuglify.el (gnus-outlook-deuglify): Add :group.
16160
16161         * dig.el (dig): Add :group.
16162
16163         * dns-mode.el (dns-mode): Add :group.
16164
16165         * encrypt.el (encrypt): Add :group.
16166
16167         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16168         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16169         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16170         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16171         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16172
16173         * gnus-diary.el (gnus-diary): Add :group.
16174
16175         * gnus.el (gnus-group-news-1-face): Add :group.
16176         (gnus-group-news-1-empty-face): Ditto.
16177         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16178         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16179         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16180         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16181         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16182         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16183         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16184         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16185         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16186         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16187         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16188         (gnus-summary-high-ticked-face): Ditto.
16189         (gnus-summary-low-ticked-face): Ditto.
16190         (gnus-summary-normal-ticked-face): Ditto.
16191         (gnus-summary-high-ancient-face): Ditto.
16192         (gnus-summary-low-ancient-face): Ditto.
16193         (gnus-summary-normal-ancient-face): Ditto.
16194         (gnus-summary-high-undownloaded-face): Ditto.
16195         (gnus-summary-low-undownloaded-face): Ditto.
16196         (gnus-summary-normal-undownloaded-face): Ditto.
16197         (gnus-summary-high-unread-face): Ditto.
16198         (gnus-summary-low-unread-face): Ditto.
16199         (gnus-summary-normal-unread-face): Ditto.
16200         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16201         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16202
16203         * hashcash.el (hashcash): New custom group.
16204         (hashcash-default-payment): Add :group.
16205         (hashcash-payment-alist): Ditto.
16206         (hashcash-default-accept-payment): Ditto.
16207         (hashcash-accept-resources): Ditto.
16208         (hashcash-path): Ditto.
16209         (hashcash-extra-generate-parameters): Ditto.
16210         (hashcash-double-spend-database): Ditto.
16211         (hashcash-in-news): Ditto.
16212
16213         * message.el (message-minibuffer-local-map): Add :group.
16214
16215         * netrc.el (netrc): Add :group.
16216
16217         * sieve-manage.el (sieve-manage-log): Add :group.
16218         (sieve-manage-default-user): Diito.
16219         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16220         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16221         (sieve-manage-authenticators): Ditto.
16222         (sieve-manage-authenticator-alist): Ditto.
16223         (sieve-manage-default-port): Ditto.
16224
16225         * sieve-mode.el (sieve-control-commands-face): Add :group.
16226         (sieve-action-commands-face): Ditto.
16227         (sieve-test-commands-face): Ditto.
16228         (sieve-tagged-arguments-face): Ditto.
16229
16230         * smime.el (smime): Add :group.
16231
16232         * spam-report.el (spam-report): Add :group.
16233
16234         * spam.el (spam, spam-face): Add :group.
16235
16236 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16237
16238         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16239         return \n.\n.\n at the end of articles.  Protect against that.
16240         (nntp-with-open-group): Allow debugging.
16241
16242         * nnheader.el (mail-header-set-extra): Make into a function
16243         because I just could't understand how to quote the list properly.
16244
16245         * dns.el (query-dns-cached): New function.
16246
16247 2005-05-26  Lute Kamstra  <lute@gnu.org>
16248
16249         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16250
16251 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16252
16253         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16254
16255         * gnus-art.el: Don't autoload mail-extract-address-components.
16256
16257         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16258         eval-and-compile to evaluate it.
16259
16260         * hashcash.el: Don't autoload executable-find.
16261
16262         * nndb.el: Don't declare the nndb back end two or more times; don't
16263         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16264
16265         * nntp.el: Autoload format-spec instead of format; use
16266         eval-and-compile to evaluate autoload forms.
16267
16268 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16269
16270         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16271
16272 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16273
16274         * gnus.el (gnus-version-number): Bump version.
16275
16276 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16277
16278         * gnus.el: No Gnus v0.3 is released.
16279
16280 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16281
16282         * lpath.el (featurep): Bind show-nonbreak-escape.
16283
16284 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16285
16286         * gnus-art.el (gnus-article-edit-part): Disable undo.
16287
16288 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16289
16290         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16291         gnus-article-date-lapsed-new-header is t if date timer is active;
16292         skip headers in which the original date value is empty.
16293         (gnus-article-save-original-date): Redefine it as a macro.
16294         (gnus-display-mime): Use it.
16295
16296 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16297
16298         * gnus-art.el (article-date-ut): Support converting date in
16299         forwarded parts as well.
16300         (gnus-article-save-original-date): New function.
16301         (gnus-display-mime): Use it.
16302
16303 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16304
16305         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16306         enclosure element of <item>.
16307
16308 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16309
16310         * message.el (message-kill-buffer-query): Rename from
16311         `message-kill-buffer-query-if-modified'.  Add :version.
16312
16313 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16314
16315         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16316         window layout.
16317
16318 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16319
16320         * mml.el: Autoload dnd when compiling.
16321
16322 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16323
16324         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16325         x-dnd-*.
16326
16327 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16328
16329         * qp.el (quoted-printable-encode-region): Save excursion.
16330
16331 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16332
16333         * message.el (message-kill-buffer-query-if-modified): Add new variable
16334         so the user can kill a modified message buffer quickly.
16335         (message-kill-buffer): Use it.
16336
16337 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16338
16339         * lpath.el: Fbind display-time-event-handler; don't fbind
16340         string-to-multibyte.
16341
16342         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16343
16344 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16345
16346         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16347         contained in text because xml.el decodes entities) with LFs.
16348
16349 2005-04-11  Lute Kamstra  <lute@gnu.org>
16350
16351         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16352         differently.
16353
16354 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16355
16356         * mm-util.el (mm-detect-coding-region): Typo.
16357
16358 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16359
16360         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16361
16362 2005-04-06  Deepak Goel  <deego@gnufans.org>
16363
16364         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16365         user-function allow user modifications of the scores.
16366         (spam-stat-score-buffer-user): New function, to allow
16367         user-computed modifications to the score.
16368         (spam-stat-score-buffer-user-functions): List of additional
16369         scoring functions.
16370         (spam-stat-error-holder): Global temporary error holder.
16371         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16372         variable.
16373
16374 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16375
16376         * gnus-registry.el (gnus-registry-clean-empty-function)
16377         (gnus-registry-trim, gnus-registry-fetch-groups)
16378         (gnus-registry-delete-group): Groups that match
16379         `gnus-registry-ignored-groups' are removed from the registry
16380         entries, not just ignored for splitting.  This helps clean up the
16381         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16382         to get all the groups a message ID is in.
16383
16384         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16385         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16386         (spam-stat-score-buffer-user-functions): Add :number custom type.
16387
16388 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16389
16390         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16391         argument in XEmacs.
16392
16393         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16394         (nnrss-request-group): Decode group name first.
16395         (nnrss-request-article): Make a text/plain article if mml-to-mime
16396         failed.
16397         (nnrss-get-encoding): Return a compatible encoding according to
16398         nnrss-compatible-encoding-alist.
16399         (nnrss-find-el): Use consp instead of listp.
16400         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16401
16402 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16403
16404         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16405         which Emacs 20 doesn't support.
16406         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16407
16408 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16409
16410         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16411         silence the byte compiler inside the defun.
16412
16413         * gnus-demon.el (parse-time-string): Add autoload.
16414
16415         * gnus-delay.el (parse-time-string): Add autoload.
16416
16417         * gnus-art.el (parse-time-string): Add autoload.
16418
16419         * nnultimate.el (parse-time): Require for `parse-time-string'.
16420
16421 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16422
16423         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16424
16425         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16426
16427         * smime.el (smime-ldap-host-list): Add :version.
16428
16429 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16430
16431         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16432         pass it to `gnus-browse-read-group'.
16433         (gnus-browse-read-group): Add NUMBER argument and pass it to
16434         `gnus-group-read-ephemeral-group'.
16435
16436         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16437         argument and pass it to `gnus-group-read-group'.
16438
16439 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16440
16441         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16442         mm-xemacs-find-mime-charset-1 if we have the mule feature
16443         available at runtime.
16444
16445 2005-03-25  Werner Lemberg  <wl@gnu.org>
16446
16447         * nnmaildir.el: Replace `illegal' with `invalid'.
16448
16449 2005-03-23  Lute Kamstra  <lute@gnu.org>
16450
16451         * time-date.el: Add comment on time value formats.
16452         Don't require parse-time.
16453         (with-decoded-time-value): New macro.
16454         (encode-time-value): New function.
16455         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16456         (days-to-time): Return a valid time value when arg is huge.
16457         (time-since): Use time-subtract.
16458         (time-to-number-of-days): Use time-to-seconds.
16459
16460 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16461
16462         * gnus-start.el (gnus-display-time-event-handler):
16463         Check display-time-timer at runtime rather than only at load time
16464         in case display-time-mode is turned off in the mean time.
16465
16466 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16467
16468         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16469         used.
16470
16471         * nneething.el (nneething-map-file-directory): Derive from
16472         `gnus-directory'.
16473
16474         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16475         the To/Cc button.
16476
16477 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16478
16479         * nnmaildir.el (nnmaildir-request-accept-article):
16480         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16481
16482 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16483
16484         * gnus-async.el: Require timer-funcs at compile time when in
16485         XEmacs for `run-with-idle-timer'.
16486
16487 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16488
16489         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16490         autoloaded function.
16491
16492 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16493
16494         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16495
16496 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16497
16498         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16499
16500 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16501
16502         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16503         Add gnus-expert-user to default.
16504
16505 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16506
16507         * nnimap.el (nnimap-open-server): Ditto.
16508
16509         * imap.el (imap-authenticate): Fix typo.
16510
16511 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16512
16513         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16514         buffer (since IMAP server might return FETCH response out of
16515         order, and the nntp buffer must be sorted).
16516
16517 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16518
16519         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16520         comparison on string.
16521
16522         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16523         (gnus-agent-score): Rename category keywords to match gnus-cus.
16524         (gnus-agent-summary-fetch-series): Modify to protect against
16525         gnus-agent-summary-fetch-group clearing processable flags.
16526         (gnus-agent-synchronize-group-flags): Update live group buffer as
16527         synchronization may occur due to the user toggle the plugged
16528         status.
16529         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16530         successfully downloaded.
16531         (gnus-agent-expire-group-1): Avoid using markers when the overview
16532         is in ascending order; greatly improves performance.
16533         (gnus-agent-regenerate-group):
16534         Use gnus-agent-synchronize-group-flags to reset read status in both
16535         gnus and server.
16536         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16537
16538 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16539
16540         * message.el: Don't autoload former message-utils variables.
16541         (message-strip-subject-trailing-was): Change doc string.
16542
16543         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16544         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16545         (nnweb-google-search): Add "hl=en" here.
16546         (nnweb-google-parse-1, nnweb-google-create-mapping):
16547         Don't hardcode URL.
16548
16549 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16550
16551         * message.el (message-get-reply-headers, message-followup):
16552         Mention related variables `message-use-followup-to' and
16553         `message-use-mail-followup-to', in the information buffer.
16554
16555         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16556         of broken groups(-beta).google.com.
16557
16558 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16559
16560         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16561         parameter to invoked gnus-request-move-article; remove the
16562         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16563         all at once instead of once per article.
16564         (gnus-summary-remove-process-mark): Accept a list of articles as
16565         well as a single article for processing.
16566
16567         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16568         parameter.
16569
16570         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16571
16572         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16573
16574         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16575         parameter.
16576
16577         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16578         parameter.
16579
16580         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16581         parameter and remove the gnus-sum-hint-move-is-internal variable.
16582
16583         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16584         parameter.
16585
16586         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16587         parameter.
16588
16589         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16590         parameter.
16591
16592         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16593
16594         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16595         parameter.
16596
16597         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16598         parameter.
16599
16600 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16601
16602         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16603         a more conservative way.
16604
16605 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16606
16607         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16608         buffer, so it moves the window's cursor.
16609
16610 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16611
16612         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16613         `mm-dissect-multipart' and receive the from field as an (optional)
16614         argument from `mm-dissect-multipart'.
16615         (mm-dissect-multipart): Receive the from field as an argument and
16616         pass it on when we call `mm-dissect-buffer' on MIME parts.
16617         Fixes verification/decryption of signed/encrypted MIME parts.
16618
16619 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16620
16621         * gnus-sum.el (gnus-summary-move-article):
16622         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16623         whatever it calls (right now, only nnimap-request-move article
16624         respects it).
16625
16626         * nnimap.el (nnimap-request-move-article):
16627         When gnus-sum-hint-move-is-internal is set, don't do the extra
16628         nnimap-request-article.
16629
16630 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16631
16632         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16633
16634         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16635         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16636
16637         * gnus-sum.el (gnus-summary-caesar-message):
16638         Apply `gnus-treat-article' after rotation.
16639
16640         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16641         doc string.
16642
16643 2005-02-22  Simon Josefsson  <jas@extundo.com>
16644
16645         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16646         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16647         <arne@arnested.dk>.
16648         (encrypt): Add password-cache and password-cache-expiry as group
16649         members.
16650
16651 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16652
16653         * smime.el (smime-ldap-host-list): Doc fix.
16654         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16655         cache) password.
16656         (smime-sign-region): Use it.
16657         (smime-decrypt-region): Use it.
16658         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16659         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16660         fails.
16661         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16662         certificate from DER to PEM format rather than calling openssl.
16663
16664         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16665
16666         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16667         for signing/encryption.
16668
16669         * mml.el (mml-parse-1): Use them.
16670
16671 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16672
16673         * nnrss.el (nnrss-verbose): Remove.
16674         (nnrss-request-group): Use `nnheader-message' instead.
16675
16676 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16677
16678         * nnrss.el (nnrss-verbose): New variable.
16679         (nnrss-request-group): Make it say nnrss is requesting a group.
16680
16681 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16682
16683         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16684         Handle news URL with given port correctly.
16685
16686 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16687
16688         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16689         containing special characters.
16690
16691         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16692
16693         * mml.el (mime-to-mml): Ditto.
16694
16695         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16696         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16697         (rfc2047-decode-region): Quote decoded words containing special
16698         characters when rfc2047-quote-decoded-words-containing-tspecials
16699         is non-nil.
16700
16701 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16702
16703         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16704
16705         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16706
16707 2005-02-15  Simon Josefsson  <jas@extundo.com>
16708
16709         * nnimap.el (nnimap-debug): Doc fix.
16710
16711         * imap.el (imap-debug): Doc fix.
16712
16713 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16714
16715         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16716
16717 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16718
16719         * gnus.el (spam-contents): Improve docs for spam-contents
16720         parameter in its variable incarnation.
16721
16722 2005-02-14  Simon Josefsson  <jas@extundo.com>
16723
16724         * smime-ldap.el: Use require instead of load-library for ldap.
16725         (smime-ldap-search): Indent.
16726         (smime-ldap-search-internal): Shorten line.
16727
16728         * smime.el (smime-cert-by-dns): Add doc-string.
16729         (smime-cert-by-ldap-1): Indent.
16730
16731         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16732         mml-smime-get-dns-ldap.
16733         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16734
16735 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16736
16737         * smime.el: Require smime-ldap.
16738         (smime-ldap-host-list): New variable.
16739         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16740
16741         * mml-smime.el (mml-smime-encrypt-query): New function.
16742         (mml-smime-encrypt-query): Use it.
16743
16744         * smime-ldap.el: New file.
16745
16746 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16747
16748         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16749
16750 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16751
16752         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16753         argument in doc string.  Make query for type more clear.
16754
16755 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16756
16757         * gnus.el (gnus-group-startup-message): Search for gnus images in
16758         etc/images/gnus.
16759         * mm-util.el (mm-image-load-path): Likewise.
16760         * smiley.el (smiley-data-directory): Search for smilies in
16761         etc/images/smilies.
16762
16763 2005-02-09  Kim F. Storm  <storm@cua.dk>
16764
16765         Change Emacs release version from 21.4 to 22.1 throughout.
16766         Change Emacs development version from 21.3.50 to 22.0.50.
16767
16768 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16769
16770         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16771
16772         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16773         non-Mule XEmacs as well.
16774         (mm-decompress-buffer): Signal an error intentionally if it does
16775         not decompress compressed data because auto-compression-mode is
16776         disabled.
16777
16778 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16779
16780         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16781         an ID in the registry even if it has no groups.
16782
16783 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16784
16785         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16786         merge it into mm-decompress-buffer.
16787         (gnus-mime-copy-part): Use the MIME part charset, the value which
16788         a user specified or gnus-newsgroup-charset for decoding, like
16789         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16790         save-buffer what was used.  Suggested by Kevin Ryde
16791         <user42@zip.com.au>.
16792         (gnus-mime-inline-part): Allow the name parameter as well as the
16793         filename parameter; force decompressing of compressed data; always
16794         display contents being not decoded as unibyte.
16795
16796         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16797         as well as the filename parameter.
16798
16799         * mm-util.el (mm-decompress-buffer):
16800         Merge gnus-mime-jka-compr-maybe-uncompress.
16801         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16802         of compressed data.
16803
16804 2005-02-08  Simon Josefsson  <jas@extundo.com>
16805
16806         * imap.el (imap-log): Doc fix.
16807
16808 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16809
16810         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16811         the coding cookies; decompress compressed parts.
16812
16813         * mml.el (mml-generate-mime-1): Add the charset parameter according
16814         to the value which a user specified manually or the coding cookie.
16815
16816         * mm-util.el (mm-string-to-multibyte): New function.
16817         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16818         (mm-coding-system-to-mime-charset): New function.
16819         (mm-decompress-buffer): New function.
16820         (mm-find-buffer-file-coding-system): New function.
16821
16822         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16823         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16824         parts.
16825
16826 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16827
16828         * mm-view.el (mm-display-inline-fontify): Decode a part according
16829         to the charset parameter.
16830
16831 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16832
16833         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16834         prefix arg is neither nil nor a number, as info specifies.
16835
16836 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16837
16838         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16839         timestamps.
16840
16841 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16842
16843         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16844         groups error checking and notify user.
16845
16846 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16847
16848         * message.el (message-send-mail-function): Check existence of
16849         sendmail-program first before using default value
16850         `message-send-mail-with-sendmail'.  Otherwise use more generic
16851         `smtpmail-send-it'.
16852
16853 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16854
16855         * nntp.el (nntp-request-update-info): Always return nil.
16856
16857 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16858
16859         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16860
16861 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16862
16863         * message.el (message-beginning-of-line): Change the behavior when
16864         invoked between BOL and : so that it first moves backward.
16865
16866 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16867
16868         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16869         article buffer when editing of the article is discarded.
16870         (gnus-article-prepare): Revert.
16871
16872 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16873
16874         * gnus-art.el (gnus-article-prepare):
16875         Remove message-strip-forbidden-properties from the local hook.
16876
16877 2005-01-27  Simon Josefsson  <jas@extundo.com>
16878
16879         * password.el (password-cache-add): Only start one timer per key.
16880         Reported by Derek Atkins <warlord@MIT.EDU>.
16881
16882 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16883
16884         * run-at-time.el: Remove.  It is no longer needed as
16885         timer-funcs.el in the xemacs-base package has a working version of
16886         `run-at-time'.
16887
16888         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16889
16890         * password.el: Require timer-funcs instead of run-at-time in
16891         XEmacs.
16892         Remove `password-run-at-time' macro.
16893         (password-cache-add): Use `run-at-time' instead of
16894         `password-run-at-time'.
16895
16896         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16897         Remove `nnheader-cancel-function-timers' alias,
16898         `cancel-function-timers' exists in XEmacs in timer-funcs.
16899
16900         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16901         for `run-with-idle-timer'.
16902
16903         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16904         for `run-at-time'.
16905
16906         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16907         for `with-timeout'.
16908
16909         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16910         the same as for XEmacs 21.4.
16911         No need to ignore `run-with-idle-timer', this function exists in
16912         XEmacs now in timer-funcs.el in the xemacs-base package.
16913         (dgnushack-compile): No need to delete
16914         run-at-time.el from the list of files to compile because it
16915         doesn't exist anymore.
16916
16917 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16918
16919         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16920         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16921
16922 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16923
16924         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16925         sensitively.
16926
16927 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16928
16929         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16930
16931 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16932
16933         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16934         which will be inserted according to the multibyteness of a buffer
16935         rather than the type of contents.  Suggested by ARISAWA Akihiro
16936         <ari@mbf.ocn.ne.jp>.
16937
16938         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16939         of string which old xml.el may return rather than a string.
16940
16941 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16942
16943         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16944
16945 2005-01-16  Simon Josefsson  <jas@extundo.com>
16946
16947         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16948         idn/idna.el isn't available.
16949         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16950         <michael@waxrat.com>.
16951
16952         * hashcash.el: Remove non-FSF copyright header.
16953
16954         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16955         (hashcash-generate-payment): Use it.
16956         (hashcash-generate-payment-async): Use it.
16957
16958 2005-01-15  Simon Josefsson  <jas@extundo.com>
16959
16960         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16961         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16962
16963         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16964         gnus-summary-idna-message.
16965         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16966         (gnus-summary-idna-message): New function.
16967
16968 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16969
16970         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16971         gnus-novice-user.
16972
16973 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16974
16975         * nnrss.el (nnrss-request-delete-group): Delete entries in
16976         nnrss-group-alist as well.
16977         (nnrss-save-server-data): Insert newline.
16978
16979 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16980
16981         * gnus.el (gnus-user-agent): Use list of symbols instead of
16982         symbols.  Display full version number for (S)XEmacs.
16983         Optionally display (S)XEmacs codename.
16984
16985         * gnus-util.el (gnus-emacs-version): Update for new
16986         `gnus-user-agent'.
16987
16988         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16989         Gnus version.
16990
16991 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16992
16993         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16994         which is unreadable in some setups.
16995
16996 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16997
16998         * gnus-spec.el (gnus-update-format-specifications): Flush the
16999         group format spec cache if it doesn't support decoded group names.
17000
17001 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17002
17003         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
17004         Allow to apply decay on score files matching a regexp.
17005
17006 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17007
17008         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
17009         compatibility in %g and %c.
17010
17011 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17012
17013         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
17014         name for only %g and %c.
17015         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
17016         of gnus-tmp-group to decoded group name.
17017         (gnus-group-make-rss-group): Exclude `/'s from group names.
17018
17019 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17020
17021         * nnrss.el (nnrss-get-encoding): Fix regexp.
17022
17023 2004-12-27  Simon Josefsson  <jas@extundo.com>
17024
17025         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
17026         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
17027         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
17028
17029 2004-12-17  Kim F. Storm  <storm@cua.dk>
17030
17031         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
17032
17033         * gnus-sum.el (gnus-summary-mode-map): Likewise.
17034
17035 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17036
17037         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
17038
17039 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17040
17041         * nnrss.el: Require rfc2047 and mml.
17042         (nnrss-file-coding-system): New variable.
17043         (nnrss-format-string): Redefine it as an inline function.
17044         (nnrss-decode-group-name): New function.
17045         (nnrss-string-as-multibyte): Remove.
17046         (nnrss-retrieve-headers): Decode group name; don't use
17047         nnrss-format-string.
17048         (nnrss-request-group): Decode group name.
17049         (nnrss-request-article): Decode group name; allow a Message-ID as
17050         well as an article number; don't use nnrss-format-string; encode a
17051         Message-ID string which may contain non-ASCII characters; use
17052         mml-to-mime to compose a MIME article.
17053         (nnrss-request-expire-articles): Decode group name.
17054         (nnrss-request-delete-group): Decode group name.
17055         (nnrss-fetch): Clarify error message.
17056         (nnrss-read-server-data): Use insert-file-contents instead of load;
17057         bind file-name-coding-system; use multibyte buffer.
17058         (nnrss-save-server-data): Bind coding-system-for-write to the
17059         value of nnrss-file-coding-system; bind file-name-coding-system;
17060         add coding cookie.
17061         (nnrss-read-group-data): Use insert-file-contents instead of load;
17062         bind file-name-coding-system; use multibyte buffer.
17063         (nnrss-save-group-data): Bind coding-system-for-write to the
17064         value of nnrss-file-coding-system; bind file-name-coding-system.
17065         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
17066         make it work with non-ASCII text.
17067         (nnrss-find-el): Make it work with old xml.el as well.
17068
17069 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17070
17071         * nnrss.el (nnrss-get-encoding): New function.
17072         (nnrss-fetch): Use unibyte buffer initially; bind
17073         coding-system-for-read while performing mm-url-insert; remove ^Ms;
17074         decode contents according to the encoding attribute.
17075         (nnrss-save-group-data): Add coding cookie.
17076         (nnrss-mime-encode-string): New function.
17077         (nnrss-check-group): Use it to encode subject and author.
17078
17079 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
17080
17081         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
17082         imaginary variable.
17083
17084 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17085
17086         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17087         correctly even if there are wide characters.
17088
17089 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
17090
17091         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17092         downcased symbol names; make a new cache instead of reusing
17093         bbdb-hashtable.
17094
17095 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17096
17097         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17098         concatenating segments rather than before concatenating them.
17099         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17100
17101         * message.el (message-get-reply-headers): Bind `extra'.
17102
17103 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17104
17105         * message.el (message-extra-wide-headers): New variable.
17106         (message-get-reply-headers): Use it.
17107
17108 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17109
17110         * gnus-agent.el (gnus-agent-group-path): Decode group name.
17111         (gnus-agent-group-pathname): Ditto.
17112
17113         * gnus-cache.el (gnus-cache-file-name): Decode group name.
17114
17115         * gnus-group.el (gnus-group-make-group): Decode group name.
17116         (gnus-group-make-rss-group): Register the group data after opening
17117         the nnrss group.
17118
17119 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
17120
17121         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17122         by expiry now get marked as read.
17123
17124 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17125
17126         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17127
17128 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
17129
17130         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17131         unify Latin characters in XEmacs.
17132         (mm-find-mime-charset-region): Use it.
17133
17134 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17135
17136         * gnus-util.el (gnus-delete-directory): New function.
17137
17138         * gnus-agent.el (gnus-agent-delete-group): Use it.
17139
17140         * gnus-cache.el (gnus-cache-delete-group): Use it.
17141
17142 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17143
17144         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17145         names.
17146
17147 2004-12-16  Simon Josefsson  <jas@extundo.com>
17148
17149         * hashcash.el (hashcash-payment-alist): Fix custom :type.
17150
17151 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17152
17153         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17154
17155         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17156         (gnus-group-set-current-level): Decode group name.
17157
17158 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
17159
17160         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17161         failed.
17162
17163 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17164
17165         * gnus-group.el (gnus-group-delete-group): Decode group name.
17166         (gnus-group-make-rss-group): Encode group name.
17167         (gnus-group-catchup-current): Decode group name.
17168         (gnus-group-kill-group): Decode group name.
17169
17170 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17171
17172         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17173
17174 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17175
17176         * gnus-group.el (gnus-group-make-rss-group):
17177         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17178
17179         * gnus-start.el (gnus-setup-news): Honor user's setting to
17180         gnus-message-archive-method.  Suggested by Lute Kamstra
17181         <lute@gnu.org>.
17182
17183 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
17184
17185         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17186         global counterparts of the buffer-local variables.
17187
17188 2004-11-16  Romain Francoise  <romain@orebokech.com>
17189
17190         * gnus-sum.el (gnus-summary-exit): Don't clear the global
17191         counterparts of the buffer-local variables.
17192
17193 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17194
17195         * message.el (message-forbidden-properties): Fix typo in doc
17196         string.
17197
17198 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17199
17200         * gnus-util.el (gnus-replace-in-string): Add doc string.
17201
17202         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17203         to avoid problems when splitting mails with many recipients.
17204
17205 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17206
17207         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17208         pop-to-buffer, covered by the subsequent gnus-configure-windows.
17209
17210 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
17211
17212         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17213         if there is no hashtable in memory or file modification time is
17214         newer than cached timestamp.
17215
17216 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17217
17218         * gnus-sum.el (gnus-summary-limit-to-recipient):
17219         Implement not-matching option.
17220
17221 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
17222
17223         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17224         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17225         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17226         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17227         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
17228         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17229
17230 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17231
17232         * message.el (message-forward-make-body-mml): Remove headers
17233         according to message-forward-ignored-headers if a message is decoded.
17234
17235 2004-12-02  Romain Francoise  <romain@orebokech.com>
17236
17237         * message.el (message-forward-make-body-plain): Always remove
17238         headers according to message-forward-ignored-headers.
17239
17240 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17241
17242         * spam.el (spam-summary-prepare-exit): Remove the
17243         gnus-summary-limit pop for now, it has problems with ham marks for
17244         me.
17245
17246 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17247
17248         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17249         correctly.
17250
17251 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17252
17253         * format-spec.el (format-spec): Message the char.
17254
17255 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17256
17257         * gnus-art.el (gnus-split-methods): Reformat comments.
17258
17259         * spam.el (spam-summary-prepare-exit): Remove article limits
17260         before exiting the summary buffer.
17261
17262 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17263
17264         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17265         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17266
17267         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17268         order to silence the byte compiler.
17269
17270         * spam.el: Fix the way to silence the byte compiler, which
17271         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17272         bbdb-search-simple, spam-BBDB-register-routine,
17273         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17274         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17275         spam-stat-buffer-is-spam, spam-stat-load,
17276         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17277         spam-stat-save and spam-stat-split-fancy.
17278
17279 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17280
17281         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17282         which may confuse users.
17283         (canlock-password-for-verify): Ditto.
17284
17285         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17286
17287         * gnus-art.el (gnus-emphasis-alist): Ditto.
17288
17289         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17290
17291         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17292
17293         * gnus-start.el (gnus-save-killed-list): Ditto.
17294
17295         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17296         (gnus-sum-thread-tree-root): Ditto.
17297         (gnus-sum-thread-tree-false-root): Ditto.
17298         (gnus-sum-thread-tree-single-indent): Ditto.
17299
17300         * message.el (message-courtesy-message): Ditto.
17301         (message-archive-note): Ditto.
17302         (message-subscribed-address-file): Ditto.
17303         (message-user-fqdn): Ditto.
17304
17305         * spam-report.el (spam-report-gmane-regex): Ditto.
17306
17307         * spam.el (spam-blackhole-good-server-regex): Ditto.
17308
17309 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17310
17311         * mml.el (mml-preview): Widen the message buffer before copying
17312         the contents to the preview buffer; sort headers before previewing.
17313
17314         * message.el (message-hidden-headers): Fix the way to avoid a bug
17315         in the `repeat' widget in Emacs 21.3 or earlier.
17316
17317 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17318
17319         * message.el (message-hidden-headers): Default to "^References:".
17320         Improve customization type.  Suggested by Reiner Steib
17321         <Reiner.Steib@gmx.de>.
17322
17323 2004-11-25  Romain Francoise  <romain@orebokech.com>
17324
17325         * message.el (message-strip-forbidden-properties): Remove check for
17326         obsolete `message-hidden' text property, hidden headers are not
17327         accessible in the buffer anymore.
17328
17329 2004-11-22  Romain Francoise  <romain@orebokech.com>
17330
17331         * message.el (message-header-format-alist): Add `From' in list
17332         so that it can be sorted.
17333         (message-fix-before-sending): Widen and sort headers before
17334         sending.
17335         (message-hide-headers): Use narrowing to hide headers by moving
17336         them to the top of the buffer and narrowing to the region
17337         underneath.
17338
17339 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17340
17341         * message.el (message-strip-forbidden-properties):
17342         Bind buffer-read-only (etc) to nil.
17343
17344 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17345
17346         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17347         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17348
17349 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17350
17351         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17352
17353 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17354
17355         * dns.el (query-dns): Use sit-for to time instead of
17356         accept-process-output, since that doesn't seem to work on udp
17357         sockets.
17358
17359 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17360
17361         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17362
17363 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17364
17365         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17366         doc string.  Improve doc string.
17367
17368 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17369
17370         * nntp.el (nntp-request-update-info): Return nil if
17371         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17372         may not call gnus-activate-group which uselessly issues the GROUP
17373         commands for all nntp groups and wastes time.  Reported by Romain
17374         Francoise <romain@orebokech.com>.
17375
17376         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17377
17378 2004-11-15  Simon Josefsson  <jas@extundo.com>
17379
17380         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17381         headers separately.
17382         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17383         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17384
17385 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17386
17387         * gnus-start.el (gnus-convert-old-newsrc):
17388         Assign legacy-gnus-agent to 5.10.7.
17389
17390 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17391
17392         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17393         start of the lines.
17394
17395 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17396
17397         * hashcash.el (hashcash-default-payment): Change default to 20.
17398         (hashcash-default-accept-payment): Change default to 20.
17399         (hashcash-process-alist): New variable.
17400         (hashcash-generate-payment-async): Add.
17401         (hashcash-already-paid-p): Add.
17402         (hashcash-insert-payment): Don't generate payments twice.
17403         (hashcash-insert-payment-async): Add.
17404         (hashcash-insert-payment-async-2): Add.
17405         (hashcash-cancel-async): Add.
17406         (hashcash-wait-async): Add.
17407         (hashcash-processes-running-p): Add.
17408         (hashcash-wait-or-cancel): Add.
17409         (mail-add-payment): New optional argument.  Conditionally start
17410         asynchronous calculation.
17411         (mail-add-payment-async): Add.
17412
17413         * message.el (message-send-mail): Wait for asynchronous hashcash
17414         results.  Don't clobber existing X-Hashcash headers.
17415         (message-setup-1): Call mail-add-payment-async when
17416         message-generate-hashcash is non-nil.
17417
17418 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17419
17420         * message.el (message-use-alternative-email-as-from): Examine the
17421         From header as well; use message-make-from in order to include a
17422         user's full name.
17423
17424 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17425
17426         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17427         default; improve customization type.
17428         (gnus-emphasis-custom-with-format): New macro.
17429         (gnus-emphasis-custom-value-to-external): New function.
17430         (gnus-emphasis-custom-value-to-internal): New function.
17431
17432 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17433
17434         * dns.el (query-dns): Resolve reverse addresses.
17435
17436 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17437
17438         * gnus-group.el (gnus-group-get-new-news): Use it.
17439
17440         * gnus-start.el (gnus-check-reasonable-setup): New function.
17441
17442 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17443
17444         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17445         "Args out of range" error.  Reported by Arnaud Giersch
17446         <arnaud.giersch@free.fr>.
17447
17448 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17449
17450         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17451
17452 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17453
17454         * spam.el (spam group): Add :version.
17455
17456         * pgg-def.el (pgg group): Add :version.
17457
17458 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17459
17460         * gnus-art.el (gnus-article-edit-article): Don't associate the
17461         article buffer with a draft file.  This is a temporary measure
17462         against the 2004-08-22 change to gnus-article-edit-mode.
17463
17464 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17465
17466         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17467         (html2text-format-tags): Remove unused variable `attr'.
17468
17469 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17470
17471         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17472
17473         * tls.el (tls-process-connection-type, tls-success)
17474         (tls-certtool-program): Add :version.
17475
17476         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17477         (starttls-extra-arguments, starttls-process-connection-type)
17478         (starttls-connect, starttls-failure, starttls-success): Add :version.
17479
17480         * spam-stat.el (spam-stat): Add :version.
17481
17482         * sieve.el (sieve): Add :version.
17483
17484         * sha1.el (sha1): Add :version.
17485         (sha1-use-external): Remove redundant version.
17486
17487         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17488         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17489         (nnmail-split-fancy-match-partial-words)
17490         (nnmail-split-lowercase-expanded): Add :version.
17491
17492         * nndiary.el (nndiary): Add :version.
17493
17494         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17495
17496         * mml-sec.el (mml-default-sign-method)
17497         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17498         Add :version.
17499
17500         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17501
17502         * mm-url.el (mm-url-use-external, mm-url-program)
17503         (mm-url-arguments): Add :version.
17504
17505         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17506         (mm-attachment-file-modes, mm-decrypt-option)
17507         (mm-w3m-safe-url-regexp): Add :version.
17508
17509         * message.el (message-cite-prefix-regexp)
17510         (message-sendmail-envelope-from, message-minibuffer-local-map)
17511         (message-user-fqdn, message-completion-alist): Add :version.
17512
17513         * gnus-win.el (gnus-configure-windows-hook)
17514         (gnus-use-frames-on-any-display): Add :version.
17515
17516         * gnus-art.el (gnus-article-address-banner-alist)
17517         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17518         (gnus-treat-from-picon, gnus-treat-mail-picon)
17519         (gnus-treat-x-pgp-sig): Add :version.
17520
17521         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17522         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17523         (gnus-summary-article-delete-hook)
17524         (gnus-summary-display-while-building): Add :version.
17525
17526         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17527         (gnus-get-top-new-news-hook): Add :version.
17528
17529         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17530         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17531
17532         * gnus-registry.el (gnus-registry): Add :version.
17533
17534         * gnus-spec.el (gnus-use-correct-string-widths)
17535         (gnus-make-format-preserve-properties): Add :version.
17536
17537         * gnus.el (gnus-group-charter-alist)
17538         (gnus-group-fetch-control-use-browse-url)
17539         (gnus-install-group-spam-parameters): Add :version.
17540
17541         * gnus-diary.el (gnus-diary): Add :version.
17542
17543         * gnus-delay.el (gnus-delay): Add :version.
17544
17545         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17546         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17547         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17548         Add :version.
17549
17550         * gnus-agent.el (gnus-agent-max-fetch-size)
17551         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17552         (gnus-agent-prompt-send-queue): Add :version.
17553
17554         * deuglify.el (gnus-outlook-deuglify): Add :version.
17555
17556         * html2text.el: Beautify code.  Improve doc strings.
17557         Some checkdoc cleanup.
17558         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17559
17560 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17561
17562         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17563
17564 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17565
17566         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17567         when package is loaded.
17568
17569         * spam.el (spam-summary-score-preferred-header): Add global preference
17570         for people who want to override the default SpamAssassin over
17571         Bogofilter preference (when both are set).
17572         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17573         (spam-user-format-function-S):
17574         Check spam-summary-score-preferred-header.
17575         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17576         (spam-user-format-function-S): Format the score correctly.
17577
17578 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17579
17580         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17581         signature file.  Suggested by Manoj Srivastava
17582         <srivasta@golden-gryphon.com>.
17583
17584         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17585         iso-2022-jp even in the Japanese language environment.
17586         Suggested by Jason Rumney <jasonr@gnu.org>.
17587
17588 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17589
17590         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17591         use the same characters as the dummy marks; make it free from
17592         getting affected by the language environment.
17593         (gnus-summary-read-group-1): Update mark positions only when the
17594         format spec is updated.
17595
17596         * gnus-spec.el (gnus-update-format-specifications): Return a list
17597         of updated types.
17598
17599 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17600
17601         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17602         of boundp to check if display-warning is available.
17603
17604 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17605
17606         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17607
17608 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17609
17610         * nnspool.el (nnspool-spool-directory): Use news-path if the
17611         news-directory variable is not bound.
17612
17613         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17614         function instead of display-warning if it is not available.
17615
17616 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17617
17618         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17619         v5-10: Use `point-at-bol'.
17620
17621 2004-10-26  Simon Josefsson  <jas@extundo.com>
17622
17623         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17624         <chenggao@gmail.com>.
17625
17626 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17627
17628         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17629         instead.
17630
17631 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17632
17633         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17634         to remove a server from the nnimap-server-buffer-alist.
17635         (nnimap-open-connection, nnimap-close-server): Use it.
17636
17637         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17638
17639 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17640
17641         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17642         running the major-mode function.
17643
17644 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17645
17646         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17647         dummy marks in the right way.
17648
17649 2004-10-18  David Edmondson  <dme@dme.org>
17650
17651         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17652         excessively.
17653
17654 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17655
17656         * gnus-util.el (gnus-split-references): Accept a nil references
17657         string and go on blissfully.
17658
17659         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17660         cases where the references string is non-nil but has no references.
17661
17662         * encrypt.el: Add autoload tags.
17663
17664         * spam.el (spam-resolve-registrations-routine): Remove article
17665         from unregistration list too.  Reported by David Hanak
17666         <dhanak@isis.vanderbilt.edu>
17667
17668 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17669
17670         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17671         nil.  Change custom type.
17672
17673 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17674
17675         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17676
17677         * gnus-sum.el (gnus-summary-move-article): Use it.
17678
17679 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17680
17681         * encrypt.el: Add autoload cookies.
17682
17683         * spam.el (spam-backend-article-list-property)
17684         (spam-backend-get-article-todo-list)
17685         (spam-backend-put-article-todo-list)
17686         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17687         Resolve registrations separately.
17688         (spam-register-routine): Format comments.
17689         (spam-unregister-routine, spam-register-routine): Always call with
17690         specific-articles, no default list.
17691         (spam-summary-prepare-exit): Use the spam-classifications function.
17692
17693         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17694         gnus-encrypt.el.
17695
17696         * encrypt.el: Copied from gnus-encrypt.el.
17697
17698         * gnus-encrypt.el: Commented that it's obsolete.
17699
17700 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17701
17702         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17703         (gnus-score-save): Use it.
17704
17705         * message.el (message-bury): Use `window-dedicated-p'.
17706
17707 2004-10-15  Simon Josefsson  <jas@extundo.com>
17708
17709         * pop3.el (top-level): Don't require nnheader.
17710         (pop3-read-timeout): Add.
17711         (pop3-accept-process-output): Add.
17712         (pop3-read-response, pop3-retr): Use it.
17713
17714 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17715
17716         * spam.el (spam-register-routine): Move comment.
17717         (spam-verify-bogofilter): Use 'unknown for the initial
17718         spam-bogofilter-valid state, not 'never.
17719
17720         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17721         for netrc-machine.
17722
17723         * nnimap.el (nnimap-open-connection):
17724         Use netrc-machine-user-or-password.
17725
17726 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17727
17728         * gnus-registry.el (gnus-registry-unload-hook):
17729         Set as a variable with add-hook.
17730
17731         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17732         of news-path.
17733
17734         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17735
17736         * spam.el: Delete duplicate `provide'.
17737         (spam-unload-hook): Set as a variable with add-hook.
17738
17739 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17740
17741         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17742         in the doc string.
17743
17744         * message.el (message-ignored-news-headers)
17745         (message-ignored-supersedes-headers)
17746         (message-ignored-resent-headers)
17747         (message-forward-ignored-headers): Improve custom type.
17748
17749 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17750
17751         * message.el (message-tokenize-header): Fix 2004-09-06 change
17752         which used point-min in the wrong place.
17753
17754 2004-10-12  Simon Josefsson  <jas@extundo.com>
17755
17756         * tls.el (tls-certtool-program): New variable.
17757         (tls-certificate-information): New function, based on
17758         ssl-certificate-information.
17759
17760 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17761
17762         * compface.el: Move the version of ELisp-based uncompface program
17763         to the contrib directory because of the copyright problem.
17764
17765 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17766
17767         * message.el (message-kill-buffer): Raise the current frame.
17768
17769 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17770
17771         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17772
17773         * gnus.el (message-y-or-n-p): Autoload.
17774
17775         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17776         (pop3-password-required, pop3-authentication-scheme)
17777         (pop3-leave-mail-on-server): Make customizable.
17778         (pop3): New custom group.
17779         (pop3-retr): Remove `sleep-for' statements.
17780         Suggested by Dave Love <fx@gnu.org>.
17781
17782         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17783         Windows/DOS.
17784
17785         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17786         (imap-parse-body): Fix incorrect use of `assert'.
17787         Suggested by Dave Love <fx@gnu.org>.
17788
17789         * mml.el (mml-minibuffer-read-disposition): Require match.
17790         Suggested by Dave Love <fx@gnu.org>.
17791
17792 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17793
17794         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17795         doc string.
17796
17797 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17798
17799         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17800
17801 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17802
17803         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17804         instead of calling `mm-insert-inline', to decode text/* parts
17805         before displaying them.
17806
17807 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17808
17809         * mm-uu.el (mm-uu-text-plain-type): New variable.
17810         (mm-uu-pgp-signed-extract-1): Use it.
17811         (mm-uu-pgp-encrypted-extract-1): Use it.
17812         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17813         bind mm-uu-text-plain-type with that value.
17814         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17815         mm-uu-dissect.
17816
17817 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17818
17819         * gnus-group.el (gnus-update-group-mark-positions):
17820         * gnus-sum.el (gnus-update-summary-mark-positions):
17821         * message.el (message-check-news-body-syntax):
17822         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17823         of string-as-multibyte.
17824
17825 2004-10-05  Juri Linkov  <juri@jurta.org>
17826
17827         * gnus-group.el (gnus-update-group-mark-positions):
17828         * gnus-sum.el (gnus-update-summary-mark-positions):
17829         * message.el (message-check-news-body-syntax):
17830         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17831         8-bit unibyte values to a multibyte string for search functions.
17832
17833 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17834
17835         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17836         (mm-uu-dissect-text-parts): New function.
17837
17838         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17839         dissect text parts.
17840
17841         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17842         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17843
17844         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17845
17846         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17847         Use gnus-current-topics instead of gnus-current-topic.
17848
17849 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17850
17851         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17852
17853 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17854
17855         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17856         where approriate.
17857
17858         * nnml.el (nnml-generate-active-info): do.
17859
17860         * nndiary.el (nndiary-generate-active-info): do.
17861
17862         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17863         (gnus-topic-move): do.
17864
17865         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17866         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17867
17868         * gnus-srvr.el (gnus-server-prepare)
17869         (gnus-server-open-all-servers): do.
17870
17871         * gnus-msg.el (gnus-summary-cancel-article)
17872         (gnus-summary-resend-message)
17873         (gnus-summary-mail-crosspost-complaint): do.
17874
17875         * gnus-move.el (gnus-change-server): do.
17876
17877         * gnus-group.el (gnus-group-unmark-all-groups)
17878         (gnus-group-set-current-level): do.
17879
17880 2004-10-04  Simon Josefsson  <jas@extundo.com>
17881
17882         * message.el (message-generate-hashcash): Doc fix.
17883
17884 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17885
17886         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17887         avoid infinite recursion via gnus-get-function.
17888
17889 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17890
17891         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17892
17893         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17894
17895         * nnmail.el (nnmail-split-history): do.
17896
17897         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17898         (nnml-request-delete-group): do.
17899
17900         * nnslashdot.el (nnslashdot-read-groups): do.
17901
17902         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17903         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17904
17905         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17906         (nnspool-sift-nov-with-sed): Use last.
17907         (nnspool-retrieve-headers-with-nov): Use mapc.
17908         (nnspool-request-newgroups): Use dolist.
17909         (nnspool-request-group): Use last.
17910
17911         * nntp.el (nntp-read-server-type): Use dolist.
17912
17913         * nnvirtual.el (nnvirtual-create-mapping)
17914         (nnvirtual-update-read-and-marked): Use dolist.
17915         (nnvirtual-convert-headers): Simplify.
17916
17917 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17918
17919         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17920         Add support for sync'ing tick marks.
17921
17922 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17923
17924         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17925         there's no visible header.
17926
17927 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17928
17929         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17930         When necessary, pass full group name to gnus-request-set-marks.
17931
17932 2004-10-01  Simon Josefsson  <jas@extundo.com>
17933
17934         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17935         acroread.
17936
17937 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17938
17939         * spam-report.el (spam-report-gmane): Fix interactive.
17940
17941         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17942
17943         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17944         when writing file.
17945         (gnus-agent-synchronize-flags): Don't default to being
17946         interactive.
17947
17948 2004-09-30  Simon Josefsson  <jas@extundo.com>
17949
17950         * message.el (message-generate-hashcash): Add.
17951         (message-send-mail): Use it, call mail-add-payment.
17952
17953 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17954
17955         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17956
17957 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17958
17959         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17960         gnus-requst-update-info with explicit code to sync the in-memory
17961         info read flags with the marks being sync'd to the backend.
17962
17963         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17964
17965 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17966
17967         * spam.el (spam-verify-bogofilter): Add new function.
17968         (spam-check-bogofilter)
17969         (spam-bogofilter-register-with-bogofilter): Use it.
17970         (spam-verify-bogofilter): Add small fixes.
17971
17972 2004-09-28  Simon Josefsson  <jas@extundo.com>
17973
17974         * hashcash.el (hashcash-generate-payment): Revert.
17975
17976 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17977
17978         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17979         Use gnus-extract-references instead of gnus-split-references.
17980
17981         * gnus-util.el (gnus-extract-references): Add new function, analogous
17982         to gnus-split-references but extracts only the message-ID without
17983         anything extra.
17984
17985         * hashcash.el (hashcash-generate-payment)
17986         (hashcash-check-payment): Do the right thing if hashcash-path is
17987         nil (because the hashcash program could not be found).
17988
17989         * spam.el (spam-use-hashcash): Remove comment.
17990
17991 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17992
17993         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17994         (gnus-cache-enter-article, gnus-cache-remove-article)
17995         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17996
17997         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17998
17999         * gnus-art.el (article-hide-boring-headers)
18000         (article-translate-strings, article-display-face)
18001         (gnus-article-mime-match-handle-first)
18002         (gnus-article-highlight-headers)
18003         (gnus-article-add-buttons-to-head): do.
18004
18005 2004-09-27  Simon Josefsson  <jas@extundo.com>
18006
18007         * hashcash.el: New version, from
18008         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
18009         ../contrib/.
18010
18011 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18012
18013         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
18014
18015 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
18016
18017         * gnus-dup.el (gnus-dup-open): Use mapc.
18018         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
18019
18020         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
18021         Reported by Stefan Wiens <s.wi@gmx.net>.
18022
18023         * gnus.el (gnus-shutdown): Use dolist.
18024
18025         * gnus-undo.el (gnus-undo): Use mapc.
18026
18027         * nnrss.el (nnrss-generate-active): do.
18028
18029         * message.el (message-cite-original-without-signature)
18030         (message-cite-original): Use mapc.
18031         (message-do-actions, message-make-forward-subject): Use dolist.
18032
18033 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18034
18035         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
18036         deletion to remove entire duplicate line.  Fixes merged article
18037         number bug.
18038
18039 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18040
18041         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18042         servers that are offline.  Avoids having gnus-agent-toggle-plugged
18043         first ask if you want to open a server and then, even when you
18044         responded with no, asking if you want to synchronize the server's
18045         flags.
18046         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18047         multi-line expressions.
18048         (gnus-agent-synchronize-group-flags): New internal function.
18049         Updates marks in memory (in the info structure) AND in the
18050         backend.
18051
18052         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18053
18054         * nnagent.el (nnagent-request-set-mark):
18055         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18056         method, to ensure that synchronization updates marks in the
18057         backend and in the info (in memory) structure.
18058
18059 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18060
18061         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
18062         convention fully; don't miss the root article of a thread; make
18063         the X-Draft-From header with correct article numbers.
18064
18065 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
18066
18067         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18068         unless plugged.  Disable the agent so that an open failure causes
18069         an error.
18070
18071         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18072         Revert 2004-09-21 change.  The backend must be opened while
18073         synchronizing flags even when the backend stores the flags
18074         locally.
18075
18076 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
18077
18078         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
18079         in `header' match.  Reported by Svend Tollak Munkejord.
18080
18081         * message.el (message-cite-original): Fix use of
18082         `message-cite-articles-with-x-no-archive'.
18083
18084 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18085
18086         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18087         (gnus-window-to-buffer): Ditto.
18088
18089         * mml.el (mml-preview-buffer): New variable.
18090         (mml-preview): Manage window layout with gnus-buffer-configuration.
18091
18092         * gnus-msg.el (gnus-setup-message): Put article numbers into the
18093         X-Draft-From header even if those articles aren't quoted.
18094
18095 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
18096
18097         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18098         (gnus-request-set-mark, gnus-request-update-mark): Use new
18099         g-s-t-u-l-m to decide to use backend even when unplugged.
18100
18101 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18102
18103         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18104         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
18105
18106 2004-09-20  Simon Josefsson  <jas@extundo.com>
18107
18108         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18109         "utf-16-le".
18110
18111 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18112
18113         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18114
18115 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18116
18117         * uudecode.el (uudecode-use-external): Add :version.
18118
18119         * smime.el (smime-CA-file, smime-encrypt-cipher)
18120         (smime-dns-server): Add :version.
18121
18122         * smiley.el (gnus-smiley-file-types): Add :version.
18123
18124         * sha1.el (sha1-use-external): Add :version.
18125
18126         * pgg-def.el (pgg-query-keyserver): Add :version.
18127
18128         * nnmail.el (nnmail-fancy-expiry-targets)
18129         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18130         Add :version.
18131
18132         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18133         (nnimap-retrieve-groups-asynchronous): Add :version.
18134         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
18135
18136         * mml.el (mml-content-disposition-parameters)
18137         (mml-insert-mime-headers-always): Add :version.
18138
18139         * mm-util.el (mm-coding-system-priorities): Add :version.
18140
18141         * mm-decode.el (mm-inline-text-html-with-images)
18142         (mm-keep-viewer-alive-types, mm-external-terminal-program)
18143         (mm-verify-option): Add :version.
18144         (mm-text-html-renderer): Change :version.
18145
18146         * message.el (message-fcc-externalize-attachments)
18147         (message-required-headers, message-draft-headers)
18148         (message-subject-trailing-was-query)
18149         (message-subject-trailing-was-ask-regexp)
18150         (message-subject-trailing-was-regexp, message-mark-insert-begin)
18151         (message-mark-insert-end, message-archive-header)
18152         (message-archive-note, message-cross-post-default)
18153         (message-cross-post-note, message-followup-to-note)
18154         (message-cross-post-note-function, message-use-mail-followup-to)
18155         (message-subscribed-address-functions)
18156         (message-subscribed-address-file, message-subscribed-addresses)
18157         (message-subscribed-regexps, message-allow-no-recipients)
18158         (message-yank-cited-prefix, message-signature-insert-empty-line)
18159         (message-hidden-headers, message-hierarchical-addresses)
18160         (message-mail-user-agent, message-use-idna)
18161         (message-valid-fqdn-regexp)
18162         (message-strip-special-text-properties, message-header-synonyms)
18163         (message-beginning-of-line, message-tab-body-function): Add :version.
18164         (message-insert-canlock, message-wide-reply-confirm-recipients):
18165         Change :version.
18166
18167         * mail-source.el (mail-source-ignore-errors): Add :group, :type
18168         and :version.
18169         (mail-source-delete-old-incoming-confirm)
18170         (mail-source-movemail-program): Add :version.
18171
18172         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18173         (gnus-agent-cache, gnus-agent): Change :version.
18174
18175         * gnus-util.el (gnus-use-byte-compile): Change :version.
18176
18177         * gnus-sum.el (gnus-summary-make-false-root-always)
18178         (gnus-summary-default-high-score)
18179         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18180         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18181         (gnus-read-all-available-headers, gnus-article-emulate-mime)
18182         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18183         (gnus-sum-thread-tree-single-indent)
18184         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18185         (gnus-sum-thread-tree-leaf-with-other)
18186         (gnus-sum-thread-tree-single-leaf): Add :version.
18187         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18188         (gnus-article-loose-mime): Change :version.
18189
18190         * gnus-start.el (gnus-backup-startup-file)
18191         (gnus-save-startup-file-via-temp-buffer): Add :version.
18192
18193         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18194         (gnus-server-offline-face): Add :version.
18195
18196         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18197
18198         * gnus-msg.el (gnus-gcc-externalize-attachments)
18199         (gnus-debug-files, gnus-debug-exclude-variables)
18200         (gnus-discouraged-post-methods): Change :version.
18201         (gnus-confirm-mail-reply-to-news)
18202         (gnus-confirm-treat-mail-like-news): Add :version.
18203
18204         * gnus-int.el (gnus-server-unopen-status): Add :version.
18205
18206         * gnus-group.el (gnus-group-jump-to-group-prompt)
18207         (gnus-large-ephemeral-newsgroup)
18208         (gnus-fetch-old-ephemeral-headers): Add :version.
18209
18210         * gnus-fun.el (gnus-x-face-directory)
18211         (gnus-convert-pbm-to-x-face-command)
18212         (gnus-convert-image-to-x-face-command)
18213         (gnus-convert-image-to-face-command): Add :version.
18214
18215         * gnus-delay.el (gnus-delay-default-hour): Add :version.
18216
18217         * gnus-cite.el (gnus-cite-blank-line-after-header)
18218         (gnus-article-boring-faces): Add :version.
18219
18220         * gnus-art.el (gnus-buttonized-mime-types)
18221         (gnus-inhibit-mime-unbuttonizing)
18222         (gnus-treat-display-face)
18223         (gnus-treat-body-boundary): Change :version.
18224         (gnus-body-boundary-delimiter, gnus-picon-databases)
18225         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18226         (gnus-treat-date-english, gnus-treat-fold-headers)
18227         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18228         (gnus-treat-mail-picon, gnus-treat-wash-html)
18229         (gnus-article-encrypt-protocol)
18230         (gnus-use-idna, gnus-article-over-scroll)
18231         (gnus-mime-display-multipart-alternative-as-mixed)
18232         (gnus-mime-display-multipart-related-as-mixed)
18233         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18234         (gnus-ctan-url, gnus-button-ctan-handler)
18235         (gnus-button-handle-ctan-bogus-regexp)
18236         (gnus-button-ctan-directory-regexp)
18237         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18238         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18239         (gnus-button-man-level, gnus-button-emacs-level)
18240         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18241
18242         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18243         (gnus-agent-go-online): Change :version.
18244         (gnus-agent-expire-unagentized-dirs)
18245         (gnus-agent-auto-agentize-methods): Add :version.
18246
18247         * flow-fill.el (fill-flowed-display-column)
18248         (fill-flowed-encode-column): Add :version.
18249
18250         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18251         (gnus-outlook-deuglify-unwrap-max)
18252         (gnus-outlook-deuglify-cite-marks)
18253         (gnus-outlook-deuglify-unwrap-stop-chars)
18254         (gnus-outlook-deuglify-no-wrap-chars)
18255         (gnus-outlook-deuglify-attrib-cut-regexp)
18256         (gnus-outlook-deuglify-attrib-verb-regexp)
18257         (gnus-outlook-deuglify-attrib-end-regexp)
18258         (gnus-outlook-display-hook): Add :version.
18259
18260         * binhex.el (binhex-use-external): Add :version.
18261
18262 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18263
18264         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18265         and `invisible'.
18266
18267 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18268
18269         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18270         in gnus-registry-trim.
18271
18272 2004-09-13  Simon Josefsson  <jas@extundo.com>
18273
18274         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18275
18276         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18277
18278         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18279         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18280         <yamaoka@jpl.org>.
18281         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18282         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18283         <yamaoka@jpl.org>.
18284
18285         * sieve.el (sieve-manage-mode): Ditto.
18286
18287 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18288
18289         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18290
18291 2004-09-11  Simon Josefsson  <jas@extundo.com>
18292
18293         * dns-mode.el: Add.
18294
18295         * mm-view.el (mm-display-dns-inline): Add.
18296
18297         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18298         (mm-automatic-display): Ditto.
18299
18300         * mailcap.el (mailcap-mime-data): Add text/dns.
18301         (mailcap-mime-extensions): Map .soa to text/dns.
18302
18303 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18304
18305         * gnus-art.el (article-decode-mime-words, article-babel)
18306         (gnus-article-highlight-signature, gnus-article-add-buttons)
18307         (gnus-signature-toggle): Remove unnecessary bindings of
18308         `inhibit-read-only' inherited from v5.10 merge.
18309
18310 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18311
18312         * nntp.el (nntp): New customization group.
18313         (nntp-authinfo-file): Add customization group.
18314
18315         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18316
18317         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18318
18319         * gnus.el (to-address, to-list, subscribed)
18320         (large-newsgroup-initial): Ditto.
18321
18322         * flow-fill.el (fill-flowed-display-column)
18323         (fill-flowed-encode-column): Ditto.
18324
18325 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18326
18327         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18328         Use point-min rather than 1.
18329         (message-send-mail): Use buffer-size rather than point-max.
18330
18331         * gnus-sum.el (gnus-summary-search-article-forward):
18332         Signal a specific `search-failed' rather than a generic `error'.
18333
18334         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18335         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18336         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18337
18338 2004-09-10  Simon Josefsson  <jas@extundo.com>
18339
18340         * nndb.el (require): Remove tcp and duplicate cl.
18341
18342 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18343
18344         * gnus-agent.el (directory-files-and-attributes): Move forward.
18345
18346 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18347
18348         * gnus-agent.el (directory-files-and-attributes):
18349         Optionally defined to support XEmacs.
18350
18351 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18352
18353         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18354         to avoid run-time CL dependencies.
18355         (gnus-agent-unfetch-articles): New function.
18356         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18357         article numbers even when local .overview file is missing.
18358         (gnus-agent-read-article-number): New function.  Only accepts
18359         27-bit article numbers.
18360         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18361         Use gnus-agent-read-article-number.
18362         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18363         from backend while recognizing that article numbers in .overview
18364         must be valid.
18365         (gnus-agent-update-files-total-fetched-for):
18366         Use directory-files-and-attributes to improve performance.
18367         * gnus-int.el (gnus-request-move-article):
18368         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18369         improve performance.
18370
18371         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18372         some users confused by references to .newsrc when they only have a
18373         .newsrc.eld file.
18374         (gnus-convert-mark-converter-prompt)
18375         (gnus-convert-converter-needs-prompt): Fix use of property list.
18376         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18377         New function.  Used internally to only display 'gnus converting
18378         files' message when actually necessary.
18379
18380         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18381         methods now autoloaded.
18382
18383 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18384
18385         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18386         identifiers.
18387
18388 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18389
18390         * gnus-picon.el: Fix indentation and closing parenthesis.
18391
18392 2004-09-01  Simon Josefsson  <jas@extundo.com>
18393
18394         * message.el (message-canlock-generate): Require sha1, not
18395         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18396         to require within a function.  Sadly, if sha1.el isn't loaded, the
18397         let binding in m-c-g will hide the defcustom definition, which is
18398         bad.)
18399
18400         * canlock.el: Require sha1, not sha1-el.
18401
18402         * message.el: Don't autoload sha1 (there is a autoload cookie in
18403         sha1.el).
18404
18405         * sha1-el.el: Rename to sha1.el.
18406
18407 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18408
18409         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18410
18411 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18412
18413         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18414
18415 2004-08-30  Kim F. Storm  <storm@cua.dk>
18416
18417         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18418
18419         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18420         Add :group 'nnimap.
18421
18422 2004-08-30  Andreas Schwab  <schwab@suse.de>
18423
18424         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18425         ?* and ?\;.
18426
18427         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18428         and ?\' to symbol instead of whitespace.
18429
18430 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18431
18432         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18433
18434         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18435         instead of re-search-forward.
18436
18437         * gnus-uu.el (gnus-uu-save-article): Ditto.
18438         (gnus-uu-post-encode-uuencode): Ditto.
18439
18440         * html2text.el (html2text-clean-list-items): Ditto.
18441         (html2text-clean-dtdd): Ditto.
18442         (html2text-format-tags): Ditto.
18443
18444         * message.el (message-send-mail-with-sendmail): Fix regexp.
18445         (message-fill-field-general): Use search-forward instead of
18446         re-search-forward.
18447         (unbold-region): Ditto.
18448
18449         * nnrss.el (nnrss-request-article): Ditto.
18450
18451         * nnslashdot.el (nnslashdot-request-article): Ditto.
18452
18453         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18454
18455         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18456         "Unrecognized menu descriptor" error in XEmacs.
18457
18458 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18459
18460         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18461         parent article of a sparse article in the thread hashtb.
18462
18463 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18464
18465         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18466         (nnmail-expand-newtext): Lowercase expanded entries if
18467         nnmail-split-lowercase-expanded is non-nil.
18468
18469 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18470
18471         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18472
18473         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18474         of gnus-tmp-news-method into string under XEmacs.  It will be
18475         passed to gnus-correct-length which takes only a string argument.
18476
18477 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18478
18479         * gnus-util.el (gnus-bind-print-variables): New macro.
18480         (gnus-prin1): Use it.
18481         (gnus-prin1-to-string): Use it.
18482         (gnus-pp): New function.
18483         (gnus-pp-to-string): New function.
18484
18485         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18486         Replace pp-to-string with gnus-pp-to-string.
18487         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18488         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18489         * gnus-msg.el (gnus-debug): Ditto.
18490         * gnus-score.el (gnus-score-save): Ditto.
18491         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18492         gnus-pp-to-string.
18493         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18494         with gnus-pp.
18495         * score-mode.el (gnus-score-pretty-print): Ditto.
18496         * webmail.el (webmail-debug): Ditto.
18497
18498 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18499
18500         * gnus-art.el (article-display-face, article-display-x-face):
18501         Use buffer-read-only.
18502
18503 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18504
18505         * gnus-art.el (article-hide-list-identifiers):
18506         Bind inhibit-read-only as t.
18507
18508 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18509
18510         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18511
18512 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18513
18514         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18515         (gnus-narrow-to-page): Don't assume point-min == 1.
18516         (gnus-article-edit-mode): Derive from message-mode.
18517
18518         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18519         point-min == 1.
18520
18521         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18522         Disable incorrect use of `assert'.
18523
18524         * message.el (message-mode): Set comment-start-skip.
18525
18526
18527 2004-08-22  Sam Steingold  <sds@gnu.org>
18528
18529         * pop3.el (pop3-leave-mail-on-server): New user variable.
18530         (pop3-movemail): Delete mail only when it is nil.
18531
18532 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18533
18534         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18535
18536         * mml.el (mml-preview): Use `pop-to-buffer'.
18537
18538         * message.el (message-goto-mail-followup-to): Insert after "To".
18539         (message-carefully-insert-headers): Add comment.
18540
18541         * gnus.el: Remove unused variable `gnus-article-check-size'.
18542
18543         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18544
18545         * gnus-art.el (gnus-button-alist):
18546         Improve `gnus-button-handle-library' entry.
18547
18548 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18549
18550         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18551         Use downcase, since XEmacs capitalizes error messages differently.
18552
18553 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18554
18555         * nntp.el: Add (require 'gnus) due to reference to
18556         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18557
18558 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18559
18560         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18561         Bind `mm-fill-flowed'.
18562
18563         * mm-decode.el (mm-dissect-singlepart): Check it.
18564
18565 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18566
18567         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18568         'imap' for netrc parsing.
18569
18570 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18571
18572         * mailcap.el (mailcap-mime-data): Mark as risky.
18573
18574 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18575
18576         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18577         may be included in the encoded word.
18578         (rfc2047-encode): Don't append a space if the encoded word
18579         includes close parenthesis.
18580
18581 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18582
18583         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18584         of text within parentheses.
18585
18586 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18587
18588         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18589         (gnus-encrypt-write-file-contents): Make the password key the file
18590         name PLUS the cipher, not just the cipher.  Also remove failed
18591         passwords from the cache.
18592
18593 2004-08-06  Simon Josefsson  <jas@extundo.com>
18594
18595         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18596         Doc fix.
18597
18598 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18599
18600         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18601         LWSP.
18602
18603 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18604
18605         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18606         Try to append in-reply-to: data to the references: header.
18607
18608         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18609         (netrc-parse): Use gnus-encrypt.el functions.
18610
18611         * gnus-encrypt.el: Add new file for encryption support; currently
18612         does only a few GPG ciphers and an internal XOR cipher.
18613
18614         * password.el: Add comments on using password-read-and-add.
18615         (password-read-and-add): Add function to read and add the
18616         password to the cache at once.
18617
18618 2004-07-28  Simon Josefsson  <jas@extundo.com>
18619
18620         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18621         parameter (but don't use it, for now).
18622
18623         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18624         instead of hard coding to nil.
18625
18626 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18627
18628         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18629         as mm-inline-image-xemacs does.
18630
18631 2004-07-26  Simon Josefsson  <jas@extundo.com>
18632
18633         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18634         Revert part of 2004-07-17 change below.
18635
18636 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18637
18638         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18639         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18640
18641 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18642
18643         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18644         quotes that actually start with ">" at the beginning of the
18645         lines.
18646
18647 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18648
18649         * rfc2047.el (rfc2047-encode-region): Fix last change.
18650         (rfc2047-encode-parameter): Remove useless concat.
18651
18652 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18653
18654         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18655         encode special characters; fix some kind of misconfigured headers;
18656         signal a real error if debug-on-quit or debug-on-error is non-nil.
18657         (rfc2047-encode-max-chars): New variable.
18658         (rfc2047-encode-1): Use it.
18659         (rfc2047-encode-parameter): New function.
18660
18661         * mml.el (mml-insert-parameter): Remove an excessive space.
18662
18663 2004-07-17  Simon Josefsson  <jas@extundo.com>
18664
18665         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18666         Kai Grossjohann <kai@emptydomain.de>.
18667         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18668         (gnus-group-make-menu-bar): Ditto.
18669
18670         * gnus-util.el (gnus-group-server): Add.
18671
18672 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18673
18674         * message.el (message-clone-locals): Clone sendmail and smtp
18675         variables.
18676
18677 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18678
18679         * rfc2047.el (rfc2047-encode-region): Fix last change.
18680
18681 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18682
18683         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18684         characters as non-special.
18685
18686 2004-07-09  Simon Josefsson  <jas@extundo.com>
18687
18688         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18689         Users will lose all flag changes made while unplugged with
18690         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18691         good default.  See numerous reports on ding mailing list.
18692
18693 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18694
18695         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18696         add generate-head-function and generate-article-function to the
18697         rfc822-forward entry.
18698         (nndoc-rfc822-forward-generate-article): New function.
18699         (nndoc-rfc822-forward-generate-head): New function.
18700
18701         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18702
18703 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18704
18705         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18706         respect display group parameter and gnus-summary-expunge-below.
18707         (gnus-articles-to-read): Remove unused reference to display group
18708         parameter.
18709
18710 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18711
18712         * nnheader.el (nnheader-uniquify-message-id): New experimental
18713         variable.
18714         (nnheader-nov-read-message-id): Use it.
18715
18716         * spam-report.el (spam-report-gmane): Add interactive.
18717
18718 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18719
18720         * mm-encode.el (mm-content-transfer-encoding-defaults):
18721         Use qp-or-base64 for the application/* types.
18722
18723 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18724
18725         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18726
18727 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18728
18729         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18730         trim value.
18731
18732 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18733
18734         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18735         New macro and function.
18736         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18737
18738 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18739
18740         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18741         after-load-alist.
18742
18743 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18744
18745         * gnus-group.el (gnus-group-get-new-news-this-group):
18746         Don't update info that isn't there.
18747
18748 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18749
18750         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18751         entry.
18752
18753 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18754
18755         * mm-view.el (mm-inline-render-with-function): Use multibyte
18756         buffer; decode html source by charset.
18757
18758         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18759
18760         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18761         Mule-UCS is loaded under XEmacs.
18762         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18763
18764 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18765
18766         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18767
18768 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18769
18770         * mm-util.el (mm-coding-system-p): Return a coding-system.
18771         (mm-mime-mule-charset-alist): Use shift_jis instead of
18772         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18773         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18774         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18775         instead of japanese-shift-jis and iso-latin-1 respectively in
18776         order to share the default value with both Emacs and XEmacs-mule.
18777         (mm-mule-charset-to-mime-charset):
18778         Make mm-coding-system-priorities effective.
18779         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18780         while predicating of candidates upon the priorities.
18781
18782 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18783
18784         * gnus-sum.el (gnus-summary-make-menu-bar):
18785         Add gnus-uu-invert-processable.
18786
18787         * gnus.el: Autoload gnus-uu-invert-processable.
18788
18789 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18790
18791         * mm-util.el (mm-with-multibyte-buffer): New macro.
18792
18793         * rfc2047.el (rfc2047-encode-string): Use it.
18794         (rfc2047-encode-region): Move point to the end of the region after
18795         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18796
18797 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18798
18799         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18800         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18801
18802 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18803
18804         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18805         (gnus-cite-parse): Ignore quoted envelope From_.
18806         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18807
18808 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18809
18810         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18811         invalid addresses.
18812
18813 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18814
18815         * spam.el: Change section markers, revise TODO list.
18816         (spam-backends): Make new master list of all installed backends.
18817         (spam-summary-exit-behavior): Add new variable to determine how
18818         messages moves are done at summary exit.
18819         (spam-move-spam-nonspam-groups-only)
18820         (spam-process-ham-in-nonham-groups)
18821         (spam-process-ham-in-spam-groups): Remove variables, the
18822         spam-summary-exit-behavior variable should be used to manage this
18823         behavior.
18824         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18825         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18826         and spam-old-spam-articles.
18827         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18828         Add empty variables, placeholders for the backends they represent.
18829         (spam-set-difference): Move, unchanged.
18830         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18831         unless the user has a processor variable.
18832         (spam-classifications, spam-classification-valid-p)
18833         (spam-backend-properties, spam-backend-property-valid-p)
18834         (spam-backend-function-type-valid-p)
18835         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18836         (spam-report-articles-gmane, spam-report-articles-resend):
18837         Remove functions, they are not needed.
18838         (spam-install-backend-super, spam-backend-list)
18839         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18840         (spam-backend-function, spam-backend-ham-registration-function)
18841         (spam-backend-spam-registration-function)
18842         (spam-backend-ham-unregistration-function)
18843         (spam-backend-spam-unregistration-function)
18844         (spam-backend-statistical-p, spam-backend-mover-p)
18845         (spam-install-backend-alias, spam-install-checkonly-backend)
18846         (spam-install-mover-backend, spam-install-nocheck-backend)
18847         (spam-install-backend, spam-install-statistical-backend)
18848         (spam-install-statistical-checkonly-backend): Add backend installation
18849         support.
18850         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18851         (spam-group-processor-p): Use the new backend code and respect the
18852         summary exit behavior.
18853         (spam-mark-spam-as-expired-and-move-routine): Remove.
18854         (spam-summary-prepare): Change to use the new spam-old-articles
18855         variable.
18856         (spam-copy-or-move-routine, spam-copy-spam-routine)
18857         (spam-move-spam-routine, spam-copy-ham-routine)
18858         (spam-move-ham-routine): Add code to copy/move ham or spam.
18859         (spam-fetch-field-fast): Improve doc and code, plus allow the
18860         'number request.
18861         (spam-list-of-checks, spam-list-of-statistical-checks):
18862         Remove variables.
18863         (spam-split, spam-find-spam): Use the new backend code.
18864         (spam-registration-functions): Remove variable.
18865         (spam-unregister-routine): Add convenience wrapper.
18866         (spam-log-undo-registration, spam-register-routine)
18867         (spam-log-processing-to-registry)
18868         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18869         where possible.
18870         (spam-check-gmane-xref, spam-check-regex-headers)
18871         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18872         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18873         (spam-check-bogofilter-headers, spam-check-spamoracle)
18874         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18875         (spam-check-crm114-headers): Use the spam-split-group that
18876         spam-split prepares, no need to determine it every time.
18877
18878         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18879         to the nnheader-parse-naked-head call.
18880
18881         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18882
18883         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18884         the nnheader-nov-read-message-id call.
18885
18886 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18887
18888         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18889         gnus-activate-group twice.  Suggested by Markus Peter
18890         <warp@spin.de>.
18891
18892 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18893
18894         * gnus-art.el (gnus-article-time-format): Exchange the order of
18895         day and month in the default value; fix customization type.
18896         (article-date-ut): Use add-text-properties.
18897         (article-make-date-line): Use message-make-date instead of
18898         current-time-string.
18899
18900         * message.el (message-fetch-field): Don't use set-text-properties.
18901         (message-make-date): Simplify.
18902
18903         * messagexmas.el (message-xmas-make-date): New function.
18904         (message-xmas-redefine): Defalias message-make-date to it.
18905
18906 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18907
18908         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18909         (rfc2047-encode-region): Treat text within parentheses as special;
18910         show the original text when error has occurred.
18911
18912         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18913         already-computed method to gnus-activate-group.
18914
18915         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18916         same select-methods identical Lisp objects.
18917
18918         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18919         object when modifying the info.
18920
18921 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18922
18923         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18924         gnus-opened-servers since it has never been opened with the new
18925         configuration yet.
18926
18927 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18928
18929         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18930         arg to nnheader-generate-fake-message-id.
18931
18932 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18933
18934         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18935         number and build a fake message ID localized to a group and
18936         article number (so it's repeatable from that point on).
18937         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18938         ID format.
18939
18940         * gnus-sum.el (gnus-get-newsgroup-headers):
18941         Call nnheader-generate-fake-message-id with the article number.
18942
18943 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18944
18945         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18946         end-of-buffer.
18947
18948 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18949
18950         * message.el (message-ignored-supersedes-headers): Add Approved.
18951
18952 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18953
18954         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18955         goto-char.
18956         (rfc2047-encode): Fold the line before encoding.
18957
18958 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18959
18960         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18961         folding -- not all headers can be folded, and this should be done
18962         by the message composition mode.  Probably.  I think.
18963
18964 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18965
18966         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18967         fast.
18968
18969         * gnus-ems.el (gnus-remove-image): Don't use
18970         message-text-with-property; remove only the image found first.
18971
18972         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18973         found first.
18974
18975 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18976
18977         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18978
18979 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18980
18981         * message.el (message-text-with-property): Make it fast and accept
18982         optional arguments.
18983         (message-strip-forbidden-properties): Use it.
18984         (message-fix-before-sending): Follow the m-t-w-p change.
18985
18986         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18987
18988 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18989
18990         * gnus-art.el (article-hide-headers): Don't change the buffer
18991         mistakenly when performing mml-preview even if
18992         gnus-single-article-buffer is nil.
18993
18994 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18995
18996         * message.el (message-expand-name-databases): New user option.
18997         (message-expand-name): Use it.
18998
18999 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
19000
19001         * spam.el (spam-report-articles-resend)
19002         (spam-report-resend-register-routine): Allow ham reporting.
19003         (spam-report-resend-register-ham-routine): Add wrapper.
19004         (spam-registration-functions): Add ham resending functions.
19005         (spam-list-of-processors): Add ham resend processor.
19006
19007         * gnus.el (ham-resend-to): Add new group parameter.
19008         (spam-process): Add ham resend option.
19009
19010         * spam-report.el (spam-report-resend): Allow reporting ham.
19011         (spam-report-resend-ham): Add wrapper.
19012
19013 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19014
19015         * message.el (message-cite-articles-with-x-no-archive):
19016         New variable.
19017         (message-cite-original): Use it.
19018
19019 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19020
19021         * message.el (message-cite-original): Respect X-No-Archive.
19022
19023 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19024
19025         * gnus-art.el (article-hide-headers): Refer to the values for
19026         gnus-ignored-headers and gnus-visible-headers in the summary
19027         buffer since a user may have set them as group parameters.
19028
19029 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
19030
19031         * assistant.el (assistant-node-name): Add convenience function.
19032         (assistant-render-text, assistant-render-node): Add error handling,
19033         plus handle multiple next nodes.
19034         (assistant-find-next-node): Comment out for now.
19035         (assistant-find-next-nodes): Add function, returns list of next
19036         nodes.
19037
19038 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
19039
19040         * mail-source.el (mail-source-directory): Fix doc-string.
19041
19042 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
19043
19044         * assistant.el (assistant-render-text, assistant-eval): Add :set
19045         widget type, which is different because it takes and returns a
19046         list.  Much hilarity ensues.
19047
19048 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
19049
19050         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19051
19052         * gnus-group.el (gnus-group-get-new-news-this-group):
19053         Add doc-string.
19054
19055         * gnus-start.el (gnus-activate-group): Add doc-string.
19056
19057 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19058
19059         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
19060
19061 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
19062
19063         * assistant.el (assistant-render-text): Try to add a :set
19064         widget, more to come.
19065
19066         * spam.el (spam-group-spam-contents-p): Handle empty groupname
19067         strings.
19068         (spam-report-articles-resend)
19069         (spam-register-routine): Do registration iff any articles warrant
19070         it.
19071         (spam-summary-prepare-exit): Change log message for nil group
19072         destinations.
19073
19074 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
19075
19076         * spam.el (spam-report-resend-register-routine):
19077         Allow spam-report-resend-to to be a group parameter or a global value.
19078
19079 2004-05-26  Simon Josefsson  <jas@extundo.com>
19080
19081         * starttls.el: Merge with my GNUTLS based starttls.el.
19082         (starttls-gnutls-program, starttls-use-gnutls)
19083         (starttls-extra-arguments, starttls-process-connection-type)
19084         (starttls-connect, starttls-failure, starttls-success):
19085         New variables.
19086         (starttls-program, starttls-extra-args): Doc fix.
19087         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19088         New functions.
19089         (starttls-negotiate, starttls-open-stream):
19090         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19091         function if it is set.
19092
19093 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19094
19095         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19096         structured fields.
19097
19098 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19099
19100         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19101
19102 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
19103
19104         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19105         Add variable.
19106         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
19107         assigning the spam-mark to new messages.
19108
19109 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
19110
19111         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19112
19113 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19114
19115         * dgnushack.el: Autoload customize-set-variable for XEmacs.
19116
19117         * rfc2047.el (rfc2047-encodable-p): Don't move point.
19118         (rfc2047-decode): Treat the ascii coding-system as raw-text by
19119         default.
19120
19121 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
19122
19123         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19124         correct data.
19125
19126 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
19127
19128         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19129         (spam-group-processor-p): Fix function.
19130         (spam-group-processor-multiple-p)
19131         (spam-group-spam-processor-report-gmane-p)
19132         (spam-group-spam-processor-report-resend-p)
19133         (spam-group-spam-processor-bogofilter-p)
19134         (spam-group-spam-processor-blacklist-p)
19135         (spam-group-spam-processor-ifile-p)
19136         (spam-group-ham-processor-ifile-p)
19137         (spam-group-spam-processor-spamoracle-p)
19138         (spam-group-spam-processor-crm114-p)
19139         (spam-group-ham-processor-bogofilter-p)
19140         (spam-group-spam-processor-stat-p)
19141         (spam-group-ham-processor-stat-p)
19142         (spam-group-ham-processor-whitelist-p)
19143         (spam-group-ham-processor-BBDB-p)
19144         (spam-group-ham-processor-spamoracle-p)
19145         (spam-group-ham-processor-copy-p): Remove functions with some
19146         prejudice against unneeded code.
19147         (spam-report-articles-resend)
19148         (spam-report-resend-register-routine): Allow the group/topic
19149         spam-resend-to value to override spam-report-resend-to.
19150         (spam-summary-prepare-exit): Invoke spam-group-processor-p
19151         properly now.
19152
19153         * gnus.el (spam-resend-to): Add group/topic parameter.
19154         (spam-process): Move the OBSOLETE processors to the end of the
19155         choices.
19156
19157 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
19158
19159         * spam-report.el (spam-report-resend-to, spam-report-resend):
19160         Start with resend-to set to nil, and then ask the user if necessary.
19161         (spam-report-resend): spam-report-resend takes a list of articles, not
19162         separate article numbers.
19163
19164 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19165
19166         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19167         addition to emacs-w3m.
19168
19169 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19170
19171         * assistant.el (assistant-authinfo-data): New function.
19172         (assistant-eval): Eval for entire assistant.
19173
19174         * netrc.el (netrc-services-file): New variable.
19175         (netrc-parse-services): New function.
19176         (netrc-find-service-name): New function.
19177         (netrc-find-service-number): New function.
19178         (netrc-port-equal): New function.
19179         (netrc-machine): Use it.
19180
19181         * nnimap.el (nnimap-open-connection): Use netrc.
19182
19183         * gnus-util.el (gnus-netrc-get): Remove aliases.
19184
19185         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19186
19187         * assistant.el (wid-edit): Fix compilation.
19188
19189         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19190
19191 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
19192
19193         * gnus-util.el (gnus-set-file-modes): New function.  (small
19194         patch).
19195
19196 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19197
19198         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19199
19200         * assistant.el (assistant-render-node): Fix up rendering and
19201         read-only text.
19202         (assistant-render-node): Reset.
19203         (assistant-make-read-only): Not sticky.
19204
19205 2004-05-20  Danny Siu  <dsiu@adobe.com>
19206
19207         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19208         centered even when gnus-auto-center-summary is t.
19209
19210 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19211
19212         * dns.el (dns-get-txt-answer): New function.
19213         (dns-read-txt): Ditto.
19214         (query-dns): Use it.
19215
19216 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19217
19218         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19219         active for foreign groups even if the group level is higher than
19220         the specified value.
19221
19222 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19223
19224         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19225         non-active groups.
19226
19227         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19228
19229 2004-05-20  Magnus Henoch  <mange@freemail.hu>
19230
19231         * dns.el (dns-read-type): Add support for SVR.  (small patch)
19232
19233 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19234
19235         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19236         (spam-crm114-header, spam-crm114-spam-switch)
19237         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19238         (spam-crm114-positive-spam-header)
19239         (spam-crm114-database-directory, spam-list-of-processors)
19240         (spam-group-spam-processor-crm114-p)
19241         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19242         (spam-generic-score, spam-list-of-checks)
19243         (spam-list-of-statistical-checks, spam-registration-functions)
19244         (spam-check-crm114-headers, spam-crm114-score)
19245         (spam-check-crm114, spam-crm114-register-with-crm114)
19246         (spam-crm114-register-spam-routine)
19247         (spam-crm114-unregister-spam-routine)
19248         (spam-crm114-register-ham-routine)
19249         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19250         From asjo@koldfront.dk (Adam Sjøgren).
19251
19252         * gnus.el: Add spam-use-crm114.
19253
19254         * spam.el (spam-list-of-processors, spam-registration-functions):
19255         Add spam-use-resend.
19256         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19257         (spam-report-articles-gmane): Add doc fix.
19258         (spam-report-articles-resend, spam-report-resend-register-routine):
19259         Add wrappers around spam-report-resend-to.
19260
19261         * spam-report.el (spam-report-resend-to, spam-report-resend):
19262         Add support for resending spam.
19263         (spam-report-gmane): Fix line length >80.
19264
19265         * gnus.el (spam-process): Add spam-use-resend.
19266
19267 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19268
19269         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19270         number of processed spam messages.
19271         (spam-ham-copy-or-move-routine): Return the number of processed
19272         ham messages.
19273         (spam-summary-prepare-exit): Use the above values to decide
19274         whether status messages shouled be displayed.
19275
19276 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19277
19278         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19279         `rfc2047-encoding-function-alist' in order to avoid conflicting
19280         with the old version.
19281         (rfc2047-encode-region): Concatenate words containing non-ASCII
19282         characters in structured fields; don't encode space-delimited
19283         ASCII words even in unstructured fields; don't break words at
19284         char-category boundaries.
19285         (rfc2047-encode-1): New function.
19286         (rfc2047-encode): Use it; encode text so that it occupies the
19287         maximum width within 76-column; work correctly on Q encoding for
19288         iso-2022-* charsets.
19289         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19290         sure not to break a line just after the header name.
19291         (rfc2047-b-encode-region): Remove.
19292         (rfc2047-b-encode-string): New function.
19293         (rfc2047-q-encode-region): Remove.
19294         (rfc2047-q-encode-string): New function.
19295
19296         * mm-util.el (mm-replace-in-string): New function.
19297
19298 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19299
19300         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19301         Really get it right.
19302         (gnus-inews-make-draft): Really.
19303
19304 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19305
19306         * nnmh.el (nnmh-request-list-1): Don't check the link count
19307         before descending.  (small patch)
19308
19309 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19310
19311         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19312         stuff.
19313
19314         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19315         Match on real group name.
19316
19317         * gnus-art.el (gnus-signature-limit): Doc fix.
19318
19319         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19320
19321         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19322
19323 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19324
19325         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19326         isn't a string.
19327
19328 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19329
19330         * gnus-draft.el (gnus-draft-send):
19331         Bind rfc2047-encode-encoded-words.
19332
19333         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19334         (rfc2047-encodable-p): Say that =? needs encoding.
19335         (rfc2047-encode-encoded-words): New variable.
19336
19337         * gnus-group.el (gnus-group-select-group): Doc fix.
19338
19339         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19340
19341         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19342         to nil.
19343
19344         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19345
19346         * nnheader.el (nnheader-get-lines-and-char): New function.
19347
19348 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19349
19350         * gnus-msg.el (gnus-summary-followup-with-original):
19351         Document yanking of region when active.
19352
19353 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19354
19355         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19356         groups if the group level is higher than the specified value.
19357
19358 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19359
19360         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19361         (gnus-group-jump-to-group): Add prefix argument using
19362         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19363         non-active group.
19364
19365         * compface.el (uncompface): Be verbose when changing
19366         `uncompface-use-external'.
19367
19368         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19369         handle manual section.
19370
19371 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19372
19373         * gnus-art.el (gnus-button-alist): Revert previous change.
19374
19375 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19376
19377         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19378
19379 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19380
19381         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19382         whether backend can accept message.
19383
19384         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19385
19386 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19387
19388         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19389         Avoid creating directory when nntp-marks-is-evil is true.
19390         Reported by Reiner Steib.
19391
19392 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19393
19394         * gnus-picon.el (gnus-picon-style): New variable.
19395         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19396         (gnus-picon-transform-address): Support `gnus-picon-style'.
19397         From Jesper Harder <harder@ifa.au.dk>.
19398
19399 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19400
19401         * message.el (message-fill-field): Return point.
19402         (message-generate-headers): Go to end of field.
19403
19404         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19405         stuff for non-living groups.
19406
19407 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19408
19409         * gnus-art.el (gnus-article-followup-with-original)
19410         (gnus-article-reply-with-original): gnus-mark-active-p ->
19411         gnus-region-active-p.
19412
19413 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19414
19415         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19416         only when there is spam or ham to be processed.
19417
19418 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19419
19420         * mail-source.el (mail-source-delete-crash-box): Refactor.
19421         (mail-source-fetch): Use it.
19422         (mail-source-fetch-file): Ditto.
19423         (mail-source-fetch-directory): Run postscript in loop.
19424         (mail-source-fetch-pop): Delete.
19425         (mail-source-fetch-maildir): Ditto.
19426         (mail-source-fetch-imap): Ditto.
19427
19428         * imap.el (imap-authenticators): Comment out sasl.
19429
19430         * message.el (message-skip-to-next-address): New function.
19431         (message-fill-header-address): Refactor.
19432         (message-fill-address): Use it.
19433         (message-delete-address): Use it.
19434         (message-fill-header-general): Refactor.
19435         (message-fill-field-address): Rename.
19436         (message-narrow-to-field): Find the start of the header.
19437         (message-header-format-alist): Don't pre-fill.
19438         (message-fill-header): Remove.
19439         (message-insert-header): New function.
19440         (message-shorten-references): Use it.
19441
19442         * rfc2047.el (rfc2047-field-value): Strip props.
19443
19444         * mail-parse.el (mail-header-make-address): New alias.
19445
19446         * ietf-drums.el (ietf-drums-make-address): New function.
19447
19448         * imap.el: Add compiler directives.
19449
19450         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19451
19452         * gnus-art.el (article-decode-idna-rhs): Don't use
19453         message-idna-inside-rhs-p.
19454
19455 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19456
19457         * message.el (message-idna-inside-rhs-p): Remove.
19458         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19459
19460         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19461         false positives.
19462
19463 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19464
19465         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19466
19467 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19468
19469         * nneething.el (nneething-file-name): Don't create spurious
19470         files.
19471
19472         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19473         (gnus-inews-do-gcc): Remove sleep.
19474
19475         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19476         part under point.
19477
19478         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19479         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19480
19481 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19482
19483         * spam.el (spam-summary-prepare-exit): Fix (length).
19484
19485 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19486
19487         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19488         as expired without moving it" message when there are spam
19489         messages left.
19490
19491 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19492
19493         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19494         header is not nil.
19495
19496 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19497
19498         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19499         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19500         (nntp-marks-changed-p): New arg SERVER.
19501         (nntp-request-update-info): Adjust caller.
19502
19503 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19504
19505         * nntp.el (nntp-save-marks): Pass missing arg.
19506
19507 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19508
19509         * nntp.el: Support marks.
19510         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19511         (nntp-marks-modtime, nntp-marks-directory): New variables.
19512         (nntp-request-set-mark, nntp-request-update-info)
19513         (nntp-possibly-create-directory, nntp-marks-changed-p)
19514         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19515         New functions.
19516
19517 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19518
19519         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19520         (gnus-xmas-redefine): Rename.
19521
19522         * gnus-score.el (gnus-score-insert-help):
19523         Use gnus-select-lowest-window.
19524
19525         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19526         appt-select-lowest-window and rename to gnus-select-lowest-window.
19527
19528         * gnus.el: do.
19529
19530 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19531
19532         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19533         encodings of MIME-encoded words, in order to improve
19534         interoperability with several broken MUAs.
19535
19536 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19537
19538         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19539         tags, only when charsets are not specified in headers.
19540         (mm-inline-text-html-render-with-w3m): Ditto.
19541
19542         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19543         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19544
19545 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19546
19547         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19548         instead of MIME-decoded from fields when checking
19549         `gnus-article-address-banner-alist'.
19550
19551 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19552
19553         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19554         description rather than subject.
19555
19556 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19557
19558         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19559
19560 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19561
19562         * gnus.el (gnus-version-number): Bump.
19563
19564 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19565
19566         * gnus.el: No Gnus v0.2 is released.
19567
19568 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19569
19570         * gnus-agent.el (gnus-agent-read-agentview):
19571         Inline gnus-uncompress-range.
19572
19573 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19574
19575         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19576         `exec-installed-p'.
19577
19578 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19579
19580         * gnus.el (spam-process, spam-autodetect-methods):
19581         Add bsfilter and bsfilter-headers.
19582
19583         * spam.el (spam-bsfilter): New customize group.
19584         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19585         (spam-bsfilter-header, spam-bsfilter-probability-header)
19586         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19587         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19588         (spam-bsfilter-database-directory): New options.
19589         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19590         (spam-list-of-statistical-checks, spam-registration-functions):
19591         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19592         (spam-bsfilter-score): New command.
19593         (spam-check-bsfilter-headers, spam-check-bsfilter)
19594         (spam-bsfilter-register-with-bsfilter)
19595         (spam-bsfilter-register-spam-routine)
19596         (spam-bsfilter-unregister-spam-routine)
19597         (spam-bsfilter-register-ham-routine)
19598         (spam-bsfilter-unregister-ham-routine): New functions.
19599         (spam-generic-score): Support bsfilter; Accept an optional argument
19600         to recalcurate spam score even if scoring header has already been
19601         added.
19602         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19603         optional argument to recalcurate spam score even if scoring header
19604         has already been added.
19605
19606 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19607
19608         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19609         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19610         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19611         link is missing.
19612
19613 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19614
19615         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19616         (html2text-get-attr): Rewrite.
19617
19618         * message.el (message-setup-1): Remove redundant put-text-property
19619         on mail-header-separator.
19620
19621 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19622
19623         * gnus-registry.el (gnus-registry-cache-whitespace)
19624         (gnus-registry-action, gnus-registry-spool-action)
19625         (gnus-registry-split-fancy-with-parent): Change message levels
19626         from 5 to 3 or 7, as needed.
19627
19628         * spam.el (spam-summary-prepare-exit)
19629         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19630         (spam-split, spam-find-spam, spam-log-undo-registration)
19631         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19632         level from 5 to 6.
19633
19634 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19635
19636         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19637         2004-03-04 change).
19638
19639 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19640
19641         * sieve-manage.el (sieve-manage-open):
19642         * nnweb.el (nnweb-insert-html):
19643         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19644         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19645         * nnspool.el (nnspool-request-group):
19646         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19647         * nnml.el (nnml-request-update-info):
19648         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19649         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19650         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19651         (nnimap-request-set-mark):
19652         * nnfolder.el (nnfolder-request-update-info):
19653         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19654         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19655         * gnus-uu.el (gnus-uu-find-articles-matching):
19656         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19657         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19658         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19659         * gnus-nocem.el (gnus-nocem-scan-groups):
19660         * gnus-int.el (gnus-start-news-server):
19661         * gnus-group.el (gnus-group-make-kiboze-group)
19662         (gnus-group-browse-foreign-server):
19663         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19664         Use mapc when appropriate.
19665
19666 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19667
19668         FIXME: Make separate entries for each person.
19669
19670         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19671         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19672         <shields@msrl.com>:
19673
19674         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19675         may need for spam sorting and scoring.
19676         (spam-user-format-function-S): Add user format function suitable for
19677         general use.
19678         (spam-article-sort-by-spam-status): Add sorting function for summary
19679         sorting.
19680         (spam-extra-header-to-number): Add function to get a score from a
19681         header.
19682         (spam-summary-score): Add function to get a numeric score from the
19683         headers.
19684         (spam-generic-score): Fix function doc, was in wrong place.
19685         (spam-initialize): Take symbols when it's run, and install the
19686         extra headers that spam-necessary-extra-headers thinks we need.
19687
19688 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19689
19690         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19691         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19692
19693 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19694
19695         * gnus-sum.el (gnus-set-global-variables)
19696         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19697         (gnus-article-get-xrefs, gnus-summary-best-group)
19698         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19699         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19700         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19701         Use with-current-buffer.
19702
19703 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19704
19705         * spam.el (spam-summary-prepare-exit): Simplify logic.
19706         (spam-fetch-article-header): Read the article header if it's not
19707         available.
19708         (spam-list-articles): Simplify logic.
19709         (spam-filelist-register-routine): Fix bug with unregister-list.
19710
19711         * gnus-registry.el: Fix comments at beginning.
19712
19713 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19714
19715         * message.el (message-cater-to-broken-inn): Remove.
19716         (message-shorten-references): Make sure the total folded length of
19717         References is shorter than 998 characters to cater to a bug in INN
19718         2.3.  Also, don't pretend that references aren't folded -- this
19719         hasn't worked for a while.
19720
19721 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19722
19723         * gnus-agent.el (gnus-agentize):
19724         gnus-agent-send-mail-real-function no longer set to current value
19725         of message-send-mail-function but rather a lambda that calls
19726         message-send-mail-function.  The change makes the agent real-time
19727         responsive to user changes to message-send-mail-function.
19728
19729 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19730
19731         * legacy-gnus-agent.el
19732         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19733         help from Florian Weimer <fw@deneb.enyo.de>
19734
19735 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19736
19737         * nnmail.el (nnmail-cache-insert): Revert last change.
19738
19739 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19740
19741         * nnmail.el (nnmail-cache-insert): Always check whether
19742         nnmail-cache-ignore-groups matches a group name.
19743
19744 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19745
19746         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19747         (spam-find-spam, spam-log-processing-to-registry)
19748         (spam-log-registered-p, spam-log-unregistration-needed-p)
19749         (spam-log-undo-registration): Use gnus-message instead of
19750         gnus-error, none of these errors are fatal.
19751
19752         * gnus-registry.el (gnus-registry-clean-empty-function)
19753         (gnus-registry-clean-empty): Remove only empty entries without
19754         extra data.
19755
19756 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19757
19758         * spam-stat.el (spam-stat-buffer-change-to-spam)
19759         (spam-stat-buffer-change-to-non-spam): Change (error) to
19760         (gnus-message 8) invocation.
19761
19762 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19763
19764         * nntp.el (nntp-via-netcat-command): New variable.
19765         (nntp-via-netcat-switches): New variable.
19766         (nntp-open-via-rlogin-and-netcat): New function.
19767         (nntp-open-connection-function): Doc fix.
19768         (nntp-telnet-command): Doc fix.
19769         (nntp-end-of-line): Doc fix.
19770         (nntp-via-rlogin-command): Doc fix.
19771         (nntp-via-user-name): Doc fix.
19772         (nntp-via-address): Doc fix.
19773
19774 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19775
19776         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19777         error in Emacs 21.1.
19778
19779 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19780
19781         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19782
19783 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19784
19785         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19786         (gnus-agent-with-refreshed-group): New macro.
19787         (gnus-agent-rename-group): New function.
19788         (gnus-agent-delete-group): New function.
19789         (gnus-agent-save-group-info): Use gnus-command-method when
19790         `method' parameter is nil.  Don't write nil entries into the
19791         active file.
19792         (gnus-agent-get-group-info): New function.
19793         (gnus-agent-fetch-articles):
19794         Use gnus-agent-update-files-total-fetched-for to increment disk space
19795         used.
19796         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19797         Use gnus-agent-update-view-total-fetched-for to increment disk space
19798         used.
19799         (gnus-agent-get-local): Add optional parameters to avoid calling
19800         gnus-group-real-name and gnus-find-method-for-group.
19801         (gnus-agent-set-local): Delete stored entry if either min, or max,
19802         are nil.
19803         (gnus-agent-fetch-session): Reworded error/quit messages.
19804         On quit, use gnus-agent-regenerate-group to record existance of any
19805         articles fetched to disk before the quit occurred.
19806         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19807         gnus-agent-update-view-total-fetched-for, and
19808         gnus-agent-update-files-total-fetched-for to decrement disk space
19809         used.
19810         (gnus-agent-retrieve-headers):
19811         Use gnus-agent-update-view-total-fetched-for to increment disk space
19812         used.
19813         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19814         with gnus-agent-update-files-total-fetched-for to decrement disk
19815         space and fresh group buffer.
19816         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19817         (gnus-agent-need-update-total-fetched-for): New variable.
19818         (gnus-agent-update-files-total-fetched-for): New function.
19819         (gnus-agent-update-view-total-fetched-for): New function.
19820         (gnus-agent-total-fetched-for): New function.
19821
19822         * gnus-cache.el (gnus-cache-save-buffers):
19823         Use gnus-cache-update-overview-total-fetched-for to change disk space
19824         used by this group.
19825         (gnus-cache-possibly-enter-article):
19826         Use gnus-cache-update-file-total-fetched-for to increment disk space
19827         used by this group.
19828         (gnus-cache-possibly-remove-article):
19829         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19830         used by this group.
19831         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19832         (gnus-cache-rename-group): New function.
19833         (gnus-cache-delete-group): New function.
19834         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19835         (gnus-cache-need-update-total-fetched-for): New variable.
19836         (gnus-cache-with-refreshed-group): New macro.
19837         (gnus-cache-update-file-total-fetched-for): New function.
19838         (gnus-cache-update-overview-total-fetched-for): New function.
19839         (gnus-cache-rename-group-total-fetched-for): New function.
19840         (gnus-cache-delete-group-total-fetched-for): New function.
19841         (gnus-cache-total-fetched-for): New function.
19842
19843         * gnus-group.el: Require gnus-sum and autoload functions to
19844         resolve warnings when gnus-group.el compiled alone.
19845         (gnus-group-line-format): Documented new %F.
19846         (size of Fetched data) group line format; identifies disk space
19847         used by agent and cache.
19848         (gnus-group-line-format-alist): Defined new F format.
19849         (gnus-total-fetched-for): New function.
19850         (gnus-group-delete-group): No longer update
19851         gnus-cache-active-altered as gnus-request-delete-group now keeps
19852         the cache in sync.
19853         (gnus-group-list-active): Let the agent store a server's active
19854         list if currently plugged.
19855
19856         * gnus-int.el (gnus-request-delete-group):
19857         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19858         local disk in sync with the server.
19859         (gnus-request-rename-group):
19860         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19861         local disk in sync with the server.
19862
19863         * gnus-start.el (gnus-get-unread-articles):
19864         Cosmetic simplification to logic.
19865
19866         * gnus-util.el (gnus-rename-file): New function.
19867
19868 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19869
19870         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19871
19872 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19873
19874         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19875         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19876
19877 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19878
19879         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19880         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19881
19882 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19883
19884         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19885
19886 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19887
19888         * spam.el (spam-set-difference): Add function to replace
19889         gnus-set-difference in spam.el.
19890         (spam-summary-prepare-exit): Use spam-set-difference.
19891
19892 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19893
19894         * gnus-registry.el (gnus-registry-cache-file): Update to use
19895         gnus-dribble-directory OR gnus-home-directory OR ~.
19896         (gnus-registry-split-fancy-with-parent): Fix doc.
19897
19898 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19899
19900         * message.el (message-exchange-point-and-mark):
19901         Use message-mark-active-p.  Suggested by Jesper Harder
19902         <harder@ifa.au.dk>.
19903
19904 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19905
19906         * message.el (message-exchange-point-and-mark): Don't activate
19907         region if it was inactive.  Suggested by Hiroshi Fujishima
19908         <pooh@nature.tsukuba.ac.jp>.
19909
19910 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19911
19912         * gnus-art.el (article-display-face): Display Faces in the same
19913         order as X-Faces.
19914
19915 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19916
19917         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19918
19919 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19920
19921         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19922         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19923         (gnus-article-mime-hierarchy): Remove.
19924         (gnus-article-mime-hierarchy-next): Remove.
19925         (gnus-article-mode): Revert 2004-03-19 change.
19926         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19927         (gnus-insert-mime-button): Revert 2004-03-19 change.
19928         (gnus-mime-accumulate-hierarchy): Remove.
19929         (gnus-mime-enter-multipart): Remove.
19930         (gnus-mime-leave-multipart): Remove.
19931         (gnus-mime-display-part): Revert 2004-03-19 change.
19932         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19933
19934         * mml.el (mml-preview): Revert 2004-03-19 change.
19935
19936 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19937
19938         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19939
19940 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19941
19942         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19943         t while entering a file name using the mm-with-multibyte macro.
19944         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19945
19946         * mm-util.el (mm-with-multibyte): New macro.
19947
19948 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19949
19950         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19951         New user option.
19952         (gnus-mime-multipart-functions): Doc and customization fix.
19953         (gnus-article-mime-hierarchy): New variable.
19954         (gnus-article-mime-hierarchy-next): New variable.
19955         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19956         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19957         gnus-article-mime-hierarchy-next to nil.
19958         (gnus-insert-mime-button): Show hierarchy numbers.
19959         (gnus-mime-accumulate-hierarchy): New function.
19960         (gnus-mime-enter-multipart): New function.
19961         (gnus-mime-leave-multipart): New function.
19962         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19963         (gnus-mime-display-alternative): Show hierarchy numbers.
19964
19965         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19966         gnus-article-mime-hierarchy-next to nil.
19967
19968 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19969
19970         * dns.el: Don't require gnus-xmas.
19971
19972 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19973
19974         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19975         inline PGP.
19976         (mml-menu): Disable mml-quote-region if mark is inactive.
19977
19978 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19979
19980         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19981         when the group's active is not available.
19982
19983 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19984
19985         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19986         error.
19987
19988 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19989
19990         * imap.el (imap-store-password): New variable.
19991         (imap-interactive-login): Use it.
19992         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19993
19994 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19995
19996         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19997         window-start and hscroll to summary window.
19998
19999 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20000
20001         * gnus-start.el (gnus-convert-old-newsrc): Only write the
20002         conversion message to newsrc-dribble when an actual conversion is
20003         performed.
20004
20005 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
20006
20007         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
20008
20009 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20010
20011         * mm-decode.el (mm-complicated-handles): New function reviving
20012         former definition of mm-multiple-handles.
20013
20014         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
20015         (gnus-mime-delete-part): Use it.
20016
20017 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20018
20019         * gnus-agent.el (gnus-agent-read-local):
20020         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
20021         avoid the implicit assumption that they will always be equal.
20022         (gnus-agent-save-local): Bind buffer-file-coding-system, not
20023         coding-system-for-write, as the with-temp-file macro first prints
20024         to a buffer then saves the buffer.
20025
20026 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20027
20028         * gnus-art.el (gnus-article-edit-part): New function.
20029         (gnus-mime-save-part-and-strip): Use it; do query instead of
20030         signaling an error; don't use mm-multiple-handles.
20031         (gnus-mime-delete-part): Ditto.
20032
20033 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20034
20035         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
20036         old file versions.
20037         (gnus-group-prepare-hook): Remove function that converted list
20038         form of gnus-agent-expire-days to group properties.
20039
20040         * gnus-int.el: Autoload gnus-agent-regenerate-group.
20041         (gnus-request-accept-article): Re-indented.
20042
20043         * gnus-start.el (gnus-convert-old-newsrc): Registered new
20044         converters to handle old agent file formats.  Add logic for a
20045         "backup before upgrading warning".
20046         (gnus-convert-mark-converter-prompt): Developers can mark
20047         functions as needing (default), or not needing,
20048         gnus-convert-old-newsrc's "backup before upgrading warning".
20049         (gnus-convert-converter-needs-prompt): Tests whether the user
20050         should be protected from potentially irreversable changes by the
20051         function.
20052
20053         * legacy-gnus-agent.el: New.  Provides converters that are only
20054         loaded when gnus-convert-old-newsrc needs to call them.
20055
20056 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20057
20058         * mail-source.el (mail-source-touch-pop): Doc fix.
20059
20060         * message.el (message-smtpmail-send-it): Doc fix.
20061
20062 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
20063
20064         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
20065
20066         * nnmail.el (nnmail-split-fancy): do.
20067
20068         * gnus-kill.el (gnus-kill, gnus-execute): do.
20069
20070 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
20071
20072         * gnus-sum.el (gnus-widget-reversible-match)
20073         (gnus-widget-reversible-to-internal)
20074         (gnus-widget-reversible-to-external): New functions.
20075         (gnus-widget-reversible): New widget.
20076         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20077
20078 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
20079
20080         * gnus-sum.el (gnus-thread-sort-functions)
20081         (gnus-article-sort-functions): Document `(not F)' items.
20082
20083 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
20084
20085         * spam.el (spam-use-gmane-xref): Add new backend.
20086         (spam-gmane-xref-spam-group): Add variable to control the name of the
20087         Gmane spam group.
20088         (spam-blackhole-servers, spam-blackhole-good-server-regex)
20089         (spam-regex-headers-spam, spam-regex-headers-ham)
20090         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20091         (spam-list-of-checks): Add spam-use-gmane-xref to list of
20092         backends and checks.
20093         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20094
20095         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20096         an autodetect method.
20097
20098 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20099
20100         * gnus-int.el (gnus-request-accept-article): Inform the agent that
20101         articles are being added to a group.
20102         (gnus-request-replace-article): Inform the agent that articles
20103         need to be uncached as the cached contents are no longer valid.
20104
20105 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20106
20107         * binhex.el: Don't autoload executable-find.
20108
20109         * canlock.el: Don't autoload mail-fetch-field.
20110
20111         * dgnushack.el: Autoload c-mode for XEmacs.
20112
20113         * gnus-ems.el: Don't autoload appt-select-lowest-window.
20114
20115         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20116         rmail-dont-reply-to and rmail-output.
20117
20118         * gnus-score.el: Don't autoload ffap-string-at-point.
20119
20120         * gnus-setup.el: Don't autoload sc-cite-original.
20121
20122         * imap.el: Don't autoload base64-decode-string,
20123         base64-encode-string and md5.
20124
20125         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20126         and rmail-msg-restore-non-pruned-header.
20127
20128         * mm-decode.el: Don't autoload executable-find.
20129
20130         * mm-url.el: Don't autoload executable-find.
20131
20132         * mm-view.el: Don't autoload diff-mode.
20133
20134         * nndb.el: Don't autoload news-reply-mode, news-setup,
20135         cancel-timer and telnet.
20136
20137         * password.el: Don't autoload run-at-time for Emacs.
20138
20139         * sha1-el.el: Don't autoload executable-find.
20140
20141         * sieve-mode.el: Don't autoload c-mode.
20142
20143         * uudecode.el: Don't autoload executable-find.
20144
20145 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20146
20147         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20148         (gnus-agent-possibly-alter-active): Avoid null in numeric
20149         comparison.
20150         (gnus-agent-set-local): Refuse to save null in local object table.
20151         (gnus-agent-regenerate-group): The REREAD parameter can now be a
20152         list of articles that will be marked as unread.
20153
20154 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20155
20156         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20157
20158 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20159
20160         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20161         language tags.
20162
20163 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
20164
20165         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20166         Don't bind "obarray".
20167
20168         * gnus-sum.el (gnus-thread-sort-functions):
20169         Add `gnus-thread-sort-by-most-recent-number' and
20170         `gnus-thread-sort-by-most-recent-date'.
20171         Reported by Kai Grossjohann <kai@emptydomain.de>.
20172
20173 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20174
20175         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20176
20177 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20178
20179         * gnus-cus.el (gnus-agent-customize-category):
20180         Remove ignore-errors macro reference that required cl to be loaded at
20181         run-time.
20182
20183         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20184         single-interval range of the form (min . max).  Previously the
20185         range had to look like ((min . max)).  Likewise, return
20186         (min . max) rather than ((min . max)).
20187         (gnus-range-map): Use gnus-range-normalize to accept
20188         single-interval range.
20189
20190         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20191         the cache, but not the agent, now appear with their usual face.
20192
20193         * dgnushack.el (loaddir): New variable that is bound to the
20194         directory containing the dgnushack.el file. Use loaddir, rather
20195         than srcdir, to update load-path. Change lets dgnushack compile
20196         code in directories other than GNUS/lisp.
20197
20198 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20199
20200         * lpath.el: Don't bind w3m-safe-url-regexp.
20201
20202         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20203         w3m-safe-url-regexp variable buffer-local.
20204
20205         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20206
20207 2004-02-27  Simon Josefsson  <jas@extundo.com>
20208
20209         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20210         gnus-group-real-prefix.
20211         (gnus-summary-move-article): Use it, instead of
20212         gnus-group-real-prefix.
20213
20214 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20215
20216         * lpath.el: Bind w3m-safe-url-regexp.
20217
20218         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20219         w3m-safe-url-regexp variable buffer-local and set it as the value
20220         of mm-w3m-safe-url-regexp.
20221
20222         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20223
20224         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20225         parsing gnus-posting-styles when the message is not for replying.
20226
20227         * dgnushack.el: Autoload sgml-mode for XEmacs.
20228
20229         * nnrss.el (nnrss-opml-export):
20230         Use mm-set-buffer-file-coding-system instead of
20231         set-buffer-file-coding-system.
20232
20233 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20234
20235         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20236         of checkdoc.el).
20237         * nnrss.el: do.
20238         * gnus-mlspl.el: do.
20239         * gnus-ml.el: do.
20240         * gnus-srvr.el: do.
20241
20242         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20243
20244 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20245
20246         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20247         Corrections to custom-manual links.
20248
20249         * gnus-art.el (gnus-article): Ditto.
20250
20251         * mm-decode.el (mime-display, mime-security): Ditto.
20252
20253 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20254
20255         * flow-fill.el: Typo.
20256
20257 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20258
20259         * spam-wash.el: New file.
20260
20261 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20262
20263         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20264
20265 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20266
20267         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20268         to be run with new-articles as LIST1, not LIST2.
20269         (spam-registration-functions): Add spam-use-ham-copy as a nil
20270         registration backend.
20271
20272 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20273
20274         * spam-stat.el (spam-stat-washing-hook): New option.
20275         (spam-stat-buffer-words): Use it.
20276         (spam-stat-process-directory, spam-stat-test-directory):
20277         Use insert-file-contents-literally.
20278         (spam-stat-coding-system): New variable.
20279         (spam-stat-load, spam-stat-save): Use it.
20280
20281 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20282
20283         * spam-report.el (spam-report-plug-agent):
20284         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20285
20286 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20287
20288         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20289         Allow / in mailto URLs.
20290
20291 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20292
20293         * spam-report.el (spam-report-process-queue): Fix interactive use.
20294         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20295         (spam-report-unplug-agent): Doc fixes.
20296         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20297         (spam-report-agentize, spam-report-deagentize): Autoload.
20298
20299 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20300
20301         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20302
20303         * message.el (message-setup-fill-variables): Add mml tags to
20304         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20305         <ajk@iu.edu>.
20306         (message-mode): Don't modify paragraph-separate there.
20307
20308 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20309
20310         * compface.el (uncompface-use-external): Default to undecided.
20311         (uncompface-use-external-threshold): New variable.
20312         (uncompface-float-time): New macro.
20313         (uncompface): Determine whether to use the external decoder if
20314         uncompface-use-external is undecided.
20315
20316 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20317
20318         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20319         after images.
20320
20321         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20322
20323 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20324
20325         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20326
20327         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20328
20329         * gnus-sum.el (gnus-summary-limit-to-age)
20330         (gnus-summary-limit-children): do.
20331
20332         * gnus-int.el (gnus-request-scan): do.
20333
20334         * gnus-group.el (gnus-group-suspend): do.
20335
20336         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20337
20338         * gnus-cite.el (gnus-cite-parse-attributions): do.
20339
20340         * gnus-agent.el (gnus-summary-set-agent-mark)
20341         (gnus-agent-regenerate-group): do.
20342
20343         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20344
20345         * binhex.el (binhex-decode-region-internal): do.
20346
20347 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20348
20349         * gnus-fun.el (gnus-face-properties-alist): New user option.
20350         (gnus-display-x-face-in-from): Use it.
20351
20352         * gnus-art.el (article-display-face): Ditto.
20353
20354         * compface.el (uncompface-use-external): Default to nil.
20355
20356 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20357
20358         * nntp.el (nntp-erase-buffer): New function.
20359         (nntp-retrieve-data, nntp-send-command)
20360         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20361         (nntp-possibly-change-group): Use it.
20362
20363         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20364         Use with-current-buffer.
20365
20366 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20367
20368         * compface.el: Merge the ELisp-based uncompface program.
20369         (compface): New customization group.
20370         (uncompface-use-external): New user option.
20371         (uncompface): Call uncompface-internal if uncompface-use-external
20372         is nil.
20373         (uncompface-internal): New function.  Note that there are also
20374         some other functions and variables added for this function.
20375
20376 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20377
20378         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20379         if necessary.
20380
20381 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20382
20383         * spam-report.el (spam-report-unplug-agent)
20384         (spam-report-plug-agent, spam-report-deagentize)
20385         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20386         Add support for the Agent in spam-report: when unplugged, report to a
20387         file; when plugged, submit all the requests.
20388
20389         * spam.el (spam-register-routine): Fix message about
20390         registration.
20391
20392 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20393
20394         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20395         dependencies.
20396         (rfc2047-encode): Use it.
20397
20398         * gnus-art.el (gnus-button-marker-list): Move before first
20399         reference.
20400
20401         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20402         (imap-parse-body): Fix format string mismatch.
20403
20404         * gnus-score.el (gnus-summary-increase-score): do.
20405
20406         * nnrss.el (nnrss-close): New function.
20407
20408 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20409
20410         * nnrss.el (nnrss-make-filename): New function.
20411         (nnrss-request-delete-group, nnrss-read-server-data)
20412         (nnrss-save-server-data, nnrss-read-group-data)
20413         (nnrss-save-group-data): Use it.
20414         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20415         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20416         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20417
20418 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20419
20420         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20421
20422 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20423
20424         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20425         files.
20426
20427         * message.el (message-generate-headers-first): Don't quote nil
20428         and t in docstrings.
20429
20430         * imap.el (imap-id): do.
20431
20432         * gnus-agent.el (gnus-agent-consider-all-articles)
20433         (gnus-agent-queue-mail): do.
20434
20435 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20436
20437         * spam-report.el (spam-report-process-queue): New function.
20438         Process requests from `spam-report-requests-file'.
20439         (spam-report-process-queue): Doc fix.
20440
20441 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20442
20443         * spam.el (spam-register-routine)
20444         (spam-log-processing-to-registry, spam-log-registered-p)
20445         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20446         Change "check" to "spam-check" for semi-clarity.
20447
20448 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20449
20450         * pop3.el: Require nnheader.
20451
20452         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20453
20454         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20455
20456         * gnus-picon.el: Require cl.
20457
20458         * gnus-fun.el: Require gnus-ems and gnus-util.
20459
20460         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20461
20462         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20463
20464         * gnus-art.el (gnus-article-edit-mode): Define before first
20465         reference.
20466
20467 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20468
20469         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20470         (gnus-uu-post-encoded): Use point-at-bol.
20471
20472         * gnus-topic.el (gnus-group-active-topic-p): do.
20473
20474         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20475
20476         * gnus-group.el (gnus-group-kill-region): do.
20477
20478         * gnus-art.el (article-date-ut): do.
20479
20480         * message.el (message-fetch-field): Remove redundant
20481         case-fold-search binding.
20482         (message-narrow-to-field): Simplify.
20483
20484 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20485
20486         * spam.el (spam-directory): Derive from `gnus-directory'.
20487
20488         * spam-report.el (spam-report-url-to-file)
20489         (spam-report-requests-file): New function and variable for offline
20490         reporting.
20491         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20492         and user defined function.
20493         (spam-report-url-ping-mm-url): Remove doubled slash.
20494
20495 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20496
20497         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20498
20499 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20500
20501         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20502         Fix format string mismatch.
20503
20504         * sieve.el (sieve-deactivate-all): do.
20505
20506         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20507
20508         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20509
20510         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20511
20512         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20513
20514 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20515
20516         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20517         the list of checks.
20518
20519 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20520
20521         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20522         padding.
20523
20524 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20525
20526         * mm-view.el (mm-fill-flowed): New variable.
20527         (mm-inline-text): Use it.
20528
20529 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20530
20531         * spam.el (spam-spamassassin-register-ham-routine)
20532         (spam-spamassassin-register-spam-routine): Fix function names.
20533
20534 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20535
20536         * gnus.el (gnus-tmp-grouplens): Remove.
20537         (gnus-summary-line-format): Remove grouplens.
20538
20539         * gnus-group.el (gnus-group-line-format): Ditto.
20540
20541         * gnus-spec.el (gnus-format-specs): Ditto.
20542         (gnus-update-format-specifications): Flush the group format spec
20543         cache if there's the grouplens stuff.
20544         (gnus-parse-simple-format): Replace %l with the empty string.
20545
20546 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20547
20548         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20549         omission.
20550
20551 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20552
20553         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20554         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20555
20556 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20557
20558         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20559         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20560         New macros and functions.
20561         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20562         Handle > NLINK_MAX messages.
20563         * nnmaildir.el (nnmaildir-request-set-mark):
20564         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20565
20566 2004-01-25  Alex Schroeder  <alex@gnu.org>
20567
20568         * spam-stat.el (spam-stat-process-directory-age): New option.
20569         (spam-stat-process-directory): Use it.
20570
20571 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20572
20573         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20574         (spam-stat-save): Accept prefix argument.
20575
20576 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20577
20578         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20579         links" error.
20580
20581 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20582
20583         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20584         the rest of the and/or forms.
20585
20586 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20587
20588         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20589         compatibility with old .newsrc.eld files.
20590
20591         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20592
20593         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20594
20595         * gnus-start.el (gnus-1): do.
20596
20597         * gnus-group.el (gnus-group-line-format-alist): do.
20598
20599         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20600
20601         * gnus-gl.el: Remove.
20602
20603 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20604
20605         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20606         marks consisting of a single range {for example, (3 . 5)} rather
20607         than a list of a single range { ((3 . 5)) }.
20608
20609 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20610
20611         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20612         Use with-current-buffer.
20613         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20614         avoid consing a string.
20615
20616         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20617         Remove obsolete entries for big5 and gb2312.
20618
20619 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20620
20621         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20622         uncompressed list.
20623
20624 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20625
20626         * spam-stat.el (spam-stat-strip-xref): New function.
20627         (spam-stat-process-directory): Use it.
20628
20629         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20630         here -- it's done in message-fetch-field.
20631
20632 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20633
20634         * gnus-agent.el (gnus-agent-queue-mail)
20635         (gnus-agent-prompt-send-queue): New variables.
20636         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20637         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20638         "nndraft:queue" along to gnus-draft-send.
20639         Use gnus-agent-prompt-send-queue.
20640         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20641         is "nndraft:queue".  Suggested by Gaute Strokkenes
20642         <gs234@srcf.ucam.org>
20643
20644         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20645         (agent-enable-undownloaded-faces): Add.
20646         (gnus-agent-cat-groups): Use eval-and-compile, not
20647         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20648         method of gnus-agent-cat-groups even when the buffer has been
20649         evaled.
20650         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20651         delete gnus-agent-save-active-1.
20652         (gnus-agent-save-groups): Delete.  Identical to
20653         gnus-agent-save-active.
20654         (gnus-agent-write-active): No longer adjust agent's copy of active
20655         file as agent's adjustments are now stored in their own
20656         file.  Remove optional parameter.
20657         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20658         servers.  Add use of min/max range limits from server's local
20659         file.
20660         (gnus-agent-save-alist): Remove unused optional argument.
20661         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20662         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20663         (gnus-agent-set-local): A per-server file that keeps min/max range
20664         limits for articles known to the agent.  Provides a fast mechanism
20665         for altering many active ranges.
20666         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20667         active file (local makes it unnecessary).
20668         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20669
20670         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20671         (agent-enable-undownloaded-faces): Add.
20672
20673         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20674         disable it when sending to "nndraft:queue".
20675         (gnus-group-send-queue): Add safety check to avoid sending queue
20676         when unplugged.
20677
20678         * gnus-group.el (gnus-group-catchup): Use new
20679         gnus-sequence-of-unread-articles, not
20680         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20681         numbers of articles.  Use gnus-range-map to avoid having to
20682         uncompress the unread list.
20683         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20684         Fix invalid ange-ftp reference.
20685
20686         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20687         (gnus-sorted-range-intersection): Intersection of two ranges
20688         without requiring that they first be uncompressed.
20689
20690         * gnus-start.el (gnus-activate-group): Unless blocked by the
20691         caller, possibly expand the active range to include both cached
20692         and agentized articles.
20693         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20694         multiple version-dependent converters.
20695         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20696         gnus-agent-save-active.
20697         (gnus-save-newsrc-file): Save dirty agent range limits.
20698
20699         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20700         gnus-agent-possibly-alter-active.
20701         (gnus-adjust-marked-articles): Faster handling of simple lists.
20702
20703 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20704
20705         * spam-stat.el (spam-stat-test-directory): New optional argument
20706         displays a list of files detected.  Suggested by Andrew Cohen
20707         <cohen@andy.bu.edu>.
20708         (spam-stat-buffer-words-with-scores): Don't narrow and change
20709         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20710
20711 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20712
20713         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20714         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20715         (spam-spamassassin-arguments)
20716         (spam-spamassassin-spam-flag-header)
20717         (spam-spamassassin-positive-spam-flag-header)
20718         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20719         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20720         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20721         (spam-list-of-processors, spam-list-of-checks)
20722         (spam-list-of-statistical-checks, spam-registration-functions)
20723         (spam-check-spamassassin-headers, spam-check-spamassassin)
20724         (spam-spamassassin-score)
20725         (spam-spamassassin-register-with-sa-learn)
20726         (spam-spamassassin-register-spam-routine)
20727         (spam-spamassassin-register-ham-routine)
20728         (spam-assassin-register-spam-routine)
20729         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20730         (spam-bogofilter-score): Fix to show article before scoring.
20731
20732 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20733
20734         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20735         default scoring function.
20736         (spam-generic-score): Call spam-spamassassin-score if
20737         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20738         spam-bogofilter-score otherwise.
20739
20740         * gnus.el (spam-process, spam-autodetect-methods):
20741         Add spamassassin and spamassassin-headers.
20742
20743 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20744
20745         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20746         Suppress unnecessary messages.
20747
20748 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20749
20750         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20751         make-hash-table.
20752
20753 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20754
20755         * canlock.el (base64-encode-string): Don't autoload it.
20756
20757 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20758
20759         * run-at-time.el: Remove useless (require 'itimer),
20760         eval-and-compile and (featurep 'xemacs).
20761
20762 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20763
20764         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20765         GROUP is a virtual group.
20766
20767 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20768
20769         * gnus.el: Autoload `message-y-or-n-p'.
20770
20771 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20772
20773         * pgg-parse.el: Remove unnecessary (require 'custom).
20774
20775         * pgg-def.el: do.
20776
20777         * nnmail.el: do.
20778
20779         * gnus-undo.el: do.
20780
20781         * gnus-picon.el: do.
20782
20783         * gnus-util.el: do.
20784
20785 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20786
20787         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20788
20789 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20790
20791         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20792         handle, as well as a list.
20793
20794         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20795         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20796         (mm-w3m-cid-retrieve): Simplify.
20797
20798 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20799
20800         * message.el (message-kill-to-signature): Allow prefix arg to
20801         specify number of lines to keep before signature.
20802
20803 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20804
20805         * message.el (message-kill-to-signature): Change docstring.
20806
20807 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20808
20809         * canlock.el: Always require sha1-el.
20810         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20811
20812         * message.el: Autoload sha1 only when compiling.
20813
20814         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20815         eudc-expand-inline for XEmacs.
20816
20817 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20818
20819         * message.el (message-canlock-generate): Require sha1-el.
20820
20821 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20822
20823         * message.el (message-expand-name): Silence the byte compiler.
20824
20825         * lpath.el: Add detect-coding-system.
20826
20827         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20828         cus-edit.
20829
20830 2004-01-13  Simon Josefsson  <jas@extundo.com>
20831
20832         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20833         Invoke gnus-score-mode.
20834         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20835
20836         * gnus-range.el (gnus-compress-sequence): Doc fix.
20837         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20838
20839 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20840
20841         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20842
20843 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20844
20845         * spam.el (spam-get-article-as-string): Update to use
20846         gnus-request-article-this-buffer, much simpler.
20847         (spam-get-article-as-buffer): Remove.
20848
20849 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20850
20851         * message.el (message-expand-name): Use EUDC if the user uses that.
20852
20853 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20854
20855         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20856         character for the encoding to avoid consing a string.
20857
20858         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20859         unnecessarily.
20860
20861         * mm-util.el (mm-replace-chars-in-string): Remove.
20862
20863         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20864         of mm-replace-chars-in-string.
20865
20866 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20867
20868         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20869
20870         * mm-util.el (mm-subst-char-in-string): Support inplace.
20871
20872         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20873         a new string in every iteration.  Use shy groups.
20874
20875 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20876
20877         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20878         * gnus-soup.el (gnus-soup-group-brew):
20879         * gnus-msg.el (gnus-put-message):
20880         * gnus-move.el (gnus-group-move-group-to-server):
20881         * gnus-kill.el (gnus-batch-score):
20882         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20883         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20884         (gnus-group-update-group, gnus-group-read-group)
20885         (gnus-group-make-group, gnus-group-make-help-group)
20886         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20887         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20888         (gnus-group-sort-by-unread, gnus-group-catchup)
20889         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20890         (gnus-group-yank-group, gnus-group-set-info)
20891         (gnus-group-list-groups):
20892         * gnus.el (gnus-generate-new-group-name):
20893         * gnus-delay.el (gnus-delay-send-queue):
20894         * nnvirtual.el (nnvirtual-catchup-group):
20895         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20896         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20897         (gnus-group-prepare-topics, gnus-topic-check-topology):
20898         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20899         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20900         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20901         (gnus-group-make-articles-read):
20902         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20903         (gnus-group-change-level, gnus-kill-newsgroup)
20904         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20905         (gnus-get-unread-articles, gnus-make-articles-unread)
20906         (gnus-make-ascending-articles-unread): Use accessor
20907         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20908         to get group information for improved readability.
20909
20910
20911 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20912
20913         * gnus-art.el (article-decode-mime-words, article-babel)
20914         (gnus-article-highlight-signature, gnus-article-add-buttons)
20915         (gnus-signature-toggle): Use gnus-with-article-buffer.
20916
20917         * gnus-art.el (gnus-article-highlight-headers)
20918         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20919
20920         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20921         (gnus-article-set-globals, gnus-request-article-this-buffer)
20922         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20923         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20924         (gnus-mime-display-alternative): Use with-current-buffer.
20925
20926 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20927
20928         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20929         also under 80 char limit, and call gnus-error if needed.
20930         (spam-fetch-article-header): Fix - it was a
20931         buffer-local variable (gnus-newsgroup-data).
20932         (spam-find-spam): Use spam-generate-fake-headers, forget about
20933         spam-insert-fake-headers.
20934         (spam-insert-fake-headers): Remove.
20935
20936 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20937
20938         * deuglify.el (gnus-article-outlook-unwrap-lines)
20939         (gnus-outlook-rearrange-article)
20940         (gnus-outlook-repair-attribution-outlook)
20941         (gnus-outlook-repair-attribution-block)
20942         (gnus-outlook-repair-attribution-other): Remove redundant
20943         save-excursion.
20944
20945 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20946
20947         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20948         (spam-fetch-field-subject-fast)
20949         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20950         (spam-fetch-article-header): Add functions to deal with Gnus
20951         internals for fast retrieval of article header data.
20952         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20953
20954 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20955
20956         * pop3.el (pop3-md5): Remove.
20957         (pop3-apop): Replace pop3-md5 with md5.
20958
20959         * mm-bodies.el: base64 is always built-in.
20960
20961         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20962         Use with-current-buffer.
20963
20964 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20965
20966         * canlock.el (canlock-insert-header): Remove excessive grouping in
20967         regexp.
20968
20969         * gnus-sum.el (gnus-summary-read-document): Ditto.
20970
20971         * gnus-uu.el (gnus-uu-part-number): Ditto.
20972
20973         * html2text.el (html2text-remove-tags): Ditto.
20974         (html2text-format-tags): Ditto.
20975         (html2text-format-single-elements): Ditto.
20976
20977         * mml.el (mml-parse-1): Ditto.
20978
20979 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20980
20981         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20982
20983         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20984
20985         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20986
20987         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20988
20989 2003-11-15  Simon Josefsson  <jas@extundo.com>
20990
20991         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20992         (pgg-gpg-lookup-key): Use regexp match instead of
20993         split-string (split-string is different between emacs 21.2 and
20994         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20995
20996 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20997
20998         * gnus-art.el (gnus-mime-view-all-parts)
20999         (gnus-article-part-wrapper, gnus-article-view-part):
21000         Use with-current-buffer.
21001
21002 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21003
21004         * spam.el (spam-disable-spam-split-during-ham-respool)
21005         (spam-spamoracle-database, spam-cache-lookups)
21006         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
21007         (spam-group-ham-mark-p, spam-group-spam-mark-p)
21008         (spam-group-ham-marks, spam-group-spam-marks)
21009         (spam-group-spam-contents-p, spam-group-ham-contents-p)
21010         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
21011         also add spam-use-blackholes to the statistical checks.
21012         (spam-fetch-field-fast): Add interface to fetching fields, may
21013         become a macro.
21014         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
21015         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
21016         (spam-insert-fake-headers): Fake an article when needed.
21017         (spam-find-spam): Fake article when possible.
21018         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
21019         (spam-check-bogofilter-headers): Use message-fetch-field instead
21020         of nnmail-fetch-field.
21021
21022 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
21023
21024         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
21025
21026 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21027
21028         * spam.el (spam-split): Do not require spam-use-CHECK to be
21029         enabled if that check is passed to spam-split explicitly; also
21030         fix so 'spam doesn't get converted to spam-split-group when
21031         spam-split-symbolic-return is t.
21032         (spam-find-spam): Find registrations of the article and use those
21033         instead of re-running spam-split to find the spam/ham
21034         classification of the article.
21035         (spam-log-processing-to-registry, spam-log-registered-p)
21036         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21037         Use gnus-error instead of gnus-message.
21038         (spam-log-registration-type): Add function to determine the
21039         classification of a message based on registry entries; will
21040         return nil if both 'spam and 'ham are found.
21041         (spam-check-BBDB): Expand all the BBDB macros here so we can have
21042         a reasonably fast local cache without the loading errors.
21043         (spam-cache-lookups): Set to t by default.
21044         (spam-find-spam): Don't try to guess spam-cache-lookups.
21045         (spam-enter-whitelist, spam-enter-blacklist): Clear the
21046         spam-caches entry.
21047         (spam-filelist-build-cache, spam-filelist-check-cache):
21048         Fix caching of whitelist/blacklist entries.
21049         (spam-check-whitelist, spam-check-blacklist):
21050         Invoke spam-from-listed-p with a type, not a cache variable.
21051         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21052
21053 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21054
21055         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21056
21057         * nnmail.el (nnmail-split-fancy): do.
21058
21059         * mml.el (mml-parse): do.
21060
21061         * gnus-score.el (gnus-enter-score-words-into-hashtb)
21062         (gnus-score-adaptive): do.
21063
21064 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21065
21066         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21067         (gnus-mime-button-map): Don't set keymap parent.
21068         (gnus-button-ctan-directory-regexp): Use shy grouping.
21069         (gnus-prev-page-map): Don't set keymap parent.
21070         (gnus-prev-page-map): Remove duplicated one.
21071         (gnus-next-page-map): Don't set keymap parent.
21072         (gnus-mime-security-button-map): Ditto.
21073
21074         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21075         version number.
21076
21077         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21078
21079 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21080
21081         * canlock.el (canlock-sha1-function): Remove.
21082         (canlock-sha1-function-for-verify): Remove.
21083         (canlock-openssl-program): Remove.
21084         (canlock-openssl-args): Remove.
21085         (canlock-ignore-errors): Remove.
21086         (canlock-sha1-with-openssl): Remove.
21087         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21088         (canlock-verify): Don't use canlock-ignore-errors.
21089
21090         * sha1-el.el (sha1-string-external): Make it can return a string
21091         in binary form.
21092         (sha1-region-external): Ditto.
21093         (sha1-string-internal): Ditto.
21094         (sha1-region-internal): Ditto.
21095         (sha1-region): Ditto.
21096         (sha1-string): Ditto.
21097         (sha1): Ditto.
21098
21099 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21100
21101         * spam.el (spam-report-articles-gmane): New command.
21102
21103 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21104
21105         * gnus.el: Don't make unnecessary *Group* buffer when loading.
21106
21107         * run-at-time.el (run-at-time-saved): Remove.
21108         (run-at-time): Doc fix.
21109
21110 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21111
21112         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21113         (gnus-summary-limit-map): Add it.
21114         (gnus-summary-make-menu-bar): do.
21115
21116 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
21117
21118         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21119         Make attempt at some caching support (done for BBDB only now).
21120         (spam-find-spam): Set spam-cache-lookups if there are more than 2
21121         addresses to be checked.
21122         (spam-clear-cache-BBDB): Add function, to be invoked by
21123         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21124         (spam-check-BBDB): Check and use the caches, if
21125         spam-cache-lookups is on, remove superfluous (provide).
21126
21127 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
21128
21129         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21130
21131 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
21132
21133         * run-at-time.el (run-at-time-saved): Move to after the definition
21134         of `run-at-time'.
21135
21136         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
21137
21138 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21139
21140         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21141         mm-w3m-local-map-property.
21142
21143         * mm-view.el (mm-w3m-mode-map): Remove.
21144         (mm-w3m-local-map-property): Remove.
21145         (mm-inline-text-html-render-with-w3m): Don't use
21146         mm-w3m-local-map-property.
21147
21148 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21149
21150         * run-at-time.el: New file.
21151
21152         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
21153         under Emacs.
21154
21155         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21156         of gnus-set-text-properties.
21157
21158         * gnus-uu.el (gnus-uu-save-article): Ditto.
21159
21160         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21161
21162         * gnus-cite.el (gnus-cite-parse): Ditto.
21163
21164         * gnus-art.el (gnus-button-push): Use set-text-properties instead
21165         of gnus-.
21166
21167         * gnus-xmas.el (run-at-time): Require run-at-time.
21168
21169         * gnus.el: Change calls to nnheader-run-at-time and
21170         password-run-at-time throughout to use run-at-time directly.
21171
21172         * password.el: Remove definition of run-at-time.
21173
21174         * nnheaderxm.el: Remove definition of run-at-time.
21175
21176 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
21177
21178         * mml.el (mml-minibuffer-read-disposition): Show attachment type
21179         in prompt.
21180
21181 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21182
21183         * messagexmas.el (message-xmas-redefine): Alias
21184         `message-make-caesar-translation-table' to
21185         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
21186         version.
21187
21188         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
21189         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
21190         `gnus-xmas-set-text-properties'.
21191         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
21192         `gnus-xmas-completing-read'.
21193         (gnus-xmas-completing-read): Removed.
21194         (gnus-xmas-open-network-stream): Removed.
21195
21196         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21197         XEmacs version.
21198
21199         * dns.el (dns-make-network-process): Use `open-network-stream'
21200         instead of `gnus-xmas-open-network-stream'.
21201
21202         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
21203
21204         * .cvsignore: Add auto-autoloads.el, custom-load.el.
21205
21206 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21207
21208         * gnus-art.el (gnus-mime-display-alternative)
21209         (gnus-insert-mime-button, gnus-insert-mime-security-button)
21210         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21211         Don't use gnus-local-map-property.
21212
21213         * gnus-util.el (gnus-local-map-property): Remove.
21214
21215         * mm-view.el (mm-view-pkcs7-decrypt):
21216         Replace gnus-completing-read-maybe-default with completing-read.
21217
21218         * gnus-util.el (gnus-completing-read): do.
21219         (gnus-completing-read-maybe-default): Remove.
21220
21221 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21222
21223         * password.el: Only autoload `run-at-time' if not XEmacs.
21224         Only autoload the itimer functions if XEmacs.
21225
21226 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21227
21228         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
21229         XEmacsen.
21230
21231         * dgnushack.el: Autoload executable-find for XEmacs.
21232
21233 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21234
21235         * gnus-art.el (gnus-read-string): Remove.
21236         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21237         read-string.
21238
21239 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21240
21241         * netrc.el: Autoload password-read.
21242         (netrc): Add configuration group.
21243         (netrc-encoding-method, netrc-openssl-path):
21244         Add variables for encoding and decoding of files with symmetric
21245         ciphers.
21246         (netrc-encode): Add assistant function to encode a file with
21247         netrc-encoding-method.
21248         (netrc-parse): Add interactive parameter, added optional
21249         decoding if netrc-encoding-method is non-nil but otherwise
21250         behavior is standard.
21251         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21252         Do s/encode/encrypt/ everywhere.
21253
21254         * spam.el: Remove executable-find autoload.
21255
21256 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21257
21258         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21259
21260         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21261
21262 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21263
21264         * gnus-art.el (gnus-treat-ansi-sequences)
21265         (article-treat-ansi-sequences): New variable and function.
21266         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21267
21268         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21269         Use it.
21270
21271 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21272
21273         * mm-util.el (mm-quote-arg): Remove.
21274
21275         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21276         shell-quote-argument.
21277
21278         * gnus-uu.el (gnus-uu-command): do.
21279
21280         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21281
21282         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21283         with make-char.
21284
21285         * mm-util.el (mm-make-char): Remove.
21286
21287         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21288         add-minor-mode.
21289
21290         * gnus-undo.el (gnus-undo-mode): do.
21291
21292         * gnus-topic.el (gnus-topic-mode): do.
21293
21294         * gnus-sum.el (gnus-dead-summary-mode): do.
21295
21296         * gnus-start.el (gnus-slave-mode): do.
21297
21298         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21299
21300         * gnus-ml.el (gnus-mailing-list-mode): do.
21301
21302         * gnus-gl.el (gnus-grouplens-mode): do.
21303
21304         * gnus-draft.el (gnus-draft-mode): do.
21305
21306         * gnus-dired.el (gnus-dired-mode): do.
21307
21308         * gnus-ems.el (gnus-add-minor-mode): Remove.
21309
21310         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21311         Replace gnus-char-width with char-width.
21312
21313         * gnus-ems.el (gnus-char-width): Remove.
21314
21315         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21316         Replace gnus-char-width with char-width.
21317
21318         * gnus-ems.el (gnus-char-width): Remove.
21319
21320         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21321         definition.
21322         Remove Emacs 20 hash table compatibility code.
21323
21324         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21325         20 compatibility code.
21326
21327         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21328
21329         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21330
21331         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21332         Replace with point-at-{eol,bol}.
21333
21334         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21335
21336         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21337
21338         * flow-fill.el (fill-flowed-point-at-bol)
21339         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21340
21341         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21342         Replace with point-at-{eol,bol} throughout all files.
21343
21344 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21345
21346         * ntlm.el (ntlm-string-as-unibyte): New macro.
21347         (ntlm-build-auth-response): Use it.
21348
21349         Remove Emacs 20 stuff:
21350         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21351         (butlast, mapc, remove): Remove the compiler macros.
21352         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21353         of delq and copy-sequence.
21354         * gnus-art.el (popup-menu): Remove the compiler macro.
21355         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21356         Emacs 20.
21357
21358 2004-01-05  Simon Josefsson  <jas@extundo.com>
21359
21360         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21361         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21362         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21363         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21364         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21365         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21366         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21367         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21368         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21369         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21370         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21371         string-xor into ntlm-string-xor.
21372         Suggested by Jesper Harder <harder@myrealbox.com>.
21373
21374         * ntlm.el: Don't include poem.
21375
21376         * md4.el (print-int32, print-string-hexa): Remove.
21377         Suggested by Jesper Harder <harder@myrealbox.com>.
21378
21379         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21380
21381         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21382         probably breaks emacs with DL patch, but do we care? Is anyone
21383         still using the DL stuff?)
21384
21385         * sieve-manage.el: Use the password package.
21386         (sieve-manage-read-passwd): Remove.
21387         (sieve-manage-interactive-login): Use password.  Re-add
21388         condition-case around loop.
21389
21390         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21391         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21392         Use the password package.
21393
21394 2003-02-19  Simon Josefsson  <jas@extundo.com>
21395
21396         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21397         token.
21398
21399 2002-08-07  Simon Josefsson  <jas@extundo.com>
21400
21401         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21402         (sieve-manage-authenticators):
21403         (sieve-manage-authenticator-alist): Add some SASL mechs.
21404         (sieve-sasl-auth): New function.
21405         (sieve-manage-cram-md5-auth):
21406         (sieve-manage-plain-auth): Rewrite using SASL library.
21407         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21408         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21409         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21410         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21411
21412 2004-01-05  Simon Josefsson  <jas@extundo.com>
21413
21414         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21415         New files.
21416
21417 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21418
21419         * gnus-group.el (gnus-no-groups-message): Update.
21420
21421         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21422
21423 2003-11-09  Simon Josefsson  <jas@extundo.com>
21424
21425         * imap.el: Support for ID IMAP extension (RFC 2971).
21426         (imap-local-variables): Add imap-id.
21427         (imap-id): New variable.
21428         (imap-id): New function.
21429         (imap-parse-response): Parse untagged ID response.
21430         * nnimap.el (nnimap-id): New variable.
21431         (nnimap-open-connection): Use it.
21432
21433 2003-12-28  Simon Josefsson  <jas@extundo.com>
21434
21435         * gnus-score.el (gnus-score-edit-all-score): New.
21436         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21437
21438 2004-01-04  Simon Josefsson  <jas@extundo.com>
21439
21440         * password.el: Add.
21441
21442 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21443
21444         * dns.el (dns-query-types): Fix typo.
21445         (dns-query-types): New function.
21446         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21447         PTR and SOA replies, see RFC 1035.
21448
21449 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21450
21451         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21452
21453         * Move to Changelog.2.
21454
21455 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21456
21457         * gnus.el (gnus-version-number): Bump version.
21458
21459 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21460
21461         * gnus.el: No Gnus v0.1 is released.
21462
21463 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21464
21465         * gnus.el: No Gnus v0.0 is released.
21466
21467 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21468
21469         * gnus.el (gnus-version-number): Bump.
21470         (gnus-version): No.
21471
21472 See ChangeLog.2 for earlier changes.
21473
21474   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21475
21476   This file is part of GNU Emacs.
21477
21478   GNU Emacs is free software: you can redistribute it and/or modify
21479   it under the terms of the GNU General Public License as published by
21480   the Free Software Foundation, either version 3 of the License, or
21481   (at your option) any later version.
21482
21483   GNU Emacs is distributed in the hope that it will be useful,
21484   but WITHOUT ANY WARRANTY; without even the implied warranty of
21485   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21486   GNU General Public License for more details.
21487
21488   You should have received a copy of the GNU General Public License
21489   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21490
21491 ;; Local Variables:
21492 ;; coding: utf-8
21493 ;; fill-column: 79
21494 ;; add-log-time-zone-rule: t
21495 ;; End: