(nnimap-fetch-inbox): Don't download bodies on ver4-capable servers.
[gnus] / lisp / ChangeLog
1 2011-03-17  Bjørn Mork  <bjorn@mork.no>
2
3         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
4         servers.
5
6 2011-03-16  Julien Danjou  <julien@danjou.info>
7
8         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
9         inline.
10
11         * gnus-art.el (article-hide-list-identifiers): Use
12         gnus-group-get-list-identifiers.
13
14         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
15         (gnus-summary-remove-list-identifiers): Use
16         gnus-group-get-list-identifiers to get regexp.
17         (gnus-select-newsgroup, gnus-summary-insert-subject)
18         (gnus-summary-insert-articles): Call
19         gnus-summary-remove-list-identifiers unconditionally.
20
21 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22
23         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
24         we're selecting a group with unread articles.
25
26         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
27
28         * gssapi.el: New file separated out from imap.el to provide a general
29         Kerberos 5 connection facility for Emacs.
30
31         * message.el (message-elide-ellipsis): Document the format spec
32         ellipsis.
33
34 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
35
36         * message.el (message-elide-region): Allow the ellipsis to say how many
37         lines were removed.
38
39 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
40
41         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
42         window configurations containing buffers that are now dead.
43
44         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
45         parsing to avoid integer overflows.
46         (nnimap-parse-flags): Simplify the last change.
47         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
48         too large for 32-bit Emacsen.
49
50 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
51
52         * auth-source.el (auth-source-netrc-create):
53         * message.el (message-yank-original): Fix use of `case'.
54
55 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
56
57         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
58         XEmacs, which was one character too wide.
59
60 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
61
62         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
63         default number of articles to display.
64         (gnus-articles-to-read): Use pretty names for prompt.
65
66 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
67
68         * gnus-int.el (gnus-open-server): Ditto.
69
70         * gnus-start.el (gnus-activate-group): Give a backtrace if
71         debug-on-quit is set and the user hits `C-g'.
72         (gnus-read-active-file): Ditto.
73
74         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
75
76 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
77
78         * message.el (message-yank-original): Use cond instead of CL case.
79
80 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
81
82         * auth-source.el (auth-source-netrc-create): Use usual format for the
83         default in prompts.
84
85 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
86
87         * lpath.el: Fbind read-char-choice for XEmacs.
88
89 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
90
91         * auth-source.el (auth-source-netrc-create): Show the default in the
92         prompt when prompting for token creation.
93
94 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
95
96         * auth-source.el (auth-source-format-prompt): Always convert the value
97         to a string to avoid evaluating non-string arguments.
98         (auth-source-netrc-create): Offer default properly, not as initial
99         content in `read-string'.
100         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
101         of line to determine if we've been run before.  If so, don't run again,
102         but print a trivial message to indicate the cache was hit instead.
103
104 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
105
106         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
107         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
108         The user will have to run `gnus-sync-read' manually and wait for Cloudy
109         Gnus.
110
111 2011-03-11  Julien Danjou  <julien@danjou.info>
112
113         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
114         modified file".
115
116 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
117
118         * auth-source.el (auth-source-read-char-choice): New function to read a
119         character choice using `dropdown-list', `read-char-choice', or
120         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
121         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
122         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
123         (auth-source-netrc-saver): Use it.
124         (auth-source-pick-first-password): New convenience function.
125
126 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
127
128         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
129         parameter in the credentials.
130         (nnimap-open-connection-1): Use it after a successful login.
131         (nnimap-credentials): Add IMAP-specific user and password prompt.
132
133         * auth-source.el (auth-source-search): Add :require parameter, taking a
134         list.  Document it and the :save-function return token.  Pass :require
135         down.  Change the CREATED message from a warning to a debug statement.
136         (auth-source-search-backends): Pass :require down.
137         (auth-source-netrc-search): Pass :require down.
138         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
139         Change save prompt to indicate all modifications saved here are
140         deletions.
141         (auth-source-netrc-create): Take user login name as default in user
142         prompt.  Move all the save functionality to a lexically bound function
143         under the :save-function token in the returned list.  Set up clearer
144         default prompts for user, host, port, and secret.
145         (auth-source-netrc-saver): New function, intended to be wrapped for
146         :save-function.
147
148 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
149
150         * shr.el (shr-table-horizontal-line): Change the defaults for the table
151         lines to be spaces instead.
152
153 2011-03-07  Julien Danjou  <julien@danjou.info>
154
155         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
156         (sieve-sasl-auth): Check that auth-source-search did return something,
157         or just return an empty string.
158
159 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
160
161         * gnus.el (gnus-interactive): Use read-directory-name.
162
163         * gnus-uu.el (gnus-uu-decode-uu-and-save)
164         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
165         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
166         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
167         Likewise.
168
169         * gnus-group.el (gnus-group-make-directory-group): Likewise.
170
171 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
172
173         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
174         onto the list of killed groups, too.  This makes killed nnimap groups,
175         for instance, more reliably not reappear.
176
177         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
178         the parent.
179
180         * gnus-sum.el (gnus-update-read-articles): Fix typo.
181
182         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
183         really have server-side marks.
184
185         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
186         since most backends do not usefully have server-side marks.
187         (gnus-update-read-articles): Propagate marks to all backends that
188         really have server-side marks.
189
190 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
191
192         * message.el (message-cite-reply-position, message-cite-style):
193         New variables.
194         (message-yank-original): Use the new citation styles.
195
196 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
197
198         * message.el (message-options): Revert 22da67af (workaround for XEmacs
199         buffer-local issue); don't mark it buffer-local when running under
200         XEmacs.
201
202 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
203
204         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
205         numbers too big to be `read'.
206
207 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
208
209         * password-cache.el (password-in-cache-p): Add autoload.
210
211         * message.el (message-options): Make buffer-local two ways to attempt
212         to fix a XEmacs bug.
213
214 2011-03-02  Julien Danjou  <julien@danjou.info>
215
216         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
217
218 2011-03-01  Julien Danjou  <julien@danjou.info>
219
220         * gnus-art.el (list-identifier): Add list-identifier as a parameter
221         group.
222         (article-hide-list-identifiers): Use list-identifier group parameter.
223
224 2011-02-28  Julien Danjou  <julien@danjou.info>
225
226         * sieve.el (sieve-buffer-script-name): New local variable to store
227         sieve script name.
228         (sieve-edit-script): Store sieve script name.
229         (sieve-upload): Use sieve script name when uploading.
230         (sieve-upload): Use substitute-command-keys.
231         (sieve-edit-script): Use substitute-command-keys.
232         (sieve-refresh-scriptlist): Use substitute-command-keys.
233         (sieve-manage-mode-map): Define keymap properly.
234         (sieve-manage-mode): Do not set mode name manually, change mode-name to
235         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
236         Remove commented code about cvs.
237         (sieve-manage-quit): New function.
238         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
239
240 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
241
242         * gnus-group.el (gnus-import-other-newsrc-file): New function.
243
244 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
245
246         * auth-source.el (auth-source-search): Cache empty result sets.
247
248         * password-cache.el (password-in-cache-p): Convenience function to
249         check if a key is in the cache, even if the value is nil.
250
251         * auth-source.el (auth-source-save-behavior): New variable to replace
252         `auth-source-never-create'.
253         (auth-source-netrc-create): Use it.
254         (auth-source-never-save): Remove.
255
256 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
257
258         * nnimap.el (nnimap-stream): Doc fix.
259         (nnimap-open-connection-1): Reverse the order of the ports to that the
260         prompted-for port is first.
261
262         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
263         retrieval by the no-group selection.
264
265         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
266         numerical parameters.
267
268 2011-02-25  Julien Danjou  <julien@danjou.info>
269
270         * gnus-gravatar.el: Use gnus-with-article-buffer.
271
272         * gnus-art.el (gnus-with-article-buffer): Check that the
273         gnus-article-buffer is alive.
274
275 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
276
277         * auth-source.el (auth-source-creation-prompts): New variable to manage
278         creation-time prompts.
279         (auth-source-search): Document it.
280         (auth-source-format-prompt): Add utility function.
281         (auth-source-netrc-create): Don't default the user name to
282         user-login-name.  Use `auth-source-creation-prompts' and some default
283         prompts for user, host, port, and password (the default generic prompt
284         remains ugly).
285         (auth-source-never-save): Add customizable option to never save info.
286         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
287         mode excursion.
288
289 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
290
291         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
292         argument that XEmacs doesn't support.
293
294         * dgnushack.el (dgnushack-compile): Exclude color.el from being
295         compiled for Emacsen having no `libxml-parse-html-region' support.
296
297         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
298
299         * lpath.el: Bind buffer-save-without-query for XEmacs.
300
301 2011-02-23  Julien Danjou  <julien@danjou.info>
302
303         * gnus-art.el (article-make-date-line): Ignore errors if time is
304         invalid and not convertible.
305         (article-make-date-line): Only add lapsed time if time is not nil.
306
307 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
308
309         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
310         `read-char-choice' for backwards compatibility.
311         (auth-source-netrc-element-or-first): New function to DTRT for
312         parameter extraction.
313         (auth-source-netrc-create): Use it and fix multiple parameter print
314         bug.  Use the default passed from above (given-default) or the
315         built-in (user-login-name for :user).
316
317 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
318
319         * gnus-start.el (gnus-dribble-read-file):
320         Set buffer-save-without-query, since we always want to save the dribble
321         file, probably.
322
323         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
324         nnimap.
325
326         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
327         -summary- since it's a user-visible variable.
328
329         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
330         first time you use the new Gnus.
331
332 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
333
334         * auth-source.el: Don't load netrc.el.
335         (auth-sources): Search ~/.netrc as well by default.
336         (auth-source-debug): Add 'trivia option for extra output.
337         (auth-source-do-trivia): Use it.
338         (auth-source-search): Simplify logic to use
339         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
340         appropriate.  Don't keep a running count at this level.  Layer :create
341         and :delete options appropriately on the first and second passes.
342         Don't track the backend with the search results.
343         (auth-source-search-backends): New function to search a list of
344         backends for a processed spec.
345         (auth-source-netrc-parse): Cache all netrc files, making
346         auth-source-netrc-cache an alist keyed by the file name and using the
347         file mtime as the caching criterion.  Keep the obfuscated data secret
348         with a lexical bind.
349         (auth-source-netrc-search): Don't calculate the length of the results
350         unnecessarily.
351         (auth-source-search-backends): Fix bug.
352         (auth-source-netrc-create): Rework prompts.
353
354 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
355
356         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
357         Lower case names of search constraints.
358         (nnir-run-query): Cache and reuse search constraints for all imap
359         servers.
360
361 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
362
363         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
364         after exit.
365         (gnus-setup-message): Define missing variable from last checkin.
366
367         * gnus-sum.el (gnus-summary-show-article): When called with t as the
368         value, show the raw article.
369
370 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
371
372         * gnus.el: No Gnus v0.13 is released.
373
374 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
375
376         * nnimap.el (nnimap-open-connection-1): Revert last change, since
377         auth-source now accepts numbers.
378
379         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
380         spec, too.
381         (auth-source-ensure-strings): New function.
382
383         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
384         (gnus-article-setup-buffer): Always restart the date timer so that user
385         changes to the frequency is respected.
386
387         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
388         port numbers, so make sure it gets that if nnimap-server-port is
389         explicit.
390
391 2011-02-21  Simon Josefsson  <simon@josefsson.org>
392
393         * nnimap.el (nnimap-inbox): Doc fix.
394
395 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
396
397         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
398         Autoload.  Add optional arg FRAME, and pass it to color-values.
399         (color-complement): Caller changed.  Doc fix.
400         (color-gradient): Rewrite for better clarity and efficiency.
401
402 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
403
404         * shr-color.el (shr-color->hexadecimal): Use renamed function names
405         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
406         color-lab-to-srgb.
407
408 2011-02-20  Drew Adams  <drew.adams@oracle.com>
409
410         * color.el: First part of merge from hexrgb.el.
411         (color-rgb-to-hex): Rename from color-rgb->hex.
412         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
413         saturation to zero if the value is too small.
414         (color-rgb-to-hsl): Rename from color-rgb->hsl.
415         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
416         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
417         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
418         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
419         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
420         (color-cie-de2000): Doc fix.
421
422 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
423
424         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
425         given method as in the group name if we're using an extended method.
426         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
427         command, if we're using that, instead of waiting for the beginning.
428
429         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
430         we're sure to get unique server names, and we don't output two async
431         commands in the same buffer.  This fixes an NNTP hang for some users.
432
433 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
434
435         * gnus.el: No Gnus v0.11 is released.
436
437 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
438
439         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
440         summary buffer before reading going to the next buffer.  This avoids
441         putting the point in the group buffer if you `C-g' the command.
442
443         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
444         cache (for now) to make ~/.authinfo.gpg files usable.
445
446         * nnfolder.el (copyright-update): Define for the compiler.
447
448         * auth-source.el (auth-source-search): Fix unbound variable.
449
450 2011-02-19  Glenn Morris  <rgm@gnu.org>
451
452         * gnus.el (gnus-meta): Doc fix.
453
454 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
455
456         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
457         in case it's not yet loaded.
458
459 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
460
461         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
462         line we're waiting for.
463
464 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
465
466         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
467         face with line-width greater than zero will cause RET in gnus summary
468         buffer to scroll down article page-wise because auto vscroll happens,
469         it should be temporalily disabled when doing a scroll-up.
470
471 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
472
473         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
474         outputs from the server.
475
476 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
477
478         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
479         later so that bbdb can hook in easier.
480
481 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
482
483         * auth-source.el (auth-source-search): Don't try to create credentials
484         if the caller doesn't want that.
485         (auth-source-search): If we don't find a match, don't bug out on
486         non-bound variables.
487         (auth-source-search): Only ask a single backend to create the
488         credentials.
489
490         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
491         logging.
492         (nnimap-credentials): Protect against auth-source-search returning nil.
493         (nnimap-request-list): Protect against not being able to open the
494         server.
495
496 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
497
498         * auth-source.el (auth-source-search): Do a two-phase search, one with
499         no :create to get the responses from all backends.
500
501         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
502         when getting credentials.
503
504         * gnus-util.el (gnus-delete-duplicates): New function.
505
506 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
507
508         * nnimap.el (nnimap-credentials): Instead of picking the first port as
509         a creation default, pass the whole port list down.  It will be
510         completed.
511
512         * auth-source.el (auth-source-search): Updated docs to talk about
513         multiple creation choices.
514         (auth-source-netrc-create): Accept a list as a value (from the search
515         parameters) and do completion on that list.  Keep a separate netrc line
516         with the password obscured for showing the user.
517
518         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
519         first choice to `auth-source-search' so it will be used for entry
520         creation instead of the server's Gnus-specific name.
521         (nnimap-credentials): Rely on the auth-source library to select which
522         port is actually wanted in the new netrc entry, so don't override
523         `auth-source-creation-defaults'.
524
525         * auth-source.el (auth-source-netrc-parse): Use :port instead of
526         :protocol and accept a missing user, host, or port as a wildcard match.
527         (auth-source-debug): Default to off.
528
529         (auth-source-netrc-search, auth-source-netrc-create)
530         (auth-source-secrets-search, auth-source-secrets-create)
531         (auth-source-user-or-password, auth-source-backend, auth-sources)
532         (auth-source-backend-parse-parameters, auth-source-search): Use :port
533         instead of :protocol.
534
535         * nnimap.el (nnimap-credentials): Pass a port default to
536         `auth-source-search' in case an entry needs to be created.
537         (nnimap-open-connection-1): Use :port instead of :protocol.
538
539 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
540
541         * auth-source.el: Bind load-path when loading EIEIO from
542         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
543         21.4 doesn't support, to `require'.
544         (auth-source-secrets-search): Use mm-delete-duplicates instead of
545         delete-dups that is not available in XEmacs 21.4.
546
547 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
548
549         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
550         as EIEIO must also be loaded when auth-source.el is being
551         byte-compiled.
552
553 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
554
555         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
556
557         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
558
559         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
560
561         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
562
563         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
564
565         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
566
567         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
568
569         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
570         necessary.
571
572 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
573
574         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
575         nil means that nnimap doesn't get updated.
576
577 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
578
579         * auth-source.el (auth-source-netrc-create): Return a synthetic search
580         result when the user doesn't want to write to the file.
581         (auth-source-netrc-search): Expect a synthetic result and proceed
582         accordingly.
583         (auth-source-cache-expiry): New variable to override
584         `password-cache-expiry'.
585         (auth-source-remember): Use it.
586
587         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
588         parameter.  Create entry if necessary by using :create t.
589         (nnimap-open-connection-1): Don't pass `inhibit-create'.
590
591 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
592
593         * auth-source.el (auth-source-debug): Enable by default and don't
594         mention the obsolete `auth-source-hide-passwords'.
595         (auth-source-do-warn): New function to debug unconditionally.
596         (auth-source-do-debug): Use it.
597         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
598         and for Secrets API entries when the secrets.el library is not
599         available.
600
601 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
602
603         * gnus-sum.el (gnus-propagate-marks): Default to nil.
604         (gnus-summary-exit): Kill the correct article buffer on exit from a
605         `C-d' group.
606
607         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
608         gnus-propagate-marks.
609
610         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
611         before killing the buffers so that a non-full window conf gets handled
612         correctly.
613         (gnus-summary-exit): Ditto.
614         (gnus-summary-read-group-1): Ditto.
615
616         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
617         async code again so that we can debug it properly.
618
619         * message.el (message-reply): Take an optional switch-buffer parameter
620         so that Gnus window confs are respected better.
621
622 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
623
624         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
625         `plist-get' to accept non-list parameters (XEmacs issue).
626         Fix docstring.
627         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
628         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
629         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
630         Login collection is "Login" and not "login".
631
632 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
633
634         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
635         multiple headers.
636
637         * nnimap.el (nnimap-inhibit-logging): New variable.
638         (nnimap-log-command): Don't log login commands.
639
640         * auth-source.el (auth-source-netrc-search): The asserts seem to want
641         to have more parameters.
642
643         * nnimap.el (nnimap-send-command): Mark the command time for each
644         command, so that we don't get NOOPs stepping on our toes.
645
646         * gnus-art.el (article-date-ut): Get the date from the Date header on
647         `t'.
648
649 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
650
651         * auth-source.el (auth-source-search): Use copy-sequence instead of
652         the cl.el copy-list.
653
654 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
655
656         * imap.el: Bring it back (revert
657         84d800cd31de3064f0ed39617d725709a2f8f42f).
658
659 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
660
661         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
662         Improve prompt.
663
664 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
665
666         * gnus-art.el (gnus-article-mode-line-format): Remove the article
667         washing status from the default format.  It isn't very informative.
668
669 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
670
671         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
672         Fix Gcc processing on imap.
673
674 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
675
676         * imap.el: Remove file.  All the functionality is in nnimap.el.
677
678 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
679
680         * message.el (message-bury): Don't pop up a new window when selected
681         window is dedicated.
682
683 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
684
685         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
686
687 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
688
689         * sieve-manage.el: Autoload `auth-source-search'.
690         (sieve-sasl-auth): Use it.
691
692 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
693
694         * nnimap.el: Autoload `auth-source-forget+'.
695         (nnimap-open-connection-1): Use it if the connection fails.
696
697         * auth-source.el: Require `password-cache'.
698         (auth-source-hide-passwords, auth-source-cache): Remove and mark
699         obsolete.
700         (auth-source-magic): Marker for `password-cache' keys.
701         (auth-source-do-cache): Update docstring.
702         (auth-source-search): Use and check cache.
703         (auth-source-forget-all-cached, auth-source-remember)
704         (auth-source-recall, auth-source-forget, auth-source-forget+)
705         (auth-source-specmatchp): Caching support functions.
706         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
707         Remove and obsolete.
708         (auth-source-user-or-password): Remove caching to further discourage
709         using it.  Always hide passwords.
710
711         * password-cache.el (password-cache-remove): Accept secrets that are
712         not strings.
713
714 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
715
716         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
717         code for now, since it doesn't work for all users.
718
719 2011-02-09  Julien Danjou  <julien@danjou.info>
720
721         * message.el (message-options): Make message-options really buffer
722         local.
723
724 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
725
726         * mail-source.el: Autoload `auth-source-search'.
727         (mail-source-keyword-map): Note order matters.
728         (mail-source-set-1): Get all the mail-source source values and
729         defaults and search auth-source on those if needed.  This can all
730         probably be simplified.
731
732         * nnimap.el: Autoload `auth-source-search'.
733         (nnimap-credentials): Use it.
734         (nnimap-open-connection-1): Ask for the virtual server and physical
735         address in one shot.
736
737         * nntp.el: Autoload `auth-source-search'.
738         (nntp-send-authinfo): Use it.  Note TODO.
739
740 2011-02-08  Julien Danjou  <julien@danjou.info>
741
742         * shr.el (shr-tag-body): Add support for text attribute in body
743         markups.
744
745         * message.el (message-options): Make message-options a local variable.
746
747 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
748
749         * auth-source.el (auth-source-secrets-search)
750         (auth-source-user-or-password): Use `append' instead of `nconc'.
751         (auth-source-user-or-password): Build return list better and protect
752         against nil :secret.
753
754 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
755
756         * nnimap.el (nnimap-update-info): Refactor slightly.
757         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
758         (nnimap-update-info): Clean up slightly.
759         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
760         characters.
761         (nnimap-process-quirk): Rename function to avoid collision.
762         (nnimap-update-info): Fix macrology bug-out.
763         (nnimap-update-info): Simplify split history test.
764
765 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
766
767         * auth-source.el (top): Require 'eieio unconditionally.
768         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
769         (auth-source-secrets-search): Limit search when `max' is greater than
770         number of results.
771
772 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
773
774         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
775         part not returning any data.
776
777         * proto-stream.el (open-protocol-stream): Document the return value.
778
779 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
780
781         * auth-source.el (auth-source-secrets-search): Add examples.
782
783 2011-02-06  Julien Danjou  <julien@danjou.info>
784
785         * message.el (message-setup-1): Handle message-generate-headers-first
786         set to t.
787
788 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
789
790         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
791         API with a string "secrets:collection-name" and with 'default.
792         (auth-source-backend-parse): Parse "secrets:collection-name" and
793         'default.  Recurse on parses instead of repeating code.  Use the
794         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
795         message when ignoring a source.
796         (auth-source-search): List ignored search keys at the top level.
797         (auth-source-netrc-create): Use `case' instead of `cond'.
798         (auth-source-secrets-search): Created with TODOs.
799         (auth-source-secrets-create): Created with TODOs.
800         (auth-source-retrieve, auth-source-create, auth-source-delete)
801         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
802         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
803         (auth-source-user-or-password-sftp)
804         (auth-source-user-or-password-smtp): Remove.
805         (auth-source-user-or-password): Deprecated and modified to be a wrapper
806         around `auth-source-search'.  Not tested thoroughly.
807
808 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
809
810         * auth-source.el: Bring in assoc and eioeio libraries.
811         (secrets-enabled): New variable to track the status of the Secrets API.
812         (auth-source-backend): New EIOEIO class to represent a backend.
813         (auth-source-creation-defaults): New variable to set prompt defaults
814         during token creation (see the `auth-source-search' docstring for
815         details).
816         (auth-sources): Simplify to allow a simple string as a netrc backend
817         spec.
818         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
819         (auth-source-backend-parse-parameters): Fill in the backend parameters.
820         (auth-source-search): Main auth-source API entry point.
821         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
822         (auth-source-search-collection): Helper function for searching.
823         (auth-source-netrc-parse, auth-source-netrc-normalize)
824         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
825         Supports search, create, and delete.
826         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
827         backend stubs.
828         (auth-source-user-or-password): Call `auth-source-search' but it's not
829         ready yet.
830
831 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
832
833         * message.el (message-setup-1): Remove the read-only stuff, since it
834         doesn't work under XEmacs, for some reason.
835
836         * gnus-sum.el (gnus-user-date): Rename back from
837         gnus-summary-user-date since user code refers to it.
838
839         * shr.el (shr-render-td): Store the actual background colour used.
840
841         * message.el (message-setup-1): Don't bind the constant
842         -forbidden-properties.
843         (message-setup-1): Revert previous change, since it needs to bind the
844         props to insert them.
845         (message-resend): Allow removing the read-only separator line.
846
847 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
848
849         * nnimap.el (nnimap-request-accept-article): Give an error message if
850         the APPEND wasn't successful.
851
852 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
853
854         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
855         that have no groups.
856
857 2011-02-03  Julien Danjou  <julien@danjou.info>
858
859         * gnus-draft.el: Remove progn around gnus-draft-setup.
860
861 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
862
863         * gnus-start.el (gnus-read-active-for-groups): This function is never
864         called with a nil `infos', so clean that up.
865         (gnus-get-unread-articles): Request active files from primary/secondary
866         methods that have no groups (yet).
867
868 2011-02-03  Julien Danjou  <julien@danjou.info>
869
870         * message.el (message-setup-1): Always generate References first.
871         (message-mail): Return the return value of message-setup, not always t.
872         (message-setup-1): Insert mail-header-separator with read-only and
873         intangible properties set.
874
875         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
876         user-date in docstring.
877
878         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
879
880         * gnus.el (gnus-summary-line-format): Mention &user-date format in
881         docstring.
882
883         * gnus.el (gnus-user-date-format-alist): Change default value. Use
884         defcustom, with type and group. Move from gnus-util.el. Rename to
885         gnus-summary-user-date-format-alist.
886
887 2011-02-03  Glenn Morris  <rgm@gnu.org>
888
889         * nnimap.el (gnus-fetch-headers): Declare.
890
891         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
892
893 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
894
895         * message.el (message-forward-make-body-digest-plain)
896         (message-followup, message-reply): Clean up things noted by Stefan.
897
898         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
899         gnus-article-update-date-headers is nil.
900         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
901         it didn't really work with defcustom.
902         (article-update-date-lapsed): Make sure the window start doesn't move,
903         either.
904
905 2011-02-01  Julien Danjou  <julien@danjou.info>
906
907         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
908         format.
909
910         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
911         standard in Emacs nowadays.
912
913         * color.el (color-gradient): Add a color-gradient function.
914
915 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
916
917         * message.el (message-expand-name): Don't trust the return value of
918         bbdb-complete-name.
919         (message-check-news-header-syntax): Remove unused var `start'.
920         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
921         (message-inhibit-body-encoding): Move to before first use.
922         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
923         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
924         (Organization, Message-ID, Date, mh-previous-window-config):
925         Defvar the vars using dynamic scoping.
926
927 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
928
929         * shr.el (shr-render-td): Only do colours at the final rendering.
930         Should be slightly faster.
931         (shr-insert-table): Fix up TD background colours when doing the
932         vertical padding.
933
934         * gnus-art.el (article-date-ut): Protect against articles with no Date
935         header.
936         (article-update-date-lapsed): Don't use current-column to find the
937         horizontal position.  It's fragile in the presence of \003 characters.
938
939         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
940
941 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
942
943         * gnus-art.el (article-transform-date): Rewrite to still work when
944         there are several rfc2822 parts.
945         (article-transform-date): Fix infinite recursion.
946         (article-date-ut): Replace infinitely many Date headers with a single
947         one when called interactively.
948
949         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
950         secure manner.
951
952         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
953         move around by not using save-window-excursion.  It seems to work...
954
955 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
956
957         * gnus-art.el (article-make-date-line): Work for user-defined format.
958
959 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
960
961         * nntp.el (nntp-retrieve-group-data-early)
962         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
963         fetching functions.
964
965         * gnus-start.el (gnus-read-active-for-groups): Read the active files
966         thoroughly for all backends that have no known groups.  This should
967         allow new nnml methods to retrieve mail.
968
969         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
970         that Gnus doesn't know exists again.
971
972         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
973         (gnus-treat-date-ut): Ditto.
974         (gnus-article-update-date-header): Rename.
975         (gnus-treat-date-local): Remove.
976         (gnus-treat-date-english): Remove.
977         (gnus-treat-date-lapsed): Remove.
978         (gnus-treat-date-combined-lapsed): Remove.
979         (gnus-treat-date-original): Remove.
980         (gnus-treat-date-iso8601): Remove.
981         (gnus-treat-date-user-defined): Remove.
982         (gnus-article-date-headers): New variable to control all the date
983         header options.
984         (article-date-ut): Rewrite to allow using the new way to format date
985         headers(s).
986
987 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
988
989         * nnmail.el (nnmail-article-group): Check for a direct fancy split
990         method.
991         (nnmail-article-group): A better test for fanciness.
992
993         * nnimap.el (nnimap-request-head): Protect against not finding the
994         article by Message-ID.
995
996 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
997
998         * gnus-art.el (article-update-date-lapsed): Try a better way to really
999         keep point at the "same place".
1000
1001 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1002
1003         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1004         data if the group is unactivated.
1005
1006 2011-01-28  Julien Danjou  <julien@danjou.info>
1007
1008         * gnus-win.el: Remove dead function gnus-window-configuration-element.
1009         (gnus-all-windows-visible-p): Remove old compatibility code.
1010         (gnus-window-top-edge): Add docstring.
1011
1012         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1013
1014 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1015
1016         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1017         older request-update-info.
1018
1019         * gnus-art.el (article-make-date-line): Limit the length a bit more.
1020
1021 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
1022
1023         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1024         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1025
1026 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1027
1028         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1029         groups.  This makes the nndraft:queue group pop up if it's not already
1030         there.
1031
1032         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1033         messages" logic, which was reversed.
1034
1035         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1036         the "same place" even if point is on the line being replaced.
1037         (article-update-date-lapsed): Allow updating both the combined lapsed
1038         and the lapsed headers.
1039         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1040         (article-make-date-line): Limit the number of segments dynamically to
1041         avoid too-long lines.
1042
1043 2011-01-27  Julien Danjou  <julien@danjou.info>
1044
1045         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1046         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1047
1048 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1049
1050         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1051         Use plist-get instead of the cl function getf.
1052
1053 2011-01-27  Glenn Morris  <rgm@gnu.org>
1054
1055         * gnus-util.el (float-time): Get rid of compiler warning, again.
1056
1057 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1058
1059         * shr.el (shr-put-color): Special-case background colours: Do put them
1060         at the blank parts at the front of the lines.
1061
1062         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1063         exit hook to nix out all data on readedness on group exit.
1064
1065         * gnus-util.el (float-time): If float-time is bound, always use it on
1066         all Emacsen.  It's unclear why the subrp check was there.
1067         (time-date): Require to make some autoload issues on XEmacs go away.
1068
1069         * shr.el (shr-put-color): Don't do the box padding in tables, since
1070         they're already padded.
1071
1072 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1073
1074         * gnus-art.el (gnus-article-next-page): When the last line of the
1075         article is displayed, scroll down once more instead of going to the
1076         next article at once.
1077         (article-lapsed-string): Refactor out and allow specifying how many
1078         segments you want.
1079         (gnus-article-setup-buffer): Start updating the lapsed header directly.
1080         (gnus-article-update-lapsed-header): New variable.
1081
1082         * shr.el: Revert change that made headings use different-sized faces.
1083         The Emacs display engine isn't advanced enough that, for instance,
1084         tables can comfortably use differently-sized faces.
1085
1086 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1087
1088         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1089         used.
1090         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1091         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1092         we're using an encrypted connection.
1093
1094         * proto-stream.el: Alter the interface functions to also return the
1095         actual stream type used: network or tls.
1096
1097 2011-01-25  Julien Danjou  <julien@danjou.info>
1098
1099         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1100         (mm-display-javascript-inline): New function.
1101
1102         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1103         viewing function.
1104
1105 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1106
1107         * shr.el (shr-expand-newlines): Fix variable name.
1108
1109 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1110
1111         * shr.el (shr-expand-newlines): Make nested boxes work.
1112
1113 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1114
1115         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1116         backgrounds.
1117         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1118         in a more sensible manner.
1119
1120 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1121
1122         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1123         if EPG is loaded.
1124
1125 2011-01-24  Julien Danjou  <julien@danjou.info>
1126
1127         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1128         tags.
1129
1130 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1131
1132         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1133         commands.
1134
1135         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1136         in the article buffer.
1137         (gnus-gravatar-insert): Use blank space from the current buffer to
1138         avoid breaking text properties.  This makes X-Sent updating work again.
1139
1140         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1141
1142 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1143
1144         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1145         fix the bug in url-http.el instead.
1146
1147         * shr.el (shr-image-fetched): Ditto.
1148
1149         * shr.el (shr-image-fetched): Avoid having point move in the article
1150         buffer.
1151
1152         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1153         buffer after being called.  It's apparently being killed by url.el, and
1154         killing it made point move to end-of-buffer in a random buffer.
1155
1156         * shr.el (shr-image-fetched): Ditto.
1157
1158 2011-01-23  Julien Danjou  <julien@danjou.info>
1159
1160         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1161
1162         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1163         text/x-org.
1164
1165 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1166
1167         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1168         (i.e., nnimap) returning nil as the article number.
1169
1170 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1171
1172         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1173         "DelSp" parameter in RFC3676.
1174
1175 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1176
1177         * message.el (message-check-recipients): Display the encoded version of
1178         the bogus address if they differ.
1179
1180         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1181         after sending.
1182
1183         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1184
1185         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1186
1187         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1188         group buffer after sending the queue.
1189
1190         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1191
1192 2011-01-22  Julien Danjou  <julien@danjou.info>
1193
1194         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1195
1196 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1197
1198         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1199         nested related parts.
1200
1201         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1202         unexpired articles.  This fixes the regression that led expiry marks to
1203         disappear from nnfolder groups.
1204
1205 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1206
1207         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1208         Don't confuse the "ret" of "retrograde" with RET.
1209
1210 2011-01-21  Julien Danjou  <julien@danjou.info>
1211
1212         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1213         than mm-insert-inline.
1214
1215 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1216
1217         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1218         Widen article buffer.
1219
1220 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1221
1222         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1223         the temp buffer.
1224         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1225
1226 2011-01-20  Julien Danjou  <julien@danjou.info>
1227
1228         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1229
1230         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1231         than mm-insert-inline to insert inline part: this respect
1232         mm-inline-media-tests displayers.
1233
1234         * mm-view.el (mm-display-shell-script-inline): New function.
1235
1236         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1237
1238         * mm-uu.el (mm-uu-type-alist): Add org block.
1239         (mm-uu-org-src-code-block-extract): New function.
1240
1241         * mm-view.el (mm-display-org-inline): New function.
1242
1243         * mm-decode.el (mm-automatic-display): Add text/org.
1244
1245         * mailcap.el (mailcap-mime-extensions): Add .org.
1246
1247 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1248
1249         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1250         gnus-article-add-buttons.
1251
1252 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1253
1254         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1255         From header with a date and "nobody" as the sender.
1256
1257 2011-01-19  Julien Danjou  <julien@danjou.info>
1258
1259         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1260         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1261         if you have the same regexp several times.
1262         (gnus-button-push): Fix matching when regexp is symbol.
1263
1264 2011-01-15  Glenn Morris  <rgm@gnu.org>
1265
1266         * message.el (message-mail): A compose-mail function should
1267         accept headers as strings.
1268
1269 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1270
1271         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1272         Add :vert-only tags.
1273         (message-mail): New arg RETURN-ACTION.
1274         (message-return-action): New var.
1275         (message-bury): Use it.
1276         (message-mode): Make it buffer-local.
1277         (message-send-and-exit): Always call message-bury.
1278
1279         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1280         message-mail.
1281
1282 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1283
1284         * nnimap.el (nnimap-convert-partial-article): Protect against
1285         zero-length body parts.
1286
1287         * mm-decode.el (mm-preferred-alternative-precedence):
1288         Discourage showing empty parts.
1289
1290         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1291         and stuff if the backend didn't return the article number.  This fixes
1292         an Exchange-related nnimap bug.
1293
1294         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1295         group window, because it does the wrong thing when a separate frame
1296         displays the group buffer.
1297
1298         * proto-stream.el (open-protocol-stream): Protect against the low-level
1299         transport functions returning nil.
1300
1301 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1302
1303         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1304         (mml2015-epg-find-usable-secret-key): New function.
1305         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1306         mml2015-epg-find-usable-key (Bug#7797).
1307         (mml2015-epg-encrypt): Ditto.
1308
1309 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1310
1311         * dgnushack.el (rot13-string): Fix the way to get the argument.
1312
1313 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1314
1315         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1316
1317 2011-01-03  Glenn Morris  <rgm@gnu.org>
1318
1319         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1320
1321         * sieve.el (sieve-open-server): Give a more explicit error if
1322         sieve-manage-open returns nil.  (Bug#7720)
1323
1324 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1325
1326         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1327
1328 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1329
1330         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1331         This avoids sending passwords in plain text over non-encrypted
1332         channels.
1333
1334         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1335
1336         * nnimap.el (nnimap-login): Refactored out into own function, and
1337         implement CRAM-MD5.
1338         (nnimap-wait-for-line): Refactored out.
1339
1340         * mm-view.el (mml-smime): Require.
1341
1342 2010-12-20  David Engster  <deng@eml.cc>
1343
1344         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1345         use EPG to decrypt S/MIME messages instead of openssl.
1346
1347 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1348
1349         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1350
1351         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1352         status is the group clearly is unreachable.
1353
1354         * auth-source.el (auth-source-create): Add the optional second
1355         parameter to `local-variable-p' to be compatible with XEmacs.
1356
1357 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1358
1359         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1360         work when using a compressed nnml folder.
1361
1362 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1363
1364         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1365         backends after sanitising on entry, because this never makes sense:
1366         If the articles have gone missing, then the data no longer exists on
1367         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1368         overwrite anything anyway.
1369
1370         * shr.el (shr-insert-document): Bind shr-width dynamically to
1371         window-width if it's nil.
1372
1373 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1374
1375         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1376         with the meaning of using the full emacs window width for rendering.
1377
1378 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1379
1380         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1381         case when sender is not given.
1382
1383 2010-12-23  Julien Danjou  <julien@danjou.info>
1384
1385         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1386         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1387         the addresses, otherwise we might misplaced the gravatar.
1388
1389 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1390
1391         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1392         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1393         obsolete in Emacs.
1394
1395 2010-12-20  Julien Danjou  <julien@danjou.info>
1396
1397         * gnus-util.el (gnus-rescale-image): Revert last change.
1398
1399 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1400
1401         * binhex.el: Improve commentary (Bug#7482).
1402
1403 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1404
1405         * gnus-group.el (gnus-group-delete-articles): New command.
1406
1407 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1408
1409         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1410
1411 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1412
1413         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1414         here, since it's up to the backends to do CRLF removal if their
1415         protocol has it.
1416
1417         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1418
1419 2010-12-17  Julien Danjou  <julien@danjou.info>
1420
1421         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1422         they are from file. Can also scale up.
1423
1424 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1425
1426         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1427         gnus-use-agent.
1428         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1429
1430         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1431
1432 2010-12-17  Julien Danjou  <julien@danjou.info>
1433
1434         * gravatar.el (gravatar-retrieve-synchronously): New function.
1435         (gravatar-get-data): Make more robust.
1436
1437 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1438
1439         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1440
1441 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1442
1443         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1444         to really consider the last line.
1445
1446 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1447
1448         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1449         list of recipient keys, or use symmetric encryption if not a list.
1450         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1451         EPA override, replacing the call to `netrc-store-data'.
1452
1453 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1454
1455         * gnus-srvr.el: Avoid passing nil regexp argument to
1456         delete-matching-lines.
1457
1458 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1459
1460         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1461         fetching stops when Gnus exits.
1462
1463         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1464         function.
1465         (nnfolder-request-expire-articles): Save all the buffers after doing
1466         expiry.
1467
1468         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1469         the last article", since that led to serious performance regressions
1470         when expiring nnml groups.
1471
1472 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1473
1474         * nnir.el: Improve customizations.
1475
1476 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1477
1478         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1479
1480         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1481         group has been killed.
1482         (gnus-group-yank-group): Ditto.
1483
1484         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1485
1486         * nnimap.el (nnimap-request-update-group-status): New function.
1487
1488         * gnus-int.el (gnus-request-update-group-status): New interface
1489         function.
1490
1491         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1492         copying read-ness to the backends.
1493
1494         * nnimap.el (nnimap-quirk): New function.
1495         (nnimap-retrieve-group-data-early): Use it.
1496         (nnimap-quirks): New alist.
1497
1498 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1499
1500         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1501         don't delete it within indentation.
1502
1503 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1504
1505         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1506         previous line.
1507
1508 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1509
1510         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1511         QRESYNC command by deleting a superfluous space which broke Cyrus
1512         servers.  This change will break other servers that are buggy the other
1513         way around.
1514
1515 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1516
1517         * spam.el: Reindent and fix long lines.
1518         (spam-copy-or-move-routine): Exclude invalid move destinations.
1519
1520 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1521
1522         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1523         installed the registry.
1524
1525 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1526
1527         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1528
1529 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1530
1531         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1532         groupname doesn't contain "gmane".
1533
1534 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1535
1536         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1537         and netrc-bound-and-true-p bindings.
1538         (netrc-parse): Cache the netrc contents.
1539
1540         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1541         (gnus-1): Don't create the nndrafts group twice.
1542         (gnus-setup-news): There's no need to read the active file here, since
1543         that's done again later on a per-backend basis.
1544         (gnus-start-draft-setup): Make sure that the new group is started out
1545         empty.
1546
1547         * gnus-agent.el (gnus-agentize): Don't create the queue group
1548         automatically on startup.  It'll be created later, if needed.
1549
1550         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1551         of automatically subscribed groups.
1552         (gnus-auto-subscribed-categories): New variable.
1553         (gnus-matches-options-n): Use it.
1554         (gnus-default-subscribed-newsgroups): Remove unused variable.
1555         (gnus-start-draft-setup): Message a bit less.
1556
1557 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1558
1559         * nnir.el (nnir-run-imap): Return article list in order of increasing
1560         UID.
1561
1562 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1563
1564         * gnus-sum.el (gnus-summary-enter-digest-group):
1565         Mention gnus-auto-select-on-ephemeral-exit.
1566
1567         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1568         convention of the network-only option.
1569
1570 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1571
1572         * proto-stream.el (proto-stream-open-network-only): New function to
1573         have a way to specify non-STARTTLS upgrade connections.
1574
1575 2010-12-10  Julien Danjou  <julien@danjou.info>
1576
1577         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1578         email address is nil.
1579
1580         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1581
1582 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1583
1584         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1585         deletion.
1586         (nnir-run-imap): Only need to parse list once.
1587
1588 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1589
1590         * shr.el (shr-tag-script): Ignore <script>.
1591         (shr-tag-label): Add <label> support.
1592
1593 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1594
1595         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1596
1597         * shr.el (shr-image-displayer): Work for images lined side by side.
1598
1599 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1600
1601         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1602         parameter, since XEmacs doesn't accept t as a parameter.
1603
1604 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1605
1606         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1607         ids.
1608         (nnir-run-gmane): Simplify groupspec formatting.
1609         (nnir-request-expire-articles): New function.
1610
1611 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1612
1613         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1614         overflow, possibly.
1615
1616         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1617         (shr-render-td): Handle td style="" better.
1618         (shr-tag-table): Use the color from the style sheet.
1619         (shr-render-td): Make sure we copy over all the overlays, too.
1620
1621 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1622
1623         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1624         (nnir-request-article): Improve article retrieval.
1625
1626 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1627
1628         * mm-util.el (mm-extra-numeric-entities): New variable.
1629
1630         * mm-url.el (mm-url-decode-entities):
1631         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1632
1633         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1634
1635 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1636
1637         * message.el: Use completion-at-point.
1638         (message-completion-function): New fun, extracted from message-tab.
1639         (message-mode): Use it for completion-at-point-functions.
1640         (message-tab): Use it and completion-at-point.
1641
1642 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1643
1644         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1645         character if a non-breakable character follows.
1646
1647 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1648
1649         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1650         any stream.
1651
1652         * shr.el (shr-tag-font): Colorize the region.
1653         (shr-tag-body): Ditto.
1654         (shr-tag-font): Actually let the styles be inherited instead of
1655         overwriting them.
1656         (shr-tag-font): Get the background color right.
1657         (shr-tag-style): Ignore all <style> tags for the moment.
1658
1659         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1660         a Message-ID to avoid having nnimap depend on gnus-sum.
1661
1662         * shr.el (shr-descend): Only colorize something if we have a node that
1663         sets colors.
1664
1665 2010-12-06  Julien Danjou  <julien@danjou.info>
1666
1667         * shr.el (shr-render-td): Render td content with shr-descend, so style
1668         will be applied to <td> too.
1669         (shr-colorize-region): Colorize region even if we only have a background.
1670         (shr-tag-body): Fix color and background color inheritance.
1671         Do not recolorize after shr-generic.
1672         (shr-tag-font): Let shr-generic colorize via inheritance.
1673
1674 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1675
1676         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1677
1678 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1679
1680         * nnir.el (nnir-request-move-article): Remove obsolete code.
1681
1682 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1683
1684         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1685
1686 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1687
1688         * gnus-sum.el (gnus-summary-respool-article): The completion function
1689         expects a list instead of an alist.
1690
1691         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1692         string as the parameter.
1693
1694         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1695
1696         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1697         styles.
1698         (shr-colorize-region): New function.
1699         (shr-insert-background-overlay): Remove.
1700         (shr-render-td): Background setting should be taken care of on a higher
1701         level.
1702         (shr-tag-body): Use post-hoc colorizations.
1703         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1704         (shr-put-color-1): Don't overwrite old colors.
1705         (shr-colorize-region): When the background color isn't explicit, use
1706         a fixed background.
1707
1708         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1709         nnmail variables.
1710
1711 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1712
1713         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1714         unless necessary.
1715
1716 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1717
1718         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1719         server.
1720
1721 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1722
1723         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1724         so that TAB works.
1725
1726         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1727         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1728
1729         * shr.el (shr-urlify): Show the URL before the title to avoid
1730         misleading URLs.
1731
1732 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1733
1734         * shr.el (shr-urlify): Display the title in <a> tags.
1735
1736 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1737
1738         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1739
1740 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1741
1742         * nnir.el: Rearrange code to allow macros to be autoloaded by
1743         gnus-sum.el.
1744         (nnir-retrieve-headers-override-function): Make this variable
1745         customizable.
1746         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1747
1748         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1749         from nnir.el.
1750
1751 2010-12-03  Julien Danjou  <julien@danjou.info>
1752
1753         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1754
1755 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1756
1757         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1758         allow optional argument `environment'.
1759
1760 2010-12-03  Glenn Morris  <rgm@gnu.org>
1761
1762         * mm-extern.el (message-goto-body): Update declaration.
1763
1764 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1765
1766         * gnus-util.el (gnus-macroexpand-all): New function.
1767
1768         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1769         instead of macroexpand-all that is unavailable in XEmacs.
1770
1771 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1772
1773         * nnir.el (nnir-summary-line-format): New variable.
1774         (nnir-mode): Use it.
1775         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1776         (nnir-article-ids): Reimplement as defsubst.
1777         (nnir-retrieve-headers): Don't mangle the subject header.
1778         (nnir-run-imap): Use 100 as RSV score.
1779         (nnir-run-find-grep): Fix for full server searching.
1780         (nnir-run-gmane): Better restriction to gmane groups.
1781
1782         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1783         summary buffers.
1784
1785 2010-12-02  Julien Danjou  <julien@danjou.info>
1786
1787         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1788
1789         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1790
1791         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1792         support.
1793
1794 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1795
1796         * nnir.el: Update to handle the registry better.
1797         (autoload): Silence byte-compiler.
1798         (nnir-open-server): Add a hook for nnir groups.
1799         (nnir-request-move-article): Don't mangle the header. Better to use
1800         formating variables (which will be added in the future).
1801         (nnir-registry-action): Update the registry using the original article
1802         group name.
1803         (nnir-mode): Install nnir-specific hooks for updating the registry.
1804
1805         * gnus-sum.el
1806         (gnus-article-original-subject,gnus-newsgroup-original-name):
1807         Remove obsolete variables.
1808         (gnus-summary-move-article): Remove use of obsolete variables.
1809         (gnus-summary-local-variables): Make move and delete hooks local to
1810         summary buffers.
1811
1812 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1813
1814         * rtree.el: New file.
1815
1816 2010-12-01  Julien Danjou  <julien@danjou.info>
1817
1818         * message.el (message-user-organization): Do not use
1819         gnus-local-organization.
1820
1821         * gnus.el: Remove gnus-local-organization.
1822
1823         * gnus-msg.el: Remove nastygram thing.
1824
1825 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1826
1827         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1828         funcall.
1829
1830 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1831
1832         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1833         names.
1834
1835         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1836         characters.
1837
1838         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1839         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1840         Suggested by Štěpán Němec <stepnem@gmail.com>.
1841         (gnus-gravatar-transform-address): Use mail-extract-address-components
1842         that supports non-ASCII names rather than mail-header-parse-addresses.
1843
1844 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1845
1846         * proto-stream.el (open-protocol-stream): All starttls connections are
1847         handled by the network handler.
1848
1849 2010-11-30  Julien Danjou  <julien@danjou.info>
1850
1851         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1852         (nnimap-open-connection-1): Fix PREAUTH.
1853
1854         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1855
1856 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1857
1858         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1859         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1860         (shr-insert): Use them.
1861         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1862
1863 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1864
1865         * nnir.el (nnir-request-move-article): Bail out if original group
1866         doesn't support article moves.
1867         (nnir-get-active): Improve active list retrieval.
1868
1869 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1870
1871         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1872
1873 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1874
1875         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1876         seem to accept strings-with-numbers as port numbers,
1877
1878 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1879
1880         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1881         change the registry.
1882
1883 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1884
1885         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1886         delete-dups that is not available in XEmacs 21.4.
1887
1888         * mm-util.el (mm-delete-duplicates): Add comment.
1889
1890 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1891
1892         * nnir.el (nnir-ignored-newsgroups): New variable.
1893         (nnir-get-active): Use it.
1894
1895 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1896
1897         * proto-stream.el (proto-stream-open-network): Add some comments.
1898
1899         * nntp.el (nntp-open-connection): Provide a :success condition.
1900
1901         * nnimap.el (nnimap-open-connection-1): Ditto.
1902
1903         * proto-stream.el (proto-stream-open-network): See what the response to
1904         the STARTTLS command is.
1905
1906         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1907         backwards compatibility).
1908         (nnimap-open-connection-1): Really respect nnimap-server-port.
1909
1910         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1911         TLS upgrades we don't really care about the identity of the peer.
1912         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1913         that what we've checked for.
1914         (proto-stream-always-use-starttls): Only default to t if
1915         open-gnutls-stream exists.
1916         (proto-stream-open-network): If STARTTLS failed, then just open a
1917         normal connection.
1918         (proto-stream-open-network): Wait until the greeting before doing
1919         STARTTLS.
1920
1921         * nntp.el (nntp-open-connection): Report what the connection error is.
1922
1923         * proto-stream.el (open-protocol-stream): Rename from
1924         open-proto-stream.
1925
1926 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1927
1928         * nnimap.el (nnimap-stream): Change default to `undecided'.
1929         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1930         first, and then network.
1931         (nnimap-open-connection-1): Respect nnimap-server-port.
1932         (nnimap-open-connection): Be more backwards-compatible.
1933
1934         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1935         (proto-stream-open-starttls): De-duplicate the starttls code.
1936         (proto-stream-open-starttls): Folded back into the main function.
1937         (proto-stream-open-network): Fix typo in the gnutls path.
1938         (proto-stream-command): Refactor out.
1939
1940         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1941
1942         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1943         starttls.el STARTTLS.
1944
1945         * color.el (color-lab->srgb): Fix function call name.
1946
1947         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1948         if we're using tls.el.
1949         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1950         built in, then don't try to establish a STARTTLS connection.
1951
1952         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1953         servers.
1954
1955         * proto-stream.el (open-proto-stream): Use network, not stream.
1956         (open-proto-stream): Add a way to specify what the end of a command is.
1957
1958         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1959         connections types.
1960         (nntp-open-network-stream): Remove.
1961         (nntp-open-ssl-stream): Remove.
1962         (nntp-open-tls-stream): Remove.
1963         (nntp-ssl-program): Remove.
1964
1965         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1966
1967 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1968
1969         * nnir.el: Fix typos.
1970         (nnir-retrieve-headers-override-function): Rename variable to reflect
1971         new semantics.
1972         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1973         macros.
1974         (nnir-request-article, nnir-request-move-article): Use them.
1975         (nnir-categorize): New function.
1976         (nnir-run-query): Use it.
1977         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1978         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1979         sorted.
1980         (nnir-group-full-name): Use gnus-group-full-name instead.
1981         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1982         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1983
1984 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1985
1986         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1987
1988         * proto-stream.el: New library to provide protocol-specific
1989         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1990         protocols.
1991         (open-proto-stream): Complete the documentation.
1992         (proto-stream-open-network): Fix some typos.
1993
1994         * nnimap.el (nnimap-open-connection): Use it.
1995
1996 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1997
1998         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1999         negotiation.
2000
2001 2010-11-26  Julien Danjou  <julien@danjou.info>
2002
2003         * color.el: Rename various rgb functions to srgb.
2004
2005 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2006
2007         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2008         names.
2009
2010 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2011
2012         * shr.el (shr-insert): Revert last change.
2013         (shr-find-fill-point): Never leave point being at bol;
2014         relax the kinsoku limitation when rendering tables.
2015
2016 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2017
2018         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2019         results from -accept-article.
2020
2021         * shr-color.el: Require cl when compiling.
2022
2023         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2024         checkin.
2025
2026         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2027
2028         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2029
2030         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2031         'add and 'delete to set backend marks.
2032
2033         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2034
2035         * nnheader.el (nnheader-update-marks-actions): Refactor out.
2036
2037         * nntp.el (nntp-request-set-mark): Use it.
2038
2039         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2040
2041         * nnml.el (nnml-request-set-mark): Ditto.
2042
2043         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2044         introduces regressions in article selection.
2045         (nnimap-find-uid-response): New function.
2046         (nnimap-request-accept-article): Use the UID returned, if any.
2047         (nnimap-request-move-article): Use the UID returned, if any.
2048         (nnimap-get-groups): Reimplement to work with folded lines.
2049         (nnimap-find-uid-response): The UID is the last element in the list.
2050         (nnimap-request-set-mark): Extend syntax with 'set.
2051
2052         * nnml.el (nnml-request-set-mark): Ditto.
2053
2054         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2055
2056         * nntp.el (nntp-request-set-mark): Ditto.
2057
2058 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2059
2060         * message.el (message-called-interactively-p): A temporary macro.
2061         (message-goto-body): Use it temporarily.
2062
2063 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2064
2065         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2066         (nnimap-last-response-string): Unfold quoted lines, if they exist.
2067         (nnimap-last-response-string): Fix last unfolding fix.
2068
2069 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2070
2071         * shr.el (shr-insert): Fix the way to fold lines.
2072
2073 2010-11-25  Julien Danjou  <julien@danjou.info>
2074
2075         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2076
2077         * color.el: Rename from color-lab.el
2078         (color-rgb->hex): Add.
2079         (color-complement): Add.
2080         (color-complement-hex): Add.
2081
2082         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2083
2084 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2085
2086         * shr-color.el (shr-color-visible): Don't bug out if the colour names
2087         don't exist.
2088
2089 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2090
2091         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2092         assuming that article displaying or another mml-preview may be
2093         interrupted for an error or for the like.
2094
2095         * shr.el (shr-get-background): Fix argument name.
2096
2097 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2098
2099         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2100
2101         * gnus-sum.el (gnus-summary-include-articles): New function.
2102
2103         * message.el (message-goto-body): called-interactively-p needs a
2104         parameter, so use `any'.
2105
2106         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2107         clear marks before moving, since they're synced from the Gnus side
2108         first.
2109
2110         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2111         (gnus-summary-move-article): Copy over all marks before moving, so that
2112         IMAP doesn't think a new article has arrived.
2113
2114 2010-11-24  Julien Danjou  <julien@danjou.info>
2115
2116         * shr.el (shr-insert-background-overlay): Fix typo.
2117         (shr-render-td): Copy the background before rendering.
2118
2119         * shr-color.el (shr-color-visible): Fix docstring.
2120
2121         * shr.el (shr-tag-table): Add bgcolor support.
2122         (shr-render-td): Add bgcolor support.
2123         (shr-get-background): Add.
2124         (shr-insert-foreground-overlay): Use shr-get-background.
2125
2126         * message.el (message-goto-body): Use called-interactively-p.
2127         (message-in-body-p): message-goto-body returns point.
2128
2129 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2130
2131         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2132         Fixes something or other in Emacs 23, and is backwards compatible.
2133
2134         * message.el (message-goto-body): Remove the <#secure special-casing,
2135         which is too special.
2136
2137         * shr.el (shr-parse-style): Drop !important from styles.
2138
2139 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2140
2141         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2142         this function to return incorrect results when calling it with an
2143         explicit article argument different from
2144         (gnus-summary-article-number).
2145
2146 2010-11-24  Julien Danjou  <julien@danjou.info>
2147
2148         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2149         (shr-tag-body): Add background support.
2150         (shr-descend): Add background support.
2151         (shr-tag-title): Add.
2152
2153         * shr-color.el (shr-color-visible): Really return original background
2154         if fixed.
2155
2156 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2157
2158         * shr.el (shr-color-check): Protect against non-existent colour names.
2159
2160 2010-11-24  Julien Danjou  <julien@danjou.info>
2161
2162         * color-lab.el: Require 'cl when compiling.
2163
2164         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2165
2166         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2167         matched part.
2168
2169         * color-lab.el: Fix all expt calls to use float type.
2170
2171 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2172
2173         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2174         expression to shr-color-check as is.
2175
2176         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2177
2178         * color-lab.el: Add coding cookie.
2179         (float-pi): Use eval-and-compile.
2180
2181         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
2182         compiled for Emacsen having no `libxml-parse-html-region' support.
2183
2184 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2185
2186         * shr.el (shr-insert-color-overlay): Split stuff like
2187         "#444444 !important" to find the real colour.
2188         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2189         parse <font color="red"> entries.
2190
2191 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2192
2193         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2194         point when parsing headers.
2195
2196         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2197         is positioned properly when parsing headers.
2198
2199 2010-11-23  Julien Danjou  <julien@danjou.info>
2200
2201         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2202
2203         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2204
2205         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2206
2207         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2208         Use shr-color-hue-to-rgb.
2209         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2210
2211 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2212
2213         * shr.el (shr-color->hexadecimal): Autoload.
2214         (shr-descend): Add color to all tags.
2215
2216 2010-11-22  Julien Danjou  <julien@danjou.info>
2217
2218         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2219         shr-color->hexadecimal.
2220
2221         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2222         RGB() or HSL() color representation.
2223
2224         * shr.el (shr-tag-font): Add.
2225         (shr-tag-color-check): New function to get better colors.
2226         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2227         tag-span.
2228
2229         * shr-color.el: New file.
2230
2231         * color-lab.el: New file.
2232
2233         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2234
2235 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2236
2237         * nnir.el: Fix typo in comments.
2238         (nnir-run-imap): Simplify code. No need to reverse artlist.
2239         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2240
2241 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2242
2243         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2244
2245         * nnimap.el (nnimap-get-capabilities): Refactor out.
2246         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2247
2248 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2249
2250         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2251         appearing when `mm-uu-hide-markers' is nil.
2252
2253 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2254
2255         * nnimap.el (nnimap-unselect-group): Make into its own function.
2256         (nnimap-request-rename-group): Unselect group before renaming.
2257         This had gotten lost somewhere.
2258         (nnimap-request-accept-article): Keep track of examined groups, and
2259         unselect the group before APPENDing to read-only groups.
2260         (nnimap-request-move-article): Clear flags before moving so that they
2261         can be re-set later.
2262
2263 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2264
2265         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2266         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2267
2268 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2269
2270         * gnus-art.el (gnus-mime-display-single)
2271         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2272         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2273         parameter.
2274
2275 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2276
2277         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2278         (shr-table-vertical-line): New variable.
2279         (shr-insert-table): Use it.
2280
2281 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2282
2283         * gnus-html.el (gnus-html-wash-images): Don't display images if
2284         gnus-inhibit-images is non-nil; register displayer for cid images.
2285         (gnus-html-display-image): Work for cid image.
2286         (gnus-html-insert-image): Allow arguments.
2287         (gnus-html-put-image): Inhibit read-only.
2288         (gnus-html-prefetch-images): Don't prefetch images if
2289         gnus-inhibit-images is non-nil.
2290
2291 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2292
2293         * shr.el (shr-put-image): Break lines when inserting big pictures.
2294
2295 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2296
2297         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2298         sender, thanks Katsumi Yamaoka.
2299
2300 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2301
2302         * nnir.el (nnir-run-imap): Reverse the article list for each group
2303         rather than the whole list.
2304
2305 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2306
2307         * shr.el (shr-image-displayer): Protect function against non-existent
2308         image source.
2309
2310         * gnus-art.el (gnus-inhibit-images): New user option.
2311         (gnus-mime-display-single): Don't display image if it is non-nil.
2312
2313         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2314         gnus-inhibit-images.
2315
2316         * shr.el (shr-image-displayer): New function.
2317         (shr-tag-img): Use it.
2318
2319 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2320
2321         * mml2015.el (mml2015-epg-sign): Use From header.
2322
2323 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2324
2325         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2326
2327         * gnus-util.el (gnus-find-text-property-region): Return markers.
2328
2329         * shr.el (shr-tag-img): Put a displayer in the text property.
2330
2331         * gnus-util.el (gnus-find-text-property-region): New utility function.
2332
2333         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2334         (gnus-html-show-images): Remove.
2335
2336         * gnus-art.el (gnus-article-show-images): New, more general function.
2337
2338         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2339         image url text properties.
2340
2341         * shr.el: Ditto.
2342
2343         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2344         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2345
2346 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2347
2348         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2349         work for two or more articles.
2350
2351 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2352
2353         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2354         divide an image that's in an html article to two or more when washing
2355         non-ASCII characters in alt text of it.
2356
2357 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2358
2359         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2360         smime-decrypt-region using function argument.
2361         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2362
2363         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2364
2365         * smime.el (smime-decrypt-region): Catch it.
2366
2367 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2368
2369         * smime.el (smime-mode-map): Move initialization into declaration.
2370         (gnus-run-mode-hooks): Don't autoload.
2371         (smime-mode): Use define-derived-mode.
2372
2373 2010-11-11  Glenn Morris  <rgm@gnu.org>
2374
2375         * smime.el (from): Restrict declaration to XEmacs.
2376
2377         * nnir.el (gnus-group-topic-name): Autoload.
2378
2379 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2380
2381         * shr.el (shr-insert): Don't break long line if it is because of
2382         kinsoku-bol characters in the line end.
2383
2384 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2385
2386         * nnir.el (nnir-request-move-article): Fix to provide original group
2387         and subject.
2388         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2389         been retrieved.
2390
2391         * gnus-sum.el (gnus-summary-move-article): Use original group and
2392         subject for virtual articles such as those in an nnir summary buffer.
2393
2394 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2395
2396         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2397         least 21.5).
2398
2399         * smime.el (from): Declare it again for XEmacs.
2400
2401 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2402
2403         * message.el (message-resend): Don't disable encoding unless it's
2404         already encoded.
2405
2406         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2407         low-numbered articles.
2408
2409 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2410
2411         * rfc2047.el (rfc2047-syntax-table): Simplify.
2412
2413         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2414
2415         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2416         set-char-table-range for XEmacs.
2417
2418 2010-11-10  Glenn Morris  <rgm@gnu.org>
2419
2420         * time-date.el (time-to-seconds): Always an alias on Emacs,
2421         never a real function.
2422         (with-no-warnings): Remove compat stub, now unused.
2423         (time-less-p): Doc fix.
2424         (time-to-number-of-days): Simplify.
2425
2426         * smime.el (from): Remove unused declaration.
2427
2428         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2429         (gnus-float-time): On Emacs, always an alias.
2430
2431         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2432         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2433
2434 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2435
2436         * dgnushack.el: Don't use ignore-errors in the top level form since it
2437         is unavailable in XEmacs even if cl is loaded.
2438
2439         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2440
2441 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2442
2443         * shr.el (browse-url-mailto): Autoload.
2444
2445         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2446
2447         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2448         regexp doesn't need quoting.
2449
2450 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2451
2452         * message.el (message-subject-trailing-was-ask-regexp)
2453         (message-subject-trailing-was-regexp): Match was: in addition to was.
2454
2455 2010-11-09  Glenn Morris  <rgm@gnu.org>
2456
2457         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2458         (nnbabyl-check-mbox): Use point-at-bol.
2459
2460 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2461
2462         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2463
2464         * message.el (message-mailto): New function.
2465         (message-mailto): Should accept other parameters.
2466         (message-mailto): Remove since it duplicates browse-url-mailto
2467         functionality.
2468
2469 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2470
2471         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2472         methods.
2473         (gnus-read-active-file): Ditto.
2474
2475         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2476         ": " from the prompt.
2477         (gnus-group-make-group): Ditto.
2478
2479 2010-11-07  Glenn Morris  <rgm@gnu.org>
2480
2481         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2482         (gnus-bookmark-kill-line): Use point-at-eol.
2483
2484 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2485
2486         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2487         asterisks in From header.
2488
2489 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2490
2491         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2492         string to avoid making the From headers syntactically invalid.
2493
2494         * message.el (message-send-mail): Don't insert courtesy messages if the
2495         message already has List-Post and List-ID messages.
2496
2497 2010-11-06  Glenn Morris  <rgm@gnu.org>
2498
2499         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2500         `condition', `type', `length' a prefix.
2501         (gnus-treat-predicate): Update for above name changes.
2502
2503 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2504
2505         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2506         binding.  Handled by `gnus-summary-refer-thread' instead.
2507         (nnir-warp-to-article): New backend function.
2508
2509         * nnimap.el (nnimap-request-thread): Force dependency updating.
2510
2511         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2512         (gnus-summary-refer-thread): Rework to improve thread-referral.
2513
2514         * gnus-int.el (gnus-warp-to-article): New function.
2515
2516         * gnus-sum.el (gnus-summary-article-map): Bind it.
2517
2518 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2519
2520         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2521         gnus-summary-refer-thread.
2522
2523         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2524         headers.
2525         (gnus-summary-limit-include-thread): Prevent articles in thread from
2526         being cut in gnus-cut-threads.
2527         (gnus-summary-refer-thread): Limit retrieved headers to those in
2528         thread.
2529
2530 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2531
2532         * message.el (message-send-mail): Use the value of
2533         message-courtesy-message from the message buffer.
2534
2535         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2536
2537         * shr.el (shr-browse-url): Implement mailto: URLs.
2538
2539         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2540         "raw".
2541
2542         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2543         if it's already selected.
2544
2545         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2546
2547 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2548
2549         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2550         to measure the length and truncate alt text.
2551
2552 2010-11-03  Glenn Morris  <rgm@gnu.org>
2553
2554         * nndiary.el (nndiary-generate-nov-databases-1)
2555         (nndiary-generate-active-info): Rename dynamic variable `files' to
2556         something less generic.
2557
2558 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2559
2560         * nnir.el (nnir-request-move-article): Call the underlying backend to
2561         move articles from nnir.
2562
2563 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2564
2565         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2566
2567 2010-11-02  Julien Danjou  <julien@danjou.info>
2568
2569         * nnir.el: Remove wais support.
2570
2571 2010-11-02  Glenn Morris  <rgm@gnu.org>
2572
2573         * gnus-html.el: Reorder requirements to quieten compiler.
2574
2575 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2576
2577         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2578         properly for XEmacs as well.
2579         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2580         (gnus-article-natural-long-line-p): Use window-width rather than
2581         frame-width.
2582
2583 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2584
2585         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2586         (nnir-read-parms): Don't modify query.
2587         (nnir-run-query): Add ability to search topic on current line.
2588         (nnir-get-active): Clean up.
2589
2590 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2591
2592         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2593         degenerate articles.
2594
2595         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2596         (gnus-print-buffer): Just print the buffer as is, without any copying
2597         to a buffer and then re-highlighting.
2598
2599         * nnimap.el (nnimap-request-group): Store the new updated info.
2600         (nnimap-request-group): Select the group when we don't know whether it
2601         exists or not.
2602
2603         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2604         groups.
2605
2606         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2607         groups.
2608
2609         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2610         groups.
2611
2612         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2613         long-lines case by only filling the long lines.
2614
2615         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2616         (bug #7311).
2617
2618 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2619
2620         * shr.el: No need to declare `declare-function' since shr.el is for
2621         only Emacsen that provide `libxml-parse-html-region'.
2622
2623         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2624         effective only in a file it is referred to.
2625
2626 2010-11-01  Glenn Morris  <rgm@gnu.org>
2627
2628         * mm-util.el (gnus-completing-read): Autoload.
2629         (mm-read-coding-system): Simplify Emacs definition.
2630
2631         * nnmail.el (gnus-activate-group):
2632         * nnimap.el (gnutls-negotiate):
2633         * nntp.el (netrc-parse): Fix declarations.
2634
2635 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2636
2637         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2638         string-match-p in Emacs >=23.
2639
2640         * gnus-msg.el (gnus-configure-posting-styles)
2641         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2642
2643 2010-11-01  Glenn Morris  <rgm@gnu.org>
2644
2645         * nnir.el (declare-function): Add compat stub.
2646         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2647         (nnir-run-gmane): Require 'mm-url.
2648
2649         * mm-util.el (mm-string-to-multibyte): Simplify.
2650
2651         * shr.el (declare-function): Add compat stub.
2652         (url-cache-create-filename): Declare.
2653         (mm-disable-multibyte, widget-convert-button): Autoload.
2654
2655         * smime.el (ldap-search): Declare.
2656         (smime-cert-by-ldap-1): Require ldap on Emacs.
2657
2658         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2659         (nnimap-keepalive): Use gnus-float-time.
2660
2661         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2662         (mail-source-delete-crash-box): Use gnus-float-time.
2663
2664         * gnus-dired.el (gnus-completing-read): Autoload.
2665
2666         * mm-view.el (gnus-rescale-image): Autoload.
2667
2668         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2669
2670         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2671
2672         * sieve-manage.el: Require 'cl when compiling.
2673
2674         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2675         (gnus-iswitchb-completing-read): Require iswitchb.
2676         (gnus-select-frame-set-input-focus): Silence compiler.
2677
2678 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2679
2680         * message.el (message-subject-trailing-was-query): Change default to t,
2681         since I think that's what most people want.
2682
2683         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2684         appending for easier debugging.
2685         (nnimap-wait-for-connection): Take a regexp.
2686         (nnimap-request-accept-article): Wait for the continuation line before
2687         sending anything unless we're streaming.
2688
2689         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2690         leave the header washing to take place.
2691
2692 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2693
2694         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2695         regular expression match and replace in posting styles.
2696
2697 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2698
2699         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2700         an entire server.
2701         (nnir-get-active): New function.
2702         (nnir-run-imap): Use it.
2703         (nnir-run-gmane): Who knew, gmane search returns an article score!
2704
2705         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2706         server on the current line with nnir.
2707
2708 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2709
2710         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2711         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2712         left edge.
2713         (gnus-article-foldable-buffer): Skip past the prefix when determining
2714         raggedness.
2715
2716         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2717         the raw article, and change `C-u g' to show the article without doing
2718         treatments.
2719
2720         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2721         on to `gnus-treat-article'.
2722         (gnus-inhibit-article-treatments): New variable.
2723
2724         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2725
2726         * gnus-art.el (gnus-treatment-function-alist): Have
2727         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2728         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2729         sections.
2730
2731         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2732         parameter.
2733         (gnus-article-fill-cited-long-lines): New function.
2734         (gnus-article-fill-cited-article): Allow filling only long sections.
2735
2736         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2737         and non-punctuation (like after the apostrophe in "'We").
2738
2739         * gnus-sum.el (gnus-summary-select-article): Make sure
2740         gnus-original-article-buffer is alive.
2741
2742         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2743         reflect the order they're in in the digest.
2744
2745         * gnus.el (gnus-group-startup-message): Move point to the start of the
2746         buffer.
2747
2748         * nnimap.el (nnimap-capability): New function.
2749         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2750         is set.
2751
2752 2010-10-31  David Engster  <dengste@eml.cc>
2753
2754         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2755         conform with changes to gnus-completing-read.
2756
2757 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2758
2759         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2760
2761 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2762
2763         * nnir.el: Move defvar, defcustom around to keep file organized
2764         and keep byte-compiler quiet.
2765         (nnir-read-parms): Accept search-engine as arg.
2766         (nnir-run-query): Pass search-engine as arg.
2767         (nnir-search-engine): Remove.
2768
2769 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2770
2771         * shr.el (shr-generic): The text nodes should be text, not :text.
2772
2773         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2774         later in the file.
2775
2776 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2777
2778         * nnir.el: General clean up.  Allow searching with multiple engines.
2779         Allow separate extra-parameters for each engine.
2780         Batch queries when possible.
2781         (nnir-imap-default-search-key,nnir-method-default-engines):
2782         Add customize interface.
2783         (nnir-run-gmane): New engine.
2784         (nnir-engines): Use it.  Qualify all prompts with engine name.
2785         (nnir-search-engine): Remove global variable.
2786         (nnir-run-hyrex): Restore for now.
2787         (nnir-extra-parms,nnir-search-history): New variables.
2788         (gnus-group-make-nnir-group): Use them.
2789         (nnir-group-server): Remove in favor of gnus-group-server.
2790         (nnir-request-group): Avoid searching twice.
2791         (nnir-sort-groups-by-server): New function.
2792
2793 2010-10-30  Julien Danjou  <julien@danjou.info>
2794
2795         * gnus-group.el: Remove gnus-group-fetch-control.
2796
2797         * gnus-start.el (gnus-find-new-newsgroups):
2798         Remove gnus-check-first-time-used.
2799
2800         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2801
2802 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2803
2804         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2805         set on groups that don't have \* permanentflags.
2806
2807 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2808
2809         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2810         control the background color.
2811         (shr-tag-img): Ignore very small web bug type images.
2812         (shr-put-image): Add help-echo alt texts to the images.
2813         (shr-tag-video): Show the video poster image.
2814
2815 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2816
2817         * shr.el (shr-table-depth): New variable.
2818         (shr-tag-table-1): Only insert the images after the top-level table.
2819
2820         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2821
2822         * gnus-util.el (gnus-list-memq-of-list): New function.
2823
2824         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2825         selected.
2826         (nnimap-unsplittable-articles): New slot.
2827         (nnimap-new-articles): Use it.
2828
2829 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2830
2831         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2832         move to the previous line on `M-g'.
2833
2834 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2835
2836         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2837         *-request-group, which seems unnecessary.
2838
2839         * nnimap.el (nnimap-quote-specials): Function copied over from
2840         imap.el.
2841         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2842         they support that.  Suggested by Tom Regner.
2843
2844 2010-10-29  Julien Danjou  <julien@danjou.info>
2845
2846         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2847         defalias.
2848         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2849
2850         * gnus.el: Remove `gnus-nntp-service' variable.
2851         (gnus-secondary-servers): Make obsolete.
2852         (gnus-nntp-server): Make obsolete.
2853
2854         * gnus-start.el (gnus-1): Remove x-splash calls.
2855
2856         * gnus-ems.el (gnus-x-splash): Remove.
2857
2858         * gnus.el (gnus-group-startup-message): Simplify/update code.
2859
2860         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2861         definition.
2862
2863         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2864         capability before doing anything.
2865         (gnus-group-insert-group-line): Remove useless
2866         gnus-group-remove-excess-properties.
2867
2868 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2869
2870         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2871
2872 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2873
2874         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2875         config after reselecting.
2876
2877 2010-10-28  Julien Danjou  <julien@danjou.info>
2878
2879         * shr.el (shr-put-image): Use point even if only inserting text.
2880         (shr-put-image): Save excursion when inserting alt text on non-graphic
2881         display, so the behaviour is the same when we are on a graphic display.
2882
2883         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2884
2885 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2886
2887         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2888         (gnus-mime-copy-part): Check coding system, not charset.
2889         (gnus-mime-view-part-externally): Never remove part.
2890         (gnus-mime-view-part-internally): Don't remove part here.
2891         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2892         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2893         multipart/alternative.
2894
2895         * mm-decode.el (mm-display-part): Take optional arg `force'.
2896
2897 2010-10-26  Julien Danjou  <julien@danjou.info>
2898
2899         * gnus-group.el (gnus-group-default-list-level): Add this function to
2900         compute the default list level.
2901         (gnus-group-default-list-level): Add possibility to use a function.
2902
2903 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2904
2905         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2906
2907         * gnus-group.el (gnus-group-completing-read)
2908         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2909         gnus-replace-in-string.
2910
2911 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2912
2913         * shr.el (shr-tag-div): Add.
2914
2915         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2916
2917 2010-10-25  Julien Danjou  <julien@danjou.info>
2918
2919         * gnus-util.el: Remove `gnus-with-local-quit'.
2920
2921         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2922
2923 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2924
2925         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2926         the original article buffer.
2927
2928 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2929
2930         * nnimap.el (nnimap-request-head): New function.
2931         (nnimap-request-move-article): Try to be slighly faster by not
2932         requesting the entire message when moving.
2933         (nnimap-transform-headers): Don't bug out on bodiless articles.
2934         (nnimap-send-command): Have no outstanding messages if the IMAP server
2935         doesn't support streaming.
2936         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2937
2938 2010-10-24  Julien Danjou  <julien@danjou.info>
2939
2940         * message.el (message-default-headers): Fix type.
2941
2942 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2943
2944         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2945         prefetching images.
2946
2947         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2948         backend for unknown groups.  This is mainly useful for nnimap groups.
2949
2950         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2951         group isn't covered by the agent.
2952
2953 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2954
2955         * nnir.el (nnir-method-default-engines): New variable.
2956         (nnir-run-query): Use it.
2957         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2958         (gnus-summary-nnir-goto-thread): Change group if needed.
2959
2960         * gnus-group.el (gnus-group-group-map): Add key binding for
2961         gnus-group-make-nnir-group.
2962
2963 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2964
2965         * shr.el (shr-tag-object): Add.
2966
2967         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2968         original article buffer live.
2969         (gnus-summary-select-article-buffer):
2970         Mention gnus-widen-article-buffer.
2971
2972 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2973
2974         * shr.el (shr-tag-strong): Add.
2975
2976 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2977
2978         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2979         group names.  They mess up the group buffer badly.
2980
2981         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2982
2983         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2984         instead of the summary one.
2985
2986 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2987
2988         * mml.el (mml-preview): Work properly when editing article.
2989
2990         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2991         gnus-have-read-active-file if it's already been in.
2992
2993 2010-10-22  Tom Tromey  <tromey@redhat.com>
2994
2995         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2996         gnus-group-completing-read.
2997
2998 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2999
3000         * message.el (message-mode-map): Don't bind M-; to comment region, to
3001         allow the global comment-dwim to work.
3002
3003 2010-10-21  Julien Danjou  <julien@danjou.info>
3004
3005         * message.el (message-setup-1): Allow message-default-headers to be a
3006         function.
3007
3008 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3009
3010         * shr.el (shr-tag-table): Simplify.
3011
3012 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3013
3014         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3015         to avoid trying to snarf invalid stuff.
3016
3017         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3018
3019         * gnus.el (gnus-message-archive-group): Quote value.
3020         (gnus-message-archive-group): Mark as changed.
3021
3022         * shr.el (shr-add-font): Don't put the font properties on the newline
3023         or the indentation.
3024
3025         * message.el (message-fix-before-sending): Change options when sending
3026         non-printable characters.
3027
3028         * gnus.el (gnus-message-archive-method): Change the default to
3029         monthly outgoing groups.
3030
3031         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3032         that have gotten new numbers.
3033
3034         * nnimap.el (nnimap-request-replace-article): New function.
3035
3036 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3037
3038         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3039         (nnrss-request-article): Don't use special html washing code.
3040
3041 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3042
3043         * shr.el (shr-tag-table): Remove useless nconc.
3044
3045 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3046
3047         * gnus-art.el (article-wash-html): Simplify and remove the charset
3048         stuff.  Use the normal html rendering code instead of the special html
3049         washing code.
3050
3051         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3052         `gnus-w3m' symbols.
3053         (mm-text-html-washer-alist): Remove.
3054
3055         * mm-decode.el (mm-inline-text-html-renderer): Remove.
3056         (mm-inline-media-tests): Remove use.
3057         (mm-text-html-renderer): Change default to the `shr' symbol.
3058
3059         * mm-view.el (mm-inline-text-html): Remove use.
3060
3061         * gnus-art.el (gnus-blocked-images): New function.  Allow the
3062         `gnus-blocked-images' to be a function.
3063         (gnus-article-wash-function): Remove.
3064
3065 2010-10-20  Julien Danjou  <julien@danjou.info>
3066
3067         * spam.el (spam-list-of-processors): Mark as obsolete.
3068
3069         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3070         (nnimap-insert-partial-structure): Fix boundary detection.
3071
3072 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
3073
3074         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3075         run file-truename on remote files.  This can be expensive and even
3076         prevent one from editing drafts if some unrelated buffer has a stale
3077         connection.
3078
3079 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3080
3081         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3082         kinsoku-eol regardless of shr-kinsoku-shorten.
3083         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3084         (shr-tag-table): Support caption, thead, and tfoot.
3085
3086 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3087
3088         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3089         lines.
3090         (shr-save-contents): New command and keystroke.
3091
3092         * nndoc.el (nndoc-type-alist): Add git support.
3093         (nndoc-git-type-p): New function.
3094         (nndoc-transform-git-article): Ditto.
3095         (nndoc-transform-git-headers): Ditto.
3096         (nndoc-transform-git-headers): Generate Subject headers.
3097
3098         * shr.el (shr-parse-style): New function.
3099         (shr-tag-span): Ditto.
3100
3101         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3102         to `G G' to avoid collisions.
3103
3104 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3105
3106         * shr.el: Load kinsoku if necessary.
3107         (shr-kinsoku-shorten): New internal variable.
3108         (shr-find-fill-point): Make kinsoku shorten text line if
3109         shr-kinsoku-shorten is bound to non-nil.
3110         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3111         shr-indentation too when testing if table is wider than frame width.
3112         (shr-insert-table): Use `string-width' instead of `length' to measure
3113         text width.
3114         (shr-insert-table-ruler): Make sure indentation is done at bol.
3115
3116 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3117
3118         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3119         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3120         undecoded network data.
3121
3122 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3123
3124         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3125         name in the mode line spec so that the mode line menu works
3126         (bug #2431).
3127
3128         * message.el (message-get-reply-headers): If we're fed `to-address',
3129         then always use that.
3130
3131         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3132         aren't so wide as to need to switch off the edit menu.
3133
3134         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3135         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3136
3137         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3138         `M-g'.
3139         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3140         the permanent marks.
3141
3142 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3143
3144         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3145         Splitting according to references/in-reply-to obeys the ignore-groups
3146         variable, while splitting by sender and subject do not.
3147
3148 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3149
3150         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3151         alist, so that we can look for non-Unicode chars.
3152         (article-translate-strings): Allow both character and string maps.
3153
3154 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3155
3156         * shr.el (shr-insert): Don't insert space behind a wide character
3157         categorized as kinsoku-bol, or between characters both categorized as
3158         nospace.
3159
3160 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3161
3162         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3163         headers to gnus-newsgroup-headers.
3164
3165 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3166
3167         * shr.el (shr-tag-img): Don't align images -- since we're not
3168         rescaling, this often leads to ugly displays.
3169
3170 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3171
3172         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3173         duplicates.
3174
3175 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3176
3177         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3178         call.
3179
3180 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3181
3182         * gnus.el: Autoload gnus-html-show-images.
3183
3184         * nnimap.el: Use nnheader-message throughout.
3185
3186         * shr.el (shr-tag-img): Ignore images with no data.
3187
3188 2010-10-15  Julien Danjou  <julien@danjou.info>
3189
3190         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3191         a possibility to disable format=flow encoding when using hard newlines.
3192
3193 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3194
3195         * shr.el (shr-insert): Remove space inserted before or after a
3196         breakable character or at the beginning or the end of a line.
3197         (shr-find-fill-point): Do kinsoku; find the second best point or give
3198         it up if there's no breakable point.
3199
3200 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3201
3202         * nnimap.el (nnimap-open-connection): Message when opening connection
3203         for debugging purposes.
3204
3205         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3206         on every setup buffer call to allow this to change from article to
3207         article.
3208
3209         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3210         buffers where we have a wide table.
3211
3212 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3213
3214         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3215         uses *-request-thread.
3216
3217 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3218
3219         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3220         incantation, which is no longer valid.
3221
3222 2010-10-14  Julien Danjou  <julien@danjou.info>
3223
3224         * shr.el: Fix defcustom type (char -> character).
3225
3226 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3227
3228         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3229         programs.
3230
3231 2010-10-14  Julien Danjou  <julien@danjou.info>
3232
3233         * shr.el (shr-tag-a): Use url-link as widget type.
3234
3235         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3236         `gnus-group-get-icon'.
3237
3238 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3239
3240         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3241         This should make server editing work better.
3242
3243         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3244
3245         * tls.el (tls-program): Remove spurious %s from openssl.
3246
3247         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3248         (nnimap-parse-flags): Fix regexp.
3249
3250         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3251         probably work for CJVK text, too.
3252
3253         * nnimap.el (nnimap-extend-tls-programs): Remove.
3254         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3255
3256         * tls.el (tls-starttls-switches): Remove starttls hack.
3257         (open-tls-stream): Ditto.
3258         (tls-find-starttls-argument): Ditto.
3259
3260 2010-10-13  Julien Danjou  <julien@danjou.info>
3261
3262         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3263         responses.
3264
3265 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3266
3267         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3268
3269         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3270         anything in Emacs.
3271
3272         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3273
3274 2010-10-13  Julien Danjou  <julien@danjou.info>
3275
3276         * shr.el (shr-width): Make shr-width a defcustom with default to
3277         fill-column.
3278         (shr-tag-img): Use shr-width rather than fill-column.
3279
3280 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3281
3282         * dgnushack.el (byte-optimize-apply)
3283         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3284
3285         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3286         position when (X-)Faces exist.
3287         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3288         avatars when called interactively.
3289
3290 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3291
3292         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3293         gnus-article-x-face-too-ugly is bound.
3294
3295 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3296
3297         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3298
3299         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3300         mailbox that doesn't exist.
3301
3302 2010-10-12  Julien Danjou  <julien@danjou.info>
3303
3304         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3305         (shr-get-image-data): Encode URL properly when fetching from cache.
3306         (shr-tag-img): Use aligned-to spaces to align correctly images.
3307
3308         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3309         before inserting the Gravatar.
3310
3311         * shr.el (shr-tag-img): Add align attribute support for <img>.
3312
3313 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3314
3315         * gnus-gravatar.el (gnus-art): Require.
3316
3317         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3318         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3319         Remove long obsoleted functions.
3320
3321 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3322
3323         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3324
3325         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3326
3327         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3328         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3329         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3330         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3331         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3332         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3333         * sieve-manage.el, smime.el, spam.el:
3334         Fix comment for declare-function.
3335
3336 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3337
3338         * nnimap.el (nnimap-request-rename-group): Select group read-only
3339         before renaming it.
3340
3341         * shr.el (shr-insert): Fix up the white space only regexp.
3342
3343         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3344         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3345
3346         * shr.el (shr-current-column): New function.
3347         (shr-find-fill-point): New function.
3348
3349 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3350
3351         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3352         numbers.
3353
3354 2010-10-11  Julien Danjou  <julien@danjou.info>
3355
3356         * shr.el (shr-hr-line): Add.
3357         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3358         display hr lines.
3359         (shr-max-columns): Do not change state to nil if we just inserting
3360         spaces.
3361
3362 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3363
3364         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3365         select the last group.
3366
3367 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3368
3369         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3370
3371 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3372
3373         * dig.el (dig-mode-map): Declare and define in one step.
3374
3375 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3376
3377         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3378         for Gnus.
3379         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3380         (nnimap-update-qresync-info): Mark \Seen articles as read.
3381
3382         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3383         non-variable, too.
3384
3385         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3386         available.
3387         (nnimap-update-info): Rely more on the current active than the param
3388         active to avoid marking articles as read too much.
3389
3390         * auth-source.el (auth-source-create): Use (user-login-name) for the
3391         user name default.
3392
3393         * nnimap.el (nnimap-update-info): If the server doesn't return any
3394         useful info, just use the previous info.
3395         (nnimap-update-info): Prefer old info over start-article.
3396         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3397
3398 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3399
3400         * nnir.el (autoload): Clean up autoloads.
3401         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3402         Use key rather than value.
3403         (nnir-imap-search-other): New variable.
3404         (nnir-read-parm): Use it.
3405         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3406         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3407
3408 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3409
3410         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3411         the process, too.
3412
3413 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3414
3415         * spam.el (gnus-summary-mode-map): Bind to "$".
3416         Suggested by Russ Allbery.
3417
3418         * shr.el: Rework the way things are indented by <li> slightly.
3419
3420         * gnus.el (gnus-group-set-parameter): Fix typo.
3421
3422         * nnimap.el: Start implementing QRESYNC support.
3423
3424 2010-10-09  Julien Danjou  <julien@danjou.info>
3425
3426         * nnir.el (nnir-engines): Fix too many arguments.
3427
3428 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3429
3430         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3431         group is the "last", so that the backends like nnfolder actually save
3432         their folders.
3433
3434         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3435         try to use that for the tls stream.
3436         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3437         UIDVALIDITY and find out which groups are read-only and not.
3438         (nnimap-get-flags): Use the same marks parsing code as the rest of
3439         nnimap.
3440
3441 2010-10-09  Julien Danjou  <julien@danjou.info>
3442
3443         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3444
3445         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3446         retrieving gravatars.
3447
3448         * shr.el (shr-table-corner): Add.
3449         (shr-table-line): Add.
3450         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3451
3452 2010-10-08  Julien Danjou  <julien@danjou.info>
3453
3454         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3455
3456 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3457
3458         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3459
3460         * gnus-sum.el (gnus-mark-article-as-unread)
3461         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3462         (gnus-summary-set-bookmark): Use it.
3463
3464         * gnus-msg.el (gnus-setup-message): Use it.
3465
3466         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3467
3468         * gnus.el (gnus-group-remove-parameter): Use it.
3469
3470         * gnus-group.el (gnus-group-make-web-group): Use it.
3471
3472         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3473
3474         * nnregistry.el: Update docs to mention manual.
3475
3476         * gnus-registry.el: Update docs to mention nnregistry.el.
3477         (gnus-registry-initialize): Don't install nnregistry refer method
3478         automatically.
3479         (gnus-registry-install-nnregistry): Remove it.
3480
3481 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3482
3483         * shr.el (shr-insert): Don't insert double spaces.
3484
3485 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3486
3487         * gnus-gravatar.el (gnus-treat-from-gravatar)
3488         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3489         called interactively.
3490
3491         * gnus-art.el (gnus-mime-view-part-externally)
3492         (gnus-mime-view-part-internally): Make predicate function passed to
3493         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3494         of a mime type.
3495
3496         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3497
3498 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3499
3500         * shr.el (require): Require cl when compiling.
3501         (shr-tag-hr): New function.
3502
3503         * nnimap.el (nnimap-update-info): Remove double setting of high.
3504         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3505         This makes nnimap work properly on Courier again.
3506
3507         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3508         the variable for backwards compatibility.
3509
3510         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3511         the file name before using to avoid setting mm-default-directory to
3512         nil.
3513
3514         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3515         bidning gnus-agent variables.
3516
3517         * shr.el (shr-render-td): Use a cache for the table rendering function
3518         to avoid getting an exponential rendering behaviour in nested tables.
3519         (shr-insert): Rework the line-breaking algorithm.
3520         (shr-insert): Don't leave trailing spaces.
3521         (shr-insert-table): Also insert empty TDs.
3522         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3523
3524 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3525
3526         * gnus-sum.el (gnus-number): Rename from `number'.
3527         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3528         (gnus-summary-limit-children): Update uses correspondingly.
3529
3530 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3531
3532         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3533         (gnus-gravatar-transform-address): Don't show avatars of people of
3534         which mail addresses match gnus-gravatar-too-ugly.
3535
3536 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3537
3538         * shr.el (shr-table-widths): Expand TD elements to fill available
3539         space.
3540
3541 2010-10-07  Julien Danjou  <julien@danjou.info>
3542
3543         * nnimap.el (nnimap-request-rename-group): Add this method.
3544
3545 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3546
3547         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3548         name from XEmacs' function-arglist.
3549
3550         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3551         gravatar under XEmacs.
3552
3553 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3554
3555         * auth-source.el: Update docs with TODO items.
3556
3557         * gnus-sync.el: Update docs to explain state and plans.
3558
3559         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3560         Hooks for mark updates.
3561         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3562
3563         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3564         hooks with arguments, which is needed for mark update hooks.
3565
3566 2010-10-06  Julien Danjou  <julien@danjou.info>
3567
3568         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3569         was matched.
3570
3571         * sieve-manage.el: Update example in `Commentary'.
3572
3573         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3574
3575         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3576         not 2000.
3577         (sieve-manage-authenticate): Re-add function.
3578
3579 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3580
3581         * shr.el (shr-insert): Get 'space transition right.
3582         (shr-render-td): Only delete space at the end of the TD.
3583
3584         * nnimap.el (nnimap-open-connection): Prepare to support
3585         open-gnutls-stream.
3586
3587         * shr.el: Rearrange function order to be more logical.
3588
3589 2010-10-06  Julien Danjou  <julien@danjou.info>
3590
3591         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3592         (nnrss-discover-feed): Remove 404 URL in docstring.
3593
3594         * nnir.el: Fix Swish-E URL.
3595         Fix Namazu URL.
3596
3597         * message.el (message-change-subject): Remove 404 URL in a comment.
3598
3599 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3600
3601         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3602         called interactively.
3603
3604         * gnus-util.el (gnus-remove-if): Allow hash table.
3605         (gnus-remove-if-not): New function.
3606
3607         * gnus-art.el (gnus-mime-view-part-as-type)
3608         * gnus-score.el (gnus-summary-score-effect)
3609         * gnus-sum.el (gnus-read-move-group-name):
3610         Replace remove-if-not with gnus-remove-if-not.
3611
3612         * gnus-group.el (gnus-group-completing-read):
3613         Regard collection as a hash table if it is not a list.
3614
3615 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3616
3617         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3618
3619         * shr.el: Document the table-rendering algorithm.
3620
3621 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3622
3623         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3624         for Emacsen having no `libxml-parse-html-region' support.
3625
3626 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3627
3628         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3629         invalid URLs.
3630
3631         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3632         line-broken.
3633         (shr-tag-img): Ignore image fetching errors.
3634         (shr-overlays-in-region): Compute overlay positions correctly.
3635
3636         * mm-decode.el (mm-shr): Require shr.
3637
3638         * gnus-art.el (gnus-blocked-images): Move variable here.
3639
3640         * shr.el (shr-insert-table): Bind free variable.
3641
3642         * mm-decode.el (mm-shr): Bind shr-content-function.
3643
3644         * shr.el (shr-content-function): New variable.
3645
3646         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3647         added for symmetry.
3648
3649         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3650
3651         * gnus-group.el (gnus-group-make-group): Doc fix.
3652
3653         * nnimap.el (nnimap-request-newgroups): Return success.
3654
3655         * shr.el (shr-find-elements): New function.
3656         (shr-tag-table): Put all the images after the table.
3657         (shr-tag-table): Really inhibit images inside the table.
3658         (shr-collect-overlays): Copy over overlays from the TD elements to the
3659         main document.
3660
3661         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3662         gnus-blocked-images.
3663
3664 2010-10-05  Julien Danjou  <julien@danjou.info>
3665
3666         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3667
3668         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3669         (gnus-html-maximum-image-size): Add this function.
3670         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3671
3672         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3673         server-value of the capability is nil.
3674
3675 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3676
3677         * shr.el (shr-tag-em): Add <EM> tag.
3678
3679 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3680
3681         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3682         customizable.
3683
3684         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3685         handing broken links to browse-url.
3686
3687 2010-10-05  Julien Danjou  <julien@danjou.info>
3688
3689         * gnus-util.el (gnus-emacs-completing-read)
3690         (gnus-iswitchb-completing-read): Use autoload rather than require.
3691
3692 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3693
3694         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3695         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3696         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3697         iswitchb-temp-buflist for XEmacs.
3698
3699         * gnus-util.el (gnus-completing-read-function): Exclude
3700         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3701         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3702         XEmacs.
3703
3704         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3705         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3706
3707         * gnus-html.el: Don't require help-fns under XEmacs.
3708         (gnus-html-schedule-image-fetching): Work for XEmacs.
3709
3710         * mm-decode.el (mm-shr): Decode contents by charset.
3711
3712 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3713
3714         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3715         unknown.
3716
3717         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3718         (shr-get-image-data): Ensure against the cache file missing.
3719
3720         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3721         for data.
3722
3723         * spam-report.el (spam-report-url-ping-plain): Don't query about
3724         killing the process.
3725
3726         * shr.el (shr-render-td): Protect against too-wide text.
3727
3728 2010-10-04  Julien Danjou  <julien@danjou.info>
3729
3730         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3731         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3732
3733         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3734         retrieved.
3735
3736 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3737
3738         * shr.el (browse-url): Require.
3739         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3740         lines.
3741         (shr-show-alt-text, shr-browse-image): New commands.
3742         (shr-browse-url, shr-copy-url): New commands.
3743
3744         * gnus-sum.el (gnus-widen-article-window): New variable.
3745         (gnus-summary-select-article-buffer): Use it.
3746
3747         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3748         without @ signs.
3749
3750 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3751
3752         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3753
3754 2010-10-04  Julien Danjou  <julien@danjou.info>
3755
3756         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3757         for XEmacs.
3758
3759 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3760
3761         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3762
3763         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3764         (nnimap-close-server): Implement.
3765
3766         * dgnushack.el (iswitchb): Require to shut up the compiler.
3767
3768         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3769         (shr-insert): Tweak line breaking.
3770         (shr-insert): Handle <pre> better.
3771         (shr-tag-li): Get <li> indentation right.
3772         (shr-tag-li): Get <li> indentation even righter.
3773         (shr-tag-blockquote): Ensure paragraph start.
3774         (shr-make-table): Tweak table generation.
3775         (shr-make-table): Fix typo.
3776
3777         * shr.el: Implement table rendering.
3778
3779 2010-10-04  Julien Danjou  <julien@danjou.info>
3780
3781         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3782
3783 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3784
3785         * shr.el (shr-insert): Use string anchors instead of line anchors.
3786
3787 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3788
3789         * shr.el: Add headings.
3790         (shr-ensure-paragraph): Actually work.
3791         (shr-tag-li): Make <ul> prettier.
3792         (shr-insert): Get white space at the beginning/end of elements right.
3793         (shr-tag-p): Collapse subsequent <p>s.
3794         (shr-ensure-paragraph): Don't insert double line feeds after blank
3795         lines.
3796         (shr-insert): \t is also space.
3797         (shr-tag-s): Fix "s" tag name function.
3798         (shr-tag-s): Fix face prop name.
3799
3800 2010-10-03  Julien Danjou  <julien@danjou.info>
3801
3802         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3803
3804         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3805         gnus-window-inside-pixel-edges.
3806
3807         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3808         gnus-ems.
3809
3810         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3811
3812         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3813         function.
3814
3815         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3816         resize choice.
3817
3818 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3819
3820         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3821         beginning of the buffer.
3822
3823         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3824         article buffer again.
3825
3826         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3827
3828         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3829         when it's at the start of the buffer.
3830
3831         * shr.el (shr-tag-blockquote): Convert name.
3832         (shr-rescale-image): Use the right image-size variant.
3833
3834         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3835         buffer isn't shown, then select the current article first instead of
3836         bugging out.
3837         (gnus-summary-select-article-buffer): Show both the article and summary
3838         buffers again.
3839
3840         * shr.el (shr-fontize-cont): Protect against regions with no text.
3841         Rename tag functions to shr-tag-* for enhanced security.
3842         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3843
3844 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3845
3846         * shr.el (shr-insert):
3847         * pop3.el (pop3-movemail):
3848         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3849         loaded.
3850
3851 2010-10-03  Glenn Morris  <rgm@gnu.org>
3852
3853         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3854
3855         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3856
3857         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3858
3859         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3860
3861         * gnus-util.el (gnus-make-local-hook): Simplify.
3862
3863 2010-10-02  Julien Danjou  <julien@danjou.info>
3864
3865         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3866         (gnus-ido-completing-read): New function.
3867         (gnus-emacs-completing-read): New function.
3868         (gnus-completing-read): Use gnus-completing-read-function.
3869         Add gnus-completing-read-function.
3870
3871 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3872
3873         * shr.el (shr-insert-document): Autoload.
3874         (shr-img): Be silent.
3875         (shr-insert): Add a newline after every picture before text.
3876         (shr-add-font): Use overlays for combining faces.
3877         (shr-insert): Pass upwards the text start point.
3878
3879         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3880         possible.
3881         (mm-shr): New function.
3882
3883 2010-10-02  Julien Danjou  <julien@danjou.info>
3884
3885         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3886         should go backward.
3887
3888 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3889
3890         * shr.el (shr): Fix typo in provide call.
3891
3892 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3893
3894         * shr.el: New file.
3895
3896         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3897
3898         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3899         completing read.
3900
3901 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3902
3903         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3904         we're being queried about.  Suggested by Dan Jacobson.
3905
3906         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3907         Suggested by Jason Eisner.
3908
3909         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3910         table, too.  Suggested by Stefan Wiens.
3911         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3912         the table unnecessary.  Suggested by Stefan Wiens.
3913
3914         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3915         longer needed, and probably doesn't work either, as pointed out by
3916         Stefan Wiens.
3917         (gnus-summary-exit): Remove call to the clearing function.
3918         (gnus-summary-exit-no-update): Ditto.
3919
3920         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3921         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3922         Reported by Stefan Monnier.
3923         (gnus-summary-save-in-rmail): Ditto.
3924
3925         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3926         article buffer, instead of both the article buffer and the summary
3927         buffer.  Sort of suggested by Dan Jacobson.
3928
3929         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3930
3931         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3932         Suggested by Dan Jacobson.
3933
3934         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3935         documentation clearer.
3936
3937         * message.el (message-shorten-references): Comment on the number "21".
3938         Suggested by Stefan Monnier.
3939
3940         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3941         Suggested by Dan Jacobson.
3942
3943         * gnus.el (gnus-large-newsgroup):
3944         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3945
3946         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3947         externalize attachments.  Bug reported by Steve Wen.
3948
3949         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3950         really message anything to the user.
3951
3952         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3953         directly.
3954
3955         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3956         messages in empty groups.
3957
3958 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3959
3960         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3961         non-UIDNEXT group.
3962
3963 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3964
3965         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3966         not the value from the collection.
3967
3968         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3969         values.  This sometimes happens on some groups that have no info.
3970         (nnimap-request-newgroups): New function.
3971
3972 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3973
3974         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3975         check into `gnus-registry-initialize'.
3976         (gnus-registry-initialize): Ditto.
3977         Fix and extend header docs.
3978
3979 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3980
3981         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3982         regexp backtrace overflows.
3983
3984         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3985         for starttls that tls.el implements; i.e. openssl.
3986
3987         * tls.el (tls-starttls-switches): Give up on using starttls with
3988         gnutls-cli.
3989         (tls-program): Add --insecure to be consistent with the defaults from
3990         openssl s_client.  Now all three commands are insecure.
3991
3992 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3993
3994         * lpath.el: Bind completion-styles-alist for XEmacs.
3995
3996         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3997         (gravatar-create-image): New function that's an alias to
3998         gnus-xmas-create-image, gnus-create-image, or create-image.
3999         (gravatar-data->image): Use it.
4000
4001 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
4002
4003         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4004         install the nnregistry refer method.
4005         (gnus-registry-install-hooks): Use it.
4006         (gnus-registry-unfollowed-groups): Add nnmairix to the default
4007         unfollowed groups.
4008
4009 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
4010
4011         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4012         expanding threads.
4013
4014 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4015
4016         * nnir.el: Use the server names without suffixes (bug #7009).
4017
4018         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4019         unencrypted to STARTTLS, if possible.
4020
4021 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4022
4023         * message.el (message-ignored-supersedes-headers): Strip Injection-*
4024         headers before superseding.
4025
4026 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4027
4028         * nnrss.el (nnrss-use-local): Add documentation.
4029
4030         * nnimap.el (nnimap-extend-tls-programs): New function.
4031         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4032         (nnimap-wait-for-connection): Accept the greeting from the stupid
4033         output from openssl s_client -starttls, too.
4034
4035         * tls.el (tls-starttls-switches): New variable.
4036         (tls-find-starttls-argument): Use it.
4037         (open-tls-stream): Ditto.
4038
4039         * netrc.el (netrc-credentials): Return the value of the "default" entry.
4040         (netrc-machine): Ditto.
4041
4042         * nnimap.el (nnimap-find-article-by-message-id): Really return the
4043         article number.
4044         (nnimap-split-fancy): New variable.
4045         (nnimap-split-incoming-mail): Use it.
4046
4047         * nntp.el (nntp-server-list-active-group): Document.
4048
4049         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4050         SELECT to get the message-id.
4051
4052         * mail-source.el (mail-sources): Remove webmail support.
4053         (defvar): Ditto.
4054         (mail-source-fetcher-alist): Ditto.
4055         (mail-source-fetch-webmail): Remove.
4056
4057         * webmail.el: Remove -- doesn't seem relevant any more.
4058
4059         * gnus.el: Fix up make-obsolete-variable declarations throughout.
4060
4061         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4062         the \r.
4063
4064 2010-09-30  Julien Danjou  <julien@danjou.info>
4065
4066         * gnus-agent.el (gnus-agent-add-group): Fix call to
4067         gnus-completing-read.
4068
4069 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4070
4071         * nndoc.el (nndoc-retrieve-groups): New function.
4072
4073         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4074         `default', use nnmail-split-methods.
4075         (nnimap-request-article): Downcase the NILs so that they are nil.
4076
4077         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4078         symbol.
4079
4080         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4081         code, since if the user has requested network, that's what they ought
4082         to get.
4083         (nnimap-request-set-mark): Erase the buffer before issuing commands.
4084         (nnimap-split-rule): Mark as obsolete.
4085
4086         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4087         New variable.
4088
4089         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4090         correct slot, too.
4091
4092 2010-09-29  Julien Danjou  <julien@danjou.info>
4093
4094         * gnus.el (gnus-local-domain): Declare variable obsolete.
4095
4096         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4097         Fix history computing.
4098         (gnus-ido-completing-read): Require ido.
4099
4100 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4101
4102         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4103         build Gnus.
4104
4105         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4106         when interpreting the structures.
4107         (nnimap-request-accept-article): Add \r\n to the lines to make this
4108         work with Cyrus.
4109
4110         * nndraft.el (nndraft-request-expire-articles): Use the group name
4111         instead if "nndraft".  Fix found by Nils Ackermann.
4112
4113 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4114
4115         * nnregistry.el: Add.
4116
4117 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4118
4119         * nnmail.el (group, group-art-list, group-art):
4120         Remove unneeded directives.
4121
4122 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4123
4124         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4125         (mm-mime-charset)
4126         * rfc2047.el (rfc2047-syntax-table)
4127         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4128
4129         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4130         rather than `insert-file-contents' and `eval-region'.
4131
4132         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4133         construction.
4134
4135         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
4136
4137         * time-date.el: No need to require cl for Emacs 21.
4138
4139 2010-09-29  Julien Danjou  <julien@danjou.info>
4140
4141         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4142         replacement of `gnus-gravatar-relief' to mimic
4143         `gnus-faces-properties-alist'.
4144         Add :version property.
4145
4146 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4147
4148         * mail-source.el (mail-source-report-new-mail)
4149         * message.el (message-default-mail-headers)
4150         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4151
4152         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4153
4154 2010-09-28  Julien Danjou  <julien@danjou.info>
4155
4156         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4157         mail-address contains the same string as real-name.
4158
4159         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4160         non-blank in header, otherwise it'll get stripped.
4161
4162         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4163         real-name, and then for mail address rather than doing : or , search.
4164
4165 2010-09-27  Julien Danjou  <julien@danjou.info>
4166
4167         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4168         right completing-read function.
4169         (gnus-use-ido): New variable
4170         (gnus-completing-read-with-default): Remove.
4171         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4172         (gnus-agent-add-group):
4173         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4174         * mm-view.el (mm-view-pkcs7-decrypt):
4175         * mm-util.el (mm-codepage-setup):
4176         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4177         * mml-smime.el (mml-smime-openssl-sign-query):
4178         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4179         (mml-insert-multipart):
4180         * gnus-msg.el (gnus-summary-yank-message):
4181         * gnus-int.el (gnus-start-news-server):
4182         * mm-decode.el (mm-interactively-view-part):
4183         * gnus-dired.el (gnus-dired-attach):
4184         * gnus.el (gnus-read-method):
4185         * gnus-bookmark.el (gnus-bookmark-jump):
4186         * gnus-art.el (gnus-mime-view-part-as-type)
4187         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4188         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4189         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4190         * nnmairix.el (nnmairix-create-server-and-default-group)
4191         (nnmairix-update-groups, nnmairix-get-server)
4192         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4193         (nnmairix-get-group-from-file-path):
4194         * nnrss.el (nnrss-find-rss-via-syndic8):
4195         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4196         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4197         (gnus-group-browse-foreign-server):
4198         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4199         (gnus-summary-execute-command, gnus-summary-respool-article)
4200         (gnus-read-move-group-name):
4201         * gnus-score.el (gnus-summary-increase-score)
4202         (gnus-summary-score-effect):
4203         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4204
4205 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4206
4207         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4208         x-focus-frame.
4209
4210         * nnimap.el (auth-source-forget-user-or-password)
4211         (auth-source-user-or-password): Autoload.
4212
4213         * message.el (message-from-style, message-interactive)
4214         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4215         (message-yank-prefix, message-indentation-spaces, message-signature)
4216         (message-signature-file): Add comment.
4217
4218 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4219
4220         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4221         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4222         new articles.
4223
4224         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4225         parts.
4226         (nnimap-request-article): Work with the t setting, too.
4227
4228         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4229         that you don't get flashes of other buffers.
4230         (gnus-summary-show-complete-article): Intern before setting.
4231
4232 2010-09-27  David Engster  <dengste@eml.cc>
4233
4234         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4235         well as HEADERS.
4236         (nnmairix-retrieve-headers): Provide new argument for the above.
4237
4238 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4239
4240         * gnus-sum.el (gnus-summary-move-article): Don't alter
4241         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4242         group.
4243
4244         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4245
4246         * message.el (message-cite-prefix-regexp): Revert my last edit.
4247
4248         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4249         variable instead of the Gnus variable.
4250
4251         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4252
4253         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4254
4255         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4256         since some servers don't like it.
4257         (nnimap-open-connection): Forget credentials if the server says the
4258         password was wrong.
4259         (nnimap-parse-line): Protect against invalid data.
4260
4261         * gnus-sum.el (gnus-summary-move-article): Add comment.
4262         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4263         nothing alters it while scanning for new messages.
4264
4265         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4266         which may or may not help.
4267         (nnimap-open-connection): If we're doing a stream connection, and then
4268         discover we're on a STARTTLS-capable server, then open a STARTTLS
4269         connection instead.
4270
4271 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4272
4273         * nnimap.el (utf7): Require.
4274
4275         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4276         prefix.
4277
4278 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4279
4280         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4281
4282 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4283
4284         * nnimap.el (nnimap-request-accept-article): Message the error on
4285         error.
4286
4287 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4288
4289         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4290
4291 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4292
4293         * nndoc.el (nndoc-request-list): Return success always.
4294
4295         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4296         `fetch-old' -- we only want to fetch the articles we've requested.
4297         The rest are in the agent, probably.
4298         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4299         disappeared server" to something low.  It's not important.
4300
4301         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4302         arrived before the FETCH data.
4303
4304         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4305         target here, because we don't know the Gnus name of the group.
4306
4307         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4308         for the correct group.
4309
4310         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4311
4312         * gnus.el (gnus): Give a final warning after startup.
4313
4314         * gnus-util.el (gnus-action-message-log): New variable.
4315         (gnus-message): Use it.
4316         (gnus-final-warning): New function.
4317
4318         * nnimap.el (nnimap-open-connection): Record the greeting.
4319         (nnimap): Add greeting.
4320
4321 2010-09-26  Julien Danjou  <julien@danjou.info>
4322
4323         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4324         arguments.
4325         (gnus-html-wash-images): Fix spec computing to include start/end.
4326
4327         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4328
4329 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4330
4331         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4332         deletion.
4333         (nnimap-retrieve-headers): Don't select the group, because that's
4334         already done by nnimap-possibly-change-group.
4335
4336         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4337         (gnus-picon-transform-address): Use it.
4338
4339         * mail-source.el (mail-source-value): Revert previous patch.
4340
4341         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4342         on failure.
4343         (nnimap-open-connection): Look up both virtual and physical server name
4344         credentials.
4345
4346         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4347
4348 2009-02-07  Dave Love  <fx@gnu.org>
4349
4350         * tls.el (open-tls-stream): Don't query killing process.
4351
4352 2009-02-08  Dave Love  <fx@gnu.org>
4353
4354         * gnus-win.el (gnus-window-to-buffer-helper)
4355         (gnus-all-windows-visible-p): Function needn't be a symbol.
4356
4357         * mail-source.el (mail-source-value): Function needn't be a symbol.
4358
4359 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4360
4361         * message.el (message-cite-prefix-regexp): Remove } from the cite
4362         prefix.
4363
4364         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4365         highlight again, so that the highlight is correct.
4366
4367         * gnus-picon.el (gnus-picon): Remove again.
4368         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4369
4370         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4371         doing the header highlightling, so that the background colour of the
4372         picon is correct.
4373
4374         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4375         (gnus-picon): Ditto.
4376         (gnus-picon): Reinstate.  The background colour for picons is white.
4377         (gnus-picon-insert-glyph): Make the background white.
4378
4379         * nnml.el (nnml-open-nov): Don't return dead buffers.
4380
4381         * auth-source.el (auth-source-create): Query the user for whether to
4382         store the credentials.
4383
4384         * netrc.el (netrc-store-data): New function.
4385
4386         * auth-source.el (auth-source-user-or-password): Use the existing auth
4387         sources, if any, for creation.
4388
4389         * gnus.el (gnus-group-fast-parameter): Return the last matching
4390         parameter instead of the first matching parameter.
4391
4392 2010-09-26  Julien Danjou  <julien@danjou.info>
4393
4394         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4395
4396 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4397
4398         * mml2015.el (mml2015-use): Remove gpg support.
4399
4400         * mml1991.el (mml1991-function-alist): Remove gpg function.
4401         (mml1991-gpg-sign): Remove.
4402
4403 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4404
4405         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4406         (gnus-browse-unsubscribe-current-group): Document it.
4407         (gnus-browse-unsubscribe-group): Use it.
4408
4409 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4410
4411         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4412         address to the To list for easier response.
4413
4414         * gnus.el (gnus-play-startup-jingle): Remove.
4415         (gnus-splash): Don't play jingle.
4416         (gnus): Silence gnus-load message.
4417
4418         * gnus-art.el (gnus-treat-play-sounds): Remove.
4419
4420         * gnus.el (gnus-play-jingle): Remove audio support.
4421
4422         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4423
4424         * earcon.el: Remove -- no users.
4425
4426         * gnus-audio.el: Remove -- no users of this package.
4427
4428         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4429
4430         * gnus-start.el (gnus-setup-news): Remove nocem support.
4431
4432         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4433
4434         * gnus.el (gnus-use-nocem): Remove.
4435
4436         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4437         Remove.
4438
4439         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4440         uses NoCeM any more.
4441
4442         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4443         (gnus-button-ctan-handler): Ditto.
4444         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4445         (gnus-button-ctan-directory-regexp): Ditto.
4446         (gnus-button-handle-ctan): Ditto.
4447         (gnus-button-tex-level): Ditto.
4448         (gnus-button-alist): Remove CTAN stuff.
4449
4450 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4451
4452         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4453         nnimap-streaming test.
4454
4455         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4456         servers twice.
4457
4458         * nnimap.el (nnimap-open-connection): Add more error reporting when
4459         nnimap fails early.
4460
4461         * nnheader.el (nnheader-get-report-string): New function.
4462         (nnheader-get-report): Use it.
4463
4464         * gnus-int.el (gnus-check-server): Say what the error was when opening
4465         failed.
4466
4467         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4468         using streaming.
4469
4470 2010-09-25  Julien Danjou  <julien@danjou.info>
4471
4472         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4473         gnus-window-inside-pixel-edges.
4474
4475 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4476
4477         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4478
4479         * mm-decode.el (mm-save-part): Allow saving to other directories the
4480         normal Emacs way.
4481
4482         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4483         Suggested by Jay Berkenbilt.
4484
4485         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4486         there isn't a single byte.
4487
4488         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4489         just do it.  It doesn't really seem to matter what the user responds
4490         here, I think, so it's just a confusing question.
4491
4492         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4493         non-streaming case.
4494
4495         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4496         (gnus-article-encrypt-body): Use it.
4497
4498         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4499         keystroke.
4500
4501         * nnimap.el (nnimap-find-wanted-parts-1):
4502         Use gnus-fetch-partial-articles.
4503
4504         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4505
4506         * nnimap.el (nnimap-insert-partial-structure): New function.
4507         (nnimap-get-partial-article): New function.
4508         (nnimap-request-article): Use it.
4509         (nnimap-wait-for-response): Return whether the wait was successful.
4510         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4511         retrieval wasn't successful.
4512         (nnimap-retrieve-group-data-early): Allow throttling servers.
4513         (nnimap-streaming): New variable.
4514         (nnimap-fetch-partial-articles): Remove.
4515
4516         * mm-decode.el (mm-with-part): Protect against killed buffers.
4517
4518         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4519         for prettier summary display.
4520
4521 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4522
4523         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4524
4525 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4526
4527         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4528         apparently third-party libraries depend on it.
4529
4530         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4531         before starting negotiation.
4532
4533         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4534         privacy reasons.
4535         (gnus-treat-mail-gravatar): Ditto.
4536
4537         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4538         buffer when inserting images.  Inserting text into the headers, for
4539         instance, can make them invalid.
4540
4541 2010-09-25  Julien Danjou  <julien@danjou.info>
4542
4543         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4544         variables.
4545
4546         * nnheader.el: Remove useless variables news-reply-yank-from and
4547         news-reply-yank-message-id.
4548
4549         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4550         variables.
4551
4552         * mml1991.el: Remove useless mml1991-verbose.
4553
4554         * gnus.el: Remove useless variable gnus-use-generic-from.
4555         Remove obsolete variable gnus-topic-indentation.
4556
4557         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4558
4559         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4560
4561         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4562
4563         * gnus-group.el: Remove useless gnus-group-icon-cache.
4564         Remove useless gnus-ephemeral-group-server.
4565
4566         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4567
4568         * mml2015.el: Remove useless mml2015-verbose.
4569
4570         * mml-smime.el: Remove useless mml-smime-verbose.
4571
4572         * gnus.el: Remove useless gnus-local-domain.
4573
4574         * gnus-gravatar.el (gnus-gravatar-transform-address):
4575         Use gnus-gravatar-size.
4576
4577         * gnus-art.el: Remove useless gnus-treat-translate.
4578
4579 2010-09-24  Julien Danjou  <julien@danjou.info>
4580
4581         * gnus-sum.el: Add support for Gravatars.
4582
4583         * gnus-art.el: Add support for Gravatars.
4584
4585         * gnus-gravatar.el: Add this file.
4586
4587         * gravatar.el: Add this file.
4588
4589 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4590
4591         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4592
4593         * gnus-group.el (gnus-group-fetch-faq): Remove.
4594
4595         * gnus.el (gnus-group-faq-directory): Remove.
4596
4597         * gnus-group.el (gnus-group-fetch-charter): Remove.
4598
4599         * gnus.el (gnus-group-charter-alist): Remove.
4600
4601         * gnus-group.el (gnus-group-archive-directory): Remove.
4602         (gnus-group-recent-archive-directory): Ditto.
4603         (gnus-group-make-archive-group): Remove.
4604
4605         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4606
4607         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4608         use the same article number for all the cached articles.
4609
4610         * nnimap.el (nnimap-command): Register the last command time so
4611         that we can use it for idling NOOPs.
4612         (nnimap-open-connection): Start the keeplive timer.
4613         (nnimap-make-process-buffer): Store all the process buffers.
4614         (nnimap-keepalive): New function.
4615
4616         * starttls.el (starttls-open-stream): Add autoload cookie.
4617
4618 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4619
4620         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4621         handling.
4622
4623 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4624
4625         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4626         its data structures.
4627
4628         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4629         instead of the cl.el copy-list.
4630         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4631         equalp.
4632
4633 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4634
4635         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4636         and tool-bar-local-item-from-menu.
4637
4638         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4639         mode-line-highlight face for Emacs.
4640
4641         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4642         loading gnus-sum.elc; fix comment for canlock-verify.
4643         (gnus-article-jump-to-part): Use read-number.
4644         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4645         Remove Emacs pre-21 compatible code for help-echo.
4646         (gnus-article-next-page-1): No need to adjust the number of lines.
4647         (gnus-article-describe-bindings): Always use help-buffer.
4648
4649         * gnus-audio.el (gnus-audio-inline-sound)
4650         * gnus-cus.el (gnus-custom-mode)
4651         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4652
4653         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4654
4655         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4656         compatible code.
4657
4658 2010-09-24  Glenn Morris  <rgm@gnu.org>
4659
4660         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4661         visiting the fcc file in rmail-mode.
4662
4663         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4664
4665 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4666
4667         * nnir.el: Silence the byte compiler.
4668
4669         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4670         alias to browse-url-url-encode-chars if any.
4671         (gnus-html-encode-url): Use it.
4672
4673 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4674
4675         * gnus-start.el (gnus-use-backend-marks): New variable.
4676         (gnus-get-unread-articles-in-group): Use it.
4677
4678         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4679         makeover.
4680
4681 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4682
4683         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4684
4685 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4686
4687         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4688         Remove.
4689         (gnus-setup-news-hook):
4690         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4691
4692         * gnus-int.el (gnus-request-update-info): Protect against backends not
4693         having the function.
4694
4695         * nnimap.el (nnimap-stream): Mention starttls.
4696         (nnimap-open-connection): Add starttls support.
4697
4698 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4699
4700         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4701
4702 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4703
4704         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4705         BODYSTRUCTUREs.
4706         (nnimap-transform-headers): Unfold quoted {42} headers.
4707
4708         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4709         the info.
4710         (gnus-get-unread-articles): Only call updatep on backends that support
4711         it.
4712
4713         * nnweb.el (nnweb-request-update-info): NOOP.
4714
4715         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4716
4717         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4718         since it only deals with marks.
4719
4720         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4721         gnus-request-marks, and make a new gnus-request-update-info.
4722
4723         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4724         the active instead of the high number, which is usually too low.
4725
4726 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4727
4728         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4729         * encrypt.el: Remove.
4730
4731 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4732
4733         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4734         server in symbolic form.
4735
4736         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4737
4738 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4739
4740         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4741         (nnimap-update-info): Fix up code slightly.
4742
4743         * gnus-int.el (gnus-open-server): Add tracing for performance
4744         debugging.
4745
4746         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4747         (gnus-group-insert-group-line): Pass the real group name so that it
4748         gets the right data.
4749
4750         * gnus-start.el (gnus-get-unread-articles): Don't have
4751         `gnus-get-unread-articles-in-group' update info, since that can be
4752         really slow and doesn't seem to be needed?
4753
4754 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4755
4756         * time-date.el (date-to-time): Try using parse-time-string first before
4757         using the slower timezone-make-date-arpa-standard.
4758
4759 2010-09-22  Julien Danjou  <julien@danjou.info>
4760
4761         * gnus-group.el (gnus-group-insert-group-line):
4762         Call gnus-group-highlight-line.
4763         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4764         default hook list.
4765         (gnus-group-update-eval-form): Add new function.
4766         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4767         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4768
4769 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4770
4771         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4772         immediate, then expire all articles.
4773         (nnimap-update-info): Fix off-by-one errors.
4774         (nnimap-flags-to-marks): Would return no marks lists for group with no
4775         flags.  Instead return the other data.
4776
4777 2010-09-22  Julien Danjou  <julien@danjou.info>
4778
4779         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4780         Only return an icon.
4781         (gnus-group-insert-group-line): Compute icon to return.
4782
4783         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4784         (gnus-html-image-fetched): Only cache if
4785         gnus-html-image-automatic-caching is set.
4786         (gnus-html-image-fetched): Check for errors.
4787
4788 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4789
4790         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4791         once per method on `g'.  This ensures that backends like nnfolder don't
4792         open all their folders.
4793
4794         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4795         (nnimap-request-list): Nix out group in the correct buffer.
4796         (nnimap-parse-flags): Implement by using `read' instead of
4797         hand-parsing.
4798         (nnimap-flags-to-marks): Pass on permanent-flags.
4799         (nnimap-make-process-buffer): Record the server name.
4800         (nnimap-parse-flags): Fix typo.
4801         (nnimap-request-scan): Run split on the server in general, not just a
4802         single group.
4803
4804         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4805         parameter, and propagate this downwards.
4806
4807         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4808         since EXAMINE changes it on the server.
4809
4810         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4811         this command might take a while.
4812
4813 2010-09-22  Julien Danjou  <julien@danjou.info>
4814
4815         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4816         harmful if you have 2 images side-by-side, they can't be properly
4817         update on text deletion.  Using text-property is safer here.
4818         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4819         data.
4820
4821 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4822
4823         * nnimap.el (nnimap-expunge-inbox): Remove.
4824         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4825         (nnimap-expunge): Flip default to t.
4826
4827         * gnus.el (gnus-method-to-server): Don't push things to the cache
4828         unless it's unique.
4829         (gnus-server-to-method): Ditto.
4830
4831 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4832
4833         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4834
4835 2010-09-22  Julien Danjou  <julien@danjou.info>
4836
4837         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4838         get the start of data.
4839         (gnus-html-encode-url): Add this function to encode special chars in
4840         URL.
4841         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4842         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4843
4844         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4845         default.
4846         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4847
4848         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4849         images alt-text.
4850         (gnus-html-put-image): Put alt-text as help-echo.
4851
4852 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4853
4854         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4855         * mm-util.el (mm-decompress-buffer)
4856         * nnir.el (nnir-run-find-grep)
4857         * pop3.el (pop3-list): Use 3rd arg of split-string.
4858
4859         * time-date.el (format-seconds): Comment fix.
4860
4861         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4862         and byte-optimize-form-code-walker.
4863         (dgnushack-make-auto-load): Don't advise make-autoload.
4864
4865         * lpath.el: Remove Emacs 21 stuff.
4866
4867 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4868
4869         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4870         outside the active range.  Suggested by Dan Christensen.
4871
4872         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4873         slightly later to avoid double-getting it.
4874
4875         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4876         previous patch.
4877
4878         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4879
4880 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4881
4882         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4883
4884 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4885
4886         * gnus-int.el (gnus-open-server): Give a better error message in the
4887         "go offline" case.
4888
4889         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4890         marks for nnimap, which is seldom the right thing to do.
4891
4892         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4893         (gnus-same-method-different-name): New function.
4894
4895         * nnimap.el (parse-time): Require.
4896
4897         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4898         method in the presence of many similar methods.
4899
4900         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4901
4902         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4903         nnml-inhibit-expiry.
4904
4905         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4906         find out whether methods are equal.
4907
4908         * nnimap.el (nnimap-find-expired-articles): New function.
4909         (nnimap-process-expiry-targets): New function.
4910         (nnimap-request-move-article): Request the article before looking at
4911         what the Message-ID is.  Fix found by Andrew Cohen.
4912         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4913
4914         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4915         for oldness in addition to being a predicate.
4916
4917         * nnimap.el (nnimap-request-group): When we have zero articles, return
4918         the right data to Gnus.
4919         (nnimap-request-expire-articles): Only delete articles immediately if
4920         the target is 'delete.
4921
4922         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4923         method, this would bug out.
4924
4925         * gnus-group.el (gnus-group-expunge-group): Rename from
4926         gnus-group-nnimap-expunge, and implemented as a normal interface
4927         function.
4928
4929         * gnus-int.el (gnus-request-expunge-group): New function.
4930
4931         * nnimap.el (nnimap-request-create-group): Implement.
4932         (nnimap-request-expunge-group): New function.
4933
4934 2010-09-21  Julien Danjou  <julien@danjou.info>
4935
4936         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4937         (gnus-html-cache-expired): Add new function.
4938         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4939         wethever we should display image for fetch it.
4940         Compute alt-text earlier to pass it to the fetching function too.
4941         (gnus-html-schedule-image-fetching): Change function argument to only
4942         get one image at a time, not a list.
4943         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4944         cache.
4945         (gnus-html-get-image-data): New function to retrieve image data from
4946         cache.
4947         (gnus-html-put-image): Change buffer argument to use image data rather
4948         than file, and place image above region rather than inserting a new
4949         one.  Do not take alt-text as argument, since it's useless now: we place
4950         the image above alt-text.
4951         (gnus-html-prune-cache): Remove.
4952         (gnus-html-show-images): Start to fetch image when we find one, do not
4953         push into a temporary list.
4954         (gnus-html-prefetch-images): Only fetch image if they have expired.
4955         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4956         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4957
4958 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4959
4960         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4961
4962 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4963
4964         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4965         spec inser "*" if the group isn't active instead of 0.
4966
4967         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4968         opening the server.
4969         (nnimap-request-delete-group): Implement group deletion.
4970         (nnimap-transform-headers): Return the size of the entire message in
4971         the Bytes header, not just the size of the first part.
4972         (nnimap-request-move-article): When moving an article from nnimap,
4973         request the article first so the accepting form has an article to
4974         accept.  Reported by Dan Christensen.
4975         (nnimap-command): Make sure that the error message doesn't error out.
4976
4977 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4978
4979         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4980         we haven't requested anything.
4981
4982 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4983
4984         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4985         "".  Fix found by Andrew Cohen.
4986
4987         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4988         instead of -encode-string.
4989
4990 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4991
4992         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4993
4994         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4995         by mm-subst-char-in-string.
4996
4997 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4998
4999         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5000         waiting for the connection string.
5001
5002         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5003         arriving.
5004
5005         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5006         bogus characters.  This allows selecting certain Gmail groups.
5007
5008         * nnimap.el (nnimap-find-wanted-parts-1): New function.
5009         (nnimap-fetch-partial-articles): New variable.
5010         (nnimap-open-connection): When looking for credentials, also use the
5011         nnimap-server-port.
5012         (nnimap-request-article): Return the group/article number, so that Gnus
5013         `^' works as expected.
5014         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5015
5016         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5017         comments.
5018         (gnus-methods-sloppily-equal): New function.
5019         (gnus): When using the development version of Gnus, load the gnus-load
5020         file.
5021
5022         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5023         `gnus-open-server' on each method before trying to scan them etc.
5024         This ensures that all the backend parameters are set correctly.
5025
5026         * nnimap.el (nnimap-authenticator): New variable.
5027         (nnimap-open-connection): Allow anonymous login.
5028         (nnimap-transform-headers): The chars header is called Chars not Bytes.
5029         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5030
5031         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5032         patch, found by Knut Anders Hatlen.
5033
5034 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
5035
5036         * gnus-agent.el (gnus-agent-batch-confirmation)
5037         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5038         to gnus-message.
5039         * gnus-art.el (gnus-article-describe-briefly): Likewise.
5040         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5041         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5042         * gnus-int.el (gnus-open-server): Likewise.
5043         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5044         (gnus-score-check-syntax): Likewise.
5045         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5046         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5047         Likewise.
5048         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5049
5050 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5051
5052         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5053         calling conventions so that prefetch doesn't bug out.
5054
5055 2010-09-19  Julien Danjou  <julien@danjou.info>
5056
5057         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5058         rather than `subst-char-in-region' in order to be able to replace ASCII
5059         char by UTF-8 ones.
5060
5061         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5062         than curl.
5063         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5064         the right URL and ALT text on images.
5065         (gnus-html-wash-tags): Fix tag case.
5066         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
5067         (gnus-article-html): Add -o display_ins_del=2 option.
5068         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5069
5070 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5071
5072         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5073         the extra mail headers, which sometimes seem to happen for unknown
5074         reasons.
5075
5076         * mail-parse.el (mail-header-encode-parameter): Define as
5077         rfc2045-encode-string instead of as rfc2231-encode-string, since some
5078         (or most, perhaps?) mail readers don't understand the latter, but do
5079         understand the former.
5080
5081         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5082         to nil, so that no methods are automatically agentized.  I think this
5083         is probably what most users want.
5084
5085         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5086         from url-retrieve, for instance about invalid URLs.
5087
5088         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5089         groups that have no articles.
5090         (nnimap-request-article): Check that we really got an article when we
5091         requested one.
5092
5093         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5094         doesn't exist.
5095
5096         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5097         nntp buffer so the agent can save it.
5098         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5099         that CRLF doesn't get translated to \n.
5100         (nnimap-open-connection): Don't make 'shell commands only send \n.
5101
5102 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5103
5104         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5105         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5106         Update var name.
5107         (nnml-generate-nov-file): Use dolist.
5108         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5109         Use with-current-buffer.
5110
5111 2010-09-18  Julien Danjou  <julien@danjou.info>
5112
5113         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5114         parallel.
5115
5116 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5117
5118         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5119         the range update right.
5120         (nnimap-request-group): Don't make `M-g' bug out on group with no
5121         marks.
5122         (nnoo): Require, so that other packages can require nnimap.
5123         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5124         command we're looking for.  This helps when the server sends more
5125         responses after we've gotten everything we expected.
5126         (nnimap): Add a `newlinep' field to keep track of end-of-line
5127         conventions.
5128         Don't send CRLF to things that don't want it.
5129         (nnimap-request-accept-article): Ditto.
5130
5131 2010-09-18  Julien Danjou  <julien@danjou.info>
5132
5133         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5134         than curl to retrieve images.
5135
5136 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5137
5138         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5139         the marks.
5140         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5141         (nnimap-wait-for-connection): New function.
5142         (nnimap-open-connection): If we have PREAUTH, don't query for login
5143         credentials.
5144         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5145         when doing a partial update.
5146
5147 2010-09-18  Julien Danjou  <julien@danjou.info>
5148
5149         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5150         tags.
5151
5152 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5153
5154         * nnimap.el (nnimap-credentials): New function.
5155         (nnimap-open-connection): Use the new function to look for credentials
5156         also on the numeric equivalents of "imap" and "imaps".
5157
5158         * gnus-start.el (gnus-activate-group): Send the info to
5159         gnus-request-group.
5160
5161         * nnimap.el (nnimap-request-group): Have the "check" version of the
5162         function parse flags and update the info, so that a `M-g' get a total
5163         resync of all flags from the group.
5164
5165         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5166         to allow backends to alter the info on group selection.  Also alter all
5167         the backend -request-group functions to take the parameter.
5168
5169         * nnimap.el (nnimap-store-info): New function.
5170         (nnimap-update-info): Store the info for later usage.
5171         (nnimap-request-group): Use the stored info for the dont-check case, so
5172         that we don't retrieve all marks when we enter a group.
5173
5174         * nnimap.el: Use deffoo instead of defun for interface functions.
5175
5176         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5177         update the group info.  This makes the nndraft groups, for instance, go
5178         back to their old behaviour.
5179
5180         * gnus-sum.el (gnus-select-newsgroup): Indent.
5181
5182         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5183         in.
5184         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5185         nothing.
5186
5187         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5188         from methods that are denied.
5189
5190         * gnus-int.el (gnus-method-denied-p): New function.
5191
5192         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5193         store the password instead of netrc.
5194         (nnimap-open-connection): Don't error out when we can't make a
5195         connections.
5196
5197         * auth-source.el (auth-source-create): In the password prompt, say what
5198         we're querying for.  Also prompt for user name if that hasn't been
5199         given.
5200
5201         * nnimap.el (nnimap-with-process-buffer): Remove.
5202
5203 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5204
5205         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5206         method when we're reading from the agent.
5207
5208         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5209
5210         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5211         that's probably most useful for users.
5212
5213         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5214         "failed" all the time.
5215
5216         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5217         ...)) with (with-current-buffer ... ).
5218
5219         * nntp.el (nntp-open-server): Return whether the open was successful or
5220         not.
5221
5222         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5223         select an unread unseen article first.
5224
5225         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5226         /etc/services, supply some sensible port defaults.
5227
5228         * dgnushack.el: Define netrc-credentials.
5229
5230 2010-09-17  Julien Danjou  <julien@danjou.info>
5231
5232         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5233
5234 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5235
5236         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5237         doesn't have any parameters.
5238
5239 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5240
5241         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5242         only upcased checks.
5243
5244         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5245
5246         * nnimap.el (nnimap-open-shell-stream): New function.
5247         (nnimap-open-connection): Use it.
5248         (nnimap-transform-headers): Get the number of lines in each message.
5249         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5250         number of lines.
5251         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5252         problem.
5253
5254         * utf7.el (utf7-encode): Autoload.
5255
5256         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5257         to allow the mail splitting to not return a default group.  This is
5258         useful for nnimap, which will leave unmatched mail in the inbox.
5259
5260         * nnimap.el: Rewritten.
5261
5262         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5263         nnimap usage.
5264
5265         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5266         if the move is internal, so that nnimap can do fast internal moves.
5267
5268         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5269         data.
5270         (gnus-read-active-for-groups): Support finishing the early retrieval of
5271         data.
5272
5273         * gnus-range.el (gnus-range-nconcat): New function.
5274
5275         * gnus-int.el (gnus-finish-retrieve-group-infos)
5276         (gnus-retrieve-group-data-early): New functions.
5277
5278 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5279
5280         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5281         (nnrss-retrieve-groups):
5282         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5283         (pop3-quit): Use with-current-buffer.
5284
5285 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5286
5287         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5288         instead of nnheader-accept-process-output.
5289
5290         * dgnushack.el (dgnushack-compile): Add comment.
5291
5292         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5293
5294         * gnus-html.el (gnus-html-schedule-image-fetching)
5295         (gnus-html-prefetch-images): Replace process-kill-without-query by
5296         gnus-set-process-query-on-exit-flag.
5297
5298 2010-09-16  Romain Francoise  <romain@orebokech.com>
5299
5300         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5301
5302 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5303
5304         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5305         parameter to unintern is mandatory-ish in Emacs 24.
5306
5307         * gnus-html.el (gnus-html-schedule-image-fetching)
5308         (gnus-html-prefetch-images): Check for curl before using it.
5309
5310         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5311         depend on curl, which isn't essential.
5312
5313         * imap.el: Revert back to version
5314         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5315         seem problematic.
5316
5317 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5318
5319         * gnus-registry.el (gnus-registry-install-shortcuts):
5320         Explicitly pass `obarray' to `unintern' to avoid a warning.
5321
5322 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5323
5324         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5325         change.
5326
5327         * nnrss.el (nnrss-request-list): Remove this function and related
5328         functions, including the moreover stuff.
5329
5330 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5331
5332         * nnrss.el (nnrss-retrieve-groups): New function.
5333
5334 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5335
5336         * .dir-locals.el: Add no-byte-compile cookie.
5337
5338 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5339
5340         * time-date.el (format-seconds): Comment fix.
5341
5342         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5343         for back end that doesn't support request-scan.
5344
5345 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5346
5347         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5348         then do request scans from the backends.
5349
5350         * netrc.el (netrc-credentials): New conveniency function.
5351
5352         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5353         avoid running a hook per line, since this takes a lot of time,
5354         profiling shows.
5355         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5356         directly if gnus-visual-p is true.
5357
5358 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5359
5360         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5361         groups; replace mapcar with dolist which is a bit faster; pass groups
5362         info to gnus-read-active-file-1.
5363         (gnus-read-active-file-1): Scan only specified groups if the new
5364         optional arg `infos' is given.
5365
5366 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5367
5368         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5369
5370         * pop3.el (pop3-movemail): Remove.
5371         (pop3-streaming-movemail): Rename to pop3-movemail.
5372
5373         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5374         don't restrict end-tag searches to the end of the line.
5375
5376 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5377
5378         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5379         articles of every unchecked group to t, which means unknown since the
5380         server has never been opened.
5381
5382 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5383
5384         * gnus-html.el (gnus-html-show-alt-text): New command.
5385         (gnus-html-browse-image): Ditto.
5386         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5387         to browse the image directly.
5388         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5389         better.
5390
5391         * gnus-async.el (gnus-async-article-callback):
5392         Call `gnus-html-prefetch-images' unconditionally.
5393
5394         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5395         before feeding URLs to curl.
5396
5397 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5398
5399         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5400         internal images as deletable by `W D D'.
5401
5402         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5403         (gnus-async-article-callback): Fix typo.
5404
5405 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5406
5407         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5408         current line to work around bugs in the output from w3m.
5409
5410         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5411         for groups that want that.
5412
5413         * nntp.el (nntp-wait-for-string): Supply a timeout for
5414         accept-process-output to ensure progress.
5415
5416         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5417         level to get unread articles from, then use that for foreign groups,
5418         too.
5419
5420         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5421         confuses the rest of the function.
5422
5423         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5424         for the methods that support -retrieve-groups, too.
5425
5426         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5427
5428 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5429
5430         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5431         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5432
5433         * pop3.el: Require cl when compiling.
5434         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5435
5436 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5437
5438         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5439         that aren't going to be activated.
5440         (gnus-get-unread-articles): Fix up the last commit.
5441
5442         * gnus-html.el (gnus-article-html): Allow calling without specifying
5443         the handle.  In that case, dissect the buffer first.
5444
5445         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5446
5447         * nnimap.el (nnimap-open-connection): Revert the change that would look
5448         into authinfo for imaps instead of imap.
5449
5450         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5451         say that you don't want to call gnus-request-group with don-check, but
5452         do check the reponse.  This is for virtual groups only.
5453         (gnus-get-unread-articles): Count the archive groups as secondary, so
5454         that they're activated the same way as before.
5455
5456         * imap.el (imap-message-map): Removed optional buffer parameter, since
5457         no callers use it.
5458         (imap-message-get): Ditto.
5459         (imap-message-put): Ditto.
5460         (imap-mailbox-map): Ditto.
5461         (imap-mailbox-put): Ditto.
5462         (imap-mailbox-get): Ditto.
5463         (imap-mailbox-get): Revert last change for this function.
5464
5465         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5466         case-insensitively.
5467         (nnimap-debug): Remove.
5468
5469         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5470         to use `imap-fetch' instead.  According to the comments, this should be
5471         safe, since all other IMAP clients use the 1:* syntax.
5472         (imap-enable-exchange-bug-workaround): Removed.
5473         (imap-debug): Removed -- doesn't seem very useful.
5474
5475         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5476         mail from a file, and the file doesn't exist.
5477
5478         * imap.el (imap-log): New convenience function used throughout instead
5479         of repeating the same code all over the place.
5480
5481         * pop3.el (pop3-streaming-movemail): Return t for success.
5482
5483         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5484         .authinfo if we're using ssl connection.
5485
5486         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5487         already have if we're in a main Gnus `g' run.
5488
5489         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5490
5491 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5492
5493         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5494
5495         * nnmh.el (nnmh-request-list-1): Bind `file'.
5496
5497         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5498         alias to set-process-query-on-exit-flag or process-kill-without-query.
5499         (pop3-open-server): Use it.
5500
5501 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5502
5503         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5504         box to the Incoming file.  Fixes mistake in previous checkin.
5505
5506         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5507         request loop (for debugging purposes) removed.
5508
5509         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5510         culprit is more visible.
5511         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5512         (nnml-add-incremental-nov): New functions to do "incremental" nov
5513         updates, where we just append to the end of the existing nov files
5514         without reading/writing them in full.
5515
5516         * mail-source.el (mail-source-delete-crash-box): Really only check the
5517         incoming files once in a while.
5518
5519         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5520
5521         * mail-source.el (mail-source-delete-crash-box): Only check the
5522         incoming files for deletion once per day to save a lot of file
5523         accesses.
5524
5525         * pop3.el (pop3-logon): Fix up unbound variable typo.
5526
5527         * mail-source.el (pop3-streaming-movemail): Autoload.
5528
5529         * pop3.el (pop3-streaming-movemail):
5530         Respect pop3-leave-mail-on-server.
5531
5532         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5533         retrieval.
5534
5535         * pop3.el (pop3-process-filter): Remove unused function.
5536         (pop3-streaming-movemail, pop3-send-streaming-command)
5537         (pop3-wait-for-messages, pop3-write-to-file)
5538         (pop3-number-of-responses): New functions for streaming pop3
5539         retrieval.
5540
5541         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5542         come from no known methods.
5543         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5544         list.
5545
5546         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5547         message sizes.
5548         (pop3-movemail): Use erase-buffer instead of looping and deleting
5549         regions, which seems rather odd.
5550
5551         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5552         file once per `g' run.
5553
5554         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5555         directories.  This makes the draft queue directory work.
5556
5557         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5558         data from the backends, so that we only request the list of groups from
5559         each method once.  This should speed things up considerably.
5560
5561         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5562         detect that it's not implemented.
5563
5564         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5565         we actually do recurse down into the tree, but don't stat all leaf
5566         nodes.
5567
5568         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5569         then say so instead of bugging out.
5570
5571         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5572         files exist before trying to read them.
5573
5574         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5575         around <pre_int>.
5576
5577         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5578
5579         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5580
5581 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5582
5583         * mm-util.el (mm-image-load-path): Just return the image directories,
5584         not all directories in the path in addition to the image directories.
5585         (mm-image-load-path): Maintain a cache of the image directories so that
5586         the `g' command in Gnus doesn't have to stat dozens of directories each
5587         time.
5588
5589         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5590         (gnus-html-wash-tags): Add a new `i' command to insert images.
5591         (gnus-html-insert-image): New command and keystroke.
5592         (gnus-html-redisplay-with-images): New command and keystroke.
5593         (gnus-html-show-images): Rename command.
5594         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5595         spacers.
5596         (gnus-html-wash-tags): Decode entities at the end, so that entities
5597         inside the tags don't mess up the rest of the "parsing".
5598
5599         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5600         so that nnimap methods aren't agentized by default.  There's apparently
5601         many problems related to agent/imap behaviour.
5602
5603         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5604
5605         * gnus-html.el: Doc fix.
5606
5607 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5608
5609         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5610         specifier-spec-list for Emacs 21.
5611
5612         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5613         glyph-width and glyph-height instead of display-graphic-p and
5614         image-size; make avoidance of displaying small images work for XEmacs.
5615
5616         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5617         for XEmacs.
5618
5619         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5620         of symbol that holds plist data.
5621         (gnus-process-plist): Remove plist of process after getting it.
5622
5623 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5624
5625         * message.el (message-generate-hashcash): Change default to
5626         'opportunistic if hashcash is installed.
5627
5628         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5629         (gnus-html-put-image): Only call image-size once, since it's somewhat
5630         time-consuming on remote X servers.
5631
5632 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5633
5634         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5635         type on data, not a file name.
5636
5637         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5638         window-pixel-edges for Emacs 21.
5639
5640         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5641         decoded contents.
5642         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5643
5644 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5645
5646         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5647         group line format, since it isn't very interesting.
5648
5649         * gnus-agent.el (gnus-agent-short-article),
5650         (gnus-agent-long-article): Increase values for these two variables,
5651         since most people are likely to have more network connection and
5652         storage than before.
5653
5654         * gnus.el (gnus-refer-article-method): Change default to 'current.
5655         When referring an article, the common behaviour is to refer it from the
5656         current select method, not the native select method.  The chances of
5657         the native select method having the message in question is rather slim
5658         these days.
5659
5660         * gnus-sum.el (gnus-auto-select-subject): Change default to
5661         `unseen-or-unread'.  I think it's likely that most people want to
5662         select an unseen article over a previously seen, but unread one.
5663
5664         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5665         means that in the article buffer none of the minor mode elements will
5666         be shown, usually, and this is not desirable in most cases.
5667
5668         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5669         that commands like `d' (and the like) go to the next line in the
5670         buffer, instead of the next unread article.  I think this is the
5671         behaviour that is most natural for most users.
5672         (gnus-single-article-buffer): Change default to nil, so that people can
5673         have as many article buffers open as they have summary buffer.  I think
5674         this is the most natural way for the groups to behave.
5675
5676         * message.el (message-generate-new-buffers): Change default to
5677         `unsent', so that all new message buffers start their names with the
5678         string "*unsent", and it's easier to find the buffers if you move from
5679         them.
5680
5681 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5682
5683         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5684         small.  They're probably tracking images.
5685         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5686         (gnus-html-rescale-image): Yet another try at getting the image sizing
5687         right.
5688
5689         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5690         nntp-marks-file-name is nil.
5691
5692 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5693
5694         * gnus-html.el (gnus-html-wash-tags)
5695         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5696         Better logging.
5697
5698 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5699
5700         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5701
5702         * gnus-html.el (gnus-html-wash-tags): Check the value of
5703         gnus-blocked-images in the summary buffer.
5704
5705 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5706
5707         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5708
5709 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5710
5711         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5712         like "a", it seems like.
5713         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5714         since it needs to be picked from the correct buffer.
5715
5716         * nnwfm.el: Remove.
5717
5718         * nnlistserv.el: Remove.
5719
5720 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5721
5722         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5723         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5724
5725 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5726
5727         * nnkiboze.el: Remove.
5728
5729         * nndb.el: Remove.
5730
5731         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5732         alt text.
5733         (gnus-html-rescale-image): Try to get the rescaling logic right for
5734         images that are just wide and not tall.
5735
5736         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5737         overshadow variable bindings.
5738
5739 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5740
5741         * gnus-html.el (gnus-html-wash-tags)
5742         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5743         Add extra logging.
5744
5745 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5746
5747         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5748         (gnus-max-image-proportion): New variable.
5749         (gnus-html-rescale-image): New function.
5750         (gnus-html-put-image): Rescale images.
5751
5752 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5753
5754         Fix up some byte-compiler warnings.
5755         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5756         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5757         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5758         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5759         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5760         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5761         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5762
5763 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5764
5765         * gnus-html.el (gnus-article-html): Decode contents by charset.
5766
5767 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5768
5769         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5770         (gnus-html-frame-width, gnus-blocked-images)
5771         * message.el (message-prune-recipient-rules): Add custom version.
5772         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5773
5774         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5775         functions.
5776
5777         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5778         gnus-process-get.
5779
5780 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5781
5782         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5783         instead of lsub directly.
5784
5785 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5786
5787         * nnwarchive.el: Remove.
5788
5789         * gnus-soup.el: Remove.
5790
5791         * nnsoup.el: Remove.
5792
5793         * nnultimate.el: Remove.
5794
5795         * gnus-html.el (gnus-blocked-images): New variable.
5796
5797         * message.el (message-prune-recipients): New function.
5798         (message-prune-recipient-rules): New variable.
5799
5800         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5801         guess whether a long line is natural text or not.
5802
5803         * gnus-html.el (gnus-html-schedule-image-fetching):
5804         Use gnus-process-plist and friends for compatibility.
5805
5806 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5807
5808         * gnus-html.el: Require packages that define macros used in this file.
5809         (gnus-article-mouse-face): Declare to silence byte-compiler.
5810         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5811         process-get.
5812         (gnus-html-put-image): Use plist-get to avoid getf.
5813         (gnus-html-prefetch-images): Use with-current-buffer.
5814
5815 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5816
5817         * gnus-ems.el: Provide compatibility functions for
5818         gnus-set-process-plist.
5819
5820         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5821         header-line-format for XEmacs 21.4.
5822
5823         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5824         * gnus.el (gnus-valid-select-methods)
5825         * message.el (message-send-mail-partially-limit)
5826         * mm-decode.el (mm-text-html-renderer)
5827         * mml.el (mml-insert-mime-headers-always)
5828         * smiley.el (smiley-regexp-alist): Bump custom version.
5829
5830 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5831
5832         * gnus-html.el: require mm-url.
5833         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5834         with the url to `url'.
5835         (gnus-html-wash-tags): Support cid: URLs/images.
5836
5837 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5838
5839         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5840         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5841         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5842
5843         * gnus-move.el: Remove file, since it doesn't really work.
5844
5845         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5846         UTF-8.  This seems to fix problems with some German web feeds.
5847
5848         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5849         at the top so that the proper colours are applied.
5850
5851         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5852         don't have dots in their names.
5853
5854         * gnus-art.el (gnus-article-view-part): Doc fix.
5855
5856         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5857         XEmacs-compatible.
5858         (gnus-html-put-image): Don't do images on non-graphic displays.
5859
5860         * nnslashdot.el: Remove this unused backend.
5861
5862         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5863         actions.
5864         (gnus-undo-register-1): Revert last change.
5865
5866         * gnus-group.el (gnus-group-completing-read): Protect against not
5867         having completion-styles bound.
5868
5869         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5870         make broken recipients happier.
5871
5872         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5873
5874         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5875         point parameter.
5876
5877         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5878
5879         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5880         completion-styles for group selection.
5881
5882 2009-02-04  Andreas Schwab  <schwab@suse.de>
5883
5884         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5885         headers and regexp-quote the match if necessary.
5886
5887 2009-03-24  Miles Bader  <miles@gnu.org>
5888
5889         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5890         the blinking smiley.
5891
5892 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5893
5894         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5895         blink smiley.
5896
5897 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5898
5899         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5900         where the dribbel file lives exists.
5901
5902         * message.el (message-send-mail-partially-limit): Change the default to
5903         nil, since most people don't want this.
5904
5905         * mm-url.el (mm-url-decode-entities): Also decode entities like
5906         &#x3212.
5907
5908 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5909
5910         * gnus-sum.el (gnus-summary-idna-message):
5911         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5912         Hyperlink urls in docstrings with URL `...'.
5913
5914 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5915
5916         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5917         functions.
5918
5919 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5920
5921         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5922         say what the mouseover text should be.
5923
5924         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5925         version of the mm-w3m-safe-url-regexp variable to only download images
5926         in the groups where we want that to happen.
5927
5928         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5929
5930         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5931         easier debugging.
5932         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5933         big pictures in the article buffer.
5934
5935         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5936         gnus-article-html.
5937         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5938         w3m.
5939
5940         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5941
5942 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5943
5944         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5945         which doesn't exist.
5946
5947         * message.el (message-inhibit-ecomplete): New variable to allow some
5948         function to inhibit ecomplete address storage.
5949         (message-resend): Disable ecomplete message storage when resending
5950         messages.
5951
5952         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5953
5954 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5955
5956         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5957         Save excursion while copying, moving, and deleting articles in order to
5958         prevent the cursor from jumping to unforeseen place.
5959
5960 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5961
5962         * lpath.el: No need to bind bookmark-current-buffer,
5963         bookmark-yank-point and bookmark-make-record-function.
5964
5965 2010-08-17  Glenn Morris  <rgm@gnu.org>
5966
5967         * gnus-sync.el: Require gnus components whose functions are used.
5968
5969         * gnus-art.el (bookmark-make-record-function):
5970         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5971         Declare for compiler.
5972
5973         * mm-url.el (mml-compute-boundary): Autoload.
5974
5975 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5976
5977         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5978
5979 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5980
5981         Typo fix "hoo4a" -> "hook".
5982
5983         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5984
5985 2010-08-14  Glenn Morris  <rgm@gnu.org>
5986
5987         * gnus-sync.el (gnus-sync): Fix defgroup version.
5988
5989 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5990
5991         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5992
5993         * gnus-sync.el: Fix docs.
5994         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5995         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5996
5997 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5998
5999         Optimizations for gnus-sync.el.
6000
6001         * gnus-sync.el: Add docs about gnus-sync-backend
6002         possibilities.
6003         (gnus-sync-save): Remove unnecessary message.
6004         (gnus-sync-read): Optimize and show what groups were skipped.
6005
6006 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6007
6008         Minor bug fixes for gnus-sync.el.
6009
6010         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6011         Don't read the sync on get-new-news.
6012
6013         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6014         quiet.
6015
6016         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6017         (fix typo).
6018
6019 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
6020
6021         Make saving and restoring of hidden threads work with overlays.
6022         Patch applied by Ted Zlatanov.
6023
6024         * gnus-sum.el (gnus-hidden-threads-configuration)
6025         (gnus-restore-hidden-threads-configuration): Update to deal with text
6026         properties, rather than searching for a magic character.
6027
6028 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6029
6030         New gnus-sync.el library for synchronization of marks.
6031
6032         * gnus-sync.el: New library for synchronization of marks.
6033
6034         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6035         renamed from `gnus-registry-grep-in-list'.
6036
6037         * gnus-registry.el (gnus-registry-follow-group-p):
6038         Use `gnus-grep-in-list'.
6039
6040         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6041
6042 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6043
6044         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6045         determining charset of text fails.
6046
6047 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6048
6049         * nnmail.el (nnmail-get-new-mail-1): Revert.
6050
6051         * nnml.el (nnml-active-number): Make sure names of newly created groups
6052         in nnml-group-alist are encoded.
6053
6054 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6055
6056         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6057         containing non-ASCII characters in active file for nnml back end.
6058
6059 2010-07-24  David Engster  <dengste@eml.cc>
6060
6061         * mml-smime.el (mml-smime-epg-verify): Also accept the older
6062         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6063
6064 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
6065
6066         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6067         tag (Bug#6654).
6068
6069 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6070
6071         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6072         the article buffer, not the summary buffer.
6073
6074 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6075
6076         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6077         Emacs 23 as well.
6078
6079 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6080
6081         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
6082         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
6083
6084 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6085
6086         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6087         Patch applied by Karl Fogel.
6088
6089         * gnus-sum.el (gnus-summary-bookmark-make-record):
6090         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6091
6092 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6093
6094         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6095         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
6096         C-w still not working correctly from Article buffers; Thierry's
6097         patch to fix that will be applied after this.
6098
6099         * gnus-art.el (bookmark-make-record-function): New local variable.
6100
6101         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6102         article buffer.
6103         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6104
6105 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6106
6107         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6108         on changes in bookmark.el.
6109
6110 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6111
6112         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
6113         `no-log' instead of message not to log prompt string.
6114
6115 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
6116
6117         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6118         the *other* type of HTML form submission.
6119
6120 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6121
6122         * auth-source.el (auth-source-pick): If choice does not contain a
6123         questioned keyword, set the check to t.
6124
6125 2010-06-12  Romain Francoise  <romain@orebokech.com>
6126
6127         * gnus-util.el (gnus-date-get-time): Move up before first use.
6128
6129 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6130
6131         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6132         (gnus-article-edit-part): Bind it to make last part that is substituted
6133         or deleted visible.
6134         (gnus-mime-display-single): Buttonize part of which id equals to
6135         gnus-mime-buttonized-part-id.
6136
6137 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6138
6139         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6140         (gnus-dd-mmm): Use gnus-date-get-time.
6141         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6142         simplify logic.
6143         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6144         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6145
6146 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6147
6148         * auth-source.el (top): Autoload `secrets-list-collections',
6149         `secrets-create-item', `secrets-delete-item'.
6150         (auth-sources): Fix tag string.
6151         (auth-get-source, auth-source-retrieve, auth-source-create)
6152         (auth-source-delete): New defuns.
6153         (auth-source-pick): Rewrite in order to avoid 2 passes.
6154         (auth-source-forget-user-or-password): New parameter USERNAME.
6155         (auth-source-user-or-password): New parameters CREATE-MISSING and
6156         DELETE-EXISTING.  Retrieve password interactively, if needed.
6157
6158 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6159
6160         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6161         deleting unused directories when gnus-expert-user is t.
6162
6163 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6164
6165         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6166         for each temp file when gnus-article-browse-delete-temp is ask.
6167
6168 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6169
6170         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
6171         Lisp calls to delete-backward-char by calls to delete-char.
6172
6173 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6174
6175         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6176
6177 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6178
6179         * password-cache.el (password-cache-remove): Fix docstring.
6180
6181 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6182
6183         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6184         article unless decoding article to be saved.
6185
6186 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6187
6188         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6189         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6190         generated within the mm-with-unibyte-current-buffer macro.
6191
6192 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6193
6194         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6195         to nil when we're in a mml-preview buffer and no group is selected.
6196
6197 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6198
6199         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6200         when catching the `C-g'.  Reported by "Leo".
6201
6202 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6203
6204         * message.el (message-forward-make-body-plain)
6205         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6206         multibyte-string-p.
6207
6208         * lpath.el: Revert.
6209
6210 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6211
6212         * message.el (message-forward-make-body-mml): Assume original message
6213         is multibyte string; error on unibyte.
6214         (message-forward-make-body-plain): Ditto; don't add excessive newline
6215         in body end.
6216
6217         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6218
6219 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6220
6221         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6222         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6223
6224 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6225
6226         * mm-extern.el (mm-extern-url): Don't use
6227         mm-with-unibyte-current-buffer.
6228         (mm-extern-cache-contents): Use with-current-buffer instead of
6229         save-excursion + set-buffer.
6230
6231 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6232
6233         * mm-util.el (mm-emacs-mule): Remove.
6234
6235 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6236
6237         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6238         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6239         change.
6240
6241 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6242
6243         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6244         bind the default value of enable-multibyte-characters to nil.
6245
6246 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6247
6248         * message.el (message-forward-make-body-plain)
6249         (message-forward-make-body-mml):
6250         Don't use mm-with-unibyte-current-buffer.
6251
6252 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6253
6254         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6255
6256 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6257
6258         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6259         (Bug#5592).
6260
6261 2010-05-07  Julien Danjou  <julien@danjou.info>
6262
6263         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6264         it to mm-pipe-part.
6265
6266         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6267         it is given.
6268
6269 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6270
6271         * binhex.el (binhex-decode-region-internal)
6272         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6273         (dns-query)
6274         * nnweb.el (nnweb-gmane-search)
6275         * pgg-parse.el (pgg-parse-armor)
6276         * pgg.el (pgg-verify-region)
6277         * sha1.el (sha1-string-external)
6278         * uudecode.el (uudecode-decode-region-internal)
6279         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6280         XEmacs.
6281
6282         * gnus-art.el (gnus-article-browse-html-parts)
6283         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6284         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6285         make-temp-file.
6286
6287         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6288         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6289         compiling.
6290
6291         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6292         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6293         XEmacs when compiling.
6294
6295         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6296         gnus-pick-mode-off-hook for XEmacs when compiling.
6297         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6298         gnus-binary-mode-off-hook for XEmacs when compiling.
6299
6300         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6301         Return nil if char-charset is not available.
6302
6303         * imap.el (imap-disable-multibyte)
6304         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6305         macros.
6306
6307         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6308         instead of encode-coding-string.
6309
6310         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6311         'xemacs) instead of mm-emacs-mule to switch function definitions.
6312         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6313
6314         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6315         bind temporary-file-directory for XEmacs;
6316         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6317         timer-set-function for XEmacs 21.4 and SXEmacs;
6318         bind timer-list for XEmacs 21.4 and SXEmacs;
6319         fbind char-charset and find-charset-region for non-Mule XEmacs;
6320         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6321         encode-coding-region and encode-coding-string for XEmacs having no
6322         file-coding feature.
6323
6324 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6325
6326         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6327
6328 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6329
6330         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6331         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6332
6333 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6334
6335         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6336         alias `jka-compr-delete-temp-file' no longer exists.
6337
6338 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6339
6340         Use define-minor-mode in Gnus where applicable.
6341         * mml.el (mml-mode): Use define-minor-mode.
6342         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6343         (gnus-undo-mode): Use define-minor-mode.
6344         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6345         (gnus-dead-summary-mode): Use define-minor-mode.
6346         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6347         Initialize in declaration.
6348         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6349         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6350         (gnus-mailing-list-mode): Use define-minor-mode.
6351         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6352         (gnus-draft-mode): Use define-minor-mode.
6353         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6354         (gnus-dired-mode): Use define-minor-mode.
6355
6356 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6357
6358         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6359         handles on recursive mml-to-mime translation and check them for
6360         boundary delimiter collisions.  Reported by Greg Troxel.
6361
6362 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6363
6364         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6365
6366 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6367
6368         * mm-util.el (mm-find-buffer-file-coding-system):
6369         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6370
6371 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6372
6373         * message.el (message-generate-headers): Record insertion of optional
6374         headers as well.  Otherwise the check to prevent repeated insertion of
6375         optional headers is a no-op.
6376
6377 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6378
6379         * smime.el: Don't mention CVS.
6380
6381         * nnrss.el (nnrss-fetch): Don't mention CVS.
6382
6383         * nnir.el: Don't mention CVS.
6384
6385 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6386
6387         * gnus-sum.el (gnus-summary-bookmark-make-record):
6388         Add `location' field.
6389
6390 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6391
6392         * lpath.el: Fbind bookmark-default-handler,
6393         bookmark-get-bookmark-record, bookmark-make-record-default,
6394         bookmark-prop-get for Emacs <23 and XEmacs.
6395
6396 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6397
6398         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6399         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6400         Use with-current-buffer to silence the byte-compiler.
6401         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6402         bother to require `gnus'.
6403         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6404
6405 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6406
6407         * gnus-sum.el (gnus-summary-bookmark-make-record)
6408         (gnus-summary-bookmark-jump): New functions.
6409         (gnus-summary-mode): Setup bookmark support.
6410
6411 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6412
6413         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6414         if set.
6415
6416 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6417
6418         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6419         gnus-article-browse-html-save-cid-image; make it work recursively for
6420         forwarded messages as well.
6421         (gnus-article-browse-html-parts): Work when prefix arg is given.
6422         (gnus-article-browse-html-article): Doc fix.
6423
6424 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6425
6426         * message.el (message-default-mail-headers):
6427         (message-default-headers): Carry the value mail-default-headers over
6428         into message-default-mail-headers, rather than message-default-headers.
6429
6430 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6431
6432         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6433         charset.
6434
6435         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6436         charset into the <meta> tag when the article is encoded to utf-8.
6437
6438 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6439
6440         * gnus-art.el (gnus-article-browse-delete-temp-files):
6441         Delete directories as well.
6442         (gnus-article-browse-html-parts): Work for images that do not specify
6443         file names; delete temp directory when quitting; insert header at the
6444         right place; use file: scheme for image files.
6445
6446 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6447
6448         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6449         (gnus-article-browse-html-parts): Use it to make temporary cid image
6450         files in addition to html file so that browser may display them.
6451
6452 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6453
6454         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6455
6456 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6457
6458         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6459
6460 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6461
6462         * auth-source.el (auth-sources): Change default to be simpler.
6463         Explain about Secret Service API sources.  Improve Customize options.
6464         (auth-source-pick): Change to accept any number of search parameters.
6465         Implement fallbacks iteratively, not recursively.  Add scoring on the
6466         second pass and sort by score.  Call Secret Service API when needed.
6467         (auth-source-user-or-password): Use it.  Call Secret Service API
6468         directly when needed to get the user name and the password.
6469
6470 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6471
6472         * message.el (message-interactive): Doc fix.
6473         (message-qmail-inject-args): Reflow.
6474         (message-kill-to-signature): Fix typo in docstring.
6475
6476         * smiley.el (smiley-buffer): Fix typo in docstring.
6477
6478 2010-03-24  Glenn Morris  <rgm@gnu.org>
6479
6480         * mail-source.el (gnus-message): Declare.
6481         (mail-source-delete-old-incoming): Require gnus-util.
6482
6483 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6484
6485         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6486
6487         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6488
6489         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6490         password-cache's default if it is not bound.
6491         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6492         password-cache-expiry's default if it is not bound.
6493
6494         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6495         available in Emacs 21.
6496
6497         * lpath.el: Suppress compiler warnings for:
6498         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6499         XEmacs;
6500         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6501         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6502         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6503
6504 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6505
6506         * auth-source.el (auth-sources): Fix up definition so extra parameters
6507         are always inline.
6508
6509 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6510
6511         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6512         wasn't updated after mismatch.  Clear cached mailbox info correctly
6513         when uidvalidity changes.
6514         (nnimap-group-prefixed-name): New function to avoid some code
6515         duplication.
6516         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6517         (nnimap-request-group): Use it.
6518         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6519         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6520         with many imap folders.  This is done by caching the group status from
6521         the imap server persistently in a group parameter `imap-status'.  (This
6522         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6523         but not persistently, so every Gnus startup was still very slow.)
6524
6525 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6526
6527         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6528         delete the extra newline.  Otherwise editing of :string and :number
6529         types don't work.
6530
6531 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6532
6533         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6534         secrets.el dependency.
6535         (auth-sources): Add optional user name.  Add secrets.el configuration
6536         choice (unused right now).
6537
6538 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6539
6540         * gnus-sum.el (gnus-summary-make-menu-bar):
6541         Let `gnus-registry-install-shortcuts' fill in the functions.
6542
6543         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6544         warnings.
6545         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6546         (gnus-registry-install-shortcuts): Populate and use it in a
6547         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6548
6549 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6550
6551         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6552         In-place substitutions for the group name encoding/decoding.
6553         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6554         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6555         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6556         (nnimap-update-unseen, nnimap-request-list)
6557         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6558         (nnimap-request-set-mark, nnimap-split-to-groups)
6559         (nnimap-split-articles, nnimap-request-newgroups)
6560         (nnimap-request-create-group, nnimap-request-accept-article)
6561         (nnimap-request-delete-group, nnimap-request-rename-group)
6562         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6563         `encoded-mbx' for consistency.
6564         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6565         variable `imap-current-mailbox'.
6566
6567         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6568         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6569
6570 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6571
6572         * pop3.el (pop3-display-message-size-flag): Display message size byte
6573         counts during POP3 download.
6574         (pop3-movemail): Use it.
6575         (pop3-list): Implement listing of available messages.
6576
6577 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6578
6579         * nnir.el (nnir-get-article-nov-override-function): New function to
6580         override the normal NOV retrieval.
6581         (nnir-retrieve-headers): Use it.
6582
6583 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6584
6585         * auth-source.el (netrc-machine-user-or-password): Autoload.
6586
6587 2010-03-19  Glenn Morris  <rgm@gnu.org>
6588
6589         Stop message.el from loading about 40 libraries it doesn't always need.
6590         The general approach is to autoload rather than require, and to
6591         require in the specific functions rather than the file.  (Bug#5642)
6592
6593         * gmm-utils.el: Don't require wid-edit.
6594         (widget-create-child-value, widget-convert, widget-default-get):
6595         Autoload.
6596
6597         * gnus-util.el: Don't require time-date, netrc.
6598         (message-fetch-field, gnus-group-name-decode): Declare rather than
6599         autoloading.
6600         (gnus-fetch-field): Require message.
6601         (gnus-decode-newsgroups): Require gnus-group.
6602
6603         * ietf-drums.el: Don't require time-date.
6604
6605         * message.el: Don't require hashcash, canlock, ecomplete.
6606         Do require mail-utils.  Require nnheader only when compiling.
6607         (smtpmail-default-smtp-server): Remove declaration.
6608         (message-send-mail-function): Check smtpmail-default-smtp-server
6609         is bound rather than requiring smtpmail.
6610         (message-auto-save-directory, message-insert-signature):
6611         Use expand-file-name rather than nnheader-concat.
6612         (nnheader-insert-file-contents): Autoload.
6613         (hashcash-wait-async): Declare.
6614         (message-send-mail): Only call gnus-setup-posting-charset if
6615         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6616         (message-send-mail-with-sendmail): Require sendmail.
6617         (canlock-password, canlock-password-for-verify): Declare.
6618         (message-canlock-password): Require canlock.
6619         (nnheader-get-report): Autoload.
6620         (gnus-setup-posting-charset): Declare.
6621         (message-send-news): Require gnus-msg.
6622         (message-make-references, message-make-in-reply-to): Use mail-header-id
6623         rather than the alias mail-header-message-id.
6624         (ecomplete-add-item, ecomplete-save): Declare.
6625         (message-put-addresses-in-ecomplete): Require ecomplete.
6626         (ecomplete-display-matches): Autoload.
6627
6628         * mm-decode.el: Don't require mailcap, gnus-util.
6629         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6630         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6631         Autoload.
6632         (mailcap-mime-extensions): Declare.
6633
6634         * mm-encode.el: Don't require mailcap.
6635         (mailcap-extension-to-mime): Autoload.
6636
6637         * mml-sec.el: Don't require password-cache.
6638
6639         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6640         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6641         (mml-minibuffer-read-type): Require mailcap.
6642         (mml-preview): Require gnus-msg.
6643
6644         * mml1991.el: Require password-cache.
6645         (password-cache-expiry): Remove declaration.
6646
6647         * mml2015.el: Require password-cache.
6648         (password-cache-expiry): Remove declaration.
6649
6650         * nneething.el (mailcap): Require mailcap.
6651
6652         * nnheader.el (declare-function): Add compatibility stub.
6653         (message-remove-header): Declare rather than autoload.
6654         (nnheader-replace-header): Require message.
6655
6656         * nnimap.el (declare-function): Add compatibility stub.
6657         (netrc-parse, netrc-machine-user-or-password): Declare.
6658         (nnimap-open-connection): Require netrc.
6659
6660         * nntp.el (declare-function): Add compatibility stub.
6661         (netrc-parse, netrc-machine, netrc-get): Declare.
6662         (nntp-send-authinfo): Require netrc.
6663
6664         * rfc2047.el: Don't require qp.
6665         (quoted-printable-encode-region, quoted-printable-decode-string):
6666         Autoload.
6667
6668         * sieve-mode.el: Don't require easymenu.
6669         (easy-menu-add-item): Autoload it.
6670
6671         * spam-stat.el (time-to-number-of-days): Autoload it.
6672
6673 2010-03-19  Glenn Morris  <rgm@gnu.org>
6674
6675         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6676
6677 2010-03-18  Glenn Morris  <rgm@gnu.org>
6678
6679         * hashcash.el (declare-function): Remove duplicate definition.
6680
6681 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6682
6683         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6684         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6685         value if any backslash escapes).
6686
6687 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6688
6689         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6690         if it is available.  (bug#5647)
6691
6692         * lpath.el: Suppress compiler warning for coding-system-from-name for
6693         Emacs 21 and XEmacs.
6694
6695 2010-03-14  Juri Linkov  <juri@jurta.org>
6696
6697         * hmac-def.el:
6698         * hmac-md5.el:
6699         * netrc.el: Fix keywords.
6700
6701 2010-02-26  Glenn Morris  <rgm@gnu.org>
6702
6703         * message.el (message-send-mail-function): Change the default, so that
6704         it inherits from a customized send-mail-function.  (Bug#5643)
6705
6706 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6707
6708         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6709         shell-command-to-string signals an error (bug#5299).
6710
6711 2010-02-24  Glenn Morris  <rgm@gnu.org>
6712
6713         * message.el (message-smtpmail-send-it)
6714         (message-send-mail-with-mailclient): Doc fixes.
6715
6716 2010-02-16  Glenn Morris  <rgm@gnu.org>
6717
6718         * message.el (message-default-mail-headers): Change the default value
6719         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6720
6721 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6722
6723         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6724         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6725
6726 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6727
6728         * time-date.el (date-to-time): Doc fix (Bug#5408).
6729
6730 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6731
6732         * message.el (message-mail): Just pass yank-action on to message-setup.
6733         (message-setup): Handle (FUN . ARGS) form of yank-action.
6734         (message-with-reply-buffer, message-widen-reply)
6735         (message-yank-original): Handle non-buffer values of
6736         message-reply-buffer (Bug#4080).
6737         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6738
6739 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6740
6741         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6742         Fix typo in docstring.
6743
6744 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6745
6746         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6747         response.
6748
6749 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6750
6751         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6752
6753         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6754
6755         * message.el (message-check-news-header-syntax): Protect against a
6756         string that `rfc822-addresses' returns when parsing fails.
6757
6758 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6759
6760         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6761         (gnus-previous-char-property-change): New functions.
6762
6763         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6764
6765 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6766
6767         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6768         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6769
6770 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6771
6772         * message.el (message-exchange-point-and-mark): Rework last change to
6773         avoid using optional arg of exchange-point-and-mark, for backward
6774         compatibility.
6775
6776 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6777
6778         * message.el (message-exchange-point-and-mark):
6779         Call exchange-point-and-mark with an argument rather than setting
6780         mark-active by hand (Bug#5175).
6781
6782 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6783
6784         * nntp.el (nntp-service-to-port): Work for service expressed with
6785         numeric string; replace [:digit:] with [0-9] for XEmacs.
6786
6787 2009-12-17  Glenn Morris  <rgm@gnu.org>
6788
6789         * gnus-group.el (gnus-bug-group-download-format-alist):
6790         Change emacs entry to debbugs.gnu.org.  Bump :version.
6791
6792 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6793
6794         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6795
6796 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6797
6798         * message.el (message-info): Explain why we use `Info-goto-node'.
6799
6800 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6801
6802         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6803
6804 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6805
6806         * message.el (message-completion-in-region): New compatibility function.
6807         (message-expand-group): Use it.
6808
6809 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6810
6811         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6812         with no unread article should be listed if the 2nd arg `predicate' is
6813         given.
6814
6815 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6816
6817         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6818
6819 2009-11-29  Juri Linkov  <juri@jurta.org>
6820
6821         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6822         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6823         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6824
6825 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6826
6827         * sha1.el (sha1-string-external): default-directory "/" in case
6828         otherwise non-existent.  process-connection-type pipe for touch of
6829         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6830
6831 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6832
6833         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6834         it's comms related and sgml-mode.el has "comm" on that basis too.
6835
6836 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6837
6838         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6839         containing tspecial characters if they have been already quoted.
6840
6841 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6842
6843         * dns-mode.el (auto-mode-alist): Purecopy string.
6844
6845 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6846
6847         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6848
6849 2009-10-24  Glenn Morris  <rgm@gnu.org>
6850
6851         * gnus-art.el (help-xref-stack-item): Define for compiler.
6852
6853 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6854
6855         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6856
6857 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6858
6859         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6860
6861 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6862
6863         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6864         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6865
6866 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6867
6868         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6869         (gnus-overlays-in): New alias to overlays-in.
6870
6871         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6872         gnus-overlay-get, and gnus-delete-overlay.
6873         (gnus-summary-show-thread): Make it work as well for systems in which
6874         next-single-char-property-change is not available.
6875         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6876
6877         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6878         (gnus-overlay-get): New alias to extent-property.
6879         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6880
6881         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6882         SXEmacs.
6883
6884         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6885         SXEmacs.
6886
6887 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6888
6889         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6890
6891 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6892
6893         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6894         and XEmacs that don't have `remove-overlays'.
6895
6896 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6897
6898         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6899         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6900         selective display.  Use overlays instead.
6901
6902 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6903
6904         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6905
6906 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6907
6908         * spam-stat.el (spam-stat-load): Fix typo in message.
6909
6910 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6911
6912         * dig.el (dig-invoke): Fix typo in docstring.
6913         (query-dig): Reflow docstring.
6914
6915 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6916
6917         * gnus-art.el (gnus-article-encrypt-body):
6918         * message.el (message-check-recipients):
6919         * mm-util.el (mm-codepage-setup):
6920         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6921         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6922
6923 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6924
6925         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6926         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6927         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6928         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6929         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6930
6931 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6932
6933         * dig.el: Add "Keywords: comm", as per net-utils.el.
6934
6935 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6936
6937         * dig.el (dig-mode): Use define-derived-mode.
6938
6939 2009-09-19  Glenn Morris  <rgm@gnu.org>
6940
6941         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6942
6943 2009-09-18  Glenn Morris  <rgm@gnu.org>
6944
6945         * gnus-diary.el (gnus-diary-check-message):
6946         * message.el (message-insert-formatted-citation-line):
6947         * nnbabyl.el (top-level):
6948         * nndiary.el (nndiary-schedule):
6949         Fix typos in condition-case handlers.
6950
6951 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6952
6953         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6954         configuration that provides the sole article window in a frame;
6955         position point correctly after deleting a part.
6956
6957 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6958
6959         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6960         (spam-resolve-registrations-routine): Use it to unregister articles
6961         that change status.
6962
6963 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6964
6965         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6966         with XEmacs.
6967         (parse-time-string-chars): Use it.
6968
6969 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6970
6971         * imap.el (imap-interactive-login): Better messages.
6972         (imap-open): Fix bug with renamed buffer on reconnect.
6973         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6974         for easier debugging and cleaner code.  On successful (guessed based on
6975         server capabilities) secondary authentication, set imap-state
6976         correctly.
6977         (imap-last-authenticator): Define imap-last-authenticator as a variable
6978         to avoid warnings.
6979
6980 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6981
6982         * nnrss.el (nnrss-request-article): Remove binding of
6983         default-enable-multibyte-characters that has gotten needless by
6984         the 2007-07-13 change in rfc2047-encode-message-header.
6985
6986         * mml.el (mml-insert-multipart): Error on the message header.
6987         (mml-insert-part): Error on the message header; position point at
6988         the end of a MIME tag.
6989
6990 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6991
6992         * time-date.el (autoload): Expand define-obsolete-function-alias into
6993         defalias and make-obsolete for old Emacsen that Gnus supports.
6994         (with-no-warnings): Define it for old Emacsen.
6995         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6996         is available.
6997         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6998         float-time is available; suppress compile warning for time-to-seconds.
6999
7000         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7001         (gnus-float-time): Alias to float-time if it exists.
7002
7003         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7004         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7005         float-time is available; suppress compile warning for time-to-seconds.
7006
7007         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
7008         XEmacs.
7009
7010 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
7011
7012         * imap.el (imap-message-map): Docstring fix.
7013
7014 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7015
7016         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7017         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7018         Add the optional argument `encoding' that overrides the default.
7019
7020         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7021         mm-encode-buffer.
7022
7023 2009-09-04  Glenn Morris  <rgm@gnu.org>
7024
7025         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7026         mm-disable-multibyte, rather than default-enable-multibyte-characters.
7027         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7028         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7029         * mm-util.el (mm-with-unibyte-current-buffer)
7030         (mm-find-buffer-file-coding-system):
7031         * yenc.el (yenc-decode-region): Use default-value rather than
7032         default-enable-multibyte-characters.
7033
7034 2009-09-03  Glenn Morris  <rgm@gnu.org>
7035
7036         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7037         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7038         than default-enable-multibyte-characters.
7039
7040 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
7041
7042         * gnus-art.el (gnus-article-read-summary-keys):
7043         Fix gnus-buffer-configuration's value temporarily used.
7044
7045 2009-09-02  Glenn Morris  <rgm@gnu.org>
7046
7047         * gnus-util.el (gnus-float-time): New function.
7048         * gnus-delay.el (gnus-delay-article):
7049         * gnus-sum.el (gnus-thread-latest-date):
7050         * gnus-util.el (gnus-user-date): Use gnus-float-time.
7051         * nnspool.el (nnspool-request-newgroups):
7052         Use gnus-float-time rather than time-to-seconds.
7053         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7054
7055         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7056         (gnus-header-subject-face, gnus-header-newsgroups-face)
7057         (gnus-header-name-face, gnus-header-content-face):
7058         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7059         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7060         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7061         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7062         (gnus-cite-face-11):
7063         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7064         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7065         (gnus-server-closed-face, gnus-server-denied-face)
7066         (gnus-server-offline-face):
7067         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7068         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7069         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7070         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7071         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7072         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7073         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7074         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7075         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7076         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7077         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7078         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7079         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7080         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7081         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7082         (gnus-summary-high-undownloaded-face)
7083         (gnus-summary-low-undownloaded-face)
7084         (gnus-summary-normal-undownloaded-face)
7085         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7086         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7087         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7088         (gnus-splash-face):
7089         * message.el (message-header-to-face, message-header-cc-face)
7090         (message-header-subject-face, message-header-newsgroups-face)
7091         (message-header-other-face, message-header-name-face)
7092         (message-header-xheader-face, message-separator-face)
7093         (message-cited-text-face, message-mml-face):
7094         * sieve-mode.el (sieve-control-commands-face)
7095         (sieve-action-commands-face, sieve-test-commands-face)
7096         (sieve-tagged-arguments-face):
7097         * spam.el (spam-face):
7098         Mark face aliases with "-face" in the name as obsolete.
7099
7100 2009-09-01  Glenn Morris  <rgm@gnu.org>
7101
7102         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7103         than goto-line.
7104
7105 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7106
7107         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7108         Don't move point if the command is invoked inside the message header.
7109
7110 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7111
7112         * imap.el (imap-send-command): Simplify.
7113         (imap-wait-for-tag): point-max -> buffer-size.
7114
7115 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7116
7117         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7118         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7119         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7120         * nnir.el (nnir-swish-e-index-file):
7121         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7122         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7123         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7124         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7125         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7126         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7127
7128 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7129
7130         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7131         Don't save excursion.
7132
7133 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7134
7135         * nnheader.el (nnheader-find-file-noselect):
7136         * mm-util.el (mm-insert-file-contents):
7137         Use (default-value 'major-mode) instead of default-major-mode.
7138
7139 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7140
7141         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7142
7143 2009-08-26  Glenn Morris  <rgm@gnu.org>
7144
7145         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
7146         than placing in files.el.
7147
7148 2009-08-25  Glenn Morris  <rgm@gnu.org>
7149
7150         * nnir.el (top-level): Don't require cl at run-time.
7151         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7152         Replace cl-function substitute with gnus-replace-in-string.
7153         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7154         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7155         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7156         simplified expansions.
7157
7158 2009-08-25  Kevin Ryde  <user42@zip.com.au>
7159
7160         * dig.el (dig): Add autoload cookie.
7161
7162 2009-08-22  Glenn Morris  <rgm@gnu.org>
7163
7164         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7165         goto-line.
7166
7167 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7168
7169         * parse-time.el (parse-time-string-chars): Save match data.
7170
7171 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7172
7173         * parse-time.el (parse-time-string-chars): Compute using character
7174         classes, to handle non-ascii characters (Bug#3190).
7175
7176 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7177
7178         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7179
7180         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7181         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7182         (gnus-mm-display-part, gnus-mime-display-single)
7183         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7184         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7185
7186         * gnus-sum.el
7187         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7188         (gnus-summary-move-article): Add expirable mark to articles copied or
7189         moved to group that has auto-expire turned on if the option is non-nil.
7190
7191 2009-07-24  Glenn Morris  <rgm@gnu.org>
7192
7193         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7194         Fix typo.  (Bug#3903)
7195
7196 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7197
7198         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7199         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7200         that should not be used for draft articles.
7201         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7202         that has no concern in minor mode keys.
7203         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7204         Abolish.
7205
7206 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7207
7208         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7209         article without making inquiry to a user for unknown encoding.
7210
7211         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7212         (nnmaildir--scan): Assume i-node and device number that file-attributes
7213         returns might be cons-cell.
7214
7215         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7216
7217         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7218
7219 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7220
7221         * auth-source.el: Remove docs now in auth.texi.  Don't use
7222         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7223         `auth-source-hide-passwords' and use them.
7224
7225 2009-07-15  Glenn Morris  <rgm@gnu.org>
7226
7227         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7228
7229 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7230
7231         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7232         excessive whitespace from the default values of title and description.
7233
7234 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7235
7236         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7237         mail-fetch-field to fetch Content-Description header in order to
7238         exclude newlines.
7239
7240 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7241
7242         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7243         format used by GnuPG 2.0.11.
7244
7245 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7246
7247         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7248         to deleted part.
7249
7250 2009-05-30  David Engster  <dengste@eml.cc>
7251
7252         * nnmairix.el: Remove old documentation in the commentary block.
7253         (nnmairix-request-group): Do not update active file for nnml back ends.
7254         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7255         end so that overview files are ignored.
7256         (nnmairix-update-groups): Make updating the groups more robust by using
7257         marks.
7258         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7259         with dollar characters in message-id.
7260
7261 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7262
7263         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7264         2008-12-25 in dns.el.
7265
7266 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7267
7268         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7269         could happen if the text is only composed of spaces and/or tabs.
7270
7271 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7272
7273         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7274         when sending a queued message to avoid extra mml tags.
7275
7276 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7277
7278         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7279
7280 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7281
7282         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7283         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7284         rmail-toggle-header for XEmacs;
7285         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7286
7287 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7288
7289         * gnus-dired.el: Remove autoload for gnus-setup-message.
7290         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7291         displaying Gnus logo; always use compose-mail.
7292
7293 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7294
7295         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7296
7297 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7298
7299         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7300         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7301         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7302         available.
7303         (gnus-nocem-epg-verify): New function.
7304
7305 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7306
7307         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7308
7309 2009-02-15  Glenn Morris  <rgm@gnu.org>
7310
7311         * gnus-util.el (rmail-insert-rmail-file-header)
7312         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7313         autoloads.
7314         (rmail-default-rmail-file): Remove unnecessary declaration.
7315         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7316
7317 2009-02-14  Glenn Morris  <rgm@gnu.org>
7318
7319         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7320         variable (only used in gnus-util, which declares it anyway).
7321         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7322         which was only needed by gnus-art (changed to not use it any more).
7323         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7324         only used in gnus-util, which autoloads it itself.
7325         (rmail-update-summary): Fix autoload.
7326
7327         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7328         rather than rmail-output-to-rmail-file.
7329
7330 2009-02-07  Glenn Morris  <rgm@gnu.org>
7331
7332         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7333         autoload of function that no longer exists.
7334         (rmail-toggle-header): Declare.
7335         (message-forward-rmail-make-body): Handle mbox Rmail.
7336
7337 2009-01-31  Glenn Morris  <rgm@gnu.org>
7338
7339         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7340         2009-01-09 change.
7341
7342 2009-01-31  Dave Love  <fx@gnu.org>
7343
7344         * imap.el (imap-fetch-safe): Bind debug-on-error.
7345         (imap-debug): Add imap-fetch-safe.
7346
7347 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7348
7349         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7350         (auth-source-forget-all-cached): New convenience function.
7351         (auth-source-user-or-password): Accept list of modes or a single mode.
7352
7353         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7354         auth-source modes.
7355
7356         * netrc.el (netrc-machine-user-or-password): Use list of
7357         auth-source modes.
7358
7359         * nnimap.el (nnimap-open-connection): Use list of
7360         auth-source modes.
7361
7362         * nntp.el (nntp-send-authinfo): Use list of
7363         auth-source modes.
7364
7365 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7366
7367         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7368         now.
7369
7370 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7371
7372         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7373         coding system in XEmacs; add a workaround for XEmacs.
7374
7375         * lpath.el: Fbind coding-system-aliasee.
7376
7377 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7378
7379         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7380         of current-language-environment.
7381
7382 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7383
7384         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7385         available at runtime.
7386
7387 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7388
7389         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7390
7391 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7392
7393         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7394         the greatest positive fixnum value doesn't work under an XEmacs with
7395         bignum support; use the most-positive-fixnum constant instead,
7396         available since Emacs 21.1 with cl and XEmacs 21.1.
7397
7398 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7399
7400         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7401         XEmacs gets not to work.
7402
7403 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7404
7405         * mm-util.el (mm-coding-system-priorities): Allow the value like
7406         "Japanese (UTF-8)" of current-language-environment.
7407
7408 2009-01-09  Glenn Morris  <rgm@gnu.org>
7409
7410         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7411         with last-command-event.
7412
7413 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7414
7415         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7416         in the doc string.
7417
7418         * message.el (message-fix-before-sending): Amend comment.
7419
7420 2009-01-08  Dave Love  <fx@gnu.org>
7421
7422         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7423
7424 2009-01-07  David Engster  <dengste@eml.cc>
7425
7426         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7427         simplified server definitions by converting it via
7428         gnus-server-to-method.
7429
7430 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7431
7432         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7433         parameter's operands.
7434
7435 2009-01-06  David Engster  <dengste@eml.cc>
7436
7437         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7438         primary select method (for gnus-group-mark-article-as-read).
7439
7440 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7441
7442         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7443         `(gnus)Face', not `(gnus)X-Face'.
7444
7445 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7446
7447         * mm-util.el (mm-ucs-to-char): New function.
7448
7449         * mm-url.el (mm-url-decode-entities): Use it.
7450
7451         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7452         unicode-to-char.
7453
7454 2009-01-05  Dave Love  <fx@gnu.org>
7455
7456         * time-date.el: Require cl for `declare'.
7457
7458 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7459
7460         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7461         Dave Love.
7462
7463 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7464
7465         * message.el (message-fix-before-sending): Add `eight-bit' to
7466         illegible-text check.
7467
7468 2009-01-03  Michael Olson  <mwolson@gnu.org>
7469
7470         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7471         `headers' is nil.  This can occur if the IMAP server does not have
7472         permissions to read messages from a folder, but can write new messages
7473         to the folder.
7474         (nnimap-request-article-part): Do not insert `data' if it is nil.
7475
7476         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7477         characters which will confuse `read', so skip past them.
7478
7479 2009-01-01  Dave Love  <fx@gnu.org>
7480
7481         * imap.el (imap-string-to-integer): Fix typo.
7482         (imap-fetch-safe): New function.
7483         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7484
7485         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7486
7487         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7488         (imap-parse-greeting): Fix doc strings.
7489         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7490         (imap-parse-flag-list): Make messages unique.
7491         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7492
7493         * nnimap.el: Fix author email.
7494         (nnimap-split-rule): Add FIXME comment.
7495         (nnimap-debug): Fix doc string.
7496
7497 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7498
7499         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7500
7501 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7502
7503         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7504         nslookup if resolv.conf isn't available.
7505         (dns-query): Rename from query-dns.
7506         (dns-query-cached): Rename from query-dns-cached.
7507
7508 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7509
7510         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7511         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7512         to check if those variables exist (first appeared in Emacs 18.50).
7513
7514 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7515
7516         * mm-util.el (mm-line-number-at-pos): New function.
7517
7518         * spam-report.el (spam-report-process-queue): Use it.
7519
7520 2008-12-24  David Engster  <dengste@eml.cc>
7521
7522         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7523         parameters that haven't existed as variables as buffer-local variables.
7524
7525 2008-12-23  Dave Love  <fx@gnu.org>
7526
7527         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7528         cadar.
7529
7530         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7531         imap-starttls-p.
7532         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7533
7534 2008-12-22  Dave Love  <fx@gnu.org>
7535
7536         * imap.el: Fix author email.  Doc fixes.
7537         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7538         reply.
7539
7540 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7541
7542         * spam-report.el (spam-report-gmane-max-requests): New constant.
7543         (spam-report-gmane-wait): New variable.
7544         (spam-report-gmane-ham, spam-report-gmane-spam)
7545         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7546         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7547         the server.
7548
7549         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7550         Add explanations.
7551
7552         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7553         nnheader-accept-process-output and nnheader-read-timeout if available.
7554         (pop3-movemail): Use it.
7555
7556         * message.el (message-check-news-body-syntax): Fix signature check if
7557         there's an attachment.
7558
7559 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7560
7561         * mm-util.el: Add comments to the mm- emulating functions.
7562
7563 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7564
7565         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7566         Reported by Stephen Berman <stephen.berman@gmx.net>.
7567
7568 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7569
7570         * mm-util.el (mm-substring-no-properties): New function.
7571         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7572         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7573         (mm-string-to-multibyte): Doc fix.
7574
7575         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7576
7577 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7578
7579         * mml.el (mml-attach-file): Strip text properties from file name.
7580         (Bug#1574)
7581
7582 2008-12-16  Glenn Morris  <rgm@gnu.org>
7583
7584         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7585
7586 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7587
7588         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7589         knows since the charset specified might be a bogus alias that
7590         mm-charset-synonym-alist provides.
7591
7592 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7593
7594         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7595         "ISO_8859-1".
7596
7597         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7598
7599 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7600
7601         * mm-util.el (mm-charset-eval-alist):
7602         Define it before mm-charset-to-coding-system.
7603         (mm-charset-to-coding-system): Add optional argument `silent';
7604         define it before mm-charset-override-alist.
7605         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7606         default value if it can be used in Emacs currently running;
7607         silence mm-charset-to-coding-system.
7608
7609 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7610
7611         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7612         `allow-override' which says whether to use `mm-charset-override-alist'.
7613         (rfc2047-decode-encoded-words): Use it.
7614
7615         * mm-util.el (mm-charset-override-alist): Fix custom type;
7616         add `(gb2312 . gbk)' to choices.
7617
7618 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7619
7620         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7621         fast.
7622
7623         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7624
7625         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7626
7627 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7628
7629         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7630         on links.
7631
7632         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7633
7634 2008-12-03  Lute Kamstra  <lute@gnu.org>
7635
7636         * sha1.el: Remove leading * from docstrings of defcustoms,
7637         deffaces, defconsts and defuns.
7638
7639 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7640
7641         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7642         users' addresses that don't have domain parts.
7643         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7644         rather than message-narrow-to-head since there will be the message
7645         header separator.
7646
7647 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7648
7649         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7650         since the result is inserted in a unibyte buffer anyway.
7651         (nnimap-demule-use-string-to-multibyte): Remove.
7652         (nnimap-demule): Alias it to mm-string-to-multibyte.
7653
7654 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7655
7656         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7657         variable for debugging bug#464 and bug#1174.
7658         (nnimap-demule): Use it.
7659
7660 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7661
7662         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7663         score calculation correctly.
7664
7665 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7666
7667         * message.el (message-send-mail): Just set the buffer to unibyte
7668         rather than use mm-with-unibyte-current-buffer which does a lot more.
7669         (message-send-mail-partially): Don't bother with
7670         mm-with-unibyte-current-buffer since it's already been made unibyte by
7671         message-send-mail.
7672
7673 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7674
7675         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7676
7677 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7678
7679         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7680
7681 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7682
7683         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7684         require itself and to remove `with-no-warnings'.
7685
7686 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7687
7688         * starttls.el (starttls-any-program-available): Get the name of the
7689         available TLS layer program.
7690         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7691         well as the host name in the "opening" message.
7692
7693         * auth-source.el (auth-source-cache, auth-source-do-cache)
7694         (auth-source-user-or-password): Cache passwords and logins by default,
7695         allow override with `auth-source-do-cache'.
7696         (auth-source-forget-user-or-password): Allow users to remove cache
7697         entries if needed.
7698
7699 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7700
7701         * md4.el (md4-buffer): Fix typo in docstring.
7702         (md4, md4-64): Doc fixes.
7703         (md4-pack-int32): Reflow docstring.
7704
7705 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7706
7707         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7708         condition-case to only the forward-sexp call.
7709
7710 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7711
7712         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7713         quotes contained.  Make it more robust regardless by an extra
7714         condition-case wrapper.
7715
7716 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7717
7718         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7719
7720 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7721
7722         * nnml.el (nnml-request-expire-articles): Check if the function set to
7723         `nnmail-expiry-target' returns the symbol `delete'.
7724
7725         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7726
7727         * nnmail.el (nnmail-expiry-target): Fix custom type.
7728
7729 2008-10-02  Glenn Morris  <rgm@gnu.org>
7730
7731         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7732         Silence compiler warning.
7733
7734 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7735
7736         * tls.el (open-tls-stream): Show the actual command being
7737         executed, instead of the format string.
7738
7739 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7740
7741         * lpath.el: Fbind codepage-setup for Emacs 23.
7742
7743 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7744
7745         * mml.el (mml-menu): Don't assume mml2015 is bound.
7746
7747 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7748
7749         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7750         exists.
7751
7752 2008-09-27  Glenn Morris  <rgm@gnu.org>
7753
7754         * gnus-util.el (mail-header-remove-comments): Autoload it.
7755
7756 2008-09-27  Andreas Schwab  <schwab@suse.de>
7757
7758         * gnus-util.el (gnus-split-references): Strip comments.
7759         (gnus-parent-id): Likewise.
7760
7761 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7762
7763         * message.el (message-confirm-send): Fix version.
7764
7765 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7766
7767         * message.el (message-idna-to-ascii-rhs-1): Use
7768         mail-extract-address-components rather than mail-header-parse-addresses
7769         that is an alias by default to ietf-drums-parse-addresses that does not
7770         support non-ASCII names in headers' contents.
7771
7772 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7773
7774         * message.el (message-confirm-send): Fix variable documentation to
7775         avoid the "y/n" wording.
7776
7777 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7778
7779         * message.el (message-set-auto-save-file-name): Save to a different
7780         filename so multiple messages (especially drafts) can be recovered.
7781
7782 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7783
7784         * message.el (message-confirm-send): Add appropriate version.
7785
7786 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7787
7788         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7789         defvar.
7790
7791 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7792
7793         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7794         (mm-pkcs7-enveloped-magic): Ditto.
7795
7796 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7797
7798         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7799         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7800
7801 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7802
7803         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7804         default, it's better.
7805
7806 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7807
7808         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7809         summary line gnus-number property and ignore them (with a warning
7810         message).
7811
7812 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7813
7814         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7815         macro caddr in the interactive form since it won't be expanded.
7816
7817 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7818
7819         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7820         `charset'; fix name of function called recursively.
7821         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7822
7823 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7824
7825         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7826         (gnus-mime-set-charset-parameters): New function.
7827         (gnus-mime-view-part-as-charset): Use it to correctly display part
7828         specifying wrong charset.
7829
7830 2008-09-08  David Engster  <dengste@eml.cc>
7831
7832         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7833         in completing-read for back end server.
7834
7835 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7836
7837         * message.el (message-confirm-send): New variable to confirm sending a
7838         message.
7839         (message-send): Use it.
7840
7841 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7842
7843         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7844
7845 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7846
7847         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7848
7849 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7850
7851         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7852         prevent tracking too many groups.
7853         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7854         Use it.
7855
7856 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7857
7858         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7859         moving point to the bottom of the window in order to avoid recentering.
7860
7861 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7862
7863         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7864
7865         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7866         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7867         (gnus-article-beginning-of-window): Fix calculation.
7868
7869 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7870
7871         * gnus-msg.el (gnus-summary-supersede-article)
7872         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7873         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7874         message header.
7875
7876 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7877
7878         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7879         pending output coming after the status change.
7880
7881 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7882
7883         * message.el:
7884         * gnus-start.el:
7885         * gnus-registry.el: Remove VMS support.
7886
7887 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7888
7889         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7890         macro.
7891         (rfc2104-hash): Use it.
7892
7893 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7894
7895         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7896         (gnus-summary-sort-by-most-recent-date): New commands.
7897         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7898         and menu entries.
7899
7900 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7901
7902         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7903         don't redisplay article for raw contents; remove plural articles stuff.
7904
7905         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7906         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7907         on gnus-summary-save-article; display results properly.
7908
7909 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7910
7911         * lpath.el: No need to fbind ns-focus-frame.
7912
7913 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7914
7915         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7916
7917 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7918
7919         * gnus-art.el (gnus-summary-save-in-pipe):
7920         Consider gnus-save-all-headers.
7921
7922 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7923
7924         * gnus-util.el (ns-focus-frame): Remove declaration.
7925         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7926         like x.
7927
7928 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7929
7930         * rfc2104.el (rfc2104-zero): Delete defconst.
7931         (rfc2104-hex-alist): Likewise.
7932         (rfc2104-hex-to-int): Delete func.
7933         (rfc2104-hexstring-to-bitstring): Likewise.
7934         (rfc2104-nybbles): New defconst.
7935         (rfc2104-hash): Rewrite for speed.
7936
7937 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7938
7939         * tls.el (open-tls-stream): Make it work with the 2nd argument
7940         BUFFER that is a string but does not exist as a buffer object, as
7941         mentioned in the doc-string.
7942
7943 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7944
7945         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7946         SXEmacs.
7947
7948 2008-07-16  Glenn Morris  <rgm@gnu.org>
7949
7950         * gnus-util.el (ns-focus-frame): Declare for compiler.
7951
7952 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7953
7954         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7955         set as a group parameter.
7956         (gnus-summary-save-in-pipe): Work when it is called independently.
7957         (gnus-summary-pipe-to-muttprint): Don't modify
7958         gnus-summary-pipe-output-default-command.
7959
7960 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7961
7962         * message.el (message-send-mail-with-sendmail):
7963         Display the error message.
7964
7965 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7966
7967         * gnus-art.el (gnus-default-article-saver):
7968         Add gnus-summary-save-in-pipe to choices.
7969         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7970         gnus-summary-pipe-output-default-command as the default command.
7971         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7972         instead of gnus-last-shell-command.
7973
7974         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7975         New user option.
7976         (gnus-summary-muttprint-program): Mention the value will be changed.
7977         (gnus-summary-save-article): Force showing of all headers.
7978         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7979
7980 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7981
7982         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7983
7984 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7985
7986         * nnimap.el (nnimap-id):
7987         * sieve-manage.el (sieve-manage-open): Doc fixes.
7988
7989 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7990
7991         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7992         if available.
7993
7994 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7995
7996         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7997
7998         * nnkiboze.el (nnkiboze-generate-group):
7999         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8000
8001         * nnmairix.el: Require CL.
8002
8003 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8004
8005         * dgnushack.el: Autoload get-display-table and put-display-table for
8006         XEmacs 21.5.
8007
8008         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
8009         21.4 and SXEmacs.
8010
8011 2008-06-15  David Engster  <dengste@eml.cc>
8012
8013         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8014
8015 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
8016
8017         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8018         New macros that expand to an `aset'/`aref' call under Emacs, and to a
8019         runtime choice under XEmacs.
8020
8021         * gnus-sum.el (gnus-summary-set-display-table):
8022         Use `gnus-put-display-table', `gnus-get-display-table',
8023         `gnus-set-display-table' for the display table, instead of `aset'.
8024
8025         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
8026         Use `gnus-put-display-table', `gnus-get-display-table',
8027         `gnus-set-display-table' for the display table.
8028
8029 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8030
8031         * nnmairix.el: Add autoloads.
8032
8033 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8034
8035         * nnmairix.el (nnmairix-delete-recreate-group)
8036         (nnmairix-update-and-clear-marks): Fix error messages.
8037
8038 2008-06-14  David Engster  <dengste@eml.cc>
8039
8040         * nnmairix.el: Upgrade to version 0.6.
8041         (nnmairix-group-toggle-propmarks-this-group)
8042         (nnmairix-group-toggle-readmarks-this-group)
8043         (nnmairix-group-delete-recreate-this-group)
8044         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8045         (nnmairix-remove-tick-mark-original-article): New commands.
8046         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8047         (nnmairix-propagate-marks-to-nnmairix-groups)
8048         (nnmairix-only-use-registry, nnmairix-allowfast-default)
8049         (nnmairix-marks-cache, nnmairix-version-output): New variables.
8050         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8051         functions needed for marks propagation and manipulation of read marks.
8052         (nnmairix-update-groups): New function.
8053         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8054         (nnmairix-determine-original-group-from-registry)
8055         (nnmairix-determine-original-group-from-path)
8056         (nnmairix-get-group-from-file-path, nnmairix-map-range)
8057         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8058         New helper functions.
8059         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8060         keystrokes for new commands.
8061         (nnmairix-delete-and-create-on-change): Doc string cleanup.
8062         (nnmairix-request-group): Check allow-fast group parameter.
8063         (nnmairix-request-create-group): Set allow-fast group parameter if
8064         nnmairix-allowfast-default is set.
8065         (nnmairix-close-group): Propagate marks upon closing if needed.
8066         (nnmairix-group-toggle-threads-this-group): Use new.
8067         nnmairix-group-toggle-parameter helper function.
8068         (nnmairix-search): Better check for empty search result.
8069         (nnmairix-goto-original-article): Use new helper functions for
8070         determining original article.
8071         (nnmairix-show-original-article): Make sure message-id is in brackets.
8072         (nnmairix-call-mairix-binary): Change variable name.
8073         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8074         helper function.
8075         (nnmairix-widget-toggle-activate): Fix doc string.
8076
8077 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8078
8079         * nnir.el: Require edmacro when compiling with XEmacs.
8080         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8081         available in Emacs 21.
8082
8083 2008-06-11  Glenn Morris  <rgm@gnu.org>
8084
8085         * gnus-util.el (x-focus-frame):
8086         * gnus.el (image-size):
8087         * mm-decode.el (image-size): Declare.
8088
8089         * gnus-picon.el (declare-function): Add compat definition.
8090         (image-size): Declare.
8091
8092         * gnus-group.el (tool-bar-map):
8093         * gnus-sum.el (tool-bar-map): Define for compiler.
8094
8095         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8096
8097         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8098
8099         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8100         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8101         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8102         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8103         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8104         * sieve-manage.el, spam-report.el, spam.el:
8105         Remove unnecessary eval-and-compile of autoloads.
8106
8107 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8108
8109         * auth-source.el: Precise Tramp doc.
8110
8111 2008-06-07  Glenn Morris  <rgm@gnu.org>
8112
8113         * nnmairix.el: Remove unnecessary eval-when-compile.
8114
8115 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8116
8117         * lpath.el: Fbind propertize for XEmacs 21.4.
8118
8119 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
8120
8121         * nnir.el: Move here from ../contrib.
8122
8123 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8124
8125         * gnus-util.el (gnus-read-shell-command): New function.
8126         * mm-decode.el (mm-pipe-part):
8127         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8128
8129 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8130
8131         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8132
8133 2008-06-03  Glenn Morris  <rgm@gnu.org>
8134
8135         * pop3.el (nnheader-accept-process-output): Autoload it.
8136
8137 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8138
8139         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8140         are not 2-digit hexadecimal characters that follow `%'s.
8141
8142 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8143
8144         * message.el (message-bogus-recipient-p): Fix type in doc string.
8145         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8146         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8147         Improve custom options.
8148         (message-bogus-recipient-p): Adjust accordingly.
8149
8150 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
8151
8152         * parse-time.el (parse-time-months, parse-time-weekdays): Add
8153         long-form month and day names.
8154
8155 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8156
8157         * dgnushack.el: Autoload debug, eudc-expand-inline and
8158         pgg-snarf-keys-region for XEmacs.
8159
8160         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
8161
8162         * nnmairix.el: Require edmacro when compiling with XEmacs.
8163
8164 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8165
8166         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8167         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8168
8169 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8170
8171         * auth-source.el: Add more docs.
8172
8173         * netrc.el (netrc-machine): Always match if the port is not given.
8174
8175 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8176
8177         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8178         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8179         retrieval faster in some cases, but might make CPU usage larger.
8180         If this has any bad side effects, we might revert this change.
8181
8182         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8183         seems to make mail retrieval much, much faster.
8184         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8185         unconditionally.
8186
8187         * gnus-draft.el (gnus-group-send-queue):
8188         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8189
8190 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8191
8192         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8193
8194         * message.el (message-bogus-address-regexp): Fix and improve custom
8195         type.
8196         (message-setup-hook): Add message-check-recipients as custom option.
8197
8198 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8199
8200         * message.el (message-cite-function): Remove bogus autoload which crept
8201         in during merge from v5-10.
8202
8203 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8204
8205         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8206
8207         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8208
8209         * auth-source.el: Preliminary Tramp docs.
8210         (auth-sources): Change the default auth-sources to use
8211         EPA .gpg files.
8212
8213 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8214
8215         * nntp.el: Autoload `auth-source-user-or-password'.
8216         (nntp-send-authinfo): Use it.
8217
8218         * nnimap.el: Autoload `auth-source-user-or-password'.
8219         (nnimap-open-connection): Use it.
8220
8221         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8222         for the gnus-message function.
8223         (auth-source-user-or-password): Use it.
8224
8225 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8226
8227         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8228         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8229         (rfc2104-hash): Use it.
8230
8231 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8232
8233         * gnus-art.el (gnus-article-toggle-truncate-lines):
8234         Don't use `iff' in docstring.
8235
8236 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8237
8238         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8239
8240         * gnus-util.el (gnus-extract-address-component-name)
8241         (gnus-extract-address-component-email): Convenience functions around
8242         `gnus-extract-address-components'.
8243
8244         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8245         Use `gnus-extract-address-component-email' to fix bug of comparing full
8246         sender name to `user-mail-address'.
8247
8248 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8249
8250         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8251         catch/throw to optimize.
8252         (gnus-registry-find-keywords): Just use member to find a keyword.
8253
8254 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8255
8256         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8257         is current before calling gnus-server-prepare.
8258         (gnus-server-setup-buffer, gnus-server-update-server)
8259         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8260
8261 2008-05-04  Juri Linkov  <juri@jurta.org>
8262
8263         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8264         (mailcap-file-default-commands): Use mailcap-replace-in-string
8265         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8266         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8267
8268 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8269
8270         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8271
8272 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8273
8274         * gnus.el: Bump version to 0.11.
8275
8276 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8277
8278         * gnus.el: No Gnus v0.10 is released.
8279
8280 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8281
8282         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8283         hooks.
8284         (gnus-update-read-articles): Speed up non-marks-using users.
8285         (gnus-use-marks): Define gnus-use-marks.
8286         (gnus-propagate-marks): Rename variable to something more sensible.
8287
8288 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8289
8290         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8291         (gmm-image-load-path-for-library): Fix typos in docstrings.
8292         (gmm-message): Reflow docstring.
8293
8294 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8295
8296         * mail-source.el (mail-source-set-1, mail-source-bind):
8297         Move auth-source code out of the macro to clean it up and fix bugs.
8298
8299 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8300
8301         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8302         by sender if it's equal to user-mail-address, it's likely to be
8303         useless.
8304
8305         * mail-source.el (mail-source-bind): Don't use user or password if they
8306         are not bound.  Unintern them if they are nil.  Don't use server unless
8307         it's bound, and default it to empty string otherwise.
8308
8309 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8310
8311         * mail-source.el: Load auth-source.el.
8312         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8313         get user name or password, if auth-sources is set up.
8314
8315         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8316         strategy of splitting with parent.
8317         (gnus-registry-split-fancy-with-parent)
8318         (gnus-registry-post-process-groups): Use it and fix prior
8319         bug (returning a list as the split result).
8320
8321         * auth-source.el (auth-sources): Remove server parameter.
8322         (auth-source-pick, auth-source-user-or-password)
8323         (auth-source-user-or-password-imap)
8324         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8325         (auth-source-user-or-password-sftp)
8326         (auth-source-user-or-password-smtp): Remove server parameter.
8327
8328 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8329
8330         * smime.el (smime-sign-region, smime-encrypt-region)
8331         (smime-decrypt-region):
8332         Remove redundant calls to `generate-new-buffer-name'.
8333
8334 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8335
8336         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8337         Don't use QP for message/rfc822.
8338         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8339
8340 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8341
8342         * sieve-manage.el (sieve-string-bytes): Remove.
8343         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8344         correct byte-length only if the process's coding-system is the same as
8345         the one used internally by Emacs to represent strings.
8346
8347 2008-04-22  Juri Linkov  <juri@jurta.org>
8348
8349         * mailcap.el (mailcap-file-default-commands): New function.
8350
8351 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8352
8353         * message.el (message-signature-separator, message-cite-function):
8354         Change custom version.
8355
8356 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8357
8358         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8359         commands.
8360         (tls-checktrust): Ditto.
8361
8362 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8363
8364         * mm-decode.el (mm-display-external): Make temp file read-only.
8365
8366 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8367
8368         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8369         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8370         `C-c C-f d'.
8371
8372 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8373
8374         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8375
8376 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8377
8378         * gnus.el: Bump version to 0.9.
8379
8380 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8381
8382         * gnus.el: No Gnus v0.8 is released.
8383
8384 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8385
8386         * mail-source.el (mail-source-value):
8387         Prefer fboundp to functionp so it works with macros as well.
8388
8389 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8390
8391         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8392         Fix last change in case the element is not even a symbol.
8393
8394 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8395
8396         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8397         Prefer fboundp to functionp so it works with macros as well.
8398
8399 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8400
8401         * auth-source.el: Add docs.
8402         (auth-sources): Modify format to support server.
8403         (auth-source-pick, auth-source-user-or-password)
8404         (auth-source-user-or-password-imap)
8405         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8406         (auth-source-user-or-password-sftp)
8407         (auth-source-user-or-password-smtp): Add server parameter.
8408
8409 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8410
8411         * gnus-registry.el: Initialize the registry when gnus-registry-install
8412         is t.
8413
8414 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8415
8416         * compface.el (uncompface): Make buffer unibyte.
8417
8418 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8419
8420         * mail-source.el (mail-source-value):
8421         Prefer fboundp to functionp so it works with macros as well.
8422
8423 2008-04-05  Glenn Morris  <rgm@gnu.org>
8424
8425         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8426
8427 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8428
8429         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8430         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8431
8432         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8433         multibyteness after rather than before erasing it.
8434
8435         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8436         mm-with-multibyte.
8437         (gnus-request-article-this-buffer): Make sure the proper decoding is
8438         used if gnus-original-article-buffer happens to be unibyte.
8439
8440         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8441         default-enable-multibyte-characters.
8442
8443         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8444         default-enable-multibyte-characters.
8445
8446         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8447
8448         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8449
8450 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8451
8452         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8453         Fix last change in case the element is not even a symbol.
8454
8455 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8456
8457         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8458         (imap-message-copyuid-1): Use it.
8459         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8460         J. Williams in
8461         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8462
8463         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8464         imap-enable-exchange-bug-workaround.
8465         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8466
8467 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8468
8469         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8470         a 100 byte status-checks into a 2-3MB transfer for each group.
8471         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8472         to enable bug workaround or not.
8473         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8474
8475 2008-03-31  Glenn Morris  <rgm@gnu.org>
8476
8477         * message.el (mml2015-use): Declare for compiler.
8478         (message-info): Require mml2015 when appropriate.
8479
8480 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8481
8482         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8483         whitespace.
8484
8485 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8486
8487         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8488         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8489         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8490         (nntp-service-to-port): New function.
8491         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8492         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8493         (nntp-open-netcat-stream): New function.
8494         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8495
8496 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8497
8498         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8499
8500 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8501
8502         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8503
8504 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8505
8506         * dns.el (dns-write): Use set-buffer-multibyte.
8507
8508 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8509
8510         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8511
8512 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8513
8514         * message.el (message-signature-separator): Change default.
8515         Improve custom type.
8516         (message-cite-function): Change default to
8517         message-cite-original-without-signature.
8518
8519         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8520         toggle.
8521
8522         * message.el (message-check-news-body-syntax): Fix signature check.
8523         (message-setup-1): Mark buffer as unmodified _after_ running
8524         message-setup-hook and handling message-alternative-emails.
8525         (message-shorten-references): Be more strict when building list of
8526         valid references to comply with GNKSA.
8527
8528         * gnus-group.el (gnus-read-ephemeral-bug-group)
8529         (gnus-read-ephemeral-debian-bug-group)
8530         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8531
8532         * message.el (message-info): Don't use booleanp which isn't supported
8533         in Emacs 21 and XEmacs.
8534
8535 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8536
8537         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8538         gnus-group-gmane-group-download-format.
8539         (gnus-group-read-ephemeral-gmane-group): Rename from
8540         gnus-group-read-ephemeral-gmane-group.
8541         (gnus-read-ephemeral-gmane-group-url): Rename from
8542         gnus-group-read-ephemeral-gmane-group-url.
8543         (gnus-bug-group-download-format-alist): New variable.
8544         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8545         (gnus-read-ephemeral-emacs-bug-group): New commands.
8546
8547 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8548
8549         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8550         (gnus-visible-headers): Improve custom type.
8551
8552 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8553
8554         * mml.el (mml-menu): Add workarounds for XEmacs.
8555
8556         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8557         X-Boundary header.
8558
8559         * message.el (message-simplify-recipients): Fix previous commit.
8560
8561 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8562
8563         * mm-util.el (mm-set-buffer-multibyte): New function.
8564         * mm-decode.el (mm-copy-to-buffer): Use it.
8565
8566         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8567         Prefer fboundp to functionp so it works with macros as well.
8568
8569 2008-03-19  Glenn Morris  <rgm@gnu.org>
8570
8571         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8572         Accidentally removed in the sync process with Emacs.
8573
8574 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8575
8576         * message.el (message-alter-recipients-discard-bogus-full-name):
8577         New function.
8578         (message-alter-recipients-function): New variable.
8579         (message-get-reply-headers): Use it.
8580         (message-replace-header): New helper function.
8581         (message-recipients-without-full-name): New variable.
8582         (message-simplify-recipients): New command.
8583
8584         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8585
8586         * message.el (message-info): Handle EasyPG manual.
8587
8588         * mml.el (mml-menu): Add entry for EasyPG.
8589
8590 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8591
8592         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8593         parameter.
8594
8595         * message.el (message-disassociate-draft): Specify drafts group name
8596         fully.
8597
8598 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8599
8600         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8601         Eliminate unnecessary duplicates from the match list.
8602
8603 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8604
8605         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8606
8607         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8608
8609         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8610         args of `how-many' of which the XEmacs version doesn't take; declare
8611         Info-index-next as function.
8612
8613 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8614
8615         * gnus-score.el (gnus-score-headers): Fix handling of
8616         gnus-inhibit-slow-scoring.
8617
8618         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8619         string.
8620         (gnus-button-url-regexp): Improve handling of parenthesis.
8621         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8622         (gnus-button-handle-info-keystrokes): Handle index entries.
8623
8624 2008-03-15  Glenn Morris  <rgm@gnu.org>
8625
8626         * parse-time.el (parse-time-string): Simplify.
8627
8628 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8629
8630         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8631         Incoming* files.
8632
8633 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8634
8635         * auth-source.el (auth-sources): Rename from auth-source-choices.
8636         (auth-source-pick): Use it.
8637
8638 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8639
8640         * binhex.el (binhex-decode-region-internal):
8641         * uudecode.el (uudecode-decode-region-internal):
8642         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8643         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8644         setting default-enable-multibyte-characters.
8645
8646 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8647
8648         * auth-source.el (auth-source-protocols)
8649         (auth-source-protocols-customize, auth-source-choices): Add and
8650         modified variable customizations and defaults.
8651         (auth-source-pick, auth-source-user-or-password)
8652         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8653         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8654         (auth-source-user-or-password-sftp)
8655         (auth-source-user-or-password-smtp): Use new variables and provide an
8656         interface to netrc.el.
8657
8658 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8659
8660         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8661         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8662         Make sure the nntp port to specify is a string.
8663
8664 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8665
8666         * nntp.el: Use with-current-buffer.
8667         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8668         dubious mm-with-unibyte-current-buffer.
8669         (nntp-with-open-group-function): New function extracted from
8670         nntp-with-open-group macro.
8671         (nntp-with-open-group): Use the function, so it's easier to debug.
8672         Add indentation and debugging info.
8673         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8674         Recommend the use of the netcat alternatives.
8675
8676         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8677         Avoid mm-string-as-multibyte as well.
8678
8679         * nnweb.el (nnweb-insert-html):
8680         Remove use of nnheader-string-as-multibyte.
8681
8682         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8683         (nnheader-string-as-multibyte): Remove.
8684
8685         * mm-view.el: Use inhibit-read-only.
8686         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8687         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8688         or unibyte-string.
8689
8690         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8691         (mm-uu-yenc-extract): Use with-current-buffer.
8692
8693         * gnus-soup.el (gnus-soup-send-packet): Don't use
8694         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8695
8696         * nnmh.el: Use with-current-buffer.
8697         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8698         mm-string-as-multibyte on the output of mm-encode-coding-string.
8699
8700         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8701         (nnimap-request-move-article): Use with-current-buffer.
8702
8703         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8704         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8705         conversion uses string-make-unibyte rather than string-as-unibyte.
8706
8707         * gnus-msg.el: Use with-current-buffer.
8708
8709         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8710
8711 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8712
8713         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8714         string for caching if it is 'PIN.
8715
8716 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8717
8718         * lpath.el: Consider the case without Emacs/W3.
8719
8720 2008-03-08  Glenn Morris  <rgm@gnu.org>
8721
8722         * time-date.el (date-to-time, time-subtract, time-add)
8723         (safe-date-to-time): Doc fixes.
8724
8725 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8726
8727         * mail-source.el (mail-source-delete-old-incoming-confirm):
8728         Change default to nil.
8729         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8730
8731 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8732
8733         * lpath.el: Rearrange.
8734
8735         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8736         (gnus-article-goto-prev-page): Work for articles having ^L's.
8737
8738         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8739
8740         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8741
8742 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8743
8744         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8745         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8746         (gnus-bookmark-jump): Adjust some variable names.
8747
8748 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8749
8750         * auth-source.el: New package.
8751         (auth-source-choices): Add customization entry point variable.
8752
8753         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8754         bug.
8755
8756 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8757
8758         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8759         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8760         (gnus-registry-install-shortcuts): Rename from
8761         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8762         the `gnus-registry-mark-map' keymap dynamically from
8763         `gnus-registry-marks'.  The generated functions update the summary line
8764         when a registry mark is added or deleted, and will call
8765         `gnus-registry-install-p' (see the comments in the code).
8766         (gnus-registry-user-format-function-M): Use concat intelligently.
8767
8768         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8769         the registry mark functions.
8770
8771 2008-03-05  Glenn Morris  <rgm@gnu.org>
8772
8773         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8774         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8775         gnus-art.
8776         (top-level): No need to load own source when compiling.
8777
8778 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8779
8780         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8781         Suggested by <chris.anderton@zetnet.co.uk>.
8782
8783 2008-03-04  Glenn Morris  <rgm@gnu.org>
8784
8785         * gnus-sum.el (top-level): No need to require gnus when compiling,
8786         since unconditionally required near start of file.
8787         (gnus-summary-display-while-building): Move definition before use.
8788
8789 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8790
8791         * gnus-registry.el (gnus-registry-user-format-function-M):
8792         Add formatting function.
8793
8794 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8795
8796         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8797         with plists.
8798         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8799         Use new format.
8800
8801 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8802
8803         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8804         `where-is-internal' that returns a range of key sequences.
8805
8806 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8807
8808         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8809
8810         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8811         (gnus-summary-jump-to-group): Consider windows on other displayed
8812         frames as well.  Similar changes might be needed elsewhere, but that's
8813         the one I've bumped into during my use.
8814
8815         * nndoc.el (nndoc-oe-dbx-type-p):
8816         * gnus-msg.el (gnus-debug):
8817         * gnus-group.el (gnus-update-group-mark-positions):
8818         Use mm-string-to-multibyte.
8819
8820 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8821
8822         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8823         doesn't handle NotDashEscaped.
8824
8825         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8826         (mml-dnd-attach-options): Fix typo in custom choice.
8827
8828         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8829         Change nndoc-article-type to mbox.
8830         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8831
8832         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8833         to nil, instead of html2text.
8834
8835         * imap.el (imap-debug): Add `imap-ping-server'.
8836
8837         * gnus-bookmark.el: Add FIXMEs.
8838
8839         * message.el (message-form-letter-separator)
8840         (message-send-form-letter-delay): New variables.
8841         (message-send-form-letter): Use them.  New command to send form
8842         letters.  Requested by Uwe Siart.
8843         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8844
8845 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8846
8847         * Update copyright years.
8848
8849 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8850
8851         Sync from EMACS_22_BASE.
8852
8853         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8854
8855 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8856
8857         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8858         empty author.
8859
8860 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8861
8862         * gnus-registry.el (gnus-registry-marks): Add variable for
8863         customization of marks and their appearance.
8864         (gnus-registry-read-mark): Use it.
8865         (gnus-registry-do-marks): Add utility function to loop through
8866         `gnus-registry-marks'.
8867         (gnus-registry-install-shortcuts-and-menus): Add function to install
8868         shortcuts and menus.
8869         (gnus-registry-initialize): Use it.
8870         (gnus-registry-default-mark): Clarify documentation.
8871
8872 2008-02-29  Glenn Morris  <rgm@gnu.org>
8873
8874         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8875         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8876         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8877         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8878         Change defcustom :version from 23.0 to 23.1.
8879
8880 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8881
8882         * gnus-registry.el (gnus-registry-follow-group-p)
8883         (gnus-registry-post-process-groups): Add functions to aid registry
8884         splitting and improve logging.  Clarify behavior in function
8885         documentation.
8886         (gnus-registry-split-fancy-with-parent): Use them.
8887
8888 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8889
8890         * gnus-art.el: Use with-current-buffer.
8891
8892 2008-02-27  David Engster  <dengste@eml.cc>
8893
8894         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8895         Express real group name in the response.
8896
8897 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8898
8899         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8900         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8901         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8902         autoload gnus-registry-fetch-group when compiling.
8903         (nnmairix-request-group-with-article-number-correction):
8904         Remove unreferenced argument passed to nnmairix-call-backend.
8905
8906 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8907
8908         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8909         (mm-uu-extract): Improve face for low color ttys.
8910         Reported by Sascha Wilde.
8911
8912 2008-02-27  Glenn Morris  <rgm@gnu.org>
8913
8914         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8915         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8916         variables to defconsts.  Convert comments to doc-strings.
8917         (nnmairix-last-server, nnmairix-current-server): Convert from free
8918         variables to defvars.  Convert comments to doc-strings.
8919         (gnus-registry-fetch-group): Autoload.
8920         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8921         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8922         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8923         caddr.
8924         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8925         nnmairix-request-group-with-article-number-correction call.
8926         (nnmairix-fast, nnmairix-group): New, less general names, for free
8927         variables passed from nnmairix-request-group to
8928         nnmairix-request-group-with-article-number-correction.  Declare.
8929         (nnmairix-request-group-with-article-number-correction):
8930         Use nnmairix-fast, nnmairix-group rather than fast, group.
8931
8932 2008-02-26  David Engster  <dengste@eml.cc>
8933
8934         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8935         version 0.5.
8936
8937 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8938
8939         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8940         instead of making an extra function call.  Don't add the current group
8941         to articles only when they have the group.  Use
8942         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8943         Reported by David <de_bb@arcor.de>.
8944
8945 2008-02-24  Miles Bader  <miles@gnu.org>
8946
8947         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8948         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8949         (mm-find-mime-charset-region):
8950         * mm-bodies.el (mm-encode-body):
8951         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8952
8953 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8954
8955         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8956         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8957
8958 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8959
8960         * mail-source.el (mail-source-delete-incoming): Change default.
8961         Supplement doc string.
8962
8963         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8964
8965 2008-02-14  Glenn Morris  <rgm@gnu.org>
8966
8967         * time-date.el (format-seconds): New function.
8968
8969 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8970
8971         * nnmail.el (nnmail-message-id-cache-file): Derive from
8972         `gnus-home-directory'.
8973
8974 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8975
8976         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8977         Document negative prefix.
8978
8979         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8980
8981 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8982
8983         * message.el (message-unsent-separator): Add the Exim bounce
8984         separator.
8985
8986 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8987
8988         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8989         list.
8990         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8991         recipient/signer list.
8992
8993 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8994
8995         * Makefile.in (datarootdir): Define.
8996         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8997         name that might contain whitespace.
8998
8999 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9000
9001         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9002         fbound (Emacs 23 unicode), signal an error.
9003
9004 2008-02-08  Glenn Morris  <rgm@gnu.org>
9005
9006         * gnus-art.el (pgg-display-output-buffer): Declare as function.
9007
9008 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
9009
9010         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9011         ports to the calls to `netrc-machine-user-or-password' in addition to
9012         "imap" and "imaps".
9013
9014 2008-02-01  Zhang Wei  <id.brep@gmail.com>
9015
9016         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9017
9018         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
9019
9020 2008-02-01  Kenichi Handa  <handa@m17n.org>
9021
9022         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9023         rfc2104-hexstring-to-bitstring and changed to return a byte list.
9024         (rfc2104-hash): Convert the result of concat to unibyte string.
9025
9026 2008-02-01  Dave Love  <fx@gnu.org>
9027
9028         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9029         coding-system-for-read.
9030         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9031
9032 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9033
9034         * gnus.el (gnus-group-startup-message): Add `find-image' call before
9035         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
9036         <hanche@math.ntnu.no>.
9037
9038 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9039
9040         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9041
9042         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9043
9044 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
9045
9046         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9047         * message.el (message-beginning-of-line): Use featurep instead of bound
9048         tests in order to resolve conditionals at compile time.
9049
9050 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
9051
9052         * mail-source.el (mail-sources): Add `group' choice.
9053
9054         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9055         parameter `in-group' to control into which group the articles go.
9056         Add treatment of `group' mail-source.
9057
9058 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9059
9060         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9061
9062         * mm-decode.el (mm-dissect-buffer): Decode description.
9063
9064         * mml.el (mml-to-mime): Encode message header first.
9065
9066 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9067
9068         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9069         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9070
9071         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
9072         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
9073
9074 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
9075
9076         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9077
9078 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9079
9080         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9081         prefix keys.
9082         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9083         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9084         gnus-xmas.el.
9085
9086         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
9087         (gnus-xmas-article-describe-bindings): New function.
9088         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
9089         gnus-xmas-article-describe-bindings.
9090
9091         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
9092
9093 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9094
9095         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9096         Add new variables for article mark management.
9097         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9098         list of extra data entries which, when present, will indicate that the
9099         article ID should not be trimmed from the registry.
9100         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9101         functions.
9102         (gnus-registry-read-mark): New function to read a mark name from the
9103         user.
9104         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9105         (gnus-registry-set-article-mark-internal): New functions to add and
9106         remove marks.
9107         (gnus-registry-get-article-marks): New function to show the marks for
9108         an article, or retrieve them for further use.
9109
9110 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9111
9112         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9113         keys when no argument is given.
9114
9115 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9116
9117         * imap.el (imap-ping-server): New variable.
9118         (imap-opened): On add extra ping if imap-ping-server is non-nil.
9119         (imap-ping-server): Minor doc string fixes.
9120
9121 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9122
9123         * imap.el (imap-ping-server): New function.
9124         (imap-opened): Call imap-ping-server.
9125
9126 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9127
9128         * gnus-sum.el (gnus-article-sort-by-random)
9129         (gnus-thread-sort-by-random): Fix doc strings.
9130         Reported by jidanni@jidanni.org.
9131
9132 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9133
9134         * gnus-art.el (gnus-article-describe-bindings): New function.
9135         (gnus-article-read-summary-keys): Use it.
9136         (gnus-article-mode-map): Bind `C-h b' to it.
9137
9138 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9139
9140         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9141         XEmacs.
9142         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9143         Protect against non-character events.
9144
9145         * lpath.el: Fbind map-keymap for Emacs 21.
9146
9147 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9148
9149         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9150         New command.
9151         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9152         instead of END.  Change name of the temp file.
9153         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9154         customizable.
9155
9156 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9157
9158         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9159         bind `S W' to gnus-article-wide-reply-with-original; set default
9160         binding to gnus-article-read-summary-send-keys.
9161         (gnus-article-read-summary-keys): Fix the order of keys; display
9162         continuation keys correctly in the echo area; describe bindings
9163         correctly when keys end with `C-h'.
9164         (gnus-article-read-summary-send-keys): New function.
9165         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9166         Work for gnus-article-read-summary-send-keys; display continuation keys
9167         correctly in the echo area.
9168         (gnus-article-reply-with-original): Ignore prefix argument.
9169         (gnus-article-wide-reply-with-original): New function.
9170
9171         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
9172         Emacs 21.
9173
9174 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9175
9176         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9177         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9178
9179 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9180
9181         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9182         (gnus-group-read-ephemeral-gmane-group): New command.
9183
9184 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9185
9186         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9187
9188 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9189
9190         * message.el (message-send-mail-function): Increase custom version.
9191
9192         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9193         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9194
9195 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9196
9197         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
9198         for the cases where imap-authenticate is called with a nil buffer
9199         parameter.
9200
9201 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9202
9203         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9204         html parts correctly; support forwarded messages.
9205         (gnus-article-browse-html-article): Remove work buffers.
9206
9207         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9208         compiling.
9209         (netrc-bound-and-true-p): New macro.
9210         (netrc-parse): Use it instead of bound-and-true-p that is not available
9211         in XEmacs 21.4.
9212
9213 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9214
9215         * gnus-registry.el (gnus-registry-mark-article)
9216         (gnus-registry-article-marks): Add functionality to mark articles
9217         through the Gnus registry.
9218
9219         * encrypt.el: Clarify documentation for the new pgg method.
9220         (encrypt-file-alist): Add PGG option.
9221         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9222         functionality.  Abstract password key and messaging to external
9223         functions.
9224         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9225         (encrypt-message-method-and-cipher): Add new convenience external
9226         functions.
9227         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9228         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9229
9230         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9231         (netrc-parse): Use encrypt-file-alist to determine if
9232         encrypt-find-model or encrypt-insert-file-contents should be used.
9233
9234         * encrypt.el: Clarify documentation.  Load password-cache or
9235         password, whichever one is found first, instead of autoloading.
9236
9237 2007-12-19  Glenn Morris  <rgm@gnu.org>
9238
9239         * mml.el (message-options-set, message-narrow-to-head)
9240         (message-in-body-p, message-mail-p, message-encode-message-body):
9241         Autoload.
9242         (message-remove-header, message-narrow-to-headers-or-head)
9243         (message-subscribed-p, message-make-mail-followup-to)
9244         (message-position-on-field, message-news-p)
9245         (message-options-set-recipient, message-generate-headers)
9246         (message-sort-headers): Declare as functions.
9247
9248 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9249
9250         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9251         convention in doc string.
9252
9253 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9254
9255         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9256         title to html parts.
9257         (gnus-article-browse-html-article): Pass message header to it.
9258
9259         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9260
9261 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9262
9263         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9264         or password compatible with XEmacs.
9265
9266 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9267
9268         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9269         format document.
9270         (gnus-mime-delete-part): Don't write description line if empty.
9271         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9272
9273 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
9274
9275         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9276         (gnus-summary-mark-read-and-unread-as-read)
9277         (gnus-summary-mark-current-read-and-unread-as-read)
9278         (gnus-summary-mark-unread-as-ticked): Doc fix.
9279         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9280
9281 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9282
9283         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9284         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9285
9286 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9287
9288         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9289         yes-or-no-p.
9290
9291 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9292
9293         * mm-decode.el (mm-add-meta-html-tag): New function.
9294         (mm-save-part-to-file, mm-pipe-part): Use it.
9295
9296         * gnus-art.el (gnus-article-browse-delete-temp-files):
9297         Use gnus-y-or-n-p instead of y-or-n-p.
9298         (gnus-article-browse-html-parts): Work with message/external-body; use
9299         mm-add-meta-html-tag.
9300
9301 2007-12-11  Glenn Morris  <rgm@gnu.org>
9302
9303         * gnus-cache.el: Require gnus-sum not just when compiling.
9304
9305         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9306
9307         * gnus-int.el (gnus-server-opened, gnus-status-message):
9308         Move definitions before use.
9309
9310         * mm-decode.el: Require gnus-util.
9311         (mm-remove-part): Only call delete-annotation on XEmacs.
9312
9313         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9314
9315         * nnmail.el: Require gnus-int.
9316
9317         * spam.el: Move `require's before `eval-when-compile's.
9318
9319         * gnus-ems.el (gnus-alive-p):
9320         * gnus-fun.el (message-goto-eoh):
9321         * gnus-util.el (gnus-group-name-decode):
9322         * mail-source.el (gnus-compress-sequence):
9323         * message.el (Info-goto-node, format-spec):
9324         * mm-bodies.el (message-options-get):
9325         * mm-decode.el (mm-view-pkcs7):
9326         * mm-util.el (gmm-write-region):
9327         * mml-smime.el (mml-compute-boundary)
9328         (gnus-completing-read-with-default):
9329         * mml.el (widget-button-press, gnus-make-hashtable):
9330         * mml1991.el (mm-decode-content-transfer-encoding)
9331         (mm-encode-content-transfer-encoding)
9332         (message-options-get, message-options-set):
9333         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9334         * nnfolder.el (gnus-request-group):
9335         * nnheader.el (ietf-drums-unfold-fws):
9336         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9337         * smime.el (gnus-run-mode-hooks):
9338         * spam-stat.el (gnus-message): Autoload.
9339
9340         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9341         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9342         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9343         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9344         Add declare-function compatibility definition.
9345
9346         * gnus-cache.el (nnvirtual-find-group-art):
9347         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9348         (gnus-add-image, gnus-add-wash-type):
9349         * gnus-group.el (nnkiboze-score-file):
9350         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9351         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9352         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9353         (message-tokenize-header, gnus-get-buffer-create)
9354         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9355         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9356         * gnus.el (gnus-group-decoded-name):
9357         * mail-source.el (imap-capability):
9358         * mm-bodies.el (message-options-set):
9359         * mm-decode.el (gnus-configure-windows):
9360         * mm-extern.el (message-goto-body):
9361         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9362         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9363         (epg-sub-key-validity, message-options-set):
9364         * mml.el (widget-event-point, gnus-configure-windows):
9365         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9366         * mml2015.el (epg-check-configuration, epg-configuration)
9367         (message-options-set):
9368         * nndb.el (nndb-request-article):
9369         * nnfolder.el (gnus-request-create-group):
9370         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9371         * nnmaildir.el (gnus-group-mark-article-read):
9372         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9373         * rfc1843.el (message-fetch-field):
9374         * spam.el (gnus-extract-address-components):
9375         Declare as functions.
9376
9377 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9378
9379         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9380
9381         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9382
9383         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9384         bind show-trailing-whitespace for XEmacs.
9385
9386 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9387
9388         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9389         new no-op macro for backward compatibility.
9390
9391         * imap.el (imap-string-to-integer): New function.
9392
9393 2007-12-09  Glenn Morris  <rgm@gnu.org>
9394
9395         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9396
9397         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9398         * message.el, mm-view.el, sieve-manage.el, smime.el:
9399         Add declare-function compatibility definition.
9400
9401         * gnus-art.el (w3-region, w3m-region, Info-menu):
9402         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9403         * gnus-sum.el (gnus-get-predicate):
9404         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9405         * message.el (mail-abbrev-in-expansion-header-p):
9406         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9407         (w3m-detect-meta-charset, w3m-region):
9408         * sieve-manage.el (password-read, password-cache-add)
9409         (password-cache-remove):
9410         * smime.el (password-read-and-add): Declare as functions.
9411
9412 2007-12-08  David Kastrup  <dak@gnu.org>
9413
9414         * gnus-sum.el (gnus-summary-simplify-subject-query):
9415         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9416         `message'.
9417
9418 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9419
9420         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9421         it to bind idna-program, installation-directory, defined-colors, and
9422         face-attribute for XEmacs of the version that compiles defcustom forms.
9423
9424 2007-12-07  Glenn Morris  <rgm@gnu.org>
9425
9426         * gnus-art.el (article-make-date-line): Revert previous change.
9427
9428 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9429
9430         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9431
9432 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9433
9434         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9435         Call gnus-add-to-range ranges only once with a prepared article-list.
9436
9437 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9438
9439         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9440         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9441         group names with backslashes.
9442         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9443
9444 2007-12-06  Deepak Goel  <deego3@gmail.com>
9445
9446         * gnus-art.el (article-make-date-line):
9447         * gnus-start.el (gnus-load):
9448         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9449
9450 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9451
9452         * gnus-art.el (gnus-use-idna)
9453         * gnus-start.el (gnus-site-init-file)
9454         * message.el (message-use-idna)
9455         * mm-uu.el (mm-uu-hide-markers)
9456         * smiley.el (smiley-style): Revert changes that suppress warnings.
9457
9458 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9459
9460         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9461         specify charset to html source.
9462         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9463
9464 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9465
9466         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9467         idna-program in order to suppress byte compile warning issued by XEmacs
9468         that came to byte compile the default value section of defcustom forms
9469         recently.
9470
9471         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9472         value of installation-directory.
9473
9474         * message.el (message-use-idna): Don't directly refer to the value of
9475         idna-program.
9476
9477         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9478
9479         * smiley.el (smiley-style): Don't directly call face-attribute.
9480
9481 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9482
9483         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9484
9485         * gnus-dired.el: Reduce Gnus dependencies.
9486         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9487         Don't require.  Use autoloads instead.
9488         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9489         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9490         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9491         (gnus-dired-mode): Adjust doc string.
9492         (gnus-dired-mail-mode): New variable.
9493         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9494         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9495         (gnus-dired-mail-buffers): New function.  Return mail or message
9496         composition buffers.
9497         (gnus-dired-attach): Use it.
9498         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9499         NO-DECODE.
9500         (gnus-dired-print): Use `gnus-print-buffer' depending on
9501         `gnus-dired-mail-mode'.
9502
9503 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9504
9505         * rfc2047.el (rfc2047-encoded-word-regexp)
9506         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9507         explaining what regexp patterns are for.
9508
9509 2007-12-04  Glenn Morris  <rgm@gnu.org>
9510
9511         * password.el: Move to password-cache.el.
9512
9513         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9514         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9515         * mml-smime.el (password-read, password-cache-add)
9516         (password-cache-remove):
9517         No need to autoload, since mml-sec requires password.
9518
9519         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9520         * message.el (gnus-extract-address-components):
9521         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9522
9523         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9524         password.
9525
9526 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9527
9528         * mailcap.el: Reduce dependencies.
9529         (mail-header-parse-content-type): Autoload.
9530         (mailcap-delete-duplicates): New alias.
9531         (mailcap-mime-info): Add optional argument NO-DECODE.
9532         (mailcap-mime-types): Use mailcap-delete-duplicates.
9533
9534         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9535
9536 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9537
9538         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9539         (imap-parse-status): Upcase status-att for servers that sends them
9540         lower-case (e.g., MS Exchange 2007).
9541
9542 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9543
9544         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9545         function.
9546
9547         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9548         (gnus-uu-yenc-article): New function.
9549
9550         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9551
9552         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9553
9554 2007-12-02  Glenn Morris  <rgm@gnu.org>
9555
9556         * binhex.el (binhex): New custom group.
9557         (binhex-decoder-program, binhex-decoder-switches)
9558         (binhex-use-external): Move to the binhex custom group.
9559
9560         * uudecode.el (uudecode): New custom group.
9561         (uudecode-decoder-program, uudecode-decoder-switches)
9562         (uudecode-use-external): Move to the uudecode custom group.
9563
9564         * netrc.el (top-level): Don't load `encrypt' features.
9565         (netrc-parse): Don't use encrypt.
9566         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9567
9568         * encrypt.el: Remove file.
9569
9570 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9571
9572         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9573         matches on patches.
9574
9575         * gnus-art.el (gnus-article-browse-html-article):
9576         Mention `mm-text-html-renderer' in the doc string.
9577
9578         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9579         string.  Add comments.
9580
9581         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9582         if rhs is ASCII.
9583
9584 2007-12-01  Glenn Morris  <rgm@gnu.org>
9585
9586         * mail-source.el (top-level): Require format-spec before
9587         eval-when-compile.
9588
9589 2007-11-30  Glenn Morris  <rgm@gnu.org>
9590
9591         * encrypt.el: Require password, rather than autoloading password-read.
9592
9593 2007-11-29  Glenn Morris  <rgm@gnu.org>
9594
9595         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9596         (sasl-make-client, sasl-next-step, sasl-step-data)
9597         (sasl-step-set-data): Declare as functions.
9598
9599 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9600
9601         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9602
9603 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9604
9605         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9606         certs should be verified and what is to be done in the event of a
9607         verification failure.
9608
9609         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9610         caller can indicate whether the cache should be disregarded for this
9611         call.  This way the result of the call is reproducible at all times and
9612         can be considered a canonical server name for the supplied method.
9613         (gnus-agent-method-p): Canonicalize server names by pushing their
9614         method through `gnus-method-to-server' using the no-cache argument.
9615
9616         * gnus-srvr.el (gnus-server-insert-server-line):
9617         Call `gnus-method-to-server' with `no-cache' argument.
9618
9619         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9620         gnus-agent-possibly-synchronize-flags as this should be called when the
9621         server is actually being opened.
9622         (gnus-agent-possibly-synchronize-flags)
9623         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9624         flags file of an agentized server to the latter function.
9625
9626         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9627         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9628         after a connection has been established successfully.
9629
9630 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9631
9632         * gnus-art.el (article-display-face): Force to display face if called
9633         interactively; check if gnus-article-x-face-too-ugly matches author.
9634         (article-display-x-face): Display face even if From header is missing
9635         as article-display-face does.
9636
9637 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9638
9639         * hashcash.el (message-narrow-to-headers-or-head)
9640         (message-fetch-field, message-goto-eoh)
9641         (message-narrow-to-headers): Declare as functions.
9642
9643 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9644
9645         * mail-source.el (mail-sources): Default to fetch from file for
9646         compatibility with default of nnmail-spool-file.
9647
9648 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9649
9650         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9651         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9652         to look for encoded word that should be encoded again.
9653         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9654         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9655         encoding pattern.
9656         (rfc2047-decode-region): Switch strict regexp and loose one according
9657         to rfc2047-allow-irregular-q-encoded-words.
9658
9659 2007-11-25  Romain Francoise  <romain@orebokech.com>
9660
9661         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9662
9663 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9664
9665         * tls.el (tls-program): Provide more custom choices from
9666         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9667         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9668
9669 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9670
9671         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9672         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9673
9674         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9675         `nnmail-spool-file'.
9676
9677         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9678         `nnmail-spool-file'.
9679
9680         * gnus-move.el (gnus-change-server): Ditto.
9681
9682         * gnus-kill.el (gnus-batch-score): Ditto.
9683
9684         * gnus-cache.el (gnus-jog-cache): Ditto.
9685
9686         * gnus-msg.el (gnus-summary-reply):
9687         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9688
9689 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9690
9691         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9692         version.  Minor improvement to doc strings.
9693         (tls-program): Add comment.
9694
9695 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9696
9697         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9698         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9699         mismatch between the hostname provided in the certificate and the name
9700         of the host connnecting to.
9701         (open-tls-stream): Use them.  Check certificates against trusted root
9702         certificates.
9703
9704 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9705
9706         * gnus-cache.el (gnus-cache-generate-nov-databases):
9707         Use nnml-generate-nov-databases-directory instead of
9708         nnml-generate-nov-databases-1.
9709
9710 2007-11-24  Glenn Morris  <rgm@gnu.org>
9711
9712         * message.el (message-tool-bar-retro): Update for rename
9713         mail_send.xpm->mail-send.xpm.
9714
9715 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9716
9717         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9718         `smime-ldap-search' for Emacs 22 and up.
9719
9720 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9721
9722         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9723
9724         * message.el (message-send-mail-function): Fix error convention.
9725         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9726         (message-widen-reply, message-send-mail, message-talkative-question)
9727         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9728         (message-clone-locals, message-send-news): Use with-current-buffer.
9729         (message-insert-or-toggle-importance): Remove unused var `valid'.
9730         (message-make-references): Remove unused var `new-references'.
9731         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9732
9733 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9734
9735         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9736         (spam-split-symbolic-return-positive): Reflow docstring.
9737         (spam-backends, spam-summary-exit-behavior)
9738         (spam-mark-ham-unread-before-move-from-spam-group)
9739         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9740         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9741         (spam-clear-cache, spam-backend-check, spam-install-backend)
9742         (spam-install-statistical-backend, spam-list-of-processors)
9743         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9744         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9745         (spam-check-crm114, spam-initialize, spam-unload-hook):
9746         Fix typos in docstrings.
9747
9748 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9749
9750         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9751         been checked if they have never been read and those group levels are
9752         higher than the one that a user specified.
9753
9754 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9755
9756         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9757         foreign groups unless a group level is specified by a user.
9758         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9759
9760 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9761
9762         * message.el (message-send-mail-function): Require sendmail.
9763
9764 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9765
9766         * message.el (message-send-mail-function): Check for smtpmail too.
9767
9768         * utf7.el (utf7-encode, utf7-decode): Use coding system
9769         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9770
9771         * message.el (message-send-mail-function): New function.
9772         (message-send-mail-function): Set default using
9773         message-send-mail-function.  Adjust doc string.
9774         (message-send-mail-with-mailclient): New function.
9775
9776 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9777
9778         * smime.el (from):
9779         * rfc2047.el (message-posting-charset):
9780         * qp.el (mm-use-ultra-safe-encoding):
9781         * pop3.el (parse-time-months):
9782         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9783         * nnml.el (files):
9784         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9785         (jka-compr-compression-info-list, ange-ftp-path-format)
9786         (efs-path-regexp):
9787         * nndiary.el (files):
9788         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9789         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9790         (epg-digest-algorithm-alist, inhibit-redisplay)
9791         (password-cache-expiry):
9792         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9793         (pgg-output-buffer, password-cache-expiry):
9794         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9795         (efs-path-regexp):
9796         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9797         (inhibit-redisplay):
9798         * mm-uu.el (file-name, start-point, end-point, entry)
9799         (gnus-newsgroup-name, gnus-newsgroup-charset):
9800         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9801         (latin-unity-ucs-list):
9802         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9803         (mm-uu-binhex-decode-function):
9804         * message.el (gnus-message-group-art, gnus-list-identifiers)
9805         (rmail-enable-mime-composing, gnus-local-organization)
9806         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9807         (gnus-read-active-file, facemenu-add-face-function)
9808         (facemenu-remove-face-function, gnus-article-decoded-p)
9809         (tool-bar-mode):
9810         * mail-source.el (display-time-mail-function):
9811         * gnus-util.el (nnmail-pathname-coding-system)
9812         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9813         (gnus-original-article-buffer, gnus-user-agent)
9814         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9815         (xemacs-codename, sxemacs-codename, emacs-program-version):
9816         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9817         * gnus-start.el (gnus-agent-covered-methods)
9818         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9819         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9820         (gnus-newsgroup-headers, gnus-group-list-mode)
9821         (gnus-group-mark-positions, gnus-newsgroup-data)
9822         (gnus-newsgroup-unreads, nnoo-state-alist)
9823         (gnus-current-select-method, mail-sources)
9824         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9825         (nnmail-spool-file, gnus-cache-active-hashtb):
9826         * gnus-mh.el (mh-lib-progs):
9827         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9828         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9829         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9830         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9831         (gnus-group-buffer):
9832         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9833         (font-lock-set-defaults):
9834         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9835         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9836         (gnus-summary-post-menu, total-parts, type, condition, length):
9837         * gnus-agent.el (gnus-agent-read-agentview):
9838         * flow-fill.el (show-trailing-whitespace):
9839         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9840         eval-and-compile wrappers for byte compiler pacifiers.
9841
9842         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9843         (mm-display-inline-fontify): Check for featurep 'xemacs not
9844         extent-list.
9845
9846         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9847         itimer-list.
9848         (mm-create-image-xemacs): Only do something for XEmacs.
9849         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9850
9851         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9852
9853         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9854         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9855
9856 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9857
9858         * nnimap.el (nnimap-split-download-body):
9859         * gnus-demon.el (gnus-demon):
9860         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9861
9862 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9863
9864         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9865         New macros.
9866         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9867         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9868         copy data from unibyte buffer to multibyte current buffer.
9869         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9870         to copy data from unibyte current buffer to multibyte buffer.
9871         (nntp-make-process-buffer): Make process buffer unibyte.
9872
9873         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9874
9875 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9876
9877         * pop3.el (pop3-open-server): Accept and process data more robustly at
9878         connexion start to avoid spurious "POP SSL connexion failed" errors.
9879
9880 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9881
9882         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9883         read group names.
9884
9885 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9886
9887         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9888
9889 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9890
9891         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9892         (nnmail-save-active): Use a unibyte buffer when saving active file,
9893         which may contain non-ASCII group names.
9894
9895         * nnml.el (nnml-request-group): Decode group names in messages.
9896
9897 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9898
9899         * message.el (message-citation-line-function)
9900         (message-insert-formatted-citation-line): Fix spelling of
9901         `message-insert-formated-citation-line'.
9902
9903 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9904
9905         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9906
9907 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9908
9909         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9910         nnmail-pathname-coding-system.
9911
9912         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9913         that a user enters; decode group names in messages.
9914
9915         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9916
9917 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9918
9919         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9920
9921         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9922
9923         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9924         risky local variable.
9925
9926         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9927
9928 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9929
9930         * encrypt.el: Improve documentation to fix function name typo.
9931         Reported by Daiki Ueno <ueno@unixuser.org>.
9932
9933 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9934
9935         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9936         even if the point is not in the last page of an article.
9937         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9938         back to the previous page.
9939
9940 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9941
9942         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9943
9944 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9945
9946         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9947
9948 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9949
9950         * message.el (message-check-news-body-syntax):
9951         Avoid mm-string-as-multibyte.
9952         (message-hide-headers): Don't assume (point-min)==1.
9953
9954 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9955
9956         * message.el (message-remove-blank-cited-lines): Fix if remove is
9957         given.
9958         (message-bogus-address-regexp): New variable.
9959         (message-bogus-recipient-p): New function.
9960         (message-check-recipients): New command.
9961         (message-syntax-checks): Add `bogus-recipient'.
9962         (message-fix-before-sending): Add `bogus-recipient'.
9963
9964         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9965         (gnus-treat-body-boundary): Don't test window-system.
9966
9967 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9968
9969         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9970
9971 2007-10-28  Miles Bader  <miles@gnu.org>
9972
9973         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9974         at compile-time too.
9975
9976 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9977
9978         * gnus-msg.el (gnus-message-setup-hook):
9979         Add `message-remove-blank-cited-lines' to options.
9980
9981 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9982
9983         * message.el (message-remove-blank-cited-lines): New function.
9984         Suggested by Karl Plästerer.
9985
9986 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9987
9988         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9989         mapc.
9990
9991         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9992         (top-level): Use mapc to set functions to be traced for debugging.
9993
9994         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9995         called for effect with while loop.
9996
9997         * message.el (message-talkative-question): Replace mapcar called for
9998         effect with mapc.
9999
10000         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10001         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10002         called for effect with dolist.
10003
10004         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10005
10006         * nndiary.el: Use dolist instead of mapcar to add diary headers to
10007         gnus-extra-headers and nnmail-extra-headers.
10008
10009         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10010         called for effect with dolist.
10011         (top-level): Use mapc to set functions to be traced for debugging.
10012
10013         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10014         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10015         dolist.
10016
10017         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
10018         Replace mapcar called for effect with mapc.
10019         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
10020         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
10021         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
10022         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
10023
10024         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
10025         remove-if that's a cl function.
10026
10027         * webmail.el (webmail-debug): Replace mapcar called for effect with
10028         dolist.
10029
10030         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
10031         with mapc.
10032
10033 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10034
10035         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10036         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10037         with while loop.
10038
10039         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
10040         functions from article-* functions.
10041         (gnus-multi-decode-header): Replace mapcar called for effect with
10042         dolist.
10043
10044         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
10045         (gnus-bookmark-show-details): Replace mapcar called for effect with
10046         while loop.
10047
10048         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10049         called for effect with while loop.
10050
10051         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10052         with dolist.
10053
10054         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10055         Replace mapcar called for effect with dolist.
10056
10057         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10058
10059         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10060         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10061         Replace mapcar called for effect with dolist.
10062         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10063         mapc.
10064
10065         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10066         Replace mapcar called for effect with dolist.
10067         (gnus-topic-list): Replace mapcar called for effect with mapc.
10068
10069         * gnus.el: Use mapc instead of mapcar to add autoloads.
10070
10071 2007-10-23  Richard Stallman  <rms@gnu.org>
10072
10073         * gnus-group.el (gnus-group-highlight): Mark as risky.
10074
10075 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10076
10077         * gnus.el (gnus-server-to-method): Return method found first in
10078         gnus-newsrc-alist.
10079
10080         * gnus-art.el (gnus-article-highlight-signature)
10081         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10082         button overlay without the front stickiness.
10083
10084 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
10085
10086         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10087         overview buffer needed a catch to receive its throw.
10088         (gnus-agent-flush-cache): Declare as interactive to make this function
10089         easier to use.
10090
10091 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
10092
10093         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10094         `next-line'.
10095
10096 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10097
10098         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10099         exclude address matching message-dont-reply-to-names.
10100
10101 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10102
10103         * gnus-util.el (gnus-string<): New function.
10104
10105         * gnus-sum.el (gnus-article-sort-by-author)
10106         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10107
10108 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10109
10110         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10111         the frame-focus tag is set in gnus-buffer-configuration.
10112
10113 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10114
10115         * gnus-art.el (gnus-article-add-button): Make a button overlay without
10116         the front stickiness.
10117
10118 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10119
10120         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10121         url pattern; remove duplicate one.
10122         (gnus-article-extend-url-button): New function.
10123         (gnus-article-add-buttons): Use it.
10124         (gnus-button-push): Use concatenated url that it makes.
10125
10126 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
10127
10128         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10129
10130 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10131
10132         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10133         Don't hardcode point-min==1.
10134
10135 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10136
10137         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10138         Fix comment about "iso8859-1".
10139
10140 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
10141
10142         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10143         ones returned from the verify-function.
10144
10145         * mm-uu.el (mm-uu-pgp-signed-extract-1):
10146         Call mml2015-extract-cleartext-signature if extraction failed.
10147
10148 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
10149
10150         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10151         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10152         failed.
10153
10154 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10155
10156         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10157
10158 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
10159
10160         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
10161         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
10162         recommends to use EasyPG instead of PGG.
10163
10164         * pgg.el: Revert to revision 6.23.2.16.
10165
10166         * pgg-def.el: Revert to revision 6.6.2.14.
10167
10168         * pgg-gpg.el: Revert to revision 6.23.2.34.
10169
10170 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10171
10172         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10173         to mark a thread as expirable.  Add variable `hide' to handle hiding of
10174         thread for both the null and zero (kill/expire thread) universal prefix
10175         cases.
10176         (gnus-summary-expire-thread): Add new function to expire a thread,
10177         using gnus-summary-kill-thread.
10178         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10179         shortcuts for gnus-summary-expire-thread.
10180         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10181         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
10182
10183 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10184
10185         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10186         extras value, so an extras entry can be deleted.
10187         (gnus-registry-delete-extra-entry): Use it.
10188         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10189         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10190         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10191         storage through the gnus-registry, and provide an appropriate API for
10192         it.
10193
10194 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10195
10196         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10197         Suggested by Leo <sdl.web@gmail.com>.
10198
10199         * gnus.el: Do.
10200
10201 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10202
10203         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10204         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10205
10206         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10207
10208         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10209         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10210
10211 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10212
10213         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10214         newline.
10215         (nnmbox-request-accept-article): Don't change article in source buffer;
10216         narrow to header to use message-fetch-field rather than
10217         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10218         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10219         as delimiters; make sure article ends with newline.
10220         (nnmbox-delete-mail): Correct last position of article to be deleted;
10221         ignore X-Gnus-Newsgroup header in article body.
10222         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10223         positions; make sure article ends with newline.
10224
10225         * message.el (message-display-abbrev): Don't infloop when a user
10226         inserts SPC in the beginning of header.
10227
10228         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10229         coding-system-for-read and coding-system-for-write for XEmacs having no
10230         file-coding feature.
10231
10232         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10233
10234 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10235
10236         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10237         list of groups not followed by default.  Fix type to be regexp.
10238         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10239
10240 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10241
10242         * hmac-def.el (define-hmac-function): Switch from old-style to
10243         new-style backquotes.
10244
10245         * md4.el (md4-make-step): Likewise.
10246
10247 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10248
10249         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10250         raw-text coding system when saving .newsrc file, which may contain
10251         non-ASCII group names.
10252
10253 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10254
10255         * gnus-cus.el (gnus-score-extra): New widget.
10256         (gnus-score-extra-convert): New function.
10257         (gnus-score-customize): Use it for Extra.
10258
10259 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10260
10261         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10262         (mml2015-mailcrypt-clear-verify): Use it.
10263         (mml2015-gpg-clear-verify): Use it.
10264         (mml2015-pgg-clear-verify): Use it.
10265         (mml2015-epg-clear-verify): Replace the current part with the output
10266         from GnuPG; don't extract the plaintext by itself.
10267
10268         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10269         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10270         mml2015-clear-verify-function; don't touch the armor headers or
10271         dash-escaped text here.
10272
10273 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10274
10275         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10276         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10277         parts, or application/octet-stream as a last resort.
10278         (gnus-mime-view-part-as-type): Don't toggle display.
10279         (gnus-mime-view-part-as-charset): Don't turn off display before
10280         querying charset.
10281
10282         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10283         stuff to undisplayer function in Emacs.
10284         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10285
10286         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10287         text/calendar parts.
10288
10289 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10290
10291         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10292         decoding text/calendar parts.
10293
10294         * message.el (message-forward-make-body-mime): Always mark body as
10295         having no illegible text; remove signed-or-encrypted argument.
10296         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10297
10298         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10299         (mml-generate-mime-1): Don't encode body if it is specified to be in
10300         raw form; don't make buffer be unibyte when inserting multibyte string.
10301
10302 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10303
10304         * sha1.el: Fix up comment style.
10305         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10306         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10307
10308         * hex-util.el: Fix up comment style.
10309         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10310
10311         * gnus-salt.el: Use with-current-buffer.
10312         (gnus-pick-setup-message): Fix long-standing typo.
10313
10314 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10315
10316         * imap.el (imap-logout-timeout): New variable.
10317         (imap-logout, imap-logout-wait): New functions.
10318         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10319
10320         * nnimap.el (nnimap-logout-timeout): New server variable.
10321         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10322         nnimap-logout-timeout.
10323
10324         * gnus-art.el (gnus-article-summary-command-nosave)
10325         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10326
10327 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10328
10329         * gnus.el (gnus-maximum-newsgroup): New variable.
10330
10331         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10332         according to gnus-maximum-newsgroup.
10333
10334         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10335         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10336         Limit the range of articles according to gnus-maximum-newsgroup.
10337
10338 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10339
10340         * gnus-art.el (gnus-sticky-article): Fix problems described in
10341         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10342         Don't perform gnus-configure-windows here; reuse existing sticky
10343         article buffer.
10344
10345         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10346         it doesn't exist in gnus-article-mode.
10347
10348 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10349
10350         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10351         (gnus-agent-decoded-group-name): New function.
10352         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10353         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10354
10355 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10356
10357         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10358         Add binding for gnus-sticky-article.
10359         (gnus-summary-exit): Don't kill sticky article buffers.
10360
10361         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10362         article buffer.
10363         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10364         (gnus-kill-sticky-article-buffers): New commands.
10365
10366 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10367
10368         * nntp.el (nntp-xref-number-is-evil): New server variable.
10369         (nntp-find-group-and-number): If it is non-nil, don't trust article
10370         numbers in the Xref header.
10371
10372 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10373
10374         * gnus-agent.el (gnus-agent-read-group): New function.
10375         (gnus-agent-flush-group, gnus-agent-expire-group)
10376         (gnus-agent-regenerate-group): Use it.
10377         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10378         nnmail-pathname-coding-system.
10379
10380 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10381
10382         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10383
10384         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10385         that are unread as unread, and also as selected so that information of
10386         marks having been changed by a user may be updated when exiting group.
10387
10388 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10389
10390         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10391
10392 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10393
10394         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10395         calculated ignoring signature parts to gnus-treat-article.
10396
10397 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10398
10399         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10400         a point here in order to keep the window start.
10401         (gnus-insert-mime-security-button): Make a button overlay without the
10402         front stickiness.
10403         (gnus-mime-display-security): Goto the end of a button.
10404
10405         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10406
10407 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10408
10409         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10410         group-name-at-point.
10411         (gnus-group-completing-read): New function that offers decoded
10412         non-ASCII group names for completion.
10413         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10414         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10415         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10416         (gnus-group-fetch-control): Use it.
10417         (gnus-fetch-group): Use group-name-at-point for the initial value
10418         rather than the default value; use gnus-alive-p.
10419
10420         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10421         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10422         (gnus-summary-post-news): Use gnus-group-completing-read.
10423
10424         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10425         (gnus-read-move-group-name): Decode group name for completion.
10426
10427 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10428
10429         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10430         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10431         Yamaoka slightly modified the code).
10432
10433 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10434
10435         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10436         (nnmail-split-incoming): Bind it.
10437
10438         * nnml.el (nnml-group-name-charset): New function.
10439         (nnml-decoded-group-name): Use it; don't decode group name if
10440         nnmail-group-names-not-encoded-p is non-nil.
10441         (nnml-encoded-group-name): New function.
10442         (nnml-group-pathname): Inline nnml-decoded-group-name.
10443         (nnml-request-expire-articles): Decode group name in message.
10444         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10445         nnmail-pathname-coding-system.
10446         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10447         not decoded ones according to nnmail-group-names-not-encoded-p.
10448         (nnml-generate-active-info): Use nnml-encoded-group-name.
10449
10450 2007-08-08  Glenn Morris  <rgm@gnu.org>
10451
10452         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10453         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10454         doc-strings and comments.
10455
10456 2007-07-25  Glenn Morris  <rgm@gnu.org>
10457
10458         * Relicense all FSF files to GPLv3 or later.
10459
10460 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10461
10462         * gnus-sum.el (gnus-summary-move-article):
10463         Make gnus-summary-respool-article work.
10464
10465 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10466
10467         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10468         string.
10469
10470 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10471
10472         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10473         that should be ignored when comparing distant RSS articles with local
10474         ones.
10475         (nnrss-make-hash-index): New function.  Create a hash index according
10476         to the ignored fields.
10477         (nnrss-check-group): Use it.
10478
10479 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10480
10481         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10482
10483         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10484
10485         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10486         the new optional argument ENCODED is non-nil.
10487         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10488         coding system for encoding group name.
10489         (gnus-group-make-rss-group): Pass un-encoded group name to
10490         gnus-group-make-group.
10491         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10492         encoded.
10493
10494         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10495         Encode group name to which articles are moved or copied.
10496         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10497         coding system for encoding Newsgroup, Followup-To and Xref headers.
10498
10499         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10500         marks; use nnheader-file-coding-system to write a file.
10501         (nnagent-retrieve-headers): Bind file-name-coding-system to
10502         nnmail-pathname-coding-system.
10503
10504         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10505
10506         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10507         (nnml-request-article, nnml-request-create-group)
10508         (nnml-request-rename-group, nnml-find-id)
10509         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10510         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10511         (nnml-save-marks): Use nnml-group-pathname instead of
10512         nnmail-group-pathname.
10513
10514         (nnml-request-create-group, nnml-request-expire-articles)
10515         (nnml-request-move-article, nnml-request-delete-group)
10516         (nnml-deletable-article-p, nnml-possibly-create-directory)
10517         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10518         (nnml-open-marks): Bind file-name-coding-system to
10519         nnmail-pathname-coding-system.
10520
10521         (nnml-request-article): Pass server argument to nnml-find-group-number.
10522         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10523         Pass server argument to nnml-possibly-create-directory.
10524         (nnml-request-accept-article): Pass server argument to
10525         nnml-active-number and nnml-save-mail.
10526         (nnml-find-group-number): Pass server argument to nnml-find-id.
10527         (nnml-request-update-info): Pass server argument to
10528         nnml-marks-changed-p.
10529
10530         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10531         (nnml-save-mail, nnml-active-number): Add server argument.
10532
10533         (nnml-request-delete-group): Warn if group is missing.
10534         (nnml-get-nov-buffer): Decode group name.
10535         (nnml-generate-active-info): Encode group name.
10536         (nnml-open-marks): Decode group name in messages.
10537
10538 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10539
10540         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10541         if it is not specified.
10542         (gnus-article-pipe-part, gnus-article-save-part)
10543         (gnus-article-interactively-view-part, gnus-article-copy-part)
10544         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10545         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10546         (gnus-article-replace-part, gnus-article-delete-part)
10547         (gnus-article-view-part-as-type): Pass raw prefix argument to
10548         gnus-article-part-wrapper.
10549
10550 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10551
10552         * gnus-agent.el (gnus-agent-save-active):
10553         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10554
10555         * gnus-cache.el (gnus-cache-save-buffers)
10556         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10557         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10558         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10559         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10560         (gnus-cache-generate-active, gnus-cache-rename-group)
10561         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10562         (gnus-cache-update-overview-total-fetched-for):
10563         Bind file-name-coding-system to nnmail-pathname-coding-system.
10564         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10565         New variables.
10566         (gnus-cache-decoded-group-name): New function.
10567         (gnus-cache-file-name): Use it.
10568         (gnus-cache-generate-active): Use non-decoded group name for active.
10569
10570         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10571         right place.
10572         (gnus-write-active-file): Don't break non-ASCII group names.
10573
10574         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10575         nnmail-pathname-coding-system.
10576
10577         * lpath.el: Bind default-file-name-coding-system,
10578         file-name-coding-system and language-info-alist for XEmacs.
10579
10580         * gnus-uu.el (gnus-uu-decode-save): Typo.
10581
10582 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10583
10584         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10585
10586 2007-07-14  David Kastrup  <dak@gnu.org>
10587
10588         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10589         finishing actions if we did not edit the article.
10590
10591 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10592
10593         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10594         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10595         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10596         (gnus-agent-flush-group, gnus-agent-flush-cache)
10597         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10598         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10599         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10600         (gnus-agent-regenerate-group)
10601         (gnus-agent-update-files-total-fetched-for)
10602         (gnus-agent-update-view-total-fetched-for):
10603         Bind file-name-coding-system to nnmail-pathname-coding-system.
10604         (gnus-agent-group-pathname): Don't encode file names by
10605         nnmail-pathname-coding-system.
10606         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10607         coding-system-for-write instead of buffer-file-coding-system to
10608         gnus-agent-file-coding-system.
10609
10610         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10611         Decode group name.
10612
10613         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10614
10615         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10616         (gnus-read-newsrc-el-file): Make group names unibyte.
10617
10618         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10619         nnmail-pathname-coding-system.
10620
10621         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10622         (nnrss-request-delete-group): Bind file-name-coding-system to
10623         nnmail-pathname-coding-system.
10624         (nnrss-read-server-data, nnrss-read-group-data):
10625         Bind file-name-coding-system correctly.
10626         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10627
10628         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10629         (nntp-server-to-method-cache): New variable.
10630         (nntp-group-pathname): New function that decodes non-ASCII group names.
10631         (nntp-possibly-create-directory, nntp-marks-changed-p)
10632         (nntp-save-marks, nntp-open-marks): Use it.
10633         (nntp-possibly-create-directory, nntp-open-marks):
10634         Bind file-name-coding-system to nnmail-pathname-coding-system.
10635         (nntp-open-marks): Decode group names when bootstrapping marks.
10636
10637         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10638         Newsgroups and Folowup-To headers.
10639
10640 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10641
10642         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10643         (gnus-server-closed-face, gnus-server-denied-face)
10644         (gnus-server-offline-face): Remove variable.
10645         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10646
10647         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10648         of modifying message-stack directly for XEmacs.
10649
10650         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10651         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10652         if the coding-system argument is nil for XEmacs.
10653
10654         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10655         mm-charset-override-alist.
10656
10657         * rfc2047.el: Don't require base64; require rfc2045 for the function
10658         rfc2045-encode-string.
10659         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10660         to quote the parameter value.
10661
10662 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10663
10664         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10665         form in gnus-group-name-charset-method-alist.
10666
10667         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10668         overrides the default layout edit-form.
10669
10670         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10671
10672         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10673
10674 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10675
10676         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10677         as unfetched articles.
10678
10679 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10680
10681         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10682
10683 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10684
10685         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10686         original back end that keeps marks in the local system.
10687
10688 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10689
10690         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10691         arg of pop-to-buffer for XEmacs.
10692         (gnus-article-read-summary-keys): Ditto; don't restore window
10693         configuration if summary command ends up with neither article buffer
10694         nor summary buffer; describe bindings if summary keys end with C-h.
10695
10696 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10697
10698         * message.el (message-fix-before-sending): Skip raw message part to be
10699         forwarded while checking illegible text.
10700         (message-forward-make-body-mime, message-forward-make-body):
10701         Mark signed or encrypted raw message as having no illegible text.
10702
10703 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10704
10705         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10706         (gnus-message-with-timestamp-1): New macro.
10707         (gnus-message-with-timestamp): New function.
10708         (gnus-message): Use them.
10709
10710         * nnheader.el (nnheader-message): Use them.
10711
10712 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10713
10714         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10715         .newsrc.eld file.
10716
10717 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10718
10719         * gnus-agent.el (gnus-agent-fetch-headers)
10720         (gnus-agent-retrieve-headers):
10721         Bind gnus-decode-encoded-address-function to identity.
10722
10723         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10724         available also when the server returns simply a dot.
10725
10726         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10727
10728 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10729
10730         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10731
10732 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10733
10734         * gnus-ems.el (gnus-x-splash): Make it work.
10735
10736         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10737         from being used.
10738
10739         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10740
10741 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10742
10743         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10744         4th and the 5th arguments.
10745
10746         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10747         the front stickiness.
10748         (gnus-article-summary-command-nosave): Correct the order of the
10749         arguments passed to pop-to-buffer.
10750         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10751         summary command ends up with the article buffer.
10752
10753         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10754         the same faces.
10755
10756 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10757
10758         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10759
10760 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10761
10762         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10763         * gnus-sum.el (gnus-summary-highlight):
10764         * pgg.el (pgg-sign-region, pgg-sign):
10765         * mail-source.el (mail-source-delete-old-incoming-confirm):
10766         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10767
10768 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10769
10770         * gnus-art.el (gnus-mime-view-part-externally)
10771         (gnus-mime-view-part-internally): Fix predicate function passed to
10772         completing-read.
10773
10774         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10775
10776         * gnus.el (gnus-update-message-archive-method): Add :version.
10777
10778 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10779
10780         * gnus.el (gnus-update-message-archive-method): New variable.
10781
10782         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10783         according to gnus-message-archive-method if
10784         gnus-update-message-archive-method is non-nil.
10785
10786 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10787
10788         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10789         Suggested by Loic Dachary <loic@dachary.org>.
10790         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10791
10792 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10793
10794         * message.el (message-pop-to-buffer): Add switch-function argument.
10795         (message-mail): Pass switch-function argument to it.
10796
10797 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10798
10799         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10800         Improve doc string.
10801
10802 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10803
10804         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10805         (gnus-header-content)
10806         * gnus-cite.el (gnus-cite-10)
10807         * gnus-srvr.el (gnus-server-closed)
10808         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10809         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10810         (gnus-group-mail-3-empty, gnus-group-mail-low)
10811         (gnus-group-mail-low-empty, gnus-splash)
10812         * message.el (message-header-to, message-header-cc)
10813         (message-header-subject, message-header-other, message-header-name)
10814         (message-header-xheader, message-separator, message-cited-text)
10815         (message-mml): Lighten colors of faces used for dark background.
10816
10817 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10818
10819         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10820         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10821
10822 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10823
10824         * message.el (message-narrow-to-headers-or-head):
10825         Ignore mail-header-separator in the body.
10826
10827 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10828
10829         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10830         same as window size.
10831
10832 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10833
10834         * message.el (message-font-lock-keywords): Use message-header-xheader
10835         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10836         ahead of the anything pattern, to get it recognised.
10837
10838 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10839
10840         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10841         spam.el loads uses it in the compiled defadvice form.
10842
10843 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10844
10845         * gnus-sum.el (gnus-articles-to-read)
10846         (gnus-summary-insert-old-articles): Don't truncate group name for
10847         `read-string'.
10848
10849         * gnus-util.el (gnus-limit-string): Delete this function.
10850
10851         * gnus-sum.el (gnus-simplify-subject-fully):
10852         Use `truncate-string-to-width' instead.
10853
10854 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10855
10856         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10857         Tell if, on summary exit, the next group has to be selected.
10858         (gnus-summary-exit): Use it.
10859
10860 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10861
10862         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10863         non-break space.
10864
10865 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10866
10867         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10868         Check if group is not a directory.
10869         (nnfolder-request-expire-articles): Don't delete articles if the target
10870         group is not available.
10871
10872         * nnml.el (nnml-request-create-group): Properly check if group is not a
10873         file.
10874         (nnml-request-expire-articles): Don't delete articles if the target
10875         group is not available.
10876
10877         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10878         Don't quote characters that are within parentheses.
10879
10880 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10881
10882         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10883         (gnus-handle-ephemeral-exit): Select article according to it.
10884
10885 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10886
10887         * message.el (message-insert-formated-citation-line): Remove newline.
10888         (message-citation-line-format): Add final \n here so that the user can
10889         avoid a blank line.
10890
10891 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10892
10893         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10894         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10895         Update lanl/arXiv support.
10896
10897 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10898
10899         * gnus.el: Bump version number.
10900
10901 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10902
10903         * gnus.el (gnus-version-number): Bump version.
10904
10905 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10906
10907         * gnus.el: No Gnus v0.6 is released.
10908
10909 2007-04-27  Didier Verna  <didier@xemacs.org>
10910
10911         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10912         * gmm-utils.el (gmm-regexp-concat): ... here.
10913         * message.el: Don't require 'gnus-util.
10914         (message-dont-reply-to-names): Handle name change above.
10915         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10916
10917 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10918
10919         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10920         since the initial value varies according to the system.
10921
10922 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10923
10924         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10925
10926 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10927
10928         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10929
10930 2007-04-24  Didier Verna  <didier@xemacs.org>
10931
10932         Improve the type of gnus-ignored-from-addresses.
10933         * gnus-util.el (gnus-orify-regexp): New function.
10934         * message.el (gnus-util): Require it.
10935         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10936         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10937         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10938
10939 2007-04-24  Didier Verna  <didier@xemacs.org>
10940
10941         * gnus-sum.el:
10942         * gnus-utils.el: Fix some trailing whitespaces.
10943
10944 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10945
10946         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10947         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10948         article's Message-ID; refer parent article in summary buffer.
10949
10950         * message.el (message-bounce): Call mime-to-mml.
10951
10952         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10953         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10954         optimize and/or forms properly.
10955
10956 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10957
10958         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10959         URL.
10960
10961 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10962
10963         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10964
10965 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10966
10967         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10968         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10969         displayed of multipart/alternative part if it is invoked from summary
10970         buffer.
10971
10972         * mm-view.el (mm-inline-text-html-render-with-w3m)
10973         (mm-inline-text-html-render-with-w3m-standalone)
10974         (mm-inline-render-with-function): Use mail-parse-charset by default.
10975
10976 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10977
10978         * parse-time.el (parse-time-string-chars): Check if CHAR
10979         is less than the length of parse-time-syntax.
10980
10981 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10982
10983         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10984         from gnus-newsgroup-processable.
10985
10986 2007-04-16  Didier Verna  <didier@xemacs.org>
10987
10988         * gnus-msg.el (gnus-configure-posting-styles):
10989         Handle message-signature-directory properly with :file syntax.
10990         Reported by "Leo".
10991
10992 2007-04-11  Didier Verna  <didier@xemacs.org>
10993
10994         New user option: message-signature-directory.
10995         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10996         * message.el (message-insert-signature): Ditto.
10997         * message.el (message-signature-file): Doc update.
10998         * message.el (message-signature-directory): New.
10999
11000 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11001
11002         * gnus-msg.el (gnus-inews-yank-articles):
11003         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
11004
11005 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11006
11007         * message.el (message-yank-original): Make sure cited text ends with
11008         newline; don't exchange point and mark.
11009
11010 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
11011
11012         * tls.el (open-tls-stream): Properly handle case where there
11013         is no associated buffer.
11014
11015 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
11016
11017         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
11018         message-yank-original, make sure (< mark TEXT point).
11019
11020 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11021
11022         * message.el (message-fill-column): New variable.
11023         (message-mode): Use it.  Add comment on a possible new hook.
11024
11025         * nnmail.el (nnmail-spool-file): Mark as obsolete.
11026         (nnmail-get-new-mail): Reformat.
11027
11028         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11029
11030         * gmm-utils.el: Fix Commentary.
11031         (gmm-tool-bar-from-list): Fix typo in doc string.
11032
11033 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
11034
11035         * message.el (message-yank-original): Don't switch point and mark
11036         unnecessarily to put point and mark as documented.
11037
11038 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11039
11040         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
11041         from the message heads.
11042
11043 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
11044
11045         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
11046         article buffer does not have a window.  This may not be the best
11047         solution but is certainly better than setting the start of the null,
11048         that is the current, window.
11049
11050 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11051
11052         * gnus-draft.el (gnus-draft-setup-hook): New hook.
11053         (gnus-draft-setup): Run it.
11054
11055         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11056         gnus-score-fast-scoring.  Allow regexp.
11057         (gnus-score-headers): Use it.
11058
11059         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11060         XEmacs.
11061
11062         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11063         string.
11064         (gnus-button-alist): Also catch `<f1> k ...'.
11065         (gnus-treat-display-x-face): Fix doc string.
11066
11067 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11068
11069         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11070         evaluation of gnus-extended-version to ensure correct generation of the
11071         User-Agent header when message-generate-headers-first is used.
11072
11073 2007-03-24  Simon Josefsson  <simon@josefsson.org>
11074
11075         * hashcash.el (hashcash-generate-payment-async): Don't crash if
11076         hashcash-path is nil.  Don't call callback with incorrect number of
11077         parameters if val is 0.
11078
11079 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11080
11081         * message.el (message-required-news-headers):
11082         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11083
11084 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
11085
11086         * tls.el (open-tls-stream): In handshake-waiting loop,
11087         don't wait more if there is output available to process.
11088
11089 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
11090
11091         * tls.el (tls-program): Doc fix.
11092
11093 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11094
11095         * message.el (message-generate-new-buffers): Change the meaning of the
11096         nil value; add `standard' to the choices; treat t as `unique'; improve
11097         doc string.
11098         (gnus-select-frame-set-input-focus): Autoload.
11099         (message-buffer-name): Search for the existing message buffer if
11100         message-generate-new-buffers is nil or `standard'; treat the value t of
11101         message-generate-new-buffers as `unique'.
11102         (message-pop-to-buffer): Raise the frame already displaying the message
11103         buffer; clear the echo area after querying.
11104         (message-setup): Pass the `continue' argument to compose-mail.
11105         (message-mail): Prefer `switch-function' if it is given; search for the
11106         existing message buffer if the `continue' argument is non-nil; pass
11107         continue and switch-function arguments to compose-mail by way of
11108         message-setup.
11109         (message-mail-other-window): Adjust argument of message-setup.
11110         (message-mail-other-frame): Ditto.
11111
11112 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11113
11114         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11115         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11116         to turn font-lock on when turning gnus-message-citation-mode on.
11117
11118 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
11119
11120         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11121         (mml-smime-function-alist): New variable; add epg as the backend.
11122         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11123         mml-smime- functions instead.
11124         * mm-view.el: Require smime.
11125
11126 2007-03-05  Didier Verna  <didier@xemacs.org>
11127
11128         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11129         instead of just inheritance for posting styles.
11130         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11131
11132 2007-02-24  Chris Moore  <dooglus@gmail.com>
11133
11134         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
11135         * pgg-pgp.el (pgg-pgp-encrypt-region):
11136         * pgg-gpg.el (pgg-gpg-encrypt-region):
11137         Check pgg-encrypt-for-me if no other recipients.
11138
11139 2007-02-24  John Paul Wallington  <jpw@pobox.com>
11140
11141         * tls.el (tls-certtool-program): Fix custom type.
11142
11143 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11144
11145         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11146         and point-at-eol instead of line-(beginning|end)-position.
11147
11148         * assistant.el (assistant-parse-buffer): Ditto.
11149
11150         * netrc.el (netrc-parse-services): Ditto.
11151
11152 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
11153
11154         * mml2015.el (mml2015-epg-find-usable-key): New function.
11155         (mml2015-epg-sign): Use it.
11156         (mml2015-epg-encrypt): Use it.
11157
11158 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11159
11160         * message.el (message-make-in-reply-to): Quote name containing
11161         non-ASCII characters.  It will make the RFC2047 encoder cause an error
11162         if there are special characters.  Reported by NAKAJI Hiroyuki
11163         <nakaji@jp.freebsd.org>.
11164
11165 2007-02-27  Didier Verna  <didier@xemacs.org>
11166
11167         Include the group parameters as well as the topic ones in the
11168         inheritance filter process.
11169         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11170         argument GROUP-PARAMS-LIST.
11171         * gnus-topic.el (gnus-group-topic-parameters): Use it.
11172
11173 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11174
11175         * nntp.el (nntp-never-echoes-commands)
11176         (nntp-open-connection-functions-never-echo-commands): New variables.
11177         (nntp-send-command): Use them.
11178
11179 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
11180
11181         * mml2015.el (mml2015-epg-verify): Simplify.
11182
11183 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11184
11185         * mml.el (mml-content-disposition-alist): New user option.
11186         (mml-content-disposition): New function.
11187         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11188         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11189
11190 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
11191
11192         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11193         verification.
11194
11195 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11196
11197         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11198         articles posted in the last 24 hours.
11199
11200 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11201
11202         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11203
11204 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11205
11206         * nntp.el (nntp-send-command): Don't wait for echoes when
11207         nntp-open-ssl-stream is used.
11208
11209 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11210
11211         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11212         (gnus-message-add-citation-keywords)
11213         (gnus-message-remove-citation-keywords): Remove.
11214         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11215         directly, make the variables in font-lock-defaults buffer-local, add
11216         gnus-message-citation-keywords to them and then update the value of
11217         font-lock-keywords.
11218
11219 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11220
11221         * message.el (message-cite-original-1): Don't call
11222         gnus-article-highlight-citation.
11223
11224         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11225         citations; fix line count.
11226
11227 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11228
11229         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11230         (gnus-message-add-citation-keywords)
11231         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11232         versions of font-lock-add-keywords and font-lock-remove-keywords to
11233         work with XEmacs correctly.
11234
11235 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11236
11237         * gnus-cite.el (gnus-cite-face-list): Set the values of
11238         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11239         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11240         (gnus-message-cite-prefix-regexp): New variable.
11241         (gnus-message-search-citation-line): Use it; protect against long
11242         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11243         the 0th match data for Emacs.
11244         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11245         (gnus-message-add-citation-keywords): Append keywords rather than
11246         prepending; emulate font-lock-add-keywords if it is not available.
11247         (gnus-message-remove-citation-keywords):
11248         Emulate font-lock-remove-keywords if it is not available.
11249
11250         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11251
11252         * message.el (message-cite-prefix-regexp): Set the value of
11253         gnus-message-cite-prefix-regexp.
11254
11255 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11256
11257         * nnweb.el (nnweb-google-parse-1): Update parser.
11258
11259 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11260
11261         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11262
11263 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11264
11265         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11266         regexp.
11267
11268 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11269
11270         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11271         string-to-multibyte.
11272         (uudecode-decode-region-internal): Use it.
11273
11274         * lpath.el: Fbind string-as-multibyte for XEmacs.
11275
11276 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11277
11278         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11279         Fix custom choice.
11280
11281         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11282
11283 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11284
11285         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11286
11287         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11288         `write-region' to respect `mm-inhibit-file-name-handlers'.
11289
11290 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11291
11292         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11293         Use gnus-home-directory instead of "~/" or "$HOME".
11294
11295 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11296
11297         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11298         to mention filename.
11299         Add comments at beginning regarding usage.
11300         (encrypt-write-file-contents): Change interactive so a string is
11301         acceptable.  If the file has no associated model, show an error instead
11302         of a nonsense prompt.
11303
11304 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11305
11306         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11307         Thanks to Yoshihiko Yamada for kind notification of this typo.
11308
11309 2007-01-12  Kenichi Handa  <handa@m17n.org>
11310
11311         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11312         multibyte buffer.
11313
11314 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11315
11316         * gnus-score.el (gnus-score-fast-scoring): New variable.
11317         (gnus-score-headers): Use it.
11318
11319         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11320
11321         * message.el (message-cite-original-1):
11322         Call gnus-article-highlight-citation if requested.
11323         (message-make-from): Allow name and address as optional arguments.
11324
11325         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11326
11327         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11328         bugs to doc string.
11329         (gnus-button-alist): Add mid\\|message-id.
11330         (gnus-button-fetch-group): Extend for use in
11331         `browse-url-browser-function'.
11332         (gnus-button-url-regexp): Try to catch paired parentheses like in
11333         Wikipedia URLs.
11334
11335         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11336         Suggested by Simon Krahnke <overlord@gmx.li>.
11337
11338 2007-01-13  Romain Francoise  <romain@orebokech.com>
11339
11340         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11341         Update copyright.
11342
11343 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11344
11345         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11346
11347 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11348
11349         * gnus-registry.el (gnus-registry-unfollowed-groups)
11350         (gnus-registry-split-fancy-with-parent): Fix documentation.
11351
11352 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11353
11354         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11355         from nnweb groups.
11356
11357 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11358
11359         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11360         Xref urls.  Erase buffer before requesting head.
11361
11362         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11363
11364 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11365
11366         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11367         customizable.
11368
11369 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11370
11371         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11372         no signing key is found.
11373         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11374         no encrypting and/or signing key is found.
11375
11376 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11377
11378         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11379
11380 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11381
11382         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11383         headers read from disk with the ones newly found in the current search.
11384         This should no longer cause problems, because the article numbers in
11385         Gmane's `nov.php' output are ignored since the previous change.
11386
11387 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11388
11389         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11390
11391 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11392
11393         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11394         replace-regexp-in-string; bind url-version; fbind display-images-p and
11395         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11396         find-face and set-itimer-function for Emacs; bind itimer-list for
11397         Emacs.
11398
11399         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11400
11401 2007-01-01  Romain Francoise  <romain@orebokech.com>
11402
11403         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11404
11405 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11406
11407         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11408         `define-minor-mode' macro definition expanded properly.
11409         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11410         exclude it there.
11411
11412         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11413         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11414         `fboundp' test.
11415         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11416         This is OK to autoload in (S)XEmacs now.
11417
11418 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11419
11420         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11421         keystroke.
11422         (gnus-summary-limit-to-singletons): Fix typo.
11423
11424         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11425         else fails.
11426
11427 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11428
11429         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11430         docstring.
11431
11432         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11433         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11434         (gnus-summary-insert-dormant-articles): Fix typo in message.
11435
11436 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11437
11438         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11439         nil for XEmacs.
11440         (gnus-message-citation-mode): Don't autoload in XEmacs.
11441
11442         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11443
11444 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11445
11446         * nnimap.el (nnimap-expunge-search-string):
11447         Mention nnimap-search-uids-not-since-is-evil in docstring.
11448
11449 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11450
11451         * spam.el: Revert to make-obsolete-variable because
11452         define-obsolete-variable-alias is not supported in Emacs 21.
11453
11454         * spam.el (spam-ifile-path, spam-ifile-database-path)
11455         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11456         make-obsolete-variable.
11457         (spam-bsfilter-path, spam-bsfilter-program)
11458         (spam-spamassassin-path, spam-spamassassin-program)
11459         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11460         Don't use "path" inappropriately.
11461         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11462         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11463         variable names.
11464
11465 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11466
11467         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11468         summary buffer.
11469
11470         * password.el (password-cache-remove): Use clear-string to burn
11471         password, if available.
11472
11473 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11474
11475         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11476
11477         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11478
11479         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11480         (gnus-message-highlight-citation): Move defcustom here from
11481         gnus-cite.el.
11482         (gnus-message-citation-mode): Autoload.
11483
11484         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11485         checks to make it compile with XEmacs.
11486         (gnus-message-citation-mode): New minor mode.
11487         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11488         (gnus-message-highlight-citation): New variables.
11489         (gnus-message-search-citation-line)
11490         (gnus-message-add-citation-keywords)
11491         (gnus-message-remove-citation-keywords)
11492         (turn-on-gnus-message-citation-mode)
11493         (turn-off-gnus-message-citation-mode): New functions.
11494
11495 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11496
11497         * gnus-cite.el: Enable highlighting of different citation levels in
11498         message-mode.
11499
11500 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11501
11502         * message.el (message-make-fqdn): Fix comment.
11503         (message-bogus-system-names): Add ".local".
11504
11505         * spam.el (spam-ifile-path, spam-ifile-program)
11506         (spam-ifile-database-path, spam-ifile-database)
11507         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11508         Don't use "path" inappropriately.
11509         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11510         strings.
11511         (spam-check-ifile, spam-ifile-register-with-ifile)
11512         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11513         Use new variable names.
11514
11515         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11516         (gnus-treat-display-smileys): Simplify using
11517         gnus-image-type-available-p.
11518
11519         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11520         available.
11521
11522         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11523         Use `display-images-p' if available.
11524
11525 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11526
11527         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11528         one after turning on the buffer's multibyteness instead of decoding
11529         them directly in the unibyte buffer that causes unexpected conversion
11530         in Emacs 23 (unicode).
11531
11532 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11533
11534         * message.el (message-generate-hashcash): Fix custom type.
11535
11536 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11537
11538         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11539
11540 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11541
11542         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11543         disconnect icons.  Add help text.
11544
11545 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11546
11547         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11548         negated to be consistent with the others we handle.
11549
11550 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11551
11552         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11553         version of gnus-summary-buffer to something, so that we can use two
11554         article buffers at the same time.
11555
11556 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11557
11558         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11559         trigger all the extra headers.
11560         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11561         sorting.
11562
11563 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11564
11565         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11566         solid groups.
11567
11568 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11569
11570         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11571
11572 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11573
11574         * legacy-gnus-agent.el: Add Copyright notice.
11575
11576 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11577
11578         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11579
11580 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11581
11582         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11583
11584         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11585         to make it work reliably in CVS Emacs.
11586         (gnus-summary-limit-strange-charsets-predicate)
11587         (gnus-summary-limit-to-predicate): New functions.
11588
11589 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11590
11591         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11592         specifying array size.
11593         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11594         array if it is too small.
11595         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11596         (gnus-sort-threads-loop): New function.
11597
11598 2006-12-06  Chris Moore  <dooglus@gmail.com>
11599
11600         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11601         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11602
11603 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11604
11605         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11606         options.
11607
11608 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11609
11610         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11611         DOS-ing the recipient.
11612
11613         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11614         the headers when creating the mapping to avoid mismappings.
11615         (nnweb-gmane-create-mapping): Always nix out old mapping.
11616
11617 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11618
11619         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11620         and mm-verify-option to never.
11621
11622 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11623
11624         * message.el (message-signed-or-encrypted-p): New function.
11625         (message-forward-make-body): Use it.
11626
11627         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11628         Replace encode-coding-string with mm-encode-coding-string.
11629
11630 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11631
11632         * nneething.el (nneething-decode-file-name):
11633         Replace decode-coding-string with mm-decode-coding-string.
11634
11635         * gnus-int.el (gnus-open-server): Say failed server's name.
11636
11637 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11638
11639         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11640         strings to a single string.  Quote `errors-file-name'.
11641         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11642         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11643         Adjust calls.  Use `shell-quote-argument'.
11644
11645 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11646
11647         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11648         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11649
11650         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11651         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11652         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11653         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11654         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11655         (gnus-subscribe-newsgroup, gnus-1):
11656         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11657         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11658         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11659         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11660
11661 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11662
11663         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11664         keystroke.
11665         (gnus-summary-limit-to-bodies): Implement headersp.
11666
11667 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11668
11669         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11670
11671 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11672
11673         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11674
11675 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11676
11677         * message.el (message-generate-hashcash): Expand range of values to
11678         include `opportunistic'.
11679         (message-send-mail): Use it.
11680
11681 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11682
11683         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11684         and comment it.
11685
11686         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11687
11688 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11689
11690         * gnus-util.el (gnus-extract-address-components): Improve comment.
11691
11692 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11693
11694         * gnus-util.el (gnus-extract-address-components): Work with address in
11695         which the name portion contains @.
11696
11697         * lpath.el: Fbind custom-autoload.
11698
11699 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11700
11701         * gnus.el (gnus-start): Move custom group up.
11702         (gnus-select-method): Don't autoload, but make it available for
11703         `customize-variable'.
11704         (gnus-getenv-nntpserver): Don't autoload.
11705
11706 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11707
11708         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11709
11710 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11711
11712         * message.el (message-sendmail-extra-arguments): New variable.
11713         (message-send-mail-with-sendmail): Use it.
11714
11715 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11716
11717         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11718         mm-with-unibyte-current-buffer to make string unibyte.
11719
11720         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11721         mm-string-as-multibyte.
11722
11723 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11724
11725         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11726         Reported by Werner Koch <wk@gnupg.org>.
11727
11728 2006-11-14  Daiki Ueno  <ueno@p360>
11729
11730         * mml2015.el: Autoload epa-select-keys when compiling.
11731
11732 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11733
11734         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11735         message-options.
11736         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11737
11738 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11739
11740         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11741         EasyPG (< 0.0.6).
11742         (mml2015-always-trust): New user option.
11743         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11744         prompt.
11745
11746 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11747
11748         * nntp.el (nntp-authinfo-force): New variable.
11749         (nntp-send-authinfo): Use it.
11750
11751 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11752
11753         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11754         decode encoded words.  Improve prompt.  Add comment about forwarding.
11755         (message-replacement-char): Move up.
11756
11757 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11758
11759         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11760         instead of gnus-intersection because arguments of gnus-sorted-nunion
11761         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11762
11763 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11764
11765         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11766         (message-simplify-subject-functions):
11767         Enable message-strip-subject-encoded-words by default.
11768
11769 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11770
11771         * message.el (message-strip-subject-encoded-words): New function.
11772         (message-simplify-subject-functions): New variable.
11773         (message-simplify-subject): Use it.  Fix typo in doc string.
11774         Support message-strip-subject-encoded-words.
11775
11776 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11777
11778         * gnus-diary.el (gnus-diary-delay-format-function):
11779         * nndiary.el (nndiary-reminders):
11780         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11781
11782 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11783
11784         * gnus-art.el (article-hide-boring-headers): Fetch date from
11785         gnus-original-article-buffer to avoid problems with localized date
11786         strings.
11787
11788 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11789
11790         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11791
11792 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11793
11794         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11795         New variables.
11796         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11797         (mm-charset-synonym-alist): Move some entries to
11798         mm-codepage-iso-8859-list.
11799         (mm-charset-synonym-alist, mm-charset-override-alist):
11800         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11801
11802 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11803
11804         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11805
11806 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11807
11808         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11809         with Emacs 21 and XEmacs.
11810
11811 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11812
11813         * spam.el (spam-parse-address): New function for better parsing,
11814         catching errors, etc.
11815         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11816
11817 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11818
11819         * mm-view.el: Add interactive arg to html2text autoload.
11820
11821 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11822
11823         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11824
11825 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11826
11827         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11828         New variables.
11829         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11830         (mm-charset-synonym-alist): Move some entries to
11831         mm-codepage-iso-8859-list.
11832
11833         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11834
11835 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11836
11837         * message.el (message-citation-line-format)
11838         (message-insert-formated-citation-line): Fix implementation of %E, %N
11839         and %n according to the doc string.
11840
11841 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11842
11843         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11844         Use car-safe to avoid bad parses.
11845
11846 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11847
11848         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11849         names.
11850
11851         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11852
11853 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11854
11855         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11856         header.
11857
11858         * message.el (message-draft-headers): Add Date.
11859         (message-headers-to-generate): Fix typo in docstring.
11860
11861         * nndraft.el (nndraft-required-headers): New variable.
11862         (nndraft-generate-headers): Use it.
11863
11864         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11865
11866 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11867
11868         * gnus-registry.el (gnus-registry-wash-for-keywords)
11869         (gnus-registry-find-keywords): New functions to allow easy searching of
11870         articles that are in the registry.
11871
11872 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11873
11874         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11875         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11876         Reported by Damien Elmes <damien@repose.cx>.
11877
11878 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11879
11880         * gnus.el (gnus-mime): Remove unused custom group.
11881
11882 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11883
11884         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11885         "blank line" when searching for end of armor headers.
11886
11887 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11888
11889         * gmm-utils.el (gmm-write-region): Fix variable name.
11890
11891 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11892
11893         * gmm-utils.el (gmm-write-region): New function based on compatibility
11894         code from `mm-make-temp-file'.
11895
11896         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11897
11898         * nnmaildir.el (nnmaildir--update-nov)
11899         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11900         Use `gmm-write-region'.
11901
11902 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11903
11904         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11905         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11906
11907         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11908
11909         * message.el (message-replacement-char): New variable.
11910         (message-fix-before-sending): Use it.
11911         (message-simplify-subject): New function to remove duplicate code.
11912         (message-reply, message-followup): Use it.
11913
11914         * gnus-sum.el (gnus-summary-make-menu-bar):
11915         Clarify gnus-summary-limit-to-articles.
11916
11917 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11918
11919         * gnus-util.el (gnus-with-local-quit): New macro.
11920
11921         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11922
11923 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11924
11925         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11926         ignore non-string data.
11927
11928 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11929
11930         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11931         non-string data (needs to be done in the registry too).
11932
11933 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11934
11935         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11936         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11937         (gnus-registry-split-fancy-with-parent)
11938         (gnus-registry-fetch-simplified-message-subject-fast)
11939         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11940         Remove text properties on ingress into the registry and when it's saved.
11941         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11942         registry from entries with no groups.
11943
11944 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11945
11946         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11947         function to remove string properties.
11948
11949 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11950
11951         * gmm-utils.el (gmm): Adjust custom version.
11952
11953         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11954         Adjust custom version.
11955
11956         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11957
11958 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11959
11960         * gnus-art.el (gnus-insert-prev-page-button)
11961         (gnus-insert-next-page-button): Simplify.  Reformat.
11962
11963 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11964
11965         * gnus-art.el (gnus-insert-prev-page-button)
11966         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11967
11968 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11969
11970         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11971
11972 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11973
11974         * gnus-art.el (gnus-insert-mime-button)
11975         (gnus-insert-mime-security-button):
11976         Apply gnus-article-button-face to MIME and security buttons.
11977
11978 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11979
11980         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11981         readable.
11982
11983 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11984
11985         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11986
11987 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11988
11989         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11990         `browse-url-of-file' instead of `browse-url'.
11991
11992 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11993
11994         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11995         regexp.  Articles containing quotation were cut prematurely.
11996
11997 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11998
11999         * message.el (message-cite-original-1): Use nobody by default for the
12000         value of From header.
12001         (message-reply): Ditto.
12002
12003 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
12004
12005         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12006         to the gnus-info.  This fixes a bug of inline-PGP message verification.
12007         Reported by Michael Piotrowski <mxp@dynalabs.de>.
12008
12009 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
12010
12011         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12012         mails in the doc string.  Add some URLs in comment.
12013         (pop3-movemail): Warn about pop3-leave-mail-on-server.
12014
12015 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12016
12017         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12018         backslashes handling and the way to find boundaries of quoted strings.
12019
12020 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
12021
12022         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12023         mml1991-encrypt-to-self is set and mml1991-signers is not set.
12024         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12025         mml2015-encrypt-to-self is set and mml2015-signers is not set.
12026
12027 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12028
12029         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
12030         doc string.
12031         (gnus-button-regexp, gnus-button-last): Remove unused variables.
12032
12033 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12034
12035         * lpath.el: Fbind epg-check-configuration.
12036
12037 2006-09-06  Simon Josefsson  <jas@extundo.com>
12038
12039         * mml2015.el (mml2015-use): Doc fix, mention epg.
12040
12041 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12042
12043         * mml2015.el (mml2015-use): Default to epg, if available.
12044
12045 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12046
12047         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12048         message-sender.
12049         (mml1991-epg-encrypt): Ditto.
12050         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12051         message-sender.
12052         (mml2015-epg-encrypt): Ditto.
12053
12054 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
12055
12056         * message.el (message-send-mail-with-sendmail): Look for sendmail in
12057         several common directories.
12058
12059 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
12060
12061         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12062         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12063
12064 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12065
12066         * gnus-art.el (article-decode-encoded-words): Make it fast.
12067
12068 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12069
12070         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12071
12072         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12073         in quoted string into `\'.
12074
12075 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12076
12077         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12078         Use standard-syntax-table.
12079
12080 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12081
12082         * gnus-art.el (gnus-decode-address-function): New variable.
12083         (article-decode-encoded-words): Use it to decode headers which are
12084         assumed to contain addresses.
12085         (gnus-mime-delete-part): Remove useless `or'.
12086
12087         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12088         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12089         (gnus-nov-parse-line): Use it to decode From header.
12090         (gnus-get-newsgroup-headers): Ditto.
12091         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12092
12093         * mail-parse.el (mail-decode-encoded-address-region): New alias.
12094         (mail-decode-encoded-address-string): New alias.
12095
12096         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12097         New function.
12098         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12099         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12100         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12101         (rfc2047-decode-string): Ditto.
12102         (rfc2047-decode-address-region): New function.
12103         (rfc2047-decode-address-string): New function.
12104
12105 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
12106
12107         * message.el (message-caesar-buffer-body): Allow rotating headers.
12108
12109         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12110
12111         * message.el (message-insert-formated-citation-line): Fix %f.
12112         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12113
12114 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12115
12116         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12117         (gnus-bookmark-mouse-available-p): New macro.
12118         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12119         (gnus-bookmark-bmenu-show-infos): Use it.
12120         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12121         (gnus-bookmark-bmenu-hide-infos): Ditto.
12122         (gnus-bookmark-remove-properties): New function.
12123         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12124         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12125         (gnus-bookmark-write-file): Bind coding-system-for-write.
12126         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12127         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12128         group before selecting it.
12129         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12130         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12131         quit-window if it is not available; use gnus-mouse-2 and bind it to
12132         gnus-bookmark-bmenu-select-by-mouse.
12133         (gnus-bookmark-show-details): Remove unused variable `details-list'.
12134         (gnus-bookmark-bmenu-select-by-mouse): New function.
12135
12136 2006-08-13  Romain Francoise  <romain@orebokech.com>
12137
12138         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12139         space.
12140
12141 2006-08-10  Romain Francoise  <romain@orebokech.com>
12142
12143         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
12144         (dns-mode-soa-auto-increment-serial): New user option.
12145         (dns-mode-soa-maybe-increment-serial): New function.
12146         (dns-mode): Add the latter to `write-contents-functions'.
12147
12148 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12149
12150         * compface.el (uncompface): Use binary rather than raw-text-unix.
12151
12152 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12153
12154         * compface.el (uncompface): Make sure the eol conversion doesn't take
12155         place when communicating with the external programs.
12156         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12157
12158 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12159
12160         * nnheader.el (nnheader-insert-head): Fix typo in comment.
12161
12162 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12163
12164         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12165         Make it more robust by parsing author and date independently.
12166
12167 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12168
12169         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12170
12171 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
12172
12173         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12174         first matching secret key.
12175         (mml2015-epg-encrypt): Ditto.
12176
12177         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12178         first matching secret key.
12179         (mml1991-epg-encrypt): Ditto.
12180
12181         * mml2015.el (mml2015-encrypt-to-self): New user option.
12182         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12183         mml2015-epg-encrypt-to-self is set.
12184
12185         * mml1991.el (mml1991-encrypt-to-self): New variable.
12186         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12187         mml1991-epg-encrypt-to-self is set.
12188
12189         * mml2015.el (mml2015-signers): New user option.
12190         (mml2015-epg-sign): Reflect the value of mml2015-signers.
12191         (mml2015-epg-encrypt): Allow to select signing keys.
12192
12193         * mml1991.el (mml1991-signers): New variable.
12194         (mml1991-epg-sign): Reflect the value of mml1991-signers.
12195         (mml1991-epg-encrypt): Allow to select signing keys.
12196
12197 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12198
12199         * nnheader.el (nnheader-insert-head): Make it work even if the file
12200         uses CRLF for the line-break code.
12201
12202 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12203
12204         * mml2015.el: Require mml-sec instead of password.
12205         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12206         (mml2015-cache-passphrase): Inherit the default value from
12207         mml-secure-cache-passphrase.
12208         (mml2015-passphrase-cache-expiry): Inherit the default value from
12209         mml-secure-passphrase-cache-expiry.
12210
12211         * mml1991.el: Require mml-sec instead of password.
12212         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12213         (mml1991-cache-passphrase): Inherit the default value from
12214         mml-secure-cache-passphrase.
12215         (mml1991-passphrase-cache-expiry): Inherit the default value from
12216         mml-secure-passphrase-cache-expiry.
12217
12218         * mml-sec.el: Require password.
12219         (mml-secure-verbose): New user option.
12220         (mml-secure-cache-passphrase): New user option.
12221         (mml-secure-passphrase-cache-expiry): New user option.
12222
12223 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12224
12225         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12226         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12227         andreas@altroot.de (Andreas Vögele).
12228
12229         FIXME: Use `tiny change'?
12230
12231 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12232
12233         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12234         workaround for the url package included with Emacs.
12235
12236         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12237
12238 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12239
12240         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12241         correctly.  This fixes a bug caused by the 2006-05-12 change.
12242
12243 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12244
12245         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12246         some information about the error when saying that the `bogus' mail
12247         group will be used.
12248
12249 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12250
12251         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12252         string.
12253
12254 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12255
12256         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12257
12258 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12259
12260         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12261
12262 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12263
12264         * mml1991.el (mml1991-function-alist): Add epg.
12265         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12266         (mml1991-epg-encrypt): New functions.
12267
12268 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12269
12270         * mml2015.el (mml2015-verbose): New variable.
12271         (mml2015-cache-passphrase): Ditto.
12272         (mml2015-passphrase-cache-expiry): Ditto.
12273         (mml2015-function-alist): Add epg.
12274         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12275         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12276         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12277         New functions.
12278
12279 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12280
12281         * message.el (message-cite-original-1): Preserve region when removing
12282         quoted text due to X-No-Archive in order to avoid bogus attribution
12283         when citing multiple messages.
12284
12285 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12286
12287         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12288         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12289
12290 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12291
12292         * gnus-diary.el (gnus-user-format-function-d)
12293         (gnus-user-format-function-D): Autoload.
12294
12295         * imap.el (Commentary): Fix typo.
12296
12297         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12298         2006-04-22 contribution.
12299
12300 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12301
12302         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12303         It didn't really fix the bogosity I'm seeing with solid web groups.
12304
12305 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12306
12307         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12308         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12309         created using server names.  If we use the feature without declaring
12310         it, Gnus does not properly manage server and group state.
12311
12312         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12313         bound.
12314
12315 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12316
12317         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12318         looking up the method using GROUP's prefix before inventing a new one.
12319         It is used on killed/unknown groups in various places where returning
12320         an all-new method isn't expected by the caller.
12321
12322         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12323         and match semantics of gnus-group-real-prefix.
12324
12325 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12326
12327         * nnmail.el (nnmail-broken-references-mailers): New variable.
12328         (nnmail-ignore-broken-references): New function generalizing
12329         nnmail-fix-eudora-headers.
12330         (nnmail-fix-eudora-headers): Now obsolete.
12331
12332         * gnus-art.el (gnus-button-handle-custom):
12333         Support `customize-apropos*'.
12334
12335 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12336
12337         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12338
12339         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12340         articles.
12341
12342 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12343
12344         * message.el (message-cite-reply-above): New variable.
12345         (message-yank-original): Use it.
12346
12347 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12348
12349         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12350
12351 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12352
12353         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12354         as read.
12355
12356         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12357
12358 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12359
12360         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12361         (gnus-bookmark-default-file): Use gnus-directory.
12362         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12363         Remove "*" in doc string.
12364         (gnus-bookmark-write-file): Simplify.
12365         (gnus-bookmark-maybe-sort-alist): Use `when'.
12366         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12367         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12368         Add FIXME about Emacs 21 and XEmacs compatibility.
12369         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12370         compatibility.
12371         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12372         compatibility.
12373         (gnus-bookmark-menu-heading): Fix version.
12374
12375 2006-06-19  Bastien Guerry  <bzg@altern.org>
12376
12377         * gnus-bookmark.el: New file.
12378
12379 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12380
12381         * message.el (message-syntax-checks): Doc fix.
12382
12383 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12384
12385         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12386         unsubscribed groups as if they were killed ones.  It causes duplicate
12387         entries in gnus-newsrc-alist.
12388
12389 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12390
12391         * message.el (message-syntax-checks): Doc fix.
12392         (message-send-mail): Add check for continuation headers.
12393         (message-check-news-header-syntax): Fix regexp used to check for
12394         continuation headers.
12395
12396 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12397
12398         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12399
12400 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12401
12402         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12403
12404 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12405
12406         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12407         default-truncate-lines.
12408
12409 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12410
12411         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12412         to fill the utf-8 entry.
12413
12414         * lpath.el: Fbind unicode-precedence-list.
12415
12416 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12417
12418         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12419
12420 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12421
12422         * gnus-agent.el (directory-files-and-attributes): Move all the way
12423         forward (the third and final move).
12424         (gnus-agent-read-agentview): Trap reconstruction errors due to
12425         nonexistent directory.  Handle by returning nil.
12426
12427 2006-05-30  Didier Verna  <didier@xemacs.org>
12428
12429         * message.el (message-dont-reply-to-names): Update the custom type.
12430         * message.el (message-dont-reply-to-names): New defsubst: potentially
12431         convert a list of regexps into a single one.
12432         * message.el (message-get-reply-headers): Use it.
12433         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12434
12435 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12436
12437         * gnus-agent.el (directory-files-and-attributes): Move forward.
12438
12439 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12440
12441         * gnus-ml.el (gnus-mailing-list-subscribe)
12442         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12443         (gnus-mailing-list-message): Fix doc strings.
12444
12445 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12446
12447         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12448         of doing it manually.
12449
12450 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12451
12452         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12453         comment.
12454
12455 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12456
12457         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12458         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12459         (gnus-agent-read-local): All symbols allocated in my-obarray.
12460         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12461         (gnus-agent-regenerate-group): Check numeric names to see if they are
12462         messages or groups.
12463         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12464         better way of do this...)
12465
12466         * gnus-cache.el (gnus-agent-total-fetched-for):
12467         Ignore 'dummy.group' (there should be a better way of do this...)
12468
12469 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12470
12471         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12472         (gnus-saved-headers): Ditto.
12473         (gnus-default-article-saver): Mention functions may have properties.
12474         (gnus-article-save): Override gnus-save-all-headers and
12475         gnus-saved-headers by :headers property which saver function may have.
12476         (gnus-summary-save-in-file): Add :headers property.
12477         (gnus-summary-write-to-file): Ditto.
12478
12479         * gnus-sum.el (gnus-summary-save-article): Bind
12480         gnus-prompt-before-saving to t when saving many articles in a file;
12481         always show all headers.
12482
12483         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12484
12485 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12486
12487         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12488         marks.
12489
12490         * message.el (message-indent-citation): Add optional arguments to allow
12491         using it outside of message buffers.
12492
12493         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12494         (gnus-article-treat-unfold-headers): Use it.
12495         (gnus-article-truncate-lines): New variable.
12496         (gnus-article-mode): Use it.
12497         (gnus-article-toggle-truncate-lines): New function.
12498
12499         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12500         Add gnus-article-toggle-truncate-lines.
12501
12502         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12503         coding system in XEmacs, use binary.
12504
12505 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12506
12507         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12508         after-load-alist.
12509
12510         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12511         this function should save decoded articles.
12512         (gnus-summary-write-to-file): Use property to specify this function
12513         should save decoded articles and specify gnus-summary-save-in-file
12514         should be used to save articles other than the first one when saving
12515         many articles.
12516         (gnus-summary-save-body-in-file): Use property to specify this
12517         function should save decoded articles.
12518         (gnus-summary-write-body-to-file): Use property to specify this
12519         function should save decoded articles and specify
12520         gnus-summary-save-body-in-file should be used to save articles other
12521         than the first one when saving many articles.
12522
12523         * gnus-sum.el (gnus-summary-save-article): Simplify.
12524
12525 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12526
12527         * gnus-art.el (gnus-default-article-saver):
12528         Add gnus-summary-write-body-to-file.
12529         (gnus-article-save-coding-system): Don't use coding system object
12530         in XEmacs.
12531         (gnus-read-save-file-name): Add optional `dir-var' argument which
12532         specifies directory in which files are saved; work even if optional
12533         `variable' argument is not specified.
12534         (gnus-summary-write-to-file): Read file name.
12535         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12536         (gnus-summary-write-body-to-file): New function.
12537
12538         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12539         (gnus-summary-local-variables): Add it.
12540         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12541         (gnus-summary-save-article): Remove optional `decode' argument;
12542         determine whether to decode articles by the value of
12543         gnus-default-article-saver; when saving many files using
12544         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12545         it first and use gnus-summary-save-in-file or
12546         gnus-summary-save-body-in-file thereafter unless
12547         gnus-prompt-before-saving is always; move point to article which
12548         will be saved.
12549         (gnus-summary-save-article-file): Revert.
12550         (gnus-summary-write-article-file): Revert.
12551         (gnus-summary-save-article-body-file): Revert.
12552         (gnus-summary-write-article-body-file): New function.
12553
12554 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12555
12556         * gnus-art.el (gnus-default-article-saver): Doc fix.
12557         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12558         from gnus-summary-save-article-coding-system, and default to a
12559         certain coding system.
12560         (gnus-output-to-file): Add coding cookie and encode text according
12561         to gnus-article-save-coding-system; don't use mm-append-to-file.
12562
12563         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12564         gnus-art.el and rename to gnus-article-save-coding-system.
12565         (gnus-summary-save-article): Require gnus-art; don't show all
12566         headers if it decodes articles; don't add coding cookie here;
12567         don't bind mm-text-coding-system-for-write.
12568         (gnus-summary-save-article-file): Save decoded articles.
12569         (gnus-summary-write-article-file): When saving many files, use
12570         gnus-summary-write-to-file first and gnus-summary-save-in-file
12571         thereafter unless gnus-prompt-before-saving is always.
12572         (gnus-summary-save-article-body-file): Save decoded articles.
12573
12574         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12575
12576 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12577
12578         * nnrss.el (nnrss-check-group): Bind hash-index.
12579
12580 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12581
12582         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12583         its hash index.  Store this hash in `nnrss-group-data'.
12584         (nnrss-read-group-data): Update accordingly.
12585
12586 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12587
12588         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12589         entry.
12590
12591         * gnus-sum.el (gnus-summary-make-menu-bar):
12592         Add gnus-article-browse-html-article.
12593
12594 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12595
12596         * gnus-sum.el (gnus-summary-mime-map):
12597         Add gnus-article-browse-html-article.
12598
12599         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12600
12601 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12602
12603         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12604         suitable coding systems in customize.
12605
12606 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12607
12608         * mail-source.el (mail-sources): Fix custom type.
12609
12610 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12611
12612         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12613         (gnus-summary-expire-articles-now): Shorten prompt.
12614
12615         * gmm-utils.el (wid-edit): Require.
12616         (defun-gmm): Rename from `gmm-defun-compat'.
12617         (gmm-image-search-load-path): Use it.
12618         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12619
12620 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12621
12622         * gnus-sum.el (gnus-summary-save-article-coding-system):
12623         New variable.
12624         (gnus-summary-save-article): Add optional `decode' argument.
12625         If it is set and gnus-summary-save-article-coding-system is non-nil,
12626         save decoded article.
12627         (gnus-summary-write-article-file): Save decoded article if
12628         gnus-summary-save-article-coding-system is non-nil.
12629
12630         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12631         type.
12632
12633 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12634
12635         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12636
12637 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12638
12639         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12640         first to test gnus-single-article-buffer which may be buffer-local.
12641
12642         * gnus-sum.el (gnus-summary-setup-buffer):
12643         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12644         group; make gnus-article-buffer, gnus-article-current, and
12645         gnus-original-article-buffer always buffer-local.
12646         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12647         group.
12648         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12649
12650 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12651
12652         * nnml.el (nnml-request-compact-group): Compressed files might not
12653         have .gz extension.
12654
12655 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12656
12657         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12658         (mm-copy-to-buffer): Use with-current-buffer.
12659         (mm-display-part): Simplify.
12660         (mm-inlinable-p): Add optional arg `type'.
12661
12662 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12663
12664         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12665         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12666         Try harder to show the attachment internally or externally using
12667         gnus-mime-view-part-as-type.
12668
12669 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12670
12671         * message.el (message-from-style, message-signature-separator)
12672         (message-user-organization-file, message-send-mail-function)
12673         (message-citation-line-function, message-yank-prefix)
12674         (message-indent-citation-function, message-signature)
12675         (message-signature-file, message-signature-insert-empty-line):
12676         Remove autoloads.
12677
12678         * gnus-art.el (gnus-buttonized-mime-types):
12679         Remove "multipart/signed".  Revert 2006-04-26 change.
12680
12681 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12682
12683         * gnus.el (gnus-version-number): Bump version.
12684
12685 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12686
12687         * gnus.el: No Gnus v0.5 is released.
12688
12689 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12690
12691         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12692         fetching articles by message-id.
12693
12694 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12695
12696         * message.el (hashcash): Require hashcash as normal.
12697
12698         * ecomplete.el (ecomplete-highlight-match-line):
12699         Use point-at-eol.
12700         (ecomplete-highlight-match-line): Use `highlight', because that
12701         face exists in both Emacs and XEmacs.
12702
12703         * message.el (message-display-abbrev): Use point-at-bol.
12704
12705         * mail-source.el: Don't require timer/timer-funcs.
12706
12707         * gnus-async.el: Ditto.
12708
12709         * password.el: Ditto.
12710
12711         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12712
12713         * mm-url.el: Ditto.
12714
12715         * gnus-xmas.el: Don't require timer-funcs.
12716
12717         * mm-util.el: Require timer/timer-funcs.
12718
12719 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12720
12721         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12722         Close.
12723
12724 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12725
12726         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12727         unibyte after clear-decrypt function runs.
12728
12729         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12730         returns as a unibyte string.
12731
12732 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12733
12734         * lpath.el: Revert.
12735
12736         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12737         (pgg-gpg-process-sentinel): Revert.
12738
12739         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12740         (pgg-pgp-lookup-key): Revert.
12741
12742         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12743         (pgg-pgp5-lookup-key): Revert.
12744
12745         * pgg.el (pgg-fetch-key): Revert.
12746
12747 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12748
12749         * lpath.el: Fbind string-as-multibyte for XEmacs.
12750
12751         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12752         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12753         (mml1991-pgg-encrypt): Ditto.
12754
12755         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12756         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12757         a multibyte buffer.
12758
12759         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12760         (pgg-pgp-lookup-key): Ditto.
12761
12762         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12763         (pgg-pgp5-lookup-key): Ditto.
12764
12765         * pgg.el (pgg-fetch-key): Ditto.
12766
12767 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12768
12769         * message.el (message-user-organization-file): Check several
12770         locations of the organization file.
12771
12772         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12773         Add gnus-article-view-part-as-type.
12774
12775         * gnus-art.el (gnus-article-view-part-as-type): New function.
12776
12777         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12778         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12779
12780         * mml.el: Simplify autoload.
12781         (mml-mode): defvar dnd-protocol-alist instead of using
12782         symbol-value.
12783         (mml-default-directory): New variable.
12784         (mml-minibuffer-read-file): Use it.
12785         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12786
12787         * message.el (message-citation-line-format): New variable.
12788         (message-insert-formated-citation-line): New function.
12789         (message-citation-line-function):
12790         Add `message-insert-formated-citation-line' to custom type.
12791
12792         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12793         to doc string.
12794
12795         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12796         depending on mm-verify-option.
12797
12798 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12799
12800         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12801         binding pgg-* variables; reimplement the section which prevents
12802         MIME header from being signed.
12803         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12804         pgg-text-mode; remove a blank line at the top of body.
12805
12806         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12807         lines at the top of body; use gnus-newsgroup-charset if there's no
12808         Charset header.
12809
12810 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12811
12812         * message.el (message-self-insert-commands): Doc fix.
12813
12814         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12815         (mm-uu-pgp-encrypted-test): Ditto.
12816         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12817         between header and body; return application/pgp-encrypted handle
12818         if decryption failed; decode decrypted body by charset.
12819
12820         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12821         element match to application/pgp-*.
12822
12823 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12824
12825         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12826         HTML.
12827
12828 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12829
12830         * mail-source.el (mail-source-call-script): Message the error
12831         string.
12832
12833 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12834
12835         * gnus-util.el (gnus-byte-compile): Use it.
12836
12837 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12838
12839         * gnus-util.el (kill-empty-logs): New function.
12840
12841 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12842
12843         * message.el (message-mail-alias-type): Doc fix.
12844         (message-mail-alias-type-p): New function.
12845         (message-send): Use it.
12846         (message-mode): Ditto.
12847         (message-strip-forbidden-properties): Ditto.
12848
12849         * ecomplete.el (ecomplete-database-file-coding-system):
12850         New variable.
12851         (ecomplete-save): Use it.
12852         (ecomplete-setup): Use it.
12853
12854 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12855
12856         * message.el (message-self-insert-commands): New variable.
12857         (message-strip-forbidden-properties): Use it.
12858
12859 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12860
12861         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12862         that doesn't make XEmacs choke.
12863
12864 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12865
12866         * gnus-util.el (gnus-replace-in-string):
12867         Prefer replace-regexp-in-string over of replace-in-string.
12868
12869 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12870
12871         * gnus-util.el (gnus-select-frame-set-input-focus):
12872         Use select-frame-set-input-focus if it is available in XEmacs; use
12873         definition defined in Emacs 22 for old Emacsen.
12874
12875         * dgnushack.el: Autoload unmorse-region for XEmacs.
12876
12877         * lpath.el: Bind cursor-in-non-selected-windows and
12878         select-frame-set-input-focus for XEmacs.
12879
12880 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12881
12882         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12883
12884 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12885
12886         * gnus-registry.el (gnus-registry-cache-save): Remove text
12887         properties when saving via the temp buffer.
12888
12889 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12890
12891         * message.el (message-generate-hashcash): Honor custom type.
12892
12893 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12894
12895         * message.el (message-generate-hashcash): Default to non-nil when
12896         hashcash is found.
12897
12898         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12899         (gnus-refer-thread-limit): Increase default to 500.
12900
12901         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12902
12903         * flow-fill.el (fill-flowed): Allow delete-space.
12904
12905 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12906
12907         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12908         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12909         Remove autoloads.
12910
12911 2006-04-18  Simon Josefsson  <jas@extundo.com>
12912
12913         * message.el (message-generate-hashcash): Default to.
12914
12915 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12916
12917         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12918         concatenating segments rather than before concatenating them.
12919
12920 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12921
12922         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12923
12924 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12925
12926         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12927
12928         * message.el (message-forward-make-body-plain):
12929         Allow message-forward-ignored-headers to be a list.
12930         (message-remove-ignored-headers): Factor out into function.
12931         (message-forward-make-body-mml): Use it.
12932
12933         * imap.el (imap-quote-specials): New function.
12934         (imap-login-auth): Quote specials.
12935
12936         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12937         (rfc2231-parse-string): Allow concatanation of parameters that
12938         aren't contiguous.  The test case is
12939           (mail-header-parse-content-type "message/external-body;
12940             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12941             access-type=LOCAL-FILE;
12942             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12943
12944 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12945
12946         * nntp.el (nntp-accept-process-output): Return the value of
12947         `nnheader-accept-process-output'.
12948
12949 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12950
12951         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12952         (gnus-button-alist): Recognize more diff formats.
12953         (gnus-button-patch): Strip directory.
12954
12955 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12956
12957         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12958         Emacs 22 when setting focus.
12959
12960 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12961
12962         * gnus-art.el (gnus-article-treat-types): Do treatment of
12963         text/x-verbatim parts.
12964         (gnus-button-patch): New command.
12965
12966         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12967         addresses that contain invalid characters.
12968
12969 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12970
12971         * message.el (message-put-addresses-in-ecomplete):
12972         Use gnus-replace-in-string.
12973         (message-is-yours-p): Use the more correct
12974         mail-header-parse-address instead of
12975         mail-extract-address-components.
12976         (message-put-addresses-in-ecomplete): Fix typo.
12977
12978         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12979         keystroke.
12980
12981         * gnus-art.el (gnus-treatment-function-alist): Change order of
12982         newsgroups/generic header folding to avoid double-folding.
12983
12984         * message.el (message-hidden-headers): Add X-Draft-From.
12985
12986         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12987         New command.
12988         (gnus-summary-repeat-search-article-backward): New command.
12989
12990         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12991         groups in the parent topic.
12992
12993 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12994
12995         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12996         (spam-extra-header-to-number): Return the CRM114 number as a
12997         number instead of a string.
12998
12999 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13000
13001         * gnus-art.el (gnus-face-properties-alist): Move here from
13002         gnus-fun.
13003
13004         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13005
13006 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13007
13008         * message.el (message-strip-forbidden-properties): Only display on
13009         self-insert-command.
13010
13011         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13012         reindent.
13013         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13014
13015 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
13016
13017         * smiley.el (smiley-style): Fix typo.
13018
13019 2006-03-23  Kenichi Handa  <handa@m17n.org>
13020
13021         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13022         instead of set-buffer-multibyte.
13023
13024 2006-03-23  Kenichi Handa  <handa@m17n.org>
13025
13026         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13027         buffer and then decode the buffer text if necessary.
13028         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13029         first, and after mm-encode-body, change the buffer to unibyte.
13030
13031 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13032
13033         * hashcash.el (hashcash-insert-payment-async-2):
13034         Use message-goto-eoh instead of doing it manually.
13035         (mail-add-payment): Use message-narrow-to-header instead of trying
13036         to do the same itself.
13037
13038         * message.el (message-hidden-headers): Add Face.
13039
13040         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13041         reparenting code.
13042         (gnus-summary-reparent-children): Refactored out code.
13043         (gnus-summary-thread-map): New keystroke.
13044         (gnus-summary-reparent-children): Make into command.
13045
13046         * smiley.el (smiley-style): Default to `medium' if using a large
13047         font.
13048
13049         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13050         does it itself.
13051
13052         * message.el (message-point-in-header-p): Simplify definition.
13053
13054 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13055
13056         * nnagent.el (nnagent-request-set-mark): Silence log file
13057         writing.
13058         (nnagent-request-set-mark): Use write-region instead of
13059         append-to-file.
13060
13061         * gnus-sum.el (gnus-read-header): Fudge article number if using a
13062         strange select method.
13063
13064         * ecomplete.el (ecomplete-display-matches): Get highlightling
13065         right.
13066         (ecomplete-display-matches): Use literals.
13067         (ecomplete-display-matches): Disable message logging.
13068
13069         * message.el (message-display-abbrev): Small optimization.
13070
13071         * ecomplete.el (ecomplete-display-matches): Allow automatic
13072         display.
13073
13074         * message.el (message-strip-forbidden-properties):
13075         Display abbrevs.
13076         (message-display-abbrev): Get automatic display right.
13077
13078         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13079         keystrokes.
13080
13081 2006-04-13  Romain Francoise  <romain@orebokech.com>
13082
13083         TODO: Backport to v5-10!
13084
13085         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13086         Move here (and rename) from gnus-registry.el.
13087
13088         * gnus-registry.el: Require gnus-util.
13089         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13090
13091 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13092
13093         * gnus-group.el (gnus-group-catchup-current):
13094         Change if-then-else-if-then-else into cond.
13095         (gnus-group-catchup): Indent.
13096         (group-name-at-point): New function.
13097         (gnus-fetch-group): Provide default from thing at point.
13098
13099 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13100
13101         * message.el (message-display-abbrev): Fix regexp.
13102
13103         * ecomplete.el (ecomplete-highlight-match-line):
13104         Reimplement choosing.
13105         (ecomplete-highlight-match-line): Fix up code rewrite, remove
13106         dead variables.
13107
13108         * message.el (message-newline-and-indent): Remove debugging.
13109         (message-display-abbrev): Use new implementation.
13110
13111 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13112
13113         * gnus-art.el (gnus-article-mode):
13114         Set cursor-in-non-selected-windows to nil.
13115
13116         * smiley.el: Revert previous change.
13117         (smiley-data-directory): defvar it before using it in the
13118         defcustom of `smiley-style'.
13119
13120 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13121
13122         * message.el (message-newline-and-indent): New function.
13123
13124         * ecomplete.el: Implement more bits.
13125
13126         * message.el (message-put-addresses-in-ecomplete): Clean up the
13127         string.
13128
13129         * ecomplete.el (ecomplete-add-item): Chop off decimals.
13130
13131         * gnus-sum.el (gnus-summary-save-parts):
13132         Bind gnus-summary-save-parts-counter and use it to make unique file
13133         names.
13134
13135         * gnus-art.el (gnus-ignored-headers): Add some more headers.
13136
13137         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13138         parameter to say whether to actually parse the individual
13139         addresses.
13140
13141         * message.el (message-put-addresses-in-ecomplete): New function.
13142         (ecomplete): Require.
13143         (message-mail-alias-type): Add ecomplete as an option.
13144
13145 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
13146
13147         * flow-fill.el (fill-flowed): Remove trailing space from blank
13148         quoted lines.
13149
13150 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13151
13152         * smiley.el (smiley-style): Move definition later to avoid a
13153         compilation warning.
13154
13155 2006-04-12  Kenichi Handa  <handa@m17n.org>
13156
13157         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13158         buffer and then decode the buffer text if necessary.
13159         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13160         first, and after mm-encode-body, change the buffer to unibyte.
13161         Use mm-disable-multibyte instead of set-buffer-multibyte.
13162
13163 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13164
13165         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13166         Content-Type header instead of Content-Disposition header.
13167         (gnus-mime-inline-part): Ditto.
13168         (gnus-mime-view-part-as-charset): Ignore charset that the part
13169         specifies.
13170
13171         * mm-decode.el (mm-display-part): Work with external parts and
13172         usual parts similarly.
13173
13174         * mm-extern.el (mm-inline-external-body): Use mm-display-part
13175         instead of gnus-display-mime.
13176
13177         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13178         instead of with-temp-buffer.
13179
13180         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13181         tag to summarized topics part in order to encode non-ASCII text.
13182
13183 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13184
13185         * smiley.el (smiley-style): New variable.
13186         (smiley-directory): New function.
13187         (smiley-data-directory): Derive from `smiley-style' using
13188         `smiley-directory'.
13189         (smiley-regexp-alist): Add new entries.
13190
13191         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13192         (gnus-article-browse-delete-temp): Add :version.
13193
13194 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
13195
13196         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13197         the sieve region.
13198
13199 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13200
13201         * gnus.el (gnus-version-number): Bump version.
13202
13203 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13204
13205         * gnus.el: No Gnus v0.4 is released.
13206
13207 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13208
13209         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13210         layout.
13211
13212         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13213         unknown charset.
13214
13215         * message.el (message-header-synonyms): Add Original-To to the
13216         default.
13217
13218         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13219         optional parameter.
13220
13221 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13222
13223         * gnus-fun.el (gnus): Require it for gnus-directory.
13224
13225 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13226
13227         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13228
13229 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13230
13231         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13232
13233 2006-04-05  Simon Josefsson  <jas@extundo.com>
13234
13235         * password.el (password-reset): New function.
13236
13237 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13238
13239         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13240         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13241
13242 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13243
13244         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13245         Some whitespace was matched into the url, which broke browsing hits
13246         > 100 when mm-url-use-external was nil.
13247
13248 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13249
13250         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13251         Check gnus-extra-headers for 'Newsgroups.
13252
13253         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13254         bound.
13255
13256 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13257
13258         * pgg-gpg.el: Clean up process buffers every time gpg processes
13259         complete.
13260
13261 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13262
13263         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13264         doc string.
13265
13266 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13267
13268         * pgg-gpg.el (pgg-gpg-process-filter)
13269         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13270
13271         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13272         lines, temporary fix.
13273
13274 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13275
13276         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13277
13278 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13279
13280         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13281         default-enable-multibyte-characters.  This reverts the change from
13282         revision 6.17 which is no longer necessary because the passphrase
13283         is sent separately now.  GnuPG messages are unreadable under
13284         multibyte locales with default-enable-multibyte-characters set to
13285         nil.
13286
13287 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13288
13289         * message.el (message-tool-bar-gnome): Move "spell".
13290
13291 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13292
13293         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13294         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13295         instead.
13296
13297 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13298
13299         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13300         Improve newsgroups handling for NNTP overviews which don't include
13301         Newsgroups.
13302
13303 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13304
13305         * message.el (message-resend): Bind message-generate-hashcash to nil.
13306
13307 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13308
13309         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13310         when searching for already-paid recipients.
13311
13312 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13313
13314         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13315         passphrases when it is not needed.
13316         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13317         passphrase stuff from gpg, should only be necessary when you use
13318         gpg with a smartcard.
13319
13320 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13321
13322         * mml.el (mml-insert-mime): Ignore cached contents of
13323         message/external-body part.
13324
13325         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13326         (mm-insert-part): Ditto.
13327
13328 2006-03-23  Simon Josefsson  <jas@extundo.com>
13329
13330         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13331         Reiner.
13332         (pgg-gpg-use-agent-p): Use it again.
13333
13334 2006-03-23  Simon Josefsson  <jas@extundo.com>
13335
13336         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13337         older emacsen.
13338         (pgg-gpg-use-agent-p): Don't use it.
13339
13340 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13341
13342         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13343         if we can.
13344
13345 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13346
13347         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13348         (pgg-gpg-update-agent): New function.
13349         (pgg-gpg-use-agent-p): New function.
13350         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13351         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13352         (pgg-gpg-sign-region): Use it.
13353
13354 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13355
13356         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13357         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13358
13359 2006-03-21  Simon Josefsson  <jas@extundo.com>
13360
13361         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13362         <wilde@sha-bang.de>.
13363         (pgg-gpg-use-agent): New variable.
13364         (pgg-gpg-process-region): Use it.
13365         (pgg-gpg-encrypt-region): Likewise.
13366         (pgg-gpg-encrypt-symmetric-region): Likewise.
13367         (pgg-gpg-decrypt-region): Likewise.
13368         (pgg-gpg-sign-region): Likewise.
13369         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13370
13371 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13372
13373         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13374
13375         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13376         Add comment on version.
13377
13378 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13379
13380         * smiley.el: Add missing test smiley.
13381
13382 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13383
13384         * mm-decode.el (mm-with-part): New macro.
13385         (mm-get-part): Use it; work with message/external-body as well.
13386         (mm-save-part): Treat name and filename equally.
13387
13388         * mm-extern.el (mm-extern-cache-contents): New function.
13389         (mm-inline-external-body): Use it; force the part to be displayed;
13390         move undisplayer added to the cached handle to the parent.
13391
13392         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13393         (gnus-mime-view-part-as-type): Work with message/external-body.
13394
13395         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13396
13397 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13398
13399         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13400         images in image-load-path.  [Sync with image.el, revision 1.60, in
13401         Emacs.]
13402
13403 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13404
13405         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13406         path rather than symbol.  Always return list of directories.
13407         Guarantee that image directory comes first.  [Sync with image.el,
13408         revision 1.59, in Emacs.]
13409
13410         * message.el (message-make-tool-bar): Adjust to new API of
13411         `gmm-image-load-path-for-library'.
13412
13413         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13414
13415         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13416
13417 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13418
13419         * gnus-art.el (gnus-article-only-boring-p):
13420         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13421         intangible text.
13422         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13423
13424 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13425
13426         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13427         Use `defun' instead of `gmm-defun-compat'.
13428
13429 2006-03-14  Simon Josefsson  <jas@extundo.com>
13430
13431         * message.el (message-unique-id): Don't use message-number-base36
13432         if (user-uid) is a float.
13433         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13434
13435 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13436
13437         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13438
13439         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13440         empty line between a part and a message part.
13441
13442 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13443
13444         * smiley.el: Add more test smileys.
13445         (smiley-data-directory, smiley-regexp-alist)
13446         (gnus-smiley-file-types): Fix doc strings.
13447         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13448         adding new elements.
13449         (smiley-mouse-map): Unused code.  Make it a comment.
13450
13451 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13452
13453         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13454         scan latest NoCeM messages instead of old ones.
13455         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13456         delimiters that are recently used.
13457         (gnus-nocem-load-cache): Add autoload cookie.
13458
13459         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13460
13461         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13462         level which is larger than gnus-use-nocem is specified.
13463
13464         * gnus-group.el (gnus-group-get-new-news): Ditto.
13465
13466 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13467
13468         * gnus-util.el (gnus-tool-bar-update): New function.
13469
13470         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13471         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13472
13473         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13474
13475         * gnus-group.el (gnus-group-redraw-when-idle)
13476         (gnus-group-redraw-check): Remove.
13477         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13478
13479 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13480
13481         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13482         if optional last element is specified in splits (FIELD VALUE...).
13483
13484 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13485
13486         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13487         to gmm-image-load-path-for-library.  Call with no-error argument.
13488         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13489
13490         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13491
13492         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13493
13494         * gmm-utils.el (gmm-image-load-path): Remove alias.
13495
13496 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13497
13498         * gmm-utils.el (gmm-image-load-path): Add alias.
13499
13500         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13501         nnml-generate-nov-databases-1.
13502         (nnml-generate-nov-databases): Use it.
13503         (nnml-generate-nov-databases-directory): Document no-active
13504         argument.
13505
13506         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13507         directory if path is t.  Add no-error.
13508
13509         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13510         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13511
13512         * gnus-art.el (gnus-article-browse-delete-temp-files):
13513         Simplify resetting gnus-article-browse-html-temp-list.
13514
13515         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13516         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13517         Add example to docstring.  Rename local variables.  Move error
13518         checks to default case in cond and simplify.
13519
13520 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13521
13522         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13523         handle is multipart when calling it recursively.
13524         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13525
13526 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13527
13528         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13529         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13530
13531 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13532
13533         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13534         is loaded.
13535
13536         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13537         loaded.
13538
13539 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13540
13541         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13542         to "Emacs 23 (unicode)" in doc string.
13543
13544         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13545         "Emacs 23 (unicode)" in comment.
13546
13547 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13548
13549         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13550
13551         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13552         characters 160 through 255 in Emacs 23.
13553
13554 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13555
13556         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13557         gnus-article-browse-html-temp.
13558         (gnus-article-browse-delete-temp): Make it customizable.
13559         Add `file'.  Adjust doc string.
13560         (gnus-article-browse-delete-temp-files): Add argument.
13561         Allow query for each file.  Adjust doc string.
13562         (gnus-article-browse-html-parts):
13563         Add `gnus-article-browse-delete-temp-files' to
13564         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13565
13566 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13567
13568         * gnus-art.el (gnus-article-browse-html-temp)
13569         (gnus-article-browse-delete-temp): New variables.
13570         (gnus-article-browse-delete-temp-files): New function.
13571         (gnus-article-browse-html-parts): Use it.
13572
13573 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13574
13575         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13576
13577         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13578         string.
13579
13580         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13581         gnus-summary-insert-new-articles when unplugged.
13582         Remove gnus-summary-search-article-forward.
13583
13584         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13585         display-visual-class instead of display-color-cells.
13586
13587 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13588
13589         * dgnushack.el: Autoload customize-group for XEmacs.
13590
13591         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13592         message/* containing non-ASCII text properly.
13593
13594 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13595
13596         * message.el: Require gmm-utils, remove autoloads.
13597         (message-tool-bar): Set default based on
13598         gmm-tool-bar-style.
13599         (message-tool-bar-gnome): Add gmm-customize-mode.
13600
13601         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13602         gmm-tool-bar-style.
13603         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13604
13605         * gnus-group.el (gnus-group-tool-bar): Set default based on
13606         gmm-tool-bar-style.
13607         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13608
13609         * gmm-utils.el (gmm-image-directory): Rename variable from
13610         gmm-image-load-path.
13611         (gmm-image-load-path): Use gmm-image-directory.
13612         (gmm-customize-mode): New function.
13613         (gmm-tool-bar-style): New variable.
13614
13615         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13616         gnus-group-redraw-line-number.
13617         (gnus-group-redraw-check): Simplify.
13618         (gnus-group-tool-bar-update): Remove redraw check.
13619         (gnus-group-make-tool-bar): Add redraw check.
13620
13621 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13622
13623         * gnus-art.el (gnus-button): Add missing parentheses.
13624
13625 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13626
13627         * lpath.el: Fbind line-number-at-pos.
13628
13629 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13630
13631         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13632
13633 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13634
13635         * gnus-art.el (gnus-button): New face.
13636         (gnus-article-button-face): Use it.
13637
13638         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13639         Add gnus-summary-next-page.  Re-order.
13640
13641         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13642         next-node are now included.
13643         (gnus-group-redraw-line-number): New internal variable.
13644         (gnus-group-redraw-check): Helper function for updating the tool
13645         bar.
13646         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13647
13648         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13649
13650         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13651         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13652         Use it to match format of Spamassassin 3.0 and later.
13653         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13654         (spam-check-bogofilter)
13655         (spam-bogofilter-register-with-bogofilter): Fix args of
13656         `gnus-error' calls.
13657
13658 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13659
13660         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13661         unnecessary interaction when sending queued mails.
13662         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13663
13664 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13665
13666         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13667         first or last are nil.
13668
13669 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13670
13671         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13672
13673 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13674
13675         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13676
13677 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13678
13679         * dns.el (query-dns): Protect more against buggy tcp output.
13680
13681 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13682
13683         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13684         nov.php.
13685
13686 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13687
13688         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13689         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13690         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13691         output on the server side.
13692         (nnweb-google-create-mapping): Update regexps and add some
13693         progress indication.
13694
13695 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13696
13697         * gnus-group.el (gnus-group-tool-bar-gnome):
13698         Fix gnus-agent-toggle-plugged.  Re-order icons.
13699         (gnus-group-tool-bar-gnome):
13700         Add gnus-group-{prev,next}-unread-group.
13701         (gnus-group-tool-bar-gnome): Re-order icons.
13702
13703         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13704         Move gnus-summary-insert-new-articles.
13705
13706         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13707         Fix comments.
13708
13709         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13710         also available in Emacs 21.3.
13711
13712         * message.el (message-fix-before-sending): Change "Emacs 22" to
13713         "Emacs 23 (unicode)" in comment.
13714
13715         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13716         "Emacs 23 (unicode)" in comment.
13717
13718         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13719         comment.
13720         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13721
13722         * mm-view.el (mm-fill-flowed): Add :version.
13723
13724 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13725
13726         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13727         and load-path.
13728
13729 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13730
13731         * message.el: Autoload gmm-image-load-path.
13732         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13733         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13734         consitency.
13735
13736         * gmm-utils.el (gmm-image-load-path): Also search in
13737         "../etc/images".  Don't set gmm-image-load-path if we don't find
13738         the image.
13739
13740 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13741
13742         * gmm-utils.el (gmm-image-load-path): Don't make
13743         `gmm-image-load-path' include subdirectories which the second arg
13744         `image' might specify.
13745
13746         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13747         subdirectory to icon file names.
13748
13749         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13750
13751 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13752
13753         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13754         gmm-image-load-path calls.
13755
13756         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13757
13758         * message.el (message-make-tool-bar): Ditto.
13759
13760         * mml.el (mml-preview): Add comment concerning tool bar icons.
13761
13762         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13763         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13764
13765         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13766         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13767
13768         * message.el (message-tool-bar-gnome): Use new icon names.
13769         (message-make-tool-bar): Use `gmm-image-load-path'.
13770
13771         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13772         New functions from MH-E.
13773         (gmm-image-load-path): New variable from MH-E.
13774         (gmm-image-load-path): New function from MH-E.  Add arguments
13775         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13776         *-image-load-path-called-flag.
13777
13778 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13779
13780         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13781
13782 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13783
13784         * nnimap.el (nnimap-request-move-article): Change folder back to
13785         source group before deleting.
13786
13787 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13788
13789         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13790
13791         * gnus-art.el (mm-url-insert-file-contents-external):
13792         Autoload mm-url.
13793
13794         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13795
13796 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13797
13798         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13799         coding system which mm-charset-to-coding-system returns for a
13800         given charset is valid.
13801
13802 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13803
13804         * html2text.el (html2text-remove-tag-list):
13805         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13806
13807 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13808
13809         * gnus-cus.el: Revert 2005-10-17 change.
13810
13811 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13812
13813         * gnus-art.el (article-strip-banner):
13814         Call article-really-strip-banner only when the regexp match is made.
13815
13816 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13817
13818         * gnus-art.el (article-strip-banner):
13819         Use gnus-extract-address-components instead of
13820         mail-header-parse-addresses to make it work with non-ASCII text;
13821         remove mail-encode-encoded-word-string.
13822
13823         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13824         values which are surrounded with \"...\"; make it never cause a
13825         Lisp error; give up parsing of parameters if it failed in
13826         extracting type.
13827
13828 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13829
13830         * smime.el (smime-cert-by-ldap-1): Fix bug where
13831         `smime-ldap-search' returns results without userCertificates.
13832
13833 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13834
13835         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13836
13837 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13838
13839         * spam.el (spam-check-spamassassin-headers): Adapt format for
13840         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13841         <ari@mbf.ocn.ne.jp>.
13842         (spam-list-of-processors): Add spam-use-gmane.
13843
13844 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13845
13846         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13847         make-temp-file; make it work with XEmacs as well.
13848
13849         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13850         mm-make-temp-file.
13851
13852         * mm-decode.el (mm-display-external): Use the 3rd arg of
13853         mm-make-temp-file.
13854         (mm-create-image-xemacs): Ditto.
13855
13856 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13857
13858         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13859         with message-narrow-to-headers.
13860         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13861         (gnus-draft-check-draft-articles): New function.
13862         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13863
13864 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13865
13866         * gnus-art.el (gnus-article-browse-html-parts):
13867         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13868         Don't use suffix argument for mm-make-temp-file for Emacs 21
13869         compatibility.  Remove useless `format'.
13870
13871 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13872
13873         * nnweb.el (nnweb-google-wash-article): Update regexps.
13874         (nnweb-group-alist): Use defvoo instead of defvar.
13875
13876 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13877
13878         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13879         re-loading nn* modules.
13880
13881 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13882
13883         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13884         for `tool-bar-mode' and don't check it's default-value.
13885
13886         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13887
13888         * message.el (message-make-tool-bar): Ditto.
13889
13890         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13891         `substring'.  Shorten tmp-file name.
13892
13893         * gnus.el: Remove bogus comment.
13894
13895 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13896
13897         * gnus-art.el (gnus-article-browse-html-parts): New function.
13898         (gnus-article-browse-html-article): New function for viewing html
13899         articles with a browser.
13900
13901 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13902
13903         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13904         in elisp.
13905         (pgg-gpg-encrypt-symmetric-region): Ditto.
13906         (pgg-gpg-sign-region): Ditto.
13907
13908         * pgg-def.el (pgg-text-mode): New variable.
13909
13910         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13911         (mml2015-pgg-encrypt): Ditto.
13912
13913         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13914         (mml1991-pgg-encrypt): Ditto.
13915
13916 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13917
13918         * nnfolder.el (nnfolder-insert-newsgroup-line):
13919         Use message-make-date instead of current-time-string.
13920
13921         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13922         to gnus-decoded which mm-uu might set.
13923
13924 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13925
13926         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13927         don't decode quoted parameters; remove misimported Emacs code.
13928         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13929         (rfc2231-decode-encoded-string): Don't use split-string which
13930         behaves differently according to Emacs version; use
13931         mm-decode-coding-region to convert charset to coding-system.
13932         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13933         (rfc2231-encode-string): Remove misimported Emacs code.
13934
13935 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13936
13937         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13938         when calling mail-header-parse-content-type.
13939         (article-de-quoted-unreadable): Ditto.
13940         (article-de-base64-unreadable): Ditto.
13941         (article-wash-html): Ditto.
13942
13943         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13944         calling mail-header-parse-content-type and
13945         mail-header-parse-content-disposition.
13946         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13947         mail-header-parse-content-type.
13948
13949         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13950         insert charset and format parameters; encode description after
13951         inserting it to buffer.
13952         (mml-insert-parameter): Fold lines properly even if a parameter is
13953         segmented into two or more lines; change the max column to 76.
13954
13955         * rfc1843.el (rfc1843-decode-article-body): Don't use
13956         ignore-errors when calling mail-header-parse-content-type.
13957
13958         * rfc2231.el (rfc2231-parse-string): Return at least type if
13959         possible; don't cause an error even if it fails in parsing of
13960         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13961         (rfc2231-encode-string): Don't break lines at the beginning, leave
13962         it to mml-insert-parameter.
13963
13964         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13965         calling mail-header-parse-content-type.
13966
13967 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13968
13969         * spam-report.el (spam-report-gmane-use-article-number):
13970         Improve doc string.
13971         (spam-report-gmane-internal): Check if a suitable header was found
13972         in the article.
13973
13974 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13975
13976         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13977         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13978
13979 2006-02-05  Romain Francoise  <romain@orebokech.com>
13980
13981         Update copyright notices of all files in the gnus directory.
13982
13983 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13984
13985         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13986
13987 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13988
13989         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13990         segmented lines of parameter value to cope with Thunderbird 1.5
13991         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13992         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13993         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13994
13995 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13996
13997         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13998         parts.
13999
14000 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14001
14002         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14003         there's only one active file for all servers.
14004         (nnweb-request-scan): Make sure nnweb-articles is initialized on
14005         solid groups.  Gnus might have used a FAST request to select the group.
14006         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14007         and nnweb-search redundantly in the active file.
14008         (nnweb-request-list): Don't list bogus groups.  There can only be one.
14009         (nnweb-request-create-group): Don't use ARGS.
14010         (nnweb-possibly-change-server, nnweb-request-group): Remove some
14011         initialisations.  Let nnoo do the work.
14012
14013 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14014
14015         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14016         Say the part has been decoded.
14017
14018         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
14019
14020 2006-01-31  Kevin Ryde  <user42@zip.com.au>
14021
14022         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14023         mailcap-viewer-test-cache when there's no 'test clause, since that
14024         will invert the meaning of a "nil" test previously determined by
14025         mailcap-mailcap-entry-passes-test.
14026
14027 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14028
14029         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14030         compiling.
14031
14032         * gnus-sum.el: Ditto.
14033
14034         * message.el: Don't bind tool-bar-map when compiling.
14035
14036 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
14037
14038         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14039
14040 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14041
14042         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14043         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14044         current Google Groups.
14045
14046 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
14047
14048         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14049         and tool-bar-mode.
14050
14051         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14052         and tool-bar-mode.
14053
14054         * message.el (message-tool-bar-update): Simplify.
14055         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14056
14057         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14058         gnus-summary-buffer.
14059         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14060         gnus-summary-reply.
14061
14062         * gmm-utils.el (gmm): Add :version.
14063
14064 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14065
14066         * Makefile.in (clean): New rule.
14067         (distclean): Use it.
14068
14069 2006-01-26  Steve Youngs  <steve@sxemacs.org>
14070
14071         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14072         Don't autoload.
14073
14074 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14075
14076         * gmm-utils.el (gmm-verbose): Add :group.
14077
14078 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
14079
14080         * message.el: Change some comments WRT tool-bars.
14081
14082         * gnus-sum.el (gnus-summary-tool-bar)
14083         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14084         (gnus-summary-tool-bar-zap-list): New variables.
14085         (gnus-summary-make-tool-bar): Complete rewrite using
14086         `gmm-tool-bar-from-list'.
14087
14088         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14089         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14090         New variables.
14091         (gnus-group-make-tool-bar): Complete rewrite using
14092         `gmm-tool-bar-from-list'.
14093         (gnus-group-tool-bar-update): New function.
14094
14095         * message.el (message-mode-field-menu): Add "Show hidden Headers".
14096
14097 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14098
14099         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14100         is dissected into a single part of which the type is the same as
14101         the given one; decode charset.
14102
14103 2006-01-21  Kevin Ryde  <user42@zip.com.au>
14104
14105         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14106         into alists as symbol not string, since that's what
14107         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14108         look for.
14109
14110 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
14111
14112         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14113         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14114
14115         * message.el (message-tool-bar-gnome): Use gmm-ignore.
14116
14117 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14118
14119         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
14120         (gnus-xmas-mime-security-button-menu): New function.
14121
14122         * gnus-art.el (gnus-mime-security-button-commands): New variable.
14123         (gnus-mime-security-button-menu): New definition.
14124         (gnus-mime-security-button-map): Use them.
14125         (gnus-mime-security-button-menu): New function.
14126         (gnus-insert-mime-security-button): Addition to help echo.
14127         (gnus-mime-security-run-function, gnus-mime-security-save-part)
14128         (gnus-mime-security-pipe-part): New functions.
14129
14130         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14131         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14132
14133         * mm-decode.el (mm-handle-set-disposition): Remove.
14134         (mm-handle-set-description): Remove.
14135
14136 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14137
14138         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14139         (mm-w3m-standalone-supports-m17n-p): New function.
14140         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14141         w3m usage.
14142
14143         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14144         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14145
14146 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14147
14148         * message.el (message-tool-bar-zap-list):
14149         Use gmm-tool-bar-zap-list as custom type.
14150         (message-tool-bar-update): New function.
14151         (message-tool-bar, message-tool-bar-gnome)
14152         (message-tool-bar-retro): Add message-tool-bar-update.
14153         (message-tool-bar-gnome): Add flyspell-buffer.
14154
14155         * gnus-util.el (gnus-error): Describe `args'.
14156
14157         * gmm-utils.el (gmm-error): Describe `args'.
14158         (gmm-tool-bar-zap-list): New widget.
14159         (gmm-tool-bar-from-list): Improve description of `zap-list'.
14160
14161 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14162
14163         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14164         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14165         the number of recursive calls.
14166
14167         * mm-decode.el (mm-handle-set-disposition): New macro.
14168         (mm-handle-set-description): New macro.
14169
14170 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14171
14172         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14173         encoding.
14174
14175 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14176
14177         * message.el (message-tool-bar-zap-list, message-tool-bar)
14178         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14179         (message-tool-bar-local-item-from-menu): Remove.
14180         (message-tool-bar-map): Replace by `message-make-tool-bar'.
14181         (message-make-tool-bar): New function.
14182         (message-mode): Use `message-make-tool-bar'.
14183
14184         * gmm-utils.el: New file.
14185         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14186         (gmm-lazy): New widget copied from `nnmail.el'.
14187         (gmm-tool-bar-from-list): New function for creating customizable
14188         tool bars.
14189         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
14190         output.
14191         (gmm): Add :prefix to defgroup.
14192
14193 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
14194
14195         * gmm-utils.el (gmm-widget-p): New function.
14196
14197 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14198
14199         * mml.el (mml-attach-file): Describe `description' in doc string.
14200         (mml-menu): Add Emacs MIME manual and PGG manual.
14201
14202 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14203
14204         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14205
14206 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14207
14208         * nntp.el (nntp-end-of-line): Doc fix.
14209
14210 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14211
14212         * imap.el (imap-open): Handle case where buffer is a buffer
14213         object.
14214
14215 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14216
14217         * gnus-delay.el (gnus-delay): Don't autoload.
14218         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14219         to be re-loaded when customizing the `gnus-delay' group.
14220
14221 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14222
14223         * message.el (message-insert-citation-line): Use newlines.
14224
14225 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14226
14227         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14228         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14229         these routines, so the passphrase can be managed externally and
14230         passed in to the system.
14231         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14232         pgg-add-passphrase-to-cache function.
14233
14234         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14235         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14236         these routines, so the passphrase can be managed externally and
14237         passed in to the system.
14238         (pgg-pgp5-sign-region): Use new name of
14239         pgg-add-passphrase-to-cache function.
14240
14241 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14242
14243         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14244         part of the decoded armor to find the key-identifier.
14245         (pgg-gpg-lookup-key-owner): New function to return the
14246         human-readable identifier of a key owner.
14247         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14248         itself.
14249         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14250         the key value) if we have a key and can match it against a secret
14251         key.  Also, added a note pointing out fact that the prompt only
14252         indicates the first matching key.
14253
14254         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14255         pgg-decrypt-region.
14256         (pgg-add-passphrase-to-cache): Rename from
14257         `pgg-add-passphrase-cache' to reduce confusion (all callers
14258         changed).
14259         (pgg-remove-passphrase-from-cache): Rename from
14260         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14261         changed).
14262         (pgg-read-passphrase, pgg-add-passphrase-cache)
14263         (pgg-remove-passphrase-cache): Add informative docstrings.
14264         (pgg-decrypt): Convey provided passphrase in subordinate call to
14265         pgg-decrypt-region.
14266
14267 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14268
14269         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14270         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14271         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14272         'passphrase' argument, so the passphrase can be managed externally
14273         and then passed in to the system.
14274
14275         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14276         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14277         so the passphrase cache can be used reliably with identifiers
14278         besides a pgp packet's key id.
14279
14280         * pgg-gpg.el (pgg-gpg-encrypt-region)
14281         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14282         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14283         these routines, so the passphrase can be managed externally and
14284         passed in to the system.
14285
14286         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14287         'notruncate' argument, so the passphrase cache can be used
14288         reliably with identifiers besides a pgp packet's key id.
14289
14290 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14291
14292         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14293         symmetric encryption.
14294         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14295         encrypted session key.
14296         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14297         message ask for the passphrase in a proper way.
14298
14299         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14300         New user commands for symmetric encryption.
14301
14302 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14303
14304         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14305
14306         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14307
14308 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14309
14310         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14311
14312 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14313
14314         * mm-decode.el (mm-inlined-types): Add application/pgp.
14315         (mm-automatic-display): Ditto.
14316
14317         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14318         part as text.
14319
14320 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14321
14322         * nnrss.el: Update copyright.
14323         (nnrss-opml-import): Query whether to subscribe to each entry.
14324
14325         * gnus-art.el:
14326         * gnus-sum.el:
14327         * gnus-xmas.el:
14328         * messagexmas.el:
14329         * mm-uu.el:
14330         * mm-view.el: Update copyright.
14331
14332 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14333
14334         * message.el (message-info): New function.
14335         (message-mode-menu): Add it.
14336         Update copyright.
14337
14338         * ChangeLog: Fix and update copyright.
14339
14340 2006-01-13  Romain Francoise  <romain@orebokech.com>
14341
14342         * message.el (message-forward-subject-name-subject): Prefer the
14343         address to 'nowhere' if the sender has no name.
14344         Fix typo.  Update copyright year.
14345
14346 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14347
14348         * gnus-art.el (article-wash-html):
14349         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14350         (gnus-article-wash-html-with-w3m-standalone): New function.
14351
14352         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14353         mm-inline-text-html-render-with-w3m-standalone.
14354         (mm-text-html-washer-alist): Map w3m-standalone to
14355         gnus-article-wash-html-with-w3m-standalone.
14356         (mm-inline-text-html-render-with-w3m-standalone): New function.
14357
14358 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14359
14360         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14361         Improve LaTeX.
14362
14363 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14364
14365         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14366         (nnrss-request-article): Render text/plain parts as HTML.
14367
14368         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14369         the buffer.
14370
14371 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14372
14373         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14374         custom definition of `gnus-posting-styles'.
14375
14376         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14377         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14378
14379 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14380
14381         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14382         Use nntp for bug archive.
14383
14384 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14385
14386         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14387         parts.
14388         (nnrss-normalize-date): New function converts ISO 8601 date into
14389         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14390         (nnrss-check-group): Use it.
14391
14392 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14393
14394         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14395
14396         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14397         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14398         (nnrss-insert-w3): Ditto.
14399
14400 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14401
14402         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14403         the articles to be forwarded including the case where neither a
14404         number of articles nor a region is specified.
14405
14406 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14407
14408         * nnrss.el (nnrss-request-article): Fix last change; fill
14409         text/plain parts.
14410
14411 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14412
14413         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14414         in text/plain part.
14415         (nnrss-check-group): Don't add excessive newline to dc:subject.
14416
14417 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14418
14419         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14420         article.
14421
14422 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14423
14424         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14425         (nnml-use-compressed-files, nnml-save-mail): Support other
14426         comression programs such as bzip2.
14427
14428 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14429
14430         * dns.el (query-dns): Make sure we check the buffer size before
14431         removing tcp headers.
14432
14433 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14434
14435         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14436         remove MIME buttons associated with multipart/alternative parts.
14437         (gnus-mime-display-alternative): Tag buttons using `article-type'
14438         text property.
14439
14440         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14441         associated with multipart/alternative parts.
14442
14443         * gnus-art.el (gnus-signature-separator): Fix custom type.
14444
14445         * mm-decode.el (mm-inlined-types): Fix custom type.
14446         (mm-keep-viewer-alive-types): Ditto.
14447         (mm-automatic-display): Ditto.
14448         (mm-attachment-override-types): Ditto.
14449         (mm-inline-override-types): Ditto.
14450         (mm-automatic-external-display): Ditto.
14451
14452 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14453
14454         * spam-report.el (spam-report-user-mail-address)
14455         (spam-report-user-agent): New variables.
14456         (spam-report-url-ping-plain): Use spam-report-user-agent.
14457
14458 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14459
14460         * gnus-art.el (gnus-button-handle-custom): Do not just use
14461         `customize-apropos' for any "M-x customize-*" button but the
14462         function called for.  Accept both the function name and its
14463         argument in order to achieve this.
14464         (gnus-button-alist): Remove support for "custom:" URL's.
14465         Pass function name to `gnus-button-handle-custom' in case of "M-x
14466         customize-*" buttons.
14467
14468 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14469
14470         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14471         multipart/alternative and add xref to mm-discouraged-alternatives
14472         in doc string.
14473
14474         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14475         gnus-buttonized-mime-types in doc string.
14476
14477 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14478
14479         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14480         Suggest image/.* in the doc string.
14481
14482 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14483
14484         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14485         message-marks (Debian bug #342521).
14486
14487 2005-12-12  Simon Josefsson  <jas@extundo.com>
14488
14489         * password.el (password-read-from-cache): Add.
14490         (password-read): Use it.
14491
14492 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14493
14494         * rfc2047.el (rfc2047-charset-to-coding-system):
14495         Recognize us-ascii as a MIME charset.
14496
14497         * mm-bodies.el (mm-decode-content-transfer-encoding):
14498         Protect against the case where the 2nd arg TYPE is nil.
14499
14500 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14501
14502         * pop3.el (pop3-stream-type): Fix custom version.
14503
14504         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14505
14506 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14507
14508         * mm-decode.el (mm-display-external): Add missing cdr.
14509
14510 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14511
14512         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14513         RFC1524) if it is in mailcap or add a suffix according to
14514         mailcap-mime-extensions when generating a temp filename; postpone
14515         deleting a temp file for 2 seconds for some wrappers, shell
14516         scripts, and so on, which might exit right after having started a
14517         viewer command as a background job.
14518
14519 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14520
14521         * nntp.el (nntp-marks-directory): Fix custom group.
14522
14523         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14524         steps when < 10.
14525
14526         * gnus-start.el (gnus-no-server-1):
14527         Mention `gnus-level-default-subscribed' in doc string.
14528
14529 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14530
14531         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14532         parens.
14533
14534 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14535
14536         * gnus-xmas.el (gnus-use-toolbar): Revert.
14537         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14538         gnus-use-toolbar is default.
14539
14540         * messagexmas.el (message-use-toolbar): Revert.
14541         (message-setup-toolbar): Use global default-toolbar if
14542         message-use-toolbar is default.
14543
14544 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14545
14546         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14547         according to default-toolbar-visible-p.
14548
14549         * messagexmas.el (message-use-toolbar): Ditto.
14550
14551 2005-11-26  Dave Love  <fx@gnu.org>
14552
14553         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14554         (tls-program, tls-success): Provide openssl alternative.
14555
14556         * starttls.el: Doc fixes.
14557         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14558         SERVICE to PORT.
14559
14560         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14561         port null or service name.
14562         (starttls-negotiate): Autoload.
14563
14564 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14565
14566         * message.el (message-kill-to-signature): Fix interactive spec.
14567
14568 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14569
14570         * pop3.el (pop3-open-server): Recognize a string as a service name.
14571
14572 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14573
14574         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14575
14576 2005-11-23  Dave Love  <fx@gnu.org>
14577
14578         Add pop3s, pop3/starttls.
14579
14580         * pop3.el (pop3-authentication-scheme): Clarify doc.
14581         (open-tls-stream, starttls-open-stream): Autoload.
14582         (pop3-stream-type): New.
14583         (pop3-open-server): Use it.
14584
14585         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14586         for POP.
14587         (mail-source-keyword-map): Add :stream for POP.
14588         (mail-source-fetch-pop): Use pop3-stream-type.
14589
14590 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14591
14592         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14593         of current-time-string.
14594
14595 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14596
14597         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14598         date header.
14599
14600 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14601
14602         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14603         it can seriously impact performance as it bypasses the agent's
14604         local caches.
14605
14606 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14607
14608         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14609         must be explicitly online rather than "not explicitly offline" for
14610         its flags to be synchronized.
14611
14612         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14613         that gnus-uu-unmark-thread will function correctly.
14614
14615         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14616         1024K is instead displayed as 1M.
14617
14618 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14619
14620         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14621
14622 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14623
14624         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14625
14626 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14627
14628         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14629         error message to display actual error condition.
14630         (gnus-agent-save-local): Avoid saving symbols that are bound to
14631         nil as they simply result in a warning message in
14632         gnus-agent-read-local.
14633
14634 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14635
14636         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14637         rather than make-variable-buffer-local for file-precious-flag.
14638
14639 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14640
14641         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14642         for duplicates which are removed.  The invalid sort check then
14643         triggers a rescan after the sort as sorting may have moved
14644         duplicate entries such that they can be cheaply detected.
14645
14646 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14647
14648         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14649
14650 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14651
14652         * gnus-agent.el (gnus-agent-article-alist-save-format):
14653         Change internal variable to a custom variable.  Change default value
14654         from compressed(2) to uncompressed(1).
14655         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14656         support for uncompressed agentview files.  Taken together, reading
14657         the agentview file should now be 6-7 times faster.
14658
14659 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14660
14661         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14662         as a buffer-local variable.  This avoids creating truncated
14663         dribble files as a result of a hang up, eg.
14664
14665 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14666
14667         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14668         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14669         XEmacs.
14670
14671 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14672
14673         * gnus-start.el (gnus-start-draft-setup):
14674         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14675
14676         * gnus.el (gnus-splash): Change custom group.
14677         (gnus-group-get-parameter, gnus-group-parameter-value):
14678         Describe allow-list argument.
14679
14680         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14681         string.
14682
14683 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14684
14685         * gnus-art.el (gnus-default-article-saver): Add user-defined
14686         `function' to custom type.
14687
14688 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14689
14690         * imap.el (imap-open): Handle case where buffer is a buffer
14691         object.
14692
14693 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14694
14695         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14696         long lines.
14697         (gnus-cache-delete-group): Wrap doc strings.
14698
14699         * gnus-agent.el (gnus-agent-rename-group)
14700         (gnus-agent-delete-group): Wrap doc strings.
14701
14702 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14703
14704         * messagexmas.el (message-use-toolbar): Change the valid values
14705         into default, top, bottom, left, and right.
14706         (message-toolbar-thickness): New variable.
14707         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14708         well.
14709         (message-setup-toolbar): Make it work.
14710
14711         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14712         (gnus-use-toolbar): Change the valid values into default, top,
14713         bottom, left, and right.
14714         (gnus-toolbar-thickness): New variable.
14715         (gnus-xmas-setup-toolbar): New function.
14716         (gnus-xmas-setup-group-toolbar): Use it.
14717         (gnus-xmas-setup-summary-toolbar): Use it.
14718
14719 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14720
14721         * gnus-start.el (gnus-1): Add "native" to
14722         gnus-predefined-server-alist.
14723
14724         * gnus.el (gnus-method-to-server): Don't add "native" to the
14725         lists here, because that leads to problems when
14726         gnus-select-method is bound.
14727
14728 2005-11-09  Simon Josefsson  <jas@extundo.com>
14729
14730         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14731         use (not sort-by-date) instead.
14732
14733 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14734
14735         * gnus-delay.el (gnus-delay-group): Don't autoload.
14736         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14737         to be re-loaded when customizing the `gnus-delay' group.
14738
14739 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14740
14741         * message.el: Revert last changes.
14742         (message-insert-citation-line): Use newlines.
14743
14744 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14745
14746         * message.el (message-courtesy-message)
14747         (message-mark-insert-begin, message-mark-insert-end)
14748         (message-elide-ellipsis, message-cancel-message)
14749         (message-add-header, message-change-subject)
14750         (message-cross-post-followup-to-header)
14751         (message-cross-post-insert-note, message-reduce-to-to-cc)
14752         (message-widen-reply, message-delete-not-region)
14753         (message-kill-to-signature, message-insert-signature)
14754         (message-insert-importance-high, message-insert-importance-low)
14755         (message-insert-or-toggle-importance)
14756         (message-insert-disposition-notification-to)
14757         (message-indent-citation, message-yank-original)
14758         (message-cite-original-without-signature, message-cite-original)
14759         (message-insert-citation-line, message-position-on-field)
14760         (message-fix-before-sending, message-send-mail-partially)
14761         (message-send-mail, message-send-mail-with-sendmail)
14762         (message-send-mail-with-qmail, message-send-news)
14763         (message-check-news-header-syntax, message-generate-headers)
14764         (message-insert-courtesy-copy, message-fill-address)
14765         (message-fill-header, message-shorten-references)
14766         (message-setup-1, message-cancel-news)
14767         (message-forward-make-body-plain, message-forward-make-body-mime)
14768         (message-forward-make-body-mml, message-encode-message-body)
14769         (message-forward-make-body-digest-plain)
14770         (message-forward-make-body-digest-mime)
14771         (message-use-alternative-email-as-from): Insert `hard-newline'
14772         instead of ordinary newlines.
14773
14774 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14775
14776         * message.el (message-generate-headers): Downcase the argument
14777         given to message-check-element.
14778
14779 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14780
14781         * nntp.el (nntp-authinfo-rejected): New error condition.
14782         (nntp-wait-for): Use new error condition to signal authentication
14783         error.
14784         (nntp-retrieve-data): Rethrow new error condition to break out of
14785         recursive call to nntp-send-authinfo.
14786
14787 2005-11-08  Romain Francoise  <romain@orebokech.com>
14788
14789         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14790         (gnus-summary-exit-map): Bind to `Z p'.
14791         (gnus-summary-make-menu-bar): Add menu item.
14792
14793 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14794
14795         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14796         (gnus-treat-*): Add `first' in all doc strings.
14797
14798         * gnus-group.el (gnus-group-compact-group): Fix typo.
14799
14800 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14801
14802         * gnus.el (gnus-parameters-case-fold-search): New variable.
14803         (gnus-parameters-get-parameter): Use it.
14804
14805         * gnus-score.el (gnus-home-score-file): Doc fix.
14806
14807 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14808
14809         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14810
14811 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14812
14813         * mm-util.el (mm-special-display-p): New function.
14814
14815         * mml.el (mml-preview): Use it; doc fix.
14816
14817 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14818
14819         * imap.el (imap-open): Handle case where buffer is a buffer object.
14820
14821 2005-10-29  Romain Francoise  <romain@orebokech.com>
14822
14823         * message.el (message-fix-before-sending): Fix comment.
14824
14825 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14826
14827         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14828
14829 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14830
14831         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14832         Used in gnus-score.el.
14833
14834 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14835
14836         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14837
14838 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14839
14840         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14841         whitespace removed in revision 7.8.  Use concatenated string to
14842         protect trailing whitespace.
14843
14844 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14845
14846         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14847         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14848         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14849         Courier IMAP ("some version from 2004").  Mostly based on similar
14850         code in the same function.
14851
14852 2005-10-26  Didier Verna  <didier@xemacs.org>
14853
14854         * gnus-group.el (gnus-group-compact-group): Invalidate original
14855         article buffer.
14856         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14857         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14858         NOV database and in article itself.
14859         Invalidate article backlog.
14860
14861 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14862
14863         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14864
14865 2005-10-26  Simon Josefsson  <jas@extundo.com>
14866
14867         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14868         part of 2004-07-25 change.
14869
14870 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14871
14872         * message.el (message-display-completion-list): New function.
14873         (message-expand-group): Use it; make sure the Completions buffer
14874         is modifiable.
14875 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14876
14877         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14878         user-mail-name is an empty string.
14879
14880 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14881
14882         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14883         depending on gnus-score-decay-constant.
14884
14885         * encrypt.el (encrypt-insert-file-contents)
14886         (encrypt-write-file-contents): Don't use `gnus-message'.
14887
14888         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14889         arguments.
14890         (mm-uu-type-alist): Add message-marks and insert-marks.
14891         Pass arguments to mm-uu-verbatim-marks-extract.
14892         (mm-uu-hide-markers): New variable.
14893         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14894
14895         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14896         (gnus-convert-image-to-face-command): Use "convert" by default to
14897         allow other input image formats.
14898         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14899         accordingly.
14900
14901 2005-10-23  Simon Josefsson  <jas@extundo.com>
14902
14903         * imap.el (imap-gssapi-program): Align command line parameters
14904         with latest GNU SASL.
14905         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14906
14907 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14908
14909         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14910         HTML.
14911         (nnslashdot-request-article): Ditto.
14912
14913         * lpath.el (featurep): Add nobreak-char-display.
14914
14915 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14916
14917         * mail-source.el (mail-source-fetch-pop): Require pop3.
14918         (mail-source-check-pop): Ditto.
14919
14920 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14921
14922         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14923         errors.
14924
14925 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14926
14927         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14928         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14929
14930         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14931
14932         * mm-bodies.el (mm-decode-string):
14933         Call `mm-charset-to-coding-system' with allow-override argument.
14934
14935 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14936
14937         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14938         (rfc2047-charset-to-coding-system): New function.
14939         (rfc2047-decode-encoded-words): New function.
14940         (rfc2047-decode-region): Use them.
14941         (rfc2047-decode-cte): Remove.
14942         (rfc2047-parse-and-decode): Remove.
14943         (rfc2047-decode): Remove.
14944
14945 2005-10-15  Kenichi Handa  <handa@m17n.org>
14946
14947         * rfc2047.el (rfc2047-decode-cte): New function.
14948         (rfc2047-decode-region): Change the way to decode successive
14949         encoded-words: decode B- or Q-encoding in each encoded-word,
14950         concatenate them, and decode it as charset.
14951
14952 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14953
14954         * lpath.el: Fbind codepage-setup for XEmacs.
14955
14956 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14957
14958         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14959         widget-move-and-invoke.
14960         (gnus-custom-mode): Use gnus-custom-map.
14961
14962 2005-10-15  Bill Wohler  <wohler@newt.com>
14963
14964         * message.el (message-tool-bar-map): Rename image file from
14965         mail_send to mail/send.
14966
14967 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14968
14969         * message.el (message-expand-group): Pass the common
14970         prefix substring of completion to `display-completion-list'.
14971
14972 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14973
14974         * mml-sec.el (mml-secure-method): New internal variable.
14975         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14976         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14977         New functions using mml-secure-method.
14978
14979         * mml.el (mml-mode-map): Add key bindings for those functions.
14980         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14981         Harder <harder@myrealbox.com>.
14982         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14983         Goto end of message if point is the headers of the message.
14984
14985         * message.el (message-in-body-p): New function.
14986
14987         * assistant.el: Autoload gnus-util and netrc.
14988
14989         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14990         Use `mm-charset-override-alist' only when decoding.
14991
14992         * mm-bodies.el (mm-decode-body):
14993         Call `mm-charset-to-coding-system' with allow-override argument.
14994
14995         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14996         `filename' from Content-Disposition if Content-Type doesn't
14997         provide `name'.
14998         (gnus-mime-view-part-as-type): Set default instead of
14999         initial-input.
15000
15001 2005-10-09  Daniel Brockman  <daniel@brockman.se>
15002
15003         * format-spec.el (format-spec): Propagate text properties of % spec.
15004
15005 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15006
15007         * gnus-art.el (gnus-treat-predicate): Add `first'.
15008
15009 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15010
15011         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15012         (mm-charset-override-alist): New variable.
15013         (mm-charset-to-coding-system): Use it.
15014         (mm-codepage-setup): New helper function.
15015         (mm-charset-eval-alist): New variable.
15016         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15017         Warn about unknown charsets.
15018
15019         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
15020
15021 2005-10-04  David Hansen  <david.hansen@gmx.net>
15022
15023         * nnrss.el (nnrss-request-article): Add support for the comments tag.
15024         (nnrss-check-group): Ditto.
15025
15026 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15027
15028         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15029         Rename x-gnus-verbatim to x-verbatim.
15030         (mm-uu-type-alist): Fix regexp for verbatim-marks.
15031
15032         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15033         x-verbatim.
15034
15035         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15036
15037         * gnus-util.el (gnus-remove-duplicates): Remove.
15038
15039         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15040         instead of gnus-remove-duplicates.
15041
15042         * message.el (message-remove-duplicates): Remove.
15043         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15044         message-remove-duplicates.
15045
15046         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15047         available, else use implementation from `delete-dups'.
15048
15049         * message.el (message-insert-expires): New function.
15050         (message-mode-map): Add key binding.
15051         (message-mode-field-menu): Add menu entry.
15052         (message-mode): Document it.
15053         (message-make-expires-date): Use `message-make-date'.
15054
15055 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
15056
15057         * message.el (message-make-expires-date): New function.
15058
15059 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15060
15061         * Makefile.in (list-installed-shadows): New entry.
15062         (install): Use it.
15063         (remove-installed-shadows): New entry.
15064
15065         * dgnushack.el (dgnushack-default-load-path): New variable.
15066         (dgnushack-find-lisp-shadows): New function.
15067         (dgnushack-remove-lisp-shadows): New function.
15068
15069 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15070
15071         * Makefile.in (install-el-elc): New entry.
15072         (install): Use it so that .el files are necessarily installed.
15073
15074 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15075
15076         * time-date.el: Autoload parse-time-string, XEmacs needs it.
15077
15078 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15079
15080         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15081         function rather than the diff-mode.el package.
15082         (mm-display-external): Use with-current-buffer.
15083         (mm-viewer-completion-map, mm-viewer-completion-map):
15084         Move initialization inside declaration.
15085
15086 2005-09-29  Simon Josefsson  <jas@extundo.com>
15087
15088         * spam.el: Load hashcash when compiling, to avoid warnings.
15089         Don't autoload mail-check-payment.
15090         (spam-check-hashcash): Define unconditionally, since hashcash.el
15091         is part of Gnus now.  Ignore errors from payment checking.
15092
15093 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15094
15095         * message.el (message-bold-region, message-unbold-region):
15096         Rename from `bold-region' and `unbold-region'.
15097
15098         * message.el: Remove useless autoloads.
15099
15100 2005-09-28  Simon Josefsson  <jas@extundo.com>
15101
15102         * message.el (message-use-idna): Default to t.
15103         (message-use-idna): Test whether encoding works too.  Doc fix.
15104
15105 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15106
15107         * nntp.el (nntp-warn-about-losing-connection): Remove.
15108
15109 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15110
15111         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15112         customizable.  Change default value.
15113         (mm-uu-diff-groups-regexp): Change default value.
15114         (mm-uu-type-alist): Add doc string.
15115         (mm-uu-configure): Add doc string.  Make it interactive.
15116         (mm-uu-tex-groups-regexp): New variable.
15117         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15118         (mm-uu-type-alist): Add LaTeX documents.
15119         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15120         of "text/verbatim".
15121         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15122
15123         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15124         instead of "text/verbatim".
15125
15126         * message.el (message-mark-inserted-region)
15127         (message-mark-insert-file): Use slrn style marks when called with
15128         prefix argument.
15129
15130 2005-09-27  Simon Josefsson  <jas@extundo.com>
15131
15132         * message.el (message-idna-to-ascii-rhs-1): Reformat.
15133
15134 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
15135
15136         * message.el (message-remove-duplicates): New function.
15137         Implementation borrowed from `gnus-remove-duplicates'.
15138         (message-idna-to-ascii-rhs): Also encode idna addresses in
15139         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15140         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15141         only ask about the same idna domain once per header and also tell
15142         in what header to replace the idna domain.
15143
15144         * gnus-art.el (article-decode-idna-rhs): Also decode idna
15145         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15146         (article-decode-idna-rhs): Fix regexp so that all idna-address in
15147         a header is decoded and not just the last one.
15148
15149 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15150
15151         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15152         has been decoded.
15153
15154         * mm-decode.el (mm-automatic-display): Add text/verbatim.
15155         (mm-insert-part): Don't modify text if it has been decoded.
15156
15157         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15158         decoded.
15159
15160         * mm-view.el (mm-inline-text): Don't strip text props unless
15161         decoding enriched or richtext parts.
15162
15163 2005-09-25  Romain Francoise  <romain@orebokech.com>
15164
15165         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15166         * gnus-start.el (gnus-subscribe-interactively):
15167         * gnus-uu.el (gnus-uu-grab-articles):
15168         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15169         space.
15170
15171 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15172
15173         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15174         * mm-view.el (mm-view-pkcs7-decrypt):
15175         * gnus-sum.el (gnus-summary-limit-to-extra)
15176         (gnus-summary-respool-article, gnus-read-move-group-name):
15177         * gnus-score.el (gnus-summary-increase-score):
15178         * gnus-util.el (gnus-completing-read-with-default):
15179         * gnus-art.el (gnus-read-save-file-name)
15180         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15181         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15182         * message.el (message-check-news-header-syntax):
15183         Follow convention for reading with the minibuffer.
15184
15185 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
15186
15187         * spam-report.el (spam-report-url-ping-plain):
15188         Use gnus-extended-version as User-Agent.
15189
15190         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15191         default value is nil.
15192
15193         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15194         (mm-uu-verbatim-marks-extract): New function.
15195         (mm-uu-extract): New face.
15196         (mm-uu-copy-to-buffer): Use it.
15197
15198         * spam-report.el (spam-report-gmane-ham): Rename from
15199         `spam-report-gmane-unspam'.
15200         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15201         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15202
15203         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15204         Autoload.
15205         (spam-report-gmane-unregister-routine):
15206         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15207
15208 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15209
15210         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15211         (spam-report-gmane-unregister-routine): Add support for gmane
15212         unregistration.
15213
15214         * spam-report.el (spam-report-gmane-unspam)
15215         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15216         (spam-report-gmane): Change to take a single article and do unspam
15217         registration.
15218
15219 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15220
15221         * mm-url.el (mm-url-decode-entities): Fix regexp.
15222
15223 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15224
15225         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15226         default to nil, to be able to use Gnus at all.  If the default
15227         switches to something else, then the function should be fixed not
15228         be exceedingly slow.
15229
15230 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15231
15232         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15233         fail hard.
15234
15235         * spam-report.el: Add better Keywords line.
15236
15237         * spam.el: Add Maintainer and better Keywords line.
15238
15239 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15240
15241         * gnus-art.el (gnus-article-replace-part)
15242         (gnus-mime-replace-part): New functions.
15243         (gnus-mime-action-alist, gnus-mime-button-commands)
15244         (gnus-mime-save-part-and-strip): Add file argument.
15245         (gnus-article-part-wrapper): Add interactive argument.
15246
15247         * gnus-sum.el (gnus-summary-mime-map):
15248         Add `gnus-article-replace-part'.
15249
15250 2005-09-19  Didier Verna  <didier@xemacs.org>
15251
15252         The nnml compaction feature:
15253         * nnml.el (nnml-request-compact-group): New function.
15254         * nnml.el (nnml-request-compact): New function.
15255         * gnus-int.el (gnus-request-compact-group): New function.
15256         * gnus-int.el (gnus-request-compact): New function.
15257         * gnus-group.el (gnus-group-compact-group): New function.
15258         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15259         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15260         * gnus-srvr.el (gnus-server-compact-server): New function.
15261         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15262         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15263
15264 2005-09-18  Deepak Goel  <deego@gnufans.org>
15265
15266         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15267         format spec.
15268
15269 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15270
15271         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15272
15273 2005-09-15  Romain Francoise  <romain@orebokech.com>
15274
15275         * message.el (message-fill-paragraph): Clarify docstring.
15276
15277 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15278
15279         * gnus-art.el (gnus-mime-display-part): Protect against broken
15280         MIME messages.
15281
15282 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15283
15284         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15285         before parsing header.
15286
15287 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15288
15289         * html2text.el (html2text-replace-list): Add new entities.
15290
15291 2005-09-11  Romain Francoise  <romain@orebokech.com>
15292
15293         * message.el (message-alternative-emails): Improve docstring.
15294         (message-setup-1): Call `message-use-alternative-email-as-from'
15295         after `message-setup-hook' to give it precedence over posting
15296         styles, etc.
15297         (message-use-alternative-email-as-from): Add docstring.
15298         Remove the original From header if present.
15299
15300         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15301         (nnml-save-mail): Use it.
15302
15303         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15304         articles.  Add new argument `silent'.
15305         (gnus-uu-mark-all): Report the total number of marked articles.
15306
15307 2005-09-10  Romain Francoise  <romain@orebokech.com>
15308
15309         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15310         (gnus-uu-mark-series): Likewise.
15311
15312 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15313
15314         * spam-report.el (spam-report-gmane): Fix generation of spam
15315         report URL.
15316
15317 2005-09-10  Simon Josefsson  <jas@extundo.com>
15318
15319         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15320         t, based on discussion on the ding list with Robert Epprecht
15321         <epprecht@solnet.ch>.
15322
15323 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15324
15325         * spam-report.el (spam-report-gmane): Make it work without
15326         X-Report-Spam header.  Gmane now only provides Archived-At.
15327         This is only used if `spam-report-gmane-use-article-number' is nil.
15328         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15329
15330         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15331         make `gnus-summary-sort-by-recipient' work with threading.
15332
15333         * nnweb.el (nnweb-google-wash-article): Print a message if article
15334         is not available.
15335
15336 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15337
15338         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15339         change.  Decode text/* parts content before displaying.
15340
15341 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15342
15343         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15344
15345 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15346
15347         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15348
15349         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15350         url-package-name, url-package-version,
15351         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15352         w3m-display-inline-images, and w3m-minor-mode-map.
15353
15354 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15355
15356         * message.el (message-tab-body-function): Fix mismatched custom type.
15357
15358         * gnus.el (gnus-group-change-level-function): Ditto.
15359
15360         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15361
15362         * gnus-art.el (gnus-signature-limit)
15363         (gnus-article-mime-part-function): Ditto.
15364
15365 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15366
15367         * mml.el (mml-mode): Silence the byte compiler.
15368
15369         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15370         using `(sit-for 0)' before moving the point to the specified part;
15371         skip unbuttonized parts.
15372         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15373         return to the summary window if gnus-auto-select-part is non-nil.
15374
15375 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15376
15377         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15378         New variables.
15379         (mml-dnd-attach-file, mml-mode): Use them.
15380
15381         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15382         Make fetching article by MID work again for Google Groups.
15383         Add FIXME concerning gnus-group-make-web-group.
15384
15385         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15386         Don't depend on Gnus by using mail-extract-address-components if
15387         gnus-extract-address-components is not bound.
15388
15389 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15390
15391         * gnus-art.el (gnus-mime-display-security): Don't display the
15392         signature, but only the signed part.
15393
15394 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15395
15396         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15397
15398         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15399         list, not listp.
15400
15401 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15402
15403         * mm-encode.el (mm-encode-content-transfer-encoding):
15404         Likewise when encoding.
15405
15406         * mm-bodies.el (mm-decode-content-transfer-encoding):
15407         De-canonicalize CRLF for all text content types, not just
15408         text/plain.
15409
15410 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15411
15412         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15413         valid article; point arrow and cursor at the MIME button.
15414
15415 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15416
15417         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15418         Suggested by Dan Christensen <jdc@uwo.ca>.
15419
15420         * mm-decode.el (mm-save-part): Enable change of prompt.
15421
15422 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15423
15424         * gnus-msg.el (gnus-inews-add-send-actions):
15425         Make `message-post-method' lambda parameter ARG `&optional'.
15426
15427 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15428
15429         * gnus-sum.el (gnus-summary-mime-map):
15430         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15431         gnus-article-jump-to-part.
15432
15433         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15434         (gnus-article-edit-part): Use it.
15435         (gnus-article-part-wrapper): Add no-handle argument.
15436         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15437         New functions.
15438
15439 2005-08-29  Romain Francoise  <romain@orebokech.com>
15440
15441         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15442         docstring.
15443         (gnus-face-from-file): Likewise.
15444
15445 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15446
15447         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15448         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15449         non-nil.
15450         (gnus-auto-select-part): New variable.
15451         (gnus-article-jump-to-part): New function.
15452         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15453         (gnus-mime-delete-part): Allow selecting specified part after
15454         deleting or stripping parts.
15455         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15456         part if argument is bogus.
15457
15458 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15459
15460         * gnus-art.el (w3m-minor-mode-map):
15461         * gnus-spec.el (gnus-newsrc-file-version):
15462         * gnus-util.el (nnmail-active-file-coding-system)
15463         (gnus-original-article-buffer, gnus-user-agent):
15464         * gnus.el (gnus-ham-process-destinations)
15465         (gnus-parameter-ham-marks-alist)
15466         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15467         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15468         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15469         * mm-decode.el (gnus-current-window-configuration):
15470         * mm-extern.el (gnus-article-mime-handles):
15471         * mm-url.el (url-current-object, url-package-name)
15472         (url-package-version):
15473         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15474         (smime-keys, w3m-cid-retrieve-function-alist)
15475         (w3m-current-buffer, w3m-display-inline-images)
15476         (w3m-minor-mode-map):
15477         * mml-smime.el (gnus-extract-address-components):
15478         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15479         (gnus-newsrc-hashtb, message-default-charset)
15480         (message-deletable-headers, message-options)
15481         (message-posting-charset, message-required-mail-headers)
15482         (message-required-news-headers):
15483         * mml1991.el (mc-pgp-always-sign):
15484         * mml2015.el (mc-pgp-always-sign):
15485         * nnheader.el (nnmail-extra-headers):
15486         * rfc1843.el (gnus-decode-encoded-word-function)
15487         (gnus-decode-header-function, gnus-newsgroup-name):
15488         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15489
15490 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15491
15492         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15493         the end of the date treatments.
15494
15495 2005-08-15  Simon Josefsson  <jas@extundo.com>
15496
15497         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15498         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15499         Capello and Romain Francoise.
15500         (pgg-fetch-key-function): Remove, not used?
15501         (pgg-insert-url-with-w3): Require url, to get
15502         url-insert-file-contents regardless of where it is defined.
15503
15504 2005-08-13  Romain Francoise  <romain@orebokech.com>
15505
15506         * message.el (message-cite-original-1): New function.
15507         (message-cite-original): Use it.
15508         (message-cite-original-without-signature): Ditto.
15509
15510 2005-08-08  Romain Francoise  <romain@orebokech.com>
15511
15512         * message.el (message-yank-empty-prefix): New variable.
15513         (message-indent-citation): Use it.
15514         (message-cite-original-without-signature): Respect X-No-Archive.
15515
15516 2005-08-08  Simon Josefsson  <jas@extundo.com>
15517
15518         * pgg.el: Autoload url-insert-file-contents instead of loading
15519         w3/url.
15520         (pgg-insert-url-with-w3): Don't load url here.
15521
15522 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15523
15524         * message.el (message-kill-to-signature): Don't insert newline at
15525         bol.
15526         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15527
15528 2005-08-06  Romain Francoise  <romain@orebokech.com>
15529
15530         * message.el (message-user-fqdn): Fix typo in docstring.
15531
15532 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15533
15534         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15535
15536         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15537
15538 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15539
15540         * mm-bodies.el (mm-encode-body): Use coding system rather than
15541         charset to encode text.
15542
15543         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15544         number of charsets if utf-8 is available (XEmacs).
15545
15546 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15547
15548         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15549         taken from `gnus-button-mid-or-mail-regexp'.
15550         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15551         (gnus-button-alist): Improve regexp for domain part of the MIDs
15552         for news:localpart@domain buttons.
15553         (gnus-button-ctan-directory-regexp): Update.
15554
15555 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15556
15557         * sieve-manage.el (sieve-manage-interactive-login):
15558         Use make-local-variable rather than make-variable-buffer-local.
15559         (sieve-manage-open): Ditto.
15560         (sieve-manage-authenticate): Ditto.
15561
15562         * mml.el (mml-generate-mime-1): Make the content type default to
15563         text/plain if the filename is not specified.
15564
15565 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15566
15567         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15568         instead of insert-buffer.
15569
15570         * message.el (message-yank-original): Ditto; set the mark at the
15571         end of the yanked message.
15572
15573 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15574
15575         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15576         lines to scroll rather than to stop it.
15577
15578         * mml.el (mml-generate-default-type): Add doc string.
15579         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15580         default to application/octet-stream when determining the content
15581         type if it is not specified for the part or the mml contents; add
15582         a comment about mml-generate-default-type.
15583
15584 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15585
15586         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15587         make it default to application/octet-stream when determining the
15588         content type if it is not specified for the external contents.
15589
15590 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15591
15592         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15593         segmented parameter but also other parameters might be there.
15594
15595 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15596
15597         * mm-decode.el (mm-display-external): Delete temp file, directory
15598         and buffer immediately if the external process is exited.
15599
15600 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15601
15602         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15603         fewer lines than that of scroll-margin.
15604         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15605
15606 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15607
15608         * gnus-art.el (gnus-article-next-page): Revert.
15609         (gnus-article-beginning-of-window): New macro.
15610         (gnus-article-next-page-1): Use it.
15611         (gnus-article-prev-page): Ditto.
15612         (gnus-article-edit-part): Use insert-buffer-substring instead of
15613         insert-buffer.
15614         (gnus-article-edit-exit): Ditto.
15615
15616         * gnus-util.el (gnus-beginning-of-window): Remove.
15617         (gnus-end-of-window): Remove.
15618
15619         * lpath.el: Don't bind header-line-format and scroll-margin.
15620
15621 2005-07-25  Simon Josefsson  <jas@extundo.com>
15622
15623         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15624         to have the url package without w3.  Reported by Daiki Ueno
15625         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15626
15627 2005-07-20  Didier Verna  <didier@xemacs.org>
15628
15629         * gnus-diary.el: Remove the description comment (nndiary is now
15630         properly documented in the Gnus manual).
15631         Fix the spelling of "Back End".
15632         * nndiary.el: Ditto.
15633         Fix the copyright notice.
15634
15635 2005-07-18  Romain Francoise  <romain@orebokech.com>
15636
15637         * gnus-sum.el (gnus-summary-to-prefix)
15638         (gnus-summary-newsgroup-prefix): New variables.
15639         (gnus-summary-from-or-to-or-newsgroups): Use them.
15640
15641 2005-07-17  Romain Francoise  <romain@orebokech.com>
15642
15643         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15644         space as it's generally not especially interesting to the user.
15645
15646 2005-07-16  Romain Francoise  <romain@orebokech.com>
15647
15648         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15649         nil to avoid prompting and file modification if one of the
15650         messages at the top of the nnfolder file contains a copyright
15651         notice.
15652         Update copyright notice.
15653
15654         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15655         instead of `current-time-string' as the latter creates a time
15656         string that is not RFC 2822 compliant (it lacks the zone).
15657         Update copyright notice.
15658
15659 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15660
15661         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15662         for text/rtf.  Display default in prompt.  Pass default for M-n.
15663
15664         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15665
15666 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15667
15668         * gnus-msg.el (gnus-button-mailto):
15669         Remove save-selected-window-window hackery because it relies on
15670         save-selected-window internals.
15671
15672 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15673
15674         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15675         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15676         (gnus-article-prev-page): Ditto.
15677
15678         * gnus-util.el (gnus-beginning-of-window): New function.
15679         (gnus-end-of-window): New function.
15680
15681         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15682
15683 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15684
15685         * gnus-score.el (gnus-score-edit-all-score):
15686         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15687         gnus-message.
15688
15689 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15690
15691         * gnus-msg.el (gnus-button-mailto):
15692         Remove save-selected-window-window hackery because it relies on
15693         save-selected-window internals.
15694
15695 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15696
15697         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15698         add-minor-mode.
15699         (gnus-binary-mode): Ditto.
15700
15701         * gnus-topic.el (gnus-topic-mode): Ditto.
15702
15703 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15704
15705         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15706         (gnus-article-prev-page): Take scroll-margin into consideration.
15707
15708 2005-07-04  Lute Kamstra  <lute@gnu.org>
15709
15710         Update FSF's address in GPL notices.
15711
15712 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15713
15714         * gnus.el (gnus-exit):
15715         * gnus-group.el (gnus-group-icons):
15716         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15717
15718         * gnus-nocem.el (gnus-nocem):
15719         * message.el (message-various, message-buffers, message-sending)
15720         (message-interface, message-forwarding, message-insertion)
15721         (message-headers, message-news, message-mail):
15722         * pgg-gpg.el (pgg-gpg):
15723         * pgg-parse.el (pgg-parse):
15724         * pgg-pgp.el (pgg-pgp):
15725         * pgg-pgp5.el (pgg-pgp5):
15726         * pop3.el (pop3): Finish `defgroup' description with period.
15727
15728 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15729
15730         * gnus-art.el (article-display-face): Improve the efficiency.
15731         (article-display-x-face): Ditto; remove grey x-face stuff.
15732
15733 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15734
15735         * gnus-art.el (article-display-face): Correct the position in
15736         which Faces are inserted.
15737
15738 2005-06-29  Didier Verna  <didier@xemacs.org>
15739
15740         * gnus-art.el (article-display-face): Display faces in correct
15741         order.
15742
15743 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15744
15745         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15746         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15747         (gnus-nocem-check-article): Fetch the Type header.
15748         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15749         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15750         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15751         make sure gnus-nocem-hashtb is initialized.
15752         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15753         (gnus-nocem-unwanted-article-p): Ditto.
15754
15755         * pgg.el (pgg-verify): Return the verification result.
15756
15757 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15758
15759         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15760         is ascii.
15761
15762 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15763
15764         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15765         `show-nonbreak-escape'.
15766
15767 2005-06-23  Lute Kamstra  <lute@gnu.org>
15768
15769         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15770
15771         * dig.el (dig-mode):
15772         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15773
15774 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15775
15776         * nnimap.el (nnimap-split-download-body): Fix spellings.
15777
15778 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15779
15780         * gnus-art.el (gnus-article-encrypt-body):
15781         * gnus-cus.el (gnus-score-customize):
15782         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15783         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15784
15785 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15786
15787         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15788         header by looking for magic "MII" at the beginnig.
15789
15790 2005-06-16  Miles Bader  <miles@gnu.org>
15791
15792         * gnus-xmas.el (gnus-xmas-group-startup-message):
15793         Use renamed gnus-splash face.
15794
15795         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15796         (assistant-field-face): New backward-compatibility alias for renamed
15797         face.
15798         (assistant-render-text): Use renamed assistant-field face.
15799
15800         * spam.el (spam): Remove "-face" suffix from face name.
15801         (spam-face): New backward-compatibility alias for renamed face.
15802         (spam-face, spam-initialize): Use renamed spam face.
15803
15804         * message.el (message-header-to, message-header-cc)
15805         (message-header-subject, message-header-newsgroups)
15806         (message-header-other, message-header-name)
15807         (message-header-xheader, message-separator, message-cited-text)
15808         (message-mml): Remove "-face" suffix from face names.
15809         (message-header-to-face, message-header-cc-face)
15810         (message-header-subject-face, message-header-newsgroups-face)
15811         (message-header-other-face, message-header-name-face)
15812         (message-header-xheader-face, message-separator-face)
15813         (message-cited-text-face, message-mml-face):
15814         New backward-compatibility aliases for renamed faces.
15815         (message-font-lock-keywords): Use renamed message faces.
15816
15817         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15818         (sieve-test-commands, sieve-tagged-arguments):
15819         Remove "-face" suffix from face names.
15820         (sieve-control-commands-face, sieve-action-commands-face)
15821         (sieve-test-commands-face, sieve-tagged-arguments-face):
15822         New backward-compatibility aliases for renamed faces.
15823         (sieve-control-commands-face, sieve-action-commands-face)
15824         (sieve-test-commands-face, sieve-tagged-arguments-face):
15825         Use renamed sieve faces.
15826
15827         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15828         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15829         (gnus-group-news-3-empty, gnus-group-news-4)
15830         (gnus-group-news-4-empty, gnus-group-news-5)
15831         (gnus-group-news-5-empty, gnus-group-news-6)
15832         (gnus-group-news-6-empty, gnus-group-news-low)
15833         (gnus-group-news-low-empty, gnus-group-mail-1)
15834         (gnus-group-mail-1-empty, gnus-group-mail-2)
15835         (gnus-group-mail-2-empty, gnus-group-mail-3)
15836         (gnus-group-mail-3-empty, gnus-group-mail-low)
15837         (gnus-group-mail-low-empty, gnus-summary-selected)
15838         (gnus-summary-cancelled, gnus-summary-high-ticked)
15839         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15840         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15841         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15842         (gnus-summary-low-undownloaded)
15843         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15844         (gnus-summary-low-unread, gnus-summary-normal-unread)
15845         (gnus-summary-high-read, gnus-summary-low-read)
15846         (gnus-summary-normal-read, gnus-splash):
15847         Remove "-face" suffix from face names.
15848         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15849         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15850         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15851         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15852         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15853         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15854         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15855         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15856         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15857         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15858         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15859         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15860         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15861         (gnus-summary-normal-ticked-face)
15862         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15863         (gnus-summary-normal-ancient-face)
15864         (gnus-summary-high-undownloaded-face)
15865         (gnus-summary-low-undownloaded-face)
15866         (gnus-summary-normal-undownloaded-face)
15867         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15868         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15869         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15870         (gnus-splash-face):
15871         New backward-compatibility aliases for renamed faces.
15872         (gnus-group-startup-message): Use renamed gnus faces.
15873
15874         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15875         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15876         (gnus-server-agent): Remove "-face" suffix from face names.
15877         (gnus-server-agent-face, gnus-server-opened-face)
15878         (gnus-server-closed-face, gnus-server-denied-face)
15879         (gnus-server-offline-face):
15880         New backward-compatibility aliases for renamed faces.
15881         (gnus-server-agent-face, gnus-server-opened-face)
15882         (gnus-server-closed-face, gnus-server-denied-face)
15883         (gnus-server-offline-face): Use renamed gnus faces.
15884
15885         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15886         Remove "-face" suffix from face names.
15887         (gnus-picon-xbm-face, gnus-picon-face):
15888         New backward-compatibility aliases for renamed faces.
15889
15890         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15891         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15892         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15893         (gnus-cite-11): Remove "-face" suffix from face names.
15894         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15895         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15896         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15897         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15898         New backward-compatibility aliases for renamed faces.
15899         (gnus-cite-attribution-face, gnus-cite-face-list)
15900         (gnus-article-boring-faces): Use renamed gnus faces.
15901
15902         * gnus-art.el (gnus-signature, gnus-header-from)
15903         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15904         (gnus-header-content): Remove "-face" suffix from face names.
15905         (gnus-signature-face, gnus-header-from-face)
15906         (gnus-header-subject-face, gnus-header-newsgroups-face)
15907         (gnus-header-name-face, gnus-header-content-face):
15908         New backward-compatibility aliases for renamed faces.
15909         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15910
15911         * gnus-sum.el (gnus-summary-selected-face)
15912         (gnus-summary-highlight): Use renamed gnus faces.
15913         * gnus-group.el (gnus-group-highlight): Likewise.
15914
15915 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15916
15917         * gnus-sieve.el (gnus-sieve-article-add-rule):
15918         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15919         * spam-stat.el (spam-stat-buffer-change-to-spam)
15920         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15921
15922         * message.el (message-is-yours-p):
15923         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15924
15925 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15926
15927         * mm-view.el (mm-inline-text): Withdraw the last change.
15928
15929 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15930
15931         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15932         executing enriched-decode.
15933
15934 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15935
15936         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15937         charset of tar files.
15938
15939 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15940
15941         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15942
15943 2005-06-04  Lute Kamstra  <lute@gnu.org>
15944
15945         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15946         information is never recorded.
15947
15948 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15949
15950         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15951
15952 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15953
15954         * pop3.el (pop3-apop): Run md5 in the binary mode.
15955
15956         * starttls.el (starttls-set-process-query-on-exit-flag):
15957         Use eval-and-compile.
15958
15959 2005-05-31  Simon Josefsson  <jas@extundo.com>
15960
15961         * smime.el (smime-replace-in-string): Define.
15962         (smime-cert-by-ldap-1): Use it.
15963
15964 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15965
15966         * gnus-art.el (article-display-x-face): Replace
15967         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15968
15969         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15970         set-process-query-on-exit-flag or process-kill-without-query.
15971
15972         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15973         loop instead of replace-regexp.
15974
15975         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15976         instead of process-kill-without-query if it is available.
15977
15978         * lpath.el: Fbind ldap-search-entries.
15979
15980         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15981         instead of find-file-hooks if it is available.
15982
15983         * mml1991.el: Bind pgg-default-user-id when compiling.
15984
15985         * mml2015.el: Bind pgg-default-user-id when compiling.
15986
15987         * nndraft.el (nndraft-request-associate-buffer):
15988         Use write-contents-functions instead of write-contents-hooks if it is
15989         available.
15990
15991         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15992         instead of find-file-hooks if it is available.
15993
15994         * nntp.el (nntp-open-connection): Replace
15995         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15996         (nntp-open-ssl-stream): Ditto.
15997         (nntp-open-tls-stream): Ditto.
15998
15999         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16000         set-process-query-on-exit-flag or process-kill-without-query.
16001         (starttls-open-stream-gnutls): Use it instead of
16002         process-kill-without-query.
16003         (starttls-open-stream): Ditto.
16004
16005 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
16006
16007         * smime.el (smime-cert-by-ldap-1): Don't use
16008         replace-regexp-in-string.
16009
16010 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
16011
16012         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16013
16014         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16015         in PEM format.  Adjust to the XEmacs compability.
16016
16017 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
16018
16019         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16020         by `string-to-number'.
16021         * gnus-agent.el (gnus-agent-regenerate-group)
16022         (gnus-agent-fetch-articles): Ditto.
16023         * gnus-art.el (gnus-button-fetch-group): Ditto.
16024         * gnus-cache.el (gnus-cache-generate-active)
16025         (gnus-cache-articles-in-group): Ditto.
16026         * gnus-group.el (gnus-group-set-current-level)
16027         (gnus-group-insert-group-line): Ditto.
16028         * gnus-score.el (gnus-score-set-expunge-below)
16029         (gnus-score-set-mark-below, gnus-summary-score-effect)
16030         (gnus-summary-score-entry): Ditto.
16031         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16032         (gnus-soup-pack): Ditto.
16033         * gnus-spec.el (gnus-xmas-format): Ditto.
16034         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16035         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16036         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16037         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16038         * nndb.el (nndb-get-remote-expire-response): Ditto.
16039         * nndiary.el (nndiary-parse-schedule-value)
16040         (nndiary-string-to-number, nndiary-request-replace-article)
16041         (nndiary-request-article): Ditto.
16042         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16043         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16044         * nneething.el (nneething-make-head): Ditto.
16045         * nnfolder.el (nnfolder-request-article)
16046         (nnfolder-retrieve-headers): Ditto.
16047         * nnheader.el (nnheader-file-to-number): Ditto.
16048         * nnkiboze.el (nnkiboze-request-article): Ditto.
16049         * nnmail.el (nnmail-process-unix-mail-format)
16050         (nnmail-process-babyl-mail-format): Ditto.
16051         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16052         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16053         (nnmh-request-create-group, nnmh-request-list-1)
16054         (nnmh-request-group, nnmh-request-article): Ditto.
16055         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16056         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16057         * nnsoup.el (nnsoup-make-active): Ditto.
16058         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16059         * nntp.el (nntp-find-group-and-number)
16060         (nntp-retrieve-headers-with-xover): Ditto.
16061         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16062         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16063         (pgg-format-key-identifier): Ditto.
16064         * pop3.el (pop3-last, pop3-stat): Ditto.
16065         * qp.el (quoted-printable-decode-region): Ditto.
16066
16067         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16068         of concat.
16069
16070 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16071
16072         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16073
16074         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16075
16076         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16077
16078         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16079
16080         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16081
16082         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16083
16084         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16085         (gnus-carpal-mode): Ditto.
16086
16087         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16088         (gnus-browse-mode): Ditto.
16089
16090         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16091
16092         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16093
16094 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16095
16096         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16097
16098 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16099
16100         * gnus-util.el (gnus-run-mode-hooks): New function.
16101
16102         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16103
16104         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
16105         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
16106
16107 2005-05-27  Lute Kamstra  <lute@gnu.org>
16108
16109         * dns-mode.el (dns-mode): Specify customization group.
16110
16111 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16112
16113         * gnus-agent.el (gnus-agent-make-mode-line-string):
16114         Use mode-line-highlight as mouse-face.
16115
16116 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16117
16118         * canlock.el (canlock): Change the parent group to news.
16119
16120         * deuglify.el (gnus-outlook-deuglify): Add :group.
16121
16122         * dig.el (dig): Add :group.
16123
16124         * dns-mode.el (dns-mode): Add :group.
16125
16126         * encrypt.el (encrypt): Add :group.
16127
16128         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16129         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16130         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16131         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16132         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16133
16134         * gnus-diary.el (gnus-diary): Add :group.
16135
16136         * gnus.el (gnus-group-news-1-face): Add :group.
16137         (gnus-group-news-1-empty-face): Ditto.
16138         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16139         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16140         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16141         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16142         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16143         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16144         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16145         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16146         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16147         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16148         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16149         (gnus-summary-high-ticked-face): Ditto.
16150         (gnus-summary-low-ticked-face): Ditto.
16151         (gnus-summary-normal-ticked-face): Ditto.
16152         (gnus-summary-high-ancient-face): Ditto.
16153         (gnus-summary-low-ancient-face): Ditto.
16154         (gnus-summary-normal-ancient-face): Ditto.
16155         (gnus-summary-high-undownloaded-face): Ditto.
16156         (gnus-summary-low-undownloaded-face): Ditto.
16157         (gnus-summary-normal-undownloaded-face): Ditto.
16158         (gnus-summary-high-unread-face): Ditto.
16159         (gnus-summary-low-unread-face): Ditto.
16160         (gnus-summary-normal-unread-face): Ditto.
16161         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16162         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16163
16164         * hashcash.el (hashcash): New custom group.
16165         (hashcash-default-payment): Add :group.
16166         (hashcash-payment-alist): Ditto.
16167         (hashcash-default-accept-payment): Ditto.
16168         (hashcash-accept-resources): Ditto.
16169         (hashcash-path): Ditto.
16170         (hashcash-extra-generate-parameters): Ditto.
16171         (hashcash-double-spend-database): Ditto.
16172         (hashcash-in-news): Ditto.
16173
16174         * message.el (message-minibuffer-local-map): Add :group.
16175
16176         * netrc.el (netrc): Add :group.
16177
16178         * sieve-manage.el (sieve-manage-log): Add :group.
16179         (sieve-manage-default-user): Diito.
16180         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16181         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16182         (sieve-manage-authenticators): Ditto.
16183         (sieve-manage-authenticator-alist): Ditto.
16184         (sieve-manage-default-port): Ditto.
16185
16186         * sieve-mode.el (sieve-control-commands-face): Add :group.
16187         (sieve-action-commands-face): Ditto.
16188         (sieve-test-commands-face): Ditto.
16189         (sieve-tagged-arguments-face): Ditto.
16190
16191         * smime.el (smime): Add :group.
16192
16193         * spam-report.el (spam-report): Add :group.
16194
16195         * spam.el (spam, spam-face): Add :group.
16196
16197 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16198
16199         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16200         return \n.\n.\n at the end of articles.  Protect against that.
16201         (nntp-with-open-group): Allow debugging.
16202
16203         * nnheader.el (mail-header-set-extra): Make into a function
16204         because I just could't understand how to quote the list properly.
16205
16206         * dns.el (query-dns-cached): New function.
16207
16208 2005-05-26  Lute Kamstra  <lute@gnu.org>
16209
16210         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16211
16212 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16213
16214         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16215
16216         * gnus-art.el: Don't autoload mail-extract-address-components.
16217
16218         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16219         eval-and-compile to evaluate it.
16220
16221         * hashcash.el: Don't autoload executable-find.
16222
16223         * nndb.el: Don't declare the nndb back end two or more times; don't
16224         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16225
16226         * nntp.el: Autoload format-spec instead of format; use
16227         eval-and-compile to evaluate autoload forms.
16228
16229 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16230
16231         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16232
16233 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16234
16235         * gnus.el (gnus-version-number): Bump version.
16236
16237 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16238
16239         * gnus.el: No Gnus v0.3 is released.
16240
16241 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16242
16243         * lpath.el (featurep): Bind show-nonbreak-escape.
16244
16245 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16246
16247         * gnus-art.el (gnus-article-edit-part): Disable undo.
16248
16249 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16250
16251         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16252         gnus-article-date-lapsed-new-header is t if date timer is active;
16253         skip headers in which the original date value is empty.
16254         (gnus-article-save-original-date): Redefine it as a macro.
16255         (gnus-display-mime): Use it.
16256
16257 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16258
16259         * gnus-art.el (article-date-ut): Support converting date in
16260         forwarded parts as well.
16261         (gnus-article-save-original-date): New function.
16262         (gnus-display-mime): Use it.
16263
16264 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16265
16266         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16267         enclosure element of <item>.
16268
16269 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16270
16271         * message.el (message-kill-buffer-query): Rename from
16272         `message-kill-buffer-query-if-modified'.  Add :version.
16273
16274 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16275
16276         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16277         window layout.
16278
16279 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16280
16281         * mml.el: Autoload dnd when compiling.
16282
16283 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16284
16285         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16286         x-dnd-*.
16287
16288 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16289
16290         * qp.el (quoted-printable-encode-region): Save excursion.
16291
16292 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16293
16294         * message.el (message-kill-buffer-query-if-modified): Add new variable
16295         so the user can kill a modified message buffer quickly.
16296         (message-kill-buffer): Use it.
16297
16298 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16299
16300         * lpath.el: Fbind display-time-event-handler; don't fbind
16301         string-to-multibyte.
16302
16303         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16304
16305 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16306
16307         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16308         contained in text because xml.el decodes entities) with LFs.
16309
16310 2005-04-11  Lute Kamstra  <lute@gnu.org>
16311
16312         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16313         differently.
16314
16315 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16316
16317         * mm-util.el (mm-detect-coding-region): Typo.
16318
16319 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16320
16321         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16322
16323 2005-04-06  Deepak Goel  <deego@gnufans.org>
16324
16325         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16326         user-function allow user modifications of the scores.
16327         (spam-stat-score-buffer-user): New function, to allow
16328         user-computed modifications to the score.
16329         (spam-stat-score-buffer-user-functions): List of additional
16330         scoring functions.
16331         (spam-stat-error-holder): Global temporary error holder.
16332         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16333         variable.
16334
16335 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16336
16337         * gnus-registry.el (gnus-registry-clean-empty-function)
16338         (gnus-registry-trim, gnus-registry-fetch-groups)
16339         (gnus-registry-delete-group): Groups that match
16340         `gnus-registry-ignored-groups' are removed from the registry
16341         entries, not just ignored for splitting.  This helps clean up the
16342         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16343         to get all the groups a message ID is in.
16344
16345         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16346         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16347         (spam-stat-score-buffer-user-functions): Add :number custom type.
16348
16349 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16350
16351         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16352         argument in XEmacs.
16353
16354         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16355         (nnrss-request-group): Decode group name first.
16356         (nnrss-request-article): Make a text/plain article if mml-to-mime
16357         failed.
16358         (nnrss-get-encoding): Return a compatible encoding according to
16359         nnrss-compatible-encoding-alist.
16360         (nnrss-find-el): Use consp instead of listp.
16361         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16362
16363 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16364
16365         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16366         which Emacs 20 doesn't support.
16367         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16368
16369 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16370
16371         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16372         silence the byte compiler inside the defun.
16373
16374         * gnus-demon.el (parse-time-string): Add autoload.
16375
16376         * gnus-delay.el (parse-time-string): Add autoload.
16377
16378         * gnus-art.el (parse-time-string): Add autoload.
16379
16380         * nnultimate.el (parse-time): Require for `parse-time-string'.
16381
16382 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16383
16384         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16385
16386         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16387
16388         * smime.el (smime-ldap-host-list): Add :version.
16389
16390 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16391
16392         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16393         pass it to `gnus-browse-read-group'.
16394         (gnus-browse-read-group): Add NUMBER argument and pass it to
16395         `gnus-group-read-ephemeral-group'.
16396
16397         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16398         argument and pass it to `gnus-group-read-group'.
16399
16400 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16401
16402         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16403         mm-xemacs-find-mime-charset-1 if we have the mule feature
16404         available at runtime.
16405
16406 2005-03-25  Werner Lemberg  <wl@gnu.org>
16407
16408         * nnmaildir.el: Replace `illegal' with `invalid'.
16409
16410 2005-03-23  Lute Kamstra  <lute@gnu.org>
16411
16412         * time-date.el: Add comment on time value formats.
16413         Don't require parse-time.
16414         (with-decoded-time-value): New macro.
16415         (encode-time-value): New function.
16416         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16417         (days-to-time): Return a valid time value when arg is huge.
16418         (time-since): Use time-subtract.
16419         (time-to-number-of-days): Use time-to-seconds.
16420
16421 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16422
16423         * gnus-start.el (gnus-display-time-event-handler):
16424         Check display-time-timer at runtime rather than only at load time
16425         in case display-time-mode is turned off in the mean time.
16426
16427 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16428
16429         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16430         used.
16431
16432         * nneething.el (nneething-map-file-directory): Derive from
16433         `gnus-directory'.
16434
16435         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16436         the To/Cc button.
16437
16438 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16439
16440         * nnmaildir.el (nnmaildir-request-accept-article):
16441         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16442
16443 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16444
16445         * gnus-async.el: Require timer-funcs at compile time when in
16446         XEmacs for `run-with-idle-timer'.
16447
16448 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16449
16450         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16451         autoloaded function.
16452
16453 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16454
16455         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16456
16457 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16458
16459         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16460
16461 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16462
16463         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16464         Add gnus-expert-user to default.
16465
16466 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16467
16468         * nnimap.el (nnimap-open-server): Ditto.
16469
16470         * imap.el (imap-authenticate): Fix typo.
16471
16472 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16473
16474         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16475         buffer (since IMAP server might return FETCH response out of
16476         order, and the nntp buffer must be sorted).
16477
16478 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16479
16480         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16481         comparison on string.
16482
16483         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16484         (gnus-agent-score): Rename category keywords to match gnus-cus.
16485         (gnus-agent-summary-fetch-series): Modify to protect against
16486         gnus-agent-summary-fetch-group clearing processable flags.
16487         (gnus-agent-synchronize-group-flags): Update live group buffer as
16488         synchronization may occur due to the user toggle the plugged
16489         status.
16490         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16491         successfully downloaded.
16492         (gnus-agent-expire-group-1): Avoid using markers when the overview
16493         is in ascending order; greatly improves performance.
16494         (gnus-agent-regenerate-group):
16495         Use gnus-agent-synchronize-group-flags to reset read status in both
16496         gnus and server.
16497         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16498
16499 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16500
16501         * message.el: Don't autoload former message-utils variables.
16502         (message-strip-subject-trailing-was): Change doc string.
16503
16504         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16505         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16506         (nnweb-google-search): Add "hl=en" here.
16507         (nnweb-google-parse-1, nnweb-google-create-mapping):
16508         Don't hardcode URL.
16509
16510 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16511
16512         * message.el (message-get-reply-headers, message-followup):
16513         Mention related variables `message-use-followup-to' and
16514         `message-use-mail-followup-to', in the information buffer.
16515
16516         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16517         of broken groups(-beta).google.com.
16518
16519 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16520
16521         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16522         parameter to invoked gnus-request-move-article; remove the
16523         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16524         all at once instead of once per article.
16525         (gnus-summary-remove-process-mark): Accept a list of articles as
16526         well as a single article for processing.
16527
16528         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16529         parameter.
16530
16531         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16532
16533         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16534
16535         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16536         parameter.
16537
16538         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16539         parameter.
16540
16541         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16542         parameter and remove the gnus-sum-hint-move-is-internal variable.
16543
16544         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16545         parameter.
16546
16547         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16548         parameter.
16549
16550         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16551         parameter.
16552
16553         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16554
16555         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16556         parameter.
16557
16558         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16559         parameter.
16560
16561 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16562
16563         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16564         a more conservative way.
16565
16566 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16567
16568         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16569         buffer, so it moves the window's cursor.
16570
16571 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16572
16573         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16574         `mm-dissect-multipart' and receive the from field as an (optional)
16575         argument from `mm-dissect-multipart'.
16576         (mm-dissect-multipart): Receive the from field as an argument and
16577         pass it on when we call `mm-dissect-buffer' on MIME parts.
16578         Fixes verification/decryption of signed/encrypted MIME parts.
16579
16580 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16581
16582         * gnus-sum.el (gnus-summary-move-article):
16583         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16584         whatever it calls (right now, only nnimap-request-move article
16585         respects it).
16586
16587         * nnimap.el (nnimap-request-move-article):
16588         When gnus-sum-hint-move-is-internal is set, don't do the extra
16589         nnimap-request-article.
16590
16591 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16592
16593         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16594
16595         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16596         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16597
16598         * gnus-sum.el (gnus-summary-caesar-message):
16599         Apply `gnus-treat-article' after rotation.
16600
16601         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16602         doc string.
16603
16604 2005-02-22  Simon Josefsson  <jas@extundo.com>
16605
16606         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16607         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16608         <arne@arnested.dk>.
16609         (encrypt): Add password-cache and password-cache-expiry as group
16610         members.
16611
16612 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16613
16614         * smime.el (smime-ldap-host-list): Doc fix.
16615         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16616         cache) password.
16617         (smime-sign-region): Use it.
16618         (smime-decrypt-region): Use it.
16619         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16620         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16621         fails.
16622         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16623         certificate from DER to PEM format rather than calling openssl.
16624
16625         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16626
16627         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16628         for signing/encryption.
16629
16630         * mml.el (mml-parse-1): Use them.
16631
16632 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16633
16634         * nnrss.el (nnrss-verbose): Remove.
16635         (nnrss-request-group): Use `nnheader-message' instead.
16636
16637 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16638
16639         * nnrss.el (nnrss-verbose): New variable.
16640         (nnrss-request-group): Make it say nnrss is requesting a group.
16641
16642 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16643
16644         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16645         Handle news URL with given port correctly.
16646
16647 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16648
16649         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16650         containing special characters.
16651
16652         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16653
16654         * mml.el (mime-to-mml): Ditto.
16655
16656         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16657         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16658         (rfc2047-decode-region): Quote decoded words containing special
16659         characters when rfc2047-quote-decoded-words-containing-tspecials
16660         is non-nil.
16661
16662 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16663
16664         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16665
16666         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16667
16668 2005-02-15  Simon Josefsson  <jas@extundo.com>
16669
16670         * nnimap.el (nnimap-debug): Doc fix.
16671
16672         * imap.el (imap-debug): Doc fix.
16673
16674 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16675
16676         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16677
16678 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16679
16680         * gnus.el (spam-contents): Improve docs for spam-contents
16681         parameter in its variable incarnation.
16682
16683 2005-02-14  Simon Josefsson  <jas@extundo.com>
16684
16685         * smime-ldap.el: Use require instead of load-library for ldap.
16686         (smime-ldap-search): Indent.
16687         (smime-ldap-search-internal): Shorten line.
16688
16689         * smime.el (smime-cert-by-dns): Add doc-string.
16690         (smime-cert-by-ldap-1): Indent.
16691
16692         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16693         mml-smime-get-dns-ldap.
16694         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16695
16696 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16697
16698         * smime.el: Require smime-ldap.
16699         (smime-ldap-host-list): New variable.
16700         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16701
16702         * mml-smime.el (mml-smime-encrypt-query): New function.
16703         (mml-smime-encrypt-query): Use it.
16704
16705         * smime-ldap.el: New file.
16706
16707 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16708
16709         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16710
16711 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16712
16713         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16714         argument in doc string.  Make query for type more clear.
16715
16716 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16717
16718         * gnus.el (gnus-group-startup-message): Search for gnus images in
16719         etc/images/gnus.
16720         * mm-util.el (mm-image-load-path): Likewise.
16721         * smiley.el (smiley-data-directory): Search for smilies in
16722         etc/images/smilies.
16723
16724 2005-02-09  Kim F. Storm  <storm@cua.dk>
16725
16726         Change Emacs release version from 21.4 to 22.1 throughout.
16727         Change Emacs development version from 21.3.50 to 22.0.50.
16728
16729 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16730
16731         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16732
16733         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16734         non-Mule XEmacs as well.
16735         (mm-decompress-buffer): Signal an error intentionally if it does
16736         not decompress compressed data because auto-compression-mode is
16737         disabled.
16738
16739 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16740
16741         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16742         an ID in the registry even if it has no groups.
16743
16744 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16745
16746         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16747         merge it into mm-decompress-buffer.
16748         (gnus-mime-copy-part): Use the MIME part charset, the value which
16749         a user specified or gnus-newsgroup-charset for decoding, like
16750         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16751         save-buffer what was used.  Suggested by Kevin Ryde
16752         <user42@zip.com.au>.
16753         (gnus-mime-inline-part): Allow the name parameter as well as the
16754         filename parameter; force decompressing of compressed data; always
16755         display contents being not decoded as unibyte.
16756
16757         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16758         as well as the filename parameter.
16759
16760         * mm-util.el (mm-decompress-buffer):
16761         Merge gnus-mime-jka-compr-maybe-uncompress.
16762         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16763         of compressed data.
16764
16765 2005-02-08  Simon Josefsson  <jas@extundo.com>
16766
16767         * imap.el (imap-log): Doc fix.
16768
16769 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16770
16771         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16772         the coding cookies; decompress compressed parts.
16773
16774         * mml.el (mml-generate-mime-1): Add the charset parameter according
16775         to the value which a user specified manually or the coding cookie.
16776
16777         * mm-util.el (mm-string-to-multibyte): New function.
16778         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16779         (mm-coding-system-to-mime-charset): New function.
16780         (mm-decompress-buffer): New function.
16781         (mm-find-buffer-file-coding-system): New function.
16782
16783         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16784         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16785         parts.
16786
16787 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16788
16789         * mm-view.el (mm-display-inline-fontify): Decode a part according
16790         to the charset parameter.
16791
16792 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16793
16794         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16795         prefix arg is neither nil nor a number, as info specifies.
16796
16797 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16798
16799         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16800         timestamps.
16801
16802 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16803
16804         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16805         groups error checking and notify user.
16806
16807 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16808
16809         * message.el (message-send-mail-function): Check existence of
16810         sendmail-program first before using default value
16811         `message-send-mail-with-sendmail'.  Otherwise use more generic
16812         `smtpmail-send-it'.
16813
16814 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16815
16816         * nntp.el (nntp-request-update-info): Always return nil.
16817
16818 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16819
16820         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16821
16822 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16823
16824         * message.el (message-beginning-of-line): Change the behavior when
16825         invoked between BOL and : so that it first moves backward.
16826
16827 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16828
16829         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16830         article buffer when editing of the article is discarded.
16831         (gnus-article-prepare): Revert.
16832
16833 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16834
16835         * gnus-art.el (gnus-article-prepare):
16836         Remove message-strip-forbidden-properties from the local hook.
16837
16838 2005-01-27  Simon Josefsson  <jas@extundo.com>
16839
16840         * password.el (password-cache-add): Only start one timer per key.
16841         Reported by Derek Atkins <warlord@MIT.EDU>.
16842
16843 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16844
16845         * run-at-time.el: Remove.  It is no longer needed as
16846         timer-funcs.el in the xemacs-base package has a working version of
16847         `run-at-time'.
16848
16849         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16850
16851         * password.el: Require timer-funcs instead of run-at-time in
16852         XEmacs.
16853         Remove `password-run-at-time' macro.
16854         (password-cache-add): Use `run-at-time' instead of
16855         `password-run-at-time'.
16856
16857         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16858         Remove `nnheader-cancel-function-timers' alias,
16859         `cancel-function-timers' exists in XEmacs in timer-funcs.
16860
16861         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16862         for `run-with-idle-timer'.
16863
16864         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16865         for `run-at-time'.
16866
16867         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16868         for `with-timeout'.
16869
16870         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16871         the same as for XEmacs 21.4.
16872         No need to ignore `run-with-idle-timer', this function exists in
16873         XEmacs now in timer-funcs.el in the xemacs-base package.
16874         (dgnushack-compile): No need to delete
16875         run-at-time.el from the list of files to compile because it
16876         doesn't exist anymore.
16877
16878 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16879
16880         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16881         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16882
16883 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16884
16885         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16886         sensitively.
16887
16888 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16889
16890         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16891
16892 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16893
16894         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16895         which will be inserted according to the multibyteness of a buffer
16896         rather than the type of contents.  Suggested by ARISAWA Akihiro
16897         <ari@mbf.ocn.ne.jp>.
16898
16899         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16900         of string which old xml.el may return rather than a string.
16901
16902 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16903
16904         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16905
16906 2005-01-16  Simon Josefsson  <jas@extundo.com>
16907
16908         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16909         idn/idna.el isn't available.
16910         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16911         <michael@waxrat.com>.
16912
16913         * hashcash.el: Remove non-FSF copyright header.
16914
16915         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16916         (hashcash-generate-payment): Use it.
16917         (hashcash-generate-payment-async): Use it.
16918
16919 2005-01-15  Simon Josefsson  <jas@extundo.com>
16920
16921         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16922         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16923
16924         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16925         gnus-summary-idna-message.
16926         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16927         (gnus-summary-idna-message): New function.
16928
16929 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16930
16931         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16932         gnus-novice-user.
16933
16934 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16935
16936         * nnrss.el (nnrss-request-delete-group): Delete entries in
16937         nnrss-group-alist as well.
16938         (nnrss-save-server-data): Insert newline.
16939
16940 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16941
16942         * gnus.el (gnus-user-agent): Use list of symbols instead of
16943         symbols.  Display full version number for (S)XEmacs.
16944         Optionally display (S)XEmacs codename.
16945
16946         * gnus-util.el (gnus-emacs-version): Update for new
16947         `gnus-user-agent'.
16948
16949         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16950         Gnus version.
16951
16952 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16953
16954         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16955         which is unreadable in some setups.
16956
16957 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16958
16959         * gnus-spec.el (gnus-update-format-specifications): Flush the
16960         group format spec cache if it doesn't support decoded group names.
16961
16962 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16963
16964         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16965         Allow to apply decay on score files matching a regexp.
16966
16967 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16968
16969         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16970         compatibility in %g and %c.
16971
16972 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16973
16974         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16975         name for only %g and %c.
16976         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16977         of gnus-tmp-group to decoded group name.
16978         (gnus-group-make-rss-group): Exclude `/'s from group names.
16979
16980 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16981
16982         * nnrss.el (nnrss-get-encoding): Fix regexp.
16983
16984 2004-12-27  Simon Josefsson  <jas@extundo.com>
16985
16986         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16987         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16988         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16989
16990 2004-12-17  Kim F. Storm  <storm@cua.dk>
16991
16992         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16993
16994         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16995
16996 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16997
16998         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16999
17000 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17001
17002         * nnrss.el: Require rfc2047 and mml.
17003         (nnrss-file-coding-system): New variable.
17004         (nnrss-format-string): Redefine it as an inline function.
17005         (nnrss-decode-group-name): New function.
17006         (nnrss-string-as-multibyte): Remove.
17007         (nnrss-retrieve-headers): Decode group name; don't use
17008         nnrss-format-string.
17009         (nnrss-request-group): Decode group name.
17010         (nnrss-request-article): Decode group name; allow a Message-ID as
17011         well as an article number; don't use nnrss-format-string; encode a
17012         Message-ID string which may contain non-ASCII characters; use
17013         mml-to-mime to compose a MIME article.
17014         (nnrss-request-expire-articles): Decode group name.
17015         (nnrss-request-delete-group): Decode group name.
17016         (nnrss-fetch): Clarify error message.
17017         (nnrss-read-server-data): Use insert-file-contents instead of load;
17018         bind file-name-coding-system; use multibyte buffer.
17019         (nnrss-save-server-data): Bind coding-system-for-write to the
17020         value of nnrss-file-coding-system; bind file-name-coding-system;
17021         add coding cookie.
17022         (nnrss-read-group-data): Use insert-file-contents instead of load;
17023         bind file-name-coding-system; use multibyte buffer.
17024         (nnrss-save-group-data): Bind coding-system-for-write to the
17025         value of nnrss-file-coding-system; bind file-name-coding-system.
17026         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
17027         make it work with non-ASCII text.
17028         (nnrss-find-el): Make it work with old xml.el as well.
17029
17030 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17031
17032         * nnrss.el (nnrss-get-encoding): New function.
17033         (nnrss-fetch): Use unibyte buffer initially; bind
17034         coding-system-for-read while performing mm-url-insert; remove ^Ms;
17035         decode contents according to the encoding attribute.
17036         (nnrss-save-group-data): Add coding cookie.
17037         (nnrss-mime-encode-string): New function.
17038         (nnrss-check-group): Use it to encode subject and author.
17039
17040 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
17041
17042         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
17043         imaginary variable.
17044
17045 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17046
17047         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17048         correctly even if there are wide characters.
17049
17050 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
17051
17052         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17053         downcased symbol names; make a new cache instead of reusing
17054         bbdb-hashtable.
17055
17056 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17057
17058         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17059         concatenating segments rather than before concatenating them.
17060         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17061
17062         * message.el (message-get-reply-headers): Bind `extra'.
17063
17064 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17065
17066         * message.el (message-extra-wide-headers): New variable.
17067         (message-get-reply-headers): Use it.
17068
17069 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17070
17071         * gnus-agent.el (gnus-agent-group-path): Decode group name.
17072         (gnus-agent-group-pathname): Ditto.
17073
17074         * gnus-cache.el (gnus-cache-file-name): Decode group name.
17075
17076         * gnus-group.el (gnus-group-make-group): Decode group name.
17077         (gnus-group-make-rss-group): Register the group data after opening
17078         the nnrss group.
17079
17080 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
17081
17082         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17083         by expiry now get marked as read.
17084
17085 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17086
17087         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17088
17089 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
17090
17091         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17092         unify Latin characters in XEmacs.
17093         (mm-find-mime-charset-region): Use it.
17094
17095 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17096
17097         * gnus-util.el (gnus-delete-directory): New function.
17098
17099         * gnus-agent.el (gnus-agent-delete-group): Use it.
17100
17101         * gnus-cache.el (gnus-cache-delete-group): Use it.
17102
17103 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17104
17105         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17106         names.
17107
17108 2004-12-16  Simon Josefsson  <jas@extundo.com>
17109
17110         * hashcash.el (hashcash-payment-alist): Fix custom :type.
17111
17112 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17113
17114         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17115
17116         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17117         (gnus-group-set-current-level): Decode group name.
17118
17119 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
17120
17121         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17122         failed.
17123
17124 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17125
17126         * gnus-group.el (gnus-group-delete-group): Decode group name.
17127         (gnus-group-make-rss-group): Encode group name.
17128         (gnus-group-catchup-current): Decode group name.
17129         (gnus-group-kill-group): Decode group name.
17130
17131 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17132
17133         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17134
17135 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17136
17137         * gnus-group.el (gnus-group-make-rss-group):
17138         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17139
17140         * gnus-start.el (gnus-setup-news): Honor user's setting to
17141         gnus-message-archive-method.  Suggested by Lute Kamstra
17142         <lute@gnu.org>.
17143
17144 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
17145
17146         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17147         global counterparts of the buffer-local variables.
17148
17149 2004-11-16  Romain Francoise  <romain@orebokech.com>
17150
17151         * gnus-sum.el (gnus-summary-exit): Don't clear the global
17152         counterparts of the buffer-local variables.
17153
17154 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17155
17156         * message.el (message-forbidden-properties): Fix typo in doc
17157         string.
17158
17159 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17160
17161         * gnus-util.el (gnus-replace-in-string): Add doc string.
17162
17163         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17164         to avoid problems when splitting mails with many recipients.
17165
17166 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17167
17168         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17169         pop-to-buffer, covered by the subsequent gnus-configure-windows.
17170
17171 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
17172
17173         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17174         if there is no hashtable in memory or file modification time is
17175         newer than cached timestamp.
17176
17177 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17178
17179         * gnus-sum.el (gnus-summary-limit-to-recipient):
17180         Implement not-matching option.
17181
17182 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
17183
17184         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17185         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17186         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17187         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17188         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
17189         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17190
17191 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17192
17193         * message.el (message-forward-make-body-mml): Remove headers
17194         according to message-forward-ignored-headers if a message is decoded.
17195
17196 2004-12-02  Romain Francoise  <romain@orebokech.com>
17197
17198         * message.el (message-forward-make-body-plain): Always remove
17199         headers according to message-forward-ignored-headers.
17200
17201 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17202
17203         * spam.el (spam-summary-prepare-exit): Remove the
17204         gnus-summary-limit pop for now, it has problems with ham marks for
17205         me.
17206
17207 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17208
17209         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17210         correctly.
17211
17212 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17213
17214         * format-spec.el (format-spec): Message the char.
17215
17216 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17217
17218         * gnus-art.el (gnus-split-methods): Reformat comments.
17219
17220         * spam.el (spam-summary-prepare-exit): Remove article limits
17221         before exiting the summary buffer.
17222
17223 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17224
17225         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17226         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17227
17228         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17229         order to silence the byte compiler.
17230
17231         * spam.el: Fix the way to silence the byte compiler, which
17232         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17233         bbdb-search-simple, spam-BBDB-register-routine,
17234         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17235         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17236         spam-stat-buffer-is-spam, spam-stat-load,
17237         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17238         spam-stat-save and spam-stat-split-fancy.
17239
17240 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17241
17242         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17243         which may confuse users.
17244         (canlock-password-for-verify): Ditto.
17245
17246         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17247
17248         * gnus-art.el (gnus-emphasis-alist): Ditto.
17249
17250         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17251
17252         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17253
17254         * gnus-start.el (gnus-save-killed-list): Ditto.
17255
17256         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17257         (gnus-sum-thread-tree-root): Ditto.
17258         (gnus-sum-thread-tree-false-root): Ditto.
17259         (gnus-sum-thread-tree-single-indent): Ditto.
17260
17261         * message.el (message-courtesy-message): Ditto.
17262         (message-archive-note): Ditto.
17263         (message-subscribed-address-file): Ditto.
17264         (message-user-fqdn): Ditto.
17265
17266         * spam-report.el (spam-report-gmane-regex): Ditto.
17267
17268         * spam.el (spam-blackhole-good-server-regex): Ditto.
17269
17270 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17271
17272         * mml.el (mml-preview): Widen the message buffer before copying
17273         the contents to the preview buffer; sort headers before previewing.
17274
17275         * message.el (message-hidden-headers): Fix the way to avoid a bug
17276         in the `repeat' widget in Emacs 21.3 or earlier.
17277
17278 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17279
17280         * message.el (message-hidden-headers): Default to "^References:".
17281         Improve customization type.  Suggested by Reiner Steib
17282         <Reiner.Steib@gmx.de>.
17283
17284 2004-11-25  Romain Francoise  <romain@orebokech.com>
17285
17286         * message.el (message-strip-forbidden-properties): Remove check for
17287         obsolete `message-hidden' text property, hidden headers are not
17288         accessible in the buffer anymore.
17289
17290 2004-11-22  Romain Francoise  <romain@orebokech.com>
17291
17292         * message.el (message-header-format-alist): Add `From' in list
17293         so that it can be sorted.
17294         (message-fix-before-sending): Widen and sort headers before
17295         sending.
17296         (message-hide-headers): Use narrowing to hide headers by moving
17297         them to the top of the buffer and narrowing to the region
17298         underneath.
17299
17300 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17301
17302         * message.el (message-strip-forbidden-properties):
17303         Bind buffer-read-only (etc) to nil.
17304
17305 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17306
17307         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17308         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17309
17310 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17311
17312         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17313
17314 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17315
17316         * dns.el (query-dns): Use sit-for to time instead of
17317         accept-process-output, since that doesn't seem to work on udp
17318         sockets.
17319
17320 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17321
17322         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17323
17324 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17325
17326         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17327         doc string.  Improve doc string.
17328
17329 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17330
17331         * nntp.el (nntp-request-update-info): Return nil if
17332         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17333         may not call gnus-activate-group which uselessly issues the GROUP
17334         commands for all nntp groups and wastes time.  Reported by Romain
17335         Francoise <romain@orebokech.com>.
17336
17337         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17338
17339 2004-11-15  Simon Josefsson  <jas@extundo.com>
17340
17341         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17342         headers separately.
17343         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17344         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17345
17346 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17347
17348         * gnus-start.el (gnus-convert-old-newsrc):
17349         Assign legacy-gnus-agent to 5.10.7.
17350
17351 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17352
17353         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17354         start of the lines.
17355
17356 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17357
17358         * hashcash.el (hashcash-default-payment): Change default to 20.
17359         (hashcash-default-accept-payment): Change default to 20.
17360         (hashcash-process-alist): New variable.
17361         (hashcash-generate-payment-async): Add.
17362         (hashcash-already-paid-p): Add.
17363         (hashcash-insert-payment): Don't generate payments twice.
17364         (hashcash-insert-payment-async): Add.
17365         (hashcash-insert-payment-async-2): Add.
17366         (hashcash-cancel-async): Add.
17367         (hashcash-wait-async): Add.
17368         (hashcash-processes-running-p): Add.
17369         (hashcash-wait-or-cancel): Add.
17370         (mail-add-payment): New optional argument.  Conditionally start
17371         asynchronous calculation.
17372         (mail-add-payment-async): Add.
17373
17374         * message.el (message-send-mail): Wait for asynchronous hashcash
17375         results.  Don't clobber existing X-Hashcash headers.
17376         (message-setup-1): Call mail-add-payment-async when
17377         message-generate-hashcash is non-nil.
17378
17379 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17380
17381         * message.el (message-use-alternative-email-as-from): Examine the
17382         From header as well; use message-make-from in order to include a
17383         user's full name.
17384
17385 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17386
17387         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17388         default; improve customization type.
17389         (gnus-emphasis-custom-with-format): New macro.
17390         (gnus-emphasis-custom-value-to-external): New function.
17391         (gnus-emphasis-custom-value-to-internal): New function.
17392
17393 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17394
17395         * dns.el (query-dns): Resolve reverse addresses.
17396
17397 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17398
17399         * gnus-group.el (gnus-group-get-new-news): Use it.
17400
17401         * gnus-start.el (gnus-check-reasonable-setup): New function.
17402
17403 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17404
17405         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17406         "Args out of range" error.  Reported by Arnaud Giersch
17407         <arnaud.giersch@free.fr>.
17408
17409 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17410
17411         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17412
17413 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17414
17415         * spam.el (spam group): Add :version.
17416
17417         * pgg-def.el (pgg group): Add :version.
17418
17419 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17420
17421         * gnus-art.el (gnus-article-edit-article): Don't associate the
17422         article buffer with a draft file.  This is a temporary measure
17423         against the 2004-08-22 change to gnus-article-edit-mode.
17424
17425 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17426
17427         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17428         (html2text-format-tags): Remove unused variable `attr'.
17429
17430 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17431
17432         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17433
17434         * tls.el (tls-process-connection-type, tls-success)
17435         (tls-certtool-program): Add :version.
17436
17437         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17438         (starttls-extra-arguments, starttls-process-connection-type)
17439         (starttls-connect, starttls-failure, starttls-success): Add :version.
17440
17441         * spam-stat.el (spam-stat): Add :version.
17442
17443         * sieve.el (sieve): Add :version.
17444
17445         * sha1.el (sha1): Add :version.
17446         (sha1-use-external): Remove redundant version.
17447
17448         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17449         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17450         (nnmail-split-fancy-match-partial-words)
17451         (nnmail-split-lowercase-expanded): Add :version.
17452
17453         * nndiary.el (nndiary): Add :version.
17454
17455         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17456
17457         * mml-sec.el (mml-default-sign-method)
17458         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17459         Add :version.
17460
17461         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17462
17463         * mm-url.el (mm-url-use-external, mm-url-program)
17464         (mm-url-arguments): Add :version.
17465
17466         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17467         (mm-attachment-file-modes, mm-decrypt-option)
17468         (mm-w3m-safe-url-regexp): Add :version.
17469
17470         * message.el (message-cite-prefix-regexp)
17471         (message-sendmail-envelope-from, message-minibuffer-local-map)
17472         (message-user-fqdn, message-completion-alist): Add :version.
17473
17474         * gnus-win.el (gnus-configure-windows-hook)
17475         (gnus-use-frames-on-any-display): Add :version.
17476
17477         * gnus-art.el (gnus-article-address-banner-alist)
17478         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17479         (gnus-treat-from-picon, gnus-treat-mail-picon)
17480         (gnus-treat-x-pgp-sig): Add :version.
17481
17482         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17483         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17484         (gnus-summary-article-delete-hook)
17485         (gnus-summary-display-while-building): Add :version.
17486
17487         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17488         (gnus-get-top-new-news-hook): Add :version.
17489
17490         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17491         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17492
17493         * gnus-registry.el (gnus-registry): Add :version.
17494
17495         * gnus-spec.el (gnus-use-correct-string-widths)
17496         (gnus-make-format-preserve-properties): Add :version.
17497
17498         * gnus.el (gnus-group-charter-alist)
17499         (gnus-group-fetch-control-use-browse-url)
17500         (gnus-install-group-spam-parameters): Add :version.
17501
17502         * gnus-diary.el (gnus-diary): Add :version.
17503
17504         * gnus-delay.el (gnus-delay): Add :version.
17505
17506         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17507         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17508         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17509         Add :version.
17510
17511         * gnus-agent.el (gnus-agent-max-fetch-size)
17512         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17513         (gnus-agent-prompt-send-queue): Add :version.
17514
17515         * deuglify.el (gnus-outlook-deuglify): Add :version.
17516
17517         * html2text.el: Beautify code.  Improve doc strings.
17518         Some checkdoc cleanup.
17519         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17520
17521 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17522
17523         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17524
17525 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17526
17527         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17528         when package is loaded.
17529
17530         * spam.el (spam-summary-score-preferred-header): Add global preference
17531         for people who want to override the default SpamAssassin over
17532         Bogofilter preference (when both are set).
17533         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17534         (spam-user-format-function-S):
17535         Check spam-summary-score-preferred-header.
17536         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17537         (spam-user-format-function-S): Format the score correctly.
17538
17539 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17540
17541         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17542         signature file.  Suggested by Manoj Srivastava
17543         <srivasta@golden-gryphon.com>.
17544
17545         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17546         iso-2022-jp even in the Japanese language environment.
17547         Suggested by Jason Rumney <jasonr@gnu.org>.
17548
17549 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17550
17551         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17552         use the same characters as the dummy marks; make it free from
17553         getting affected by the language environment.
17554         (gnus-summary-read-group-1): Update mark positions only when the
17555         format spec is updated.
17556
17557         * gnus-spec.el (gnus-update-format-specifications): Return a list
17558         of updated types.
17559
17560 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17561
17562         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17563         of boundp to check if display-warning is available.
17564
17565 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17566
17567         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17568
17569 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17570
17571         * nnspool.el (nnspool-spool-directory): Use news-path if the
17572         news-directory variable is not bound.
17573
17574         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17575         function instead of display-warning if it is not available.
17576
17577 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17578
17579         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17580         v5-10: Use `point-at-bol'.
17581
17582 2004-10-26  Simon Josefsson  <jas@extundo.com>
17583
17584         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17585         <chenggao@gmail.com>.
17586
17587 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17588
17589         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17590         instead.
17591
17592 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17593
17594         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17595         to remove a server from the nnimap-server-buffer-alist.
17596         (nnimap-open-connection, nnimap-close-server): Use it.
17597
17598         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17599
17600 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17601
17602         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17603         running the major-mode function.
17604
17605 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17606
17607         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17608         dummy marks in the right way.
17609
17610 2004-10-18  David Edmondson  <dme@dme.org>
17611
17612         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17613         excessively.
17614
17615 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17616
17617         * gnus-util.el (gnus-split-references): Accept a nil references
17618         string and go on blissfully.
17619
17620         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17621         cases where the references string is non-nil but has no references.
17622
17623         * encrypt.el: Add autoload tags.
17624
17625         * spam.el (spam-resolve-registrations-routine): Remove article
17626         from unregistration list too.  Reported by David Hanak
17627         <dhanak@isis.vanderbilt.edu>
17628
17629 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17630
17631         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17632         nil.  Change custom type.
17633
17634 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17635
17636         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17637
17638         * gnus-sum.el (gnus-summary-move-article): Use it.
17639
17640 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17641
17642         * encrypt.el: Add autoload cookies.
17643
17644         * spam.el (spam-backend-article-list-property)
17645         (spam-backend-get-article-todo-list)
17646         (spam-backend-put-article-todo-list)
17647         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17648         Resolve registrations separately.
17649         (spam-register-routine): Format comments.
17650         (spam-unregister-routine, spam-register-routine): Always call with
17651         specific-articles, no default list.
17652         (spam-summary-prepare-exit): Use the spam-classifications function.
17653
17654         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17655         gnus-encrypt.el.
17656
17657         * encrypt.el: Copied from gnus-encrypt.el.
17658
17659         * gnus-encrypt.el: Commented that it's obsolete.
17660
17661 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17662
17663         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17664         (gnus-score-save): Use it.
17665
17666         * message.el (message-bury): Use `window-dedicated-p'.
17667
17668 2004-10-15  Simon Josefsson  <jas@extundo.com>
17669
17670         * pop3.el (top-level): Don't require nnheader.
17671         (pop3-read-timeout): Add.
17672         (pop3-accept-process-output): Add.
17673         (pop3-read-response, pop3-retr): Use it.
17674
17675 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17676
17677         * spam.el (spam-register-routine): Move comment.
17678         (spam-verify-bogofilter): Use 'unknown for the initial
17679         spam-bogofilter-valid state, not 'never.
17680
17681         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17682         for netrc-machine.
17683
17684         * nnimap.el (nnimap-open-connection):
17685         Use netrc-machine-user-or-password.
17686
17687 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17688
17689         * gnus-registry.el (gnus-registry-unload-hook):
17690         Set as a variable with add-hook.
17691
17692         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17693         of news-path.
17694
17695         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17696
17697         * spam.el: Delete duplicate `provide'.
17698         (spam-unload-hook): Set as a variable with add-hook.
17699
17700 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17701
17702         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17703         in the doc string.
17704
17705         * message.el (message-ignored-news-headers)
17706         (message-ignored-supersedes-headers)
17707         (message-ignored-resent-headers)
17708         (message-forward-ignored-headers): Improve custom type.
17709
17710 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17711
17712         * message.el (message-tokenize-header): Fix 2004-09-06 change
17713         which used point-min in the wrong place.
17714
17715 2004-10-12  Simon Josefsson  <jas@extundo.com>
17716
17717         * tls.el (tls-certtool-program): New variable.
17718         (tls-certificate-information): New function, based on
17719         ssl-certificate-information.
17720
17721 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17722
17723         * compface.el: Move the version of ELisp-based uncompface program
17724         to the contrib directory because of the copyright problem.
17725
17726 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17727
17728         * message.el (message-kill-buffer): Raise the current frame.
17729
17730 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17731
17732         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17733
17734         * gnus.el (message-y-or-n-p): Autoload.
17735
17736         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17737         (pop3-password-required, pop3-authentication-scheme)
17738         (pop3-leave-mail-on-server): Make customizable.
17739         (pop3): New custom group.
17740         (pop3-retr): Remove `sleep-for' statements.
17741         Suggested by Dave Love <fx@gnu.org>.
17742
17743         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17744         Windows/DOS.
17745
17746         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17747         (imap-parse-body): Fix incorrect use of `assert'.
17748         Suggested by Dave Love <fx@gnu.org>.
17749
17750         * mml.el (mml-minibuffer-read-disposition): Require match.
17751         Suggested by Dave Love <fx@gnu.org>.
17752
17753 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17754
17755         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17756         doc string.
17757
17758 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17759
17760         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17761
17762 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17763
17764         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17765         instead of calling `mm-insert-inline', to decode text/* parts
17766         before displaying them.
17767
17768 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17769
17770         * mm-uu.el (mm-uu-text-plain-type): New variable.
17771         (mm-uu-pgp-signed-extract-1): Use it.
17772         (mm-uu-pgp-encrypted-extract-1): Use it.
17773         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17774         bind mm-uu-text-plain-type with that value.
17775         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17776         mm-uu-dissect.
17777
17778 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17779
17780         * gnus-group.el (gnus-update-group-mark-positions):
17781         * gnus-sum.el (gnus-update-summary-mark-positions):
17782         * message.el (message-check-news-body-syntax):
17783         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17784         of string-as-multibyte.
17785
17786 2004-10-05  Juri Linkov  <juri@jurta.org>
17787
17788         * gnus-group.el (gnus-update-group-mark-positions):
17789         * gnus-sum.el (gnus-update-summary-mark-positions):
17790         * message.el (message-check-news-body-syntax):
17791         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17792         8-bit unibyte values to a multibyte string for search functions.
17793
17794 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17795
17796         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17797         (mm-uu-dissect-text-parts): New function.
17798
17799         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17800         dissect text parts.
17801
17802         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17803         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17804
17805         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17806
17807         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17808         Use gnus-current-topics instead of gnus-current-topic.
17809
17810 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17811
17812         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17813
17814 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17815
17816         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17817         where approriate.
17818
17819         * nnml.el (nnml-generate-active-info): do.
17820
17821         * nndiary.el (nndiary-generate-active-info): do.
17822
17823         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17824         (gnus-topic-move): do.
17825
17826         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17827         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17828
17829         * gnus-srvr.el (gnus-server-prepare)
17830         (gnus-server-open-all-servers): do.
17831
17832         * gnus-msg.el (gnus-summary-cancel-article)
17833         (gnus-summary-resend-message)
17834         (gnus-summary-mail-crosspost-complaint): do.
17835
17836         * gnus-move.el (gnus-change-server): do.
17837
17838         * gnus-group.el (gnus-group-unmark-all-groups)
17839         (gnus-group-set-current-level): do.
17840
17841 2004-10-04  Simon Josefsson  <jas@extundo.com>
17842
17843         * message.el (message-generate-hashcash): Doc fix.
17844
17845 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17846
17847         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17848         avoid infinite recursion via gnus-get-function.
17849
17850 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17851
17852         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17853
17854         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17855
17856         * nnmail.el (nnmail-split-history): do.
17857
17858         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17859         (nnml-request-delete-group): do.
17860
17861         * nnslashdot.el (nnslashdot-read-groups): do.
17862
17863         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17864         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17865
17866         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17867         (nnspool-sift-nov-with-sed): Use last.
17868         (nnspool-retrieve-headers-with-nov): Use mapc.
17869         (nnspool-request-newgroups): Use dolist.
17870         (nnspool-request-group): Use last.
17871
17872         * nntp.el (nntp-read-server-type): Use dolist.
17873
17874         * nnvirtual.el (nnvirtual-create-mapping)
17875         (nnvirtual-update-read-and-marked): Use dolist.
17876         (nnvirtual-convert-headers): Simplify.
17877
17878 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17879
17880         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17881         Add support for sync'ing tick marks.
17882
17883 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17884
17885         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17886         there's no visible header.
17887
17888 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17889
17890         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17891         When necessary, pass full group name to gnus-request-set-marks.
17892
17893 2004-10-01  Simon Josefsson  <jas@extundo.com>
17894
17895         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17896         acroread.
17897
17898 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17899
17900         * spam-report.el (spam-report-gmane): Fix interactive.
17901
17902         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17903
17904         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17905         when writing file.
17906         (gnus-agent-synchronize-flags): Don't default to being
17907         interactive.
17908
17909 2004-09-30  Simon Josefsson  <jas@extundo.com>
17910
17911         * message.el (message-generate-hashcash): Add.
17912         (message-send-mail): Use it, call mail-add-payment.
17913
17914 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17915
17916         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17917
17918 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17919
17920         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17921         gnus-requst-update-info with explicit code to sync the in-memory
17922         info read flags with the marks being sync'd to the backend.
17923
17924         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17925
17926 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17927
17928         * spam.el (spam-verify-bogofilter): Add new function.
17929         (spam-check-bogofilter)
17930         (spam-bogofilter-register-with-bogofilter): Use it.
17931         (spam-verify-bogofilter): Add small fixes.
17932
17933 2004-09-28  Simon Josefsson  <jas@extundo.com>
17934
17935         * hashcash.el (hashcash-generate-payment): Revert.
17936
17937 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17938
17939         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17940         Use gnus-extract-references instead of gnus-split-references.
17941
17942         * gnus-util.el (gnus-extract-references): Add new function, analogous
17943         to gnus-split-references but extracts only the message-ID without
17944         anything extra.
17945
17946         * hashcash.el (hashcash-generate-payment)
17947         (hashcash-check-payment): Do the right thing if hashcash-path is
17948         nil (because the hashcash program could not be found).
17949
17950         * spam.el (spam-use-hashcash): Remove comment.
17951
17952 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17953
17954         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17955         (gnus-cache-enter-article, gnus-cache-remove-article)
17956         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17957
17958         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17959
17960         * gnus-art.el (article-hide-boring-headers)
17961         (article-translate-strings, article-display-face)
17962         (gnus-article-mime-match-handle-first)
17963         (gnus-article-highlight-headers)
17964         (gnus-article-add-buttons-to-head): do.
17965
17966 2004-09-27  Simon Josefsson  <jas@extundo.com>
17967
17968         * hashcash.el: New version, from
17969         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17970         ../contrib/.
17971
17972 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17973
17974         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17975
17976 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17977
17978         * gnus-dup.el (gnus-dup-open): Use mapc.
17979         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17980
17981         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17982         Reported by Stefan Wiens <s.wi@gmx.net>.
17983
17984         * gnus.el (gnus-shutdown): Use dolist.
17985
17986         * gnus-undo.el (gnus-undo): Use mapc.
17987
17988         * nnrss.el (nnrss-generate-active): do.
17989
17990         * message.el (message-cite-original-without-signature)
17991         (message-cite-original): Use mapc.
17992         (message-do-actions, message-make-forward-subject): Use dolist.
17993
17994 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17995
17996         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17997         deletion to remove entire duplicate line.  Fixes merged article
17998         number bug.
17999
18000 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18001
18002         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18003         servers that are offline.  Avoids having gnus-agent-toggle-plugged
18004         first ask if you want to open a server and then, even when you
18005         responded with no, asking if you want to synchronize the server's
18006         flags.
18007         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18008         multi-line expressions.
18009         (gnus-agent-synchronize-group-flags): New internal function.
18010         Updates marks in memory (in the info structure) AND in the
18011         backend.
18012
18013         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18014
18015         * nnagent.el (nnagent-request-set-mark):
18016         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18017         method, to ensure that synchronization updates marks in the
18018         backend and in the info (in memory) structure.
18019
18020 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18021
18022         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
18023         convention fully; don't miss the root article of a thread; make
18024         the X-Draft-From header with correct article numbers.
18025
18026 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
18027
18028         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18029         unless plugged.  Disable the agent so that an open failure causes
18030         an error.
18031
18032         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18033         Revert 2004-09-21 change.  The backend must be opened while
18034         synchronizing flags even when the backend stores the flags
18035         locally.
18036
18037 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
18038
18039         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
18040         in `header' match.  Reported by Svend Tollak Munkejord.
18041
18042         * message.el (message-cite-original): Fix use of
18043         `message-cite-articles-with-x-no-archive'.
18044
18045 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18046
18047         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18048         (gnus-window-to-buffer): Ditto.
18049
18050         * mml.el (mml-preview-buffer): New variable.
18051         (mml-preview): Manage window layout with gnus-buffer-configuration.
18052
18053         * gnus-msg.el (gnus-setup-message): Put article numbers into the
18054         X-Draft-From header even if those articles aren't quoted.
18055
18056 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
18057
18058         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18059         (gnus-request-set-mark, gnus-request-update-mark): Use new
18060         g-s-t-u-l-m to decide to use backend even when unplugged.
18061
18062 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18063
18064         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18065         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
18066
18067 2004-09-20  Simon Josefsson  <jas@extundo.com>
18068
18069         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18070         "utf-16-le".
18071
18072 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18073
18074         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18075
18076 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18077
18078         * uudecode.el (uudecode-use-external): Add :version.
18079
18080         * smime.el (smime-CA-file, smime-encrypt-cipher)
18081         (smime-dns-server): Add :version.
18082
18083         * smiley.el (gnus-smiley-file-types): Add :version.
18084
18085         * sha1.el (sha1-use-external): Add :version.
18086
18087         * pgg-def.el (pgg-query-keyserver): Add :version.
18088
18089         * nnmail.el (nnmail-fancy-expiry-targets)
18090         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18091         Add :version.
18092
18093         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18094         (nnimap-retrieve-groups-asynchronous): Add :version.
18095         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
18096
18097         * mml.el (mml-content-disposition-parameters)
18098         (mml-insert-mime-headers-always): Add :version.
18099
18100         * mm-util.el (mm-coding-system-priorities): Add :version.
18101
18102         * mm-decode.el (mm-inline-text-html-with-images)
18103         (mm-keep-viewer-alive-types, mm-external-terminal-program)
18104         (mm-verify-option): Add :version.
18105         (mm-text-html-renderer): Change :version.
18106
18107         * message.el (message-fcc-externalize-attachments)
18108         (message-required-headers, message-draft-headers)
18109         (message-subject-trailing-was-query)
18110         (message-subject-trailing-was-ask-regexp)
18111         (message-subject-trailing-was-regexp, message-mark-insert-begin)
18112         (message-mark-insert-end, message-archive-header)
18113         (message-archive-note, message-cross-post-default)
18114         (message-cross-post-note, message-followup-to-note)
18115         (message-cross-post-note-function, message-use-mail-followup-to)
18116         (message-subscribed-address-functions)
18117         (message-subscribed-address-file, message-subscribed-addresses)
18118         (message-subscribed-regexps, message-allow-no-recipients)
18119         (message-yank-cited-prefix, message-signature-insert-empty-line)
18120         (message-hidden-headers, message-hierarchical-addresses)
18121         (message-mail-user-agent, message-use-idna)
18122         (message-valid-fqdn-regexp)
18123         (message-strip-special-text-properties, message-header-synonyms)
18124         (message-beginning-of-line, message-tab-body-function): Add :version.
18125         (message-insert-canlock, message-wide-reply-confirm-recipients):
18126         Change :version.
18127
18128         * mail-source.el (mail-source-ignore-errors): Add :group, :type
18129         and :version.
18130         (mail-source-delete-old-incoming-confirm)
18131         (mail-source-movemail-program): Add :version.
18132
18133         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18134         (gnus-agent-cache, gnus-agent): Change :version.
18135
18136         * gnus-util.el (gnus-use-byte-compile): Change :version.
18137
18138         * gnus-sum.el (gnus-summary-make-false-root-always)
18139         (gnus-summary-default-high-score)
18140         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18141         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18142         (gnus-read-all-available-headers, gnus-article-emulate-mime)
18143         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18144         (gnus-sum-thread-tree-single-indent)
18145         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18146         (gnus-sum-thread-tree-leaf-with-other)
18147         (gnus-sum-thread-tree-single-leaf): Add :version.
18148         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18149         (gnus-article-loose-mime): Change :version.
18150
18151         * gnus-start.el (gnus-backup-startup-file)
18152         (gnus-save-startup-file-via-temp-buffer): Add :version.
18153
18154         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18155         (gnus-server-offline-face): Add :version.
18156
18157         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18158
18159         * gnus-msg.el (gnus-gcc-externalize-attachments)
18160         (gnus-debug-files, gnus-debug-exclude-variables)
18161         (gnus-discouraged-post-methods): Change :version.
18162         (gnus-confirm-mail-reply-to-news)
18163         (gnus-confirm-treat-mail-like-news): Add :version.
18164
18165         * gnus-int.el (gnus-server-unopen-status): Add :version.
18166
18167         * gnus-group.el (gnus-group-jump-to-group-prompt)
18168         (gnus-large-ephemeral-newsgroup)
18169         (gnus-fetch-old-ephemeral-headers): Add :version.
18170
18171         * gnus-fun.el (gnus-x-face-directory)
18172         (gnus-convert-pbm-to-x-face-command)
18173         (gnus-convert-image-to-x-face-command)
18174         (gnus-convert-image-to-face-command): Add :version.
18175
18176         * gnus-delay.el (gnus-delay-default-hour): Add :version.
18177
18178         * gnus-cite.el (gnus-cite-blank-line-after-header)
18179         (gnus-article-boring-faces): Add :version.
18180
18181         * gnus-art.el (gnus-buttonized-mime-types)
18182         (gnus-inhibit-mime-unbuttonizing)
18183         (gnus-treat-display-face)
18184         (gnus-treat-body-boundary): Change :version.
18185         (gnus-body-boundary-delimiter, gnus-picon-databases)
18186         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18187         (gnus-treat-date-english, gnus-treat-fold-headers)
18188         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18189         (gnus-treat-mail-picon, gnus-treat-wash-html)
18190         (gnus-article-encrypt-protocol)
18191         (gnus-use-idna, gnus-article-over-scroll)
18192         (gnus-mime-display-multipart-alternative-as-mixed)
18193         (gnus-mime-display-multipart-related-as-mixed)
18194         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18195         (gnus-ctan-url, gnus-button-ctan-handler)
18196         (gnus-button-handle-ctan-bogus-regexp)
18197         (gnus-button-ctan-directory-regexp)
18198         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18199         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18200         (gnus-button-man-level, gnus-button-emacs-level)
18201         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18202
18203         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18204         (gnus-agent-go-online): Change :version.
18205         (gnus-agent-expire-unagentized-dirs)
18206         (gnus-agent-auto-agentize-methods): Add :version.
18207
18208         * flow-fill.el (fill-flowed-display-column)
18209         (fill-flowed-encode-column): Add :version.
18210
18211         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18212         (gnus-outlook-deuglify-unwrap-max)
18213         (gnus-outlook-deuglify-cite-marks)
18214         (gnus-outlook-deuglify-unwrap-stop-chars)
18215         (gnus-outlook-deuglify-no-wrap-chars)
18216         (gnus-outlook-deuglify-attrib-cut-regexp)
18217         (gnus-outlook-deuglify-attrib-verb-regexp)
18218         (gnus-outlook-deuglify-attrib-end-regexp)
18219         (gnus-outlook-display-hook): Add :version.
18220
18221         * binhex.el (binhex-use-external): Add :version.
18222
18223 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18224
18225         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18226         and `invisible'.
18227
18228 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18229
18230         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18231         in gnus-registry-trim.
18232
18233 2004-09-13  Simon Josefsson  <jas@extundo.com>
18234
18235         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18236
18237         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18238
18239         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18240         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18241         <yamaoka@jpl.org>.
18242         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18243         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18244         <yamaoka@jpl.org>.
18245
18246         * sieve.el (sieve-manage-mode): Ditto.
18247
18248 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18249
18250         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18251
18252 2004-09-11  Simon Josefsson  <jas@extundo.com>
18253
18254         * dns-mode.el: Add.
18255
18256         * mm-view.el (mm-display-dns-inline): Add.
18257
18258         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18259         (mm-automatic-display): Ditto.
18260
18261         * mailcap.el (mailcap-mime-data): Add text/dns.
18262         (mailcap-mime-extensions): Map .soa to text/dns.
18263
18264 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18265
18266         * gnus-art.el (article-decode-mime-words, article-babel)
18267         (gnus-article-highlight-signature, gnus-article-add-buttons)
18268         (gnus-signature-toggle): Remove unnecessary bindings of
18269         `inhibit-read-only' inherited from v5.10 merge.
18270
18271 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18272
18273         * nntp.el (nntp): New customization group.
18274         (nntp-authinfo-file): Add customization group.
18275
18276         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18277
18278         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18279
18280         * gnus.el (to-address, to-list, subscribed)
18281         (large-newsgroup-initial): Ditto.
18282
18283         * flow-fill.el (fill-flowed-display-column)
18284         (fill-flowed-encode-column): Ditto.
18285
18286 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18287
18288         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18289         Use point-min rather than 1.
18290         (message-send-mail): Use buffer-size rather than point-max.
18291
18292         * gnus-sum.el (gnus-summary-search-article-forward):
18293         Signal a specific `search-failed' rather than a generic `error'.
18294
18295         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18296         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18297         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18298
18299 2004-09-10  Simon Josefsson  <jas@extundo.com>
18300
18301         * nndb.el (require): Remove tcp and duplicate cl.
18302
18303 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18304
18305         * gnus-agent.el (directory-files-and-attributes): Move forward.
18306
18307 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18308
18309         * gnus-agent.el (directory-files-and-attributes):
18310         Optionally defined to support XEmacs.
18311
18312 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18313
18314         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18315         to avoid run-time CL dependencies.
18316         (gnus-agent-unfetch-articles): New function.
18317         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18318         article numbers even when local .overview file is missing.
18319         (gnus-agent-read-article-number): New function.  Only accepts
18320         27-bit article numbers.
18321         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18322         Use gnus-agent-read-article-number.
18323         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18324         from backend while recognizing that article numbers in .overview
18325         must be valid.
18326         (gnus-agent-update-files-total-fetched-for):
18327         Use directory-files-and-attributes to improve performance.
18328         * gnus-int.el (gnus-request-move-article):
18329         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18330         improve performance.
18331
18332         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18333         some users confused by references to .newsrc when they only have a
18334         .newsrc.eld file.
18335         (gnus-convert-mark-converter-prompt)
18336         (gnus-convert-converter-needs-prompt): Fix use of property list.
18337         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18338         New function.  Used internally to only display 'gnus converting
18339         files' message when actually necessary.
18340
18341         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18342         methods now autoloaded.
18343
18344 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18345
18346         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18347         identifiers.
18348
18349 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18350
18351         * gnus-picon.el: Fix indentation and closing parenthesis.
18352
18353 2004-09-01  Simon Josefsson  <jas@extundo.com>
18354
18355         * message.el (message-canlock-generate): Require sha1, not
18356         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18357         to require within a function.  Sadly, if sha1.el isn't loaded, the
18358         let binding in m-c-g will hide the defcustom definition, which is
18359         bad.)
18360
18361         * canlock.el: Require sha1, not sha1-el.
18362
18363         * message.el: Don't autoload sha1 (there is a autoload cookie in
18364         sha1.el).
18365
18366         * sha1-el.el: Rename to sha1.el.
18367
18368 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18369
18370         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18371
18372 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18373
18374         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18375
18376 2004-08-30  Kim F. Storm  <storm@cua.dk>
18377
18378         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18379
18380         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18381         Add :group 'nnimap.
18382
18383 2004-08-30  Andreas Schwab  <schwab@suse.de>
18384
18385         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18386         ?* and ?\;.
18387
18388         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18389         and ?\' to symbol instead of whitespace.
18390
18391 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18392
18393         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18394
18395         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18396         instead of re-search-forward.
18397
18398         * gnus-uu.el (gnus-uu-save-article): Ditto.
18399         (gnus-uu-post-encode-uuencode): Ditto.
18400
18401         * html2text.el (html2text-clean-list-items): Ditto.
18402         (html2text-clean-dtdd): Ditto.
18403         (html2text-format-tags): Ditto.
18404
18405         * message.el (message-send-mail-with-sendmail): Fix regexp.
18406         (message-fill-field-general): Use search-forward instead of
18407         re-search-forward.
18408         (unbold-region): Ditto.
18409
18410         * nnrss.el (nnrss-request-article): Ditto.
18411
18412         * nnslashdot.el (nnslashdot-request-article): Ditto.
18413
18414         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18415
18416         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18417         "Unrecognized menu descriptor" error in XEmacs.
18418
18419 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18420
18421         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18422         parent article of a sparse article in the thread hashtb.
18423
18424 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18425
18426         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18427         (nnmail-expand-newtext): Lowercase expanded entries if
18428         nnmail-split-lowercase-expanded is non-nil.
18429
18430 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18431
18432         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18433
18434         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18435         of gnus-tmp-news-method into string under XEmacs.  It will be
18436         passed to gnus-correct-length which takes only a string argument.
18437
18438 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18439
18440         * gnus-util.el (gnus-bind-print-variables): New macro.
18441         (gnus-prin1): Use it.
18442         (gnus-prin1-to-string): Use it.
18443         (gnus-pp): New function.
18444         (gnus-pp-to-string): New function.
18445
18446         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18447         Replace pp-to-string with gnus-pp-to-string.
18448         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18449         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18450         * gnus-msg.el (gnus-debug): Ditto.
18451         * gnus-score.el (gnus-score-save): Ditto.
18452         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18453         gnus-pp-to-string.
18454         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18455         with gnus-pp.
18456         * score-mode.el (gnus-score-pretty-print): Ditto.
18457         * webmail.el (webmail-debug): Ditto.
18458
18459 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18460
18461         * gnus-art.el (article-display-face, article-display-x-face):
18462         Use buffer-read-only.
18463
18464 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18465
18466         * gnus-art.el (article-hide-list-identifiers):
18467         Bind inhibit-read-only as t.
18468
18469 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18470
18471         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18472
18473 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18474
18475         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18476         (gnus-narrow-to-page): Don't assume point-min == 1.
18477         (gnus-article-edit-mode): Derive from message-mode.
18478
18479         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18480         point-min == 1.
18481
18482         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18483         Disable incorrect use of `assert'.
18484
18485         * message.el (message-mode): Set comment-start-skip.
18486
18487
18488 2004-08-22  Sam Steingold  <sds@gnu.org>
18489
18490         * pop3.el (pop3-leave-mail-on-server): New user variable.
18491         (pop3-movemail): Delete mail only when it is nil.
18492
18493 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18494
18495         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18496
18497         * mml.el (mml-preview): Use `pop-to-buffer'.
18498
18499         * message.el (message-goto-mail-followup-to): Insert after "To".
18500         (message-carefully-insert-headers): Add comment.
18501
18502         * gnus.el: Remove unused variable `gnus-article-check-size'.
18503
18504         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18505
18506         * gnus-art.el (gnus-button-alist):
18507         Improve `gnus-button-handle-library' entry.
18508
18509 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18510
18511         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18512         Use downcase, since XEmacs capitalizes error messages differently.
18513
18514 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18515
18516         * nntp.el: Add (require 'gnus) due to reference to
18517         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18518
18519 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18520
18521         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18522         Bind `mm-fill-flowed'.
18523
18524         * mm-decode.el (mm-dissect-singlepart): Check it.
18525
18526 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18527
18528         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18529         'imap' for netrc parsing.
18530
18531 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18532
18533         * mailcap.el (mailcap-mime-data): Mark as risky.
18534
18535 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18536
18537         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18538         may be included in the encoded word.
18539         (rfc2047-encode): Don't append a space if the encoded word
18540         includes close parenthesis.
18541
18542 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18543
18544         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18545         of text within parentheses.
18546
18547 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18548
18549         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18550         (gnus-encrypt-write-file-contents): Make the password key the file
18551         name PLUS the cipher, not just the cipher.  Also remove failed
18552         passwords from the cache.
18553
18554 2004-08-06  Simon Josefsson  <jas@extundo.com>
18555
18556         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18557         Doc fix.
18558
18559 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18560
18561         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18562         LWSP.
18563
18564 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18565
18566         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18567         Try to append in-reply-to: data to the references: header.
18568
18569         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18570         (netrc-parse): Use gnus-encrypt.el functions.
18571
18572         * gnus-encrypt.el: Add new file for encryption support; currently
18573         does only a few GPG ciphers and an internal XOR cipher.
18574
18575         * password.el: Add comments on using password-read-and-add.
18576         (password-read-and-add): Add function to read and add the
18577         password to the cache at once.
18578
18579 2004-07-28  Simon Josefsson  <jas@extundo.com>
18580
18581         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18582         parameter (but don't use it, for now).
18583
18584         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18585         instead of hard coding to nil.
18586
18587 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18588
18589         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18590         as mm-inline-image-xemacs does.
18591
18592 2004-07-26  Simon Josefsson  <jas@extundo.com>
18593
18594         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18595         Revert part of 2004-07-17 change below.
18596
18597 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18598
18599         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18600         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18601
18602 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18603
18604         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18605         quotes that actually start with ">" at the beginning of the
18606         lines.
18607
18608 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18609
18610         * rfc2047.el (rfc2047-encode-region): Fix last change.
18611         (rfc2047-encode-parameter): Remove useless concat.
18612
18613 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18614
18615         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18616         encode special characters; fix some kind of misconfigured headers;
18617         signal a real error if debug-on-quit or debug-on-error is non-nil.
18618         (rfc2047-encode-max-chars): New variable.
18619         (rfc2047-encode-1): Use it.
18620         (rfc2047-encode-parameter): New function.
18621
18622         * mml.el (mml-insert-parameter): Remove an excessive space.
18623
18624 2004-07-17  Simon Josefsson  <jas@extundo.com>
18625
18626         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18627         Kai Grossjohann <kai@emptydomain.de>.
18628         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18629         (gnus-group-make-menu-bar): Ditto.
18630
18631         * gnus-util.el (gnus-group-server): Add.
18632
18633 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18634
18635         * message.el (message-clone-locals): Clone sendmail and smtp
18636         variables.
18637
18638 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18639
18640         * rfc2047.el (rfc2047-encode-region): Fix last change.
18641
18642 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18643
18644         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18645         characters as non-special.
18646
18647 2004-07-09  Simon Josefsson  <jas@extundo.com>
18648
18649         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18650         Users will lose all flag changes made while unplugged with
18651         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18652         good default.  See numerous reports on ding mailing list.
18653
18654 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18655
18656         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18657         add generate-head-function and generate-article-function to the
18658         rfc822-forward entry.
18659         (nndoc-rfc822-forward-generate-article): New function.
18660         (nndoc-rfc822-forward-generate-head): New function.
18661
18662         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18663
18664 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18665
18666         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18667         respect display group parameter and gnus-summary-expunge-below.
18668         (gnus-articles-to-read): Remove unused reference to display group
18669         parameter.
18670
18671 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18672
18673         * nnheader.el (nnheader-uniquify-message-id): New experimental
18674         variable.
18675         (nnheader-nov-read-message-id): Use it.
18676
18677         * spam-report.el (spam-report-gmane): Add interactive.
18678
18679 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18680
18681         * mm-encode.el (mm-content-transfer-encoding-defaults):
18682         Use qp-or-base64 for the application/* types.
18683
18684 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18685
18686         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18687
18688 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18689
18690         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18691         trim value.
18692
18693 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18694
18695         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18696         New macro and function.
18697         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18698
18699 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18700
18701         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18702         after-load-alist.
18703
18704 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18705
18706         * gnus-group.el (gnus-group-get-new-news-this-group):
18707         Don't update info that isn't there.
18708
18709 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18710
18711         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18712         entry.
18713
18714 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18715
18716         * mm-view.el (mm-inline-render-with-function): Use multibyte
18717         buffer; decode html source by charset.
18718
18719         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18720
18721         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18722         Mule-UCS is loaded under XEmacs.
18723         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18724
18725 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18726
18727         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18728
18729 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18730
18731         * mm-util.el (mm-coding-system-p): Return a coding-system.
18732         (mm-mime-mule-charset-alist): Use shift_jis instead of
18733         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18734         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18735         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18736         instead of japanese-shift-jis and iso-latin-1 respectively in
18737         order to share the default value with both Emacs and XEmacs-mule.
18738         (mm-mule-charset-to-mime-charset):
18739         Make mm-coding-system-priorities effective.
18740         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18741         while predicating of candidates upon the priorities.
18742
18743 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18744
18745         * gnus-sum.el (gnus-summary-make-menu-bar):
18746         Add gnus-uu-invert-processable.
18747
18748         * gnus.el: Autoload gnus-uu-invert-processable.
18749
18750 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18751
18752         * mm-util.el (mm-with-multibyte-buffer): New macro.
18753
18754         * rfc2047.el (rfc2047-encode-string): Use it.
18755         (rfc2047-encode-region): Move point to the end of the region after
18756         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18757
18758 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18759
18760         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18761         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18762
18763 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18764
18765         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18766         (gnus-cite-parse): Ignore quoted envelope From_.
18767         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18768
18769 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18770
18771         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18772         invalid addresses.
18773
18774 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18775
18776         * spam.el: Change section markers, revise TODO list.
18777         (spam-backends): Make new master list of all installed backends.
18778         (spam-summary-exit-behavior): Add new variable to determine how
18779         messages moves are done at summary exit.
18780         (spam-move-spam-nonspam-groups-only)
18781         (spam-process-ham-in-nonham-groups)
18782         (spam-process-ham-in-spam-groups): Remove variables, the
18783         spam-summary-exit-behavior variable should be used to manage this
18784         behavior.
18785         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18786         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18787         and spam-old-spam-articles.
18788         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18789         Add empty variables, placeholders for the backends they represent.
18790         (spam-set-difference): Move, unchanged.
18791         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18792         unless the user has a processor variable.
18793         (spam-classifications, spam-classification-valid-p)
18794         (spam-backend-properties, spam-backend-property-valid-p)
18795         (spam-backend-function-type-valid-p)
18796         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18797         (spam-report-articles-gmane, spam-report-articles-resend):
18798         Remove functions, they are not needed.
18799         (spam-install-backend-super, spam-backend-list)
18800         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18801         (spam-backend-function, spam-backend-ham-registration-function)
18802         (spam-backend-spam-registration-function)
18803         (spam-backend-ham-unregistration-function)
18804         (spam-backend-spam-unregistration-function)
18805         (spam-backend-statistical-p, spam-backend-mover-p)
18806         (spam-install-backend-alias, spam-install-checkonly-backend)
18807         (spam-install-mover-backend, spam-install-nocheck-backend)
18808         (spam-install-backend, spam-install-statistical-backend)
18809         (spam-install-statistical-checkonly-backend): Add backend installation
18810         support.
18811         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18812         (spam-group-processor-p): Use the new backend code and respect the
18813         summary exit behavior.
18814         (spam-mark-spam-as-expired-and-move-routine): Remove.
18815         (spam-summary-prepare): Change to use the new spam-old-articles
18816         variable.
18817         (spam-copy-or-move-routine, spam-copy-spam-routine)
18818         (spam-move-spam-routine, spam-copy-ham-routine)
18819         (spam-move-ham-routine): Add code to copy/move ham or spam.
18820         (spam-fetch-field-fast): Improve doc and code, plus allow the
18821         'number request.
18822         (spam-list-of-checks, spam-list-of-statistical-checks):
18823         Remove variables.
18824         (spam-split, spam-find-spam): Use the new backend code.
18825         (spam-registration-functions): Remove variable.
18826         (spam-unregister-routine): Add convenience wrapper.
18827         (spam-log-undo-registration, spam-register-routine)
18828         (spam-log-processing-to-registry)
18829         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18830         where possible.
18831         (spam-check-gmane-xref, spam-check-regex-headers)
18832         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18833         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18834         (spam-check-bogofilter-headers, spam-check-spamoracle)
18835         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18836         (spam-check-crm114-headers): Use the spam-split-group that
18837         spam-split prepares, no need to determine it every time.
18838
18839         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18840         to the nnheader-parse-naked-head call.
18841
18842         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18843
18844         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18845         the nnheader-nov-read-message-id call.
18846
18847 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18848
18849         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18850         gnus-activate-group twice.  Suggested by Markus Peter
18851         <warp@spin.de>.
18852
18853 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18854
18855         * gnus-art.el (gnus-article-time-format): Exchange the order of
18856         day and month in the default value; fix customization type.
18857         (article-date-ut): Use add-text-properties.
18858         (article-make-date-line): Use message-make-date instead of
18859         current-time-string.
18860
18861         * message.el (message-fetch-field): Don't use set-text-properties.
18862         (message-make-date): Simplify.
18863
18864         * messagexmas.el (message-xmas-make-date): New function.
18865         (message-xmas-redefine): Defalias message-make-date to it.
18866
18867 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18868
18869         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18870         (rfc2047-encode-region): Treat text within parentheses as special;
18871         show the original text when error has occurred.
18872
18873         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18874         already-computed method to gnus-activate-group.
18875
18876         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18877         same select-methods identical Lisp objects.
18878
18879         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18880         object when modifying the info.
18881
18882 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18883
18884         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18885         gnus-opened-servers since it has never been opened with the new
18886         configuration yet.
18887
18888 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18889
18890         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18891         arg to nnheader-generate-fake-message-id.
18892
18893 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18894
18895         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18896         number and build a fake message ID localized to a group and
18897         article number (so it's repeatable from that point on).
18898         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18899         ID format.
18900
18901         * gnus-sum.el (gnus-get-newsgroup-headers):
18902         Call nnheader-generate-fake-message-id with the article number.
18903
18904 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18905
18906         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18907         end-of-buffer.
18908
18909 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18910
18911         * message.el (message-ignored-supersedes-headers): Add Approved.
18912
18913 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18914
18915         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18916         goto-char.
18917         (rfc2047-encode): Fold the line before encoding.
18918
18919 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18920
18921         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18922         folding -- not all headers can be folded, and this should be done
18923         by the message composition mode.  Probably.  I think.
18924
18925 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18926
18927         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18928         fast.
18929
18930         * gnus-ems.el (gnus-remove-image): Don't use
18931         message-text-with-property; remove only the image found first.
18932
18933         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18934         found first.
18935
18936 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18937
18938         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18939
18940 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18941
18942         * message.el (message-text-with-property): Make it fast and accept
18943         optional arguments.
18944         (message-strip-forbidden-properties): Use it.
18945         (message-fix-before-sending): Follow the m-t-w-p change.
18946
18947         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18948
18949 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18950
18951         * gnus-art.el (article-hide-headers): Don't change the buffer
18952         mistakenly when performing mml-preview even if
18953         gnus-single-article-buffer is nil.
18954
18955 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18956
18957         * message.el (message-expand-name-databases): New user option.
18958         (message-expand-name): Use it.
18959
18960 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18961
18962         * spam.el (spam-report-articles-resend)
18963         (spam-report-resend-register-routine): Allow ham reporting.
18964         (spam-report-resend-register-ham-routine): Add wrapper.
18965         (spam-registration-functions): Add ham resending functions.
18966         (spam-list-of-processors): Add ham resend processor.
18967
18968         * gnus.el (ham-resend-to): Add new group parameter.
18969         (spam-process): Add ham resend option.
18970
18971         * spam-report.el (spam-report-resend): Allow reporting ham.
18972         (spam-report-resend-ham): Add wrapper.
18973
18974 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18975
18976         * message.el (message-cite-articles-with-x-no-archive):
18977         New variable.
18978         (message-cite-original): Use it.
18979
18980 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18981
18982         * message.el (message-cite-original): Respect X-No-Archive.
18983
18984 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18985
18986         * gnus-art.el (article-hide-headers): Refer to the values for
18987         gnus-ignored-headers and gnus-visible-headers in the summary
18988         buffer since a user may have set them as group parameters.
18989
18990 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18991
18992         * assistant.el (assistant-node-name): Add convenience function.
18993         (assistant-render-text, assistant-render-node): Add error handling,
18994         plus handle multiple next nodes.
18995         (assistant-find-next-node): Comment out for now.
18996         (assistant-find-next-nodes): Add function, returns list of next
18997         nodes.
18998
18999 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
19000
19001         * mail-source.el (mail-source-directory): Fix doc-string.
19002
19003 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
19004
19005         * assistant.el (assistant-render-text, assistant-eval): Add :set
19006         widget type, which is different because it takes and returns a
19007         list.  Much hilarity ensues.
19008
19009 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
19010
19011         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19012
19013         * gnus-group.el (gnus-group-get-new-news-this-group):
19014         Add doc-string.
19015
19016         * gnus-start.el (gnus-activate-group): Add doc-string.
19017
19018 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19019
19020         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
19021
19022 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
19023
19024         * assistant.el (assistant-render-text): Try to add a :set
19025         widget, more to come.
19026
19027         * spam.el (spam-group-spam-contents-p): Handle empty groupname
19028         strings.
19029         (spam-report-articles-resend)
19030         (spam-register-routine): Do registration iff any articles warrant
19031         it.
19032         (spam-summary-prepare-exit): Change log message for nil group
19033         destinations.
19034
19035 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
19036
19037         * spam.el (spam-report-resend-register-routine):
19038         Allow spam-report-resend-to to be a group parameter or a global value.
19039
19040 2004-05-26  Simon Josefsson  <jas@extundo.com>
19041
19042         * starttls.el: Merge with my GNUTLS based starttls.el.
19043         (starttls-gnutls-program, starttls-use-gnutls)
19044         (starttls-extra-arguments, starttls-process-connection-type)
19045         (starttls-connect, starttls-failure, starttls-success):
19046         New variables.
19047         (starttls-program, starttls-extra-args): Doc fix.
19048         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19049         New functions.
19050         (starttls-negotiate, starttls-open-stream):
19051         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19052         function if it is set.
19053
19054 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19055
19056         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19057         structured fields.
19058
19059 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19060
19061         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19062
19063 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
19064
19065         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19066         Add variable.
19067         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
19068         assigning the spam-mark to new messages.
19069
19070 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
19071
19072         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19073
19074 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19075
19076         * dgnushack.el: Autoload customize-set-variable for XEmacs.
19077
19078         * rfc2047.el (rfc2047-encodable-p): Don't move point.
19079         (rfc2047-decode): Treat the ascii coding-system as raw-text by
19080         default.
19081
19082 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
19083
19084         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19085         correct data.
19086
19087 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
19088
19089         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19090         (spam-group-processor-p): Fix function.
19091         (spam-group-processor-multiple-p)
19092         (spam-group-spam-processor-report-gmane-p)
19093         (spam-group-spam-processor-report-resend-p)
19094         (spam-group-spam-processor-bogofilter-p)
19095         (spam-group-spam-processor-blacklist-p)
19096         (spam-group-spam-processor-ifile-p)
19097         (spam-group-ham-processor-ifile-p)
19098         (spam-group-spam-processor-spamoracle-p)
19099         (spam-group-spam-processor-crm114-p)
19100         (spam-group-ham-processor-bogofilter-p)
19101         (spam-group-spam-processor-stat-p)
19102         (spam-group-ham-processor-stat-p)
19103         (spam-group-ham-processor-whitelist-p)
19104         (spam-group-ham-processor-BBDB-p)
19105         (spam-group-ham-processor-spamoracle-p)
19106         (spam-group-ham-processor-copy-p): Remove functions with some
19107         prejudice against unneeded code.
19108         (spam-report-articles-resend)
19109         (spam-report-resend-register-routine): Allow the group/topic
19110         spam-resend-to value to override spam-report-resend-to.
19111         (spam-summary-prepare-exit): Invoke spam-group-processor-p
19112         properly now.
19113
19114         * gnus.el (spam-resend-to): Add group/topic parameter.
19115         (spam-process): Move the OBSOLETE processors to the end of the
19116         choices.
19117
19118 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
19119
19120         * spam-report.el (spam-report-resend-to, spam-report-resend):
19121         Start with resend-to set to nil, and then ask the user if necessary.
19122         (spam-report-resend): spam-report-resend takes a list of articles, not
19123         separate article numbers.
19124
19125 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19126
19127         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19128         addition to emacs-w3m.
19129
19130 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19131
19132         * assistant.el (assistant-authinfo-data): New function.
19133         (assistant-eval): Eval for entire assistant.
19134
19135         * netrc.el (netrc-services-file): New variable.
19136         (netrc-parse-services): New function.
19137         (netrc-find-service-name): New function.
19138         (netrc-find-service-number): New function.
19139         (netrc-port-equal): New function.
19140         (netrc-machine): Use it.
19141
19142         * nnimap.el (nnimap-open-connection): Use netrc.
19143
19144         * gnus-util.el (gnus-netrc-get): Remove aliases.
19145
19146         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19147
19148         * assistant.el (wid-edit): Fix compilation.
19149
19150         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19151
19152 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
19153
19154         * gnus-util.el (gnus-set-file-modes): New function.  (small
19155         patch).
19156
19157 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19158
19159         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19160
19161         * assistant.el (assistant-render-node): Fix up rendering and
19162         read-only text.
19163         (assistant-render-node): Reset.
19164         (assistant-make-read-only): Not sticky.
19165
19166 2004-05-20  Danny Siu  <dsiu@adobe.com>
19167
19168         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19169         centered even when gnus-auto-center-summary is t.
19170
19171 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19172
19173         * dns.el (dns-get-txt-answer): New function.
19174         (dns-read-txt): Ditto.
19175         (query-dns): Use it.
19176
19177 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19178
19179         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19180         active for foreign groups even if the group level is higher than
19181         the specified value.
19182
19183 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19184
19185         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19186         non-active groups.
19187
19188         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19189
19190 2004-05-20  Magnus Henoch  <mange@freemail.hu>
19191
19192         * dns.el (dns-read-type): Add support for SVR.  (small patch)
19193
19194 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19195
19196         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19197         (spam-crm114-header, spam-crm114-spam-switch)
19198         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19199         (spam-crm114-positive-spam-header)
19200         (spam-crm114-database-directory, spam-list-of-processors)
19201         (spam-group-spam-processor-crm114-p)
19202         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19203         (spam-generic-score, spam-list-of-checks)
19204         (spam-list-of-statistical-checks, spam-registration-functions)
19205         (spam-check-crm114-headers, spam-crm114-score)
19206         (spam-check-crm114, spam-crm114-register-with-crm114)
19207         (spam-crm114-register-spam-routine)
19208         (spam-crm114-unregister-spam-routine)
19209         (spam-crm114-register-ham-routine)
19210         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19211         From asjo@koldfront.dk (Adam Sjøgren).
19212
19213         * gnus.el: Add spam-use-crm114.
19214
19215         * spam.el (spam-list-of-processors, spam-registration-functions):
19216         Add spam-use-resend.
19217         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19218         (spam-report-articles-gmane): Add doc fix.
19219         (spam-report-articles-resend, spam-report-resend-register-routine):
19220         Add wrappers around spam-report-resend-to.
19221
19222         * spam-report.el (spam-report-resend-to, spam-report-resend):
19223         Add support for resending spam.
19224         (spam-report-gmane): Fix line length >80.
19225
19226         * gnus.el (spam-process): Add spam-use-resend.
19227
19228 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19229
19230         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19231         number of processed spam messages.
19232         (spam-ham-copy-or-move-routine): Return the number of processed
19233         ham messages.
19234         (spam-summary-prepare-exit): Use the above values to decide
19235         whether status messages shouled be displayed.
19236
19237 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19238
19239         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19240         `rfc2047-encoding-function-alist' in order to avoid conflicting
19241         with the old version.
19242         (rfc2047-encode-region): Concatenate words containing non-ASCII
19243         characters in structured fields; don't encode space-delimited
19244         ASCII words even in unstructured fields; don't break words at
19245         char-category boundaries.
19246         (rfc2047-encode-1): New function.
19247         (rfc2047-encode): Use it; encode text so that it occupies the
19248         maximum width within 76-column; work correctly on Q encoding for
19249         iso-2022-* charsets.
19250         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19251         sure not to break a line just after the header name.
19252         (rfc2047-b-encode-region): Remove.
19253         (rfc2047-b-encode-string): New function.
19254         (rfc2047-q-encode-region): Remove.
19255         (rfc2047-q-encode-string): New function.
19256
19257         * mm-util.el (mm-replace-in-string): New function.
19258
19259 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19260
19261         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19262         Really get it right.
19263         (gnus-inews-make-draft): Really.
19264
19265 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19266
19267         * nnmh.el (nnmh-request-list-1): Don't check the link count
19268         before descending.  (small patch)
19269
19270 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19271
19272         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19273         stuff.
19274
19275         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19276         Match on real group name.
19277
19278         * gnus-art.el (gnus-signature-limit): Doc fix.
19279
19280         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19281
19282         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19283
19284 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19285
19286         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19287         isn't a string.
19288
19289 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19290
19291         * gnus-draft.el (gnus-draft-send):
19292         Bind rfc2047-encode-encoded-words.
19293
19294         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19295         (rfc2047-encodable-p): Say that =? needs encoding.
19296         (rfc2047-encode-encoded-words): New variable.
19297
19298         * gnus-group.el (gnus-group-select-group): Doc fix.
19299
19300         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19301
19302         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19303         to nil.
19304
19305         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19306
19307         * nnheader.el (nnheader-get-lines-and-char): New function.
19308
19309 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19310
19311         * gnus-msg.el (gnus-summary-followup-with-original):
19312         Document yanking of region when active.
19313
19314 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19315
19316         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19317         groups if the group level is higher than the specified value.
19318
19319 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19320
19321         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19322         (gnus-group-jump-to-group): Add prefix argument using
19323         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19324         non-active group.
19325
19326         * compface.el (uncompface): Be verbose when changing
19327         `uncompface-use-external'.
19328
19329         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19330         handle manual section.
19331
19332 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19333
19334         * gnus-art.el (gnus-button-alist): Revert previous change.
19335
19336 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19337
19338         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19339
19340 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19341
19342         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19343         whether backend can accept message.
19344
19345         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19346
19347 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19348
19349         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19350         Avoid creating directory when nntp-marks-is-evil is true.
19351         Reported by Reiner Steib.
19352
19353 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19354
19355         * gnus-picon.el (gnus-picon-style): New variable.
19356         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19357         (gnus-picon-transform-address): Support `gnus-picon-style'.
19358         From Jesper Harder <harder@ifa.au.dk>.
19359
19360 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19361
19362         * message.el (message-fill-field): Return point.
19363         (message-generate-headers): Go to end of field.
19364
19365         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19366         stuff for non-living groups.
19367
19368 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19369
19370         * gnus-art.el (gnus-article-followup-with-original)
19371         (gnus-article-reply-with-original): gnus-mark-active-p ->
19372         gnus-region-active-p.
19373
19374 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19375
19376         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19377         only when there is spam or ham to be processed.
19378
19379 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19380
19381         * mail-source.el (mail-source-delete-crash-box): Refactor.
19382         (mail-source-fetch): Use it.
19383         (mail-source-fetch-file): Ditto.
19384         (mail-source-fetch-directory): Run postscript in loop.
19385         (mail-source-fetch-pop): Delete.
19386         (mail-source-fetch-maildir): Ditto.
19387         (mail-source-fetch-imap): Ditto.
19388
19389         * imap.el (imap-authenticators): Comment out sasl.
19390
19391         * message.el (message-skip-to-next-address): New function.
19392         (message-fill-header-address): Refactor.
19393         (message-fill-address): Use it.
19394         (message-delete-address): Use it.
19395         (message-fill-header-general): Refactor.
19396         (message-fill-field-address): Rename.
19397         (message-narrow-to-field): Find the start of the header.
19398         (message-header-format-alist): Don't pre-fill.
19399         (message-fill-header): Remove.
19400         (message-insert-header): New function.
19401         (message-shorten-references): Use it.
19402
19403         * rfc2047.el (rfc2047-field-value): Strip props.
19404
19405         * mail-parse.el (mail-header-make-address): New alias.
19406
19407         * ietf-drums.el (ietf-drums-make-address): New function.
19408
19409         * imap.el: Add compiler directives.
19410
19411         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19412
19413         * gnus-art.el (article-decode-idna-rhs): Don't use
19414         message-idna-inside-rhs-p.
19415
19416 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19417
19418         * message.el (message-idna-inside-rhs-p): Remove.
19419         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19420
19421         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19422         false positives.
19423
19424 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19425
19426         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19427
19428 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19429
19430         * nneething.el (nneething-file-name): Don't create spurious
19431         files.
19432
19433         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19434         (gnus-inews-do-gcc): Remove sleep.
19435
19436         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19437         part under point.
19438
19439         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19440         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19441
19442 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19443
19444         * spam.el (spam-summary-prepare-exit): Fix (length).
19445
19446 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19447
19448         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19449         as expired without moving it" message when there are spam
19450         messages left.
19451
19452 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19453
19454         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19455         header is not nil.
19456
19457 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19458
19459         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19460         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19461         (nntp-marks-changed-p): New arg SERVER.
19462         (nntp-request-update-info): Adjust caller.
19463
19464 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19465
19466         * nntp.el (nntp-save-marks): Pass missing arg.
19467
19468 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19469
19470         * nntp.el: Support marks.
19471         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19472         (nntp-marks-modtime, nntp-marks-directory): New variables.
19473         (nntp-request-set-mark, nntp-request-update-info)
19474         (nntp-possibly-create-directory, nntp-marks-changed-p)
19475         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19476         New functions.
19477
19478 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19479
19480         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19481         (gnus-xmas-redefine): Rename.
19482
19483         * gnus-score.el (gnus-score-insert-help):
19484         Use gnus-select-lowest-window.
19485
19486         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19487         appt-select-lowest-window and rename to gnus-select-lowest-window.
19488
19489         * gnus.el: do.
19490
19491 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19492
19493         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19494         encodings of MIME-encoded words, in order to improve
19495         interoperability with several broken MUAs.
19496
19497 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19498
19499         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19500         tags, only when charsets are not specified in headers.
19501         (mm-inline-text-html-render-with-w3m): Ditto.
19502
19503         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19504         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19505
19506 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19507
19508         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19509         instead of MIME-decoded from fields when checking
19510         `gnus-article-address-banner-alist'.
19511
19512 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19513
19514         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19515         description rather than subject.
19516
19517 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19518
19519         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19520
19521 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19522
19523         * gnus.el (gnus-version-number): Bump.
19524
19525 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19526
19527         * gnus.el: No Gnus v0.2 is released.
19528
19529 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19530
19531         * gnus-agent.el (gnus-agent-read-agentview):
19532         Inline gnus-uncompress-range.
19533
19534 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19535
19536         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19537         `exec-installed-p'.
19538
19539 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19540
19541         * gnus.el (spam-process, spam-autodetect-methods):
19542         Add bsfilter and bsfilter-headers.
19543
19544         * spam.el (spam-bsfilter): New customize group.
19545         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19546         (spam-bsfilter-header, spam-bsfilter-probability-header)
19547         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19548         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19549         (spam-bsfilter-database-directory): New options.
19550         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19551         (spam-list-of-statistical-checks, spam-registration-functions):
19552         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19553         (spam-bsfilter-score): New command.
19554         (spam-check-bsfilter-headers, spam-check-bsfilter)
19555         (spam-bsfilter-register-with-bsfilter)
19556         (spam-bsfilter-register-spam-routine)
19557         (spam-bsfilter-unregister-spam-routine)
19558         (spam-bsfilter-register-ham-routine)
19559         (spam-bsfilter-unregister-ham-routine): New functions.
19560         (spam-generic-score): Support bsfilter; Accept an optional argument
19561         to recalcurate spam score even if scoring header has already been
19562         added.
19563         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19564         optional argument to recalcurate spam score even if scoring header
19565         has already been added.
19566
19567 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19568
19569         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19570         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19571         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19572         link is missing.
19573
19574 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19575
19576         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19577         (html2text-get-attr): Rewrite.
19578
19579         * message.el (message-setup-1): Remove redundant put-text-property
19580         on mail-header-separator.
19581
19582 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19583
19584         * gnus-registry.el (gnus-registry-cache-whitespace)
19585         (gnus-registry-action, gnus-registry-spool-action)
19586         (gnus-registry-split-fancy-with-parent): Change message levels
19587         from 5 to 3 or 7, as needed.
19588
19589         * spam.el (spam-summary-prepare-exit)
19590         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19591         (spam-split, spam-find-spam, spam-log-undo-registration)
19592         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19593         level from 5 to 6.
19594
19595 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19596
19597         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19598         2004-03-04 change).
19599
19600 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19601
19602         * sieve-manage.el (sieve-manage-open):
19603         * nnweb.el (nnweb-insert-html):
19604         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19605         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19606         * nnspool.el (nnspool-request-group):
19607         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19608         * nnml.el (nnml-request-update-info):
19609         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19610         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19611         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19612         (nnimap-request-set-mark):
19613         * nnfolder.el (nnfolder-request-update-info):
19614         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19615         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19616         * gnus-uu.el (gnus-uu-find-articles-matching):
19617         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19618         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19619         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19620         * gnus-nocem.el (gnus-nocem-scan-groups):
19621         * gnus-int.el (gnus-start-news-server):
19622         * gnus-group.el (gnus-group-make-kiboze-group)
19623         (gnus-group-browse-foreign-server):
19624         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19625         Use mapc when appropriate.
19626
19627 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19628
19629         FIXME: Make separate entries for each person.
19630
19631         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19632         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19633         <shields@msrl.com>:
19634
19635         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19636         may need for spam sorting and scoring.
19637         (spam-user-format-function-S): Add user format function suitable for
19638         general use.
19639         (spam-article-sort-by-spam-status): Add sorting function for summary
19640         sorting.
19641         (spam-extra-header-to-number): Add function to get a score from a
19642         header.
19643         (spam-summary-score): Add function to get a numeric score from the
19644         headers.
19645         (spam-generic-score): Fix function doc, was in wrong place.
19646         (spam-initialize): Take symbols when it's run, and install the
19647         extra headers that spam-necessary-extra-headers thinks we need.
19648
19649 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19650
19651         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19652         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19653
19654 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19655
19656         * gnus-sum.el (gnus-set-global-variables)
19657         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19658         (gnus-article-get-xrefs, gnus-summary-best-group)
19659         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19660         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19661         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19662         Use with-current-buffer.
19663
19664 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19665
19666         * spam.el (spam-summary-prepare-exit): Simplify logic.
19667         (spam-fetch-article-header): Read the article header if it's not
19668         available.
19669         (spam-list-articles): Simplify logic.
19670         (spam-filelist-register-routine): Fix bug with unregister-list.
19671
19672         * gnus-registry.el: Fix comments at beginning.
19673
19674 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19675
19676         * message.el (message-cater-to-broken-inn): Remove.
19677         (message-shorten-references): Make sure the total folded length of
19678         References is shorter than 998 characters to cater to a bug in INN
19679         2.3.  Also, don't pretend that references aren't folded -- this
19680         hasn't worked for a while.
19681
19682 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19683
19684         * gnus-agent.el (gnus-agentize):
19685         gnus-agent-send-mail-real-function no longer set to current value
19686         of message-send-mail-function but rather a lambda that calls
19687         message-send-mail-function.  The change makes the agent real-time
19688         responsive to user changes to message-send-mail-function.
19689
19690 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19691
19692         * legacy-gnus-agent.el
19693         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19694         help from Florian Weimer <fw@deneb.enyo.de>
19695
19696 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19697
19698         * nnmail.el (nnmail-cache-insert): Revert last change.
19699
19700 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19701
19702         * nnmail.el (nnmail-cache-insert): Always check whether
19703         nnmail-cache-ignore-groups matches a group name.
19704
19705 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19706
19707         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19708         (spam-find-spam, spam-log-processing-to-registry)
19709         (spam-log-registered-p, spam-log-unregistration-needed-p)
19710         (spam-log-undo-registration): Use gnus-message instead of
19711         gnus-error, none of these errors are fatal.
19712
19713         * gnus-registry.el (gnus-registry-clean-empty-function)
19714         (gnus-registry-clean-empty): Remove only empty entries without
19715         extra data.
19716
19717 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19718
19719         * spam-stat.el (spam-stat-buffer-change-to-spam)
19720         (spam-stat-buffer-change-to-non-spam): Change (error) to
19721         (gnus-message 8) invocation.
19722
19723 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19724
19725         * nntp.el (nntp-via-netcat-command): New variable.
19726         (nntp-via-netcat-switches): New variable.
19727         (nntp-open-via-rlogin-and-netcat): New function.
19728         (nntp-open-connection-function): Doc fix.
19729         (nntp-telnet-command): Doc fix.
19730         (nntp-end-of-line): Doc fix.
19731         (nntp-via-rlogin-command): Doc fix.
19732         (nntp-via-user-name): Doc fix.
19733         (nntp-via-address): Doc fix.
19734
19735 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19736
19737         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19738         error in Emacs 21.1.
19739
19740 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19741
19742         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19743
19744 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19745
19746         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19747         (gnus-agent-with-refreshed-group): New macro.
19748         (gnus-agent-rename-group): New function.
19749         (gnus-agent-delete-group): New function.
19750         (gnus-agent-save-group-info): Use gnus-command-method when
19751         `method' parameter is nil.  Don't write nil entries into the
19752         active file.
19753         (gnus-agent-get-group-info): New function.
19754         (gnus-agent-fetch-articles):
19755         Use gnus-agent-update-files-total-fetched-for to increment disk space
19756         used.
19757         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19758         Use gnus-agent-update-view-total-fetched-for to increment disk space
19759         used.
19760         (gnus-agent-get-local): Add optional parameters to avoid calling
19761         gnus-group-real-name and gnus-find-method-for-group.
19762         (gnus-agent-set-local): Delete stored entry if either min, or max,
19763         are nil.
19764         (gnus-agent-fetch-session): Reworded error/quit messages.
19765         On quit, use gnus-agent-regenerate-group to record existance of any
19766         articles fetched to disk before the quit occurred.
19767         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19768         gnus-agent-update-view-total-fetched-for, and
19769         gnus-agent-update-files-total-fetched-for to decrement disk space
19770         used.
19771         (gnus-agent-retrieve-headers):
19772         Use gnus-agent-update-view-total-fetched-for to increment disk space
19773         used.
19774         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19775         with gnus-agent-update-files-total-fetched-for to decrement disk
19776         space and fresh group buffer.
19777         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19778         (gnus-agent-need-update-total-fetched-for): New variable.
19779         (gnus-agent-update-files-total-fetched-for): New function.
19780         (gnus-agent-update-view-total-fetched-for): New function.
19781         (gnus-agent-total-fetched-for): New function.
19782
19783         * gnus-cache.el (gnus-cache-save-buffers):
19784         Use gnus-cache-update-overview-total-fetched-for to change disk space
19785         used by this group.
19786         (gnus-cache-possibly-enter-article):
19787         Use gnus-cache-update-file-total-fetched-for to increment disk space
19788         used by this group.
19789         (gnus-cache-possibly-remove-article):
19790         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19791         used by this group.
19792         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19793         (gnus-cache-rename-group): New function.
19794         (gnus-cache-delete-group): New function.
19795         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19796         (gnus-cache-need-update-total-fetched-for): New variable.
19797         (gnus-cache-with-refreshed-group): New macro.
19798         (gnus-cache-update-file-total-fetched-for): New function.
19799         (gnus-cache-update-overview-total-fetched-for): New function.
19800         (gnus-cache-rename-group-total-fetched-for): New function.
19801         (gnus-cache-delete-group-total-fetched-for): New function.
19802         (gnus-cache-total-fetched-for): New function.
19803
19804         * gnus-group.el: Require gnus-sum and autoload functions to
19805         resolve warnings when gnus-group.el compiled alone.
19806         (gnus-group-line-format): Documented new %F.
19807         (size of Fetched data) group line format; identifies disk space
19808         used by agent and cache.
19809         (gnus-group-line-format-alist): Defined new F format.
19810         (gnus-total-fetched-for): New function.
19811         (gnus-group-delete-group): No longer update
19812         gnus-cache-active-altered as gnus-request-delete-group now keeps
19813         the cache in sync.
19814         (gnus-group-list-active): Let the agent store a server's active
19815         list if currently plugged.
19816
19817         * gnus-int.el (gnus-request-delete-group):
19818         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19819         local disk in sync with the server.
19820         (gnus-request-rename-group):
19821         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19822         local disk in sync with the server.
19823
19824         * gnus-start.el (gnus-get-unread-articles):
19825         Cosmetic simplification to logic.
19826
19827         * gnus-util.el (gnus-rename-file): New function.
19828
19829 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19830
19831         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19832
19833 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19834
19835         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19836         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19837
19838 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19839
19840         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19841         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19842
19843 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19844
19845         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19846
19847 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19848
19849         * spam.el (spam-set-difference): Add function to replace
19850         gnus-set-difference in spam.el.
19851         (spam-summary-prepare-exit): Use spam-set-difference.
19852
19853 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19854
19855         * gnus-registry.el (gnus-registry-cache-file): Update to use
19856         gnus-dribble-directory OR gnus-home-directory OR ~.
19857         (gnus-registry-split-fancy-with-parent): Fix doc.
19858
19859 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19860
19861         * message.el (message-exchange-point-and-mark):
19862         Use message-mark-active-p.  Suggested by Jesper Harder
19863         <harder@ifa.au.dk>.
19864
19865 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19866
19867         * message.el (message-exchange-point-and-mark): Don't activate
19868         region if it was inactive.  Suggested by Hiroshi Fujishima
19869         <pooh@nature.tsukuba.ac.jp>.
19870
19871 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19872
19873         * gnus-art.el (article-display-face): Display Faces in the same
19874         order as X-Faces.
19875
19876 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19877
19878         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19879
19880 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19881
19882         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19883         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19884         (gnus-article-mime-hierarchy): Remove.
19885         (gnus-article-mime-hierarchy-next): Remove.
19886         (gnus-article-mode): Revert 2004-03-19 change.
19887         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19888         (gnus-insert-mime-button): Revert 2004-03-19 change.
19889         (gnus-mime-accumulate-hierarchy): Remove.
19890         (gnus-mime-enter-multipart): Remove.
19891         (gnus-mime-leave-multipart): Remove.
19892         (gnus-mime-display-part): Revert 2004-03-19 change.
19893         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19894
19895         * mml.el (mml-preview): Revert 2004-03-19 change.
19896
19897 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19898
19899         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19900
19901 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19902
19903         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19904         t while entering a file name using the mm-with-multibyte macro.
19905         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19906
19907         * mm-util.el (mm-with-multibyte): New macro.
19908
19909 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19910
19911         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19912         New user option.
19913         (gnus-mime-multipart-functions): Doc and customization fix.
19914         (gnus-article-mime-hierarchy): New variable.
19915         (gnus-article-mime-hierarchy-next): New variable.
19916         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19917         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19918         gnus-article-mime-hierarchy-next to nil.
19919         (gnus-insert-mime-button): Show hierarchy numbers.
19920         (gnus-mime-accumulate-hierarchy): New function.
19921         (gnus-mime-enter-multipart): New function.
19922         (gnus-mime-leave-multipart): New function.
19923         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19924         (gnus-mime-display-alternative): Show hierarchy numbers.
19925
19926         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19927         gnus-article-mime-hierarchy-next to nil.
19928
19929 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19930
19931         * dns.el: Don't require gnus-xmas.
19932
19933 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19934
19935         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19936         inline PGP.
19937         (mml-menu): Disable mml-quote-region if mark is inactive.
19938
19939 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19940
19941         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19942         when the group's active is not available.
19943
19944 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19945
19946         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19947         error.
19948
19949 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19950
19951         * imap.el (imap-store-password): New variable.
19952         (imap-interactive-login): Use it.
19953         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19954
19955 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19956
19957         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19958         window-start and hscroll to summary window.
19959
19960 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19961
19962         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19963         conversion message to newsrc-dribble when an actual conversion is
19964         performed.
19965
19966 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19967
19968         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19969
19970 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19971
19972         * mm-decode.el (mm-complicated-handles): New function reviving
19973         former definition of mm-multiple-handles.
19974
19975         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19976         (gnus-mime-delete-part): Use it.
19977
19978 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19979
19980         * gnus-agent.el (gnus-agent-read-local):
19981         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19982         avoid the implicit assumption that they will always be equal.
19983         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19984         coding-system-for-write, as the with-temp-file macro first prints
19985         to a buffer then saves the buffer.
19986
19987 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19988
19989         * gnus-art.el (gnus-article-edit-part): New function.
19990         (gnus-mime-save-part-and-strip): Use it; do query instead of
19991         signaling an error; don't use mm-multiple-handles.
19992         (gnus-mime-delete-part): Ditto.
19993
19994 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19995
19996         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19997         old file versions.
19998         (gnus-group-prepare-hook): Remove function that converted list
19999         form of gnus-agent-expire-days to group properties.
20000
20001         * gnus-int.el: Autoload gnus-agent-regenerate-group.
20002         (gnus-request-accept-article): Re-indented.
20003
20004         * gnus-start.el (gnus-convert-old-newsrc): Registered new
20005         converters to handle old agent file formats.  Add logic for a
20006         "backup before upgrading warning".
20007         (gnus-convert-mark-converter-prompt): Developers can mark
20008         functions as needing (default), or not needing,
20009         gnus-convert-old-newsrc's "backup before upgrading warning".
20010         (gnus-convert-converter-needs-prompt): Tests whether the user
20011         should be protected from potentially irreversable changes by the
20012         function.
20013
20014         * legacy-gnus-agent.el: New.  Provides converters that are only
20015         loaded when gnus-convert-old-newsrc needs to call them.
20016
20017 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20018
20019         * mail-source.el (mail-source-touch-pop): Doc fix.
20020
20021         * message.el (message-smtpmail-send-it): Doc fix.
20022
20023 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
20024
20025         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
20026
20027         * nnmail.el (nnmail-split-fancy): do.
20028
20029         * gnus-kill.el (gnus-kill, gnus-execute): do.
20030
20031 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
20032
20033         * gnus-sum.el (gnus-widget-reversible-match)
20034         (gnus-widget-reversible-to-internal)
20035         (gnus-widget-reversible-to-external): New functions.
20036         (gnus-widget-reversible): New widget.
20037         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20038
20039 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
20040
20041         * gnus-sum.el (gnus-thread-sort-functions)
20042         (gnus-article-sort-functions): Document `(not F)' items.
20043
20044 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
20045
20046         * spam.el (spam-use-gmane-xref): Add new backend.
20047         (spam-gmane-xref-spam-group): Add variable to control the name of the
20048         Gmane spam group.
20049         (spam-blackhole-servers, spam-blackhole-good-server-regex)
20050         (spam-regex-headers-spam, spam-regex-headers-ham)
20051         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20052         (spam-list-of-checks): Add spam-use-gmane-xref to list of
20053         backends and checks.
20054         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20055
20056         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20057         an autodetect method.
20058
20059 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20060
20061         * gnus-int.el (gnus-request-accept-article): Inform the agent that
20062         articles are being added to a group.
20063         (gnus-request-replace-article): Inform the agent that articles
20064         need to be uncached as the cached contents are no longer valid.
20065
20066 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20067
20068         * binhex.el: Don't autoload executable-find.
20069
20070         * canlock.el: Don't autoload mail-fetch-field.
20071
20072         * dgnushack.el: Autoload c-mode for XEmacs.
20073
20074         * gnus-ems.el: Don't autoload appt-select-lowest-window.
20075
20076         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20077         rmail-dont-reply-to and rmail-output.
20078
20079         * gnus-score.el: Don't autoload ffap-string-at-point.
20080
20081         * gnus-setup.el: Don't autoload sc-cite-original.
20082
20083         * imap.el: Don't autoload base64-decode-string,
20084         base64-encode-string and md5.
20085
20086         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20087         and rmail-msg-restore-non-pruned-header.
20088
20089         * mm-decode.el: Don't autoload executable-find.
20090
20091         * mm-url.el: Don't autoload executable-find.
20092
20093         * mm-view.el: Don't autoload diff-mode.
20094
20095         * nndb.el: Don't autoload news-reply-mode, news-setup,
20096         cancel-timer and telnet.
20097
20098         * password.el: Don't autoload run-at-time for Emacs.
20099
20100         * sha1-el.el: Don't autoload executable-find.
20101
20102         * sieve-mode.el: Don't autoload c-mode.
20103
20104         * uudecode.el: Don't autoload executable-find.
20105
20106 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20107
20108         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20109         (gnus-agent-possibly-alter-active): Avoid null in numeric
20110         comparison.
20111         (gnus-agent-set-local): Refuse to save null in local object table.
20112         (gnus-agent-regenerate-group): The REREAD parameter can now be a
20113         list of articles that will be marked as unread.
20114
20115 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20116
20117         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20118
20119 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20120
20121         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20122         language tags.
20123
20124 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
20125
20126         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20127         Don't bind "obarray".
20128
20129         * gnus-sum.el (gnus-thread-sort-functions):
20130         Add `gnus-thread-sort-by-most-recent-number' and
20131         `gnus-thread-sort-by-most-recent-date'.
20132         Reported by Kai Grossjohann <kai@emptydomain.de>.
20133
20134 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20135
20136         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20137
20138 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20139
20140         * gnus-cus.el (gnus-agent-customize-category):
20141         Remove ignore-errors macro reference that required cl to be loaded at
20142         run-time.
20143
20144         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20145         single-interval range of the form (min . max).  Previously the
20146         range had to look like ((min . max)).  Likewise, return
20147         (min . max) rather than ((min . max)).
20148         (gnus-range-map): Use gnus-range-normalize to accept
20149         single-interval range.
20150
20151         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20152         the cache, but not the agent, now appear with their usual face.
20153
20154         * dgnushack.el (loaddir): New variable that is bound to the
20155         directory containing the dgnushack.el file. Use loaddir, rather
20156         than srcdir, to update load-path. Change lets dgnushack compile
20157         code in directories other than GNUS/lisp.
20158
20159 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20160
20161         * lpath.el: Don't bind w3m-safe-url-regexp.
20162
20163         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20164         w3m-safe-url-regexp variable buffer-local.
20165
20166         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20167
20168 2004-02-27  Simon Josefsson  <jas@extundo.com>
20169
20170         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20171         gnus-group-real-prefix.
20172         (gnus-summary-move-article): Use it, instead of
20173         gnus-group-real-prefix.
20174
20175 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20176
20177         * lpath.el: Bind w3m-safe-url-regexp.
20178
20179         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20180         w3m-safe-url-regexp variable buffer-local and set it as the value
20181         of mm-w3m-safe-url-regexp.
20182
20183         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20184
20185         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20186         parsing gnus-posting-styles when the message is not for replying.
20187
20188         * dgnushack.el: Autoload sgml-mode for XEmacs.
20189
20190         * nnrss.el (nnrss-opml-export):
20191         Use mm-set-buffer-file-coding-system instead of
20192         set-buffer-file-coding-system.
20193
20194 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20195
20196         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20197         of checkdoc.el).
20198         * nnrss.el: do.
20199         * gnus-mlspl.el: do.
20200         * gnus-ml.el: do.
20201         * gnus-srvr.el: do.
20202
20203         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20204
20205 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20206
20207         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20208         Corrections to custom-manual links.
20209
20210         * gnus-art.el (gnus-article): Ditto.
20211
20212         * mm-decode.el (mime-display, mime-security): Ditto.
20213
20214 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20215
20216         * flow-fill.el: Typo.
20217
20218 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20219
20220         * spam-wash.el: New file.
20221
20222 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20223
20224         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20225
20226 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20227
20228         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20229         to be run with new-articles as LIST1, not LIST2.
20230         (spam-registration-functions): Add spam-use-ham-copy as a nil
20231         registration backend.
20232
20233 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20234
20235         * spam-stat.el (spam-stat-washing-hook): New option.
20236         (spam-stat-buffer-words): Use it.
20237         (spam-stat-process-directory, spam-stat-test-directory):
20238         Use insert-file-contents-literally.
20239         (spam-stat-coding-system): New variable.
20240         (spam-stat-load, spam-stat-save): Use it.
20241
20242 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20243
20244         * spam-report.el (spam-report-plug-agent):
20245         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20246
20247 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20248
20249         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20250         Allow / in mailto URLs.
20251
20252 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20253
20254         * spam-report.el (spam-report-process-queue): Fix interactive use.
20255         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20256         (spam-report-unplug-agent): Doc fixes.
20257         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20258         (spam-report-agentize, spam-report-deagentize): Autoload.
20259
20260 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20261
20262         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20263
20264         * message.el (message-setup-fill-variables): Add mml tags to
20265         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20266         <ajk@iu.edu>.
20267         (message-mode): Don't modify paragraph-separate there.
20268
20269 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20270
20271         * compface.el (uncompface-use-external): Default to undecided.
20272         (uncompface-use-external-threshold): New variable.
20273         (uncompface-float-time): New macro.
20274         (uncompface): Determine whether to use the external decoder if
20275         uncompface-use-external is undecided.
20276
20277 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20278
20279         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20280         after images.
20281
20282         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20283
20284 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20285
20286         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20287
20288         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20289
20290         * gnus-sum.el (gnus-summary-limit-to-age)
20291         (gnus-summary-limit-children): do.
20292
20293         * gnus-int.el (gnus-request-scan): do.
20294
20295         * gnus-group.el (gnus-group-suspend): do.
20296
20297         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20298
20299         * gnus-cite.el (gnus-cite-parse-attributions): do.
20300
20301         * gnus-agent.el (gnus-summary-set-agent-mark)
20302         (gnus-agent-regenerate-group): do.
20303
20304         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20305
20306         * binhex.el (binhex-decode-region-internal): do.
20307
20308 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20309
20310         * gnus-fun.el (gnus-face-properties-alist): New user option.
20311         (gnus-display-x-face-in-from): Use it.
20312
20313         * gnus-art.el (article-display-face): Ditto.
20314
20315         * compface.el (uncompface-use-external): Default to nil.
20316
20317 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20318
20319         * nntp.el (nntp-erase-buffer): New function.
20320         (nntp-retrieve-data, nntp-send-command)
20321         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20322         (nntp-possibly-change-group): Use it.
20323
20324         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20325         Use with-current-buffer.
20326
20327 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20328
20329         * compface.el: Merge the ELisp-based uncompface program.
20330         (compface): New customization group.
20331         (uncompface-use-external): New user option.
20332         (uncompface): Call uncompface-internal if uncompface-use-external
20333         is nil.
20334         (uncompface-internal): New function.  Note that there are also
20335         some other functions and variables added for this function.
20336
20337 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20338
20339         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20340         if necessary.
20341
20342 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20343
20344         * spam-report.el (spam-report-unplug-agent)
20345         (spam-report-plug-agent, spam-report-deagentize)
20346         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20347         Add support for the Agent in spam-report: when unplugged, report to a
20348         file; when plugged, submit all the requests.
20349
20350         * spam.el (spam-register-routine): Fix message about
20351         registration.
20352
20353 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20354
20355         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20356         dependencies.
20357         (rfc2047-encode): Use it.
20358
20359         * gnus-art.el (gnus-button-marker-list): Move before first
20360         reference.
20361
20362         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20363         (imap-parse-body): Fix format string mismatch.
20364
20365         * gnus-score.el (gnus-summary-increase-score): do.
20366
20367         * nnrss.el (nnrss-close): New function.
20368
20369 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20370
20371         * nnrss.el (nnrss-make-filename): New function.
20372         (nnrss-request-delete-group, nnrss-read-server-data)
20373         (nnrss-save-server-data, nnrss-read-group-data)
20374         (nnrss-save-group-data): Use it.
20375         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20376         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20377         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20378
20379 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20380
20381         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20382
20383 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20384
20385         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20386         files.
20387
20388         * message.el (message-generate-headers-first): Don't quote nil
20389         and t in docstrings.
20390
20391         * imap.el (imap-id): do.
20392
20393         * gnus-agent.el (gnus-agent-consider-all-articles)
20394         (gnus-agent-queue-mail): do.
20395
20396 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20397
20398         * spam-report.el (spam-report-process-queue): New function.
20399         Process requests from `spam-report-requests-file'.
20400         (spam-report-process-queue): Doc fix.
20401
20402 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20403
20404         * spam.el (spam-register-routine)
20405         (spam-log-processing-to-registry, spam-log-registered-p)
20406         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20407         Change "check" to "spam-check" for semi-clarity.
20408
20409 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20410
20411         * pop3.el: Require nnheader.
20412
20413         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20414
20415         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20416
20417         * gnus-picon.el: Require cl.
20418
20419         * gnus-fun.el: Require gnus-ems and gnus-util.
20420
20421         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20422
20423         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20424
20425         * gnus-art.el (gnus-article-edit-mode): Define before first
20426         reference.
20427
20428 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20429
20430         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20431         (gnus-uu-post-encoded): Use point-at-bol.
20432
20433         * gnus-topic.el (gnus-group-active-topic-p): do.
20434
20435         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20436
20437         * gnus-group.el (gnus-group-kill-region): do.
20438
20439         * gnus-art.el (article-date-ut): do.
20440
20441         * message.el (message-fetch-field): Remove redundant
20442         case-fold-search binding.
20443         (message-narrow-to-field): Simplify.
20444
20445 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20446
20447         * spam.el (spam-directory): Derive from `gnus-directory'.
20448
20449         * spam-report.el (spam-report-url-to-file)
20450         (spam-report-requests-file): New function and variable for offline
20451         reporting.
20452         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20453         and user defined function.
20454         (spam-report-url-ping-mm-url): Remove doubled slash.
20455
20456 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20457
20458         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20459
20460 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20461
20462         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20463         Fix format string mismatch.
20464
20465         * sieve.el (sieve-deactivate-all): do.
20466
20467         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20468
20469         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20470
20471         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20472
20473         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20474
20475 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20476
20477         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20478         the list of checks.
20479
20480 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20481
20482         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20483         padding.
20484
20485 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20486
20487         * mm-view.el (mm-fill-flowed): New variable.
20488         (mm-inline-text): Use it.
20489
20490 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20491
20492         * spam.el (spam-spamassassin-register-ham-routine)
20493         (spam-spamassassin-register-spam-routine): Fix function names.
20494
20495 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20496
20497         * gnus.el (gnus-tmp-grouplens): Remove.
20498         (gnus-summary-line-format): Remove grouplens.
20499
20500         * gnus-group.el (gnus-group-line-format): Ditto.
20501
20502         * gnus-spec.el (gnus-format-specs): Ditto.
20503         (gnus-update-format-specifications): Flush the group format spec
20504         cache if there's the grouplens stuff.
20505         (gnus-parse-simple-format): Replace %l with the empty string.
20506
20507 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20508
20509         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20510         omission.
20511
20512 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20513
20514         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20515         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20516
20517 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20518
20519         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20520         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20521         New macros and functions.
20522         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20523         Handle > NLINK_MAX messages.
20524         * nnmaildir.el (nnmaildir-request-set-mark):
20525         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20526
20527 2004-01-25  Alex Schroeder  <alex@gnu.org>
20528
20529         * spam-stat.el (spam-stat-process-directory-age): New option.
20530         (spam-stat-process-directory): Use it.
20531
20532 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20533
20534         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20535         (spam-stat-save): Accept prefix argument.
20536
20537 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20538
20539         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20540         links" error.
20541
20542 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20543
20544         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20545         the rest of the and/or forms.
20546
20547 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20548
20549         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20550         compatibility with old .newsrc.eld files.
20551
20552         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20553
20554         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20555
20556         * gnus-start.el (gnus-1): do.
20557
20558         * gnus-group.el (gnus-group-line-format-alist): do.
20559
20560         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20561
20562         * gnus-gl.el: Remove.
20563
20564 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20565
20566         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20567         marks consisting of a single range {for example, (3 . 5)} rather
20568         than a list of a single range { ((3 . 5)) }.
20569
20570 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20571
20572         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20573         Use with-current-buffer.
20574         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20575         avoid consing a string.
20576
20577         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20578         Remove obsolete entries for big5 and gb2312.
20579
20580 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20581
20582         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20583         uncompressed list.
20584
20585 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20586
20587         * spam-stat.el (spam-stat-strip-xref): New function.
20588         (spam-stat-process-directory): Use it.
20589
20590         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20591         here -- it's done in message-fetch-field.
20592
20593 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20594
20595         * gnus-agent.el (gnus-agent-queue-mail)
20596         (gnus-agent-prompt-send-queue): New variables.
20597         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20598         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20599         "nndraft:queue" along to gnus-draft-send.
20600         Use gnus-agent-prompt-send-queue.
20601         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20602         is "nndraft:queue".  Suggested by Gaute Strokkenes
20603         <gs234@srcf.ucam.org>
20604
20605         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20606         (agent-enable-undownloaded-faces): Add.
20607         (gnus-agent-cat-groups): Use eval-and-compile, not
20608         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20609         method of gnus-agent-cat-groups even when the buffer has been
20610         evaled.
20611         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20612         delete gnus-agent-save-active-1.
20613         (gnus-agent-save-groups): Delete.  Identical to
20614         gnus-agent-save-active.
20615         (gnus-agent-write-active): No longer adjust agent's copy of active
20616         file as agent's adjustments are now stored in their own
20617         file.  Remove optional parameter.
20618         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20619         servers.  Add use of min/max range limits from server's local
20620         file.
20621         (gnus-agent-save-alist): Remove unused optional argument.
20622         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20623         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20624         (gnus-agent-set-local): A per-server file that keeps min/max range
20625         limits for articles known to the agent.  Provides a fast mechanism
20626         for altering many active ranges.
20627         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20628         active file (local makes it unnecessary).
20629         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20630
20631         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20632         (agent-enable-undownloaded-faces): Add.
20633
20634         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20635         disable it when sending to "nndraft:queue".
20636         (gnus-group-send-queue): Add safety check to avoid sending queue
20637         when unplugged.
20638
20639         * gnus-group.el (gnus-group-catchup): Use new
20640         gnus-sequence-of-unread-articles, not
20641         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20642         numbers of articles.  Use gnus-range-map to avoid having to
20643         uncompress the unread list.
20644         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20645         Fix invalid ange-ftp reference.
20646
20647         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20648         (gnus-sorted-range-intersection): Intersection of two ranges
20649         without requiring that they first be uncompressed.
20650
20651         * gnus-start.el (gnus-activate-group): Unless blocked by the
20652         caller, possibly expand the active range to include both cached
20653         and agentized articles.
20654         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20655         multiple version-dependent converters.
20656         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20657         gnus-agent-save-active.
20658         (gnus-save-newsrc-file): Save dirty agent range limits.
20659
20660         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20661         gnus-agent-possibly-alter-active.
20662         (gnus-adjust-marked-articles): Faster handling of simple lists.
20663
20664 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20665
20666         * spam-stat.el (spam-stat-test-directory): New optional argument
20667         displays a list of files detected.  Suggested by Andrew Cohen
20668         <cohen@andy.bu.edu>.
20669         (spam-stat-buffer-words-with-scores): Don't narrow and change
20670         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20671
20672 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20673
20674         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20675         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20676         (spam-spamassassin-arguments)
20677         (spam-spamassassin-spam-flag-header)
20678         (spam-spamassassin-positive-spam-flag-header)
20679         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20680         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20681         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20682         (spam-list-of-processors, spam-list-of-checks)
20683         (spam-list-of-statistical-checks, spam-registration-functions)
20684         (spam-check-spamassassin-headers, spam-check-spamassassin)
20685         (spam-spamassassin-score)
20686         (spam-spamassassin-register-with-sa-learn)
20687         (spam-spamassassin-register-spam-routine)
20688         (spam-spamassassin-register-ham-routine)
20689         (spam-assassin-register-spam-routine)
20690         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20691         (spam-bogofilter-score): Fix to show article before scoring.
20692
20693 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20694
20695         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20696         default scoring function.
20697         (spam-generic-score): Call spam-spamassassin-score if
20698         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20699         spam-bogofilter-score otherwise.
20700
20701         * gnus.el (spam-process, spam-autodetect-methods):
20702         Add spamassassin and spamassassin-headers.
20703
20704 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20705
20706         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20707         Suppress unnecessary messages.
20708
20709 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20710
20711         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20712         make-hash-table.
20713
20714 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20715
20716         * canlock.el (base64-encode-string): Don't autoload it.
20717
20718 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20719
20720         * run-at-time.el: Remove useless (require 'itimer),
20721         eval-and-compile and (featurep 'xemacs).
20722
20723 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20724
20725         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20726         GROUP is a virtual group.
20727
20728 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20729
20730         * gnus.el: Autoload `message-y-or-n-p'.
20731
20732 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20733
20734         * pgg-parse.el: Remove unnecessary (require 'custom).
20735
20736         * pgg-def.el: do.
20737
20738         * nnmail.el: do.
20739
20740         * gnus-undo.el: do.
20741
20742         * gnus-picon.el: do.
20743
20744         * gnus-util.el: do.
20745
20746 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20747
20748         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20749
20750 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20751
20752         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20753         handle, as well as a list.
20754
20755         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20756         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20757         (mm-w3m-cid-retrieve): Simplify.
20758
20759 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20760
20761         * message.el (message-kill-to-signature): Allow prefix arg to
20762         specify number of lines to keep before signature.
20763
20764 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20765
20766         * message.el (message-kill-to-signature): Change docstring.
20767
20768 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20769
20770         * canlock.el: Always require sha1-el.
20771         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20772
20773         * message.el: Autoload sha1 only when compiling.
20774
20775         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20776         eudc-expand-inline for XEmacs.
20777
20778 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20779
20780         * message.el (message-canlock-generate): Require sha1-el.
20781
20782 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20783
20784         * message.el (message-expand-name): Silence the byte compiler.
20785
20786         * lpath.el: Add detect-coding-system.
20787
20788         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20789         cus-edit.
20790
20791 2004-01-13  Simon Josefsson  <jas@extundo.com>
20792
20793         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20794         Invoke gnus-score-mode.
20795         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20796
20797         * gnus-range.el (gnus-compress-sequence): Doc fix.
20798         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20799
20800 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20801
20802         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20803
20804 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20805
20806         * spam.el (spam-get-article-as-string): Update to use
20807         gnus-request-article-this-buffer, much simpler.
20808         (spam-get-article-as-buffer): Remove.
20809
20810 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20811
20812         * message.el (message-expand-name): Use EUDC if the user uses that.
20813
20814 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20815
20816         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20817         character for the encoding to avoid consing a string.
20818
20819         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20820         unnecessarily.
20821
20822         * mm-util.el (mm-replace-chars-in-string): Remove.
20823
20824         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20825         of mm-replace-chars-in-string.
20826
20827 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20828
20829         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20830
20831         * mm-util.el (mm-subst-char-in-string): Support inplace.
20832
20833         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20834         a new string in every iteration.  Use shy groups.
20835
20836 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20837
20838         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20839         * gnus-soup.el (gnus-soup-group-brew):
20840         * gnus-msg.el (gnus-put-message):
20841         * gnus-move.el (gnus-group-move-group-to-server):
20842         * gnus-kill.el (gnus-batch-score):
20843         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20844         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20845         (gnus-group-update-group, gnus-group-read-group)
20846         (gnus-group-make-group, gnus-group-make-help-group)
20847         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20848         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20849         (gnus-group-sort-by-unread, gnus-group-catchup)
20850         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20851         (gnus-group-yank-group, gnus-group-set-info)
20852         (gnus-group-list-groups):
20853         * gnus.el (gnus-generate-new-group-name):
20854         * gnus-delay.el (gnus-delay-send-queue):
20855         * nnvirtual.el (nnvirtual-catchup-group):
20856         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20857         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20858         (gnus-group-prepare-topics, gnus-topic-check-topology):
20859         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20860         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20861         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20862         (gnus-group-make-articles-read):
20863         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20864         (gnus-group-change-level, gnus-kill-newsgroup)
20865         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20866         (gnus-get-unread-articles, gnus-make-articles-unread)
20867         (gnus-make-ascending-articles-unread): Use accessor
20868         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20869         to get group information for improved readability.
20870
20871
20872 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20873
20874         * gnus-art.el (article-decode-mime-words, article-babel)
20875         (gnus-article-highlight-signature, gnus-article-add-buttons)
20876         (gnus-signature-toggle): Use gnus-with-article-buffer.
20877
20878         * gnus-art.el (gnus-article-highlight-headers)
20879         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20880
20881         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20882         (gnus-article-set-globals, gnus-request-article-this-buffer)
20883         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20884         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20885         (gnus-mime-display-alternative): Use with-current-buffer.
20886
20887 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20888
20889         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20890         also under 80 char limit, and call gnus-error if needed.
20891         (spam-fetch-article-header): Fix - it was a
20892         buffer-local variable (gnus-newsgroup-data).
20893         (spam-find-spam): Use spam-generate-fake-headers, forget about
20894         spam-insert-fake-headers.
20895         (spam-insert-fake-headers): Remove.
20896
20897 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20898
20899         * deuglify.el (gnus-article-outlook-unwrap-lines)
20900         (gnus-outlook-rearrange-article)
20901         (gnus-outlook-repair-attribution-outlook)
20902         (gnus-outlook-repair-attribution-block)
20903         (gnus-outlook-repair-attribution-other): Remove redundant
20904         save-excursion.
20905
20906 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20907
20908         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20909         (spam-fetch-field-subject-fast)
20910         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20911         (spam-fetch-article-header): Add functions to deal with Gnus
20912         internals for fast retrieval of article header data.
20913         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20914
20915 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20916
20917         * pop3.el (pop3-md5): Remove.
20918         (pop3-apop): Replace pop3-md5 with md5.
20919
20920         * mm-bodies.el: base64 is always built-in.
20921
20922         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20923         Use with-current-buffer.
20924
20925 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20926
20927         * canlock.el (canlock-insert-header): Remove excessive grouping in
20928         regexp.
20929
20930         * gnus-sum.el (gnus-summary-read-document): Ditto.
20931
20932         * gnus-uu.el (gnus-uu-part-number): Ditto.
20933
20934         * html2text.el (html2text-remove-tags): Ditto.
20935         (html2text-format-tags): Ditto.
20936         (html2text-format-single-elements): Ditto.
20937
20938         * mml.el (mml-parse-1): Ditto.
20939
20940 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20941
20942         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20943
20944         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20945
20946         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20947
20948         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20949
20950 2003-11-15  Simon Josefsson  <jas@extundo.com>
20951
20952         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20953         (pgg-gpg-lookup-key): Use regexp match instead of
20954         split-string (split-string is different between emacs 21.2 and
20955         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20956
20957 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20958
20959         * gnus-art.el (gnus-mime-view-all-parts)
20960         (gnus-article-part-wrapper, gnus-article-view-part):
20961         Use with-current-buffer.
20962
20963 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20964
20965         * spam.el (spam-disable-spam-split-during-ham-respool)
20966         (spam-spamoracle-database, spam-cache-lookups)
20967         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20968         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20969         (spam-group-ham-marks, spam-group-spam-marks)
20970         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20971         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20972         also add spam-use-blackholes to the statistical checks.
20973         (spam-fetch-field-fast): Add interface to fetching fields, may
20974         become a macro.
20975         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20976         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20977         (spam-insert-fake-headers): Fake an article when needed.
20978         (spam-find-spam): Fake article when possible.
20979         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20980         (spam-check-bogofilter-headers): Use message-fetch-field instead
20981         of nnmail-fetch-field.
20982
20983 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20984
20985         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20986
20987 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20988
20989         * spam.el (spam-split): Do not require spam-use-CHECK to be
20990         enabled if that check is passed to spam-split explicitly; also
20991         fix so 'spam doesn't get converted to spam-split-group when
20992         spam-split-symbolic-return is t.
20993         (spam-find-spam): Find registrations of the article and use those
20994         instead of re-running spam-split to find the spam/ham
20995         classification of the article.
20996         (spam-log-processing-to-registry, spam-log-registered-p)
20997         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20998         Use gnus-error instead of gnus-message.
20999         (spam-log-registration-type): Add function to determine the
21000         classification of a message based on registry entries; will
21001         return nil if both 'spam and 'ham are found.
21002         (spam-check-BBDB): Expand all the BBDB macros here so we can have
21003         a reasonably fast local cache without the loading errors.
21004         (spam-cache-lookups): Set to t by default.
21005         (spam-find-spam): Don't try to guess spam-cache-lookups.
21006         (spam-enter-whitelist, spam-enter-blacklist): Clear the
21007         spam-caches entry.
21008         (spam-filelist-build-cache, spam-filelist-check-cache):
21009         Fix caching of whitelist/blacklist entries.
21010         (spam-check-whitelist, spam-check-blacklist):
21011         Invoke spam-from-listed-p with a type, not a cache variable.
21012         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21013
21014 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21015
21016         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21017
21018         * nnmail.el (nnmail-split-fancy): do.
21019
21020         * mml.el (mml-parse): do.
21021
21022         * gnus-score.el (gnus-enter-score-words-into-hashtb)
21023         (gnus-score-adaptive): do.
21024
21025 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21026
21027         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21028         (gnus-mime-button-map): Don't set keymap parent.
21029         (gnus-button-ctan-directory-regexp): Use shy grouping.
21030         (gnus-prev-page-map): Don't set keymap parent.
21031         (gnus-prev-page-map): Remove duplicated one.
21032         (gnus-next-page-map): Don't set keymap parent.
21033         (gnus-mime-security-button-map): Ditto.
21034
21035         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21036         version number.
21037
21038         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21039
21040 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21041
21042         * canlock.el (canlock-sha1-function): Remove.
21043         (canlock-sha1-function-for-verify): Remove.
21044         (canlock-openssl-program): Remove.
21045         (canlock-openssl-args): Remove.
21046         (canlock-ignore-errors): Remove.
21047         (canlock-sha1-with-openssl): Remove.
21048         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21049         (canlock-verify): Don't use canlock-ignore-errors.
21050
21051         * sha1-el.el (sha1-string-external): Make it can return a string
21052         in binary form.
21053         (sha1-region-external): Ditto.
21054         (sha1-string-internal): Ditto.
21055         (sha1-region-internal): Ditto.
21056         (sha1-region): Ditto.
21057         (sha1-string): Ditto.
21058         (sha1): Ditto.
21059
21060 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21061
21062         * spam.el (spam-report-articles-gmane): New command.
21063
21064 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21065
21066         * gnus.el: Don't make unnecessary *Group* buffer when loading.
21067
21068         * run-at-time.el (run-at-time-saved): Remove.
21069         (run-at-time): Doc fix.
21070
21071 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21072
21073         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21074         (gnus-summary-limit-map): Add it.
21075         (gnus-summary-make-menu-bar): do.
21076
21077 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
21078
21079         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21080         Make attempt at some caching support (done for BBDB only now).
21081         (spam-find-spam): Set spam-cache-lookups if there are more than 2
21082         addresses to be checked.
21083         (spam-clear-cache-BBDB): Add function, to be invoked by
21084         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21085         (spam-check-BBDB): Check and use the caches, if
21086         spam-cache-lookups is on, remove superfluous (provide).
21087
21088 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
21089
21090         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21091
21092 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
21093
21094         * run-at-time.el (run-at-time-saved): Move to after the definition
21095         of `run-at-time'.
21096
21097         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
21098
21099 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21100
21101         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21102         mm-w3m-local-map-property.
21103
21104         * mm-view.el (mm-w3m-mode-map): Remove.
21105         (mm-w3m-local-map-property): Remove.
21106         (mm-inline-text-html-render-with-w3m): Don't use
21107         mm-w3m-local-map-property.
21108
21109 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21110
21111         * run-at-time.el: New file.
21112
21113         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
21114         under Emacs.
21115
21116         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21117         of gnus-set-text-properties.
21118
21119         * gnus-uu.el (gnus-uu-save-article): Ditto.
21120
21121         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21122
21123         * gnus-cite.el (gnus-cite-parse): Ditto.
21124
21125         * gnus-art.el (gnus-button-push): Use set-text-properties instead
21126         of gnus-.
21127
21128         * gnus-xmas.el (run-at-time): Require run-at-time.
21129
21130         * gnus.el: Change calls to nnheader-run-at-time and
21131         password-run-at-time throughout to use run-at-time directly.
21132
21133         * password.el: Remove definition of run-at-time.
21134
21135         * nnheaderxm.el: Remove definition of run-at-time.
21136
21137 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
21138
21139         * mml.el (mml-minibuffer-read-disposition): Show attachment type
21140         in prompt.
21141
21142 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21143
21144         * messagexmas.el (message-xmas-redefine): Alias
21145         `message-make-caesar-translation-table' to
21146         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
21147         version.
21148
21149         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
21150         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
21151         `gnus-xmas-set-text-properties'.
21152         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
21153         `gnus-xmas-completing-read'.
21154         (gnus-xmas-completing-read): Removed.
21155         (gnus-xmas-open-network-stream): Removed.
21156
21157         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21158         XEmacs version.
21159
21160         * dns.el (dns-make-network-process): Use `open-network-stream'
21161         instead of `gnus-xmas-open-network-stream'.
21162
21163         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
21164
21165         * .cvsignore: Add auto-autoloads.el, custom-load.el.
21166
21167 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21168
21169         * gnus-art.el (gnus-mime-display-alternative)
21170         (gnus-insert-mime-button, gnus-insert-mime-security-button)
21171         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21172         Don't use gnus-local-map-property.
21173
21174         * gnus-util.el (gnus-local-map-property): Remove.
21175
21176         * mm-view.el (mm-view-pkcs7-decrypt):
21177         Replace gnus-completing-read-maybe-default with completing-read.
21178
21179         * gnus-util.el (gnus-completing-read): do.
21180         (gnus-completing-read-maybe-default): Remove.
21181
21182 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21183
21184         * password.el: Only autoload `run-at-time' if not XEmacs.
21185         Only autoload the itimer functions if XEmacs.
21186
21187 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21188
21189         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
21190         XEmacsen.
21191
21192         * dgnushack.el: Autoload executable-find for XEmacs.
21193
21194 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21195
21196         * gnus-art.el (gnus-read-string): Remove.
21197         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21198         read-string.
21199
21200 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21201
21202         * netrc.el: Autoload password-read.
21203         (netrc): Add configuration group.
21204         (netrc-encoding-method, netrc-openssl-path):
21205         Add variables for encoding and decoding of files with symmetric
21206         ciphers.
21207         (netrc-encode): Add assistant function to encode a file with
21208         netrc-encoding-method.
21209         (netrc-parse): Add interactive parameter, added optional
21210         decoding if netrc-encoding-method is non-nil but otherwise
21211         behavior is standard.
21212         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21213         Do s/encode/encrypt/ everywhere.
21214
21215         * spam.el: Remove executable-find autoload.
21216
21217 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21218
21219         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21220
21221         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21222
21223 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21224
21225         * gnus-art.el (gnus-treat-ansi-sequences)
21226         (article-treat-ansi-sequences): New variable and function.
21227         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21228
21229         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21230         Use it.
21231
21232 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21233
21234         * mm-util.el (mm-quote-arg): Remove.
21235
21236         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21237         shell-quote-argument.
21238
21239         * gnus-uu.el (gnus-uu-command): do.
21240
21241         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21242
21243         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21244         with make-char.
21245
21246         * mm-util.el (mm-make-char): Remove.
21247
21248         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21249         add-minor-mode.
21250
21251         * gnus-undo.el (gnus-undo-mode): do.
21252
21253         * gnus-topic.el (gnus-topic-mode): do.
21254
21255         * gnus-sum.el (gnus-dead-summary-mode): do.
21256
21257         * gnus-start.el (gnus-slave-mode): do.
21258
21259         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21260
21261         * gnus-ml.el (gnus-mailing-list-mode): do.
21262
21263         * gnus-gl.el (gnus-grouplens-mode): do.
21264
21265         * gnus-draft.el (gnus-draft-mode): do.
21266
21267         * gnus-dired.el (gnus-dired-mode): do.
21268
21269         * gnus-ems.el (gnus-add-minor-mode): Remove.
21270
21271         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21272         Replace gnus-char-width with char-width.
21273
21274         * gnus-ems.el (gnus-char-width): Remove.
21275
21276         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21277         Replace gnus-char-width with char-width.
21278
21279         * gnus-ems.el (gnus-char-width): Remove.
21280
21281         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21282         definition.
21283         Remove Emacs 20 hash table compatibility code.
21284
21285         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21286         20 compatibility code.
21287
21288         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21289
21290         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21291
21292         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21293         Replace with point-at-{eol,bol}.
21294
21295         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21296
21297         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21298
21299         * flow-fill.el (fill-flowed-point-at-bol)
21300         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21301
21302         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21303         Replace with point-at-{eol,bol} throughout all files.
21304
21305 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21306
21307         * ntlm.el (ntlm-string-as-unibyte): New macro.
21308         (ntlm-build-auth-response): Use it.
21309
21310         Remove Emacs 20 stuff:
21311         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21312         (butlast, mapc, remove): Remove the compiler macros.
21313         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21314         of delq and copy-sequence.
21315         * gnus-art.el (popup-menu): Remove the compiler macro.
21316         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21317         Emacs 20.
21318
21319 2004-01-05  Simon Josefsson  <jas@extundo.com>
21320
21321         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21322         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21323         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21324         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21325         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21326         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21327         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21328         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21329         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21330         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21331         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21332         string-xor into ntlm-string-xor.
21333         Suggested by Jesper Harder <harder@myrealbox.com>.
21334
21335         * ntlm.el: Don't include poem.
21336
21337         * md4.el (print-int32, print-string-hexa): Remove.
21338         Suggested by Jesper Harder <harder@myrealbox.com>.
21339
21340         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21341
21342         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21343         probably breaks emacs with DL patch, but do we care? Is anyone
21344         still using the DL stuff?)
21345
21346         * sieve-manage.el: Use the password package.
21347         (sieve-manage-read-passwd): Remove.
21348         (sieve-manage-interactive-login): Use password.  Re-add
21349         condition-case around loop.
21350
21351         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21352         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21353         Use the password package.
21354
21355 2003-02-19  Simon Josefsson  <jas@extundo.com>
21356
21357         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21358         token.
21359
21360 2002-08-07  Simon Josefsson  <jas@extundo.com>
21361
21362         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21363         (sieve-manage-authenticators):
21364         (sieve-manage-authenticator-alist): Add some SASL mechs.
21365         (sieve-sasl-auth): New function.
21366         (sieve-manage-cram-md5-auth):
21367         (sieve-manage-plain-auth): Rewrite using SASL library.
21368         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21369         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21370         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21371         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21372
21373 2004-01-05  Simon Josefsson  <jas@extundo.com>
21374
21375         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21376         New files.
21377
21378 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21379
21380         * gnus-group.el (gnus-no-groups-message): Update.
21381
21382         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21383
21384 2003-11-09  Simon Josefsson  <jas@extundo.com>
21385
21386         * imap.el: Support for ID IMAP extension (RFC 2971).
21387         (imap-local-variables): Add imap-id.
21388         (imap-id): New variable.
21389         (imap-id): New function.
21390         (imap-parse-response): Parse untagged ID response.
21391         * nnimap.el (nnimap-id): New variable.
21392         (nnimap-open-connection): Use it.
21393
21394 2003-12-28  Simon Josefsson  <jas@extundo.com>
21395
21396         * gnus-score.el (gnus-score-edit-all-score): New.
21397         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21398
21399 2004-01-04  Simon Josefsson  <jas@extundo.com>
21400
21401         * password.el: Add.
21402
21403 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21404
21405         * dns.el (dns-query-types): Fix typo.
21406         (dns-query-types): New function.
21407         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21408         PTR and SOA replies, see RFC 1035.
21409
21410 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21411
21412         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21413
21414         * Move to Changelog.2.
21415
21416 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21417
21418         * gnus.el (gnus-version-number): Bump version.
21419
21420 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21421
21422         * gnus.el: No Gnus v0.1 is released.
21423
21424 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21425
21426         * gnus.el: No Gnus v0.0 is released.
21427
21428 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21429
21430         * gnus.el (gnus-version-number): Bump.
21431         (gnus-version): No.
21432
21433 See ChangeLog.2 for earlier changes.
21434
21435   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21436
21437   This file is part of GNU Emacs.
21438
21439   GNU Emacs is free software: you can redistribute it and/or modify
21440   it under the terms of the GNU General Public License as published by
21441   the Free Software Foundation, either version 3 of the License, or
21442   (at your option) any later version.
21443
21444   GNU Emacs is distributed in the hope that it will be useful,
21445   but WITHOUT ANY WARRANTY; without even the implied warranty of
21446   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21447   GNU General Public License for more details.
21448
21449   You should have received a copy of the GNU General Public License
21450   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21451
21452 ;; Local Variables:
21453 ;; coding: utf-8
21454 ;; fill-column: 79
21455 ;; add-log-time-zone-rule: t
21456 ;; End: