Use `imap-process-connection-type' for 'shell' streams as well as Kerberos, SSL,...
[gnus] / lisp / ChangeLog
1 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
2
3         * imap.el (imap-shell-open, imap-process-connection-type): Use
4         imap-process-connection-type for 'shell' streams as well as
5         Kerberos, SSL, other subprocesses.
6
7 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
8
9         * proto-stream.el: Changes preparatory to merging open-protocol-stream
10         with open-network-stream.
11         (proto-stream-always-use-starttls): Option removed.
12         (open-protocol-stream): Return a process object by default.  Provide a
13         new parameter :return-list specifying a list-type return value, which
14         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
15         :type `network' to `try-starttls', and `network-only' to `default'.
16         Make `default' the default, for compatibility with open-network-stream.
17         Handle the no-parameter case exactly as open-network-stream, with no
18         additional stream processing.  Search plists using plist-get.
19         Explicitly add :end-of-commend parameter if it is missing.
20         (proto-stream-open-default): Renamed from
21         proto-stream-open-network-only.  Return 'default as the type.
22         (proto-stream-open-starttls): Rename from proto-stream-open-network.
23         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
24         failed.  Always return a list with a (possibly dead) process as the
25         first element, for compatibility with open-network-stream.
26         (proto-stream-open-tls): Use plist-get.  Always return a list.
27         (proto-stream-open-shell): Return `default' as connection type.
28         (proto-stream-capability-open): Use plist-get.
29         (proto-stream-eoc): Function deleted.
30
31         * nnimap.el (nnimap-stream, nnimap-open-connection)
32         (nnimap-open-connection-1): Handle renaming of :type parameter for
33         open-protocol-stream.
34         (nnimap-open-connection-1): Pass a :return-list parameter
35         open-protocol-stream to obtain a list return value.  Parse this list
36         using plist-get.
37
38         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
39         for open-protocol-stream.  Accept open-protocol-stream return value
40         that is a subprocess object instead of a list.  Handle the case of a
41         dead returned process.
42
43 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
44
45         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
46
47         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
48
49 2011-03-21  Julien Danjou  <julien@danjou.info>
50
51         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
52         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
53         query.
54         (mm-inline-text): Render normal text with fontification whenever
55         possible.
56
57         * gnus-sum.el (gnus-summary-save-parts-1):
58         * gnus-art.el (gnus-article-browse-html-save-cid-content)
59         (gnus-article-browse-html-parts, gnus-mime-delete-part)
60         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
61         Use `mm-handle-filename'.
62
63         * mm-util.el (mm-handle-filename): New function, return the filename of
64         an handle.
65
66 2011-03-18  Julien Danjou  <julien@danjou.info>
67
68         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
69         (gnus-buffer-live-p): Check that buffer is not nil.
70
71 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
72
73         * gnus.el: No Gnus v0.15 is released.
74
75 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
76
77         * time-date.el (format-seconds): Use assoc instead of assoc-string to
78         avoid warning on XEmacs.
79
80         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
81         on XEmacs.
82
83         * gnus-art.el: Require mouse, which the build bot seems to say is
84         needed.
85
86         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
87
88         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
89         XEmacs, since it doesn't have url-retrieve-synchronously.
90
91         * time-date.el (format-seconds): Use assoc instead of assoc-string,
92         since assoc-string doesn't exist in XEmacs.
93
94 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
95
96         * gnus-group.el (gnus-group-list-ticked): New function.
97         (gnus-group-make-menu-bar): Provide a menu entry for it.
98         (gnus-group-list-map): Provide a binding for it.
99
100 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
101
102         * shr.el (shr-visit-file): New command.
103
104         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
105
106 2011-03-17  Bjørn Mork  <bjorn@mork.no>
107
108         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
109         servers.
110
111 2011-03-16  Julien Danjou  <julien@danjou.info>
112
113         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
114         inline.
115
116         * gnus-art.el (article-hide-list-identifiers): Use
117         gnus-group-get-list-identifiers.
118
119         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
120         (gnus-summary-remove-list-identifiers): Use
121         gnus-group-get-list-identifiers to get regexp.
122         (gnus-select-newsgroup, gnus-summary-insert-subject)
123         (gnus-summary-insert-articles): Call
124         gnus-summary-remove-list-identifiers unconditionally.
125
126 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
127
128         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
129         we're selecting a group with unread articles.
130
131         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
132
133         * gssapi.el: New file separated out from imap.el to provide a general
134         Kerberos 5 connection facility for Emacs.
135
136         * message.el (message-elide-ellipsis): Document the format spec
137         ellipsis.
138
139 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
140
141         * message.el (message-elide-region): Allow the ellipsis to say how many
142         lines were removed.
143
144 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
145
146         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
147         window configurations containing buffers that are now dead.
148
149         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
150         parsing to avoid integer overflows.
151         (nnimap-parse-flags): Simplify the last change.
152         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
153         too large for 32-bit Emacsen.
154
155 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
156
157         * auth-source.el (auth-source-netrc-create):
158         * message.el (message-yank-original): Fix use of `case'.
159
160 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
161
162         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
163         XEmacs, which was one character too wide.
164
165 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
166
167         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
168         default number of articles to display.
169         (gnus-articles-to-read): Use pretty names for prompt.
170
171 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
172
173         * gnus-int.el (gnus-open-server): Ditto.
174
175         * gnus-start.el (gnus-activate-group): Give a backtrace if
176         debug-on-quit is set and the user hits `C-g'.
177         (gnus-read-active-file): Ditto.
178
179         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
180
181 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
182
183         * message.el (message-yank-original): Use cond instead of CL case.
184
185 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
186
187         * auth-source.el (auth-source-netrc-create): Use usual format for the
188         default in prompts.
189
190 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
191
192         * lpath.el: Fbind read-char-choice for XEmacs.
193
194 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
195
196         * auth-source.el (auth-source-netrc-create): Show the default in the
197         prompt when prompting for token creation.
198
199 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
200
201         * auth-source.el (auth-source-format-prompt): Always convert the value
202         to a string to avoid evaluating non-string arguments.
203         (auth-source-netrc-create): Offer default properly, not as initial
204         content in `read-string'.
205         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
206         of line to determine if we've been run before.  If so, don't run again,
207         but print a trivial message to indicate the cache was hit instead.
208
209 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
210
211         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
212         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
213         The user will have to run `gnus-sync-read' manually and wait for Cloudy
214         Gnus.
215
216 2011-03-11  Julien Danjou  <julien@danjou.info>
217
218         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
219         modified file".
220
221 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
222
223         * auth-source.el (auth-source-read-char-choice): New function to read a
224         character choice using `dropdown-list', `read-char-choice', or
225         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
226         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
227         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
228         (auth-source-netrc-saver): Use it.
229         (auth-source-pick-first-password): New convenience function.
230
231 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
232
233         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
234         parameter in the credentials.
235         (nnimap-open-connection-1): Use it after a successful login.
236         (nnimap-credentials): Add IMAP-specific user and password prompt.
237
238         * auth-source.el (auth-source-search): Add :require parameter, taking a
239         list.  Document it and the :save-function return token.  Pass :require
240         down.  Change the CREATED message from a warning to a debug statement.
241         (auth-source-search-backends): Pass :require down.
242         (auth-source-netrc-search): Pass :require down.
243         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
244         Change save prompt to indicate all modifications saved here are
245         deletions.
246         (auth-source-netrc-create): Take user login name as default in user
247         prompt.  Move all the save functionality to a lexically bound function
248         under the :save-function token in the returned list.  Set up clearer
249         default prompts for user, host, port, and secret.
250         (auth-source-netrc-saver): New function, intended to be wrapped for
251         :save-function.
252
253 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
254
255         * shr.el (shr-table-horizontal-line): Change the defaults for the table
256         lines to be spaces instead.
257
258 2011-03-07  Julien Danjou  <julien@danjou.info>
259
260         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
261         (sieve-sasl-auth): Check that auth-source-search did return something,
262         or just return an empty string.
263
264 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
265
266         * gnus.el (gnus-interactive): Use read-directory-name.
267
268         * gnus-uu.el (gnus-uu-decode-uu-and-save)
269         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
270         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
271         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
272         Likewise.
273
274         * gnus-group.el (gnus-group-make-directory-group): Likewise.
275
276 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
277
278         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
279         onto the list of killed groups, too.  This makes killed nnimap groups,
280         for instance, more reliably not reappear.
281
282         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
283         the parent.
284
285         * gnus-sum.el (gnus-update-read-articles): Fix typo.
286
287         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
288         really have server-side marks.
289
290         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
291         since most backends do not usefully have server-side marks.
292         (gnus-update-read-articles): Propagate marks to all backends that
293         really have server-side marks.
294
295 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
296
297         * message.el (message-cite-reply-position, message-cite-style):
298         New variables.
299         (message-yank-original): Use the new citation styles.
300
301 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
302
303         * message.el (message-options): Revert 22da67af (workaround for XEmacs
304         buffer-local issue); don't mark it buffer-local when running under
305         XEmacs.
306
307 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
308
309         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
310         numbers too big to be `read'.
311
312 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
313
314         * password-cache.el (password-in-cache-p): Add autoload.
315
316         * message.el (message-options): Make buffer-local two ways to attempt
317         to fix a XEmacs bug.
318
319 2011-03-02  Julien Danjou  <julien@danjou.info>
320
321         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
322
323 2011-03-01  Julien Danjou  <julien@danjou.info>
324
325         * gnus-art.el (list-identifier): Add list-identifier as a parameter
326         group.
327         (article-hide-list-identifiers): Use list-identifier group parameter.
328
329 2011-02-28  Julien Danjou  <julien@danjou.info>
330
331         * sieve.el (sieve-buffer-script-name): New local variable to store
332         sieve script name.
333         (sieve-edit-script): Store sieve script name.
334         (sieve-upload): Use sieve script name when uploading.
335         (sieve-upload): Use substitute-command-keys.
336         (sieve-edit-script): Use substitute-command-keys.
337         (sieve-refresh-scriptlist): Use substitute-command-keys.
338         (sieve-manage-mode-map): Define keymap properly.
339         (sieve-manage-mode): Do not set mode name manually, change mode-name to
340         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
341         Remove commented code about cvs.
342         (sieve-manage-quit): New function.
343         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
344
345 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
346
347         * gnus-group.el (gnus-import-other-newsrc-file): New function.
348
349 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
350
351         * auth-source.el (auth-source-search): Cache empty result sets.
352
353         * password-cache.el (password-in-cache-p): Convenience function to
354         check if a key is in the cache, even if the value is nil.
355
356         * auth-source.el (auth-source-save-behavior): New variable to replace
357         `auth-source-never-create'.
358         (auth-source-netrc-create): Use it.
359         (auth-source-never-save): Remove.
360
361 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
362
363         * nnimap.el (nnimap-stream): Doc fix.
364         (nnimap-open-connection-1): Reverse the order of the ports to that the
365         prompted-for port is first.
366
367         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
368         retrieval by the no-group selection.
369
370         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
371         numerical parameters.
372
373 2011-02-25  Julien Danjou  <julien@danjou.info>
374
375         * gnus-gravatar.el: Use gnus-with-article-buffer.
376
377         * gnus-art.el (gnus-with-article-buffer): Check that the
378         gnus-article-buffer is alive.
379
380 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
381
382         * auth-source.el (auth-source-creation-prompts): New variable to manage
383         creation-time prompts.
384         (auth-source-search): Document it.
385         (auth-source-format-prompt): Add utility function.
386         (auth-source-netrc-create): Don't default the user name to
387         user-login-name.  Use `auth-source-creation-prompts' and some default
388         prompts for user, host, port, and password (the default generic prompt
389         remains ugly).
390         (auth-source-never-save): Add customizable option to never save info.
391         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
392         mode excursion.
393
394 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
395
396         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
397         argument that XEmacs doesn't support.
398
399         * dgnushack.el (dgnushack-compile): Exclude color.el from being
400         compiled for Emacsen having no `libxml-parse-html-region' support.
401
402         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
403
404         * lpath.el: Bind buffer-save-without-query for XEmacs.
405
406 2011-02-23  Julien Danjou  <julien@danjou.info>
407
408         * gnus-art.el (article-make-date-line): Ignore errors if time is
409         invalid and not convertible.
410         (article-make-date-line): Only add lapsed time if time is not nil.
411
412 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
413
414         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
415         `read-char-choice' for backwards compatibility.
416         (auth-source-netrc-element-or-first): New function to DTRT for
417         parameter extraction.
418         (auth-source-netrc-create): Use it and fix multiple parameter print
419         bug.  Use the default passed from above (given-default) or the
420         built-in (user-login-name for :user).
421
422 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
423
424         * gnus-start.el (gnus-dribble-read-file):
425         Set buffer-save-without-query, since we always want to save the dribble
426         file, probably.
427
428         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
429         nnimap.
430
431         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
432         -summary- since it's a user-visible variable.
433
434         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
435         first time you use the new Gnus.
436
437 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
438
439         * auth-source.el: Don't load netrc.el.
440         (auth-sources): Search ~/.netrc as well by default.
441         (auth-source-debug): Add 'trivia option for extra output.
442         (auth-source-do-trivia): Use it.
443         (auth-source-search): Simplify logic to use
444         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
445         appropriate.  Don't keep a running count at this level.  Layer :create
446         and :delete options appropriately on the first and second passes.
447         Don't track the backend with the search results.
448         (auth-source-search-backends): New function to search a list of
449         backends for a processed spec.
450         (auth-source-netrc-parse): Cache all netrc files, making
451         auth-source-netrc-cache an alist keyed by the file name and using the
452         file mtime as the caching criterion.  Keep the obfuscated data secret
453         with a lexical bind.
454         (auth-source-netrc-search): Don't calculate the length of the results
455         unnecessarily.
456         (auth-source-search-backends): Fix bug.
457         (auth-source-netrc-create): Rework prompts.
458
459 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
460
461         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
462         Lower case names of search constraints.
463         (nnir-run-query): Cache and reuse search constraints for all imap
464         servers.
465
466 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
467
468         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
469         after exit.
470         (gnus-setup-message): Define missing variable from last checkin.
471
472         * gnus-sum.el (gnus-summary-show-article): When called with t as the
473         value, show the raw article.
474
475 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
476
477         * gnus.el: No Gnus v0.13 is released.
478
479 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
480
481         * nnimap.el (nnimap-open-connection-1): Revert last change, since
482         auth-source now accepts numbers.
483
484         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
485         spec, too.
486         (auth-source-ensure-strings): New function.
487
488         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
489         (gnus-article-setup-buffer): Always restart the date timer so that user
490         changes to the frequency is respected.
491
492         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
493         port numbers, so make sure it gets that if nnimap-server-port is
494         explicit.
495
496 2011-02-21  Simon Josefsson  <simon@josefsson.org>
497
498         * nnimap.el (nnimap-inbox): Doc fix.
499
500 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
501
502         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
503         Autoload.  Add optional arg FRAME, and pass it to color-values.
504         (color-complement): Caller changed.  Doc fix.
505         (color-gradient): Rewrite for better clarity and efficiency.
506
507 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
508
509         * shr-color.el (shr-color->hexadecimal): Use renamed function names
510         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
511         color-lab-to-srgb.
512
513 2011-02-20  Drew Adams  <drew.adams@oracle.com>
514
515         * color.el: First part of merge from hexrgb.el.
516         (color-rgb-to-hex): Rename from color-rgb->hex.
517         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
518         saturation to zero if the value is too small.
519         (color-rgb-to-hsl): Rename from color-rgb->hsl.
520         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
521         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
522         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
523         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
524         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
525         (color-cie-de2000): Doc fix.
526
527 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
528
529         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
530         given method as in the group name if we're using an extended method.
531         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
532         command, if we're using that, instead of waiting for the beginning.
533
534         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
535         we're sure to get unique server names, and we don't output two async
536         commands in the same buffer.  This fixes an NNTP hang for some users.
537
538 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
539
540         * gnus.el: No Gnus v0.11 is released.
541
542 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
543
544         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
545         summary buffer before reading going to the next buffer.  This avoids
546         putting the point in the group buffer if you `C-g' the command.
547
548         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
549         cache (for now) to make ~/.authinfo.gpg files usable.
550
551         * nnfolder.el (copyright-update): Define for the compiler.
552
553         * auth-source.el (auth-source-search): Fix unbound variable.
554
555 2011-02-19  Glenn Morris  <rgm@gnu.org>
556
557         * gnus.el (gnus-meta): Doc fix.
558
559 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
560
561         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
562         in case it's not yet loaded.
563
564 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
565
566         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
567         line we're waiting for.
568
569 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
570
571         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
572         face with line-width greater than zero will cause RET in gnus summary
573         buffer to scroll down article page-wise because auto vscroll happens,
574         it should be temporalily disabled when doing a scroll-up.
575
576 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
577
578         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
579         outputs from the server.
580
581 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
582
583         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
584         later so that bbdb can hook in easier.
585
586 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
587
588         * auth-source.el (auth-source-search): Don't try to create credentials
589         if the caller doesn't want that.
590         (auth-source-search): If we don't find a match, don't bug out on
591         non-bound variables.
592         (auth-source-search): Only ask a single backend to create the
593         credentials.
594
595         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
596         logging.
597         (nnimap-credentials): Protect against auth-source-search returning nil.
598         (nnimap-request-list): Protect against not being able to open the
599         server.
600
601 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
602
603         * auth-source.el (auth-source-search): Do a two-phase search, one with
604         no :create to get the responses from all backends.
605
606         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
607         when getting credentials.
608
609         * gnus-util.el (gnus-delete-duplicates): New function.
610
611 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
612
613         * nnimap.el (nnimap-credentials): Instead of picking the first port as
614         a creation default, pass the whole port list down.  It will be
615         completed.
616
617         * auth-source.el (auth-source-search): Updated docs to talk about
618         multiple creation choices.
619         (auth-source-netrc-create): Accept a list as a value (from the search
620         parameters) and do completion on that list.  Keep a separate netrc line
621         with the password obscured for showing the user.
622
623         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
624         first choice to `auth-source-search' so it will be used for entry
625         creation instead of the server's Gnus-specific name.
626         (nnimap-credentials): Rely on the auth-source library to select which
627         port is actually wanted in the new netrc entry, so don't override
628         `auth-source-creation-defaults'.
629
630         * auth-source.el (auth-source-netrc-parse): Use :port instead of
631         :protocol and accept a missing user, host, or port as a wildcard match.
632         (auth-source-debug): Default to off.
633
634         (auth-source-netrc-search, auth-source-netrc-create)
635         (auth-source-secrets-search, auth-source-secrets-create)
636         (auth-source-user-or-password, auth-source-backend, auth-sources)
637         (auth-source-backend-parse-parameters, auth-source-search): Use :port
638         instead of :protocol.
639
640         * nnimap.el (nnimap-credentials): Pass a port default to
641         `auth-source-search' in case an entry needs to be created.
642         (nnimap-open-connection-1): Use :port instead of :protocol.
643
644 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
645
646         * auth-source.el: Bind load-path when loading EIEIO from
647         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
648         21.4 doesn't support, to `require'.
649         (auth-source-secrets-search): Use mm-delete-duplicates instead of
650         delete-dups that is not available in XEmacs 21.4.
651
652 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
653
654         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
655         as EIEIO must also be loaded when auth-source.el is being
656         byte-compiled.
657
658 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
659
660         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
661
662         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
663
664         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
665
666         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
667
668         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
669
670         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
671
672         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
673
674         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
675         necessary.
676
677 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
678
679         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
680         nil means that nnimap doesn't get updated.
681
682 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
683
684         * auth-source.el (auth-source-netrc-create): Return a synthetic search
685         result when the user doesn't want to write to the file.
686         (auth-source-netrc-search): Expect a synthetic result and proceed
687         accordingly.
688         (auth-source-cache-expiry): New variable to override
689         `password-cache-expiry'.
690         (auth-source-remember): Use it.
691
692         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
693         parameter.  Create entry if necessary by using :create t.
694         (nnimap-open-connection-1): Don't pass `inhibit-create'.
695
696 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
697
698         * auth-source.el (auth-source-debug): Enable by default and don't
699         mention the obsolete `auth-source-hide-passwords'.
700         (auth-source-do-warn): New function to debug unconditionally.
701         (auth-source-do-debug): Use it.
702         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
703         and for Secrets API entries when the secrets.el library is not
704         available.
705
706 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
707
708         * gnus-sum.el (gnus-propagate-marks): Default to nil.
709         (gnus-summary-exit): Kill the correct article buffer on exit from a
710         `C-d' group.
711
712         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
713         gnus-propagate-marks.
714
715         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
716         before killing the buffers so that a non-full window conf gets handled
717         correctly.
718         (gnus-summary-exit): Ditto.
719         (gnus-summary-read-group-1): Ditto.
720
721         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
722         async code again so that we can debug it properly.
723
724         * message.el (message-reply): Take an optional switch-buffer parameter
725         so that Gnus window confs are respected better.
726
727 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
728
729         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
730         `plist-get' to accept non-list parameters (XEmacs issue).
731         Fix docstring.
732         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
733         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
734         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
735         Login collection is "Login" and not "login".
736
737 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
738
739         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
740         multiple headers.
741
742         * nnimap.el (nnimap-inhibit-logging): New variable.
743         (nnimap-log-command): Don't log login commands.
744
745         * auth-source.el (auth-source-netrc-search): The asserts seem to want
746         to have more parameters.
747
748         * nnimap.el (nnimap-send-command): Mark the command time for each
749         command, so that we don't get NOOPs stepping on our toes.
750
751         * gnus-art.el (article-date-ut): Get the date from the Date header on
752         `t'.
753
754 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
755
756         * auth-source.el (auth-source-search): Use copy-sequence instead of
757         the cl.el copy-list.
758
759 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
760
761         * imap.el: Bring it back (revert
762         84d800cd31de3064f0ed39617d725709a2f8f42f).
763
764 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
765
766         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
767         Improve prompt.
768
769 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
770
771         * gnus-art.el (gnus-article-mode-line-format): Remove the article
772         washing status from the default format.  It isn't very informative.
773
774 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
775
776         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
777         Fix Gcc processing on imap.
778
779 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
780
781         * imap.el: Remove file.  All the functionality is in nnimap.el.
782
783 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
784
785         * message.el (message-bury): Don't pop up a new window when selected
786         window is dedicated.
787
788 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
789
790         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
791
792 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
793
794         * sieve-manage.el: Autoload `auth-source-search'.
795         (sieve-sasl-auth): Use it.
796
797 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
798
799         * nnimap.el: Autoload `auth-source-forget+'.
800         (nnimap-open-connection-1): Use it if the connection fails.
801
802         * auth-source.el: Require `password-cache'.
803         (auth-source-hide-passwords, auth-source-cache): Remove and mark
804         obsolete.
805         (auth-source-magic): Marker for `password-cache' keys.
806         (auth-source-do-cache): Update docstring.
807         (auth-source-search): Use and check cache.
808         (auth-source-forget-all-cached, auth-source-remember)
809         (auth-source-recall, auth-source-forget, auth-source-forget+)
810         (auth-source-specmatchp): Caching support functions.
811         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
812         Remove and obsolete.
813         (auth-source-user-or-password): Remove caching to further discourage
814         using it.  Always hide passwords.
815
816         * password-cache.el (password-cache-remove): Accept secrets that are
817         not strings.
818
819 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
820
821         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
822         code for now, since it doesn't work for all users.
823
824 2011-02-09  Julien Danjou  <julien@danjou.info>
825
826         * message.el (message-options): Make message-options really buffer
827         local.
828
829 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
830
831         * mail-source.el: Autoload `auth-source-search'.
832         (mail-source-keyword-map): Note order matters.
833         (mail-source-set-1): Get all the mail-source source values and
834         defaults and search auth-source on those if needed.  This can all
835         probably be simplified.
836
837         * nnimap.el: Autoload `auth-source-search'.
838         (nnimap-credentials): Use it.
839         (nnimap-open-connection-1): Ask for the virtual server and physical
840         address in one shot.
841
842         * nntp.el: Autoload `auth-source-search'.
843         (nntp-send-authinfo): Use it.  Note TODO.
844
845 2011-02-08  Julien Danjou  <julien@danjou.info>
846
847         * shr.el (shr-tag-body): Add support for text attribute in body
848         markups.
849
850         * message.el (message-options): Make message-options a local variable.
851
852 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
853
854         * auth-source.el (auth-source-secrets-search)
855         (auth-source-user-or-password): Use `append' instead of `nconc'.
856         (auth-source-user-or-password): Build return list better and protect
857         against nil :secret.
858
859 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
860
861         * nnimap.el (nnimap-update-info): Refactor slightly.
862         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
863         (nnimap-update-info): Clean up slightly.
864         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
865         characters.
866         (nnimap-process-quirk): Rename function to avoid collision.
867         (nnimap-update-info): Fix macrology bug-out.
868         (nnimap-update-info): Simplify split history test.
869
870 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
871
872         * auth-source.el (top): Require 'eieio unconditionally.
873         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
874         (auth-source-secrets-search): Limit search when `max' is greater than
875         number of results.
876
877 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
878
879         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
880         part not returning any data.
881
882         * proto-stream.el (open-protocol-stream): Document the return value.
883
884 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
885
886         * auth-source.el (auth-source-secrets-search): Add examples.
887
888 2011-02-06  Julien Danjou  <julien@danjou.info>
889
890         * message.el (message-setup-1): Handle message-generate-headers-first
891         set to t.
892
893 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
894
895         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
896         API with a string "secrets:collection-name" and with 'default.
897         (auth-source-backend-parse): Parse "secrets:collection-name" and
898         'default.  Recurse on parses instead of repeating code.  Use the
899         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
900         message when ignoring a source.
901         (auth-source-search): List ignored search keys at the top level.
902         (auth-source-netrc-create): Use `case' instead of `cond'.
903         (auth-source-secrets-search): Created with TODOs.
904         (auth-source-secrets-create): Created with TODOs.
905         (auth-source-retrieve, auth-source-create, auth-source-delete)
906         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
907         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
908         (auth-source-user-or-password-sftp)
909         (auth-source-user-or-password-smtp): Remove.
910         (auth-source-user-or-password): Deprecated and modified to be a wrapper
911         around `auth-source-search'.  Not tested thoroughly.
912
913 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
914
915         * auth-source.el: Bring in assoc and eioeio libraries.
916         (secrets-enabled): New variable to track the status of the Secrets API.
917         (auth-source-backend): New EIOEIO class to represent a backend.
918         (auth-source-creation-defaults): New variable to set prompt defaults
919         during token creation (see the `auth-source-search' docstring for
920         details).
921         (auth-sources): Simplify to allow a simple string as a netrc backend
922         spec.
923         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
924         (auth-source-backend-parse-parameters): Fill in the backend parameters.
925         (auth-source-search): Main auth-source API entry point.
926         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
927         (auth-source-search-collection): Helper function for searching.
928         (auth-source-netrc-parse, auth-source-netrc-normalize)
929         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
930         Supports search, create, and delete.
931         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
932         backend stubs.
933         (auth-source-user-or-password): Call `auth-source-search' but it's not
934         ready yet.
935
936 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
937
938         * message.el (message-setup-1): Remove the read-only stuff, since it
939         doesn't work under XEmacs, for some reason.
940
941         * gnus-sum.el (gnus-user-date): Rename back from
942         gnus-summary-user-date since user code refers to it.
943
944         * shr.el (shr-render-td): Store the actual background colour used.
945
946         * message.el (message-setup-1): Don't bind the constant
947         -forbidden-properties.
948         (message-setup-1): Revert previous change, since it needs to bind the
949         props to insert them.
950         (message-resend): Allow removing the read-only separator line.
951
952 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
953
954         * nnimap.el (nnimap-request-accept-article): Give an error message if
955         the APPEND wasn't successful.
956
957 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
958
959         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
960         that have no groups.
961
962 2011-02-03  Julien Danjou  <julien@danjou.info>
963
964         * gnus-draft.el: Remove progn around gnus-draft-setup.
965
966 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
967
968         * gnus-start.el (gnus-read-active-for-groups): This function is never
969         called with a nil `infos', so clean that up.
970         (gnus-get-unread-articles): Request active files from primary/secondary
971         methods that have no groups (yet).
972
973 2011-02-03  Julien Danjou  <julien@danjou.info>
974
975         * message.el (message-setup-1): Always generate References first.
976         (message-mail): Return the return value of message-setup, not always t.
977         (message-setup-1): Insert mail-header-separator with read-only and
978         intangible properties set.
979
980         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
981         user-date in docstring.
982
983         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
984
985         * gnus.el (gnus-summary-line-format): Mention &user-date format in
986         docstring.
987
988         * gnus.el (gnus-user-date-format-alist): Change default value. Use
989         defcustom, with type and group. Move from gnus-util.el. Rename to
990         gnus-summary-user-date-format-alist.
991
992 2011-02-03  Glenn Morris  <rgm@gnu.org>
993
994         * nnimap.el (gnus-fetch-headers): Declare.
995
996         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
997
998 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
999
1000         * message.el (message-forward-make-body-digest-plain)
1001         (message-followup, message-reply): Clean up things noted by Stefan.
1002
1003         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1004         gnus-article-update-date-headers is nil.
1005         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1006         it didn't really work with defcustom.
1007         (article-update-date-lapsed): Make sure the window start doesn't move,
1008         either.
1009
1010 2011-02-01  Julien Danjou  <julien@danjou.info>
1011
1012         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1013         format.
1014
1015         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1016         standard in Emacs nowadays.
1017
1018         * color.el (color-gradient): Add a color-gradient function.
1019
1020 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1021
1022         * message.el (message-expand-name): Don't trust the return value of
1023         bbdb-complete-name.
1024         (message-check-news-header-syntax): Remove unused var `start'.
1025         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1026         (message-inhibit-body-encoding): Move to before first use.
1027         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1028         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1029         (Organization, Message-ID, Date, mh-previous-window-config):
1030         Defvar the vars using dynamic scoping.
1031
1032 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1033
1034         * shr.el (shr-render-td): Only do colours at the final rendering.
1035         Should be slightly faster.
1036         (shr-insert-table): Fix up TD background colours when doing the
1037         vertical padding.
1038
1039         * gnus-art.el (article-date-ut): Protect against articles with no Date
1040         header.
1041         (article-update-date-lapsed): Don't use current-column to find the
1042         horizontal position.  It's fragile in the presence of \003 characters.
1043
1044         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1045
1046 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1047
1048         * gnus-art.el (article-transform-date): Rewrite to still work when
1049         there are several rfc2822 parts.
1050         (article-transform-date): Fix infinite recursion.
1051         (article-date-ut): Replace infinitely many Date headers with a single
1052         one when called interactively.
1053
1054         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1055         secure manner.
1056
1057         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1058         move around by not using save-window-excursion.  It seems to work...
1059
1060 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1061
1062         * gnus-art.el (article-make-date-line): Work for user-defined format.
1063
1064 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1065
1066         * nntp.el (nntp-retrieve-group-data-early)
1067         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1068         fetching functions.
1069
1070         * gnus-start.el (gnus-read-active-for-groups): Read the active files
1071         thoroughly for all backends that have no known groups.  This should
1072         allow new nnml methods to retrieve mail.
1073
1074         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1075         that Gnus doesn't know exists again.
1076
1077         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1078         (gnus-treat-date-ut): Ditto.
1079         (gnus-article-update-date-header): Rename.
1080         (gnus-treat-date-local): Remove.
1081         (gnus-treat-date-english): Remove.
1082         (gnus-treat-date-lapsed): Remove.
1083         (gnus-treat-date-combined-lapsed): Remove.
1084         (gnus-treat-date-original): Remove.
1085         (gnus-treat-date-iso8601): Remove.
1086         (gnus-treat-date-user-defined): Remove.
1087         (gnus-article-date-headers): New variable to control all the date
1088         header options.
1089         (article-date-ut): Rewrite to allow using the new way to format date
1090         headers(s).
1091
1092 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1093
1094         * nnmail.el (nnmail-article-group): Check for a direct fancy split
1095         method.
1096         (nnmail-article-group): A better test for fanciness.
1097
1098         * nnimap.el (nnimap-request-head): Protect against not finding the
1099         article by Message-ID.
1100
1101 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
1102
1103         * gnus-art.el (article-update-date-lapsed): Try a better way to really
1104         keep point at the "same place".
1105
1106 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1107
1108         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1109         data if the group is unactivated.
1110
1111 2011-01-28  Julien Danjou  <julien@danjou.info>
1112
1113         * gnus-win.el: Remove dead function gnus-window-configuration-element.
1114         (gnus-all-windows-visible-p): Remove old compatibility code.
1115         (gnus-window-top-edge): Add docstring.
1116
1117         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1118
1119 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1120
1121         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1122         older request-update-info.
1123
1124         * gnus-art.el (article-make-date-line): Limit the length a bit more.
1125
1126 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
1127
1128         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1129         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1130
1131 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1132
1133         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1134         groups.  This makes the nndraft:queue group pop up if it's not already
1135         there.
1136
1137         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1138         messages" logic, which was reversed.
1139
1140         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1141         the "same place" even if point is on the line being replaced.
1142         (article-update-date-lapsed): Allow updating both the combined lapsed
1143         and the lapsed headers.
1144         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1145         (article-make-date-line): Limit the number of segments dynamically to
1146         avoid too-long lines.
1147
1148 2011-01-27  Julien Danjou  <julien@danjou.info>
1149
1150         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1151         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1152
1153 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1154
1155         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1156         Use plist-get instead of the cl function getf.
1157
1158 2011-01-27  Glenn Morris  <rgm@gnu.org>
1159
1160         * gnus-util.el (float-time): Get rid of compiler warning, again.
1161
1162 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1163
1164         * shr.el (shr-put-color): Special-case background colours: Do put them
1165         at the blank parts at the front of the lines.
1166
1167         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1168         exit hook to nix out all data on readedness on group exit.
1169
1170         * gnus-util.el (float-time): If float-time is bound, always use it on
1171         all Emacsen.  It's unclear why the subrp check was there.
1172         (time-date): Require to make some autoload issues on XEmacs go away.
1173
1174         * shr.el (shr-put-color): Don't do the box padding in tables, since
1175         they're already padded.
1176
1177 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1178
1179         * gnus-art.el (gnus-article-next-page): When the last line of the
1180         article is displayed, scroll down once more instead of going to the
1181         next article at once.
1182         (article-lapsed-string): Refactor out and allow specifying how many
1183         segments you want.
1184         (gnus-article-setup-buffer): Start updating the lapsed header directly.
1185         (gnus-article-update-lapsed-header): New variable.
1186
1187         * shr.el: Revert change that made headings use different-sized faces.
1188         The Emacs display engine isn't advanced enough that, for instance,
1189         tables can comfortably use differently-sized faces.
1190
1191 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1192
1193         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1194         used.
1195         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1196         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1197         we're using an encrypted connection.
1198
1199         * proto-stream.el: Alter the interface functions to also return the
1200         actual stream type used: network or tls.
1201
1202 2011-01-25  Julien Danjou  <julien@danjou.info>
1203
1204         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1205         (mm-display-javascript-inline): New function.
1206
1207         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1208         viewing function.
1209
1210 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1211
1212         * shr.el (shr-expand-newlines): Fix variable name.
1213
1214 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1215
1216         * shr.el (shr-expand-newlines): Make nested boxes work.
1217
1218 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1219
1220         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1221         backgrounds.
1222         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1223         in a more sensible manner.
1224
1225 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1226
1227         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1228         if EPG is loaded.
1229
1230 2011-01-24  Julien Danjou  <julien@danjou.info>
1231
1232         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1233         tags.
1234
1235 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1236
1237         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1238         commands.
1239
1240         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1241         in the article buffer.
1242         (gnus-gravatar-insert): Use blank space from the current buffer to
1243         avoid breaking text properties.  This makes X-Sent updating work again.
1244
1245         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1246
1247 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1248
1249         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1250         fix the bug in url-http.el instead.
1251
1252         * shr.el (shr-image-fetched): Ditto.
1253
1254         * shr.el (shr-image-fetched): Avoid having point move in the article
1255         buffer.
1256
1257         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1258         buffer after being called.  It's apparently being killed by url.el, and
1259         killing it made point move to end-of-buffer in a random buffer.
1260
1261         * shr.el (shr-image-fetched): Ditto.
1262
1263 2011-01-23  Julien Danjou  <julien@danjou.info>
1264
1265         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1266
1267         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1268         text/x-org.
1269
1270 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1271
1272         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1273         (i.e., nnimap) returning nil as the article number.
1274
1275 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1276
1277         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1278         "DelSp" parameter in RFC3676.
1279
1280 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1281
1282         * message.el (message-check-recipients): Display the encoded version of
1283         the bogus address if they differ.
1284
1285         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1286         after sending.
1287
1288         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1289
1290         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1291
1292         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1293         group buffer after sending the queue.
1294
1295         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1296
1297 2011-01-22  Julien Danjou  <julien@danjou.info>
1298
1299         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1300
1301 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1302
1303         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1304         nested related parts.
1305
1306         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1307         unexpired articles.  This fixes the regression that led expiry marks to
1308         disappear from nnfolder groups.
1309
1310 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1311
1312         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1313         Don't confuse the "ret" of "retrograde" with RET.
1314
1315 2011-01-21  Julien Danjou  <julien@danjou.info>
1316
1317         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1318         than mm-insert-inline.
1319
1320 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1321
1322         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1323         Widen article buffer.
1324
1325 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1326
1327         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1328         the temp buffer.
1329         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1330
1331 2011-01-20  Julien Danjou  <julien@danjou.info>
1332
1333         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1334
1335         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1336         than mm-insert-inline to insert inline part: this respect
1337         mm-inline-media-tests displayers.
1338
1339         * mm-view.el (mm-display-shell-script-inline): New function.
1340
1341         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1342
1343         * mm-uu.el (mm-uu-type-alist): Add org block.
1344         (mm-uu-org-src-code-block-extract): New function.
1345
1346         * mm-view.el (mm-display-org-inline): New function.
1347
1348         * mm-decode.el (mm-automatic-display): Add text/org.
1349
1350         * mailcap.el (mailcap-mime-extensions): Add .org.
1351
1352 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1353
1354         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1355         gnus-article-add-buttons.
1356
1357 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1358
1359         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1360         From header with a date and "nobody" as the sender.
1361
1362 2011-01-19  Julien Danjou  <julien@danjou.info>
1363
1364         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1365         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1366         if you have the same regexp several times.
1367         (gnus-button-push): Fix matching when regexp is symbol.
1368
1369 2011-01-15  Glenn Morris  <rgm@gnu.org>
1370
1371         * message.el (message-mail): A compose-mail function should
1372         accept headers as strings.
1373
1374 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1375
1376         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1377         Add :vert-only tags.
1378         (message-mail): New arg RETURN-ACTION.
1379         (message-return-action): New var.
1380         (message-bury): Use it.
1381         (message-mode): Make it buffer-local.
1382         (message-send-and-exit): Always call message-bury.
1383
1384         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1385         message-mail.
1386
1387 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1388
1389         * nnimap.el (nnimap-convert-partial-article): Protect against
1390         zero-length body parts.
1391
1392         * mm-decode.el (mm-preferred-alternative-precedence):
1393         Discourage showing empty parts.
1394
1395         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1396         and stuff if the backend didn't return the article number.  This fixes
1397         an Exchange-related nnimap bug.
1398
1399         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1400         group window, because it does the wrong thing when a separate frame
1401         displays the group buffer.
1402
1403         * proto-stream.el (open-protocol-stream): Protect against the low-level
1404         transport functions returning nil.
1405
1406 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1407
1408         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1409         (mml2015-epg-find-usable-secret-key): New function.
1410         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1411         mml2015-epg-find-usable-key (Bug#7797).
1412         (mml2015-epg-encrypt): Ditto.
1413
1414 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1415
1416         * dgnushack.el (rot13-string): Fix the way to get the argument.
1417
1418 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1419
1420         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1421
1422 2011-01-03  Glenn Morris  <rgm@gnu.org>
1423
1424         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1425
1426         * sieve.el (sieve-open-server): Give a more explicit error if
1427         sieve-manage-open returns nil.  (Bug#7720)
1428
1429 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1430
1431         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1432
1433 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1434
1435         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1436         This avoids sending passwords in plain text over non-encrypted
1437         channels.
1438
1439         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1440
1441         * nnimap.el (nnimap-login): Refactored out into own function, and
1442         implement CRAM-MD5.
1443         (nnimap-wait-for-line): Refactored out.
1444
1445         * mm-view.el (mml-smime): Require.
1446
1447 2010-12-20  David Engster  <deng@eml.cc>
1448
1449         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1450         use EPG to decrypt S/MIME messages instead of openssl.
1451
1452 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1453
1454         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1455
1456         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1457         status is the group clearly is unreachable.
1458
1459         * auth-source.el (auth-source-create): Add the optional second
1460         parameter to `local-variable-p' to be compatible with XEmacs.
1461
1462 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1463
1464         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1465         work when using a compressed nnml folder.
1466
1467 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1468
1469         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1470         backends after sanitising on entry, because this never makes sense:
1471         If the articles have gone missing, then the data no longer exists on
1472         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1473         overwrite anything anyway.
1474
1475         * shr.el (shr-insert-document): Bind shr-width dynamically to
1476         window-width if it's nil.
1477
1478 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1479
1480         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1481         with the meaning of using the full emacs window width for rendering.
1482
1483 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1484
1485         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1486         case when sender is not given.
1487
1488 2010-12-23  Julien Danjou  <julien@danjou.info>
1489
1490         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1491         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1492         the addresses, otherwise we might misplaced the gravatar.
1493
1494 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1495
1496         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1497         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1498         obsolete in Emacs.
1499
1500 2010-12-20  Julien Danjou  <julien@danjou.info>
1501
1502         * gnus-util.el (gnus-rescale-image): Revert last change.
1503
1504 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1505
1506         * binhex.el: Improve commentary (Bug#7482).
1507
1508 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1509
1510         * gnus-group.el (gnus-group-delete-articles): New command.
1511
1512 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1513
1514         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1515
1516 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1517
1518         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1519         here, since it's up to the backends to do CRLF removal if their
1520         protocol has it.
1521
1522         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1523
1524 2010-12-17  Julien Danjou  <julien@danjou.info>
1525
1526         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1527         they are from file. Can also scale up.
1528
1529 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1530
1531         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1532         gnus-use-agent.
1533         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1534
1535         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1536
1537 2010-12-17  Julien Danjou  <julien@danjou.info>
1538
1539         * gravatar.el (gravatar-retrieve-synchronously): New function.
1540         (gravatar-get-data): Make more robust.
1541
1542 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1543
1544         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1545
1546 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1547
1548         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1549         to really consider the last line.
1550
1551 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1552
1553         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1554         list of recipient keys, or use symmetric encryption if not a list.
1555         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1556         EPA override, replacing the call to `netrc-store-data'.
1557
1558 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1559
1560         * gnus-srvr.el: Avoid passing nil regexp argument to
1561         delete-matching-lines.
1562
1563 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1564
1565         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1566         fetching stops when Gnus exits.
1567
1568         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1569         function.
1570         (nnfolder-request-expire-articles): Save all the buffers after doing
1571         expiry.
1572
1573         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1574         the last article", since that led to serious performance regressions
1575         when expiring nnml groups.
1576
1577 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1578
1579         * nnir.el: Improve customizations.
1580
1581 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1582
1583         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1584
1585         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1586         group has been killed.
1587         (gnus-group-yank-group): Ditto.
1588
1589         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1590
1591         * nnimap.el (nnimap-request-update-group-status): New function.
1592
1593         * gnus-int.el (gnus-request-update-group-status): New interface
1594         function.
1595
1596         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1597         copying read-ness to the backends.
1598
1599         * nnimap.el (nnimap-quirk): New function.
1600         (nnimap-retrieve-group-data-early): Use it.
1601         (nnimap-quirks): New alist.
1602
1603 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1604
1605         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1606         don't delete it within indentation.
1607
1608 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1609
1610         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1611         previous line.
1612
1613 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1614
1615         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1616         QRESYNC command by deleting a superfluous space which broke Cyrus
1617         servers.  This change will break other servers that are buggy the other
1618         way around.
1619
1620 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1621
1622         * spam.el: Reindent and fix long lines.
1623         (spam-copy-or-move-routine): Exclude invalid move destinations.
1624
1625 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1626
1627         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1628         installed the registry.
1629
1630 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1631
1632         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1633
1634 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1635
1636         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1637         groupname doesn't contain "gmane".
1638
1639 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1640
1641         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1642         and netrc-bound-and-true-p bindings.
1643         (netrc-parse): Cache the netrc contents.
1644
1645         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1646         (gnus-1): Don't create the nndrafts group twice.
1647         (gnus-setup-news): There's no need to read the active file here, since
1648         that's done again later on a per-backend basis.
1649         (gnus-start-draft-setup): Make sure that the new group is started out
1650         empty.
1651
1652         * gnus-agent.el (gnus-agentize): Don't create the queue group
1653         automatically on startup.  It'll be created later, if needed.
1654
1655         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1656         of automatically subscribed groups.
1657         (gnus-auto-subscribed-categories): New variable.
1658         (gnus-matches-options-n): Use it.
1659         (gnus-default-subscribed-newsgroups): Remove unused variable.
1660         (gnus-start-draft-setup): Message a bit less.
1661
1662 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1663
1664         * nnir.el (nnir-run-imap): Return article list in order of increasing
1665         UID.
1666
1667 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1668
1669         * gnus-sum.el (gnus-summary-enter-digest-group):
1670         Mention gnus-auto-select-on-ephemeral-exit.
1671
1672         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1673         convention of the network-only option.
1674
1675 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1676
1677         * proto-stream.el (proto-stream-open-network-only): New function to
1678         have a way to specify non-STARTTLS upgrade connections.
1679
1680 2010-12-10  Julien Danjou  <julien@danjou.info>
1681
1682         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1683         email address is nil.
1684
1685         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1686
1687 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1688
1689         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1690         deletion.
1691         (nnir-run-imap): Only need to parse list once.
1692
1693 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1694
1695         * shr.el (shr-tag-script): Ignore <script>.
1696         (shr-tag-label): Add <label> support.
1697
1698 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1699
1700         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1701
1702         * shr.el (shr-image-displayer): Work for images lined side by side.
1703
1704 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1705
1706         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1707         parameter, since XEmacs doesn't accept t as a parameter.
1708
1709 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1710
1711         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1712         ids.
1713         (nnir-run-gmane): Simplify groupspec formatting.
1714         (nnir-request-expire-articles): New function.
1715
1716 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1717
1718         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1719         overflow, possibly.
1720
1721         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1722         (shr-render-td): Handle td style="" better.
1723         (shr-tag-table): Use the color from the style sheet.
1724         (shr-render-td): Make sure we copy over all the overlays, too.
1725
1726 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1727
1728         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1729         (nnir-request-article): Improve article retrieval.
1730
1731 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1732
1733         * mm-util.el (mm-extra-numeric-entities): New variable.
1734
1735         * mm-url.el (mm-url-decode-entities):
1736         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1737
1738         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1739
1740 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1741
1742         * message.el: Use completion-at-point.
1743         (message-completion-function): New fun, extracted from message-tab.
1744         (message-mode): Use it for completion-at-point-functions.
1745         (message-tab): Use it and completion-at-point.
1746
1747 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1748
1749         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1750         character if a non-breakable character follows.
1751
1752 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1753
1754         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1755         any stream.
1756
1757         * shr.el (shr-tag-font): Colorize the region.
1758         (shr-tag-body): Ditto.
1759         (shr-tag-font): Actually let the styles be inherited instead of
1760         overwriting them.
1761         (shr-tag-font): Get the background color right.
1762         (shr-tag-style): Ignore all <style> tags for the moment.
1763
1764         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1765         a Message-ID to avoid having nnimap depend on gnus-sum.
1766
1767         * shr.el (shr-descend): Only colorize something if we have a node that
1768         sets colors.
1769
1770 2010-12-06  Julien Danjou  <julien@danjou.info>
1771
1772         * shr.el (shr-render-td): Render td content with shr-descend, so style
1773         will be applied to <td> too.
1774         (shr-colorize-region): Colorize region even if we only have a background.
1775         (shr-tag-body): Fix color and background color inheritance.
1776         Do not recolorize after shr-generic.
1777         (shr-tag-font): Let shr-generic colorize via inheritance.
1778
1779 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1780
1781         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1782
1783 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1784
1785         * nnir.el (nnir-request-move-article): Remove obsolete code.
1786
1787 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1788
1789         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1790
1791 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1792
1793         * gnus-sum.el (gnus-summary-respool-article): The completion function
1794         expects a list instead of an alist.
1795
1796         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1797         string as the parameter.
1798
1799         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1800
1801         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1802         styles.
1803         (shr-colorize-region): New function.
1804         (shr-insert-background-overlay): Remove.
1805         (shr-render-td): Background setting should be taken care of on a higher
1806         level.
1807         (shr-tag-body): Use post-hoc colorizations.
1808         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1809         (shr-put-color-1): Don't overwrite old colors.
1810         (shr-colorize-region): When the background color isn't explicit, use
1811         a fixed background.
1812
1813         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1814         nnmail variables.
1815
1816 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1817
1818         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1819         unless necessary.
1820
1821 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1822
1823         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1824         server.
1825
1826 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1827
1828         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1829         so that TAB works.
1830
1831         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1832         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1833
1834         * shr.el (shr-urlify): Show the URL before the title to avoid
1835         misleading URLs.
1836
1837 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1838
1839         * shr.el (shr-urlify): Display the title in <a> tags.
1840
1841 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1842
1843         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1844
1845 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1846
1847         * nnir.el: Rearrange code to allow macros to be autoloaded by
1848         gnus-sum.el.
1849         (nnir-retrieve-headers-override-function): Make this variable
1850         customizable.
1851         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1852
1853         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1854         from nnir.el.
1855
1856 2010-12-03  Julien Danjou  <julien@danjou.info>
1857
1858         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1859
1860 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1861
1862         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1863         allow optional argument `environment'.
1864
1865 2010-12-03  Glenn Morris  <rgm@gnu.org>
1866
1867         * mm-extern.el (message-goto-body): Update declaration.
1868
1869 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1870
1871         * gnus-util.el (gnus-macroexpand-all): New function.
1872
1873         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1874         instead of macroexpand-all that is unavailable in XEmacs.
1875
1876 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1877
1878         * nnir.el (nnir-summary-line-format): New variable.
1879         (nnir-mode): Use it.
1880         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1881         (nnir-article-ids): Reimplement as defsubst.
1882         (nnir-retrieve-headers): Don't mangle the subject header.
1883         (nnir-run-imap): Use 100 as RSV score.
1884         (nnir-run-find-grep): Fix for full server searching.
1885         (nnir-run-gmane): Better restriction to gmane groups.
1886
1887         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1888         summary buffers.
1889
1890 2010-12-02  Julien Danjou  <julien@danjou.info>
1891
1892         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1893
1894         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1895
1896         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1897         support.
1898
1899 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1900
1901         * nnir.el: Update to handle the registry better.
1902         (autoload): Silence byte-compiler.
1903         (nnir-open-server): Add a hook for nnir groups.
1904         (nnir-request-move-article): Don't mangle the header. Better to use
1905         formating variables (which will be added in the future).
1906         (nnir-registry-action): Update the registry using the original article
1907         group name.
1908         (nnir-mode): Install nnir-specific hooks for updating the registry.
1909
1910         * gnus-sum.el
1911         (gnus-article-original-subject,gnus-newsgroup-original-name):
1912         Remove obsolete variables.
1913         (gnus-summary-move-article): Remove use of obsolete variables.
1914         (gnus-summary-local-variables): Make move and delete hooks local to
1915         summary buffers.
1916
1917 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1918
1919         * rtree.el: New file.
1920
1921 2010-12-01  Julien Danjou  <julien@danjou.info>
1922
1923         * message.el (message-user-organization): Do not use
1924         gnus-local-organization.
1925
1926         * gnus.el: Remove gnus-local-organization.
1927
1928         * gnus-msg.el: Remove nastygram thing.
1929
1930 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1931
1932         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1933         funcall.
1934
1935 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1936
1937         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1938         names.
1939
1940         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1941         characters.
1942
1943         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1944         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1945         Suggested by Štěpán Němec <stepnem@gmail.com>.
1946         (gnus-gravatar-transform-address): Use mail-extract-address-components
1947         that supports non-ASCII names rather than mail-header-parse-addresses.
1948
1949 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1950
1951         * proto-stream.el (open-protocol-stream): All starttls connections are
1952         handled by the network handler.
1953
1954 2010-11-30  Julien Danjou  <julien@danjou.info>
1955
1956         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1957         (nnimap-open-connection-1): Fix PREAUTH.
1958
1959         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1960
1961 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1962
1963         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1964         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1965         (shr-insert): Use them.
1966         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1967
1968 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1969
1970         * nnir.el (nnir-request-move-article): Bail out if original group
1971         doesn't support article moves.
1972         (nnir-get-active): Improve active list retrieval.
1973
1974 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1975
1976         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1977
1978 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1979
1980         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1981         seem to accept strings-with-numbers as port numbers,
1982
1983 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1984
1985         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1986         change the registry.
1987
1988 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1989
1990         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1991         delete-dups that is not available in XEmacs 21.4.
1992
1993         * mm-util.el (mm-delete-duplicates): Add comment.
1994
1995 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1996
1997         * nnir.el (nnir-ignored-newsgroups): New variable.
1998         (nnir-get-active): Use it.
1999
2000 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2001
2002         * proto-stream.el (proto-stream-open-network): Add some comments.
2003
2004         * nntp.el (nntp-open-connection): Provide a :success condition.
2005
2006         * nnimap.el (nnimap-open-connection-1): Ditto.
2007
2008         * proto-stream.el (proto-stream-open-network): See what the response to
2009         the STARTTLS command is.
2010
2011         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2012         backwards compatibility).
2013         (nnimap-open-connection-1): Really respect nnimap-server-port.
2014
2015         * proto-stream.el (proto-stream-open-network): When doing opportunistic
2016         TLS upgrades we don't really care about the identity of the peer.
2017         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2018         that what we've checked for.
2019         (proto-stream-always-use-starttls): Only default to t if
2020         open-gnutls-stream exists.
2021         (proto-stream-open-network): If STARTTLS failed, then just open a
2022         normal connection.
2023         (proto-stream-open-network): Wait until the greeting before doing
2024         STARTTLS.
2025
2026         * nntp.el (nntp-open-connection): Report what the connection error is.
2027
2028         * proto-stream.el (open-protocol-stream): Rename from
2029         open-proto-stream.
2030
2031 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2032
2033         * nnimap.el (nnimap-stream): Change default to `undecided'.
2034         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2035         first, and then network.
2036         (nnimap-open-connection-1): Respect nnimap-server-port.
2037         (nnimap-open-connection): Be more backwards-compatible.
2038
2039         * proto-stream.el (proto-stream-always-use-starttls): New variable.
2040         (proto-stream-open-starttls): De-duplicate the starttls code.
2041         (proto-stream-open-starttls): Folded back into the main function.
2042         (proto-stream-open-network): Fix typo in the gnutls path.
2043         (proto-stream-command): Refactor out.
2044
2045         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2046
2047         * proto-stream.el (proto-stream-open-starttls): Actually implement the
2048         starttls.el STARTTLS.
2049
2050         * color.el (color-lab->srgb): Fix function call name.
2051
2052         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2053         if we're using tls.el.
2054         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2055         built in, then don't try to establish a STARTTLS connection.
2056
2057         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2058         servers.
2059
2060         * proto-stream.el (open-proto-stream): Use network, not stream.
2061         (open-proto-stream): Add a way to specify what the end of a command is.
2062
2063         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2064         connections types.
2065         (nntp-open-network-stream): Remove.
2066         (nntp-open-ssl-stream): Remove.
2067         (nntp-open-tls-stream): Remove.
2068         (nntp-ssl-program): Remove.
2069
2070         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2071
2072 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
2073
2074         * nnir.el: Fix typos.
2075         (nnir-retrieve-headers-override-function): Rename variable to reflect
2076         new semantics.
2077         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2078         macros.
2079         (nnir-request-article, nnir-request-move-article): Use them.
2080         (nnir-categorize): New function.
2081         (nnir-run-query): Use it.
2082         (nnir-retrieve-headers): Rewrite to batch header retrieval.
2083         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2084         sorted.
2085         (nnir-group-full-name): Use gnus-group-full-name instead.
2086         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2087         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2088
2089 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2090
2091         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2092
2093         * proto-stream.el: New library to provide protocol-specific
2094         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2095         protocols.
2096         (open-proto-stream): Complete the documentation.
2097         (proto-stream-open-network): Fix some typos.
2098
2099         * nnimap.el (nnimap-open-connection): Use it.
2100
2101 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
2102
2103         * pop3.el (pop3-open-server): Read server greeting before starting TLS
2104         negotiation.
2105
2106 2010-11-26  Julien Danjou  <julien@danjou.info>
2107
2108         * color.el: Rename various rgb functions to srgb.
2109
2110 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2111
2112         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2113         names.
2114
2115 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2116
2117         * shr.el (shr-insert): Revert last change.
2118         (shr-find-fill-point): Never leave point being at bol;
2119         relax the kinsoku limitation when rendering tables.
2120
2121 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2122
2123         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2124         results from -accept-article.
2125
2126         * shr-color.el: Require cl when compiling.
2127
2128         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2129         checkin.
2130
2131         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2132
2133         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2134
2135         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2136         'add and 'delete to set backend marks.
2137
2138         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2139
2140         * nnheader.el (nnheader-update-marks-actions): Refactor out.
2141
2142         * nntp.el (nntp-request-set-mark): Use it.
2143
2144         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2145
2146         * nnml.el (nnml-request-set-mark): Ditto.
2147
2148         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2149         introduces regressions in article selection.
2150         (nnimap-find-uid-response): New function.
2151         (nnimap-request-accept-article): Use the UID returned, if any.
2152         (nnimap-request-move-article): Use the UID returned, if any.
2153         (nnimap-get-groups): Reimplement to work with folded lines.
2154         (nnimap-find-uid-response): The UID is the last element in the list.
2155         (nnimap-request-set-mark): Extend syntax with 'set.
2156
2157         * nnml.el (nnml-request-set-mark): Ditto.
2158
2159         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2160
2161         * nntp.el (nntp-request-set-mark): Ditto.
2162
2163 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2164
2165         * message.el (message-called-interactively-p): A temporary macro.
2166         (message-goto-body): Use it temporarily.
2167
2168 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2169
2170         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2171         (nnimap-last-response-string): Unfold quoted lines, if they exist.
2172         (nnimap-last-response-string): Fix last unfolding fix.
2173
2174 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2175
2176         * shr.el (shr-insert): Fix the way to fold lines.
2177
2178 2010-11-25  Julien Danjou  <julien@danjou.info>
2179
2180         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2181
2182         * color.el: Rename from color-lab.el
2183         (color-rgb->hex): Add.
2184         (color-complement): Add.
2185         (color-complement-hex): Add.
2186
2187         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2188
2189 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2190
2191         * shr-color.el (shr-color-visible): Don't bug out if the colour names
2192         don't exist.
2193
2194 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2195
2196         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2197         assuming that article displaying or another mml-preview may be
2198         interrupted for an error or for the like.
2199
2200         * shr.el (shr-get-background): Fix argument name.
2201
2202 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2203
2204         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2205
2206         * gnus-sum.el (gnus-summary-include-articles): New function.
2207
2208         * message.el (message-goto-body): called-interactively-p needs a
2209         parameter, so use `any'.
2210
2211         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2212         clear marks before moving, since they're synced from the Gnus side
2213         first.
2214
2215         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2216         (gnus-summary-move-article): Copy over all marks before moving, so that
2217         IMAP doesn't think a new article has arrived.
2218
2219 2010-11-24  Julien Danjou  <julien@danjou.info>
2220
2221         * shr.el (shr-insert-background-overlay): Fix typo.
2222         (shr-render-td): Copy the background before rendering.
2223
2224         * shr-color.el (shr-color-visible): Fix docstring.
2225
2226         * shr.el (shr-tag-table): Add bgcolor support.
2227         (shr-render-td): Add bgcolor support.
2228         (shr-get-background): Add.
2229         (shr-insert-foreground-overlay): Use shr-get-background.
2230
2231         * message.el (message-goto-body): Use called-interactively-p.
2232         (message-in-body-p): message-goto-body returns point.
2233
2234 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2235
2236         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2237         Fixes something or other in Emacs 23, and is backwards compatible.
2238
2239         * message.el (message-goto-body): Remove the <#secure special-casing,
2240         which is too special.
2241
2242         * shr.el (shr-parse-style): Drop !important from styles.
2243
2244 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2245
2246         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2247         this function to return incorrect results when calling it with an
2248         explicit article argument different from
2249         (gnus-summary-article-number).
2250
2251 2010-11-24  Julien Danjou  <julien@danjou.info>
2252
2253         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2254         (shr-tag-body): Add background support.
2255         (shr-descend): Add background support.
2256         (shr-tag-title): Add.
2257
2258         * shr-color.el (shr-color-visible): Really return original background
2259         if fixed.
2260
2261 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2262
2263         * shr.el (shr-color-check): Protect against non-existent colour names.
2264
2265 2010-11-24  Julien Danjou  <julien@danjou.info>
2266
2267         * color-lab.el: Require 'cl when compiling.
2268
2269         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2270
2271         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2272         matched part.
2273
2274         * color-lab.el: Fix all expt calls to use float type.
2275
2276 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2277
2278         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2279         expression to shr-color-check as is.
2280
2281         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2282
2283         * color-lab.el: Add coding cookie.
2284         (float-pi): Use eval-and-compile.
2285
2286         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
2287         compiled for Emacsen having no `libxml-parse-html-region' support.
2288
2289 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2290
2291         * shr.el (shr-insert-color-overlay): Split stuff like
2292         "#444444 !important" to find the real colour.
2293         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2294         parse <font color="red"> entries.
2295
2296 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2297
2298         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2299         point when parsing headers.
2300
2301         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2302         is positioned properly when parsing headers.
2303
2304 2010-11-23  Julien Danjou  <julien@danjou.info>
2305
2306         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2307
2308         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2309
2310         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2311
2312         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2313         Use shr-color-hue-to-rgb.
2314         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2315
2316 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2317
2318         * shr.el (shr-color->hexadecimal): Autoload.
2319         (shr-descend): Add color to all tags.
2320
2321 2010-11-22  Julien Danjou  <julien@danjou.info>
2322
2323         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2324         shr-color->hexadecimal.
2325
2326         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2327         RGB() or HSL() color representation.
2328
2329         * shr.el (shr-tag-font): Add.
2330         (shr-tag-color-check): New function to get better colors.
2331         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2332         tag-span.
2333
2334         * shr-color.el: New file.
2335
2336         * color-lab.el: New file.
2337
2338         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2339
2340 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2341
2342         * nnir.el: Fix typo in comments.
2343         (nnir-run-imap): Simplify code. No need to reverse artlist.
2344         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2345
2346 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2347
2348         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2349
2350         * nnimap.el (nnimap-get-capabilities): Refactor out.
2351         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2352
2353 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2354
2355         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2356         appearing when `mm-uu-hide-markers' is nil.
2357
2358 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2359
2360         * nnimap.el (nnimap-unselect-group): Make into its own function.
2361         (nnimap-request-rename-group): Unselect group before renaming.
2362         This had gotten lost somewhere.
2363         (nnimap-request-accept-article): Keep track of examined groups, and
2364         unselect the group before APPENDing to read-only groups.
2365         (nnimap-request-move-article): Clear flags before moving so that they
2366         can be re-set later.
2367
2368 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2369
2370         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2371         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2372
2373 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2374
2375         * gnus-art.el (gnus-mime-display-single)
2376         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2377         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2378         parameter.
2379
2380 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2381
2382         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2383         (shr-table-vertical-line): New variable.
2384         (shr-insert-table): Use it.
2385
2386 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2387
2388         * gnus-html.el (gnus-html-wash-images): Don't display images if
2389         gnus-inhibit-images is non-nil; register displayer for cid images.
2390         (gnus-html-display-image): Work for cid image.
2391         (gnus-html-insert-image): Allow arguments.
2392         (gnus-html-put-image): Inhibit read-only.
2393         (gnus-html-prefetch-images): Don't prefetch images if
2394         gnus-inhibit-images is non-nil.
2395
2396 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2397
2398         * shr.el (shr-put-image): Break lines when inserting big pictures.
2399
2400 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2401
2402         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2403         sender, thanks Katsumi Yamaoka.
2404
2405 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2406
2407         * nnir.el (nnir-run-imap): Reverse the article list for each group
2408         rather than the whole list.
2409
2410 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2411
2412         * shr.el (shr-image-displayer): Protect function against non-existent
2413         image source.
2414
2415         * gnus-art.el (gnus-inhibit-images): New user option.
2416         (gnus-mime-display-single): Don't display image if it is non-nil.
2417
2418         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2419         gnus-inhibit-images.
2420
2421         * shr.el (shr-image-displayer): New function.
2422         (shr-tag-img): Use it.
2423
2424 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2425
2426         * mml2015.el (mml2015-epg-sign): Use From header.
2427
2428 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2429
2430         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2431
2432         * gnus-util.el (gnus-find-text-property-region): Return markers.
2433
2434         * shr.el (shr-tag-img): Put a displayer in the text property.
2435
2436         * gnus-util.el (gnus-find-text-property-region): New utility function.
2437
2438         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2439         (gnus-html-show-images): Remove.
2440
2441         * gnus-art.el (gnus-article-show-images): New, more general function.
2442
2443         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2444         image url text properties.
2445
2446         * shr.el: Ditto.
2447
2448         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2449         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2450
2451 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2452
2453         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2454         work for two or more articles.
2455
2456 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2457
2458         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2459         divide an image that's in an html article to two or more when washing
2460         non-ASCII characters in alt text of it.
2461
2462 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2463
2464         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2465         smime-decrypt-region using function argument.
2466         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2467
2468         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2469
2470         * smime.el (smime-decrypt-region): Catch it.
2471
2472 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2473
2474         * smime.el (smime-mode-map): Move initialization into declaration.
2475         (gnus-run-mode-hooks): Don't autoload.
2476         (smime-mode): Use define-derived-mode.
2477
2478 2010-11-11  Glenn Morris  <rgm@gnu.org>
2479
2480         * smime.el (from): Restrict declaration to XEmacs.
2481
2482         * nnir.el (gnus-group-topic-name): Autoload.
2483
2484 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2485
2486         * shr.el (shr-insert): Don't break long line if it is because of
2487         kinsoku-bol characters in the line end.
2488
2489 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2490
2491         * nnir.el (nnir-request-move-article): Fix to provide original group
2492         and subject.
2493         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2494         been retrieved.
2495
2496         * gnus-sum.el (gnus-summary-move-article): Use original group and
2497         subject for virtual articles such as those in an nnir summary buffer.
2498
2499 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2500
2501         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2502         least 21.5).
2503
2504         * smime.el (from): Declare it again for XEmacs.
2505
2506 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2507
2508         * message.el (message-resend): Don't disable encoding unless it's
2509         already encoded.
2510
2511         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2512         low-numbered articles.
2513
2514 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2515
2516         * rfc2047.el (rfc2047-syntax-table): Simplify.
2517
2518         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2519
2520         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2521         set-char-table-range for XEmacs.
2522
2523 2010-11-10  Glenn Morris  <rgm@gnu.org>
2524
2525         * time-date.el (time-to-seconds): Always an alias on Emacs,
2526         never a real function.
2527         (with-no-warnings): Remove compat stub, now unused.
2528         (time-less-p): Doc fix.
2529         (time-to-number-of-days): Simplify.
2530
2531         * smime.el (from): Remove unused declaration.
2532
2533         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2534         (gnus-float-time): On Emacs, always an alias.
2535
2536         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2537         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2538
2539 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2540
2541         * dgnushack.el: Don't use ignore-errors in the top level form since it
2542         is unavailable in XEmacs even if cl is loaded.
2543
2544         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2545
2546 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2547
2548         * shr.el (browse-url-mailto): Autoload.
2549
2550         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2551
2552         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2553         regexp doesn't need quoting.
2554
2555 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2556
2557         * message.el (message-subject-trailing-was-ask-regexp)
2558         (message-subject-trailing-was-regexp): Match was: in addition to was.
2559
2560 2010-11-09  Glenn Morris  <rgm@gnu.org>
2561
2562         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2563         (nnbabyl-check-mbox): Use point-at-bol.
2564
2565 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2566
2567         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2568
2569         * message.el (message-mailto): New function.
2570         (message-mailto): Should accept other parameters.
2571         (message-mailto): Remove since it duplicates browse-url-mailto
2572         functionality.
2573
2574 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2575
2576         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2577         methods.
2578         (gnus-read-active-file): Ditto.
2579
2580         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2581         ": " from the prompt.
2582         (gnus-group-make-group): Ditto.
2583
2584 2010-11-07  Glenn Morris  <rgm@gnu.org>
2585
2586         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2587         (gnus-bookmark-kill-line): Use point-at-eol.
2588
2589 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2590
2591         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2592         asterisks in From header.
2593
2594 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2595
2596         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2597         string to avoid making the From headers syntactically invalid.
2598
2599         * message.el (message-send-mail): Don't insert courtesy messages if the
2600         message already has List-Post and List-ID messages.
2601
2602 2010-11-06  Glenn Morris  <rgm@gnu.org>
2603
2604         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2605         `condition', `type', `length' a prefix.
2606         (gnus-treat-predicate): Update for above name changes.
2607
2608 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2609
2610         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2611         binding.  Handled by `gnus-summary-refer-thread' instead.
2612         (nnir-warp-to-article): New backend function.
2613
2614         * nnimap.el (nnimap-request-thread): Force dependency updating.
2615
2616         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2617         (gnus-summary-refer-thread): Rework to improve thread-referral.
2618
2619         * gnus-int.el (gnus-warp-to-article): New function.
2620
2621         * gnus-sum.el (gnus-summary-article-map): Bind it.
2622
2623 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2624
2625         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2626         gnus-summary-refer-thread.
2627
2628         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2629         headers.
2630         (gnus-summary-limit-include-thread): Prevent articles in thread from
2631         being cut in gnus-cut-threads.
2632         (gnus-summary-refer-thread): Limit retrieved headers to those in
2633         thread.
2634
2635 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2636
2637         * message.el (message-send-mail): Use the value of
2638         message-courtesy-message from the message buffer.
2639
2640         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2641
2642         * shr.el (shr-browse-url): Implement mailto: URLs.
2643
2644         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2645         "raw".
2646
2647         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2648         if it's already selected.
2649
2650         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2651
2652 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2653
2654         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2655         to measure the length and truncate alt text.
2656
2657 2010-11-03  Glenn Morris  <rgm@gnu.org>
2658
2659         * nndiary.el (nndiary-generate-nov-databases-1)
2660         (nndiary-generate-active-info): Rename dynamic variable `files' to
2661         something less generic.
2662
2663 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2664
2665         * nnir.el (nnir-request-move-article): Call the underlying backend to
2666         move articles from nnir.
2667
2668 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2669
2670         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2671
2672 2010-11-02  Julien Danjou  <julien@danjou.info>
2673
2674         * nnir.el: Remove wais support.
2675
2676 2010-11-02  Glenn Morris  <rgm@gnu.org>
2677
2678         * gnus-html.el: Reorder requirements to quieten compiler.
2679
2680 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2681
2682         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2683         properly for XEmacs as well.
2684         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2685         (gnus-article-natural-long-line-p): Use window-width rather than
2686         frame-width.
2687
2688 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2689
2690         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2691         (nnir-read-parms): Don't modify query.
2692         (nnir-run-query): Add ability to search topic on current line.
2693         (nnir-get-active): Clean up.
2694
2695 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2696
2697         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2698         degenerate articles.
2699
2700         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2701         (gnus-print-buffer): Just print the buffer as is, without any copying
2702         to a buffer and then re-highlighting.
2703
2704         * nnimap.el (nnimap-request-group): Store the new updated info.
2705         (nnimap-request-group): Select the group when we don't know whether it
2706         exists or not.
2707
2708         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2709         groups.
2710
2711         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2712         groups.
2713
2714         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2715         groups.
2716
2717         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2718         long-lines case by only filling the long lines.
2719
2720         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2721         (bug #7311).
2722
2723 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2724
2725         * shr.el: No need to declare `declare-function' since shr.el is for
2726         only Emacsen that provide `libxml-parse-html-region'.
2727
2728         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2729         effective only in a file it is referred to.
2730
2731 2010-11-01  Glenn Morris  <rgm@gnu.org>
2732
2733         * mm-util.el (gnus-completing-read): Autoload.
2734         (mm-read-coding-system): Simplify Emacs definition.
2735
2736         * nnmail.el (gnus-activate-group):
2737         * nnimap.el (gnutls-negotiate):
2738         * nntp.el (netrc-parse): Fix declarations.
2739
2740 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2741
2742         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2743         string-match-p in Emacs >=23.
2744
2745         * gnus-msg.el (gnus-configure-posting-styles)
2746         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2747
2748 2010-11-01  Glenn Morris  <rgm@gnu.org>
2749
2750         * nnir.el (declare-function): Add compat stub.
2751         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2752         (nnir-run-gmane): Require 'mm-url.
2753
2754         * mm-util.el (mm-string-to-multibyte): Simplify.
2755
2756         * shr.el (declare-function): Add compat stub.
2757         (url-cache-create-filename): Declare.
2758         (mm-disable-multibyte, widget-convert-button): Autoload.
2759
2760         * smime.el (ldap-search): Declare.
2761         (smime-cert-by-ldap-1): Require ldap on Emacs.
2762
2763         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2764         (nnimap-keepalive): Use gnus-float-time.
2765
2766         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2767         (mail-source-delete-crash-box): Use gnus-float-time.
2768
2769         * gnus-dired.el (gnus-completing-read): Autoload.
2770
2771         * mm-view.el (gnus-rescale-image): Autoload.
2772
2773         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2774
2775         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2776
2777         * sieve-manage.el: Require 'cl when compiling.
2778
2779         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2780         (gnus-iswitchb-completing-read): Require iswitchb.
2781         (gnus-select-frame-set-input-focus): Silence compiler.
2782
2783 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2784
2785         * message.el (message-subject-trailing-was-query): Change default to t,
2786         since I think that's what most people want.
2787
2788         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2789         appending for easier debugging.
2790         (nnimap-wait-for-connection): Take a regexp.
2791         (nnimap-request-accept-article): Wait for the continuation line before
2792         sending anything unless we're streaming.
2793
2794         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2795         leave the header washing to take place.
2796
2797 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2798
2799         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2800         regular expression match and replace in posting styles.
2801
2802 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2803
2804         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2805         an entire server.
2806         (nnir-get-active): New function.
2807         (nnir-run-imap): Use it.
2808         (nnir-run-gmane): Who knew, gmane search returns an article score!
2809
2810         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2811         server on the current line with nnir.
2812
2813 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2814
2815         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2816         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2817         left edge.
2818         (gnus-article-foldable-buffer): Skip past the prefix when determining
2819         raggedness.
2820
2821         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2822         the raw article, and change `C-u g' to show the article without doing
2823         treatments.
2824
2825         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2826         on to `gnus-treat-article'.
2827         (gnus-inhibit-article-treatments): New variable.
2828
2829         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2830
2831         * gnus-art.el (gnus-treatment-function-alist): Have
2832         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2833         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2834         sections.
2835
2836         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2837         parameter.
2838         (gnus-article-fill-cited-long-lines): New function.
2839         (gnus-article-fill-cited-article): Allow filling only long sections.
2840
2841         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2842         and non-punctuation (like after the apostrophe in "'We").
2843
2844         * gnus-sum.el (gnus-summary-select-article): Make sure
2845         gnus-original-article-buffer is alive.
2846
2847         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2848         reflect the order they're in in the digest.
2849
2850         * gnus.el (gnus-group-startup-message): Move point to the start of the
2851         buffer.
2852
2853         * nnimap.el (nnimap-capability): New function.
2854         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2855         is set.
2856
2857 2010-10-31  David Engster  <dengste@eml.cc>
2858
2859         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2860         conform with changes to gnus-completing-read.
2861
2862 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2863
2864         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2865
2866 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2867
2868         * nnir.el: Move defvar, defcustom around to keep file organized
2869         and keep byte-compiler quiet.
2870         (nnir-read-parms): Accept search-engine as arg.
2871         (nnir-run-query): Pass search-engine as arg.
2872         (nnir-search-engine): Remove.
2873
2874 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2875
2876         * shr.el (shr-generic): The text nodes should be text, not :text.
2877
2878         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2879         later in the file.
2880
2881 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2882
2883         * nnir.el: General clean up.  Allow searching with multiple engines.
2884         Allow separate extra-parameters for each engine.
2885         Batch queries when possible.
2886         (nnir-imap-default-search-key,nnir-method-default-engines):
2887         Add customize interface.
2888         (nnir-run-gmane): New engine.
2889         (nnir-engines): Use it.  Qualify all prompts with engine name.
2890         (nnir-search-engine): Remove global variable.
2891         (nnir-run-hyrex): Restore for now.
2892         (nnir-extra-parms,nnir-search-history): New variables.
2893         (gnus-group-make-nnir-group): Use them.
2894         (nnir-group-server): Remove in favor of gnus-group-server.
2895         (nnir-request-group): Avoid searching twice.
2896         (nnir-sort-groups-by-server): New function.
2897
2898 2010-10-30  Julien Danjou  <julien@danjou.info>
2899
2900         * gnus-group.el: Remove gnus-group-fetch-control.
2901
2902         * gnus-start.el (gnus-find-new-newsgroups):
2903         Remove gnus-check-first-time-used.
2904
2905         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2906
2907 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2908
2909         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2910         set on groups that don't have \* permanentflags.
2911
2912 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2913
2914         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2915         control the background color.
2916         (shr-tag-img): Ignore very small web bug type images.
2917         (shr-put-image): Add help-echo alt texts to the images.
2918         (shr-tag-video): Show the video poster image.
2919
2920 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2921
2922         * shr.el (shr-table-depth): New variable.
2923         (shr-tag-table-1): Only insert the images after the top-level table.
2924
2925         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2926
2927         * gnus-util.el (gnus-list-memq-of-list): New function.
2928
2929         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2930         selected.
2931         (nnimap-unsplittable-articles): New slot.
2932         (nnimap-new-articles): Use it.
2933
2934 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2935
2936         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2937         move to the previous line on `M-g'.
2938
2939 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2940
2941         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2942         *-request-group, which seems unnecessary.
2943
2944         * nnimap.el (nnimap-quote-specials): Function copied over from
2945         imap.el.
2946         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2947         they support that.  Suggested by Tom Regner.
2948
2949 2010-10-29  Julien Danjou  <julien@danjou.info>
2950
2951         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2952         defalias.
2953         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2954
2955         * gnus.el: Remove `gnus-nntp-service' variable.
2956         (gnus-secondary-servers): Make obsolete.
2957         (gnus-nntp-server): Make obsolete.
2958
2959         * gnus-start.el (gnus-1): Remove x-splash calls.
2960
2961         * gnus-ems.el (gnus-x-splash): Remove.
2962
2963         * gnus.el (gnus-group-startup-message): Simplify/update code.
2964
2965         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2966         definition.
2967
2968         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2969         capability before doing anything.
2970         (gnus-group-insert-group-line): Remove useless
2971         gnus-group-remove-excess-properties.
2972
2973 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2974
2975         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2976
2977 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2978
2979         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2980         config after reselecting.
2981
2982 2010-10-28  Julien Danjou  <julien@danjou.info>
2983
2984         * shr.el (shr-put-image): Use point even if only inserting text.
2985         (shr-put-image): Save excursion when inserting alt text on non-graphic
2986         display, so the behaviour is the same when we are on a graphic display.
2987
2988         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2989
2990 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2991
2992         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2993         (gnus-mime-copy-part): Check coding system, not charset.
2994         (gnus-mime-view-part-externally): Never remove part.
2995         (gnus-mime-view-part-internally): Don't remove part here.
2996         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2997         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2998         multipart/alternative.
2999
3000         * mm-decode.el (mm-display-part): Take optional arg `force'.
3001
3002 2010-10-26  Julien Danjou  <julien@danjou.info>
3003
3004         * gnus-group.el (gnus-group-default-list-level): Add this function to
3005         compute the default list level.
3006         (gnus-group-default-list-level): Add possibility to use a function.
3007
3008 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3009
3010         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3011
3012         * gnus-group.el (gnus-group-completing-read)
3013         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3014         gnus-replace-in-string.
3015
3016 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3017
3018         * shr.el (shr-tag-div): Add.
3019
3020         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
3021
3022 2010-10-25  Julien Danjou  <julien@danjou.info>
3023
3024         * gnus-util.el: Remove `gnus-with-local-quit'.
3025
3026         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3027
3028 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3029
3030         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3031         the original article buffer.
3032
3033 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3034
3035         * nnimap.el (nnimap-request-head): New function.
3036         (nnimap-request-move-article): Try to be slighly faster by not
3037         requesting the entire message when moving.
3038         (nnimap-transform-headers): Don't bug out on bodiless articles.
3039         (nnimap-send-command): Have no outstanding messages if the IMAP server
3040         doesn't support streaming.
3041         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3042
3043 2010-10-24  Julien Danjou  <julien@danjou.info>
3044
3045         * message.el (message-default-headers): Fix type.
3046
3047 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3048
3049         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3050         prefetching images.
3051
3052         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3053         backend for unknown groups.  This is mainly useful for nnimap groups.
3054
3055         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3056         group isn't covered by the agent.
3057
3058 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
3059
3060         * nnir.el (nnir-method-default-engines): New variable.
3061         (nnir-run-query): Use it.
3062         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3063         (gnus-summary-nnir-goto-thread): Change group if needed.
3064
3065         * gnus-group.el (gnus-group-group-map): Add key binding for
3066         gnus-group-make-nnir-group.
3067
3068 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3069
3070         * shr.el (shr-tag-object): Add.
3071
3072         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3073         original article buffer live.
3074         (gnus-summary-select-article-buffer):
3075         Mention gnus-widen-article-buffer.
3076
3077 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3078
3079         * shr.el (shr-tag-strong): Add.
3080
3081 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3082
3083         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3084         group names.  They mess up the group buffer badly.
3085
3086         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3087
3088         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3089         instead of the summary one.
3090
3091 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3092
3093         * mml.el (mml-preview): Work properly when editing article.
3094
3095         * gnus-start.el (gnus-read-active-file-1): Don't add method to
3096         gnus-have-read-active-file if it's already been in.
3097
3098 2010-10-22  Tom Tromey  <tromey@redhat.com>
3099
3100         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3101         gnus-group-completing-read.
3102
3103 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3104
3105         * message.el (message-mode-map): Don't bind M-; to comment region, to
3106         allow the global comment-dwim to work.
3107
3108 2010-10-21  Julien Danjou  <julien@danjou.info>
3109
3110         * message.el (message-setup-1): Allow message-default-headers to be a
3111         function.
3112
3113 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3114
3115         * shr.el (shr-tag-table): Simplify.
3116
3117 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3118
3119         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3120         to avoid trying to snarf invalid stuff.
3121
3122         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3123
3124         * gnus.el (gnus-message-archive-group): Quote value.
3125         (gnus-message-archive-group): Mark as changed.
3126
3127         * shr.el (shr-add-font): Don't put the font properties on the newline
3128         or the indentation.
3129
3130         * message.el (message-fix-before-sending): Change options when sending
3131         non-printable characters.
3132
3133         * gnus.el (gnus-message-archive-method): Change the default to
3134         monthly outgoing groups.
3135
3136         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3137         that have gotten new numbers.
3138
3139         * nnimap.el (nnimap-request-replace-article): New function.
3140
3141 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3142
3143         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3144         (nnrss-request-article): Don't use special html washing code.
3145
3146 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3147
3148         * shr.el (shr-tag-table): Remove useless nconc.
3149
3150 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3151
3152         * gnus-art.el (article-wash-html): Simplify and remove the charset
3153         stuff.  Use the normal html rendering code instead of the special html
3154         washing code.
3155
3156         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3157         `gnus-w3m' symbols.
3158         (mm-text-html-washer-alist): Remove.
3159
3160         * mm-decode.el (mm-inline-text-html-renderer): Remove.
3161         (mm-inline-media-tests): Remove use.
3162         (mm-text-html-renderer): Change default to the `shr' symbol.
3163
3164         * mm-view.el (mm-inline-text-html): Remove use.
3165
3166         * gnus-art.el (gnus-blocked-images): New function.  Allow the
3167         `gnus-blocked-images' to be a function.
3168         (gnus-article-wash-function): Remove.
3169
3170 2010-10-20  Julien Danjou  <julien@danjou.info>
3171
3172         * spam.el (spam-list-of-processors): Mark as obsolete.
3173
3174         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3175         (nnimap-insert-partial-structure): Fix boundary detection.
3176
3177 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
3178
3179         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3180         run file-truename on remote files.  This can be expensive and even
3181         prevent one from editing drafts if some unrelated buffer has a stale
3182         connection.
3183
3184 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3185
3186         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3187         kinsoku-eol regardless of shr-kinsoku-shorten.
3188         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3189         (shr-tag-table): Support caption, thead, and tfoot.
3190
3191 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3192
3193         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3194         lines.
3195         (shr-save-contents): New command and keystroke.
3196
3197         * nndoc.el (nndoc-type-alist): Add git support.
3198         (nndoc-git-type-p): New function.
3199         (nndoc-transform-git-article): Ditto.
3200         (nndoc-transform-git-headers): Ditto.
3201         (nndoc-transform-git-headers): Generate Subject headers.
3202
3203         * shr.el (shr-parse-style): New function.
3204         (shr-tag-span): Ditto.
3205
3206         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3207         to `G G' to avoid collisions.
3208
3209 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3210
3211         * shr.el: Load kinsoku if necessary.
3212         (shr-kinsoku-shorten): New internal variable.
3213         (shr-find-fill-point): Make kinsoku shorten text line if
3214         shr-kinsoku-shorten is bound to non-nil.
3215         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3216         shr-indentation too when testing if table is wider than frame width.
3217         (shr-insert-table): Use `string-width' instead of `length' to measure
3218         text width.
3219         (shr-insert-table-ruler): Make sure indentation is done at bol.
3220
3221 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3222
3223         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3224         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3225         undecoded network data.
3226
3227 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3228
3229         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3230         name in the mode line spec so that the mode line menu works
3231         (bug #2431).
3232
3233         * message.el (message-get-reply-headers): If we're fed `to-address',
3234         then always use that.
3235
3236         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3237         aren't so wide as to need to switch off the edit menu.
3238
3239         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3240         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3241
3242         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3243         `M-g'.
3244         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3245         the permanent marks.
3246
3247 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3248
3249         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3250         Splitting according to references/in-reply-to obeys the ignore-groups
3251         variable, while splitting by sender and subject do not.
3252
3253 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3254
3255         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3256         alist, so that we can look for non-Unicode chars.
3257         (article-translate-strings): Allow both character and string maps.
3258
3259 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3260
3261         * shr.el (shr-insert): Don't insert space behind a wide character
3262         categorized as kinsoku-bol, or between characters both categorized as
3263         nospace.
3264
3265 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3266
3267         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3268         headers to gnus-newsgroup-headers.
3269
3270 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3271
3272         * shr.el (shr-tag-img): Don't align images -- since we're not
3273         rescaling, this often leads to ugly displays.
3274
3275 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3276
3277         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3278         duplicates.
3279
3280 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3281
3282         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3283         call.
3284
3285 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3286
3287         * gnus.el: Autoload gnus-html-show-images.
3288
3289         * nnimap.el: Use nnheader-message throughout.
3290
3291         * shr.el (shr-tag-img): Ignore images with no data.
3292
3293 2010-10-15  Julien Danjou  <julien@danjou.info>
3294
3295         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3296         a possibility to disable format=flow encoding when using hard newlines.
3297
3298 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3299
3300         * shr.el (shr-insert): Remove space inserted before or after a
3301         breakable character or at the beginning or the end of a line.
3302         (shr-find-fill-point): Do kinsoku; find the second best point or give
3303         it up if there's no breakable point.
3304
3305 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3306
3307         * nnimap.el (nnimap-open-connection): Message when opening connection
3308         for debugging purposes.
3309
3310         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3311         on every setup buffer call to allow this to change from article to
3312         article.
3313
3314         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3315         buffers where we have a wide table.
3316
3317 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3318
3319         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3320         uses *-request-thread.
3321
3322 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3323
3324         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3325         incantation, which is no longer valid.
3326
3327 2010-10-14  Julien Danjou  <julien@danjou.info>
3328
3329         * shr.el: Fix defcustom type (char -> character).
3330
3331 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3332
3333         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3334         programs.
3335
3336 2010-10-14  Julien Danjou  <julien@danjou.info>
3337
3338         * shr.el (shr-tag-a): Use url-link as widget type.
3339
3340         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3341         `gnus-group-get-icon'.
3342
3343 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3344
3345         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3346         This should make server editing work better.
3347
3348         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3349
3350         * tls.el (tls-program): Remove spurious %s from openssl.
3351
3352         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3353         (nnimap-parse-flags): Fix regexp.
3354
3355         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3356         probably work for CJVK text, too.
3357
3358         * nnimap.el (nnimap-extend-tls-programs): Remove.
3359         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3360
3361         * tls.el (tls-starttls-switches): Remove starttls hack.
3362         (open-tls-stream): Ditto.
3363         (tls-find-starttls-argument): Ditto.
3364
3365 2010-10-13  Julien Danjou  <julien@danjou.info>
3366
3367         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3368         responses.
3369
3370 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3371
3372         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3373
3374         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3375         anything in Emacs.
3376
3377         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3378
3379 2010-10-13  Julien Danjou  <julien@danjou.info>
3380
3381         * shr.el (shr-width): Make shr-width a defcustom with default to
3382         fill-column.
3383         (shr-tag-img): Use shr-width rather than fill-column.
3384
3385 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3386
3387         * dgnushack.el (byte-optimize-apply)
3388         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3389
3390         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3391         position when (X-)Faces exist.
3392         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3393         avatars when called interactively.
3394
3395 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3396
3397         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3398         gnus-article-x-face-too-ugly is bound.
3399
3400 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3401
3402         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3403
3404         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3405         mailbox that doesn't exist.
3406
3407 2010-10-12  Julien Danjou  <julien@danjou.info>
3408
3409         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3410         (shr-get-image-data): Encode URL properly when fetching from cache.
3411         (shr-tag-img): Use aligned-to spaces to align correctly images.
3412
3413         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3414         before inserting the Gravatar.
3415
3416         * shr.el (shr-tag-img): Add align attribute support for <img>.
3417
3418 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3419
3420         * gnus-gravatar.el (gnus-art): Require.
3421
3422         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3423         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3424         Remove long obsoleted functions.
3425
3426 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3427
3428         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3429
3430         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3431
3432         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3433         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3434         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3435         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3436         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3437         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3438         * sieve-manage.el, smime.el, spam.el:
3439         Fix comment for declare-function.
3440
3441 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3442
3443         * nnimap.el (nnimap-request-rename-group): Select group read-only
3444         before renaming it.
3445
3446         * shr.el (shr-insert): Fix up the white space only regexp.
3447
3448         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3449         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3450
3451         * shr.el (shr-current-column): New function.
3452         (shr-find-fill-point): New function.
3453
3454 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3455
3456         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3457         numbers.
3458
3459 2010-10-11  Julien Danjou  <julien@danjou.info>
3460
3461         * shr.el (shr-hr-line): Add.
3462         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3463         display hr lines.
3464         (shr-max-columns): Do not change state to nil if we just inserting
3465         spaces.
3466
3467 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3468
3469         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3470         select the last group.
3471
3472 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3473
3474         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3475
3476 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3477
3478         * dig.el (dig-mode-map): Declare and define in one step.
3479
3480 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3481
3482         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3483         for Gnus.
3484         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3485         (nnimap-update-qresync-info): Mark \Seen articles as read.
3486
3487         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3488         non-variable, too.
3489
3490         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3491         available.
3492         (nnimap-update-info): Rely more on the current active than the param
3493         active to avoid marking articles as read too much.
3494
3495         * auth-source.el (auth-source-create): Use (user-login-name) for the
3496         user name default.
3497
3498         * nnimap.el (nnimap-update-info): If the server doesn't return any
3499         useful info, just use the previous info.
3500         (nnimap-update-info): Prefer old info over start-article.
3501         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3502
3503 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3504
3505         * nnir.el (autoload): Clean up autoloads.
3506         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3507         Use key rather than value.
3508         (nnir-imap-search-other): New variable.
3509         (nnir-read-parm): Use it.
3510         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3511         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3512
3513 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3514
3515         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3516         the process, too.
3517
3518 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3519
3520         * spam.el (gnus-summary-mode-map): Bind to "$".
3521         Suggested by Russ Allbery.
3522
3523         * shr.el: Rework the way things are indented by <li> slightly.
3524
3525         * gnus.el (gnus-group-set-parameter): Fix typo.
3526
3527         * nnimap.el: Start implementing QRESYNC support.
3528
3529 2010-10-09  Julien Danjou  <julien@danjou.info>
3530
3531         * nnir.el (nnir-engines): Fix too many arguments.
3532
3533 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3534
3535         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3536         group is the "last", so that the backends like nnfolder actually save
3537         their folders.
3538
3539         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3540         try to use that for the tls stream.
3541         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3542         UIDVALIDITY and find out which groups are read-only and not.
3543         (nnimap-get-flags): Use the same marks parsing code as the rest of
3544         nnimap.
3545
3546 2010-10-09  Julien Danjou  <julien@danjou.info>
3547
3548         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3549
3550         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3551         retrieving gravatars.
3552
3553         * shr.el (shr-table-corner): Add.
3554         (shr-table-line): Add.
3555         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3556
3557 2010-10-08  Julien Danjou  <julien@danjou.info>
3558
3559         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3560
3561 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3562
3563         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3564
3565         * gnus-sum.el (gnus-mark-article-as-unread)
3566         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3567         (gnus-summary-set-bookmark): Use it.
3568
3569         * gnus-msg.el (gnus-setup-message): Use it.
3570
3571         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3572
3573         * gnus.el (gnus-group-remove-parameter): Use it.
3574
3575         * gnus-group.el (gnus-group-make-web-group): Use it.
3576
3577         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3578
3579         * nnregistry.el: Update docs to mention manual.
3580
3581         * gnus-registry.el: Update docs to mention nnregistry.el.
3582         (gnus-registry-initialize): Don't install nnregistry refer method
3583         automatically.
3584         (gnus-registry-install-nnregistry): Remove it.
3585
3586 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3587
3588         * shr.el (shr-insert): Don't insert double spaces.
3589
3590 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3591
3592         * gnus-gravatar.el (gnus-treat-from-gravatar)
3593         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3594         called interactively.
3595
3596         * gnus-art.el (gnus-mime-view-part-externally)
3597         (gnus-mime-view-part-internally): Make predicate function passed to
3598         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3599         of a mime type.
3600
3601         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3602
3603 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3604
3605         * shr.el (require): Require cl when compiling.
3606         (shr-tag-hr): New function.
3607
3608         * nnimap.el (nnimap-update-info): Remove double setting of high.
3609         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3610         This makes nnimap work properly on Courier again.
3611
3612         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3613         the variable for backwards compatibility.
3614
3615         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3616         the file name before using to avoid setting mm-default-directory to
3617         nil.
3618
3619         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3620         bidning gnus-agent variables.
3621
3622         * shr.el (shr-render-td): Use a cache for the table rendering function
3623         to avoid getting an exponential rendering behaviour in nested tables.
3624         (shr-insert): Rework the line-breaking algorithm.
3625         (shr-insert): Don't leave trailing spaces.
3626         (shr-insert-table): Also insert empty TDs.
3627         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3628
3629 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3630
3631         * gnus-sum.el (gnus-number): Rename from `number'.
3632         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3633         (gnus-summary-limit-children): Update uses correspondingly.
3634
3635 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3636
3637         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3638         (gnus-gravatar-transform-address): Don't show avatars of people of
3639         which mail addresses match gnus-gravatar-too-ugly.
3640
3641 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3642
3643         * shr.el (shr-table-widths): Expand TD elements to fill available
3644         space.
3645
3646 2010-10-07  Julien Danjou  <julien@danjou.info>
3647
3648         * nnimap.el (nnimap-request-rename-group): Add this method.
3649
3650 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3651
3652         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3653         name from XEmacs' function-arglist.
3654
3655         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3656         gravatar under XEmacs.
3657
3658 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3659
3660         * auth-source.el: Update docs with TODO items.
3661
3662         * gnus-sync.el: Update docs to explain state and plans.
3663
3664         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3665         Hooks for mark updates.
3666         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3667
3668         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3669         hooks with arguments, which is needed for mark update hooks.
3670
3671 2010-10-06  Julien Danjou  <julien@danjou.info>
3672
3673         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3674         was matched.
3675
3676         * sieve-manage.el: Update example in `Commentary'.
3677
3678         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3679
3680         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3681         not 2000.
3682         (sieve-manage-authenticate): Re-add function.
3683
3684 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3685
3686         * shr.el (shr-insert): Get 'space transition right.
3687         (shr-render-td): Only delete space at the end of the TD.
3688
3689         * nnimap.el (nnimap-open-connection): Prepare to support
3690         open-gnutls-stream.
3691
3692         * shr.el: Rearrange function order to be more logical.
3693
3694 2010-10-06  Julien Danjou  <julien@danjou.info>
3695
3696         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3697         (nnrss-discover-feed): Remove 404 URL in docstring.
3698
3699         * nnir.el: Fix Swish-E URL.
3700         Fix Namazu URL.
3701
3702         * message.el (message-change-subject): Remove 404 URL in a comment.
3703
3704 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3705
3706         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3707         called interactively.
3708
3709         * gnus-util.el (gnus-remove-if): Allow hash table.
3710         (gnus-remove-if-not): New function.
3711
3712         * gnus-art.el (gnus-mime-view-part-as-type)
3713         * gnus-score.el (gnus-summary-score-effect)
3714         * gnus-sum.el (gnus-read-move-group-name):
3715         Replace remove-if-not with gnus-remove-if-not.
3716
3717         * gnus-group.el (gnus-group-completing-read):
3718         Regard collection as a hash table if it is not a list.
3719
3720 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3721
3722         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3723
3724         * shr.el: Document the table-rendering algorithm.
3725
3726 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3727
3728         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3729         for Emacsen having no `libxml-parse-html-region' support.
3730
3731 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3732
3733         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3734         invalid URLs.
3735
3736         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3737         line-broken.
3738         (shr-tag-img): Ignore image fetching errors.
3739         (shr-overlays-in-region): Compute overlay positions correctly.
3740
3741         * mm-decode.el (mm-shr): Require shr.
3742
3743         * gnus-art.el (gnus-blocked-images): Move variable here.
3744
3745         * shr.el (shr-insert-table): Bind free variable.
3746
3747         * mm-decode.el (mm-shr): Bind shr-content-function.
3748
3749         * shr.el (shr-content-function): New variable.
3750
3751         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3752         added for symmetry.
3753
3754         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3755
3756         * gnus-group.el (gnus-group-make-group): Doc fix.
3757
3758         * nnimap.el (nnimap-request-newgroups): Return success.
3759
3760         * shr.el (shr-find-elements): New function.
3761         (shr-tag-table): Put all the images after the table.
3762         (shr-tag-table): Really inhibit images inside the table.
3763         (shr-collect-overlays): Copy over overlays from the TD elements to the
3764         main document.
3765
3766         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3767         gnus-blocked-images.
3768
3769 2010-10-05  Julien Danjou  <julien@danjou.info>
3770
3771         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3772
3773         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3774         (gnus-html-maximum-image-size): Add this function.
3775         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3776
3777         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3778         server-value of the capability is nil.
3779
3780 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3781
3782         * shr.el (shr-tag-em): Add <EM> tag.
3783
3784 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3785
3786         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3787         customizable.
3788
3789         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3790         handing broken links to browse-url.
3791
3792 2010-10-05  Julien Danjou  <julien@danjou.info>
3793
3794         * gnus-util.el (gnus-emacs-completing-read)
3795         (gnus-iswitchb-completing-read): Use autoload rather than require.
3796
3797 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3798
3799         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3800         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3801         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3802         iswitchb-temp-buflist for XEmacs.
3803
3804         * gnus-util.el (gnus-completing-read-function): Exclude
3805         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3806         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3807         XEmacs.
3808
3809         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3810         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3811
3812         * gnus-html.el: Don't require help-fns under XEmacs.
3813         (gnus-html-schedule-image-fetching): Work for XEmacs.
3814
3815         * mm-decode.el (mm-shr): Decode contents by charset.
3816
3817 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3818
3819         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3820         unknown.
3821
3822         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3823         (shr-get-image-data): Ensure against the cache file missing.
3824
3825         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3826         for data.
3827
3828         * spam-report.el (spam-report-url-ping-plain): Don't query about
3829         killing the process.
3830
3831         * shr.el (shr-render-td): Protect against too-wide text.
3832
3833 2010-10-04  Julien Danjou  <julien@danjou.info>
3834
3835         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3836         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3837
3838         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3839         retrieved.
3840
3841 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3842
3843         * shr.el (browse-url): Require.
3844         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3845         lines.
3846         (shr-show-alt-text, shr-browse-image): New commands.
3847         (shr-browse-url, shr-copy-url): New commands.
3848
3849         * gnus-sum.el (gnus-widen-article-window): New variable.
3850         (gnus-summary-select-article-buffer): Use it.
3851
3852         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3853         without @ signs.
3854
3855 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3856
3857         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3858
3859 2010-10-04  Julien Danjou  <julien@danjou.info>
3860
3861         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3862         for XEmacs.
3863
3864 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3865
3866         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3867
3868         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3869         (nnimap-close-server): Implement.
3870
3871         * dgnushack.el (iswitchb): Require to shut up the compiler.
3872
3873         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3874         (shr-insert): Tweak line breaking.
3875         (shr-insert): Handle <pre> better.
3876         (shr-tag-li): Get <li> indentation right.
3877         (shr-tag-li): Get <li> indentation even righter.
3878         (shr-tag-blockquote): Ensure paragraph start.
3879         (shr-make-table): Tweak table generation.
3880         (shr-make-table): Fix typo.
3881
3882         * shr.el: Implement table rendering.
3883
3884 2010-10-04  Julien Danjou  <julien@danjou.info>
3885
3886         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3887
3888 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3889
3890         * shr.el (shr-insert): Use string anchors instead of line anchors.
3891
3892 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3893
3894         * shr.el: Add headings.
3895         (shr-ensure-paragraph): Actually work.
3896         (shr-tag-li): Make <ul> prettier.
3897         (shr-insert): Get white space at the beginning/end of elements right.
3898         (shr-tag-p): Collapse subsequent <p>s.
3899         (shr-ensure-paragraph): Don't insert double line feeds after blank
3900         lines.
3901         (shr-insert): \t is also space.
3902         (shr-tag-s): Fix "s" tag name function.
3903         (shr-tag-s): Fix face prop name.
3904
3905 2010-10-03  Julien Danjou  <julien@danjou.info>
3906
3907         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3908
3909         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3910         gnus-window-inside-pixel-edges.
3911
3912         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3913         gnus-ems.
3914
3915         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3916
3917         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3918         function.
3919
3920         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3921         resize choice.
3922
3923 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3924
3925         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3926         beginning of the buffer.
3927
3928         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3929         article buffer again.
3930
3931         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3932
3933         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3934         when it's at the start of the buffer.
3935
3936         * shr.el (shr-tag-blockquote): Convert name.
3937         (shr-rescale-image): Use the right image-size variant.
3938
3939         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3940         buffer isn't shown, then select the current article first instead of
3941         bugging out.
3942         (gnus-summary-select-article-buffer): Show both the article and summary
3943         buffers again.
3944
3945         * shr.el (shr-fontize-cont): Protect against regions with no text.
3946         Rename tag functions to shr-tag-* for enhanced security.
3947         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3948
3949 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3950
3951         * shr.el (shr-insert):
3952         * pop3.el (pop3-movemail):
3953         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3954         loaded.
3955
3956 2010-10-03  Glenn Morris  <rgm@gnu.org>
3957
3958         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3959
3960         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3961
3962         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3963
3964         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3965
3966         * gnus-util.el (gnus-make-local-hook): Simplify.
3967
3968 2010-10-02  Julien Danjou  <julien@danjou.info>
3969
3970         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3971         (gnus-ido-completing-read): New function.
3972         (gnus-emacs-completing-read): New function.
3973         (gnus-completing-read): Use gnus-completing-read-function.
3974         Add gnus-completing-read-function.
3975
3976 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3977
3978         * shr.el (shr-insert-document): Autoload.
3979         (shr-img): Be silent.
3980         (shr-insert): Add a newline after every picture before text.
3981         (shr-add-font): Use overlays for combining faces.
3982         (shr-insert): Pass upwards the text start point.
3983
3984         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3985         possible.
3986         (mm-shr): New function.
3987
3988 2010-10-02  Julien Danjou  <julien@danjou.info>
3989
3990         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3991         should go backward.
3992
3993 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3994
3995         * shr.el (shr): Fix typo in provide call.
3996
3997 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3998
3999         * shr.el: New file.
4000
4001         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4002
4003         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4004         completing read.
4005
4006 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4007
4008         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4009         we're being queried about.  Suggested by Dan Jacobson.
4010
4011         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4012         Suggested by Jason Eisner.
4013
4014         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4015         table, too.  Suggested by Stefan Wiens.
4016         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4017         the table unnecessary.  Suggested by Stefan Wiens.
4018
4019         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4020         longer needed, and probably doesn't work either, as pointed out by
4021         Stefan Wiens.
4022         (gnus-summary-exit): Remove call to the clearing function.
4023         (gnus-summary-exit-no-update): Ditto.
4024
4025         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4026         instead of gnus-eval-in-buffer-window to avoid popping up frames.
4027         Reported by Stefan Monnier.
4028         (gnus-summary-save-in-rmail): Ditto.
4029
4030         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4031         article buffer, instead of both the article buffer and the summary
4032         buffer.  Sort of suggested by Dan Jacobson.
4033
4034         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4035
4036         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4037         Suggested by Dan Jacobson.
4038
4039         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4040         documentation clearer.
4041
4042         * message.el (message-shorten-references): Comment on the number "21".
4043         Suggested by Stefan Monnier.
4044
4045         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4046         Suggested by Dan Jacobson.
4047
4048         * gnus.el (gnus-large-newsgroup):
4049         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
4050
4051         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4052         externalize attachments.  Bug reported by Steve Wen.
4053
4054         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4055         really message anything to the user.
4056
4057         * nnmail.el (nnmail-article-group): Allow using the fancy split method
4058         directly.
4059
4060         * nnimap.el (nnimap-request-group): Low higher than high to signal no
4061         messages in empty groups.
4062
4063 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
4064
4065         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4066         non-UIDNEXT group.
4067
4068 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4069
4070         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4071         not the value from the collection.
4072
4073         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4074         values.  This sometimes happens on some groups that have no info.
4075         (nnimap-request-newgroups): New function.
4076
4077 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
4078
4079         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4080         check into `gnus-registry-initialize'.
4081         (gnus-registry-initialize): Ditto.
4082         Fix and extend header docs.
4083
4084 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4085
4086         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4087         regexp backtrace overflows.
4088
4089         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4090         for starttls that tls.el implements; i.e. openssl.
4091
4092         * tls.el (tls-starttls-switches): Give up on using starttls with
4093         gnutls-cli.
4094         (tls-program): Add --insecure to be consistent with the defaults from
4095         openssl s_client.  Now all three commands are insecure.
4096
4097 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4098
4099         * lpath.el: Bind completion-styles-alist for XEmacs.
4100
4101         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4102         (gravatar-create-image): New function that's an alias to
4103         gnus-xmas-create-image, gnus-create-image, or create-image.
4104         (gravatar-data->image): Use it.
4105
4106 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
4107
4108         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4109         install the nnregistry refer method.
4110         (gnus-registry-install-hooks): Use it.
4111         (gnus-registry-unfollowed-groups): Add nnmairix to the default
4112         unfollowed groups.
4113
4114 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
4115
4116         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4117         expanding threads.
4118
4119 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4120
4121         * nnir.el: Use the server names without suffixes (bug #7009).
4122
4123         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4124         unencrypted to STARTTLS, if possible.
4125
4126 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4127
4128         * message.el (message-ignored-supersedes-headers): Strip Injection-*
4129         headers before superseding.
4130
4131 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4132
4133         * nnrss.el (nnrss-use-local): Add documentation.
4134
4135         * nnimap.el (nnimap-extend-tls-programs): New function.
4136         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4137         (nnimap-wait-for-connection): Accept the greeting from the stupid
4138         output from openssl s_client -starttls, too.
4139
4140         * tls.el (tls-starttls-switches): New variable.
4141         (tls-find-starttls-argument): Use it.
4142         (open-tls-stream): Ditto.
4143
4144         * netrc.el (netrc-credentials): Return the value of the "default" entry.
4145         (netrc-machine): Ditto.
4146
4147         * nnimap.el (nnimap-find-article-by-message-id): Really return the
4148         article number.
4149         (nnimap-split-fancy): New variable.
4150         (nnimap-split-incoming-mail): Use it.
4151
4152         * nntp.el (nntp-server-list-active-group): Document.
4153
4154         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4155         SELECT to get the message-id.
4156
4157         * mail-source.el (mail-sources): Remove webmail support.
4158         (defvar): Ditto.
4159         (mail-source-fetcher-alist): Ditto.
4160         (mail-source-fetch-webmail): Remove.
4161
4162         * webmail.el: Remove -- doesn't seem relevant any more.
4163
4164         * gnus.el: Fix up make-obsolete-variable declarations throughout.
4165
4166         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4167         the \r.
4168
4169 2010-09-30  Julien Danjou  <julien@danjou.info>
4170
4171         * gnus-agent.el (gnus-agent-add-group): Fix call to
4172         gnus-completing-read.
4173
4174 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4175
4176         * nndoc.el (nndoc-retrieve-groups): New function.
4177
4178         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4179         `default', use nnmail-split-methods.
4180         (nnimap-request-article): Downcase the NILs so that they are nil.
4181
4182         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4183         symbol.
4184
4185         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4186         code, since if the user has requested network, that's what they ought
4187         to get.
4188         (nnimap-request-set-mark): Erase the buffer before issuing commands.
4189         (nnimap-split-rule): Mark as obsolete.
4190
4191         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4192         New variable.
4193
4194         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4195         correct slot, too.
4196
4197 2010-09-29  Julien Danjou  <julien@danjou.info>
4198
4199         * gnus.el (gnus-local-domain): Declare variable obsolete.
4200
4201         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4202         Fix history computing.
4203         (gnus-ido-completing-read): Require ido.
4204
4205 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4206
4207         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4208         build Gnus.
4209
4210         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4211         when interpreting the structures.
4212         (nnimap-request-accept-article): Add \r\n to the lines to make this
4213         work with Cyrus.
4214
4215         * nndraft.el (nndraft-request-expire-articles): Use the group name
4216         instead if "nndraft".  Fix found by Nils Ackermann.
4217
4218 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4219
4220         * nnregistry.el: Add.
4221
4222 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4223
4224         * nnmail.el (group, group-art-list, group-art):
4225         Remove unneeded directives.
4226
4227 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4228
4229         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4230         (mm-mime-charset)
4231         * rfc2047.el (rfc2047-syntax-table)
4232         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4233
4234         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4235         rather than `insert-file-contents' and `eval-region'.
4236
4237         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4238         construction.
4239
4240         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
4241
4242         * time-date.el: No need to require cl for Emacs 21.
4243
4244 2010-09-29  Julien Danjou  <julien@danjou.info>
4245
4246         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4247         replacement of `gnus-gravatar-relief' to mimic
4248         `gnus-faces-properties-alist'.
4249         Add :version property.
4250
4251 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4252
4253         * mail-source.el (mail-source-report-new-mail)
4254         * message.el (message-default-mail-headers)
4255         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4256
4257         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4258
4259 2010-09-28  Julien Danjou  <julien@danjou.info>
4260
4261         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4262         mail-address contains the same string as real-name.
4263
4264         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4265         non-blank in header, otherwise it'll get stripped.
4266
4267         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4268         real-name, and then for mail address rather than doing : or , search.
4269
4270 2010-09-27  Julien Danjou  <julien@danjou.info>
4271
4272         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4273         right completing-read function.
4274         (gnus-use-ido): New variable
4275         (gnus-completing-read-with-default): Remove.
4276         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4277         (gnus-agent-add-group):
4278         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4279         * mm-view.el (mm-view-pkcs7-decrypt):
4280         * mm-util.el (mm-codepage-setup):
4281         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4282         * mml-smime.el (mml-smime-openssl-sign-query):
4283         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4284         (mml-insert-multipart):
4285         * gnus-msg.el (gnus-summary-yank-message):
4286         * gnus-int.el (gnus-start-news-server):
4287         * mm-decode.el (mm-interactively-view-part):
4288         * gnus-dired.el (gnus-dired-attach):
4289         * gnus.el (gnus-read-method):
4290         * gnus-bookmark.el (gnus-bookmark-jump):
4291         * gnus-art.el (gnus-mime-view-part-as-type)
4292         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4293         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4294         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4295         * nnmairix.el (nnmairix-create-server-and-default-group)
4296         (nnmairix-update-groups, nnmairix-get-server)
4297         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4298         (nnmairix-get-group-from-file-path):
4299         * nnrss.el (nnrss-find-rss-via-syndic8):
4300         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4301         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4302         (gnus-group-browse-foreign-server):
4303         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4304         (gnus-summary-execute-command, gnus-summary-respool-article)
4305         (gnus-read-move-group-name):
4306         * gnus-score.el (gnus-summary-increase-score)
4307         (gnus-summary-score-effect):
4308         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4309
4310 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4311
4312         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4313         x-focus-frame.
4314
4315         * nnimap.el (auth-source-forget-user-or-password)
4316         (auth-source-user-or-password): Autoload.
4317
4318         * message.el (message-from-style, message-interactive)
4319         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4320         (message-yank-prefix, message-indentation-spaces, message-signature)
4321         (message-signature-file): Add comment.
4322
4323 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4324
4325         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4326         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4327         new articles.
4328
4329         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4330         parts.
4331         (nnimap-request-article): Work with the t setting, too.
4332
4333         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4334         that you don't get flashes of other buffers.
4335         (gnus-summary-show-complete-article): Intern before setting.
4336
4337 2010-09-27  David Engster  <dengste@eml.cc>
4338
4339         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4340         well as HEADERS.
4341         (nnmairix-retrieve-headers): Provide new argument for the above.
4342
4343 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4344
4345         * gnus-sum.el (gnus-summary-move-article): Don't alter
4346         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4347         group.
4348
4349         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4350
4351         * message.el (message-cite-prefix-regexp): Revert my last edit.
4352
4353         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4354         variable instead of the Gnus variable.
4355
4356         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4357
4358         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4359
4360         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4361         since some servers don't like it.
4362         (nnimap-open-connection): Forget credentials if the server says the
4363         password was wrong.
4364         (nnimap-parse-line): Protect against invalid data.
4365
4366         * gnus-sum.el (gnus-summary-move-article): Add comment.
4367         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4368         nothing alters it while scanning for new messages.
4369
4370         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4371         which may or may not help.
4372         (nnimap-open-connection): If we're doing a stream connection, and then
4373         discover we're on a STARTTLS-capable server, then open a STARTTLS
4374         connection instead.
4375
4376 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4377
4378         * nnimap.el (utf7): Require.
4379
4380         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4381         prefix.
4382
4383 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4384
4385         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4386
4387 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4388
4389         * nnimap.el (nnimap-request-accept-article): Message the error on
4390         error.
4391
4392 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4393
4394         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4395
4396 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4397
4398         * nndoc.el (nndoc-request-list): Return success always.
4399
4400         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4401         `fetch-old' -- we only want to fetch the articles we've requested.
4402         The rest are in the agent, probably.
4403         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4404         disappeared server" to something low.  It's not important.
4405
4406         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4407         arrived before the FETCH data.
4408
4409         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4410         target here, because we don't know the Gnus name of the group.
4411
4412         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4413         for the correct group.
4414
4415         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4416
4417         * gnus.el (gnus): Give a final warning after startup.
4418
4419         * gnus-util.el (gnus-action-message-log): New variable.
4420         (gnus-message): Use it.
4421         (gnus-final-warning): New function.
4422
4423         * nnimap.el (nnimap-open-connection): Record the greeting.
4424         (nnimap): Add greeting.
4425
4426 2010-09-26  Julien Danjou  <julien@danjou.info>
4427
4428         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4429         arguments.
4430         (gnus-html-wash-images): Fix spec computing to include start/end.
4431
4432         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4433
4434 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4435
4436         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4437         deletion.
4438         (nnimap-retrieve-headers): Don't select the group, because that's
4439         already done by nnimap-possibly-change-group.
4440
4441         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4442         (gnus-picon-transform-address): Use it.
4443
4444         * mail-source.el (mail-source-value): Revert previous patch.
4445
4446         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4447         on failure.
4448         (nnimap-open-connection): Look up both virtual and physical server name
4449         credentials.
4450
4451         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4452
4453 2009-02-07  Dave Love  <fx@gnu.org>
4454
4455         * tls.el (open-tls-stream): Don't query killing process.
4456
4457 2009-02-08  Dave Love  <fx@gnu.org>
4458
4459         * gnus-win.el (gnus-window-to-buffer-helper)
4460         (gnus-all-windows-visible-p): Function needn't be a symbol.
4461
4462         * mail-source.el (mail-source-value): Function needn't be a symbol.
4463
4464 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4465
4466         * message.el (message-cite-prefix-regexp): Remove } from the cite
4467         prefix.
4468
4469         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4470         highlight again, so that the highlight is correct.
4471
4472         * gnus-picon.el (gnus-picon): Remove again.
4473         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4474
4475         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4476         doing the header highlightling, so that the background colour of the
4477         picon is correct.
4478
4479         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4480         (gnus-picon): Ditto.
4481         (gnus-picon): Reinstate.  The background colour for picons is white.
4482         (gnus-picon-insert-glyph): Make the background white.
4483
4484         * nnml.el (nnml-open-nov): Don't return dead buffers.
4485
4486         * auth-source.el (auth-source-create): Query the user for whether to
4487         store the credentials.
4488
4489         * netrc.el (netrc-store-data): New function.
4490
4491         * auth-source.el (auth-source-user-or-password): Use the existing auth
4492         sources, if any, for creation.
4493
4494         * gnus.el (gnus-group-fast-parameter): Return the last matching
4495         parameter instead of the first matching parameter.
4496
4497 2010-09-26  Julien Danjou  <julien@danjou.info>
4498
4499         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4500
4501 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4502
4503         * mml2015.el (mml2015-use): Remove gpg support.
4504
4505         * mml1991.el (mml1991-function-alist): Remove gpg function.
4506         (mml1991-gpg-sign): Remove.
4507
4508 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4509
4510         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4511         (gnus-browse-unsubscribe-current-group): Document it.
4512         (gnus-browse-unsubscribe-group): Use it.
4513
4514 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4515
4516         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4517         address to the To list for easier response.
4518
4519         * gnus.el (gnus-play-startup-jingle): Remove.
4520         (gnus-splash): Don't play jingle.
4521         (gnus): Silence gnus-load message.
4522
4523         * gnus-art.el (gnus-treat-play-sounds): Remove.
4524
4525         * gnus.el (gnus-play-jingle): Remove audio support.
4526
4527         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4528
4529         * earcon.el: Remove -- no users.
4530
4531         * gnus-audio.el: Remove -- no users of this package.
4532
4533         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4534
4535         * gnus-start.el (gnus-setup-news): Remove nocem support.
4536
4537         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4538
4539         * gnus.el (gnus-use-nocem): Remove.
4540
4541         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4542         Remove.
4543
4544         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4545         uses NoCeM any more.
4546
4547         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4548         (gnus-button-ctan-handler): Ditto.
4549         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4550         (gnus-button-ctan-directory-regexp): Ditto.
4551         (gnus-button-handle-ctan): Ditto.
4552         (gnus-button-tex-level): Ditto.
4553         (gnus-button-alist): Remove CTAN stuff.
4554
4555 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4556
4557         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4558         nnimap-streaming test.
4559
4560         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4561         servers twice.
4562
4563         * nnimap.el (nnimap-open-connection): Add more error reporting when
4564         nnimap fails early.
4565
4566         * nnheader.el (nnheader-get-report-string): New function.
4567         (nnheader-get-report): Use it.
4568
4569         * gnus-int.el (gnus-check-server): Say what the error was when opening
4570         failed.
4571
4572         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4573         using streaming.
4574
4575 2010-09-25  Julien Danjou  <julien@danjou.info>
4576
4577         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4578         gnus-window-inside-pixel-edges.
4579
4580 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4581
4582         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4583
4584         * mm-decode.el (mm-save-part): Allow saving to other directories the
4585         normal Emacs way.
4586
4587         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4588         Suggested by Jay Berkenbilt.
4589
4590         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4591         there isn't a single byte.
4592
4593         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4594         just do it.  It doesn't really seem to matter what the user responds
4595         here, I think, so it's just a confusing question.
4596
4597         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4598         non-streaming case.
4599
4600         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4601         (gnus-article-encrypt-body): Use it.
4602
4603         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4604         keystroke.
4605
4606         * nnimap.el (nnimap-find-wanted-parts-1):
4607         Use gnus-fetch-partial-articles.
4608
4609         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4610
4611         * nnimap.el (nnimap-insert-partial-structure): New function.
4612         (nnimap-get-partial-article): New function.
4613         (nnimap-request-article): Use it.
4614         (nnimap-wait-for-response): Return whether the wait was successful.
4615         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4616         retrieval wasn't successful.
4617         (nnimap-retrieve-group-data-early): Allow throttling servers.
4618         (nnimap-streaming): New variable.
4619         (nnimap-fetch-partial-articles): Remove.
4620
4621         * mm-decode.el (mm-with-part): Protect against killed buffers.
4622
4623         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4624         for prettier summary display.
4625
4626 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4627
4628         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4629
4630 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4631
4632         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4633         apparently third-party libraries depend on it.
4634
4635         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4636         before starting negotiation.
4637
4638         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4639         privacy reasons.
4640         (gnus-treat-mail-gravatar): Ditto.
4641
4642         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4643         buffer when inserting images.  Inserting text into the headers, for
4644         instance, can make them invalid.
4645
4646 2010-09-25  Julien Danjou  <julien@danjou.info>
4647
4648         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4649         variables.
4650
4651         * nnheader.el: Remove useless variables news-reply-yank-from and
4652         news-reply-yank-message-id.
4653
4654         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4655         variables.
4656
4657         * mml1991.el: Remove useless mml1991-verbose.
4658
4659         * gnus.el: Remove useless variable gnus-use-generic-from.
4660         Remove obsolete variable gnus-topic-indentation.
4661
4662         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4663
4664         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4665
4666         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4667
4668         * gnus-group.el: Remove useless gnus-group-icon-cache.
4669         Remove useless gnus-ephemeral-group-server.
4670
4671         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4672
4673         * mml2015.el: Remove useless mml2015-verbose.
4674
4675         * mml-smime.el: Remove useless mml-smime-verbose.
4676
4677         * gnus.el: Remove useless gnus-local-domain.
4678
4679         * gnus-gravatar.el (gnus-gravatar-transform-address):
4680         Use gnus-gravatar-size.
4681
4682         * gnus-art.el: Remove useless gnus-treat-translate.
4683
4684 2010-09-24  Julien Danjou  <julien@danjou.info>
4685
4686         * gnus-sum.el: Add support for Gravatars.
4687
4688         * gnus-art.el: Add support for Gravatars.
4689
4690         * gnus-gravatar.el: Add this file.
4691
4692         * gravatar.el: Add this file.
4693
4694 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4695
4696         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4697
4698         * gnus-group.el (gnus-group-fetch-faq): Remove.
4699
4700         * gnus.el (gnus-group-faq-directory): Remove.
4701
4702         * gnus-group.el (gnus-group-fetch-charter): Remove.
4703
4704         * gnus.el (gnus-group-charter-alist): Remove.
4705
4706         * gnus-group.el (gnus-group-archive-directory): Remove.
4707         (gnus-group-recent-archive-directory): Ditto.
4708         (gnus-group-make-archive-group): Remove.
4709
4710         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4711
4712         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4713         use the same article number for all the cached articles.
4714
4715         * nnimap.el (nnimap-command): Register the last command time so
4716         that we can use it for idling NOOPs.
4717         (nnimap-open-connection): Start the keeplive timer.
4718         (nnimap-make-process-buffer): Store all the process buffers.
4719         (nnimap-keepalive): New function.
4720
4721         * starttls.el (starttls-open-stream): Add autoload cookie.
4722
4723 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4724
4725         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4726         handling.
4727
4728 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4729
4730         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4731         its data structures.
4732
4733         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4734         instead of the cl.el copy-list.
4735         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4736         equalp.
4737
4738 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4739
4740         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4741         and tool-bar-local-item-from-menu.
4742
4743         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4744         mode-line-highlight face for Emacs.
4745
4746         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4747         loading gnus-sum.elc; fix comment for canlock-verify.
4748         (gnus-article-jump-to-part): Use read-number.
4749         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4750         Remove Emacs pre-21 compatible code for help-echo.
4751         (gnus-article-next-page-1): No need to adjust the number of lines.
4752         (gnus-article-describe-bindings): Always use help-buffer.
4753
4754         * gnus-audio.el (gnus-audio-inline-sound)
4755         * gnus-cus.el (gnus-custom-mode)
4756         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4757
4758         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4759
4760         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4761         compatible code.
4762
4763 2010-09-24  Glenn Morris  <rgm@gnu.org>
4764
4765         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4766         visiting the fcc file in rmail-mode.
4767
4768         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4769
4770 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4771
4772         * nnir.el: Silence the byte compiler.
4773
4774         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4775         alias to browse-url-url-encode-chars if any.
4776         (gnus-html-encode-url): Use it.
4777
4778 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4779
4780         * gnus-start.el (gnus-use-backend-marks): New variable.
4781         (gnus-get-unread-articles-in-group): Use it.
4782
4783         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4784         makeover.
4785
4786 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4787
4788         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4789
4790 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4791
4792         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4793         Remove.
4794         (gnus-setup-news-hook):
4795         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4796
4797         * gnus-int.el (gnus-request-update-info): Protect against backends not
4798         having the function.
4799
4800         * nnimap.el (nnimap-stream): Mention starttls.
4801         (nnimap-open-connection): Add starttls support.
4802
4803 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4804
4805         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4806
4807 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4808
4809         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4810         BODYSTRUCTUREs.
4811         (nnimap-transform-headers): Unfold quoted {42} headers.
4812
4813         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4814         the info.
4815         (gnus-get-unread-articles): Only call updatep on backends that support
4816         it.
4817
4818         * nnweb.el (nnweb-request-update-info): NOOP.
4819
4820         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4821
4822         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4823         since it only deals with marks.
4824
4825         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4826         gnus-request-marks, and make a new gnus-request-update-info.
4827
4828         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4829         the active instead of the high number, which is usually too low.
4830
4831 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4832
4833         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4834         * encrypt.el: Remove.
4835
4836 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4837
4838         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4839         server in symbolic form.
4840
4841         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4842
4843 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4844
4845         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4846         (nnimap-update-info): Fix up code slightly.
4847
4848         * gnus-int.el (gnus-open-server): Add tracing for performance
4849         debugging.
4850
4851         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4852         (gnus-group-insert-group-line): Pass the real group name so that it
4853         gets the right data.
4854
4855         * gnus-start.el (gnus-get-unread-articles): Don't have
4856         `gnus-get-unread-articles-in-group' update info, since that can be
4857         really slow and doesn't seem to be needed?
4858
4859 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4860
4861         * time-date.el (date-to-time): Try using parse-time-string first before
4862         using the slower timezone-make-date-arpa-standard.
4863
4864 2010-09-22  Julien Danjou  <julien@danjou.info>
4865
4866         * gnus-group.el (gnus-group-insert-group-line):
4867         Call gnus-group-highlight-line.
4868         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4869         default hook list.
4870         (gnus-group-update-eval-form): Add new function.
4871         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4872         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4873
4874 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4875
4876         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4877         immediate, then expire all articles.
4878         (nnimap-update-info): Fix off-by-one errors.
4879         (nnimap-flags-to-marks): Would return no marks lists for group with no
4880         flags.  Instead return the other data.
4881
4882 2010-09-22  Julien Danjou  <julien@danjou.info>
4883
4884         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4885         Only return an icon.
4886         (gnus-group-insert-group-line): Compute icon to return.
4887
4888         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4889         (gnus-html-image-fetched): Only cache if
4890         gnus-html-image-automatic-caching is set.
4891         (gnus-html-image-fetched): Check for errors.
4892
4893 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4894
4895         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4896         once per method on `g'.  This ensures that backends like nnfolder don't
4897         open all their folders.
4898
4899         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4900         (nnimap-request-list): Nix out group in the correct buffer.
4901         (nnimap-parse-flags): Implement by using `read' instead of
4902         hand-parsing.
4903         (nnimap-flags-to-marks): Pass on permanent-flags.
4904         (nnimap-make-process-buffer): Record the server name.
4905         (nnimap-parse-flags): Fix typo.
4906         (nnimap-request-scan): Run split on the server in general, not just a
4907         single group.
4908
4909         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4910         parameter, and propagate this downwards.
4911
4912         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4913         since EXAMINE changes it on the server.
4914
4915         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4916         this command might take a while.
4917
4918 2010-09-22  Julien Danjou  <julien@danjou.info>
4919
4920         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4921         harmful if you have 2 images side-by-side, they can't be properly
4922         update on text deletion.  Using text-property is safer here.
4923         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4924         data.
4925
4926 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4927
4928         * nnimap.el (nnimap-expunge-inbox): Remove.
4929         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4930         (nnimap-expunge): Flip default to t.
4931
4932         * gnus.el (gnus-method-to-server): Don't push things to the cache
4933         unless it's unique.
4934         (gnus-server-to-method): Ditto.
4935
4936 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4937
4938         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4939
4940 2010-09-22  Julien Danjou  <julien@danjou.info>
4941
4942         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4943         get the start of data.
4944         (gnus-html-encode-url): Add this function to encode special chars in
4945         URL.
4946         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4947         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4948
4949         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4950         default.
4951         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4952
4953         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4954         images alt-text.
4955         (gnus-html-put-image): Put alt-text as help-echo.
4956
4957 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4958
4959         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4960         * mm-util.el (mm-decompress-buffer)
4961         * nnir.el (nnir-run-find-grep)
4962         * pop3.el (pop3-list): Use 3rd arg of split-string.
4963
4964         * time-date.el (format-seconds): Comment fix.
4965
4966         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4967         and byte-optimize-form-code-walker.
4968         (dgnushack-make-auto-load): Don't advise make-autoload.
4969
4970         * lpath.el: Remove Emacs 21 stuff.
4971
4972 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4973
4974         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4975         outside the active range.  Suggested by Dan Christensen.
4976
4977         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4978         slightly later to avoid double-getting it.
4979
4980         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4981         previous patch.
4982
4983         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4984
4985 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4986
4987         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4988
4989 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4990
4991         * gnus-int.el (gnus-open-server): Give a better error message in the
4992         "go offline" case.
4993
4994         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4995         marks for nnimap, which is seldom the right thing to do.
4996
4997         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4998         (gnus-same-method-different-name): New function.
4999
5000         * nnimap.el (parse-time): Require.
5001
5002         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5003         method in the presence of many similar methods.
5004
5005         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5006
5007         * nnimap.el (nnimap-find-expired-articles): Don't refer to
5008         nnml-inhibit-expiry.
5009
5010         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5011         find out whether methods are equal.
5012
5013         * nnimap.el (nnimap-find-expired-articles): New function.
5014         (nnimap-process-expiry-targets): New function.
5015         (nnimap-request-move-article): Request the article before looking at
5016         what the Message-ID is.  Fix found by Andrew Cohen.
5017         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5018
5019         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5020         for oldness in addition to being a predicate.
5021
5022         * nnimap.el (nnimap-request-group): When we have zero articles, return
5023         the right data to Gnus.
5024         (nnimap-request-expire-articles): Only delete articles immediately if
5025         the target is 'delete.
5026
5027         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5028         method, this would bug out.
5029
5030         * gnus-group.el (gnus-group-expunge-group): Rename from
5031         gnus-group-nnimap-expunge, and implemented as a normal interface
5032         function.
5033
5034         * gnus-int.el (gnus-request-expunge-group): New function.
5035
5036         * nnimap.el (nnimap-request-create-group): Implement.
5037         (nnimap-request-expunge-group): New function.
5038
5039 2010-09-21  Julien Danjou  <julien@danjou.info>
5040
5041         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5042         (gnus-html-cache-expired): Add new function.
5043         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5044         wethever we should display image for fetch it.
5045         Compute alt-text earlier to pass it to the fetching function too.
5046         (gnus-html-schedule-image-fetching): Change function argument to only
5047         get one image at a time, not a list.
5048         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5049         cache.
5050         (gnus-html-get-image-data): New function to retrieve image data from
5051         cache.
5052         (gnus-html-put-image): Change buffer argument to use image data rather
5053         than file, and place image above region rather than inserting a new
5054         one.  Do not take alt-text as argument, since it's useless now: we place
5055         the image above alt-text.
5056         (gnus-html-prune-cache): Remove.
5057         (gnus-html-show-images): Start to fetch image when we find one, do not
5058         push into a temporary list.
5059         (gnus-html-prefetch-images): Only fetch image if they have expired.
5060         (gnus-html-browse-image): Fix, use 'gnus-image-url.
5061         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5062
5063 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5064
5065         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5066
5067 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5068
5069         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5070         spec inser "*" if the group isn't active instead of 0.
5071
5072         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5073         opening the server.
5074         (nnimap-request-delete-group): Implement group deletion.
5075         (nnimap-transform-headers): Return the size of the entire message in
5076         the Bytes header, not just the size of the first part.
5077         (nnimap-request-move-article): When moving an article from nnimap,
5078         request the article first so the accepting form has an article to
5079         accept.  Reported by Dan Christensen.
5080         (nnimap-command): Make sure that the error message doesn't error out.
5081
5082 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
5083
5084         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5085         we haven't requested anything.
5086
5087 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5088
5089         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5090         "".  Fix found by Andrew Cohen.
5091
5092         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5093         instead of -encode-string.
5094
5095 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5096
5097         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5098
5099         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5100         by mm-subst-char-in-string.
5101
5102 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5103
5104         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5105         waiting for the connection string.
5106
5107         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5108         arriving.
5109
5110         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5111         bogus characters.  This allows selecting certain Gmail groups.
5112
5113         * nnimap.el (nnimap-find-wanted-parts-1): New function.
5114         (nnimap-fetch-partial-articles): New variable.
5115         (nnimap-open-connection): When looking for credentials, also use the
5116         nnimap-server-port.
5117         (nnimap-request-article): Return the group/article number, so that Gnus
5118         `^' works as expected.
5119         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5120
5121         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5122         comments.
5123         (gnus-methods-sloppily-equal): New function.
5124         (gnus): When using the development version of Gnus, load the gnus-load
5125         file.
5126
5127         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5128         `gnus-open-server' on each method before trying to scan them etc.
5129         This ensures that all the backend parameters are set correctly.
5130
5131         * nnimap.el (nnimap-authenticator): New variable.
5132         (nnimap-open-connection): Allow anonymous login.
5133         (nnimap-transform-headers): The chars header is called Chars not Bytes.
5134         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5135
5136         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5137         patch, found by Knut Anders Hatlen.
5138
5139 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
5140
5141         * gnus-agent.el (gnus-agent-batch-confirmation)
5142         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5143         to gnus-message.
5144         * gnus-art.el (gnus-article-describe-briefly): Likewise.
5145         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5146         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5147         * gnus-int.el (gnus-open-server): Likewise.
5148         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5149         (gnus-score-check-syntax): Likewise.
5150         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5151         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5152         Likewise.
5153         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5154
5155 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5156
5157         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5158         calling conventions so that prefetch doesn't bug out.
5159
5160 2010-09-19  Julien Danjou  <julien@danjou.info>
5161
5162         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5163         rather than `subst-char-in-region' in order to be able to replace ASCII
5164         char by UTF-8 ones.
5165
5166         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5167         than curl.
5168         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5169         the right URL and ALT text on images.
5170         (gnus-html-wash-tags): Fix tag case.
5171         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
5172         (gnus-article-html): Add -o display_ins_del=2 option.
5173         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5174
5175 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5176
5177         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5178         the extra mail headers, which sometimes seem to happen for unknown
5179         reasons.
5180
5181         * mail-parse.el (mail-header-encode-parameter): Define as
5182         rfc2045-encode-string instead of as rfc2231-encode-string, since some
5183         (or most, perhaps?) mail readers don't understand the latter, but do
5184         understand the former.
5185
5186         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5187         to nil, so that no methods are automatically agentized.  I think this
5188         is probably what most users want.
5189
5190         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5191         from url-retrieve, for instance about invalid URLs.
5192
5193         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5194         groups that have no articles.
5195         (nnimap-request-article): Check that we really got an article when we
5196         requested one.
5197
5198         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5199         doesn't exist.
5200
5201         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5202         nntp buffer so the agent can save it.
5203         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5204         that CRLF doesn't get translated to \n.
5205         (nnimap-open-connection): Don't make 'shell commands only send \n.
5206
5207 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5208
5209         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5210         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5211         Update var name.
5212         (nnml-generate-nov-file): Use dolist.
5213         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5214         Use with-current-buffer.
5215
5216 2010-09-18  Julien Danjou  <julien@danjou.info>
5217
5218         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5219         parallel.
5220
5221 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5222
5223         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5224         the range update right.
5225         (nnimap-request-group): Don't make `M-g' bug out on group with no
5226         marks.
5227         (nnoo): Require, so that other packages can require nnimap.
5228         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5229         command we're looking for.  This helps when the server sends more
5230         responses after we've gotten everything we expected.
5231         (nnimap): Add a `newlinep' field to keep track of end-of-line
5232         conventions.
5233         Don't send CRLF to things that don't want it.
5234         (nnimap-request-accept-article): Ditto.
5235
5236 2010-09-18  Julien Danjou  <julien@danjou.info>
5237
5238         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5239         than curl to retrieve images.
5240
5241 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5242
5243         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5244         the marks.
5245         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5246         (nnimap-wait-for-connection): New function.
5247         (nnimap-open-connection): If we have PREAUTH, don't query for login
5248         credentials.
5249         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5250         when doing a partial update.
5251
5252 2010-09-18  Julien Danjou  <julien@danjou.info>
5253
5254         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5255         tags.
5256
5257 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5258
5259         * nnimap.el (nnimap-credentials): New function.
5260         (nnimap-open-connection): Use the new function to look for credentials
5261         also on the numeric equivalents of "imap" and "imaps".
5262
5263         * gnus-start.el (gnus-activate-group): Send the info to
5264         gnus-request-group.
5265
5266         * nnimap.el (nnimap-request-group): Have the "check" version of the
5267         function parse flags and update the info, so that a `M-g' get a total
5268         resync of all flags from the group.
5269
5270         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5271         to allow backends to alter the info on group selection.  Also alter all
5272         the backend -request-group functions to take the parameter.
5273
5274         * nnimap.el (nnimap-store-info): New function.
5275         (nnimap-update-info): Store the info for later usage.
5276         (nnimap-request-group): Use the stored info for the dont-check case, so
5277         that we don't retrieve all marks when we enter a group.
5278
5279         * nnimap.el: Use deffoo instead of defun for interface functions.
5280
5281         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5282         update the group info.  This makes the nndraft groups, for instance, go
5283         back to their old behaviour.
5284
5285         * gnus-sum.el (gnus-select-newsgroup): Indent.
5286
5287         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5288         in.
5289         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5290         nothing.
5291
5292         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5293         from methods that are denied.
5294
5295         * gnus-int.el (gnus-method-denied-p): New function.
5296
5297         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5298         store the password instead of netrc.
5299         (nnimap-open-connection): Don't error out when we can't make a
5300         connections.
5301
5302         * auth-source.el (auth-source-create): In the password prompt, say what
5303         we're querying for.  Also prompt for user name if that hasn't been
5304         given.
5305
5306         * nnimap.el (nnimap-with-process-buffer): Remove.
5307
5308 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5309
5310         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5311         method when we're reading from the agent.
5312
5313         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5314
5315         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5316         that's probably most useful for users.
5317
5318         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5319         "failed" all the time.
5320
5321         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5322         ...)) with (with-current-buffer ... ).
5323
5324         * nntp.el (nntp-open-server): Return whether the open was successful or
5325         not.
5326
5327         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5328         select an unread unseen article first.
5329
5330         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5331         /etc/services, supply some sensible port defaults.
5332
5333         * dgnushack.el: Define netrc-credentials.
5334
5335 2010-09-17  Julien Danjou  <julien@danjou.info>
5336
5337         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5338
5339 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5340
5341         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5342         doesn't have any parameters.
5343
5344 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5345
5346         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5347         only upcased checks.
5348
5349         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5350
5351         * nnimap.el (nnimap-open-shell-stream): New function.
5352         (nnimap-open-connection): Use it.
5353         (nnimap-transform-headers): Get the number of lines in each message.
5354         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5355         number of lines.
5356         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5357         problem.
5358
5359         * utf7.el (utf7-encode): Autoload.
5360
5361         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5362         to allow the mail splitting to not return a default group.  This is
5363         useful for nnimap, which will leave unmatched mail in the inbox.
5364
5365         * nnimap.el: Rewritten.
5366
5367         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5368         nnimap usage.
5369
5370         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5371         if the move is internal, so that nnimap can do fast internal moves.
5372
5373         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5374         data.
5375         (gnus-read-active-for-groups): Support finishing the early retrieval of
5376         data.
5377
5378         * gnus-range.el (gnus-range-nconcat): New function.
5379
5380         * gnus-int.el (gnus-finish-retrieve-group-infos)
5381         (gnus-retrieve-group-data-early): New functions.
5382
5383 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5384
5385         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5386         (nnrss-retrieve-groups):
5387         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5388         (pop3-quit): Use with-current-buffer.
5389
5390 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5391
5392         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5393         instead of nnheader-accept-process-output.
5394
5395         * dgnushack.el (dgnushack-compile): Add comment.
5396
5397         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5398
5399         * gnus-html.el (gnus-html-schedule-image-fetching)
5400         (gnus-html-prefetch-images): Replace process-kill-without-query by
5401         gnus-set-process-query-on-exit-flag.
5402
5403 2010-09-16  Romain Francoise  <romain@orebokech.com>
5404
5405         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5406
5407 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5408
5409         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5410         parameter to unintern is mandatory-ish in Emacs 24.
5411
5412         * gnus-html.el (gnus-html-schedule-image-fetching)
5413         (gnus-html-prefetch-images): Check for curl before using it.
5414
5415         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5416         depend on curl, which isn't essential.
5417
5418         * imap.el: Revert back to version
5419         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5420         seem problematic.
5421
5422 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5423
5424         * gnus-registry.el (gnus-registry-install-shortcuts):
5425         Explicitly pass `obarray' to `unintern' to avoid a warning.
5426
5427 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5428
5429         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5430         change.
5431
5432         * nnrss.el (nnrss-request-list): Remove this function and related
5433         functions, including the moreover stuff.
5434
5435 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5436
5437         * nnrss.el (nnrss-retrieve-groups): New function.
5438
5439 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5440
5441         * .dir-locals.el: Add no-byte-compile cookie.
5442
5443 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5444
5445         * time-date.el (format-seconds): Comment fix.
5446
5447         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5448         for back end that doesn't support request-scan.
5449
5450 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5451
5452         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5453         then do request scans from the backends.
5454
5455         * netrc.el (netrc-credentials): New conveniency function.
5456
5457         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5458         avoid running a hook per line, since this takes a lot of time,
5459         profiling shows.
5460         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5461         directly if gnus-visual-p is true.
5462
5463 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5464
5465         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5466         groups; replace mapcar with dolist which is a bit faster; pass groups
5467         info to gnus-read-active-file-1.
5468         (gnus-read-active-file-1): Scan only specified groups if the new
5469         optional arg `infos' is given.
5470
5471 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5472
5473         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5474
5475         * pop3.el (pop3-movemail): Remove.
5476         (pop3-streaming-movemail): Rename to pop3-movemail.
5477
5478         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5479         don't restrict end-tag searches to the end of the line.
5480
5481 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5482
5483         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5484         articles of every unchecked group to t, which means unknown since the
5485         server has never been opened.
5486
5487 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5488
5489         * gnus-html.el (gnus-html-show-alt-text): New command.
5490         (gnus-html-browse-image): Ditto.
5491         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5492         to browse the image directly.
5493         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5494         better.
5495
5496         * gnus-async.el (gnus-async-article-callback):
5497         Call `gnus-html-prefetch-images' unconditionally.
5498
5499         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5500         before feeding URLs to curl.
5501
5502 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5503
5504         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5505         internal images as deletable by `W D D'.
5506
5507         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5508         (gnus-async-article-callback): Fix typo.
5509
5510 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5511
5512         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5513         current line to work around bugs in the output from w3m.
5514
5515         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5516         for groups that want that.
5517
5518         * nntp.el (nntp-wait-for-string): Supply a timeout for
5519         accept-process-output to ensure progress.
5520
5521         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5522         level to get unread articles from, then use that for foreign groups,
5523         too.
5524
5525         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5526         confuses the rest of the function.
5527
5528         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5529         for the methods that support -retrieve-groups, too.
5530
5531         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5532
5533 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5534
5535         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5536         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5537
5538         * pop3.el: Require cl when compiling.
5539         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5540
5541 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5542
5543         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5544         that aren't going to be activated.
5545         (gnus-get-unread-articles): Fix up the last commit.
5546
5547         * gnus-html.el (gnus-article-html): Allow calling without specifying
5548         the handle.  In that case, dissect the buffer first.
5549
5550         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5551
5552         * nnimap.el (nnimap-open-connection): Revert the change that would look
5553         into authinfo for imaps instead of imap.
5554
5555         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5556         say that you don't want to call gnus-request-group with don-check, but
5557         do check the reponse.  This is for virtual groups only.
5558         (gnus-get-unread-articles): Count the archive groups as secondary, so
5559         that they're activated the same way as before.
5560
5561         * imap.el (imap-message-map): Removed optional buffer parameter, since
5562         no callers use it.
5563         (imap-message-get): Ditto.
5564         (imap-message-put): Ditto.
5565         (imap-mailbox-map): Ditto.
5566         (imap-mailbox-put): Ditto.
5567         (imap-mailbox-get): Ditto.
5568         (imap-mailbox-get): Revert last change for this function.
5569
5570         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5571         case-insensitively.
5572         (nnimap-debug): Remove.
5573
5574         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5575         to use `imap-fetch' instead.  According to the comments, this should be
5576         safe, since all other IMAP clients use the 1:* syntax.
5577         (imap-enable-exchange-bug-workaround): Removed.
5578         (imap-debug): Removed -- doesn't seem very useful.
5579
5580         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5581         mail from a file, and the file doesn't exist.
5582
5583         * imap.el (imap-log): New convenience function used throughout instead
5584         of repeating the same code all over the place.
5585
5586         * pop3.el (pop3-streaming-movemail): Return t for success.
5587
5588         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5589         .authinfo if we're using ssl connection.
5590
5591         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5592         already have if we're in a main Gnus `g' run.
5593
5594         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5595
5596 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5597
5598         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5599
5600         * nnmh.el (nnmh-request-list-1): Bind `file'.
5601
5602         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5603         alias to set-process-query-on-exit-flag or process-kill-without-query.
5604         (pop3-open-server): Use it.
5605
5606 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5607
5608         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5609         box to the Incoming file.  Fixes mistake in previous checkin.
5610
5611         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5612         request loop (for debugging purposes) removed.
5613
5614         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5615         culprit is more visible.
5616         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5617         (nnml-add-incremental-nov): New functions to do "incremental" nov
5618         updates, where we just append to the end of the existing nov files
5619         without reading/writing them in full.
5620
5621         * mail-source.el (mail-source-delete-crash-box): Really only check the
5622         incoming files once in a while.
5623
5624         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5625
5626         * mail-source.el (mail-source-delete-crash-box): Only check the
5627         incoming files for deletion once per day to save a lot of file
5628         accesses.
5629
5630         * pop3.el (pop3-logon): Fix up unbound variable typo.
5631
5632         * mail-source.el (pop3-streaming-movemail): Autoload.
5633
5634         * pop3.el (pop3-streaming-movemail):
5635         Respect pop3-leave-mail-on-server.
5636
5637         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5638         retrieval.
5639
5640         * pop3.el (pop3-process-filter): Remove unused function.
5641         (pop3-streaming-movemail, pop3-send-streaming-command)
5642         (pop3-wait-for-messages, pop3-write-to-file)
5643         (pop3-number-of-responses): New functions for streaming pop3
5644         retrieval.
5645
5646         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5647         come from no known methods.
5648         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5649         list.
5650
5651         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5652         message sizes.
5653         (pop3-movemail): Use erase-buffer instead of looping and deleting
5654         regions, which seems rather odd.
5655
5656         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5657         file once per `g' run.
5658
5659         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5660         directories.  This makes the draft queue directory work.
5661
5662         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5663         data from the backends, so that we only request the list of groups from
5664         each method once.  This should speed things up considerably.
5665
5666         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5667         detect that it's not implemented.
5668
5669         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5670         we actually do recurse down into the tree, but don't stat all leaf
5671         nodes.
5672
5673         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5674         then say so instead of bugging out.
5675
5676         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5677         files exist before trying to read them.
5678
5679         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5680         around <pre_int>.
5681
5682         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5683
5684         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5685
5686 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5687
5688         * mm-util.el (mm-image-load-path): Just return the image directories,
5689         not all directories in the path in addition to the image directories.
5690         (mm-image-load-path): Maintain a cache of the image directories so that
5691         the `g' command in Gnus doesn't have to stat dozens of directories each
5692         time.
5693
5694         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5695         (gnus-html-wash-tags): Add a new `i' command to insert images.
5696         (gnus-html-insert-image): New command and keystroke.
5697         (gnus-html-redisplay-with-images): New command and keystroke.
5698         (gnus-html-show-images): Rename command.
5699         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5700         spacers.
5701         (gnus-html-wash-tags): Decode entities at the end, so that entities
5702         inside the tags don't mess up the rest of the "parsing".
5703
5704         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5705         so that nnimap methods aren't agentized by default.  There's apparently
5706         many problems related to agent/imap behaviour.
5707
5708         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5709
5710         * gnus-html.el: Doc fix.
5711
5712 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5713
5714         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5715         specifier-spec-list for Emacs 21.
5716
5717         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5718         glyph-width and glyph-height instead of display-graphic-p and
5719         image-size; make avoidance of displaying small images work for XEmacs.
5720
5721         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5722         for XEmacs.
5723
5724         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5725         of symbol that holds plist data.
5726         (gnus-process-plist): Remove plist of process after getting it.
5727
5728 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5729
5730         * message.el (message-generate-hashcash): Change default to
5731         'opportunistic if hashcash is installed.
5732
5733         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5734         (gnus-html-put-image): Only call image-size once, since it's somewhat
5735         time-consuming on remote X servers.
5736
5737 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5738
5739         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5740         type on data, not a file name.
5741
5742         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5743         window-pixel-edges for Emacs 21.
5744
5745         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5746         decoded contents.
5747         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5748
5749 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5750
5751         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5752         group line format, since it isn't very interesting.
5753
5754         * gnus-agent.el (gnus-agent-short-article),
5755         (gnus-agent-long-article): Increase values for these two variables,
5756         since most people are likely to have more network connection and
5757         storage than before.
5758
5759         * gnus.el (gnus-refer-article-method): Change default to 'current.
5760         When referring an article, the common behaviour is to refer it from the
5761         current select method, not the native select method.  The chances of
5762         the native select method having the message in question is rather slim
5763         these days.
5764
5765         * gnus-sum.el (gnus-auto-select-subject): Change default to
5766         `unseen-or-unread'.  I think it's likely that most people want to
5767         select an unseen article over a previously seen, but unread one.
5768
5769         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5770         means that in the article buffer none of the minor mode elements will
5771         be shown, usually, and this is not desirable in most cases.
5772
5773         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5774         that commands like `d' (and the like) go to the next line in the
5775         buffer, instead of the next unread article.  I think this is the
5776         behaviour that is most natural for most users.
5777         (gnus-single-article-buffer): Change default to nil, so that people can
5778         have as many article buffers open as they have summary buffer.  I think
5779         this is the most natural way for the groups to behave.
5780
5781         * message.el (message-generate-new-buffers): Change default to
5782         `unsent', so that all new message buffers start their names with the
5783         string "*unsent", and it's easier to find the buffers if you move from
5784         them.
5785
5786 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5787
5788         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5789         small.  They're probably tracking images.
5790         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5791         (gnus-html-rescale-image): Yet another try at getting the image sizing
5792         right.
5793
5794         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5795         nntp-marks-file-name is nil.
5796
5797 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5798
5799         * gnus-html.el (gnus-html-wash-tags)
5800         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5801         Better logging.
5802
5803 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5804
5805         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5806
5807         * gnus-html.el (gnus-html-wash-tags): Check the value of
5808         gnus-blocked-images in the summary buffer.
5809
5810 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5811
5812         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5813
5814 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5815
5816         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5817         like "a", it seems like.
5818         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5819         since it needs to be picked from the correct buffer.
5820
5821         * nnwfm.el: Remove.
5822
5823         * nnlistserv.el: Remove.
5824
5825 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5826
5827         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5828         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5829
5830 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5831
5832         * nnkiboze.el: Remove.
5833
5834         * nndb.el: Remove.
5835
5836         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5837         alt text.
5838         (gnus-html-rescale-image): Try to get the rescaling logic right for
5839         images that are just wide and not tall.
5840
5841         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5842         overshadow variable bindings.
5843
5844 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5845
5846         * gnus-html.el (gnus-html-wash-tags)
5847         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5848         Add extra logging.
5849
5850 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5851
5852         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5853         (gnus-max-image-proportion): New variable.
5854         (gnus-html-rescale-image): New function.
5855         (gnus-html-put-image): Rescale images.
5856
5857 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5858
5859         Fix up some byte-compiler warnings.
5860         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5861         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5862         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5863         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5864         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5865         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5866         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5867
5868 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5869
5870         * gnus-html.el (gnus-article-html): Decode contents by charset.
5871
5872 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5873
5874         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5875         (gnus-html-frame-width, gnus-blocked-images)
5876         * message.el (message-prune-recipient-rules): Add custom version.
5877         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5878
5879         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5880         functions.
5881
5882         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5883         gnus-process-get.
5884
5885 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5886
5887         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5888         instead of lsub directly.
5889
5890 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5891
5892         * nnwarchive.el: Remove.
5893
5894         * gnus-soup.el: Remove.
5895
5896         * nnsoup.el: Remove.
5897
5898         * nnultimate.el: Remove.
5899
5900         * gnus-html.el (gnus-blocked-images): New variable.
5901
5902         * message.el (message-prune-recipients): New function.
5903         (message-prune-recipient-rules): New variable.
5904
5905         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5906         guess whether a long line is natural text or not.
5907
5908         * gnus-html.el (gnus-html-schedule-image-fetching):
5909         Use gnus-process-plist and friends for compatibility.
5910
5911 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5912
5913         * gnus-html.el: Require packages that define macros used in this file.
5914         (gnus-article-mouse-face): Declare to silence byte-compiler.
5915         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5916         process-get.
5917         (gnus-html-put-image): Use plist-get to avoid getf.
5918         (gnus-html-prefetch-images): Use with-current-buffer.
5919
5920 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5921
5922         * gnus-ems.el: Provide compatibility functions for
5923         gnus-set-process-plist.
5924
5925         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5926         header-line-format for XEmacs 21.4.
5927
5928         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5929         * gnus.el (gnus-valid-select-methods)
5930         * message.el (message-send-mail-partially-limit)
5931         * mm-decode.el (mm-text-html-renderer)
5932         * mml.el (mml-insert-mime-headers-always)
5933         * smiley.el (smiley-regexp-alist): Bump custom version.
5934
5935 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5936
5937         * gnus-html.el: require mm-url.
5938         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5939         with the url to `url'.
5940         (gnus-html-wash-tags): Support cid: URLs/images.
5941
5942 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5943
5944         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5945         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5946         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5947
5948         * gnus-move.el: Remove file, since it doesn't really work.
5949
5950         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5951         UTF-8.  This seems to fix problems with some German web feeds.
5952
5953         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5954         at the top so that the proper colours are applied.
5955
5956         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5957         don't have dots in their names.
5958
5959         * gnus-art.el (gnus-article-view-part): Doc fix.
5960
5961         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5962         XEmacs-compatible.
5963         (gnus-html-put-image): Don't do images on non-graphic displays.
5964
5965         * nnslashdot.el: Remove this unused backend.
5966
5967         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5968         actions.
5969         (gnus-undo-register-1): Revert last change.
5970
5971         * gnus-group.el (gnus-group-completing-read): Protect against not
5972         having completion-styles bound.
5973
5974         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5975         make broken recipients happier.
5976
5977         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5978
5979         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5980         point parameter.
5981
5982         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5983
5984         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5985         completion-styles for group selection.
5986
5987 2009-02-04  Andreas Schwab  <schwab@suse.de>
5988
5989         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5990         headers and regexp-quote the match if necessary.
5991
5992 2009-03-24  Miles Bader  <miles@gnu.org>
5993
5994         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5995         the blinking smiley.
5996
5997 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5998
5999         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6000         blink smiley.
6001
6002 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6003
6004         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6005         where the dribbel file lives exists.
6006
6007         * message.el (message-send-mail-partially-limit): Change the default to
6008         nil, since most people don't want this.
6009
6010         * mm-url.el (mm-url-decode-entities): Also decode entities like
6011         &#x3212.
6012
6013 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
6014
6015         * gnus-sum.el (gnus-summary-idna-message):
6016         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6017         Hyperlink urls in docstrings with URL `...'.
6018
6019 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
6020
6021         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6022         functions.
6023
6024 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6025
6026         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6027         say what the mouseover text should be.
6028
6029         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6030         version of the mm-w3m-safe-url-regexp variable to only download images
6031         in the groups where we want that to happen.
6032
6033         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6034
6035         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6036         easier debugging.
6037         (gnus-article-beginning-of-window): Add kludge to allow spacing past
6038         big pictures in the article buffer.
6039
6040         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6041         gnus-article-html.
6042         (mm-text-html-renderer): gnus-article-html needs curl in addition to
6043         w3m.
6044
6045         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6046
6047 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6048
6049         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6050         which doesn't exist.
6051
6052         * message.el (message-inhibit-ecomplete): New variable to allow some
6053         function to inhibit ecomplete address storage.
6054         (message-resend): Disable ecomplete message storage when resending
6055         messages.
6056
6057         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6058
6059 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6060
6061         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6062         Save excursion while copying, moving, and deleting articles in order to
6063         prevent the cursor from jumping to unforeseen place.
6064
6065 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6066
6067         * lpath.el: No need to bind bookmark-current-buffer,
6068         bookmark-yank-point and bookmark-make-record-function.
6069
6070 2010-08-17  Glenn Morris  <rgm@gnu.org>
6071
6072         * gnus-sync.el: Require gnus components whose functions are used.
6073
6074         * gnus-art.el (bookmark-make-record-function):
6075         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6076         Declare for compiler.
6077
6078         * mm-url.el (mml-compute-boundary): Autoload.
6079
6080 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6081
6082         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6083
6084 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
6085
6086         Typo fix "hoo4a" -> "hook".
6087
6088         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6089
6090 2010-08-14  Glenn Morris  <rgm@gnu.org>
6091
6092         * gnus-sync.el (gnus-sync): Fix defgroup version.
6093
6094 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
6095
6096         Doc fixes and keep unknown groups (ammended for nunion bug fix).
6097
6098         * gnus-sync.el: Fix docs.
6099         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6100         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6101
6102 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6103
6104         Optimizations for gnus-sync.el.
6105
6106         * gnus-sync.el: Add docs about gnus-sync-backend
6107         possibilities.
6108         (gnus-sync-save): Remove unnecessary message.
6109         (gnus-sync-read): Optimize and show what groups were skipped.
6110
6111 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6112
6113         Minor bug fixes for gnus-sync.el.
6114
6115         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6116         Don't read the sync on get-new-news.
6117
6118         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6119         quiet.
6120
6121         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6122         (fix typo).
6123
6124 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
6125
6126         Make saving and restoring of hidden threads work with overlays.
6127         Patch applied by Ted Zlatanov.
6128
6129         * gnus-sum.el (gnus-hidden-threads-configuration)
6130         (gnus-restore-hidden-threads-configuration): Update to deal with text
6131         properties, rather than searching for a magic character.
6132
6133 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6134
6135         New gnus-sync.el library for synchronization of marks.
6136
6137         * gnus-sync.el: New library for synchronization of marks.
6138
6139         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6140         renamed from `gnus-registry-grep-in-list'.
6141
6142         * gnus-registry.el (gnus-registry-follow-group-p):
6143         Use `gnus-grep-in-list'.
6144
6145         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6146
6147 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6148
6149         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6150         determining charset of text fails.
6151
6152 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6153
6154         * nnmail.el (nnmail-get-new-mail-1): Revert.
6155
6156         * nnml.el (nnml-active-number): Make sure names of newly created groups
6157         in nnml-group-alist are encoded.
6158
6159 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6160
6161         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6162         containing non-ASCII characters in active file for nnml back end.
6163
6164 2010-07-24  David Engster  <dengste@eml.cc>
6165
6166         * mml-smime.el (mml-smime-epg-verify): Also accept the older
6167         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6168
6169 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
6170
6171         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6172         tag (Bug#6654).
6173
6174 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6175
6176         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6177         the article buffer, not the summary buffer.
6178
6179 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6180
6181         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6182         Emacs 23 as well.
6183
6184 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6185
6186         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
6187         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
6188
6189 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6190
6191         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6192         Patch applied by Karl Fogel.
6193
6194         * gnus-sum.el (gnus-summary-bookmark-make-record):
6195         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6196
6197 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6198
6199         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6200         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
6201         C-w still not working correctly from Article buffers; Thierry's
6202         patch to fix that will be applied after this.
6203
6204         * gnus-art.el (bookmark-make-record-function): New local variable.
6205
6206         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6207         article buffer.
6208         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6209
6210 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6211
6212         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6213         on changes in bookmark.el.
6214
6215 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6216
6217         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
6218         `no-log' instead of message not to log prompt string.
6219
6220 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
6221
6222         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6223         the *other* type of HTML form submission.
6224
6225 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6226
6227         * auth-source.el (auth-source-pick): If choice does not contain a
6228         questioned keyword, set the check to t.
6229
6230 2010-06-12  Romain Francoise  <romain@orebokech.com>
6231
6232         * gnus-util.el (gnus-date-get-time): Move up before first use.
6233
6234 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6235
6236         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6237         (gnus-article-edit-part): Bind it to make last part that is substituted
6238         or deleted visible.
6239         (gnus-mime-display-single): Buttonize part of which id equals to
6240         gnus-mime-buttonized-part-id.
6241
6242 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6243
6244         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6245         (gnus-dd-mmm): Use gnus-date-get-time.
6246         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6247         simplify logic.
6248         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6249         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6250
6251 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6252
6253         * auth-source.el (top): Autoload `secrets-list-collections',
6254         `secrets-create-item', `secrets-delete-item'.
6255         (auth-sources): Fix tag string.
6256         (auth-get-source, auth-source-retrieve, auth-source-create)
6257         (auth-source-delete): New defuns.
6258         (auth-source-pick): Rewrite in order to avoid 2 passes.
6259         (auth-source-forget-user-or-password): New parameter USERNAME.
6260         (auth-source-user-or-password): New parameters CREATE-MISSING and
6261         DELETE-EXISTING.  Retrieve password interactively, if needed.
6262
6263 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6264
6265         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6266         deleting unused directories when gnus-expert-user is t.
6267
6268 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6269
6270         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6271         for each temp file when gnus-article-browse-delete-temp is ask.
6272
6273 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6274
6275         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
6276         Lisp calls to delete-backward-char by calls to delete-char.
6277
6278 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6279
6280         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6281
6282 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6283
6284         * password-cache.el (password-cache-remove): Fix docstring.
6285
6286 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6287
6288         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6289         article unless decoding article to be saved.
6290
6291 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6292
6293         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6294         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6295         generated within the mm-with-unibyte-current-buffer macro.
6296
6297 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6298
6299         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6300         to nil when we're in a mml-preview buffer and no group is selected.
6301
6302 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6303
6304         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6305         when catching the `C-g'.  Reported by "Leo".
6306
6307 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6308
6309         * message.el (message-forward-make-body-plain)
6310         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6311         multibyte-string-p.
6312
6313         * lpath.el: Revert.
6314
6315 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6316
6317         * message.el (message-forward-make-body-mml): Assume original message
6318         is multibyte string; error on unibyte.
6319         (message-forward-make-body-plain): Ditto; don't add excessive newline
6320         in body end.
6321
6322         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6323
6324 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6325
6326         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6327         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6328
6329 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6330
6331         * mm-extern.el (mm-extern-url): Don't use
6332         mm-with-unibyte-current-buffer.
6333         (mm-extern-cache-contents): Use with-current-buffer instead of
6334         save-excursion + set-buffer.
6335
6336 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6337
6338         * mm-util.el (mm-emacs-mule): Remove.
6339
6340 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6341
6342         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6343         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6344         change.
6345
6346 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6347
6348         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6349         bind the default value of enable-multibyte-characters to nil.
6350
6351 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6352
6353         * message.el (message-forward-make-body-plain)
6354         (message-forward-make-body-mml):
6355         Don't use mm-with-unibyte-current-buffer.
6356
6357 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6358
6359         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6360
6361 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6362
6363         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6364         (Bug#5592).
6365
6366 2010-05-07  Julien Danjou  <julien@danjou.info>
6367
6368         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6369         it to mm-pipe-part.
6370
6371         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6372         it is given.
6373
6374 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6375
6376         * binhex.el (binhex-decode-region-internal)
6377         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6378         (dns-query)
6379         * nnweb.el (nnweb-gmane-search)
6380         * pgg-parse.el (pgg-parse-armor)
6381         * pgg.el (pgg-verify-region)
6382         * sha1.el (sha1-string-external)
6383         * uudecode.el (uudecode-decode-region-internal)
6384         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6385         XEmacs.
6386
6387         * gnus-art.el (gnus-article-browse-html-parts)
6388         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6389         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6390         make-temp-file.
6391
6392         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6393         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6394         compiling.
6395
6396         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6397         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6398         XEmacs when compiling.
6399
6400         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6401         gnus-pick-mode-off-hook for XEmacs when compiling.
6402         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6403         gnus-binary-mode-off-hook for XEmacs when compiling.
6404
6405         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6406         Return nil if char-charset is not available.
6407
6408         * imap.el (imap-disable-multibyte)
6409         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6410         macros.
6411
6412         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6413         instead of encode-coding-string.
6414
6415         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6416         'xemacs) instead of mm-emacs-mule to switch function definitions.
6417         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6418
6419         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6420         bind temporary-file-directory for XEmacs;
6421         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6422         timer-set-function for XEmacs 21.4 and SXEmacs;
6423         bind timer-list for XEmacs 21.4 and SXEmacs;
6424         fbind char-charset and find-charset-region for non-Mule XEmacs;
6425         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6426         encode-coding-region and encode-coding-string for XEmacs having no
6427         file-coding feature.
6428
6429 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6430
6431         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6432
6433 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6434
6435         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6436         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6437
6438 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6439
6440         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6441         alias `jka-compr-delete-temp-file' no longer exists.
6442
6443 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6444
6445         Use define-minor-mode in Gnus where applicable.
6446         * mml.el (mml-mode): Use define-minor-mode.
6447         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6448         (gnus-undo-mode): Use define-minor-mode.
6449         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6450         (gnus-dead-summary-mode): Use define-minor-mode.
6451         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6452         Initialize in declaration.
6453         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6454         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6455         (gnus-mailing-list-mode): Use define-minor-mode.
6456         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6457         (gnus-draft-mode): Use define-minor-mode.
6458         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6459         (gnus-dired-mode): Use define-minor-mode.
6460
6461 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6462
6463         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6464         handles on recursive mml-to-mime translation and check them for
6465         boundary delimiter collisions.  Reported by Greg Troxel.
6466
6467 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6468
6469         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6470
6471 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6472
6473         * mm-util.el (mm-find-buffer-file-coding-system):
6474         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6475
6476 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6477
6478         * message.el (message-generate-headers): Record insertion of optional
6479         headers as well.  Otherwise the check to prevent repeated insertion of
6480         optional headers is a no-op.
6481
6482 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6483
6484         * smime.el: Don't mention CVS.
6485
6486         * nnrss.el (nnrss-fetch): Don't mention CVS.
6487
6488         * nnir.el: Don't mention CVS.
6489
6490 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6491
6492         * gnus-sum.el (gnus-summary-bookmark-make-record):
6493         Add `location' field.
6494
6495 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6496
6497         * lpath.el: Fbind bookmark-default-handler,
6498         bookmark-get-bookmark-record, bookmark-make-record-default,
6499         bookmark-prop-get for Emacs <23 and XEmacs.
6500
6501 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6502
6503         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6504         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6505         Use with-current-buffer to silence the byte-compiler.
6506         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6507         bother to require `gnus'.
6508         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6509
6510 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6511
6512         * gnus-sum.el (gnus-summary-bookmark-make-record)
6513         (gnus-summary-bookmark-jump): New functions.
6514         (gnus-summary-mode): Setup bookmark support.
6515
6516 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6517
6518         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6519         if set.
6520
6521 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6522
6523         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6524         gnus-article-browse-html-save-cid-image; make it work recursively for
6525         forwarded messages as well.
6526         (gnus-article-browse-html-parts): Work when prefix arg is given.
6527         (gnus-article-browse-html-article): Doc fix.
6528
6529 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6530
6531         * message.el (message-default-mail-headers):
6532         (message-default-headers): Carry the value mail-default-headers over
6533         into message-default-mail-headers, rather than message-default-headers.
6534
6535 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6536
6537         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6538         charset.
6539
6540         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6541         charset into the <meta> tag when the article is encoded to utf-8.
6542
6543 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6544
6545         * gnus-art.el (gnus-article-browse-delete-temp-files):
6546         Delete directories as well.
6547         (gnus-article-browse-html-parts): Work for images that do not specify
6548         file names; delete temp directory when quitting; insert header at the
6549         right place; use file: scheme for image files.
6550
6551 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6552
6553         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6554         (gnus-article-browse-html-parts): Use it to make temporary cid image
6555         files in addition to html file so that browser may display them.
6556
6557 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6558
6559         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6560
6561 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6562
6563         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6564
6565 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6566
6567         * auth-source.el (auth-sources): Change default to be simpler.
6568         Explain about Secret Service API sources.  Improve Customize options.
6569         (auth-source-pick): Change to accept any number of search parameters.
6570         Implement fallbacks iteratively, not recursively.  Add scoring on the
6571         second pass and sort by score.  Call Secret Service API when needed.
6572         (auth-source-user-or-password): Use it.  Call Secret Service API
6573         directly when needed to get the user name and the password.
6574
6575 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6576
6577         * message.el (message-interactive): Doc fix.
6578         (message-qmail-inject-args): Reflow.
6579         (message-kill-to-signature): Fix typo in docstring.
6580
6581         * smiley.el (smiley-buffer): Fix typo in docstring.
6582
6583 2010-03-24  Glenn Morris  <rgm@gnu.org>
6584
6585         * mail-source.el (gnus-message): Declare.
6586         (mail-source-delete-old-incoming): Require gnus-util.
6587
6588 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6589
6590         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6591
6592         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6593
6594         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6595         password-cache's default if it is not bound.
6596         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6597         password-cache-expiry's default if it is not bound.
6598
6599         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6600         available in Emacs 21.
6601
6602         * lpath.el: Suppress compiler warnings for:
6603         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6604         XEmacs;
6605         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6606         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6607         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6608
6609 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6610
6611         * auth-source.el (auth-sources): Fix up definition so extra parameters
6612         are always inline.
6613
6614 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6615
6616         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6617         wasn't updated after mismatch.  Clear cached mailbox info correctly
6618         when uidvalidity changes.
6619         (nnimap-group-prefixed-name): New function to avoid some code
6620         duplication.
6621         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6622         (nnimap-request-group): Use it.
6623         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6624         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6625         with many imap folders.  This is done by caching the group status from
6626         the imap server persistently in a group parameter `imap-status'.  (This
6627         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6628         but not persistently, so every Gnus startup was still very slow.)
6629
6630 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6631
6632         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6633         delete the extra newline.  Otherwise editing of :string and :number
6634         types don't work.
6635
6636 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6637
6638         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6639         secrets.el dependency.
6640         (auth-sources): Add optional user name.  Add secrets.el configuration
6641         choice (unused right now).
6642
6643 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6644
6645         * gnus-sum.el (gnus-summary-make-menu-bar):
6646         Let `gnus-registry-install-shortcuts' fill in the functions.
6647
6648         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6649         warnings.
6650         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6651         (gnus-registry-install-shortcuts): Populate and use it in a
6652         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6653
6654 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6655
6656         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6657         In-place substitutions for the group name encoding/decoding.
6658         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6659         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6660         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6661         (nnimap-update-unseen, nnimap-request-list)
6662         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6663         (nnimap-request-set-mark, nnimap-split-to-groups)
6664         (nnimap-split-articles, nnimap-request-newgroups)
6665         (nnimap-request-create-group, nnimap-request-accept-article)
6666         (nnimap-request-delete-group, nnimap-request-rename-group)
6667         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6668         `encoded-mbx' for consistency.
6669         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6670         variable `imap-current-mailbox'.
6671
6672         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6673         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6674
6675 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6676
6677         * pop3.el (pop3-display-message-size-flag): Display message size byte
6678         counts during POP3 download.
6679         (pop3-movemail): Use it.
6680         (pop3-list): Implement listing of available messages.
6681
6682 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6683
6684         * nnir.el (nnir-get-article-nov-override-function): New function to
6685         override the normal NOV retrieval.
6686         (nnir-retrieve-headers): Use it.
6687
6688 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6689
6690         * auth-source.el (netrc-machine-user-or-password): Autoload.
6691
6692 2010-03-19  Glenn Morris  <rgm@gnu.org>
6693
6694         Stop message.el from loading about 40 libraries it doesn't always need.
6695         The general approach is to autoload rather than require, and to
6696         require in the specific functions rather than the file.  (Bug#5642)
6697
6698         * gmm-utils.el: Don't require wid-edit.
6699         (widget-create-child-value, widget-convert, widget-default-get):
6700         Autoload.
6701
6702         * gnus-util.el: Don't require time-date, netrc.
6703         (message-fetch-field, gnus-group-name-decode): Declare rather than
6704         autoloading.
6705         (gnus-fetch-field): Require message.
6706         (gnus-decode-newsgroups): Require gnus-group.
6707
6708         * ietf-drums.el: Don't require time-date.
6709
6710         * message.el: Don't require hashcash, canlock, ecomplete.
6711         Do require mail-utils.  Require nnheader only when compiling.
6712         (smtpmail-default-smtp-server): Remove declaration.
6713         (message-send-mail-function): Check smtpmail-default-smtp-server
6714         is bound rather than requiring smtpmail.
6715         (message-auto-save-directory, message-insert-signature):
6716         Use expand-file-name rather than nnheader-concat.
6717         (nnheader-insert-file-contents): Autoload.
6718         (hashcash-wait-async): Declare.
6719         (message-send-mail): Only call gnus-setup-posting-charset if
6720         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6721         (message-send-mail-with-sendmail): Require sendmail.
6722         (canlock-password, canlock-password-for-verify): Declare.
6723         (message-canlock-password): Require canlock.
6724         (nnheader-get-report): Autoload.
6725         (gnus-setup-posting-charset): Declare.
6726         (message-send-news): Require gnus-msg.
6727         (message-make-references, message-make-in-reply-to): Use mail-header-id
6728         rather than the alias mail-header-message-id.
6729         (ecomplete-add-item, ecomplete-save): Declare.
6730         (message-put-addresses-in-ecomplete): Require ecomplete.
6731         (ecomplete-display-matches): Autoload.
6732
6733         * mm-decode.el: Don't require mailcap, gnus-util.
6734         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6735         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6736         Autoload.
6737         (mailcap-mime-extensions): Declare.
6738
6739         * mm-encode.el: Don't require mailcap.
6740         (mailcap-extension-to-mime): Autoload.
6741
6742         * mml-sec.el: Don't require password-cache.
6743
6744         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6745         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6746         (mml-minibuffer-read-type): Require mailcap.
6747         (mml-preview): Require gnus-msg.
6748
6749         * mml1991.el: Require password-cache.
6750         (password-cache-expiry): Remove declaration.
6751
6752         * mml2015.el: Require password-cache.
6753         (password-cache-expiry): Remove declaration.
6754
6755         * nneething.el (mailcap): Require mailcap.
6756
6757         * nnheader.el (declare-function): Add compatibility stub.
6758         (message-remove-header): Declare rather than autoload.
6759         (nnheader-replace-header): Require message.
6760
6761         * nnimap.el (declare-function): Add compatibility stub.
6762         (netrc-parse, netrc-machine-user-or-password): Declare.
6763         (nnimap-open-connection): Require netrc.
6764
6765         * nntp.el (declare-function): Add compatibility stub.
6766         (netrc-parse, netrc-machine, netrc-get): Declare.
6767         (nntp-send-authinfo): Require netrc.
6768
6769         * rfc2047.el: Don't require qp.
6770         (quoted-printable-encode-region, quoted-printable-decode-string):
6771         Autoload.
6772
6773         * sieve-mode.el: Don't require easymenu.
6774         (easy-menu-add-item): Autoload it.
6775
6776         * spam-stat.el (time-to-number-of-days): Autoload it.
6777
6778 2010-03-19  Glenn Morris  <rgm@gnu.org>
6779
6780         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6781
6782 2010-03-18  Glenn Morris  <rgm@gnu.org>
6783
6784         * hashcash.el (declare-function): Remove duplicate definition.
6785
6786 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6787
6788         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6789         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6790         value if any backslash escapes).
6791
6792 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6793
6794         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6795         if it is available.  (bug#5647)
6796
6797         * lpath.el: Suppress compiler warning for coding-system-from-name for
6798         Emacs 21 and XEmacs.
6799
6800 2010-03-14  Juri Linkov  <juri@jurta.org>
6801
6802         * hmac-def.el:
6803         * hmac-md5.el:
6804         * netrc.el: Fix keywords.
6805
6806 2010-02-26  Glenn Morris  <rgm@gnu.org>
6807
6808         * message.el (message-send-mail-function): Change the default, so that
6809         it inherits from a customized send-mail-function.  (Bug#5643)
6810
6811 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6812
6813         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6814         shell-command-to-string signals an error (bug#5299).
6815
6816 2010-02-24  Glenn Morris  <rgm@gnu.org>
6817
6818         * message.el (message-smtpmail-send-it)
6819         (message-send-mail-with-mailclient): Doc fixes.
6820
6821 2010-02-16  Glenn Morris  <rgm@gnu.org>
6822
6823         * message.el (message-default-mail-headers): Change the default value
6824         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6825
6826 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6827
6828         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6829         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6830
6831 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6832
6833         * time-date.el (date-to-time): Doc fix (Bug#5408).
6834
6835 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6836
6837         * message.el (message-mail): Just pass yank-action on to message-setup.
6838         (message-setup): Handle (FUN . ARGS) form of yank-action.
6839         (message-with-reply-buffer, message-widen-reply)
6840         (message-yank-original): Handle non-buffer values of
6841         message-reply-buffer (Bug#4080).
6842         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6843
6844 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6845
6846         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6847         Fix typo in docstring.
6848
6849 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6850
6851         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6852         response.
6853
6854 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6855
6856         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6857
6858         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6859
6860         * message.el (message-check-news-header-syntax): Protect against a
6861         string that `rfc822-addresses' returns when parsing fails.
6862
6863 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6864
6865         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6866         (gnus-previous-char-property-change): New functions.
6867
6868         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6869
6870 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6871
6872         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6873         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6874
6875 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6876
6877         * message.el (message-exchange-point-and-mark): Rework last change to
6878         avoid using optional arg of exchange-point-and-mark, for backward
6879         compatibility.
6880
6881 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6882
6883         * message.el (message-exchange-point-and-mark):
6884         Call exchange-point-and-mark with an argument rather than setting
6885         mark-active by hand (Bug#5175).
6886
6887 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6888
6889         * nntp.el (nntp-service-to-port): Work for service expressed with
6890         numeric string; replace [:digit:] with [0-9] for XEmacs.
6891
6892 2009-12-17  Glenn Morris  <rgm@gnu.org>
6893
6894         * gnus-group.el (gnus-bug-group-download-format-alist):
6895         Change emacs entry to debbugs.gnu.org.  Bump :version.
6896
6897 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6898
6899         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6900
6901 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6902
6903         * message.el (message-info): Explain why we use `Info-goto-node'.
6904
6905 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6906
6907         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6908
6909 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6910
6911         * message.el (message-completion-in-region): New compatibility function.
6912         (message-expand-group): Use it.
6913
6914 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6915
6916         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6917         with no unread article should be listed if the 2nd arg `predicate' is
6918         given.
6919
6920 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6921
6922         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6923
6924 2009-11-29  Juri Linkov  <juri@jurta.org>
6925
6926         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6927         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6928         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6929
6930 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6931
6932         * sha1.el (sha1-string-external): default-directory "/" in case
6933         otherwise non-existent.  process-connection-type pipe for touch of
6934         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6935
6936 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6937
6938         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6939         it's comms related and sgml-mode.el has "comm" on that basis too.
6940
6941 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6942
6943         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6944         containing tspecial characters if they have been already quoted.
6945
6946 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6947
6948         * dns-mode.el (auto-mode-alist): Purecopy string.
6949
6950 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6951
6952         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6953
6954 2009-10-24  Glenn Morris  <rgm@gnu.org>
6955
6956         * gnus-art.el (help-xref-stack-item): Define for compiler.
6957
6958 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6959
6960         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6961
6962 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6963
6964         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6965
6966 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6967
6968         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6969         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6970
6971 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6972
6973         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6974         (gnus-overlays-in): New alias to overlays-in.
6975
6976         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6977         gnus-overlay-get, and gnus-delete-overlay.
6978         (gnus-summary-show-thread): Make it work as well for systems in which
6979         next-single-char-property-change is not available.
6980         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6981
6982         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6983         (gnus-overlay-get): New alias to extent-property.
6984         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6985
6986         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6987         SXEmacs.
6988
6989         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6990         SXEmacs.
6991
6992 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6993
6994         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6995
6996 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6997
6998         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6999         and XEmacs that don't have `remove-overlays'.
7000
7001 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7002
7003         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7004         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7005         selective display.  Use overlays instead.
7006
7007 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7008
7009         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7010
7011 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7012
7013         * spam-stat.el (spam-stat-load): Fix typo in message.
7014
7015 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7016
7017         * dig.el (dig-invoke): Fix typo in docstring.
7018         (query-dig): Reflow docstring.
7019
7020 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
7021
7022         * gnus-art.el (gnus-article-encrypt-body):
7023         * message.el (message-check-recipients):
7024         * mm-util.el (mm-codepage-setup):
7025         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7026         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7027
7028 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
7029
7030         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7031         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7032         keys from the menu if mm-{sign,encrypt}-option is 'guided.
7033         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7034         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7035
7036 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7037
7038         * dig.el: Add "Keywords: comm", as per net-utils.el.
7039
7040 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7041
7042         * dig.el (dig-mode): Use define-derived-mode.
7043
7044 2009-09-19  Glenn Morris  <rgm@gnu.org>
7045
7046         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7047
7048 2009-09-18  Glenn Morris  <rgm@gnu.org>
7049
7050         * gnus-diary.el (gnus-diary-check-message):
7051         * message.el (message-insert-formatted-citation-line):
7052         * nnbabyl.el (top-level):
7053         * nndiary.el (nndiary-schedule):
7054         Fix typos in condition-case handlers.
7055
7056 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7057
7058         * gnus-art.el (gnus-article-edit-part): Work for the buffer
7059         configuration that provides the sole article window in a frame;
7060         position point correctly after deleting a part.
7061
7062 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
7063
7064         * spam.el (spam-unregister-on-reregister): Add boolean variable.
7065         (spam-resolve-registrations-routine): Use it to unregister articles
7066         that change status.
7067
7068 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7069
7070         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
7071         with XEmacs.
7072         (parse-time-string-chars): Use it.
7073
7074 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7075
7076         * imap.el (imap-interactive-login): Better messages.
7077         (imap-open): Fix bug with renamed buffer on reconnect.
7078         (imap-authenticate): Add buffer-local imap-last-authenticator variable
7079         for easier debugging and cleaner code.  On successful (guessed based on
7080         server capabilities) secondary authentication, set imap-state
7081         correctly.
7082         (imap-last-authenticator): Define imap-last-authenticator as a variable
7083         to avoid warnings.
7084
7085 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7086
7087         * nnrss.el (nnrss-request-article): Remove binding of
7088         default-enable-multibyte-characters that has gotten needless by
7089         the 2007-07-13 change in rfc2047-encode-message-header.
7090
7091         * mml.el (mml-insert-multipart): Error on the message header.
7092         (mml-insert-part): Error on the message header; position point at
7093         the end of a MIME tag.
7094
7095 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7096
7097         * time-date.el (autoload): Expand define-obsolete-function-alias into
7098         defalias and make-obsolete for old Emacsen that Gnus supports.
7099         (with-no-warnings): Define it for old Emacsen.
7100         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7101         is available.
7102         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7103         float-time is available; suppress compile warning for time-to-seconds.
7104
7105         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7106         (gnus-float-time): Alias to float-time if it exists.
7107
7108         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7109         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7110         float-time is available; suppress compile warning for time-to-seconds.
7111
7112         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
7113         XEmacs.
7114
7115 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
7116
7117         * imap.el (imap-message-map): Docstring fix.
7118
7119 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7120
7121         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7122         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7123         Add the optional argument `encoding' that overrides the default.
7124
7125         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7126         mm-encode-buffer.
7127
7128 2009-09-04  Glenn Morris  <rgm@gnu.org>
7129
7130         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7131         mm-disable-multibyte, rather than default-enable-multibyte-characters.
7132         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7133         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7134         * mm-util.el (mm-with-unibyte-current-buffer)
7135         (mm-find-buffer-file-coding-system):
7136         * yenc.el (yenc-decode-region): Use default-value rather than
7137         default-enable-multibyte-characters.
7138
7139 2009-09-03  Glenn Morris  <rgm@gnu.org>
7140
7141         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7142         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7143         than default-enable-multibyte-characters.
7144
7145 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
7146
7147         * gnus-art.el (gnus-article-read-summary-keys):
7148         Fix gnus-buffer-configuration's value temporarily used.
7149
7150 2009-09-02  Glenn Morris  <rgm@gnu.org>
7151
7152         * gnus-util.el (gnus-float-time): New function.
7153         * gnus-delay.el (gnus-delay-article):
7154         * gnus-sum.el (gnus-thread-latest-date):
7155         * gnus-util.el (gnus-user-date): Use gnus-float-time.
7156         * nnspool.el (nnspool-request-newgroups):
7157         Use gnus-float-time rather than time-to-seconds.
7158         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7159
7160         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7161         (gnus-header-subject-face, gnus-header-newsgroups-face)
7162         (gnus-header-name-face, gnus-header-content-face):
7163         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7164         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7165         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7166         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7167         (gnus-cite-face-11):
7168         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7169         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7170         (gnus-server-closed-face, gnus-server-denied-face)
7171         (gnus-server-offline-face):
7172         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7173         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7174         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7175         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7176         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7177         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7178         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7179         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7180         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7181         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7182         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7183         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7184         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7185         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7186         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7187         (gnus-summary-high-undownloaded-face)
7188         (gnus-summary-low-undownloaded-face)
7189         (gnus-summary-normal-undownloaded-face)
7190         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7191         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7192         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7193         (gnus-splash-face):
7194         * message.el (message-header-to-face, message-header-cc-face)
7195         (message-header-subject-face, message-header-newsgroups-face)
7196         (message-header-other-face, message-header-name-face)
7197         (message-header-xheader-face, message-separator-face)
7198         (message-cited-text-face, message-mml-face):
7199         * sieve-mode.el (sieve-control-commands-face)
7200         (sieve-action-commands-face, sieve-test-commands-face)
7201         (sieve-tagged-arguments-face):
7202         * spam.el (spam-face):
7203         Mark face aliases with "-face" in the name as obsolete.
7204
7205 2009-09-01  Glenn Morris  <rgm@gnu.org>
7206
7207         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7208         than goto-line.
7209
7210 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7211
7212         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7213         Don't move point if the command is invoked inside the message header.
7214
7215 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7216
7217         * imap.el (imap-send-command): Simplify.
7218         (imap-wait-for-tag): point-max -> buffer-size.
7219
7220 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7221
7222         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7223         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7224         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7225         * nnir.el (nnir-swish-e-index-file):
7226         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7227         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7228         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7229         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7230         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7231         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7232
7233 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7234
7235         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7236         Don't save excursion.
7237
7238 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7239
7240         * nnheader.el (nnheader-find-file-noselect):
7241         * mm-util.el (mm-insert-file-contents):
7242         Use (default-value 'major-mode) instead of default-major-mode.
7243
7244 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7245
7246         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7247
7248 2009-08-26  Glenn Morris  <rgm@gnu.org>
7249
7250         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
7251         than placing in files.el.
7252
7253 2009-08-25  Glenn Morris  <rgm@gnu.org>
7254
7255         * nnir.el (top-level): Don't require cl at run-time.
7256         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7257         Replace cl-function substitute with gnus-replace-in-string.
7258         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7259         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7260         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7261         simplified expansions.
7262
7263 2009-08-25  Kevin Ryde  <user42@zip.com.au>
7264
7265         * dig.el (dig): Add autoload cookie.
7266
7267 2009-08-22  Glenn Morris  <rgm@gnu.org>
7268
7269         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7270         goto-line.
7271
7272 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7273
7274         * parse-time.el (parse-time-string-chars): Save match data.
7275
7276 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7277
7278         * parse-time.el (parse-time-string-chars): Compute using character
7279         classes, to handle non-ascii characters (Bug#3190).
7280
7281 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7282
7283         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7284
7285         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7286         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7287         (gnus-mm-display-part, gnus-mime-display-single)
7288         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7289         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7290
7291         * gnus-sum.el
7292         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7293         (gnus-summary-move-article): Add expirable mark to articles copied or
7294         moved to group that has auto-expire turned on if the option is non-nil.
7295
7296 2009-07-24  Glenn Morris  <rgm@gnu.org>
7297
7298         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7299         Fix typo.  (Bug#3903)
7300
7301 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7302
7303         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7304         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7305         that should not be used for draft articles.
7306         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7307         that has no concern in minor mode keys.
7308         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7309         Abolish.
7310
7311 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7312
7313         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7314         article without making inquiry to a user for unknown encoding.
7315
7316         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7317         (nnmaildir--scan): Assume i-node and device number that file-attributes
7318         returns might be cons-cell.
7319
7320         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7321
7322         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7323
7324 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7325
7326         * auth-source.el: Remove docs now in auth.texi.  Don't use
7327         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7328         `auth-source-hide-passwords' and use them.
7329
7330 2009-07-15  Glenn Morris  <rgm@gnu.org>
7331
7332         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7333
7334 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7335
7336         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7337         excessive whitespace from the default values of title and description.
7338
7339 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7340
7341         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7342         mail-fetch-field to fetch Content-Description header in order to
7343         exclude newlines.
7344
7345 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7346
7347         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7348         format used by GnuPG 2.0.11.
7349
7350 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7351
7352         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7353         to deleted part.
7354
7355 2009-05-30  David Engster  <dengste@eml.cc>
7356
7357         * nnmairix.el: Remove old documentation in the commentary block.
7358         (nnmairix-request-group): Do not update active file for nnml back ends.
7359         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7360         end so that overview files are ignored.
7361         (nnmairix-update-groups): Make updating the groups more robust by using
7362         marks.
7363         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7364         with dollar characters in message-id.
7365
7366 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7367
7368         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7369         2008-12-25 in dns.el.
7370
7371 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7372
7373         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7374         could happen if the text is only composed of spaces and/or tabs.
7375
7376 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7377
7378         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7379         when sending a queued message to avoid extra mml tags.
7380
7381 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7382
7383         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7384
7385 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7386
7387         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7388         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7389         rmail-toggle-header for XEmacs;
7390         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7391
7392 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7393
7394         * gnus-dired.el: Remove autoload for gnus-setup-message.
7395         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7396         displaying Gnus logo; always use compose-mail.
7397
7398 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7399
7400         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7401
7402 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7403
7404         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7405         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7406         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7407         available.
7408         (gnus-nocem-epg-verify): New function.
7409
7410 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7411
7412         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7413
7414 2009-02-15  Glenn Morris  <rgm@gnu.org>
7415
7416         * gnus-util.el (rmail-insert-rmail-file-header)
7417         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7418         autoloads.
7419         (rmail-default-rmail-file): Remove unnecessary declaration.
7420         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7421
7422 2009-02-14  Glenn Morris  <rgm@gnu.org>
7423
7424         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7425         variable (only used in gnus-util, which declares it anyway).
7426         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7427         which was only needed by gnus-art (changed to not use it any more).
7428         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7429         only used in gnus-util, which autoloads it itself.
7430         (rmail-update-summary): Fix autoload.
7431
7432         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7433         rather than rmail-output-to-rmail-file.
7434
7435 2009-02-07  Glenn Morris  <rgm@gnu.org>
7436
7437         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7438         autoload of function that no longer exists.
7439         (rmail-toggle-header): Declare.
7440         (message-forward-rmail-make-body): Handle mbox Rmail.
7441
7442 2009-01-31  Glenn Morris  <rgm@gnu.org>
7443
7444         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7445         2009-01-09 change.
7446
7447 2009-01-31  Dave Love  <fx@gnu.org>
7448
7449         * imap.el (imap-fetch-safe): Bind debug-on-error.
7450         (imap-debug): Add imap-fetch-safe.
7451
7452 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7453
7454         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7455         (auth-source-forget-all-cached): New convenience function.
7456         (auth-source-user-or-password): Accept list of modes or a single mode.
7457
7458         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7459         auth-source modes.
7460
7461         * netrc.el (netrc-machine-user-or-password): Use list of
7462         auth-source modes.
7463
7464         * nnimap.el (nnimap-open-connection): Use list of
7465         auth-source modes.
7466
7467         * nntp.el (nntp-send-authinfo): Use list of
7468         auth-source modes.
7469
7470 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7471
7472         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7473         now.
7474
7475 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7476
7477         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7478         coding system in XEmacs; add a workaround for XEmacs.
7479
7480         * lpath.el: Fbind coding-system-aliasee.
7481
7482 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7483
7484         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7485         of current-language-environment.
7486
7487 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7488
7489         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7490         available at runtime.
7491
7492 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7493
7494         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7495
7496 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7497
7498         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7499         the greatest positive fixnum value doesn't work under an XEmacs with
7500         bignum support; use the most-positive-fixnum constant instead,
7501         available since Emacs 21.1 with cl and XEmacs 21.1.
7502
7503 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7504
7505         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7506         XEmacs gets not to work.
7507
7508 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7509
7510         * mm-util.el (mm-coding-system-priorities): Allow the value like
7511         "Japanese (UTF-8)" of current-language-environment.
7512
7513 2009-01-09  Glenn Morris  <rgm@gnu.org>
7514
7515         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7516         with last-command-event.
7517
7518 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7519
7520         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7521         in the doc string.
7522
7523         * message.el (message-fix-before-sending): Amend comment.
7524
7525 2009-01-08  Dave Love  <fx@gnu.org>
7526
7527         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7528
7529 2009-01-07  David Engster  <dengste@eml.cc>
7530
7531         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7532         simplified server definitions by converting it via
7533         gnus-server-to-method.
7534
7535 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7536
7537         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7538         parameter's operands.
7539
7540 2009-01-06  David Engster  <dengste@eml.cc>
7541
7542         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7543         primary select method (for gnus-group-mark-article-as-read).
7544
7545 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7546
7547         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7548         `(gnus)Face', not `(gnus)X-Face'.
7549
7550 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7551
7552         * mm-util.el (mm-ucs-to-char): New function.
7553
7554         * mm-url.el (mm-url-decode-entities): Use it.
7555
7556         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7557         unicode-to-char.
7558
7559 2009-01-05  Dave Love  <fx@gnu.org>
7560
7561         * time-date.el: Require cl for `declare'.
7562
7563 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7564
7565         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7566         Dave Love.
7567
7568 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7569
7570         * message.el (message-fix-before-sending): Add `eight-bit' to
7571         illegible-text check.
7572
7573 2009-01-03  Michael Olson  <mwolson@gnu.org>
7574
7575         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7576         `headers' is nil.  This can occur if the IMAP server does not have
7577         permissions to read messages from a folder, but can write new messages
7578         to the folder.
7579         (nnimap-request-article-part): Do not insert `data' if it is nil.
7580
7581         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7582         characters which will confuse `read', so skip past them.
7583
7584 2009-01-01  Dave Love  <fx@gnu.org>
7585
7586         * imap.el (imap-string-to-integer): Fix typo.
7587         (imap-fetch-safe): New function.
7588         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7589
7590         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7591
7592         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7593         (imap-parse-greeting): Fix doc strings.
7594         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7595         (imap-parse-flag-list): Make messages unique.
7596         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7597
7598         * nnimap.el: Fix author email.
7599         (nnimap-split-rule): Add FIXME comment.
7600         (nnimap-debug): Fix doc string.
7601
7602 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7603
7604         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7605
7606 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7607
7608         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7609         nslookup if resolv.conf isn't available.
7610         (dns-query): Rename from query-dns.
7611         (dns-query-cached): Rename from query-dns-cached.
7612
7613 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7614
7615         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7616         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7617         to check if those variables exist (first appeared in Emacs 18.50).
7618
7619 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7620
7621         * mm-util.el (mm-line-number-at-pos): New function.
7622
7623         * spam-report.el (spam-report-process-queue): Use it.
7624
7625 2008-12-24  David Engster  <dengste@eml.cc>
7626
7627         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7628         parameters that haven't existed as variables as buffer-local variables.
7629
7630 2008-12-23  Dave Love  <fx@gnu.org>
7631
7632         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7633         cadar.
7634
7635         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7636         imap-starttls-p.
7637         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7638
7639 2008-12-22  Dave Love  <fx@gnu.org>
7640
7641         * imap.el: Fix author email.  Doc fixes.
7642         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7643         reply.
7644
7645 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7646
7647         * spam-report.el (spam-report-gmane-max-requests): New constant.
7648         (spam-report-gmane-wait): New variable.
7649         (spam-report-gmane-ham, spam-report-gmane-spam)
7650         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7651         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7652         the server.
7653
7654         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7655         Add explanations.
7656
7657         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7658         nnheader-accept-process-output and nnheader-read-timeout if available.
7659         (pop3-movemail): Use it.
7660
7661         * message.el (message-check-news-body-syntax): Fix signature check if
7662         there's an attachment.
7663
7664 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7665
7666         * mm-util.el: Add comments to the mm- emulating functions.
7667
7668 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7669
7670         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7671         Reported by Stephen Berman <stephen.berman@gmx.net>.
7672
7673 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7674
7675         * mm-util.el (mm-substring-no-properties): New function.
7676         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7677         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7678         (mm-string-to-multibyte): Doc fix.
7679
7680         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7681
7682 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7683
7684         * mml.el (mml-attach-file): Strip text properties from file name.
7685         (Bug#1574)
7686
7687 2008-12-16  Glenn Morris  <rgm@gnu.org>
7688
7689         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7690
7691 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7692
7693         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7694         knows since the charset specified might be a bogus alias that
7695         mm-charset-synonym-alist provides.
7696
7697 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7698
7699         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7700         "ISO_8859-1".
7701
7702         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7703
7704 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7705
7706         * mm-util.el (mm-charset-eval-alist):
7707         Define it before mm-charset-to-coding-system.
7708         (mm-charset-to-coding-system): Add optional argument `silent';
7709         define it before mm-charset-override-alist.
7710         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7711         default value if it can be used in Emacs currently running;
7712         silence mm-charset-to-coding-system.
7713
7714 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7715
7716         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7717         `allow-override' which says whether to use `mm-charset-override-alist'.
7718         (rfc2047-decode-encoded-words): Use it.
7719
7720         * mm-util.el (mm-charset-override-alist): Fix custom type;
7721         add `(gb2312 . gbk)' to choices.
7722
7723 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7724
7725         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7726         fast.
7727
7728         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7729
7730         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7731
7732 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7733
7734         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7735         on links.
7736
7737         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7738
7739 2008-12-03  Lute Kamstra  <lute@gnu.org>
7740
7741         * sha1.el: Remove leading * from docstrings of defcustoms,
7742         deffaces, defconsts and defuns.
7743
7744 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7745
7746         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7747         users' addresses that don't have domain parts.
7748         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7749         rather than message-narrow-to-head since there will be the message
7750         header separator.
7751
7752 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7753
7754         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7755         since the result is inserted in a unibyte buffer anyway.
7756         (nnimap-demule-use-string-to-multibyte): Remove.
7757         (nnimap-demule): Alias it to mm-string-to-multibyte.
7758
7759 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7760
7761         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7762         variable for debugging bug#464 and bug#1174.
7763         (nnimap-demule): Use it.
7764
7765 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7766
7767         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7768         score calculation correctly.
7769
7770 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7771
7772         * message.el (message-send-mail): Just set the buffer to unibyte
7773         rather than use mm-with-unibyte-current-buffer which does a lot more.
7774         (message-send-mail-partially): Don't bother with
7775         mm-with-unibyte-current-buffer since it's already been made unibyte by
7776         message-send-mail.
7777
7778 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7779
7780         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7781
7782 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7783
7784         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7785
7786 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7787
7788         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7789         require itself and to remove `with-no-warnings'.
7790
7791 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7792
7793         * starttls.el (starttls-any-program-available): Get the name of the
7794         available TLS layer program.
7795         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7796         well as the host name in the "opening" message.
7797
7798         * auth-source.el (auth-source-cache, auth-source-do-cache)
7799         (auth-source-user-or-password): Cache passwords and logins by default,
7800         allow override with `auth-source-do-cache'.
7801         (auth-source-forget-user-or-password): Allow users to remove cache
7802         entries if needed.
7803
7804 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7805
7806         * md4.el (md4-buffer): Fix typo in docstring.
7807         (md4, md4-64): Doc fixes.
7808         (md4-pack-int32): Reflow docstring.
7809
7810 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7811
7812         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7813         condition-case to only the forward-sexp call.
7814
7815 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7816
7817         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7818         quotes contained.  Make it more robust regardless by an extra
7819         condition-case wrapper.
7820
7821 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7822
7823         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7824
7825 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7826
7827         * nnml.el (nnml-request-expire-articles): Check if the function set to
7828         `nnmail-expiry-target' returns the symbol `delete'.
7829
7830         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7831
7832         * nnmail.el (nnmail-expiry-target): Fix custom type.
7833
7834 2008-10-02  Glenn Morris  <rgm@gnu.org>
7835
7836         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7837         Silence compiler warning.
7838
7839 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7840
7841         * tls.el (open-tls-stream): Show the actual command being
7842         executed, instead of the format string.
7843
7844 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7845
7846         * lpath.el: Fbind codepage-setup for Emacs 23.
7847
7848 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7849
7850         * mml.el (mml-menu): Don't assume mml2015 is bound.
7851
7852 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7853
7854         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7855         exists.
7856
7857 2008-09-27  Glenn Morris  <rgm@gnu.org>
7858
7859         * gnus-util.el (mail-header-remove-comments): Autoload it.
7860
7861 2008-09-27  Andreas Schwab  <schwab@suse.de>
7862
7863         * gnus-util.el (gnus-split-references): Strip comments.
7864         (gnus-parent-id): Likewise.
7865
7866 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7867
7868         * message.el (message-confirm-send): Fix version.
7869
7870 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7871
7872         * message.el (message-idna-to-ascii-rhs-1): Use
7873         mail-extract-address-components rather than mail-header-parse-addresses
7874         that is an alias by default to ietf-drums-parse-addresses that does not
7875         support non-ASCII names in headers' contents.
7876
7877 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7878
7879         * message.el (message-confirm-send): Fix variable documentation to
7880         avoid the "y/n" wording.
7881
7882 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7883
7884         * message.el (message-set-auto-save-file-name): Save to a different
7885         filename so multiple messages (especially drafts) can be recovered.
7886
7887 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7888
7889         * message.el (message-confirm-send): Add appropriate version.
7890
7891 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7892
7893         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7894         defvar.
7895
7896 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7897
7898         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7899         (mm-pkcs7-enveloped-magic): Ditto.
7900
7901 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7902
7903         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7904         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7905
7906 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7907
7908         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7909         default, it's better.
7910
7911 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7912
7913         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7914         summary line gnus-number property and ignore them (with a warning
7915         message).
7916
7917 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7918
7919         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7920         macro caddr in the interactive form since it won't be expanded.
7921
7922 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7923
7924         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7925         `charset'; fix name of function called recursively.
7926         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7927
7928 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7929
7930         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7931         (gnus-mime-set-charset-parameters): New function.
7932         (gnus-mime-view-part-as-charset): Use it to correctly display part
7933         specifying wrong charset.
7934
7935 2008-09-08  David Engster  <dengste@eml.cc>
7936
7937         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7938         in completing-read for back end server.
7939
7940 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7941
7942         * message.el (message-confirm-send): New variable to confirm sending a
7943         message.
7944         (message-send): Use it.
7945
7946 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7947
7948         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7949
7950 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7951
7952         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7953
7954 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7955
7956         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7957         prevent tracking too many groups.
7958         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7959         Use it.
7960
7961 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7962
7963         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7964         moving point to the bottom of the window in order to avoid recentering.
7965
7966 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7967
7968         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7969
7970         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7971         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7972         (gnus-article-beginning-of-window): Fix calculation.
7973
7974 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7975
7976         * gnus-msg.el (gnus-summary-supersede-article)
7977         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7978         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7979         message header.
7980
7981 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7982
7983         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7984         pending output coming after the status change.
7985
7986 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7987
7988         * message.el:
7989         * gnus-start.el:
7990         * gnus-registry.el: Remove VMS support.
7991
7992 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7993
7994         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7995         macro.
7996         (rfc2104-hash): Use it.
7997
7998 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7999
8000         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
8001         (gnus-summary-sort-by-most-recent-date): New commands.
8002         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
8003         and menu entries.
8004
8005 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8006
8007         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
8008         don't redisplay article for raw contents; remove plural articles stuff.
8009
8010         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
8011         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
8012         on gnus-summary-save-article; display results properly.
8013
8014 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8015
8016         * lpath.el: No need to fbind ns-focus-frame.
8017
8018 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8019
8020         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
8021
8022 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8023
8024         * gnus-art.el (gnus-summary-save-in-pipe):
8025         Consider gnus-save-all-headers.
8026
8027 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8028
8029         * gnus-util.el (ns-focus-frame): Remove declaration.
8030         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
8031         like x.
8032
8033 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8034
8035         * rfc2104.el (rfc2104-zero): Delete defconst.
8036         (rfc2104-hex-alist): Likewise.
8037         (rfc2104-hex-to-int): Delete func.
8038         (rfc2104-hexstring-to-bitstring): Likewise.
8039         (rfc2104-nybbles): New defconst.
8040         (rfc2104-hash): Rewrite for speed.
8041
8042 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8043
8044         * tls.el (open-tls-stream): Make it work with the 2nd argument
8045         BUFFER that is a string but does not exist as a buffer object, as
8046         mentioned in the doc-string.
8047
8048 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8049
8050         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
8051         SXEmacs.
8052
8053 2008-07-16  Glenn Morris  <rgm@gnu.org>
8054
8055         * gnus-util.el (ns-focus-frame): Declare for compiler.
8056
8057 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8058
8059         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
8060         set as a group parameter.
8061         (gnus-summary-save-in-pipe): Work when it is called independently.
8062         (gnus-summary-pipe-to-muttprint): Don't modify
8063         gnus-summary-pipe-output-default-command.
8064
8065 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8066
8067         * message.el (message-send-mail-with-sendmail):
8068         Display the error message.
8069
8070 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8071
8072         * gnus-art.el (gnus-default-article-saver):
8073         Add gnus-summary-save-in-pipe to choices.
8074         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8075         gnus-summary-pipe-output-default-command as the default command.
8076         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8077         instead of gnus-last-shell-command.
8078
8079         * gnus-sum.el (gnus-summary-pipe-output-default-command):
8080         New user option.
8081         (gnus-summary-muttprint-program): Mention the value will be changed.
8082         (gnus-summary-save-article): Force showing of all headers.
8083         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8084
8085 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
8086
8087         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8088
8089 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
8090
8091         * nnimap.el (nnimap-id):
8092         * sieve-manage.el (sieve-manage-open): Doc fixes.
8093
8094 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
8095
8096         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8097         if available.
8098
8099 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8100
8101         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8102
8103         * nnkiboze.el (nnkiboze-generate-group):
8104         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8105
8106         * nnmairix.el: Require CL.
8107
8108 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8109
8110         * dgnushack.el: Autoload get-display-table and put-display-table for
8111         XEmacs 21.5.
8112
8113         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
8114         21.4 and SXEmacs.
8115
8116 2008-06-15  David Engster  <dengste@eml.cc>
8117
8118         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8119
8120 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
8121
8122         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8123         New macros that expand to an `aset'/`aref' call under Emacs, and to a
8124         runtime choice under XEmacs.
8125
8126         * gnus-sum.el (gnus-summary-set-display-table):
8127         Use `gnus-put-display-table', `gnus-get-display-table',
8128         `gnus-set-display-table' for the display table, instead of `aset'.
8129
8130         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
8131         Use `gnus-put-display-table', `gnus-get-display-table',
8132         `gnus-set-display-table' for the display table.
8133
8134 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8135
8136         * nnmairix.el: Add autoloads.
8137
8138 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8139
8140         * nnmairix.el (nnmairix-delete-recreate-group)
8141         (nnmairix-update-and-clear-marks): Fix error messages.
8142
8143 2008-06-14  David Engster  <dengste@eml.cc>
8144
8145         * nnmairix.el: Upgrade to version 0.6.
8146         (nnmairix-group-toggle-propmarks-this-group)
8147         (nnmairix-group-toggle-readmarks-this-group)
8148         (nnmairix-group-delete-recreate-this-group)
8149         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8150         (nnmairix-remove-tick-mark-original-article): New commands.
8151         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8152         (nnmairix-propagate-marks-to-nnmairix-groups)
8153         (nnmairix-only-use-registry, nnmairix-allowfast-default)
8154         (nnmairix-marks-cache, nnmairix-version-output): New variables.
8155         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8156         functions needed for marks propagation and manipulation of read marks.
8157         (nnmairix-update-groups): New function.
8158         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8159         (nnmairix-determine-original-group-from-registry)
8160         (nnmairix-determine-original-group-from-path)
8161         (nnmairix-get-group-from-file-path, nnmairix-map-range)
8162         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8163         New helper functions.
8164         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8165         keystrokes for new commands.
8166         (nnmairix-delete-and-create-on-change): Doc string cleanup.
8167         (nnmairix-request-group): Check allow-fast group parameter.
8168         (nnmairix-request-create-group): Set allow-fast group parameter if
8169         nnmairix-allowfast-default is set.
8170         (nnmairix-close-group): Propagate marks upon closing if needed.
8171         (nnmairix-group-toggle-threads-this-group): Use new.
8172         nnmairix-group-toggle-parameter helper function.
8173         (nnmairix-search): Better check for empty search result.
8174         (nnmairix-goto-original-article): Use new helper functions for
8175         determining original article.
8176         (nnmairix-show-original-article): Make sure message-id is in brackets.
8177         (nnmairix-call-mairix-binary): Change variable name.
8178         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8179         helper function.
8180         (nnmairix-widget-toggle-activate): Fix doc string.
8181
8182 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8183
8184         * nnir.el: Require edmacro when compiling with XEmacs.
8185         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8186         available in Emacs 21.
8187
8188 2008-06-11  Glenn Morris  <rgm@gnu.org>
8189
8190         * gnus-util.el (x-focus-frame):
8191         * gnus.el (image-size):
8192         * mm-decode.el (image-size): Declare.
8193
8194         * gnus-picon.el (declare-function): Add compat definition.
8195         (image-size): Declare.
8196
8197         * gnus-group.el (tool-bar-map):
8198         * gnus-sum.el (tool-bar-map): Define for compiler.
8199
8200         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8201
8202         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8203
8204         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8205         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8206         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8207         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8208         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8209         * sieve-manage.el, spam-report.el, spam.el:
8210         Remove unnecessary eval-and-compile of autoloads.
8211
8212 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8213
8214         * auth-source.el: Precise Tramp doc.
8215
8216 2008-06-07  Glenn Morris  <rgm@gnu.org>
8217
8218         * nnmairix.el: Remove unnecessary eval-when-compile.
8219
8220 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8221
8222         * lpath.el: Fbind propertize for XEmacs 21.4.
8223
8224 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
8225
8226         * nnir.el: Move here from ../contrib.
8227
8228 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8229
8230         * gnus-util.el (gnus-read-shell-command): New function.
8231         * mm-decode.el (mm-pipe-part):
8232         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8233
8234 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8235
8236         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8237
8238 2008-06-03  Glenn Morris  <rgm@gnu.org>
8239
8240         * pop3.el (nnheader-accept-process-output): Autoload it.
8241
8242 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8243
8244         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8245         are not 2-digit hexadecimal characters that follow `%'s.
8246
8247 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8248
8249         * message.el (message-bogus-recipient-p): Fix type in doc string.
8250         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8251         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8252         Improve custom options.
8253         (message-bogus-recipient-p): Adjust accordingly.
8254
8255 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
8256
8257         * parse-time.el (parse-time-months, parse-time-weekdays): Add
8258         long-form month and day names.
8259
8260 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8261
8262         * dgnushack.el: Autoload debug, eudc-expand-inline and
8263         pgg-snarf-keys-region for XEmacs.
8264
8265         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
8266
8267         * nnmairix.el: Require edmacro when compiling with XEmacs.
8268
8269 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8270
8271         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8272         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8273
8274 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8275
8276         * auth-source.el: Add more docs.
8277
8278         * netrc.el (netrc-machine): Always match if the port is not given.
8279
8280 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8281
8282         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8283         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8284         retrieval faster in some cases, but might make CPU usage larger.
8285         If this has any bad side effects, we might revert this change.
8286
8287         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8288         seems to make mail retrieval much, much faster.
8289         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8290         unconditionally.
8291
8292         * gnus-draft.el (gnus-group-send-queue):
8293         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8294
8295 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8296
8297         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8298
8299         * message.el (message-bogus-address-regexp): Fix and improve custom
8300         type.
8301         (message-setup-hook): Add message-check-recipients as custom option.
8302
8303 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8304
8305         * message.el (message-cite-function): Remove bogus autoload which crept
8306         in during merge from v5-10.
8307
8308 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8309
8310         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8311
8312         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8313
8314         * auth-source.el: Preliminary Tramp docs.
8315         (auth-sources): Change the default auth-sources to use
8316         EPA .gpg files.
8317
8318 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8319
8320         * nntp.el: Autoload `auth-source-user-or-password'.
8321         (nntp-send-authinfo): Use it.
8322
8323         * nnimap.el: Autoload `auth-source-user-or-password'.
8324         (nnimap-open-connection): Use it.
8325
8326         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8327         for the gnus-message function.
8328         (auth-source-user-or-password): Use it.
8329
8330 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8331
8332         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8333         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8334         (rfc2104-hash): Use it.
8335
8336 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8337
8338         * gnus-art.el (gnus-article-toggle-truncate-lines):
8339         Don't use `iff' in docstring.
8340
8341 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8342
8343         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8344
8345         * gnus-util.el (gnus-extract-address-component-name)
8346         (gnus-extract-address-component-email): Convenience functions around
8347         `gnus-extract-address-components'.
8348
8349         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8350         Use `gnus-extract-address-component-email' to fix bug of comparing full
8351         sender name to `user-mail-address'.
8352
8353 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8354
8355         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8356         catch/throw to optimize.
8357         (gnus-registry-find-keywords): Just use member to find a keyword.
8358
8359 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8360
8361         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8362         is current before calling gnus-server-prepare.
8363         (gnus-server-setup-buffer, gnus-server-update-server)
8364         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8365
8366 2008-05-04  Juri Linkov  <juri@jurta.org>
8367
8368         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8369         (mailcap-file-default-commands): Use mailcap-replace-in-string
8370         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8371         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8372
8373 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8374
8375         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8376
8377 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8378
8379         * gnus.el: Bump version to 0.11.
8380
8381 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8382
8383         * gnus.el: No Gnus v0.10 is released.
8384
8385 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8386
8387         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8388         hooks.
8389         (gnus-update-read-articles): Speed up non-marks-using users.
8390         (gnus-use-marks): Define gnus-use-marks.
8391         (gnus-propagate-marks): Rename variable to something more sensible.
8392
8393 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8394
8395         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8396         (gmm-image-load-path-for-library): Fix typos in docstrings.
8397         (gmm-message): Reflow docstring.
8398
8399 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8400
8401         * mail-source.el (mail-source-set-1, mail-source-bind):
8402         Move auth-source code out of the macro to clean it up and fix bugs.
8403
8404 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8405
8406         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8407         by sender if it's equal to user-mail-address, it's likely to be
8408         useless.
8409
8410         * mail-source.el (mail-source-bind): Don't use user or password if they
8411         are not bound.  Unintern them if they are nil.  Don't use server unless
8412         it's bound, and default it to empty string otherwise.
8413
8414 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8415
8416         * mail-source.el: Load auth-source.el.
8417         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8418         get user name or password, if auth-sources is set up.
8419
8420         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8421         strategy of splitting with parent.
8422         (gnus-registry-split-fancy-with-parent)
8423         (gnus-registry-post-process-groups): Use it and fix prior
8424         bug (returning a list as the split result).
8425
8426         * auth-source.el (auth-sources): Remove server parameter.
8427         (auth-source-pick, auth-source-user-or-password)
8428         (auth-source-user-or-password-imap)
8429         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8430         (auth-source-user-or-password-sftp)
8431         (auth-source-user-or-password-smtp): Remove server parameter.
8432
8433 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8434
8435         * smime.el (smime-sign-region, smime-encrypt-region)
8436         (smime-decrypt-region):
8437         Remove redundant calls to `generate-new-buffer-name'.
8438
8439 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8440
8441         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8442         Don't use QP for message/rfc822.
8443         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8444
8445 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8446
8447         * sieve-manage.el (sieve-string-bytes): Remove.
8448         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8449         correct byte-length only if the process's coding-system is the same as
8450         the one used internally by Emacs to represent strings.
8451
8452 2008-04-22  Juri Linkov  <juri@jurta.org>
8453
8454         * mailcap.el (mailcap-file-default-commands): New function.
8455
8456 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8457
8458         * message.el (message-signature-separator, message-cite-function):
8459         Change custom version.
8460
8461 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8462
8463         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8464         commands.
8465         (tls-checktrust): Ditto.
8466
8467 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8468
8469         * mm-decode.el (mm-display-external): Make temp file read-only.
8470
8471 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8472
8473         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8474         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8475         `C-c C-f d'.
8476
8477 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8478
8479         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8480
8481 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8482
8483         * gnus.el: Bump version to 0.9.
8484
8485 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8486
8487         * gnus.el: No Gnus v0.8 is released.
8488
8489 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8490
8491         * mail-source.el (mail-source-value):
8492         Prefer fboundp to functionp so it works with macros as well.
8493
8494 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8495
8496         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8497         Fix last change in case the element is not even a symbol.
8498
8499 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8500
8501         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8502         Prefer fboundp to functionp so it works with macros as well.
8503
8504 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8505
8506         * auth-source.el: Add docs.
8507         (auth-sources): Modify format to support server.
8508         (auth-source-pick, auth-source-user-or-password)
8509         (auth-source-user-or-password-imap)
8510         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8511         (auth-source-user-or-password-sftp)
8512         (auth-source-user-or-password-smtp): Add server parameter.
8513
8514 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8515
8516         * gnus-registry.el: Initialize the registry when gnus-registry-install
8517         is t.
8518
8519 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8520
8521         * compface.el (uncompface): Make buffer unibyte.
8522
8523 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8524
8525         * mail-source.el (mail-source-value):
8526         Prefer fboundp to functionp so it works with macros as well.
8527
8528 2008-04-05  Glenn Morris  <rgm@gnu.org>
8529
8530         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8531
8532 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8533
8534         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8535         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8536
8537         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8538         multibyteness after rather than before erasing it.
8539
8540         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8541         mm-with-multibyte.
8542         (gnus-request-article-this-buffer): Make sure the proper decoding is
8543         used if gnus-original-article-buffer happens to be unibyte.
8544
8545         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8546         default-enable-multibyte-characters.
8547
8548         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8549         default-enable-multibyte-characters.
8550
8551         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8552
8553         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8554
8555 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8556
8557         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8558         Fix last change in case the element is not even a symbol.
8559
8560 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8561
8562         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8563         (imap-message-copyuid-1): Use it.
8564         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8565         J. Williams in
8566         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8567
8568         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8569         imap-enable-exchange-bug-workaround.
8570         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8571
8572 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8573
8574         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8575         a 100 byte status-checks into a 2-3MB transfer for each group.
8576         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8577         to enable bug workaround or not.
8578         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8579
8580 2008-03-31  Glenn Morris  <rgm@gnu.org>
8581
8582         * message.el (mml2015-use): Declare for compiler.
8583         (message-info): Require mml2015 when appropriate.
8584
8585 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8586
8587         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8588         whitespace.
8589
8590 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8591
8592         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8593         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8594         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8595         (nntp-service-to-port): New function.
8596         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8597         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8598         (nntp-open-netcat-stream): New function.
8599         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8600
8601 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8602
8603         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8604
8605 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8606
8607         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8608
8609 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8610
8611         * dns.el (dns-write): Use set-buffer-multibyte.
8612
8613 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8614
8615         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8616
8617 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8618
8619         * message.el (message-signature-separator): Change default.
8620         Improve custom type.
8621         (message-cite-function): Change default to
8622         message-cite-original-without-signature.
8623
8624         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8625         toggle.
8626
8627         * message.el (message-check-news-body-syntax): Fix signature check.
8628         (message-setup-1): Mark buffer as unmodified _after_ running
8629         message-setup-hook and handling message-alternative-emails.
8630         (message-shorten-references): Be more strict when building list of
8631         valid references to comply with GNKSA.
8632
8633         * gnus-group.el (gnus-read-ephemeral-bug-group)
8634         (gnus-read-ephemeral-debian-bug-group)
8635         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8636
8637         * message.el (message-info): Don't use booleanp which isn't supported
8638         in Emacs 21 and XEmacs.
8639
8640 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8641
8642         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8643         gnus-group-gmane-group-download-format.
8644         (gnus-group-read-ephemeral-gmane-group): Rename from
8645         gnus-group-read-ephemeral-gmane-group.
8646         (gnus-read-ephemeral-gmane-group-url): Rename from
8647         gnus-group-read-ephemeral-gmane-group-url.
8648         (gnus-bug-group-download-format-alist): New variable.
8649         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8650         (gnus-read-ephemeral-emacs-bug-group): New commands.
8651
8652 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8653
8654         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8655         (gnus-visible-headers): Improve custom type.
8656
8657 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8658
8659         * mml.el (mml-menu): Add workarounds for XEmacs.
8660
8661         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8662         X-Boundary header.
8663
8664         * message.el (message-simplify-recipients): Fix previous commit.
8665
8666 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8667
8668         * mm-util.el (mm-set-buffer-multibyte): New function.
8669         * mm-decode.el (mm-copy-to-buffer): Use it.
8670
8671         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8672         Prefer fboundp to functionp so it works with macros as well.
8673
8674 2008-03-19  Glenn Morris  <rgm@gnu.org>
8675
8676         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8677         Accidentally removed in the sync process with Emacs.
8678
8679 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8680
8681         * message.el (message-alter-recipients-discard-bogus-full-name):
8682         New function.
8683         (message-alter-recipients-function): New variable.
8684         (message-get-reply-headers): Use it.
8685         (message-replace-header): New helper function.
8686         (message-recipients-without-full-name): New variable.
8687         (message-simplify-recipients): New command.
8688
8689         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8690
8691         * message.el (message-info): Handle EasyPG manual.
8692
8693         * mml.el (mml-menu): Add entry for EasyPG.
8694
8695 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8696
8697         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8698         parameter.
8699
8700         * message.el (message-disassociate-draft): Specify drafts group name
8701         fully.
8702
8703 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8704
8705         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8706         Eliminate unnecessary duplicates from the match list.
8707
8708 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8709
8710         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8711
8712         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8713
8714         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8715         args of `how-many' of which the XEmacs version doesn't take; declare
8716         Info-index-next as function.
8717
8718 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8719
8720         * gnus-score.el (gnus-score-headers): Fix handling of
8721         gnus-inhibit-slow-scoring.
8722
8723         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8724         string.
8725         (gnus-button-url-regexp): Improve handling of parenthesis.
8726         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8727         (gnus-button-handle-info-keystrokes): Handle index entries.
8728
8729 2008-03-15  Glenn Morris  <rgm@gnu.org>
8730
8731         * parse-time.el (parse-time-string): Simplify.
8732
8733 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8734
8735         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8736         Incoming* files.
8737
8738 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8739
8740         * auth-source.el (auth-sources): Rename from auth-source-choices.
8741         (auth-source-pick): Use it.
8742
8743 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8744
8745         * binhex.el (binhex-decode-region-internal):
8746         * uudecode.el (uudecode-decode-region-internal):
8747         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8748         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8749         setting default-enable-multibyte-characters.
8750
8751 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8752
8753         * auth-source.el (auth-source-protocols)
8754         (auth-source-protocols-customize, auth-source-choices): Add and
8755         modified variable customizations and defaults.
8756         (auth-source-pick, auth-source-user-or-password)
8757         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8758         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8759         (auth-source-user-or-password-sftp)
8760         (auth-source-user-or-password-smtp): Use new variables and provide an
8761         interface to netrc.el.
8762
8763 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8764
8765         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8766         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8767         Make sure the nntp port to specify is a string.
8768
8769 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8770
8771         * nntp.el: Use with-current-buffer.
8772         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8773         dubious mm-with-unibyte-current-buffer.
8774         (nntp-with-open-group-function): New function extracted from
8775         nntp-with-open-group macro.
8776         (nntp-with-open-group): Use the function, so it's easier to debug.
8777         Add indentation and debugging info.
8778         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8779         Recommend the use of the netcat alternatives.
8780
8781         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8782         Avoid mm-string-as-multibyte as well.
8783
8784         * nnweb.el (nnweb-insert-html):
8785         Remove use of nnheader-string-as-multibyte.
8786
8787         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8788         (nnheader-string-as-multibyte): Remove.
8789
8790         * mm-view.el: Use inhibit-read-only.
8791         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8792         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8793         or unibyte-string.
8794
8795         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8796         (mm-uu-yenc-extract): Use with-current-buffer.
8797
8798         * gnus-soup.el (gnus-soup-send-packet): Don't use
8799         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8800
8801         * nnmh.el: Use with-current-buffer.
8802         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8803         mm-string-as-multibyte on the output of mm-encode-coding-string.
8804
8805         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8806         (nnimap-request-move-article): Use with-current-buffer.
8807
8808         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8809         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8810         conversion uses string-make-unibyte rather than string-as-unibyte.
8811
8812         * gnus-msg.el: Use with-current-buffer.
8813
8814         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8815
8816 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8817
8818         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8819         string for caching if it is 'PIN.
8820
8821 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8822
8823         * lpath.el: Consider the case without Emacs/W3.
8824
8825 2008-03-08  Glenn Morris  <rgm@gnu.org>
8826
8827         * time-date.el (date-to-time, time-subtract, time-add)
8828         (safe-date-to-time): Doc fixes.
8829
8830 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8831
8832         * mail-source.el (mail-source-delete-old-incoming-confirm):
8833         Change default to nil.
8834         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8835
8836 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8837
8838         * lpath.el: Rearrange.
8839
8840         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8841         (gnus-article-goto-prev-page): Work for articles having ^L's.
8842
8843         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8844
8845         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8846
8847 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8848
8849         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8850         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8851         (gnus-bookmark-jump): Adjust some variable names.
8852
8853 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8854
8855         * auth-source.el: New package.
8856         (auth-source-choices): Add customization entry point variable.
8857
8858         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8859         bug.
8860
8861 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8862
8863         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8864         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8865         (gnus-registry-install-shortcuts): Rename from
8866         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8867         the `gnus-registry-mark-map' keymap dynamically from
8868         `gnus-registry-marks'.  The generated functions update the summary line
8869         when a registry mark is added or deleted, and will call
8870         `gnus-registry-install-p' (see the comments in the code).
8871         (gnus-registry-user-format-function-M): Use concat intelligently.
8872
8873         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8874         the registry mark functions.
8875
8876 2008-03-05  Glenn Morris  <rgm@gnu.org>
8877
8878         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8879         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8880         gnus-art.
8881         (top-level): No need to load own source when compiling.
8882
8883 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8884
8885         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8886         Suggested by <chris.anderton@zetnet.co.uk>.
8887
8888 2008-03-04  Glenn Morris  <rgm@gnu.org>
8889
8890         * gnus-sum.el (top-level): No need to require gnus when compiling,
8891         since unconditionally required near start of file.
8892         (gnus-summary-display-while-building): Move definition before use.
8893
8894 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8895
8896         * gnus-registry.el (gnus-registry-user-format-function-M):
8897         Add formatting function.
8898
8899 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8900
8901         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8902         with plists.
8903         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8904         Use new format.
8905
8906 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8907
8908         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8909         `where-is-internal' that returns a range of key sequences.
8910
8911 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8912
8913         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8914
8915         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8916         (gnus-summary-jump-to-group): Consider windows on other displayed
8917         frames as well.  Similar changes might be needed elsewhere, but that's
8918         the one I've bumped into during my use.
8919
8920         * nndoc.el (nndoc-oe-dbx-type-p):
8921         * gnus-msg.el (gnus-debug):
8922         * gnus-group.el (gnus-update-group-mark-positions):
8923         Use mm-string-to-multibyte.
8924
8925 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8926
8927         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8928         doesn't handle NotDashEscaped.
8929
8930         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8931         (mml-dnd-attach-options): Fix typo in custom choice.
8932
8933         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8934         Change nndoc-article-type to mbox.
8935         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8936
8937         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8938         to nil, instead of html2text.
8939
8940         * imap.el (imap-debug): Add `imap-ping-server'.
8941
8942         * gnus-bookmark.el: Add FIXMEs.
8943
8944         * message.el (message-form-letter-separator)
8945         (message-send-form-letter-delay): New variables.
8946         (message-send-form-letter): Use them.  New command to send form
8947         letters.  Requested by Uwe Siart.
8948         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8949
8950 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8951
8952         * Update copyright years.
8953
8954 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8955
8956         Sync from EMACS_22_BASE.
8957
8958         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8959
8960 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8961
8962         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8963         empty author.
8964
8965 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8966
8967         * gnus-registry.el (gnus-registry-marks): Add variable for
8968         customization of marks and their appearance.
8969         (gnus-registry-read-mark): Use it.
8970         (gnus-registry-do-marks): Add utility function to loop through
8971         `gnus-registry-marks'.
8972         (gnus-registry-install-shortcuts-and-menus): Add function to install
8973         shortcuts and menus.
8974         (gnus-registry-initialize): Use it.
8975         (gnus-registry-default-mark): Clarify documentation.
8976
8977 2008-02-29  Glenn Morris  <rgm@gnu.org>
8978
8979         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8980         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8981         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8982         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8983         Change defcustom :version from 23.0 to 23.1.
8984
8985 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8986
8987         * gnus-registry.el (gnus-registry-follow-group-p)
8988         (gnus-registry-post-process-groups): Add functions to aid registry
8989         splitting and improve logging.  Clarify behavior in function
8990         documentation.
8991         (gnus-registry-split-fancy-with-parent): Use them.
8992
8993 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8994
8995         * gnus-art.el: Use with-current-buffer.
8996
8997 2008-02-27  David Engster  <dengste@eml.cc>
8998
8999         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
9000         Express real group name in the response.
9001
9002 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9003
9004         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
9005         (nnmairix-last-server, nnmairix-current-server): Defvar them.
9006         (nnmairix-goto-original-article): Defvar gnus-registry-install and
9007         autoload gnus-registry-fetch-group when compiling.
9008         (nnmairix-request-group-with-article-number-correction):
9009         Remove unreferenced argument passed to nnmairix-call-backend.
9010
9011 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9012
9013         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
9014         (mm-uu-extract): Improve face for low color ttys.
9015         Reported by Sascha Wilde.
9016
9017 2008-02-27  Glenn Morris  <rgm@gnu.org>
9018
9019         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
9020         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
9021         variables to defconsts.  Convert comments to doc-strings.
9022         (nnmairix-last-server, nnmairix-current-server): Convert from free
9023         variables to defvars.  Convert comments to doc-strings.
9024         (gnus-registry-fetch-group): Autoload.
9025         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
9026         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
9027         (nnmairix-widget-build-editable-fields): Use car cddr rather than
9028         caddr.
9029         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
9030         nnmairix-request-group-with-article-number-correction call.
9031         (nnmairix-fast, nnmairix-group): New, less general names, for free
9032         variables passed from nnmairix-request-group to
9033         nnmairix-request-group-with-article-number-correction.  Declare.
9034         (nnmairix-request-group-with-article-number-correction):
9035         Use nnmairix-fast, nnmairix-group rather than fast, group.
9036
9037 2008-02-26  David Engster  <dengste@eml.cc>
9038
9039         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
9040         version 0.5.
9041
9042 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9043
9044         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
9045         instead of making an extra function call.  Don't add the current group
9046         to articles only when they have the group.  Use
9047         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
9048         Reported by David <de_bb@arcor.de>.
9049
9050 2008-02-24  Miles Bader  <miles@gnu.org>
9051
9052         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9053         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
9054         (mm-find-mime-charset-region):
9055         * mm-bodies.el (mm-encode-body):
9056         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
9057
9058 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9059
9060         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
9061         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
9062
9063 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
9064
9065         * mail-source.el (mail-source-delete-incoming): Change default.
9066         Supplement doc string.
9067
9068         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
9069
9070 2008-02-14  Glenn Morris  <rgm@gnu.org>
9071
9072         * time-date.el (format-seconds): New function.
9073
9074 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9075
9076         * nnmail.el (nnmail-message-id-cache-file): Derive from
9077         `gnus-home-directory'.
9078
9079 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
9080
9081         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
9082         Document negative prefix.
9083
9084         * gnus-group.el (gnus-group-read-group): Document negative prefix.
9085
9086 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9087
9088         * message.el (message-unsent-separator): Add the Exim bounce
9089         separator.
9090
9091 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
9092
9093         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
9094         list.
9095         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
9096         recipient/signer list.
9097
9098 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9099
9100         * Makefile.in (datarootdir): Define.
9101         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
9102         name that might contain whitespace.
9103
9104 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9105
9106         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9107         fbound (Emacs 23 unicode), signal an error.
9108
9109 2008-02-08  Glenn Morris  <rgm@gnu.org>
9110
9111         * gnus-art.el (pgg-display-output-buffer): Declare as function.
9112
9113 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
9114
9115         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9116         ports to the calls to `netrc-machine-user-or-password' in addition to
9117         "imap" and "imaps".
9118
9119 2008-02-01  Zhang Wei  <id.brep@gmail.com>
9120
9121         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9122
9123         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
9124
9125 2008-02-01  Kenichi Handa  <handa@m17n.org>
9126
9127         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9128         rfc2104-hexstring-to-bitstring and changed to return a byte list.
9129         (rfc2104-hash): Convert the result of concat to unibyte string.
9130
9131 2008-02-01  Dave Love  <fx@gnu.org>
9132
9133         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9134         coding-system-for-read.
9135         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9136
9137 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9138
9139         * gnus.el (gnus-group-startup-message): Add `find-image' call before
9140         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
9141         <hanche@math.ntnu.no>.
9142
9143 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9144
9145         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9146
9147         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9148
9149 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
9150
9151         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9152         * message.el (message-beginning-of-line): Use featurep instead of bound
9153         tests in order to resolve conditionals at compile time.
9154
9155 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
9156
9157         * mail-source.el (mail-sources): Add `group' choice.
9158
9159         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9160         parameter `in-group' to control into which group the articles go.
9161         Add treatment of `group' mail-source.
9162
9163 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9164
9165         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9166
9167         * mm-decode.el (mm-dissect-buffer): Decode description.
9168
9169         * mml.el (mml-to-mime): Encode message header first.
9170
9171 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9172
9173         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9174         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9175
9176         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
9177         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
9178
9179 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
9180
9181         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9182
9183 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9184
9185         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9186         prefix keys.
9187         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9188         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9189         gnus-xmas.el.
9190
9191         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
9192         (gnus-xmas-article-describe-bindings): New function.
9193         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
9194         gnus-xmas-article-describe-bindings.
9195
9196         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
9197
9198 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9199
9200         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9201         Add new variables for article mark management.
9202         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9203         list of extra data entries which, when present, will indicate that the
9204         article ID should not be trimmed from the registry.
9205         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9206         functions.
9207         (gnus-registry-read-mark): New function to read a mark name from the
9208         user.
9209         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9210         (gnus-registry-set-article-mark-internal): New functions to add and
9211         remove marks.
9212         (gnus-registry-get-article-marks): New function to show the marks for
9213         an article, or retrieve them for further use.
9214
9215 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9216
9217         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9218         keys when no argument is given.
9219
9220 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9221
9222         * imap.el (imap-ping-server): New variable.
9223         (imap-opened): On add extra ping if imap-ping-server is non-nil.
9224         (imap-ping-server): Minor doc string fixes.
9225
9226 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9227
9228         * imap.el (imap-ping-server): New function.
9229         (imap-opened): Call imap-ping-server.
9230
9231 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9232
9233         * gnus-sum.el (gnus-article-sort-by-random)
9234         (gnus-thread-sort-by-random): Fix doc strings.
9235         Reported by jidanni@jidanni.org.
9236
9237 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9238
9239         * gnus-art.el (gnus-article-describe-bindings): New function.
9240         (gnus-article-read-summary-keys): Use it.
9241         (gnus-article-mode-map): Bind `C-h b' to it.
9242
9243 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9244
9245         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9246         XEmacs.
9247         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9248         Protect against non-character events.
9249
9250         * lpath.el: Fbind map-keymap for Emacs 21.
9251
9252 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9253
9254         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9255         New command.
9256         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9257         instead of END.  Change name of the temp file.
9258         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9259         customizable.
9260
9261 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9262
9263         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9264         bind `S W' to gnus-article-wide-reply-with-original; set default
9265         binding to gnus-article-read-summary-send-keys.
9266         (gnus-article-read-summary-keys): Fix the order of keys; display
9267         continuation keys correctly in the echo area; describe bindings
9268         correctly when keys end with `C-h'.
9269         (gnus-article-read-summary-send-keys): New function.
9270         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9271         Work for gnus-article-read-summary-send-keys; display continuation keys
9272         correctly in the echo area.
9273         (gnus-article-reply-with-original): Ignore prefix argument.
9274         (gnus-article-wide-reply-with-original): New function.
9275
9276         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
9277         Emacs 21.
9278
9279 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9280
9281         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9282         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9283
9284 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9285
9286         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9287         (gnus-group-read-ephemeral-gmane-group): New command.
9288
9289 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9290
9291         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9292
9293 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9294
9295         * message.el (message-send-mail-function): Increase custom version.
9296
9297         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9298         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9299
9300 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9301
9302         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
9303         for the cases where imap-authenticate is called with a nil buffer
9304         parameter.
9305
9306 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9307
9308         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9309         html parts correctly; support forwarded messages.
9310         (gnus-article-browse-html-article): Remove work buffers.
9311
9312         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9313         compiling.
9314         (netrc-bound-and-true-p): New macro.
9315         (netrc-parse): Use it instead of bound-and-true-p that is not available
9316         in XEmacs 21.4.
9317
9318 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9319
9320         * gnus-registry.el (gnus-registry-mark-article)
9321         (gnus-registry-article-marks): Add functionality to mark articles
9322         through the Gnus registry.
9323
9324         * encrypt.el: Clarify documentation for the new pgg method.
9325         (encrypt-file-alist): Add PGG option.
9326         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9327         functionality.  Abstract password key and messaging to external
9328         functions.
9329         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9330         (encrypt-message-method-and-cipher): Add new convenience external
9331         functions.
9332         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9333         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9334
9335         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9336         (netrc-parse): Use encrypt-file-alist to determine if
9337         encrypt-find-model or encrypt-insert-file-contents should be used.
9338
9339         * encrypt.el: Clarify documentation.  Load password-cache or
9340         password, whichever one is found first, instead of autoloading.
9341
9342 2007-12-19  Glenn Morris  <rgm@gnu.org>
9343
9344         * mml.el (message-options-set, message-narrow-to-head)
9345         (message-in-body-p, message-mail-p, message-encode-message-body):
9346         Autoload.
9347         (message-remove-header, message-narrow-to-headers-or-head)
9348         (message-subscribed-p, message-make-mail-followup-to)
9349         (message-position-on-field, message-news-p)
9350         (message-options-set-recipient, message-generate-headers)
9351         (message-sort-headers): Declare as functions.
9352
9353 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9354
9355         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9356         convention in doc string.
9357
9358 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9359
9360         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9361         title to html parts.
9362         (gnus-article-browse-html-article): Pass message header to it.
9363
9364         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9365
9366 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9367
9368         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9369         or password compatible with XEmacs.
9370
9371 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9372
9373         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9374         format document.
9375         (gnus-mime-delete-part): Don't write description line if empty.
9376         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9377
9378 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
9379
9380         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9381         (gnus-summary-mark-read-and-unread-as-read)
9382         (gnus-summary-mark-current-read-and-unread-as-read)
9383         (gnus-summary-mark-unread-as-ticked): Doc fix.
9384         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9385
9386 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9387
9388         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9389         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9390
9391 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9392
9393         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9394         yes-or-no-p.
9395
9396 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9397
9398         * mm-decode.el (mm-add-meta-html-tag): New function.
9399         (mm-save-part-to-file, mm-pipe-part): Use it.
9400
9401         * gnus-art.el (gnus-article-browse-delete-temp-files):
9402         Use gnus-y-or-n-p instead of y-or-n-p.
9403         (gnus-article-browse-html-parts): Work with message/external-body; use
9404         mm-add-meta-html-tag.
9405
9406 2007-12-11  Glenn Morris  <rgm@gnu.org>
9407
9408         * gnus-cache.el: Require gnus-sum not just when compiling.
9409
9410         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9411
9412         * gnus-int.el (gnus-server-opened, gnus-status-message):
9413         Move definitions before use.
9414
9415         * mm-decode.el: Require gnus-util.
9416         (mm-remove-part): Only call delete-annotation on XEmacs.
9417
9418         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9419
9420         * nnmail.el: Require gnus-int.
9421
9422         * spam.el: Move `require's before `eval-when-compile's.
9423
9424         * gnus-ems.el (gnus-alive-p):
9425         * gnus-fun.el (message-goto-eoh):
9426         * gnus-util.el (gnus-group-name-decode):
9427         * mail-source.el (gnus-compress-sequence):
9428         * message.el (Info-goto-node, format-spec):
9429         * mm-bodies.el (message-options-get):
9430         * mm-decode.el (mm-view-pkcs7):
9431         * mm-util.el (gmm-write-region):
9432         * mml-smime.el (mml-compute-boundary)
9433         (gnus-completing-read-with-default):
9434         * mml.el (widget-button-press, gnus-make-hashtable):
9435         * mml1991.el (mm-decode-content-transfer-encoding)
9436         (mm-encode-content-transfer-encoding)
9437         (message-options-get, message-options-set):
9438         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9439         * nnfolder.el (gnus-request-group):
9440         * nnheader.el (ietf-drums-unfold-fws):
9441         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9442         * smime.el (gnus-run-mode-hooks):
9443         * spam-stat.el (gnus-message): Autoload.
9444
9445         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9446         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9447         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9448         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9449         Add declare-function compatibility definition.
9450
9451         * gnus-cache.el (nnvirtual-find-group-art):
9452         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9453         (gnus-add-image, gnus-add-wash-type):
9454         * gnus-group.el (nnkiboze-score-file):
9455         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9456         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9457         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9458         (message-tokenize-header, gnus-get-buffer-create)
9459         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9460         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9461         * gnus.el (gnus-group-decoded-name):
9462         * mail-source.el (imap-capability):
9463         * mm-bodies.el (message-options-set):
9464         * mm-decode.el (gnus-configure-windows):
9465         * mm-extern.el (message-goto-body):
9466         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9467         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9468         (epg-sub-key-validity, message-options-set):
9469         * mml.el (widget-event-point, gnus-configure-windows):
9470         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9471         * mml2015.el (epg-check-configuration, epg-configuration)
9472         (message-options-set):
9473         * nndb.el (nndb-request-article):
9474         * nnfolder.el (gnus-request-create-group):
9475         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9476         * nnmaildir.el (gnus-group-mark-article-read):
9477         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9478         * rfc1843.el (message-fetch-field):
9479         * spam.el (gnus-extract-address-components):
9480         Declare as functions.
9481
9482 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9483
9484         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9485
9486         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9487
9488         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9489         bind show-trailing-whitespace for XEmacs.
9490
9491 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9492
9493         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9494         new no-op macro for backward compatibility.
9495
9496         * imap.el (imap-string-to-integer): New function.
9497
9498 2007-12-09  Glenn Morris  <rgm@gnu.org>
9499
9500         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9501
9502         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9503         * message.el, mm-view.el, sieve-manage.el, smime.el:
9504         Add declare-function compatibility definition.
9505
9506         * gnus-art.el (w3-region, w3m-region, Info-menu):
9507         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9508         * gnus-sum.el (gnus-get-predicate):
9509         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9510         * message.el (mail-abbrev-in-expansion-header-p):
9511         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9512         (w3m-detect-meta-charset, w3m-region):
9513         * sieve-manage.el (password-read, password-cache-add)
9514         (password-cache-remove):
9515         * smime.el (password-read-and-add): Declare as functions.
9516
9517 2007-12-08  David Kastrup  <dak@gnu.org>
9518
9519         * gnus-sum.el (gnus-summary-simplify-subject-query):
9520         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9521         `message'.
9522
9523 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9524
9525         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9526         it to bind idna-program, installation-directory, defined-colors, and
9527         face-attribute for XEmacs of the version that compiles defcustom forms.
9528
9529 2007-12-07  Glenn Morris  <rgm@gnu.org>
9530
9531         * gnus-art.el (article-make-date-line): Revert previous change.
9532
9533 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9534
9535         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9536
9537 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9538
9539         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9540         Call gnus-add-to-range ranges only once with a prepared article-list.
9541
9542 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9543
9544         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9545         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9546         group names with backslashes.
9547         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9548
9549 2007-12-06  Deepak Goel  <deego3@gmail.com>
9550
9551         * gnus-art.el (article-make-date-line):
9552         * gnus-start.el (gnus-load):
9553         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9554
9555 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9556
9557         * gnus-art.el (gnus-use-idna)
9558         * gnus-start.el (gnus-site-init-file)
9559         * message.el (message-use-idna)
9560         * mm-uu.el (mm-uu-hide-markers)
9561         * smiley.el (smiley-style): Revert changes that suppress warnings.
9562
9563 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9564
9565         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9566         specify charset to html source.
9567         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9568
9569 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9570
9571         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9572         idna-program in order to suppress byte compile warning issued by XEmacs
9573         that came to byte compile the default value section of defcustom forms
9574         recently.
9575
9576         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9577         value of installation-directory.
9578
9579         * message.el (message-use-idna): Don't directly refer to the value of
9580         idna-program.
9581
9582         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9583
9584         * smiley.el (smiley-style): Don't directly call face-attribute.
9585
9586 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9587
9588         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9589
9590         * gnus-dired.el: Reduce Gnus dependencies.
9591         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9592         Don't require.  Use autoloads instead.
9593         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9594         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9595         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9596         (gnus-dired-mode): Adjust doc string.
9597         (gnus-dired-mail-mode): New variable.
9598         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9599         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9600         (gnus-dired-mail-buffers): New function.  Return mail or message
9601         composition buffers.
9602         (gnus-dired-attach): Use it.
9603         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9604         NO-DECODE.
9605         (gnus-dired-print): Use `gnus-print-buffer' depending on
9606         `gnus-dired-mail-mode'.
9607
9608 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9609
9610         * rfc2047.el (rfc2047-encoded-word-regexp)
9611         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9612         explaining what regexp patterns are for.
9613
9614 2007-12-04  Glenn Morris  <rgm@gnu.org>
9615
9616         * password.el: Move to password-cache.el.
9617
9618         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9619         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9620         * mml-smime.el (password-read, password-cache-add)
9621         (password-cache-remove):
9622         No need to autoload, since mml-sec requires password.
9623
9624         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9625         * message.el (gnus-extract-address-components):
9626         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9627
9628         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9629         password.
9630
9631 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9632
9633         * mailcap.el: Reduce dependencies.
9634         (mail-header-parse-content-type): Autoload.
9635         (mailcap-delete-duplicates): New alias.
9636         (mailcap-mime-info): Add optional argument NO-DECODE.
9637         (mailcap-mime-types): Use mailcap-delete-duplicates.
9638
9639         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9640
9641 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9642
9643         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9644         (imap-parse-status): Upcase status-att for servers that sends them
9645         lower-case (e.g., MS Exchange 2007).
9646
9647 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9648
9649         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9650         function.
9651
9652         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9653         (gnus-uu-yenc-article): New function.
9654
9655         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9656
9657         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9658
9659 2007-12-02  Glenn Morris  <rgm@gnu.org>
9660
9661         * binhex.el (binhex): New custom group.
9662         (binhex-decoder-program, binhex-decoder-switches)
9663         (binhex-use-external): Move to the binhex custom group.
9664
9665         * uudecode.el (uudecode): New custom group.
9666         (uudecode-decoder-program, uudecode-decoder-switches)
9667         (uudecode-use-external): Move to the uudecode custom group.
9668
9669         * netrc.el (top-level): Don't load `encrypt' features.
9670         (netrc-parse): Don't use encrypt.
9671         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9672
9673         * encrypt.el: Remove file.
9674
9675 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9676
9677         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9678         matches on patches.
9679
9680         * gnus-art.el (gnus-article-browse-html-article):
9681         Mention `mm-text-html-renderer' in the doc string.
9682
9683         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9684         string.  Add comments.
9685
9686         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9687         if rhs is ASCII.
9688
9689 2007-12-01  Glenn Morris  <rgm@gnu.org>
9690
9691         * mail-source.el (top-level): Require format-spec before
9692         eval-when-compile.
9693
9694 2007-11-30  Glenn Morris  <rgm@gnu.org>
9695
9696         * encrypt.el: Require password, rather than autoloading password-read.
9697
9698 2007-11-29  Glenn Morris  <rgm@gnu.org>
9699
9700         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9701         (sasl-make-client, sasl-next-step, sasl-step-data)
9702         (sasl-step-set-data): Declare as functions.
9703
9704 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9705
9706         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9707
9708 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9709
9710         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9711         certs should be verified and what is to be done in the event of a
9712         verification failure.
9713
9714         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9715         caller can indicate whether the cache should be disregarded for this
9716         call.  This way the result of the call is reproducible at all times and
9717         can be considered a canonical server name for the supplied method.
9718         (gnus-agent-method-p): Canonicalize server names by pushing their
9719         method through `gnus-method-to-server' using the no-cache argument.
9720
9721         * gnus-srvr.el (gnus-server-insert-server-line):
9722         Call `gnus-method-to-server' with `no-cache' argument.
9723
9724         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9725         gnus-agent-possibly-synchronize-flags as this should be called when the
9726         server is actually being opened.
9727         (gnus-agent-possibly-synchronize-flags)
9728         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9729         flags file of an agentized server to the latter function.
9730
9731         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9732         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9733         after a connection has been established successfully.
9734
9735 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9736
9737         * gnus-art.el (article-display-face): Force to display face if called
9738         interactively; check if gnus-article-x-face-too-ugly matches author.
9739         (article-display-x-face): Display face even if From header is missing
9740         as article-display-face does.
9741
9742 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9743
9744         * hashcash.el (message-narrow-to-headers-or-head)
9745         (message-fetch-field, message-goto-eoh)
9746         (message-narrow-to-headers): Declare as functions.
9747
9748 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9749
9750         * mail-source.el (mail-sources): Default to fetch from file for
9751         compatibility with default of nnmail-spool-file.
9752
9753 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9754
9755         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9756         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9757         to look for encoded word that should be encoded again.
9758         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9759         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9760         encoding pattern.
9761         (rfc2047-decode-region): Switch strict regexp and loose one according
9762         to rfc2047-allow-irregular-q-encoded-words.
9763
9764 2007-11-25  Romain Francoise  <romain@orebokech.com>
9765
9766         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9767
9768 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9769
9770         * tls.el (tls-program): Provide more custom choices from
9771         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9772         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9773
9774 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9775
9776         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9777         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9778
9779         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9780         `nnmail-spool-file'.
9781
9782         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9783         `nnmail-spool-file'.
9784
9785         * gnus-move.el (gnus-change-server): Ditto.
9786
9787         * gnus-kill.el (gnus-batch-score): Ditto.
9788
9789         * gnus-cache.el (gnus-jog-cache): Ditto.
9790
9791         * gnus-msg.el (gnus-summary-reply):
9792         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9793
9794 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9795
9796         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9797         version.  Minor improvement to doc strings.
9798         (tls-program): Add comment.
9799
9800 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9801
9802         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9803         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9804         mismatch between the hostname provided in the certificate and the name
9805         of the host connnecting to.
9806         (open-tls-stream): Use them.  Check certificates against trusted root
9807         certificates.
9808
9809 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9810
9811         * gnus-cache.el (gnus-cache-generate-nov-databases):
9812         Use nnml-generate-nov-databases-directory instead of
9813         nnml-generate-nov-databases-1.
9814
9815 2007-11-24  Glenn Morris  <rgm@gnu.org>
9816
9817         * message.el (message-tool-bar-retro): Update for rename
9818         mail_send.xpm->mail-send.xpm.
9819
9820 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9821
9822         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9823         `smime-ldap-search' for Emacs 22 and up.
9824
9825 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9826
9827         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9828
9829         * message.el (message-send-mail-function): Fix error convention.
9830         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9831         (message-widen-reply, message-send-mail, message-talkative-question)
9832         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9833         (message-clone-locals, message-send-news): Use with-current-buffer.
9834         (message-insert-or-toggle-importance): Remove unused var `valid'.
9835         (message-make-references): Remove unused var `new-references'.
9836         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9837
9838 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9839
9840         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9841         (spam-split-symbolic-return-positive): Reflow docstring.
9842         (spam-backends, spam-summary-exit-behavior)
9843         (spam-mark-ham-unread-before-move-from-spam-group)
9844         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9845         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9846         (spam-clear-cache, spam-backend-check, spam-install-backend)
9847         (spam-install-statistical-backend, spam-list-of-processors)
9848         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9849         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9850         (spam-check-crm114, spam-initialize, spam-unload-hook):
9851         Fix typos in docstrings.
9852
9853 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9854
9855         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9856         been checked if they have never been read and those group levels are
9857         higher than the one that a user specified.
9858
9859 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9860
9861         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9862         foreign groups unless a group level is specified by a user.
9863         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9864
9865 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9866
9867         * message.el (message-send-mail-function): Require sendmail.
9868
9869 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9870
9871         * message.el (message-send-mail-function): Check for smtpmail too.
9872
9873         * utf7.el (utf7-encode, utf7-decode): Use coding system
9874         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9875
9876         * message.el (message-send-mail-function): New function.
9877         (message-send-mail-function): Set default using
9878         message-send-mail-function.  Adjust doc string.
9879         (message-send-mail-with-mailclient): New function.
9880
9881 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9882
9883         * smime.el (from):
9884         * rfc2047.el (message-posting-charset):
9885         * qp.el (mm-use-ultra-safe-encoding):
9886         * pop3.el (parse-time-months):
9887         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9888         * nnml.el (files):
9889         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9890         (jka-compr-compression-info-list, ange-ftp-path-format)
9891         (efs-path-regexp):
9892         * nndiary.el (files):
9893         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9894         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9895         (epg-digest-algorithm-alist, inhibit-redisplay)
9896         (password-cache-expiry):
9897         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9898         (pgg-output-buffer, password-cache-expiry):
9899         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9900         (efs-path-regexp):
9901         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9902         (inhibit-redisplay):
9903         * mm-uu.el (file-name, start-point, end-point, entry)
9904         (gnus-newsgroup-name, gnus-newsgroup-charset):
9905         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9906         (latin-unity-ucs-list):
9907         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9908         (mm-uu-binhex-decode-function):
9909         * message.el (gnus-message-group-art, gnus-list-identifiers)
9910         (rmail-enable-mime-composing, gnus-local-organization)
9911         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9912         (gnus-read-active-file, facemenu-add-face-function)
9913         (facemenu-remove-face-function, gnus-article-decoded-p)
9914         (tool-bar-mode):
9915         * mail-source.el (display-time-mail-function):
9916         * gnus-util.el (nnmail-pathname-coding-system)
9917         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9918         (gnus-original-article-buffer, gnus-user-agent)
9919         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9920         (xemacs-codename, sxemacs-codename, emacs-program-version):
9921         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9922         * gnus-start.el (gnus-agent-covered-methods)
9923         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9924         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9925         (gnus-newsgroup-headers, gnus-group-list-mode)
9926         (gnus-group-mark-positions, gnus-newsgroup-data)
9927         (gnus-newsgroup-unreads, nnoo-state-alist)
9928         (gnus-current-select-method, mail-sources)
9929         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9930         (nnmail-spool-file, gnus-cache-active-hashtb):
9931         * gnus-mh.el (mh-lib-progs):
9932         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9933         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9934         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9935         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9936         (gnus-group-buffer):
9937         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9938         (font-lock-set-defaults):
9939         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9940         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9941         (gnus-summary-post-menu, total-parts, type, condition, length):
9942         * gnus-agent.el (gnus-agent-read-agentview):
9943         * flow-fill.el (show-trailing-whitespace):
9944         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9945         eval-and-compile wrappers for byte compiler pacifiers.
9946
9947         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9948         (mm-display-inline-fontify): Check for featurep 'xemacs not
9949         extent-list.
9950
9951         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9952         itimer-list.
9953         (mm-create-image-xemacs): Only do something for XEmacs.
9954         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9955
9956         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9957
9958         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9959         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9960
9961 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9962
9963         * nnimap.el (nnimap-split-download-body):
9964         * gnus-demon.el (gnus-demon):
9965         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9966
9967 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9968
9969         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9970         New macros.
9971         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9972         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9973         copy data from unibyte buffer to multibyte current buffer.
9974         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9975         to copy data from unibyte current buffer to multibyte buffer.
9976         (nntp-make-process-buffer): Make process buffer unibyte.
9977
9978         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9979
9980 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9981
9982         * pop3.el (pop3-open-server): Accept and process data more robustly at
9983         connexion start to avoid spurious "POP SSL connexion failed" errors.
9984
9985 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9986
9987         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9988         read group names.
9989
9990 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9991
9992         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9993
9994 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9995
9996         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9997         (nnmail-save-active): Use a unibyte buffer when saving active file,
9998         which may contain non-ASCII group names.
9999
10000         * nnml.el (nnml-request-group): Decode group names in messages.
10001
10002 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
10003
10004         * message.el (message-citation-line-function)
10005         (message-insert-formatted-citation-line): Fix spelling of
10006         `message-insert-formated-citation-line'.
10007
10008 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
10009
10010         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
10011
10012 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10013
10014         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
10015         nnmail-pathname-coding-system.
10016
10017         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
10018         that a user enters; decode group names in messages.
10019
10020         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
10021
10022 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10023
10024         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
10025
10026         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
10027
10028         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
10029         risky local variable.
10030
10031         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
10032
10033 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
10034
10035         * encrypt.el: Improve documentation to fix function name typo.
10036         Reported by Daiki Ueno <ueno@unixuser.org>.
10037
10038 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10039
10040         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
10041         even if the point is not in the last page of an article.
10042         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
10043         back to the previous page.
10044
10045 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
10046
10047         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
10048
10049 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10050
10051         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
10052
10053 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10054
10055         * message.el (message-check-news-body-syntax):
10056         Avoid mm-string-as-multibyte.
10057         (message-hide-headers): Don't assume (point-min)==1.
10058
10059 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10060
10061         * message.el (message-remove-blank-cited-lines): Fix if remove is
10062         given.
10063         (message-bogus-address-regexp): New variable.
10064         (message-bogus-recipient-p): New function.
10065         (message-check-recipients): New command.
10066         (message-syntax-checks): Add `bogus-recipient'.
10067         (message-fix-before-sending): Add `bogus-recipient'.
10068
10069         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
10070         (gnus-treat-body-boundary): Don't test window-system.
10071
10072 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
10073
10074         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
10075
10076 2007-10-28  Miles Bader  <miles@gnu.org>
10077
10078         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
10079         at compile-time too.
10080
10081 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10082
10083         * gnus-msg.el (gnus-message-setup-hook):
10084         Add `message-remove-blank-cited-lines' to options.
10085
10086 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10087
10088         * message.el (message-remove-blank-cited-lines): New function.
10089         Suggested by Karl Plästerer.
10090
10091 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10092
10093         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
10094         mapc.
10095
10096         * imap.el (imap-open): Replace mapcar called for effect with mapc.
10097         (top-level): Use mapc to set functions to be traced for debugging.
10098
10099         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
10100         called for effect with while loop.
10101
10102         * message.el (message-talkative-question): Replace mapcar called for
10103         effect with mapc.
10104
10105         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10106         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10107         called for effect with dolist.
10108
10109         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10110
10111         * nndiary.el: Use dolist instead of mapcar to add diary headers to
10112         gnus-extra-headers and nnmail-extra-headers.
10113
10114         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10115         called for effect with dolist.
10116         (top-level): Use mapc to set functions to be traced for debugging.
10117
10118         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10119         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10120         dolist.
10121
10122         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
10123         Replace mapcar called for effect with mapc.
10124         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
10125         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
10126         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
10127         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
10128
10129         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
10130         remove-if that's a cl function.
10131
10132         * webmail.el (webmail-debug): Replace mapcar called for effect with
10133         dolist.
10134
10135         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
10136         with mapc.
10137
10138 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10139
10140         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10141         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10142         with while loop.
10143
10144         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
10145         functions from article-* functions.
10146         (gnus-multi-decode-header): Replace mapcar called for effect with
10147         dolist.
10148
10149         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
10150         (gnus-bookmark-show-details): Replace mapcar called for effect with
10151         while loop.
10152
10153         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10154         called for effect with while loop.
10155
10156         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10157         with dolist.
10158
10159         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10160         Replace mapcar called for effect with dolist.
10161
10162         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10163
10164         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10165         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10166         Replace mapcar called for effect with dolist.
10167         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10168         mapc.
10169
10170         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10171         Replace mapcar called for effect with dolist.
10172         (gnus-topic-list): Replace mapcar called for effect with mapc.
10173
10174         * gnus.el: Use mapc instead of mapcar to add autoloads.
10175
10176 2007-10-23  Richard Stallman  <rms@gnu.org>
10177
10178         * gnus-group.el (gnus-group-highlight): Mark as risky.
10179
10180 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10181
10182         * gnus.el (gnus-server-to-method): Return method found first in
10183         gnus-newsrc-alist.
10184
10185         * gnus-art.el (gnus-article-highlight-signature)
10186         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10187         button overlay without the front stickiness.
10188
10189 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
10190
10191         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10192         overview buffer needed a catch to receive its throw.
10193         (gnus-agent-flush-cache): Declare as interactive to make this function
10194         easier to use.
10195
10196 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
10197
10198         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10199         `next-line'.
10200
10201 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10202
10203         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10204         exclude address matching message-dont-reply-to-names.
10205
10206 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10207
10208         * gnus-util.el (gnus-string<): New function.
10209
10210         * gnus-sum.el (gnus-article-sort-by-author)
10211         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10212
10213 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10214
10215         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10216         the frame-focus tag is set in gnus-buffer-configuration.
10217
10218 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10219
10220         * gnus-art.el (gnus-article-add-button): Make a button overlay without
10221         the front stickiness.
10222
10223 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10224
10225         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10226         url pattern; remove duplicate one.
10227         (gnus-article-extend-url-button): New function.
10228         (gnus-article-add-buttons): Use it.
10229         (gnus-button-push): Use concatenated url that it makes.
10230
10231 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
10232
10233         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10234
10235 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10236
10237         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10238         Don't hardcode point-min==1.
10239
10240 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10241
10242         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10243         Fix comment about "iso8859-1".
10244
10245 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
10246
10247         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10248         ones returned from the verify-function.
10249
10250         * mm-uu.el (mm-uu-pgp-signed-extract-1):
10251         Call mml2015-extract-cleartext-signature if extraction failed.
10252
10253 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
10254
10255         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10256         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10257         failed.
10258
10259 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10260
10261         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10262
10263 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
10264
10265         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
10266         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
10267         recommends to use EasyPG instead of PGG.
10268
10269         * pgg.el: Revert to revision 6.23.2.16.
10270
10271         * pgg-def.el: Revert to revision 6.6.2.14.
10272
10273         * pgg-gpg.el: Revert to revision 6.23.2.34.
10274
10275 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10276
10277         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10278         to mark a thread as expirable.  Add variable `hide' to handle hiding of
10279         thread for both the null and zero (kill/expire thread) universal prefix
10280         cases.
10281         (gnus-summary-expire-thread): Add new function to expire a thread,
10282         using gnus-summary-kill-thread.
10283         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10284         shortcuts for gnus-summary-expire-thread.
10285         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10286         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
10287
10288 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10289
10290         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10291         extras value, so an extras entry can be deleted.
10292         (gnus-registry-delete-extra-entry): Use it.
10293         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10294         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10295         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10296         storage through the gnus-registry, and provide an appropriate API for
10297         it.
10298
10299 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10300
10301         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10302         Suggested by Leo <sdl.web@gmail.com>.
10303
10304         * gnus.el: Do.
10305
10306 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10307
10308         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10309         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10310
10311         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10312
10313         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10314         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10315
10316 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10317
10318         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10319         newline.
10320         (nnmbox-request-accept-article): Don't change article in source buffer;
10321         narrow to header to use message-fetch-field rather than
10322         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10323         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10324         as delimiters; make sure article ends with newline.
10325         (nnmbox-delete-mail): Correct last position of article to be deleted;
10326         ignore X-Gnus-Newsgroup header in article body.
10327         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10328         positions; make sure article ends with newline.
10329
10330         * message.el (message-display-abbrev): Don't infloop when a user
10331         inserts SPC in the beginning of header.
10332
10333         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10334         coding-system-for-read and coding-system-for-write for XEmacs having no
10335         file-coding feature.
10336
10337         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10338
10339 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10340
10341         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10342         list of groups not followed by default.  Fix type to be regexp.
10343         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10344
10345 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10346
10347         * hmac-def.el (define-hmac-function): Switch from old-style to
10348         new-style backquotes.
10349
10350         * md4.el (md4-make-step): Likewise.
10351
10352 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10353
10354         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10355         raw-text coding system when saving .newsrc file, which may contain
10356         non-ASCII group names.
10357
10358 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10359
10360         * gnus-cus.el (gnus-score-extra): New widget.
10361         (gnus-score-extra-convert): New function.
10362         (gnus-score-customize): Use it for Extra.
10363
10364 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10365
10366         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10367         (mml2015-mailcrypt-clear-verify): Use it.
10368         (mml2015-gpg-clear-verify): Use it.
10369         (mml2015-pgg-clear-verify): Use it.
10370         (mml2015-epg-clear-verify): Replace the current part with the output
10371         from GnuPG; don't extract the plaintext by itself.
10372
10373         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10374         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10375         mml2015-clear-verify-function; don't touch the armor headers or
10376         dash-escaped text here.
10377
10378 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10379
10380         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10381         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10382         parts, or application/octet-stream as a last resort.
10383         (gnus-mime-view-part-as-type): Don't toggle display.
10384         (gnus-mime-view-part-as-charset): Don't turn off display before
10385         querying charset.
10386
10387         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10388         stuff to undisplayer function in Emacs.
10389         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10390
10391         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10392         text/calendar parts.
10393
10394 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10395
10396         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10397         decoding text/calendar parts.
10398
10399         * message.el (message-forward-make-body-mime): Always mark body as
10400         having no illegible text; remove signed-or-encrypted argument.
10401         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10402
10403         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10404         (mml-generate-mime-1): Don't encode body if it is specified to be in
10405         raw form; don't make buffer be unibyte when inserting multibyte string.
10406
10407 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10408
10409         * sha1.el: Fix up comment style.
10410         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10411         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10412
10413         * hex-util.el: Fix up comment style.
10414         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10415
10416         * gnus-salt.el: Use with-current-buffer.
10417         (gnus-pick-setup-message): Fix long-standing typo.
10418
10419 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10420
10421         * imap.el (imap-logout-timeout): New variable.
10422         (imap-logout, imap-logout-wait): New functions.
10423         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10424
10425         * nnimap.el (nnimap-logout-timeout): New server variable.
10426         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10427         nnimap-logout-timeout.
10428
10429         * gnus-art.el (gnus-article-summary-command-nosave)
10430         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10431
10432 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10433
10434         * gnus.el (gnus-maximum-newsgroup): New variable.
10435
10436         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10437         according to gnus-maximum-newsgroup.
10438
10439         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10440         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10441         Limit the range of articles according to gnus-maximum-newsgroup.
10442
10443 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10444
10445         * gnus-art.el (gnus-sticky-article): Fix problems described in
10446         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10447         Don't perform gnus-configure-windows here; reuse existing sticky
10448         article buffer.
10449
10450         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10451         it doesn't exist in gnus-article-mode.
10452
10453 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10454
10455         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10456         (gnus-agent-decoded-group-name): New function.
10457         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10458         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10459
10460 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10461
10462         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10463         Add binding for gnus-sticky-article.
10464         (gnus-summary-exit): Don't kill sticky article buffers.
10465
10466         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10467         article buffer.
10468         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10469         (gnus-kill-sticky-article-buffers): New commands.
10470
10471 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10472
10473         * nntp.el (nntp-xref-number-is-evil): New server variable.
10474         (nntp-find-group-and-number): If it is non-nil, don't trust article
10475         numbers in the Xref header.
10476
10477 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10478
10479         * gnus-agent.el (gnus-agent-read-group): New function.
10480         (gnus-agent-flush-group, gnus-agent-expire-group)
10481         (gnus-agent-regenerate-group): Use it.
10482         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10483         nnmail-pathname-coding-system.
10484
10485 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10486
10487         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10488
10489         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10490         that are unread as unread, and also as selected so that information of
10491         marks having been changed by a user may be updated when exiting group.
10492
10493 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10494
10495         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10496
10497 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10498
10499         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10500         calculated ignoring signature parts to gnus-treat-article.
10501
10502 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10503
10504         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10505         a point here in order to keep the window start.
10506         (gnus-insert-mime-security-button): Make a button overlay without the
10507         front stickiness.
10508         (gnus-mime-display-security): Goto the end of a button.
10509
10510         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10511
10512 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10513
10514         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10515         group-name-at-point.
10516         (gnus-group-completing-read): New function that offers decoded
10517         non-ASCII group names for completion.
10518         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10519         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10520         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10521         (gnus-group-fetch-control): Use it.
10522         (gnus-fetch-group): Use group-name-at-point for the initial value
10523         rather than the default value; use gnus-alive-p.
10524
10525         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10526         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10527         (gnus-summary-post-news): Use gnus-group-completing-read.
10528
10529         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10530         (gnus-read-move-group-name): Decode group name for completion.
10531
10532 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10533
10534         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10535         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10536         Yamaoka slightly modified the code).
10537
10538 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10539
10540         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10541         (nnmail-split-incoming): Bind it.
10542
10543         * nnml.el (nnml-group-name-charset): New function.
10544         (nnml-decoded-group-name): Use it; don't decode group name if
10545         nnmail-group-names-not-encoded-p is non-nil.
10546         (nnml-encoded-group-name): New function.
10547         (nnml-group-pathname): Inline nnml-decoded-group-name.
10548         (nnml-request-expire-articles): Decode group name in message.
10549         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10550         nnmail-pathname-coding-system.
10551         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10552         not decoded ones according to nnmail-group-names-not-encoded-p.
10553         (nnml-generate-active-info): Use nnml-encoded-group-name.
10554
10555 2007-08-08  Glenn Morris  <rgm@gnu.org>
10556
10557         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10558         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10559         doc-strings and comments.
10560
10561 2007-07-25  Glenn Morris  <rgm@gnu.org>
10562
10563         * Relicense all FSF files to GPLv3 or later.
10564
10565 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10566
10567         * gnus-sum.el (gnus-summary-move-article):
10568         Make gnus-summary-respool-article work.
10569
10570 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10571
10572         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10573         string.
10574
10575 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10576
10577         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10578         that should be ignored when comparing distant RSS articles with local
10579         ones.
10580         (nnrss-make-hash-index): New function.  Create a hash index according
10581         to the ignored fields.
10582         (nnrss-check-group): Use it.
10583
10584 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10585
10586         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10587
10588         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10589
10590         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10591         the new optional argument ENCODED is non-nil.
10592         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10593         coding system for encoding group name.
10594         (gnus-group-make-rss-group): Pass un-encoded group name to
10595         gnus-group-make-group.
10596         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10597         encoded.
10598
10599         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10600         Encode group name to which articles are moved or copied.
10601         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10602         coding system for encoding Newsgroup, Followup-To and Xref headers.
10603
10604         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10605         marks; use nnheader-file-coding-system to write a file.
10606         (nnagent-retrieve-headers): Bind file-name-coding-system to
10607         nnmail-pathname-coding-system.
10608
10609         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10610
10611         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10612         (nnml-request-article, nnml-request-create-group)
10613         (nnml-request-rename-group, nnml-find-id)
10614         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10615         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10616         (nnml-save-marks): Use nnml-group-pathname instead of
10617         nnmail-group-pathname.
10618
10619         (nnml-request-create-group, nnml-request-expire-articles)
10620         (nnml-request-move-article, nnml-request-delete-group)
10621         (nnml-deletable-article-p, nnml-possibly-create-directory)
10622         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10623         (nnml-open-marks): Bind file-name-coding-system to
10624         nnmail-pathname-coding-system.
10625
10626         (nnml-request-article): Pass server argument to nnml-find-group-number.
10627         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10628         Pass server argument to nnml-possibly-create-directory.
10629         (nnml-request-accept-article): Pass server argument to
10630         nnml-active-number and nnml-save-mail.
10631         (nnml-find-group-number): Pass server argument to nnml-find-id.
10632         (nnml-request-update-info): Pass server argument to
10633         nnml-marks-changed-p.
10634
10635         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10636         (nnml-save-mail, nnml-active-number): Add server argument.
10637
10638         (nnml-request-delete-group): Warn if group is missing.
10639         (nnml-get-nov-buffer): Decode group name.
10640         (nnml-generate-active-info): Encode group name.
10641         (nnml-open-marks): Decode group name in messages.
10642
10643 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10644
10645         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10646         if it is not specified.
10647         (gnus-article-pipe-part, gnus-article-save-part)
10648         (gnus-article-interactively-view-part, gnus-article-copy-part)
10649         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10650         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10651         (gnus-article-replace-part, gnus-article-delete-part)
10652         (gnus-article-view-part-as-type): Pass raw prefix argument to
10653         gnus-article-part-wrapper.
10654
10655 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10656
10657         * gnus-agent.el (gnus-agent-save-active):
10658         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10659
10660         * gnus-cache.el (gnus-cache-save-buffers)
10661         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10662         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10663         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10664         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10665         (gnus-cache-generate-active, gnus-cache-rename-group)
10666         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10667         (gnus-cache-update-overview-total-fetched-for):
10668         Bind file-name-coding-system to nnmail-pathname-coding-system.
10669         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10670         New variables.
10671         (gnus-cache-decoded-group-name): New function.
10672         (gnus-cache-file-name): Use it.
10673         (gnus-cache-generate-active): Use non-decoded group name for active.
10674
10675         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10676         right place.
10677         (gnus-write-active-file): Don't break non-ASCII group names.
10678
10679         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10680         nnmail-pathname-coding-system.
10681
10682         * lpath.el: Bind default-file-name-coding-system,
10683         file-name-coding-system and language-info-alist for XEmacs.
10684
10685         * gnus-uu.el (gnus-uu-decode-save): Typo.
10686
10687 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10688
10689         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10690
10691 2007-07-14  David Kastrup  <dak@gnu.org>
10692
10693         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10694         finishing actions if we did not edit the article.
10695
10696 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10697
10698         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10699         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10700         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10701         (gnus-agent-flush-group, gnus-agent-flush-cache)
10702         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10703         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10704         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10705         (gnus-agent-regenerate-group)
10706         (gnus-agent-update-files-total-fetched-for)
10707         (gnus-agent-update-view-total-fetched-for):
10708         Bind file-name-coding-system to nnmail-pathname-coding-system.
10709         (gnus-agent-group-pathname): Don't encode file names by
10710         nnmail-pathname-coding-system.
10711         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10712         coding-system-for-write instead of buffer-file-coding-system to
10713         gnus-agent-file-coding-system.
10714
10715         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10716         Decode group name.
10717
10718         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10719
10720         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10721         (gnus-read-newsrc-el-file): Make group names unibyte.
10722
10723         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10724         nnmail-pathname-coding-system.
10725
10726         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10727         (nnrss-request-delete-group): Bind file-name-coding-system to
10728         nnmail-pathname-coding-system.
10729         (nnrss-read-server-data, nnrss-read-group-data):
10730         Bind file-name-coding-system correctly.
10731         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10732
10733         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10734         (nntp-server-to-method-cache): New variable.
10735         (nntp-group-pathname): New function that decodes non-ASCII group names.
10736         (nntp-possibly-create-directory, nntp-marks-changed-p)
10737         (nntp-save-marks, nntp-open-marks): Use it.
10738         (nntp-possibly-create-directory, nntp-open-marks):
10739         Bind file-name-coding-system to nnmail-pathname-coding-system.
10740         (nntp-open-marks): Decode group names when bootstrapping marks.
10741
10742         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10743         Newsgroups and Folowup-To headers.
10744
10745 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10746
10747         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10748         (gnus-server-closed-face, gnus-server-denied-face)
10749         (gnus-server-offline-face): Remove variable.
10750         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10751
10752         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10753         of modifying message-stack directly for XEmacs.
10754
10755         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10756         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10757         if the coding-system argument is nil for XEmacs.
10758
10759         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10760         mm-charset-override-alist.
10761
10762         * rfc2047.el: Don't require base64; require rfc2045 for the function
10763         rfc2045-encode-string.
10764         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10765         to quote the parameter value.
10766
10767 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10768
10769         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10770         form in gnus-group-name-charset-method-alist.
10771
10772         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10773         overrides the default layout edit-form.
10774
10775         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10776
10777         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10778
10779 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10780
10781         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10782         as unfetched articles.
10783
10784 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10785
10786         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10787
10788 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10789
10790         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10791         original back end that keeps marks in the local system.
10792
10793 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10794
10795         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10796         arg of pop-to-buffer for XEmacs.
10797         (gnus-article-read-summary-keys): Ditto; don't restore window
10798         configuration if summary command ends up with neither article buffer
10799         nor summary buffer; describe bindings if summary keys end with C-h.
10800
10801 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10802
10803         * message.el (message-fix-before-sending): Skip raw message part to be
10804         forwarded while checking illegible text.
10805         (message-forward-make-body-mime, message-forward-make-body):
10806         Mark signed or encrypted raw message as having no illegible text.
10807
10808 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10809
10810         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10811         (gnus-message-with-timestamp-1): New macro.
10812         (gnus-message-with-timestamp): New function.
10813         (gnus-message): Use them.
10814
10815         * nnheader.el (nnheader-message): Use them.
10816
10817 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10818
10819         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10820         .newsrc.eld file.
10821
10822 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10823
10824         * gnus-agent.el (gnus-agent-fetch-headers)
10825         (gnus-agent-retrieve-headers):
10826         Bind gnus-decode-encoded-address-function to identity.
10827
10828         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10829         available also when the server returns simply a dot.
10830
10831         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10832
10833 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10834
10835         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10836
10837 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10838
10839         * gnus-ems.el (gnus-x-splash): Make it work.
10840
10841         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10842         from being used.
10843
10844         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10845
10846 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10847
10848         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10849         4th and the 5th arguments.
10850
10851         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10852         the front stickiness.
10853         (gnus-article-summary-command-nosave): Correct the order of the
10854         arguments passed to pop-to-buffer.
10855         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10856         summary command ends up with the article buffer.
10857
10858         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10859         the same faces.
10860
10861 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10862
10863         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10864
10865 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10866
10867         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10868         * gnus-sum.el (gnus-summary-highlight):
10869         * pgg.el (pgg-sign-region, pgg-sign):
10870         * mail-source.el (mail-source-delete-old-incoming-confirm):
10871         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10872
10873 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10874
10875         * gnus-art.el (gnus-mime-view-part-externally)
10876         (gnus-mime-view-part-internally): Fix predicate function passed to
10877         completing-read.
10878
10879         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10880
10881         * gnus.el (gnus-update-message-archive-method): Add :version.
10882
10883 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10884
10885         * gnus.el (gnus-update-message-archive-method): New variable.
10886
10887         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10888         according to gnus-message-archive-method if
10889         gnus-update-message-archive-method is non-nil.
10890
10891 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10892
10893         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10894         Suggested by Loic Dachary <loic@dachary.org>.
10895         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10896
10897 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10898
10899         * message.el (message-pop-to-buffer): Add switch-function argument.
10900         (message-mail): Pass switch-function argument to it.
10901
10902 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10903
10904         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10905         Improve doc string.
10906
10907 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10908
10909         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10910         (gnus-header-content)
10911         * gnus-cite.el (gnus-cite-10)
10912         * gnus-srvr.el (gnus-server-closed)
10913         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10914         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10915         (gnus-group-mail-3-empty, gnus-group-mail-low)
10916         (gnus-group-mail-low-empty, gnus-splash)
10917         * message.el (message-header-to, message-header-cc)
10918         (message-header-subject, message-header-other, message-header-name)
10919         (message-header-xheader, message-separator, message-cited-text)
10920         (message-mml): Lighten colors of faces used for dark background.
10921
10922 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10923
10924         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10925         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10926
10927 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10928
10929         * message.el (message-narrow-to-headers-or-head):
10930         Ignore mail-header-separator in the body.
10931
10932 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10933
10934         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10935         same as window size.
10936
10937 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10938
10939         * message.el (message-font-lock-keywords): Use message-header-xheader
10940         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10941         ahead of the anything pattern, to get it recognised.
10942
10943 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10944
10945         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10946         spam.el loads uses it in the compiled defadvice form.
10947
10948 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10949
10950         * gnus-sum.el (gnus-articles-to-read)
10951         (gnus-summary-insert-old-articles): Don't truncate group name for
10952         `read-string'.
10953
10954         * gnus-util.el (gnus-limit-string): Delete this function.
10955
10956         * gnus-sum.el (gnus-simplify-subject-fully):
10957         Use `truncate-string-to-width' instead.
10958
10959 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10960
10961         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10962         Tell if, on summary exit, the next group has to be selected.
10963         (gnus-summary-exit): Use it.
10964
10965 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10966
10967         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10968         non-break space.
10969
10970 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10971
10972         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10973         Check if group is not a directory.
10974         (nnfolder-request-expire-articles): Don't delete articles if the target
10975         group is not available.
10976
10977         * nnml.el (nnml-request-create-group): Properly check if group is not a
10978         file.
10979         (nnml-request-expire-articles): Don't delete articles if the target
10980         group is not available.
10981
10982         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10983         Don't quote characters that are within parentheses.
10984
10985 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10986
10987         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10988         (gnus-handle-ephemeral-exit): Select article according to it.
10989
10990 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10991
10992         * message.el (message-insert-formated-citation-line): Remove newline.
10993         (message-citation-line-format): Add final \n here so that the user can
10994         avoid a blank line.
10995
10996 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10997
10998         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10999         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
11000         Update lanl/arXiv support.
11001
11002 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11003
11004         * gnus.el: Bump version number.
11005
11006 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11007
11008         * gnus.el (gnus-version-number): Bump version.
11009
11010 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11011
11012         * gnus.el: No Gnus v0.6 is released.
11013
11014 2007-04-27  Didier Verna  <didier@xemacs.org>
11015
11016         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
11017         * gmm-utils.el (gmm-regexp-concat): ... here.
11018         * message.el: Don't require 'gnus-util.
11019         (message-dont-reply-to-names): Handle name change above.
11020         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
11021
11022 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11023
11024         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
11025         since the initial value varies according to the system.
11026
11027 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11028
11029         * mm-util.el (mm-charset-synonym-alist): Defcustom.
11030
11031 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
11032
11033         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
11034
11035 2007-04-24  Didier Verna  <didier@xemacs.org>
11036
11037         Improve the type of gnus-ignored-from-addresses.
11038         * gnus-util.el (gnus-orify-regexp): New function.
11039         * message.el (gnus-util): Require it.
11040         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
11041         * gnus-sum.el (gnus-ignored-from-addresses): New function.
11042         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
11043
11044 2007-04-24  Didier Verna  <didier@xemacs.org>
11045
11046         * gnus-sum.el:
11047         * gnus-utils.el: Fix some trailing whitespaces.
11048
11049 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11050
11051         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
11052         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
11053         article's Message-ID; refer parent article in summary buffer.
11054
11055         * message.el (message-bounce): Call mime-to-mml.
11056
11057         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
11058         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
11059         optimize and/or forms properly.
11060
11061 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
11062
11063         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
11064         URL.
11065
11066 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11067
11068         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
11069
11070 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11071
11072         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
11073         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
11074         displayed of multipart/alternative part if it is invoked from summary
11075         buffer.
11076
11077         * mm-view.el (mm-inline-text-html-render-with-w3m)
11078         (mm-inline-text-html-render-with-w3m-standalone)
11079         (mm-inline-render-with-function): Use mail-parse-charset by default.
11080
11081 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
11082
11083         * parse-time.el (parse-time-string-chars): Check if CHAR
11084         is less than the length of parse-time-syntax.
11085
11086 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11087
11088         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11089         from gnus-newsgroup-processable.
11090
11091 2007-04-16  Didier Verna  <didier@xemacs.org>
11092
11093         * gnus-msg.el (gnus-configure-posting-styles):
11094         Handle message-signature-directory properly with :file syntax.
11095         Reported by "Leo".
11096
11097 2007-04-11  Didier Verna  <didier@xemacs.org>
11098
11099         New user option: message-signature-directory.
11100         * gnus-msg.el (gnus-configure-posting-styles): Support it.
11101         * message.el (message-insert-signature): Ditto.
11102         * message.el (message-signature-file): Doc update.
11103         * message.el (message-signature-directory): New.
11104
11105 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11106
11107         * gnus-msg.el (gnus-inews-yank-articles):
11108         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
11109
11110 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11111
11112         * message.el (message-yank-original): Make sure cited text ends with
11113         newline; don't exchange point and mark.
11114
11115 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
11116
11117         * tls.el (open-tls-stream): Properly handle case where there
11118         is no associated buffer.
11119
11120 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
11121
11122         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
11123         message-yank-original, make sure (< mark TEXT point).
11124
11125 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11126
11127         * message.el (message-fill-column): New variable.
11128         (message-mode): Use it.  Add comment on a possible new hook.
11129
11130         * nnmail.el (nnmail-spool-file): Mark as obsolete.
11131         (nnmail-get-new-mail): Reformat.
11132
11133         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11134
11135         * gmm-utils.el: Fix Commentary.
11136         (gmm-tool-bar-from-list): Fix typo in doc string.
11137
11138 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
11139
11140         * message.el (message-yank-original): Don't switch point and mark
11141         unnecessarily to put point and mark as documented.
11142
11143 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11144
11145         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
11146         from the message heads.
11147
11148 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
11149
11150         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
11151         article buffer does not have a window.  This may not be the best
11152         solution but is certainly better than setting the start of the null,
11153         that is the current, window.
11154
11155 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11156
11157         * gnus-draft.el (gnus-draft-setup-hook): New hook.
11158         (gnus-draft-setup): Run it.
11159
11160         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11161         gnus-score-fast-scoring.  Allow regexp.
11162         (gnus-score-headers): Use it.
11163
11164         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11165         XEmacs.
11166
11167         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11168         string.
11169         (gnus-button-alist): Also catch `<f1> k ...'.
11170         (gnus-treat-display-x-face): Fix doc string.
11171
11172 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11173
11174         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11175         evaluation of gnus-extended-version to ensure correct generation of the
11176         User-Agent header when message-generate-headers-first is used.
11177
11178 2007-03-24  Simon Josefsson  <simon@josefsson.org>
11179
11180         * hashcash.el (hashcash-generate-payment-async): Don't crash if
11181         hashcash-path is nil.  Don't call callback with incorrect number of
11182         parameters if val is 0.
11183
11184 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11185
11186         * message.el (message-required-news-headers):
11187         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11188
11189 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
11190
11191         * tls.el (open-tls-stream): In handshake-waiting loop,
11192         don't wait more if there is output available to process.
11193
11194 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
11195
11196         * tls.el (tls-program): Doc fix.
11197
11198 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11199
11200         * message.el (message-generate-new-buffers): Change the meaning of the
11201         nil value; add `standard' to the choices; treat t as `unique'; improve
11202         doc string.
11203         (gnus-select-frame-set-input-focus): Autoload.
11204         (message-buffer-name): Search for the existing message buffer if
11205         message-generate-new-buffers is nil or `standard'; treat the value t of
11206         message-generate-new-buffers as `unique'.
11207         (message-pop-to-buffer): Raise the frame already displaying the message
11208         buffer; clear the echo area after querying.
11209         (message-setup): Pass the `continue' argument to compose-mail.
11210         (message-mail): Prefer `switch-function' if it is given; search for the
11211         existing message buffer if the `continue' argument is non-nil; pass
11212         continue and switch-function arguments to compose-mail by way of
11213         message-setup.
11214         (message-mail-other-window): Adjust argument of message-setup.
11215         (message-mail-other-frame): Ditto.
11216
11217 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11218
11219         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11220         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11221         to turn font-lock on when turning gnus-message-citation-mode on.
11222
11223 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
11224
11225         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11226         (mml-smime-function-alist): New variable; add epg as the backend.
11227         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11228         mml-smime- functions instead.
11229         * mm-view.el: Require smime.
11230
11231 2007-03-05  Didier Verna  <didier@xemacs.org>
11232
11233         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11234         instead of just inheritance for posting styles.
11235         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11236
11237 2007-02-24  Chris Moore  <dooglus@gmail.com>
11238
11239         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
11240         * pgg-pgp.el (pgg-pgp-encrypt-region):
11241         * pgg-gpg.el (pgg-gpg-encrypt-region):
11242         Check pgg-encrypt-for-me if no other recipients.
11243
11244 2007-02-24  John Paul Wallington  <jpw@pobox.com>
11245
11246         * tls.el (tls-certtool-program): Fix custom type.
11247
11248 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11249
11250         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11251         and point-at-eol instead of line-(beginning|end)-position.
11252
11253         * assistant.el (assistant-parse-buffer): Ditto.
11254
11255         * netrc.el (netrc-parse-services): Ditto.
11256
11257 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
11258
11259         * mml2015.el (mml2015-epg-find-usable-key): New function.
11260         (mml2015-epg-sign): Use it.
11261         (mml2015-epg-encrypt): Use it.
11262
11263 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11264
11265         * message.el (message-make-in-reply-to): Quote name containing
11266         non-ASCII characters.  It will make the RFC2047 encoder cause an error
11267         if there are special characters.  Reported by NAKAJI Hiroyuki
11268         <nakaji@jp.freebsd.org>.
11269
11270 2007-02-27  Didier Verna  <didier@xemacs.org>
11271
11272         Include the group parameters as well as the topic ones in the
11273         inheritance filter process.
11274         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11275         argument GROUP-PARAMS-LIST.
11276         * gnus-topic.el (gnus-group-topic-parameters): Use it.
11277
11278 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11279
11280         * nntp.el (nntp-never-echoes-commands)
11281         (nntp-open-connection-functions-never-echo-commands): New variables.
11282         (nntp-send-command): Use them.
11283
11284 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
11285
11286         * mml2015.el (mml2015-epg-verify): Simplify.
11287
11288 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11289
11290         * mml.el (mml-content-disposition-alist): New user option.
11291         (mml-content-disposition): New function.
11292         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11293         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11294
11295 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
11296
11297         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11298         verification.
11299
11300 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11301
11302         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11303         articles posted in the last 24 hours.
11304
11305 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11306
11307         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11308
11309 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11310
11311         * nntp.el (nntp-send-command): Don't wait for echoes when
11312         nntp-open-ssl-stream is used.
11313
11314 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11315
11316         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11317         (gnus-message-add-citation-keywords)
11318         (gnus-message-remove-citation-keywords): Remove.
11319         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11320         directly, make the variables in font-lock-defaults buffer-local, add
11321         gnus-message-citation-keywords to them and then update the value of
11322         font-lock-keywords.
11323
11324 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11325
11326         * message.el (message-cite-original-1): Don't call
11327         gnus-article-highlight-citation.
11328
11329         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11330         citations; fix line count.
11331
11332 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11333
11334         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11335         (gnus-message-add-citation-keywords)
11336         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11337         versions of font-lock-add-keywords and font-lock-remove-keywords to
11338         work with XEmacs correctly.
11339
11340 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11341
11342         * gnus-cite.el (gnus-cite-face-list): Set the values of
11343         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11344         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11345         (gnus-message-cite-prefix-regexp): New variable.
11346         (gnus-message-search-citation-line): Use it; protect against long
11347         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11348         the 0th match data for Emacs.
11349         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11350         (gnus-message-add-citation-keywords): Append keywords rather than
11351         prepending; emulate font-lock-add-keywords if it is not available.
11352         (gnus-message-remove-citation-keywords):
11353         Emulate font-lock-remove-keywords if it is not available.
11354
11355         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11356
11357         * message.el (message-cite-prefix-regexp): Set the value of
11358         gnus-message-cite-prefix-regexp.
11359
11360 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11361
11362         * nnweb.el (nnweb-google-parse-1): Update parser.
11363
11364 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11365
11366         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11367
11368 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11369
11370         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11371         regexp.
11372
11373 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11374
11375         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11376         string-to-multibyte.
11377         (uudecode-decode-region-internal): Use it.
11378
11379         * lpath.el: Fbind string-as-multibyte for XEmacs.
11380
11381 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11382
11383         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11384         Fix custom choice.
11385
11386         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11387
11388 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11389
11390         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11391
11392         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11393         `write-region' to respect `mm-inhibit-file-name-handlers'.
11394
11395 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11396
11397         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11398         Use gnus-home-directory instead of "~/" or "$HOME".
11399
11400 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11401
11402         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11403         to mention filename.
11404         Add comments at beginning regarding usage.
11405         (encrypt-write-file-contents): Change interactive so a string is
11406         acceptable.  If the file has no associated model, show an error instead
11407         of a nonsense prompt.
11408
11409 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11410
11411         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11412         Thanks to Yoshihiko Yamada for kind notification of this typo.
11413
11414 2007-01-12  Kenichi Handa  <handa@m17n.org>
11415
11416         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11417         multibyte buffer.
11418
11419 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11420
11421         * gnus-score.el (gnus-score-fast-scoring): New variable.
11422         (gnus-score-headers): Use it.
11423
11424         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11425
11426         * message.el (message-cite-original-1):
11427         Call gnus-article-highlight-citation if requested.
11428         (message-make-from): Allow name and address as optional arguments.
11429
11430         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11431
11432         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11433         bugs to doc string.
11434         (gnus-button-alist): Add mid\\|message-id.
11435         (gnus-button-fetch-group): Extend for use in
11436         `browse-url-browser-function'.
11437         (gnus-button-url-regexp): Try to catch paired parentheses like in
11438         Wikipedia URLs.
11439
11440         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11441         Suggested by Simon Krahnke <overlord@gmx.li>.
11442
11443 2007-01-13  Romain Francoise  <romain@orebokech.com>
11444
11445         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11446         Update copyright.
11447
11448 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11449
11450         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11451
11452 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11453
11454         * gnus-registry.el (gnus-registry-unfollowed-groups)
11455         (gnus-registry-split-fancy-with-parent): Fix documentation.
11456
11457 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11458
11459         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11460         from nnweb groups.
11461
11462 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11463
11464         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11465         Xref urls.  Erase buffer before requesting head.
11466
11467         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11468
11469 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11470
11471         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11472         customizable.
11473
11474 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11475
11476         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11477         no signing key is found.
11478         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11479         no encrypting and/or signing key is found.
11480
11481 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11482
11483         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11484
11485 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11486
11487         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11488         headers read from disk with the ones newly found in the current search.
11489         This should no longer cause problems, because the article numbers in
11490         Gmane's `nov.php' output are ignored since the previous change.
11491
11492 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11493
11494         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11495
11496 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11497
11498         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11499         replace-regexp-in-string; bind url-version; fbind display-images-p and
11500         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11501         find-face and set-itimer-function for Emacs; bind itimer-list for
11502         Emacs.
11503
11504         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11505
11506 2007-01-01  Romain Francoise  <romain@orebokech.com>
11507
11508         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11509
11510 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11511
11512         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11513         `define-minor-mode' macro definition expanded properly.
11514         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11515         exclude it there.
11516
11517         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11518         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11519         `fboundp' test.
11520         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11521         This is OK to autoload in (S)XEmacs now.
11522
11523 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11524
11525         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11526         keystroke.
11527         (gnus-summary-limit-to-singletons): Fix typo.
11528
11529         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11530         else fails.
11531
11532 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11533
11534         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11535         docstring.
11536
11537         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11538         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11539         (gnus-summary-insert-dormant-articles): Fix typo in message.
11540
11541 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11542
11543         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11544         nil for XEmacs.
11545         (gnus-message-citation-mode): Don't autoload in XEmacs.
11546
11547         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11548
11549 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11550
11551         * nnimap.el (nnimap-expunge-search-string):
11552         Mention nnimap-search-uids-not-since-is-evil in docstring.
11553
11554 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11555
11556         * spam.el: Revert to make-obsolete-variable because
11557         define-obsolete-variable-alias is not supported in Emacs 21.
11558
11559         * spam.el (spam-ifile-path, spam-ifile-database-path)
11560         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11561         make-obsolete-variable.
11562         (spam-bsfilter-path, spam-bsfilter-program)
11563         (spam-spamassassin-path, spam-spamassassin-program)
11564         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11565         Don't use "path" inappropriately.
11566         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11567         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11568         variable names.
11569
11570 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11571
11572         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11573         summary buffer.
11574
11575         * password.el (password-cache-remove): Use clear-string to burn
11576         password, if available.
11577
11578 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11579
11580         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11581
11582         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11583
11584         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11585         (gnus-message-highlight-citation): Move defcustom here from
11586         gnus-cite.el.
11587         (gnus-message-citation-mode): Autoload.
11588
11589         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11590         checks to make it compile with XEmacs.
11591         (gnus-message-citation-mode): New minor mode.
11592         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11593         (gnus-message-highlight-citation): New variables.
11594         (gnus-message-search-citation-line)
11595         (gnus-message-add-citation-keywords)
11596         (gnus-message-remove-citation-keywords)
11597         (turn-on-gnus-message-citation-mode)
11598         (turn-off-gnus-message-citation-mode): New functions.
11599
11600 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11601
11602         * gnus-cite.el: Enable highlighting of different citation levels in
11603         message-mode.
11604
11605 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11606
11607         * message.el (message-make-fqdn): Fix comment.
11608         (message-bogus-system-names): Add ".local".
11609
11610         * spam.el (spam-ifile-path, spam-ifile-program)
11611         (spam-ifile-database-path, spam-ifile-database)
11612         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11613         Don't use "path" inappropriately.
11614         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11615         strings.
11616         (spam-check-ifile, spam-ifile-register-with-ifile)
11617         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11618         Use new variable names.
11619
11620         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11621         (gnus-treat-display-smileys): Simplify using
11622         gnus-image-type-available-p.
11623
11624         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11625         available.
11626
11627         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11628         Use `display-images-p' if available.
11629
11630 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11631
11632         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11633         one after turning on the buffer's multibyteness instead of decoding
11634         them directly in the unibyte buffer that causes unexpected conversion
11635         in Emacs 23 (unicode).
11636
11637 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11638
11639         * message.el (message-generate-hashcash): Fix custom type.
11640
11641 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11642
11643         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11644
11645 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11646
11647         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11648         disconnect icons.  Add help text.
11649
11650 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11651
11652         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11653         negated to be consistent with the others we handle.
11654
11655 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11656
11657         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11658         version of gnus-summary-buffer to something, so that we can use two
11659         article buffers at the same time.
11660
11661 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11662
11663         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11664         trigger all the extra headers.
11665         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11666         sorting.
11667
11668 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11669
11670         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11671         solid groups.
11672
11673 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11674
11675         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11676
11677 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11678
11679         * legacy-gnus-agent.el: Add Copyright notice.
11680
11681 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11682
11683         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11684
11685 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11686
11687         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11688
11689         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11690         to make it work reliably in CVS Emacs.
11691         (gnus-summary-limit-strange-charsets-predicate)
11692         (gnus-summary-limit-to-predicate): New functions.
11693
11694 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11695
11696         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11697         specifying array size.
11698         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11699         array if it is too small.
11700         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11701         (gnus-sort-threads-loop): New function.
11702
11703 2006-12-06  Chris Moore  <dooglus@gmail.com>
11704
11705         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11706         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11707
11708 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11709
11710         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11711         options.
11712
11713 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11714
11715         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11716         DOS-ing the recipient.
11717
11718         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11719         the headers when creating the mapping to avoid mismappings.
11720         (nnweb-gmane-create-mapping): Always nix out old mapping.
11721
11722 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11723
11724         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11725         and mm-verify-option to never.
11726
11727 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11728
11729         * message.el (message-signed-or-encrypted-p): New function.
11730         (message-forward-make-body): Use it.
11731
11732         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11733         Replace encode-coding-string with mm-encode-coding-string.
11734
11735 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11736
11737         * nneething.el (nneething-decode-file-name):
11738         Replace decode-coding-string with mm-decode-coding-string.
11739
11740         * gnus-int.el (gnus-open-server): Say failed server's name.
11741
11742 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11743
11744         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11745         strings to a single string.  Quote `errors-file-name'.
11746         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11747         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11748         Adjust calls.  Use `shell-quote-argument'.
11749
11750 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11751
11752         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11753         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11754
11755         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11756         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11757         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11758         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11759         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11760         (gnus-subscribe-newsgroup, gnus-1):
11761         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11762         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11763         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11764         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11765
11766 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11767
11768         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11769         keystroke.
11770         (gnus-summary-limit-to-bodies): Implement headersp.
11771
11772 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11773
11774         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11775
11776 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11777
11778         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11779
11780 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11781
11782         * message.el (message-generate-hashcash): Expand range of values to
11783         include `opportunistic'.
11784         (message-send-mail): Use it.
11785
11786 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11787
11788         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11789         and comment it.
11790
11791         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11792
11793 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11794
11795         * gnus-util.el (gnus-extract-address-components): Improve comment.
11796
11797 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11798
11799         * gnus-util.el (gnus-extract-address-components): Work with address in
11800         which the name portion contains @.
11801
11802         * lpath.el: Fbind custom-autoload.
11803
11804 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11805
11806         * gnus.el (gnus-start): Move custom group up.
11807         (gnus-select-method): Don't autoload, but make it available for
11808         `customize-variable'.
11809         (gnus-getenv-nntpserver): Don't autoload.
11810
11811 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11812
11813         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11814
11815 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11816
11817         * message.el (message-sendmail-extra-arguments): New variable.
11818         (message-send-mail-with-sendmail): Use it.
11819
11820 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11821
11822         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11823         mm-with-unibyte-current-buffer to make string unibyte.
11824
11825         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11826         mm-string-as-multibyte.
11827
11828 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11829
11830         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11831         Reported by Werner Koch <wk@gnupg.org>.
11832
11833 2006-11-14  Daiki Ueno  <ueno@p360>
11834
11835         * mml2015.el: Autoload epa-select-keys when compiling.
11836
11837 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11838
11839         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11840         message-options.
11841         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11842
11843 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11844
11845         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11846         EasyPG (< 0.0.6).
11847         (mml2015-always-trust): New user option.
11848         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11849         prompt.
11850
11851 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11852
11853         * nntp.el (nntp-authinfo-force): New variable.
11854         (nntp-send-authinfo): Use it.
11855
11856 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11857
11858         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11859         decode encoded words.  Improve prompt.  Add comment about forwarding.
11860         (message-replacement-char): Move up.
11861
11862 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11863
11864         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11865         instead of gnus-intersection because arguments of gnus-sorted-nunion
11866         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11867
11868 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11869
11870         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11871         (message-simplify-subject-functions):
11872         Enable message-strip-subject-encoded-words by default.
11873
11874 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11875
11876         * message.el (message-strip-subject-encoded-words): New function.
11877         (message-simplify-subject-functions): New variable.
11878         (message-simplify-subject): Use it.  Fix typo in doc string.
11879         Support message-strip-subject-encoded-words.
11880
11881 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11882
11883         * gnus-diary.el (gnus-diary-delay-format-function):
11884         * nndiary.el (nndiary-reminders):
11885         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11886
11887 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11888
11889         * gnus-art.el (article-hide-boring-headers): Fetch date from
11890         gnus-original-article-buffer to avoid problems with localized date
11891         strings.
11892
11893 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11894
11895         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11896
11897 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11898
11899         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11900         New variables.
11901         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11902         (mm-charset-synonym-alist): Move some entries to
11903         mm-codepage-iso-8859-list.
11904         (mm-charset-synonym-alist, mm-charset-override-alist):
11905         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11906
11907 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11908
11909         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11910
11911 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11912
11913         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11914         with Emacs 21 and XEmacs.
11915
11916 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11917
11918         * spam.el (spam-parse-address): New function for better parsing,
11919         catching errors, etc.
11920         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11921
11922 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11923
11924         * mm-view.el: Add interactive arg to html2text autoload.
11925
11926 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11927
11928         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11929
11930 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11931
11932         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11933         New variables.
11934         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11935         (mm-charset-synonym-alist): Move some entries to
11936         mm-codepage-iso-8859-list.
11937
11938         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11939
11940 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11941
11942         * message.el (message-citation-line-format)
11943         (message-insert-formated-citation-line): Fix implementation of %E, %N
11944         and %n according to the doc string.
11945
11946 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11947
11948         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11949         Use car-safe to avoid bad parses.
11950
11951 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11952
11953         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11954         names.
11955
11956         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11957
11958 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11959
11960         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11961         header.
11962
11963         * message.el (message-draft-headers): Add Date.
11964         (message-headers-to-generate): Fix typo in docstring.
11965
11966         * nndraft.el (nndraft-required-headers): New variable.
11967         (nndraft-generate-headers): Use it.
11968
11969         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11970
11971 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11972
11973         * gnus-registry.el (gnus-registry-wash-for-keywords)
11974         (gnus-registry-find-keywords): New functions to allow easy searching of
11975         articles that are in the registry.
11976
11977 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11978
11979         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11980         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11981         Reported by Damien Elmes <damien@repose.cx>.
11982
11983 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11984
11985         * gnus.el (gnus-mime): Remove unused custom group.
11986
11987 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11988
11989         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11990         "blank line" when searching for end of armor headers.
11991
11992 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11993
11994         * gmm-utils.el (gmm-write-region): Fix variable name.
11995
11996 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11997
11998         * gmm-utils.el (gmm-write-region): New function based on compatibility
11999         code from `mm-make-temp-file'.
12000
12001         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
12002
12003         * nnmaildir.el (nnmaildir--update-nov)
12004         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
12005         Use `gmm-write-region'.
12006
12007 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12008
12009         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
12010         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12011
12012         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
12013
12014         * message.el (message-replacement-char): New variable.
12015         (message-fix-before-sending): Use it.
12016         (message-simplify-subject): New function to remove duplicate code.
12017         (message-reply, message-followup): Use it.
12018
12019         * gnus-sum.el (gnus-summary-make-menu-bar):
12020         Clarify gnus-summary-limit-to-articles.
12021
12022 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12023
12024         * gnus-util.el (gnus-with-local-quit): New macro.
12025
12026         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
12027
12028 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
12029
12030         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
12031         ignore non-string data.
12032
12033 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12034
12035         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
12036         non-string data (needs to be done in the registry too).
12037
12038 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12039
12040         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
12041         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
12042         (gnus-registry-split-fancy-with-parent)
12043         (gnus-registry-fetch-simplified-message-subject-fast)
12044         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
12045         Remove text properties on ingress into the registry and when it's saved.
12046         (gnus-registry-clean-empty-function): Fix bug with cleaning the
12047         registry from entries with no groups.
12048
12049 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12050
12051         * gnus-util.el (gnus-string-remove-all-properties): Add utility
12052         function to remove string properties.
12053
12054 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12055
12056         * gmm-utils.el (gmm): Adjust custom version.
12057
12058         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
12059         Adjust custom version.
12060
12061         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
12062
12063 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12064
12065         * gnus-art.el (gnus-insert-prev-page-button)
12066         (gnus-insert-next-page-button): Simplify.  Reformat.
12067
12068 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12069
12070         * gnus-art.el (gnus-insert-prev-page-button)
12071         (gnus-insert-next-page-button): Apply gnus-article-button-face.
12072
12073 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
12074
12075         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
12076
12077 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12078
12079         * gnus-art.el (gnus-insert-mime-button)
12080         (gnus-insert-mime-security-button):
12081         Apply gnus-article-button-face to MIME and security buttons.
12082
12083 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
12084
12085         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
12086         readable.
12087
12088 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12089
12090         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
12091
12092 2006-09-20  Steve Youngs  <steve@sxemacs.org>
12093
12094         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
12095         `browse-url-of-file' instead of `browse-url'.
12096
12097 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12098
12099         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12100         regexp.  Articles containing quotation were cut prematurely.
12101
12102 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12103
12104         * message.el (message-cite-original-1): Use nobody by default for the
12105         value of From header.
12106         (message-reply): Ditto.
12107
12108 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
12109
12110         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12111         to the gnus-info.  This fixes a bug of inline-PGP message verification.
12112         Reported by Michael Piotrowski <mxp@dynalabs.de>.
12113
12114 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
12115
12116         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12117         mails in the doc string.  Add some URLs in comment.
12118         (pop3-movemail): Warn about pop3-leave-mail-on-server.
12119
12120 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12121
12122         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12123         backslashes handling and the way to find boundaries of quoted strings.
12124
12125 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
12126
12127         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12128         mml1991-encrypt-to-self is set and mml1991-signers is not set.
12129         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12130         mml2015-encrypt-to-self is set and mml2015-signers is not set.
12131
12132 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12133
12134         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
12135         doc string.
12136         (gnus-button-regexp, gnus-button-last): Remove unused variables.
12137
12138 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12139
12140         * lpath.el: Fbind epg-check-configuration.
12141
12142 2006-09-06  Simon Josefsson  <jas@extundo.com>
12143
12144         * mml2015.el (mml2015-use): Doc fix, mention epg.
12145
12146 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12147
12148         * mml2015.el (mml2015-use): Default to epg, if available.
12149
12150 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12151
12152         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12153         message-sender.
12154         (mml1991-epg-encrypt): Ditto.
12155         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12156         message-sender.
12157         (mml2015-epg-encrypt): Ditto.
12158
12159 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
12160
12161         * message.el (message-send-mail-with-sendmail): Look for sendmail in
12162         several common directories.
12163
12164 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
12165
12166         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12167         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12168
12169 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12170
12171         * gnus-art.el (article-decode-encoded-words): Make it fast.
12172
12173 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12174
12175         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12176
12177         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12178         in quoted string into `\'.
12179
12180 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12181
12182         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12183         Use standard-syntax-table.
12184
12185 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12186
12187         * gnus-art.el (gnus-decode-address-function): New variable.
12188         (article-decode-encoded-words): Use it to decode headers which are
12189         assumed to contain addresses.
12190         (gnus-mime-delete-part): Remove useless `or'.
12191
12192         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12193         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12194         (gnus-nov-parse-line): Use it to decode From header.
12195         (gnus-get-newsgroup-headers): Ditto.
12196         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12197
12198         * mail-parse.el (mail-decode-encoded-address-region): New alias.
12199         (mail-decode-encoded-address-string): New alias.
12200
12201         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12202         New function.
12203         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12204         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12205         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12206         (rfc2047-decode-string): Ditto.
12207         (rfc2047-decode-address-region): New function.
12208         (rfc2047-decode-address-string): New function.
12209
12210 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
12211
12212         * message.el (message-caesar-buffer-body): Allow rotating headers.
12213
12214         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12215
12216         * message.el (message-insert-formated-citation-line): Fix %f.
12217         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12218
12219 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12220
12221         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12222         (gnus-bookmark-mouse-available-p): New macro.
12223         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12224         (gnus-bookmark-bmenu-show-infos): Use it.
12225         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12226         (gnus-bookmark-bmenu-hide-infos): Ditto.
12227         (gnus-bookmark-remove-properties): New function.
12228         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12229         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12230         (gnus-bookmark-write-file): Bind coding-system-for-write.
12231         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12232         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12233         group before selecting it.
12234         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12235         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12236         quit-window if it is not available; use gnus-mouse-2 and bind it to
12237         gnus-bookmark-bmenu-select-by-mouse.
12238         (gnus-bookmark-show-details): Remove unused variable `details-list'.
12239         (gnus-bookmark-bmenu-select-by-mouse): New function.
12240
12241 2006-08-13  Romain Francoise  <romain@orebokech.com>
12242
12243         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12244         space.
12245
12246 2006-08-10  Romain Francoise  <romain@orebokech.com>
12247
12248         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
12249         (dns-mode-soa-auto-increment-serial): New user option.
12250         (dns-mode-soa-maybe-increment-serial): New function.
12251         (dns-mode): Add the latter to `write-contents-functions'.
12252
12253 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12254
12255         * compface.el (uncompface): Use binary rather than raw-text-unix.
12256
12257 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12258
12259         * compface.el (uncompface): Make sure the eol conversion doesn't take
12260         place when communicating with the external programs.
12261         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12262
12263 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12264
12265         * nnheader.el (nnheader-insert-head): Fix typo in comment.
12266
12267 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12268
12269         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12270         Make it more robust by parsing author and date independently.
12271
12272 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12273
12274         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12275
12276 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
12277
12278         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12279         first matching secret key.
12280         (mml2015-epg-encrypt): Ditto.
12281
12282         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12283         first matching secret key.
12284         (mml1991-epg-encrypt): Ditto.
12285
12286         * mml2015.el (mml2015-encrypt-to-self): New user option.
12287         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12288         mml2015-epg-encrypt-to-self is set.
12289
12290         * mml1991.el (mml1991-encrypt-to-self): New variable.
12291         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12292         mml1991-epg-encrypt-to-self is set.
12293
12294         * mml2015.el (mml2015-signers): New user option.
12295         (mml2015-epg-sign): Reflect the value of mml2015-signers.
12296         (mml2015-epg-encrypt): Allow to select signing keys.
12297
12298         * mml1991.el (mml1991-signers): New variable.
12299         (mml1991-epg-sign): Reflect the value of mml1991-signers.
12300         (mml1991-epg-encrypt): Allow to select signing keys.
12301
12302 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12303
12304         * nnheader.el (nnheader-insert-head): Make it work even if the file
12305         uses CRLF for the line-break code.
12306
12307 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12308
12309         * mml2015.el: Require mml-sec instead of password.
12310         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12311         (mml2015-cache-passphrase): Inherit the default value from
12312         mml-secure-cache-passphrase.
12313         (mml2015-passphrase-cache-expiry): Inherit the default value from
12314         mml-secure-passphrase-cache-expiry.
12315
12316         * mml1991.el: Require mml-sec instead of password.
12317         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12318         (mml1991-cache-passphrase): Inherit the default value from
12319         mml-secure-cache-passphrase.
12320         (mml1991-passphrase-cache-expiry): Inherit the default value from
12321         mml-secure-passphrase-cache-expiry.
12322
12323         * mml-sec.el: Require password.
12324         (mml-secure-verbose): New user option.
12325         (mml-secure-cache-passphrase): New user option.
12326         (mml-secure-passphrase-cache-expiry): New user option.
12327
12328 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12329
12330         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12331         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12332         andreas@altroot.de (Andreas Vögele).
12333
12334         FIXME: Use `tiny change'?
12335
12336 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12337
12338         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12339         workaround for the url package included with Emacs.
12340
12341         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12342
12343 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12344
12345         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12346         correctly.  This fixes a bug caused by the 2006-05-12 change.
12347
12348 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12349
12350         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12351         some information about the error when saying that the `bogus' mail
12352         group will be used.
12353
12354 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12355
12356         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12357         string.
12358
12359 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12360
12361         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12362
12363 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12364
12365         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12366
12367 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12368
12369         * mml1991.el (mml1991-function-alist): Add epg.
12370         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12371         (mml1991-epg-encrypt): New functions.
12372
12373 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12374
12375         * mml2015.el (mml2015-verbose): New variable.
12376         (mml2015-cache-passphrase): Ditto.
12377         (mml2015-passphrase-cache-expiry): Ditto.
12378         (mml2015-function-alist): Add epg.
12379         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12380         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12381         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12382         New functions.
12383
12384 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12385
12386         * message.el (message-cite-original-1): Preserve region when removing
12387         quoted text due to X-No-Archive in order to avoid bogus attribution
12388         when citing multiple messages.
12389
12390 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12391
12392         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12393         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12394
12395 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12396
12397         * gnus-diary.el (gnus-user-format-function-d)
12398         (gnus-user-format-function-D): Autoload.
12399
12400         * imap.el (Commentary): Fix typo.
12401
12402         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12403         2006-04-22 contribution.
12404
12405 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12406
12407         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12408         It didn't really fix the bogosity I'm seeing with solid web groups.
12409
12410 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12411
12412         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12413         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12414         created using server names.  If we use the feature without declaring
12415         it, Gnus does not properly manage server and group state.
12416
12417         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12418         bound.
12419
12420 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12421
12422         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12423         looking up the method using GROUP's prefix before inventing a new one.
12424         It is used on killed/unknown groups in various places where returning
12425         an all-new method isn't expected by the caller.
12426
12427         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12428         and match semantics of gnus-group-real-prefix.
12429
12430 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12431
12432         * nnmail.el (nnmail-broken-references-mailers): New variable.
12433         (nnmail-ignore-broken-references): New function generalizing
12434         nnmail-fix-eudora-headers.
12435         (nnmail-fix-eudora-headers): Now obsolete.
12436
12437         * gnus-art.el (gnus-button-handle-custom):
12438         Support `customize-apropos*'.
12439
12440 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12441
12442         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12443
12444         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12445         articles.
12446
12447 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12448
12449         * message.el (message-cite-reply-above): New variable.
12450         (message-yank-original): Use it.
12451
12452 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12453
12454         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12455
12456 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12457
12458         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12459         as read.
12460
12461         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12462
12463 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12464
12465         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12466         (gnus-bookmark-default-file): Use gnus-directory.
12467         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12468         Remove "*" in doc string.
12469         (gnus-bookmark-write-file): Simplify.
12470         (gnus-bookmark-maybe-sort-alist): Use `when'.
12471         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12472         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12473         Add FIXME about Emacs 21 and XEmacs compatibility.
12474         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12475         compatibility.
12476         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12477         compatibility.
12478         (gnus-bookmark-menu-heading): Fix version.
12479
12480 2006-06-19  Bastien Guerry  <bzg@altern.org>
12481
12482         * gnus-bookmark.el: New file.
12483
12484 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12485
12486         * message.el (message-syntax-checks): Doc fix.
12487
12488 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12489
12490         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12491         unsubscribed groups as if they were killed ones.  It causes duplicate
12492         entries in gnus-newsrc-alist.
12493
12494 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12495
12496         * message.el (message-syntax-checks): Doc fix.
12497         (message-send-mail): Add check for continuation headers.
12498         (message-check-news-header-syntax): Fix regexp used to check for
12499         continuation headers.
12500
12501 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12502
12503         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12504
12505 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12506
12507         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12508
12509 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12510
12511         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12512         default-truncate-lines.
12513
12514 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12515
12516         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12517         to fill the utf-8 entry.
12518
12519         * lpath.el: Fbind unicode-precedence-list.
12520
12521 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12522
12523         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12524
12525 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12526
12527         * gnus-agent.el (directory-files-and-attributes): Move all the way
12528         forward (the third and final move).
12529         (gnus-agent-read-agentview): Trap reconstruction errors due to
12530         nonexistent directory.  Handle by returning nil.
12531
12532 2006-05-30  Didier Verna  <didier@xemacs.org>
12533
12534         * message.el (message-dont-reply-to-names): Update the custom type.
12535         * message.el (message-dont-reply-to-names): New defsubst: potentially
12536         convert a list of regexps into a single one.
12537         * message.el (message-get-reply-headers): Use it.
12538         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12539
12540 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12541
12542         * gnus-agent.el (directory-files-and-attributes): Move forward.
12543
12544 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12545
12546         * gnus-ml.el (gnus-mailing-list-subscribe)
12547         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12548         (gnus-mailing-list-message): Fix doc strings.
12549
12550 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12551
12552         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12553         of doing it manually.
12554
12555 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12556
12557         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12558         comment.
12559
12560 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12561
12562         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12563         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12564         (gnus-agent-read-local): All symbols allocated in my-obarray.
12565         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12566         (gnus-agent-regenerate-group): Check numeric names to see if they are
12567         messages or groups.
12568         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12569         better way of do this...)
12570
12571         * gnus-cache.el (gnus-agent-total-fetched-for):
12572         Ignore 'dummy.group' (there should be a better way of do this...)
12573
12574 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12575
12576         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12577         (gnus-saved-headers): Ditto.
12578         (gnus-default-article-saver): Mention functions may have properties.
12579         (gnus-article-save): Override gnus-save-all-headers and
12580         gnus-saved-headers by :headers property which saver function may have.
12581         (gnus-summary-save-in-file): Add :headers property.
12582         (gnus-summary-write-to-file): Ditto.
12583
12584         * gnus-sum.el (gnus-summary-save-article): Bind
12585         gnus-prompt-before-saving to t when saving many articles in a file;
12586         always show all headers.
12587
12588         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12589
12590 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12591
12592         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12593         marks.
12594
12595         * message.el (message-indent-citation): Add optional arguments to allow
12596         using it outside of message buffers.
12597
12598         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12599         (gnus-article-treat-unfold-headers): Use it.
12600         (gnus-article-truncate-lines): New variable.
12601         (gnus-article-mode): Use it.
12602         (gnus-article-toggle-truncate-lines): New function.
12603
12604         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12605         Add gnus-article-toggle-truncate-lines.
12606
12607         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12608         coding system in XEmacs, use binary.
12609
12610 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12611
12612         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12613         after-load-alist.
12614
12615         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12616         this function should save decoded articles.
12617         (gnus-summary-write-to-file): Use property to specify this function
12618         should save decoded articles and specify gnus-summary-save-in-file
12619         should be used to save articles other than the first one when saving
12620         many articles.
12621         (gnus-summary-save-body-in-file): Use property to specify this
12622         function should save decoded articles.
12623         (gnus-summary-write-body-to-file): Use property to specify this
12624         function should save decoded articles and specify
12625         gnus-summary-save-body-in-file should be used to save articles other
12626         than the first one when saving many articles.
12627
12628         * gnus-sum.el (gnus-summary-save-article): Simplify.
12629
12630 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12631
12632         * gnus-art.el (gnus-default-article-saver):
12633         Add gnus-summary-write-body-to-file.
12634         (gnus-article-save-coding-system): Don't use coding system object
12635         in XEmacs.
12636         (gnus-read-save-file-name): Add optional `dir-var' argument which
12637         specifies directory in which files are saved; work even if optional
12638         `variable' argument is not specified.
12639         (gnus-summary-write-to-file): Read file name.
12640         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12641         (gnus-summary-write-body-to-file): New function.
12642
12643         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12644         (gnus-summary-local-variables): Add it.
12645         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12646         (gnus-summary-save-article): Remove optional `decode' argument;
12647         determine whether to decode articles by the value of
12648         gnus-default-article-saver; when saving many files using
12649         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12650         it first and use gnus-summary-save-in-file or
12651         gnus-summary-save-body-in-file thereafter unless
12652         gnus-prompt-before-saving is always; move point to article which
12653         will be saved.
12654         (gnus-summary-save-article-file): Revert.
12655         (gnus-summary-write-article-file): Revert.
12656         (gnus-summary-save-article-body-file): Revert.
12657         (gnus-summary-write-article-body-file): New function.
12658
12659 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12660
12661         * gnus-art.el (gnus-default-article-saver): Doc fix.
12662         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12663         from gnus-summary-save-article-coding-system, and default to a
12664         certain coding system.
12665         (gnus-output-to-file): Add coding cookie and encode text according
12666         to gnus-article-save-coding-system; don't use mm-append-to-file.
12667
12668         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12669         gnus-art.el and rename to gnus-article-save-coding-system.
12670         (gnus-summary-save-article): Require gnus-art; don't show all
12671         headers if it decodes articles; don't add coding cookie here;
12672         don't bind mm-text-coding-system-for-write.
12673         (gnus-summary-save-article-file): Save decoded articles.
12674         (gnus-summary-write-article-file): When saving many files, use
12675         gnus-summary-write-to-file first and gnus-summary-save-in-file
12676         thereafter unless gnus-prompt-before-saving is always.
12677         (gnus-summary-save-article-body-file): Save decoded articles.
12678
12679         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12680
12681 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12682
12683         * nnrss.el (nnrss-check-group): Bind hash-index.
12684
12685 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12686
12687         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12688         its hash index.  Store this hash in `nnrss-group-data'.
12689         (nnrss-read-group-data): Update accordingly.
12690
12691 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12692
12693         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12694         entry.
12695
12696         * gnus-sum.el (gnus-summary-make-menu-bar):
12697         Add gnus-article-browse-html-article.
12698
12699 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12700
12701         * gnus-sum.el (gnus-summary-mime-map):
12702         Add gnus-article-browse-html-article.
12703
12704         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12705
12706 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12707
12708         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12709         suitable coding systems in customize.
12710
12711 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12712
12713         * mail-source.el (mail-sources): Fix custom type.
12714
12715 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12716
12717         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12718         (gnus-summary-expire-articles-now): Shorten prompt.
12719
12720         * gmm-utils.el (wid-edit): Require.
12721         (defun-gmm): Rename from `gmm-defun-compat'.
12722         (gmm-image-search-load-path): Use it.
12723         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12724
12725 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12726
12727         * gnus-sum.el (gnus-summary-save-article-coding-system):
12728         New variable.
12729         (gnus-summary-save-article): Add optional `decode' argument.
12730         If it is set and gnus-summary-save-article-coding-system is non-nil,
12731         save decoded article.
12732         (gnus-summary-write-article-file): Save decoded article if
12733         gnus-summary-save-article-coding-system is non-nil.
12734
12735         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12736         type.
12737
12738 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12739
12740         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12741
12742 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12743
12744         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12745         first to test gnus-single-article-buffer which may be buffer-local.
12746
12747         * gnus-sum.el (gnus-summary-setup-buffer):
12748         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12749         group; make gnus-article-buffer, gnus-article-current, and
12750         gnus-original-article-buffer always buffer-local.
12751         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12752         group.
12753         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12754
12755 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12756
12757         * nnml.el (nnml-request-compact-group): Compressed files might not
12758         have .gz extension.
12759
12760 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12761
12762         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12763         (mm-copy-to-buffer): Use with-current-buffer.
12764         (mm-display-part): Simplify.
12765         (mm-inlinable-p): Add optional arg `type'.
12766
12767 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12768
12769         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12770         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12771         Try harder to show the attachment internally or externally using
12772         gnus-mime-view-part-as-type.
12773
12774 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12775
12776         * message.el (message-from-style, message-signature-separator)
12777         (message-user-organization-file, message-send-mail-function)
12778         (message-citation-line-function, message-yank-prefix)
12779         (message-indent-citation-function, message-signature)
12780         (message-signature-file, message-signature-insert-empty-line):
12781         Remove autoloads.
12782
12783         * gnus-art.el (gnus-buttonized-mime-types):
12784         Remove "multipart/signed".  Revert 2006-04-26 change.
12785
12786 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12787
12788         * gnus.el (gnus-version-number): Bump version.
12789
12790 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12791
12792         * gnus.el: No Gnus v0.5 is released.
12793
12794 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12795
12796         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12797         fetching articles by message-id.
12798
12799 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12800
12801         * message.el (hashcash): Require hashcash as normal.
12802
12803         * ecomplete.el (ecomplete-highlight-match-line):
12804         Use point-at-eol.
12805         (ecomplete-highlight-match-line): Use `highlight', because that
12806         face exists in both Emacs and XEmacs.
12807
12808         * message.el (message-display-abbrev): Use point-at-bol.
12809
12810         * mail-source.el: Don't require timer/timer-funcs.
12811
12812         * gnus-async.el: Ditto.
12813
12814         * password.el: Ditto.
12815
12816         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12817
12818         * mm-url.el: Ditto.
12819
12820         * gnus-xmas.el: Don't require timer-funcs.
12821
12822         * mm-util.el: Require timer/timer-funcs.
12823
12824 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12825
12826         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12827         Close.
12828
12829 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12830
12831         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12832         unibyte after clear-decrypt function runs.
12833
12834         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12835         returns as a unibyte string.
12836
12837 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12838
12839         * lpath.el: Revert.
12840
12841         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12842         (pgg-gpg-process-sentinel): Revert.
12843
12844         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12845         (pgg-pgp-lookup-key): Revert.
12846
12847         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12848         (pgg-pgp5-lookup-key): Revert.
12849
12850         * pgg.el (pgg-fetch-key): Revert.
12851
12852 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12853
12854         * lpath.el: Fbind string-as-multibyte for XEmacs.
12855
12856         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12857         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12858         (mml1991-pgg-encrypt): Ditto.
12859
12860         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12861         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12862         a multibyte buffer.
12863
12864         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12865         (pgg-pgp-lookup-key): Ditto.
12866
12867         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12868         (pgg-pgp5-lookup-key): Ditto.
12869
12870         * pgg.el (pgg-fetch-key): Ditto.
12871
12872 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12873
12874         * message.el (message-user-organization-file): Check several
12875         locations of the organization file.
12876
12877         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12878         Add gnus-article-view-part-as-type.
12879
12880         * gnus-art.el (gnus-article-view-part-as-type): New function.
12881
12882         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12883         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12884
12885         * mml.el: Simplify autoload.
12886         (mml-mode): defvar dnd-protocol-alist instead of using
12887         symbol-value.
12888         (mml-default-directory): New variable.
12889         (mml-minibuffer-read-file): Use it.
12890         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12891
12892         * message.el (message-citation-line-format): New variable.
12893         (message-insert-formated-citation-line): New function.
12894         (message-citation-line-function):
12895         Add `message-insert-formated-citation-line' to custom type.
12896
12897         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12898         to doc string.
12899
12900         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12901         depending on mm-verify-option.
12902
12903 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12904
12905         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12906         binding pgg-* variables; reimplement the section which prevents
12907         MIME header from being signed.
12908         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12909         pgg-text-mode; remove a blank line at the top of body.
12910
12911         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12912         lines at the top of body; use gnus-newsgroup-charset if there's no
12913         Charset header.
12914
12915 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12916
12917         * message.el (message-self-insert-commands): Doc fix.
12918
12919         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12920         (mm-uu-pgp-encrypted-test): Ditto.
12921         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12922         between header and body; return application/pgp-encrypted handle
12923         if decryption failed; decode decrypted body by charset.
12924
12925         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12926         element match to application/pgp-*.
12927
12928 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12929
12930         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12931         HTML.
12932
12933 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12934
12935         * mail-source.el (mail-source-call-script): Message the error
12936         string.
12937
12938 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12939
12940         * gnus-util.el (gnus-byte-compile): Use it.
12941
12942 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12943
12944         * gnus-util.el (kill-empty-logs): New function.
12945
12946 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12947
12948         * message.el (message-mail-alias-type): Doc fix.
12949         (message-mail-alias-type-p): New function.
12950         (message-send): Use it.
12951         (message-mode): Ditto.
12952         (message-strip-forbidden-properties): Ditto.
12953
12954         * ecomplete.el (ecomplete-database-file-coding-system):
12955         New variable.
12956         (ecomplete-save): Use it.
12957         (ecomplete-setup): Use it.
12958
12959 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12960
12961         * message.el (message-self-insert-commands): New variable.
12962         (message-strip-forbidden-properties): Use it.
12963
12964 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12965
12966         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12967         that doesn't make XEmacs choke.
12968
12969 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12970
12971         * gnus-util.el (gnus-replace-in-string):
12972         Prefer replace-regexp-in-string over of replace-in-string.
12973
12974 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12975
12976         * gnus-util.el (gnus-select-frame-set-input-focus):
12977         Use select-frame-set-input-focus if it is available in XEmacs; use
12978         definition defined in Emacs 22 for old Emacsen.
12979
12980         * dgnushack.el: Autoload unmorse-region for XEmacs.
12981
12982         * lpath.el: Bind cursor-in-non-selected-windows and
12983         select-frame-set-input-focus for XEmacs.
12984
12985 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12986
12987         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12988
12989 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12990
12991         * gnus-registry.el (gnus-registry-cache-save): Remove text
12992         properties when saving via the temp buffer.
12993
12994 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12995
12996         * message.el (message-generate-hashcash): Honor custom type.
12997
12998 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12999
13000         * message.el (message-generate-hashcash): Default to non-nil when
13001         hashcash is found.
13002
13003         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
13004         (gnus-refer-thread-limit): Increase default to 500.
13005
13006         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
13007
13008         * flow-fill.el (fill-flowed): Allow delete-space.
13009
13010 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13011
13012         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13013         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
13014         Remove autoloads.
13015
13016 2006-04-18  Simon Josefsson  <jas@extundo.com>
13017
13018         * message.el (message-generate-hashcash): Default to.
13019
13020 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13021
13022         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13023         concatenating segments rather than before concatenating them.
13024
13025 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13026
13027         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
13028
13029 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13030
13031         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
13032
13033         * message.el (message-forward-make-body-plain):
13034         Allow message-forward-ignored-headers to be a list.
13035         (message-remove-ignored-headers): Factor out into function.
13036         (message-forward-make-body-mml): Use it.
13037
13038         * imap.el (imap-quote-specials): New function.
13039         (imap-login-auth): Quote specials.
13040
13041         * rfc2231.el (rfc2231-parse-string): Remove dead code.
13042         (rfc2231-parse-string): Allow concatanation of parameters that
13043         aren't contiguous.  The test case is
13044           (mail-header-parse-content-type "message/external-body;
13045             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
13046             access-type=LOCAL-FILE;
13047             name*1*=plugh%2fhello-sailor%2fbing.pdf")
13048
13049 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13050
13051         * nntp.el (nntp-accept-process-output): Return the value of
13052         `nnheader-accept-process-output'.
13053
13054 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13055
13056         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
13057         (gnus-button-alist): Recognize more diff formats.
13058         (gnus-button-patch): Strip directory.
13059
13060 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13061
13062         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
13063         Emacs 22 when setting focus.
13064
13065 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13066
13067         * gnus-art.el (gnus-article-treat-types): Do treatment of
13068         text/x-verbatim parts.
13069         (gnus-button-patch): New command.
13070
13071         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
13072         addresses that contain invalid characters.
13073
13074 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13075
13076         * message.el (message-put-addresses-in-ecomplete):
13077         Use gnus-replace-in-string.
13078         (message-is-yours-p): Use the more correct
13079         mail-header-parse-address instead of
13080         mail-extract-address-components.
13081         (message-put-addresses-in-ecomplete): Fix typo.
13082
13083         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13084         keystroke.
13085
13086         * gnus-art.el (gnus-treatment-function-alist): Change order of
13087         newsgroups/generic header folding to avoid double-folding.
13088
13089         * message.el (message-hidden-headers): Add X-Draft-From.
13090
13091         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13092         New command.
13093         (gnus-summary-repeat-search-article-backward): New command.
13094
13095         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13096         groups in the parent topic.
13097
13098 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
13099
13100         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13101         (spam-extra-header-to-number): Return the CRM114 number as a
13102         number instead of a string.
13103
13104 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13105
13106         * gnus-art.el (gnus-face-properties-alist): Move here from
13107         gnus-fun.
13108
13109         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13110
13111 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13112
13113         * message.el (message-strip-forbidden-properties): Only display on
13114         self-insert-command.
13115
13116         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13117         reindent.
13118         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13119
13120 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
13121
13122         * smiley.el (smiley-style): Fix typo.
13123
13124 2006-03-23  Kenichi Handa  <handa@m17n.org>
13125
13126         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13127         instead of set-buffer-multibyte.
13128
13129 2006-03-23  Kenichi Handa  <handa@m17n.org>
13130
13131         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13132         buffer and then decode the buffer text if necessary.
13133         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13134         first, and after mm-encode-body, change the buffer to unibyte.
13135
13136 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13137
13138         * hashcash.el (hashcash-insert-payment-async-2):
13139         Use message-goto-eoh instead of doing it manually.
13140         (mail-add-payment): Use message-narrow-to-header instead of trying
13141         to do the same itself.
13142
13143         * message.el (message-hidden-headers): Add Face.
13144
13145         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13146         reparenting code.
13147         (gnus-summary-reparent-children): Refactored out code.
13148         (gnus-summary-thread-map): New keystroke.
13149         (gnus-summary-reparent-children): Make into command.
13150
13151         * smiley.el (smiley-style): Default to `medium' if using a large
13152         font.
13153
13154         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13155         does it itself.
13156
13157         * message.el (message-point-in-header-p): Simplify definition.
13158
13159 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13160
13161         * nnagent.el (nnagent-request-set-mark): Silence log file
13162         writing.
13163         (nnagent-request-set-mark): Use write-region instead of
13164         append-to-file.
13165
13166         * gnus-sum.el (gnus-read-header): Fudge article number if using a
13167         strange select method.
13168
13169         * ecomplete.el (ecomplete-display-matches): Get highlightling
13170         right.
13171         (ecomplete-display-matches): Use literals.
13172         (ecomplete-display-matches): Disable message logging.
13173
13174         * message.el (message-display-abbrev): Small optimization.
13175
13176         * ecomplete.el (ecomplete-display-matches): Allow automatic
13177         display.
13178
13179         * message.el (message-strip-forbidden-properties):
13180         Display abbrevs.
13181         (message-display-abbrev): Get automatic display right.
13182
13183         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13184         keystrokes.
13185
13186 2006-04-13  Romain Francoise  <romain@orebokech.com>
13187
13188         TODO: Backport to v5-10!
13189
13190         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13191         Move here (and rename) from gnus-registry.el.
13192
13193         * gnus-registry.el: Require gnus-util.
13194         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13195
13196 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13197
13198         * gnus-group.el (gnus-group-catchup-current):
13199         Change if-then-else-if-then-else into cond.
13200         (gnus-group-catchup): Indent.
13201         (group-name-at-point): New function.
13202         (gnus-fetch-group): Provide default from thing at point.
13203
13204 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13205
13206         * message.el (message-display-abbrev): Fix regexp.
13207
13208         * ecomplete.el (ecomplete-highlight-match-line):
13209         Reimplement choosing.
13210         (ecomplete-highlight-match-line): Fix up code rewrite, remove
13211         dead variables.
13212
13213         * message.el (message-newline-and-indent): Remove debugging.
13214         (message-display-abbrev): Use new implementation.
13215
13216 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13217
13218         * gnus-art.el (gnus-article-mode):
13219         Set cursor-in-non-selected-windows to nil.
13220
13221         * smiley.el: Revert previous change.
13222         (smiley-data-directory): defvar it before using it in the
13223         defcustom of `smiley-style'.
13224
13225 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13226
13227         * message.el (message-newline-and-indent): New function.
13228
13229         * ecomplete.el: Implement more bits.
13230
13231         * message.el (message-put-addresses-in-ecomplete): Clean up the
13232         string.
13233
13234         * ecomplete.el (ecomplete-add-item): Chop off decimals.
13235
13236         * gnus-sum.el (gnus-summary-save-parts):
13237         Bind gnus-summary-save-parts-counter and use it to make unique file
13238         names.
13239
13240         * gnus-art.el (gnus-ignored-headers): Add some more headers.
13241
13242         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13243         parameter to say whether to actually parse the individual
13244         addresses.
13245
13246         * message.el (message-put-addresses-in-ecomplete): New function.
13247         (ecomplete): Require.
13248         (message-mail-alias-type): Add ecomplete as an option.
13249
13250 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
13251
13252         * flow-fill.el (fill-flowed): Remove trailing space from blank
13253         quoted lines.
13254
13255 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13256
13257         * smiley.el (smiley-style): Move definition later to avoid a
13258         compilation warning.
13259
13260 2006-04-12  Kenichi Handa  <handa@m17n.org>
13261
13262         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13263         buffer and then decode the buffer text if necessary.
13264         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13265         first, and after mm-encode-body, change the buffer to unibyte.
13266         Use mm-disable-multibyte instead of set-buffer-multibyte.
13267
13268 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13269
13270         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13271         Content-Type header instead of Content-Disposition header.
13272         (gnus-mime-inline-part): Ditto.
13273         (gnus-mime-view-part-as-charset): Ignore charset that the part
13274         specifies.
13275
13276         * mm-decode.el (mm-display-part): Work with external parts and
13277         usual parts similarly.
13278
13279         * mm-extern.el (mm-inline-external-body): Use mm-display-part
13280         instead of gnus-display-mime.
13281
13282         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13283         instead of with-temp-buffer.
13284
13285         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13286         tag to summarized topics part in order to encode non-ASCII text.
13287
13288 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13289
13290         * smiley.el (smiley-style): New variable.
13291         (smiley-directory): New function.
13292         (smiley-data-directory): Derive from `smiley-style' using
13293         `smiley-directory'.
13294         (smiley-regexp-alist): Add new entries.
13295
13296         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13297         (gnus-article-browse-delete-temp): Add :version.
13298
13299 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
13300
13301         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13302         the sieve region.
13303
13304 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13305
13306         * gnus.el (gnus-version-number): Bump version.
13307
13308 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13309
13310         * gnus.el: No Gnus v0.4 is released.
13311
13312 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13313
13314         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13315         layout.
13316
13317         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13318         unknown charset.
13319
13320         * message.el (message-header-synonyms): Add Original-To to the
13321         default.
13322
13323         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13324         optional parameter.
13325
13326 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13327
13328         * gnus-fun.el (gnus): Require it for gnus-directory.
13329
13330 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13331
13332         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13333
13334 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13335
13336         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13337
13338 2006-04-05  Simon Josefsson  <jas@extundo.com>
13339
13340         * password.el (password-reset): New function.
13341
13342 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13343
13344         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13345         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13346
13347 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13348
13349         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13350         Some whitespace was matched into the url, which broke browsing hits
13351         > 100 when mm-url-use-external was nil.
13352
13353 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13354
13355         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13356         Check gnus-extra-headers for 'Newsgroups.
13357
13358         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13359         bound.
13360
13361 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13362
13363         * pgg-gpg.el: Clean up process buffers every time gpg processes
13364         complete.
13365
13366 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13367
13368         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13369         doc string.
13370
13371 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13372
13373         * pgg-gpg.el (pgg-gpg-process-filter)
13374         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13375
13376         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13377         lines, temporary fix.
13378
13379 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13380
13381         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13382
13383 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13384
13385         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13386         default-enable-multibyte-characters.  This reverts the change from
13387         revision 6.17 which is no longer necessary because the passphrase
13388         is sent separately now.  GnuPG messages are unreadable under
13389         multibyte locales with default-enable-multibyte-characters set to
13390         nil.
13391
13392 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13393
13394         * message.el (message-tool-bar-gnome): Move "spell".
13395
13396 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13397
13398         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13399         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13400         instead.
13401
13402 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13403
13404         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13405         Improve newsgroups handling for NNTP overviews which don't include
13406         Newsgroups.
13407
13408 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13409
13410         * message.el (message-resend): Bind message-generate-hashcash to nil.
13411
13412 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13413
13414         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13415         when searching for already-paid recipients.
13416
13417 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13418
13419         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13420         passphrases when it is not needed.
13421         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13422         passphrase stuff from gpg, should only be necessary when you use
13423         gpg with a smartcard.
13424
13425 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13426
13427         * mml.el (mml-insert-mime): Ignore cached contents of
13428         message/external-body part.
13429
13430         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13431         (mm-insert-part): Ditto.
13432
13433 2006-03-23  Simon Josefsson  <jas@extundo.com>
13434
13435         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13436         Reiner.
13437         (pgg-gpg-use-agent-p): Use it again.
13438
13439 2006-03-23  Simon Josefsson  <jas@extundo.com>
13440
13441         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13442         older emacsen.
13443         (pgg-gpg-use-agent-p): Don't use it.
13444
13445 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13446
13447         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13448         if we can.
13449
13450 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13451
13452         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13453         (pgg-gpg-update-agent): New function.
13454         (pgg-gpg-use-agent-p): New function.
13455         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13456         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13457         (pgg-gpg-sign-region): Use it.
13458
13459 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13460
13461         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13462         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13463
13464 2006-03-21  Simon Josefsson  <jas@extundo.com>
13465
13466         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13467         <wilde@sha-bang.de>.
13468         (pgg-gpg-use-agent): New variable.
13469         (pgg-gpg-process-region): Use it.
13470         (pgg-gpg-encrypt-region): Likewise.
13471         (pgg-gpg-encrypt-symmetric-region): Likewise.
13472         (pgg-gpg-decrypt-region): Likewise.
13473         (pgg-gpg-sign-region): Likewise.
13474         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13475
13476 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13477
13478         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13479
13480         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13481         Add comment on version.
13482
13483 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13484
13485         * smiley.el: Add missing test smiley.
13486
13487 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13488
13489         * mm-decode.el (mm-with-part): New macro.
13490         (mm-get-part): Use it; work with message/external-body as well.
13491         (mm-save-part): Treat name and filename equally.
13492
13493         * mm-extern.el (mm-extern-cache-contents): New function.
13494         (mm-inline-external-body): Use it; force the part to be displayed;
13495         move undisplayer added to the cached handle to the parent.
13496
13497         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13498         (gnus-mime-view-part-as-type): Work with message/external-body.
13499
13500         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13501
13502 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13503
13504         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13505         images in image-load-path.  [Sync with image.el, revision 1.60, in
13506         Emacs.]
13507
13508 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13509
13510         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13511         path rather than symbol.  Always return list of directories.
13512         Guarantee that image directory comes first.  [Sync with image.el,
13513         revision 1.59, in Emacs.]
13514
13515         * message.el (message-make-tool-bar): Adjust to new API of
13516         `gmm-image-load-path-for-library'.
13517
13518         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13519
13520         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13521
13522 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13523
13524         * gnus-art.el (gnus-article-only-boring-p):
13525         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13526         intangible text.
13527         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13528
13529 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13530
13531         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13532         Use `defun' instead of `gmm-defun-compat'.
13533
13534 2006-03-14  Simon Josefsson  <jas@extundo.com>
13535
13536         * message.el (message-unique-id): Don't use message-number-base36
13537         if (user-uid) is a float.
13538         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13539
13540 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13541
13542         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13543
13544         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13545         empty line between a part and a message part.
13546
13547 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13548
13549         * smiley.el: Add more test smileys.
13550         (smiley-data-directory, smiley-regexp-alist)
13551         (gnus-smiley-file-types): Fix doc strings.
13552         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13553         adding new elements.
13554         (smiley-mouse-map): Unused code.  Make it a comment.
13555
13556 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13557
13558         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13559         scan latest NoCeM messages instead of old ones.
13560         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13561         delimiters that are recently used.
13562         (gnus-nocem-load-cache): Add autoload cookie.
13563
13564         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13565
13566         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13567         level which is larger than gnus-use-nocem is specified.
13568
13569         * gnus-group.el (gnus-group-get-new-news): Ditto.
13570
13571 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13572
13573         * gnus-util.el (gnus-tool-bar-update): New function.
13574
13575         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13576         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13577
13578         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13579
13580         * gnus-group.el (gnus-group-redraw-when-idle)
13581         (gnus-group-redraw-check): Remove.
13582         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13583
13584 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13585
13586         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13587         if optional last element is specified in splits (FIELD VALUE...).
13588
13589 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13590
13591         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13592         to gmm-image-load-path-for-library.  Call with no-error argument.
13593         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13594
13595         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13596
13597         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13598
13599         * gmm-utils.el (gmm-image-load-path): Remove alias.
13600
13601 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13602
13603         * gmm-utils.el (gmm-image-load-path): Add alias.
13604
13605         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13606         nnml-generate-nov-databases-1.
13607         (nnml-generate-nov-databases): Use it.
13608         (nnml-generate-nov-databases-directory): Document no-active
13609         argument.
13610
13611         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13612         directory if path is t.  Add no-error.
13613
13614         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13615         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13616
13617         * gnus-art.el (gnus-article-browse-delete-temp-files):
13618         Simplify resetting gnus-article-browse-html-temp-list.
13619
13620         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13621         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13622         Add example to docstring.  Rename local variables.  Move error
13623         checks to default case in cond and simplify.
13624
13625 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13626
13627         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13628         handle is multipart when calling it recursively.
13629         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13630
13631 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13632
13633         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13634         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13635
13636 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13637
13638         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13639         is loaded.
13640
13641         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13642         loaded.
13643
13644 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13645
13646         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13647         to "Emacs 23 (unicode)" in doc string.
13648
13649         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13650         "Emacs 23 (unicode)" in comment.
13651
13652 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13653
13654         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13655
13656         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13657         characters 160 through 255 in Emacs 23.
13658
13659 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13660
13661         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13662         gnus-article-browse-html-temp.
13663         (gnus-article-browse-delete-temp): Make it customizable.
13664         Add `file'.  Adjust doc string.
13665         (gnus-article-browse-delete-temp-files): Add argument.
13666         Allow query for each file.  Adjust doc string.
13667         (gnus-article-browse-html-parts):
13668         Add `gnus-article-browse-delete-temp-files' to
13669         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13670
13671 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13672
13673         * gnus-art.el (gnus-article-browse-html-temp)
13674         (gnus-article-browse-delete-temp): New variables.
13675         (gnus-article-browse-delete-temp-files): New function.
13676         (gnus-article-browse-html-parts): Use it.
13677
13678 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13679
13680         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13681
13682         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13683         string.
13684
13685         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13686         gnus-summary-insert-new-articles when unplugged.
13687         Remove gnus-summary-search-article-forward.
13688
13689         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13690         display-visual-class instead of display-color-cells.
13691
13692 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13693
13694         * dgnushack.el: Autoload customize-group for XEmacs.
13695
13696         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13697         message/* containing non-ASCII text properly.
13698
13699 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13700
13701         * message.el: Require gmm-utils, remove autoloads.
13702         (message-tool-bar): Set default based on
13703         gmm-tool-bar-style.
13704         (message-tool-bar-gnome): Add gmm-customize-mode.
13705
13706         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13707         gmm-tool-bar-style.
13708         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13709
13710         * gnus-group.el (gnus-group-tool-bar): Set default based on
13711         gmm-tool-bar-style.
13712         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13713
13714         * gmm-utils.el (gmm-image-directory): Rename variable from
13715         gmm-image-load-path.
13716         (gmm-image-load-path): Use gmm-image-directory.
13717         (gmm-customize-mode): New function.
13718         (gmm-tool-bar-style): New variable.
13719
13720         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13721         gnus-group-redraw-line-number.
13722         (gnus-group-redraw-check): Simplify.
13723         (gnus-group-tool-bar-update): Remove redraw check.
13724         (gnus-group-make-tool-bar): Add redraw check.
13725
13726 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13727
13728         * gnus-art.el (gnus-button): Add missing parentheses.
13729
13730 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13731
13732         * lpath.el: Fbind line-number-at-pos.
13733
13734 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13735
13736         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13737
13738 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13739
13740         * gnus-art.el (gnus-button): New face.
13741         (gnus-article-button-face): Use it.
13742
13743         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13744         Add gnus-summary-next-page.  Re-order.
13745
13746         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13747         next-node are now included.
13748         (gnus-group-redraw-line-number): New internal variable.
13749         (gnus-group-redraw-check): Helper function for updating the tool
13750         bar.
13751         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13752
13753         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13754
13755         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13756         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13757         Use it to match format of Spamassassin 3.0 and later.
13758         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13759         (spam-check-bogofilter)
13760         (spam-bogofilter-register-with-bogofilter): Fix args of
13761         `gnus-error' calls.
13762
13763 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13764
13765         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13766         unnecessary interaction when sending queued mails.
13767         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13768
13769 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13770
13771         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13772         first or last are nil.
13773
13774 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13775
13776         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13777
13778 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13779
13780         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13781
13782 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13783
13784         * dns.el (query-dns): Protect more against buggy tcp output.
13785
13786 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13787
13788         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13789         nov.php.
13790
13791 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13792
13793         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13794         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13795         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13796         output on the server side.
13797         (nnweb-google-create-mapping): Update regexps and add some
13798         progress indication.
13799
13800 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13801
13802         * gnus-group.el (gnus-group-tool-bar-gnome):
13803         Fix gnus-agent-toggle-plugged.  Re-order icons.
13804         (gnus-group-tool-bar-gnome):
13805         Add gnus-group-{prev,next}-unread-group.
13806         (gnus-group-tool-bar-gnome): Re-order icons.
13807
13808         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13809         Move gnus-summary-insert-new-articles.
13810
13811         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13812         Fix comments.
13813
13814         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13815         also available in Emacs 21.3.
13816
13817         * message.el (message-fix-before-sending): Change "Emacs 22" to
13818         "Emacs 23 (unicode)" in comment.
13819
13820         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13821         "Emacs 23 (unicode)" in comment.
13822
13823         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13824         comment.
13825         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13826
13827         * mm-view.el (mm-fill-flowed): Add :version.
13828
13829 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13830
13831         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13832         and load-path.
13833
13834 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13835
13836         * message.el: Autoload gmm-image-load-path.
13837         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13838         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13839         consitency.
13840
13841         * gmm-utils.el (gmm-image-load-path): Also search in
13842         "../etc/images".  Don't set gmm-image-load-path if we don't find
13843         the image.
13844
13845 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13846
13847         * gmm-utils.el (gmm-image-load-path): Don't make
13848         `gmm-image-load-path' include subdirectories which the second arg
13849         `image' might specify.
13850
13851         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13852         subdirectory to icon file names.
13853
13854         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13855
13856 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13857
13858         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13859         gmm-image-load-path calls.
13860
13861         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13862
13863         * message.el (message-make-tool-bar): Ditto.
13864
13865         * mml.el (mml-preview): Add comment concerning tool bar icons.
13866
13867         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13868         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13869
13870         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13871         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13872
13873         * message.el (message-tool-bar-gnome): Use new icon names.
13874         (message-make-tool-bar): Use `gmm-image-load-path'.
13875
13876         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13877         New functions from MH-E.
13878         (gmm-image-load-path): New variable from MH-E.
13879         (gmm-image-load-path): New function from MH-E.  Add arguments
13880         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13881         *-image-load-path-called-flag.
13882
13883 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13884
13885         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13886
13887 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13888
13889         * nnimap.el (nnimap-request-move-article): Change folder back to
13890         source group before deleting.
13891
13892 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13893
13894         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13895
13896         * gnus-art.el (mm-url-insert-file-contents-external):
13897         Autoload mm-url.
13898
13899         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13900
13901 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13902
13903         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13904         coding system which mm-charset-to-coding-system returns for a
13905         given charset is valid.
13906
13907 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13908
13909         * html2text.el (html2text-remove-tag-list):
13910         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13911
13912 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13913
13914         * gnus-cus.el: Revert 2005-10-17 change.
13915
13916 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13917
13918         * gnus-art.el (article-strip-banner):
13919         Call article-really-strip-banner only when the regexp match is made.
13920
13921 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13922
13923         * gnus-art.el (article-strip-banner):
13924         Use gnus-extract-address-components instead of
13925         mail-header-parse-addresses to make it work with non-ASCII text;
13926         remove mail-encode-encoded-word-string.
13927
13928         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13929         values which are surrounded with \"...\"; make it never cause a
13930         Lisp error; give up parsing of parameters if it failed in
13931         extracting type.
13932
13933 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13934
13935         * smime.el (smime-cert-by-ldap-1): Fix bug where
13936         `smime-ldap-search' returns results without userCertificates.
13937
13938 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13939
13940         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13941
13942 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13943
13944         * spam.el (spam-check-spamassassin-headers): Adapt format for
13945         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13946         <ari@mbf.ocn.ne.jp>.
13947         (spam-list-of-processors): Add spam-use-gmane.
13948
13949 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13950
13951         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13952         make-temp-file; make it work with XEmacs as well.
13953
13954         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13955         mm-make-temp-file.
13956
13957         * mm-decode.el (mm-display-external): Use the 3rd arg of
13958         mm-make-temp-file.
13959         (mm-create-image-xemacs): Ditto.
13960
13961 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13962
13963         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13964         with message-narrow-to-headers.
13965         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13966         (gnus-draft-check-draft-articles): New function.
13967         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13968
13969 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13970
13971         * gnus-art.el (gnus-article-browse-html-parts):
13972         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13973         Don't use suffix argument for mm-make-temp-file for Emacs 21
13974         compatibility.  Remove useless `format'.
13975
13976 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13977
13978         * nnweb.el (nnweb-google-wash-article): Update regexps.
13979         (nnweb-group-alist): Use defvoo instead of defvar.
13980
13981 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13982
13983         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13984         re-loading nn* modules.
13985
13986 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13987
13988         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13989         for `tool-bar-mode' and don't check it's default-value.
13990
13991         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13992
13993         * message.el (message-make-tool-bar): Ditto.
13994
13995         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13996         `substring'.  Shorten tmp-file name.
13997
13998         * gnus.el: Remove bogus comment.
13999
14000 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
14001
14002         * gnus-art.el (gnus-article-browse-html-parts): New function.
14003         (gnus-article-browse-html-article): New function for viewing html
14004         articles with a browser.
14005
14006 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
14007
14008         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
14009         in elisp.
14010         (pgg-gpg-encrypt-symmetric-region): Ditto.
14011         (pgg-gpg-sign-region): Ditto.
14012
14013         * pgg-def.el (pgg-text-mode): New variable.
14014
14015         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
14016         (mml2015-pgg-encrypt): Ditto.
14017
14018         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
14019         (mml1991-pgg-encrypt): Ditto.
14020
14021 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14022
14023         * nnfolder.el (nnfolder-insert-newsgroup-line):
14024         Use message-make-date instead of current-time-string.
14025
14026         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
14027         to gnus-decoded which mm-uu might set.
14028
14029 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14030
14031         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
14032         don't decode quoted parameters; remove misimported Emacs code.
14033         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14034         (rfc2231-decode-encoded-string): Don't use split-string which
14035         behaves differently according to Emacs version; use
14036         mm-decode-coding-region to convert charset to coding-system.
14037         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14038         (rfc2231-encode-string): Remove misimported Emacs code.
14039
14040 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14041
14042         * gnus-art.el (article-decode-charset): Don't use ignore-errors
14043         when calling mail-header-parse-content-type.
14044         (article-de-quoted-unreadable): Ditto.
14045         (article-de-base64-unreadable): Ditto.
14046         (article-wash-html): Ditto.
14047
14048         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
14049         calling mail-header-parse-content-type and
14050         mail-header-parse-content-disposition.
14051         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
14052         mail-header-parse-content-type.
14053
14054         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
14055         insert charset and format parameters; encode description after
14056         inserting it to buffer.
14057         (mml-insert-parameter): Fold lines properly even if a parameter is
14058         segmented into two or more lines; change the max column to 76.
14059
14060         * rfc1843.el (rfc1843-decode-article-body): Don't use
14061         ignore-errors when calling mail-header-parse-content-type.
14062
14063         * rfc2231.el (rfc2231-parse-string): Return at least type if
14064         possible; don't cause an error even if it fails in parsing of
14065         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14066         (rfc2231-encode-string): Don't break lines at the beginning, leave
14067         it to mml-insert-parameter.
14068
14069         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
14070         calling mail-header-parse-content-type.
14071
14072 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
14073
14074         * spam-report.el (spam-report-gmane-use-article-number):
14075         Improve doc string.
14076         (spam-report-gmane-internal): Check if a suitable header was found
14077         in the article.
14078
14079 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14080
14081         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14082         (rfc2231-encode-string): Make param*=value always begin with LWSP.
14083
14084 2006-02-05  Romain Francoise  <romain@orebokech.com>
14085
14086         Update copyright notices of all files in the gnus directory.
14087
14088 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14089
14090         * nnweb.el (nnweb-request-group): Avoid growing overview files.
14091
14092 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14093
14094         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14095         segmented lines of parameter value to cope with Thunderbird 1.5
14096         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14097         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14098         (rfc2231-encode-string): Don't make lines exceeding 76 column.
14099
14100 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
14101
14102         * mml.el (mml-generate-mime-1): Correct the order of inline signed
14103         parts.
14104
14105 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14106
14107         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14108         there's only one active file for all servers.
14109         (nnweb-request-scan): Make sure nnweb-articles is initialized on
14110         solid groups.  Gnus might have used a FAST request to select the group.
14111         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14112         and nnweb-search redundantly in the active file.
14113         (nnweb-request-list): Don't list bogus groups.  There can only be one.
14114         (nnweb-request-create-group): Don't use ARGS.
14115         (nnweb-possibly-change-server, nnweb-request-group): Remove some
14116         initialisations.  Let nnoo do the work.
14117
14118 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14119
14120         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14121         Say the part has been decoded.
14122
14123         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
14124
14125 2006-01-31  Kevin Ryde  <user42@zip.com.au>
14126
14127         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14128         mailcap-viewer-test-cache when there's no 'test clause, since that
14129         will invert the meaning of a "nil" test previously determined by
14130         mailcap-mailcap-entry-passes-test.
14131
14132 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14133
14134         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14135         compiling.
14136
14137         * gnus-sum.el: Ditto.
14138
14139         * message.el: Don't bind tool-bar-map when compiling.
14140
14141 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
14142
14143         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14144
14145 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14146
14147         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14148         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14149         current Google Groups.
14150
14151 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
14152
14153         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14154         and tool-bar-mode.
14155
14156         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14157         and tool-bar-mode.
14158
14159         * message.el (message-tool-bar-update): Simplify.
14160         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14161
14162         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14163         gnus-summary-buffer.
14164         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14165         gnus-summary-reply.
14166
14167         * gmm-utils.el (gmm): Add :version.
14168
14169 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14170
14171         * Makefile.in (clean): New rule.
14172         (distclean): Use it.
14173
14174 2006-01-26  Steve Youngs  <steve@sxemacs.org>
14175
14176         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14177         Don't autoload.
14178
14179 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14180
14181         * gmm-utils.el (gmm-verbose): Add :group.
14182
14183 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
14184
14185         * message.el: Change some comments WRT tool-bars.
14186
14187         * gnus-sum.el (gnus-summary-tool-bar)
14188         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14189         (gnus-summary-tool-bar-zap-list): New variables.
14190         (gnus-summary-make-tool-bar): Complete rewrite using
14191         `gmm-tool-bar-from-list'.
14192
14193         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14194         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14195         New variables.
14196         (gnus-group-make-tool-bar): Complete rewrite using
14197         `gmm-tool-bar-from-list'.
14198         (gnus-group-tool-bar-update): New function.
14199
14200         * message.el (message-mode-field-menu): Add "Show hidden Headers".
14201
14202 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14203
14204         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14205         is dissected into a single part of which the type is the same as
14206         the given one; decode charset.
14207
14208 2006-01-21  Kevin Ryde  <user42@zip.com.au>
14209
14210         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14211         into alists as symbol not string, since that's what
14212         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14213         look for.
14214
14215 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
14216
14217         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14218         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14219
14220         * message.el (message-tool-bar-gnome): Use gmm-ignore.
14221
14222 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14223
14224         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
14225         (gnus-xmas-mime-security-button-menu): New function.
14226
14227         * gnus-art.el (gnus-mime-security-button-commands): New variable.
14228         (gnus-mime-security-button-menu): New definition.
14229         (gnus-mime-security-button-map): Use them.
14230         (gnus-mime-security-button-menu): New function.
14231         (gnus-insert-mime-security-button): Addition to help echo.
14232         (gnus-mime-security-run-function, gnus-mime-security-save-part)
14233         (gnus-mime-security-pipe-part): New functions.
14234
14235         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14236         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14237
14238         * mm-decode.el (mm-handle-set-disposition): Remove.
14239         (mm-handle-set-description): Remove.
14240
14241 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14242
14243         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14244         (mm-w3m-standalone-supports-m17n-p): New function.
14245         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14246         w3m usage.
14247
14248         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14249         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14250
14251 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14252
14253         * message.el (message-tool-bar-zap-list):
14254         Use gmm-tool-bar-zap-list as custom type.
14255         (message-tool-bar-update): New function.
14256         (message-tool-bar, message-tool-bar-gnome)
14257         (message-tool-bar-retro): Add message-tool-bar-update.
14258         (message-tool-bar-gnome): Add flyspell-buffer.
14259
14260         * gnus-util.el (gnus-error): Describe `args'.
14261
14262         * gmm-utils.el (gmm-error): Describe `args'.
14263         (gmm-tool-bar-zap-list): New widget.
14264         (gmm-tool-bar-from-list): Improve description of `zap-list'.
14265
14266 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14267
14268         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14269         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14270         the number of recursive calls.
14271
14272         * mm-decode.el (mm-handle-set-disposition): New macro.
14273         (mm-handle-set-description): New macro.
14274
14275 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14276
14277         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14278         encoding.
14279
14280 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14281
14282         * message.el (message-tool-bar-zap-list, message-tool-bar)
14283         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14284         (message-tool-bar-local-item-from-menu): Remove.
14285         (message-tool-bar-map): Replace by `message-make-tool-bar'.
14286         (message-make-tool-bar): New function.
14287         (message-mode): Use `message-make-tool-bar'.
14288
14289         * gmm-utils.el: New file.
14290         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14291         (gmm-lazy): New widget copied from `nnmail.el'.
14292         (gmm-tool-bar-from-list): New function for creating customizable
14293         tool bars.
14294         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
14295         output.
14296         (gmm): Add :prefix to defgroup.
14297
14298 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
14299
14300         * gmm-utils.el (gmm-widget-p): New function.
14301
14302 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14303
14304         * mml.el (mml-attach-file): Describe `description' in doc string.
14305         (mml-menu): Add Emacs MIME manual and PGG manual.
14306
14307 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14308
14309         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14310
14311 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14312
14313         * nntp.el (nntp-end-of-line): Doc fix.
14314
14315 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14316
14317         * imap.el (imap-open): Handle case where buffer is a buffer
14318         object.
14319
14320 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14321
14322         * gnus-delay.el (gnus-delay): Don't autoload.
14323         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14324         to be re-loaded when customizing the `gnus-delay' group.
14325
14326 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14327
14328         * message.el (message-insert-citation-line): Use newlines.
14329
14330 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14331
14332         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14333         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14334         these routines, so the passphrase can be managed externally and
14335         passed in to the system.
14336         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14337         pgg-add-passphrase-to-cache function.
14338
14339         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14340         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14341         these routines, so the passphrase can be managed externally and
14342         passed in to the system.
14343         (pgg-pgp5-sign-region): Use new name of
14344         pgg-add-passphrase-to-cache function.
14345
14346 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14347
14348         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14349         part of the decoded armor to find the key-identifier.
14350         (pgg-gpg-lookup-key-owner): New function to return the
14351         human-readable identifier of a key owner.
14352         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14353         itself.
14354         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14355         the key value) if we have a key and can match it against a secret
14356         key.  Also, added a note pointing out fact that the prompt only
14357         indicates the first matching key.
14358
14359         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14360         pgg-decrypt-region.
14361         (pgg-add-passphrase-to-cache): Rename from
14362         `pgg-add-passphrase-cache' to reduce confusion (all callers
14363         changed).
14364         (pgg-remove-passphrase-from-cache): Rename from
14365         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14366         changed).
14367         (pgg-read-passphrase, pgg-add-passphrase-cache)
14368         (pgg-remove-passphrase-cache): Add informative docstrings.
14369         (pgg-decrypt): Convey provided passphrase in subordinate call to
14370         pgg-decrypt-region.
14371
14372 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14373
14374         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14375         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14376         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14377         'passphrase' argument, so the passphrase can be managed externally
14378         and then passed in to the system.
14379
14380         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14381         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14382         so the passphrase cache can be used reliably with identifiers
14383         besides a pgp packet's key id.
14384
14385         * pgg-gpg.el (pgg-gpg-encrypt-region)
14386         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14387         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14388         these routines, so the passphrase can be managed externally and
14389         passed in to the system.
14390
14391         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14392         'notruncate' argument, so the passphrase cache can be used
14393         reliably with identifiers besides a pgp packet's key id.
14394
14395 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14396
14397         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14398         symmetric encryption.
14399         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14400         encrypted session key.
14401         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14402         message ask for the passphrase in a proper way.
14403
14404         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14405         New user commands for symmetric encryption.
14406
14407 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14408
14409         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14410
14411         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14412
14413 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14414
14415         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14416
14417 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14418
14419         * mm-decode.el (mm-inlined-types): Add application/pgp.
14420         (mm-automatic-display): Ditto.
14421
14422         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14423         part as text.
14424
14425 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14426
14427         * nnrss.el: Update copyright.
14428         (nnrss-opml-import): Query whether to subscribe to each entry.
14429
14430         * gnus-art.el:
14431         * gnus-sum.el:
14432         * gnus-xmas.el:
14433         * messagexmas.el:
14434         * mm-uu.el:
14435         * mm-view.el: Update copyright.
14436
14437 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14438
14439         * message.el (message-info): New function.
14440         (message-mode-menu): Add it.
14441         Update copyright.
14442
14443         * ChangeLog: Fix and update copyright.
14444
14445 2006-01-13  Romain Francoise  <romain@orebokech.com>
14446
14447         * message.el (message-forward-subject-name-subject): Prefer the
14448         address to 'nowhere' if the sender has no name.
14449         Fix typo.  Update copyright year.
14450
14451 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14452
14453         * gnus-art.el (article-wash-html):
14454         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14455         (gnus-article-wash-html-with-w3m-standalone): New function.
14456
14457         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14458         mm-inline-text-html-render-with-w3m-standalone.
14459         (mm-text-html-washer-alist): Map w3m-standalone to
14460         gnus-article-wash-html-with-w3m-standalone.
14461         (mm-inline-text-html-render-with-w3m-standalone): New function.
14462
14463 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14464
14465         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14466         Improve LaTeX.
14467
14468 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14469
14470         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14471         (nnrss-request-article): Render text/plain parts as HTML.
14472
14473         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14474         the buffer.
14475
14476 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14477
14478         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14479         custom definition of `gnus-posting-styles'.
14480
14481         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14482         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14483
14484 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14485
14486         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14487         Use nntp for bug archive.
14488
14489 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14490
14491         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14492         parts.
14493         (nnrss-normalize-date): New function converts ISO 8601 date into
14494         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14495         (nnrss-check-group): Use it.
14496
14497 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14498
14499         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14500
14501         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14502         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14503         (nnrss-insert-w3): Ditto.
14504
14505 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14506
14507         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14508         the articles to be forwarded including the case where neither a
14509         number of articles nor a region is specified.
14510
14511 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14512
14513         * nnrss.el (nnrss-request-article): Fix last change; fill
14514         text/plain parts.
14515
14516 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14517
14518         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14519         in text/plain part.
14520         (nnrss-check-group): Don't add excessive newline to dc:subject.
14521
14522 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14523
14524         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14525         article.
14526
14527 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14528
14529         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14530         (nnml-use-compressed-files, nnml-save-mail): Support other
14531         comression programs such as bzip2.
14532
14533 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14534
14535         * dns.el (query-dns): Make sure we check the buffer size before
14536         removing tcp headers.
14537
14538 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14539
14540         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14541         remove MIME buttons associated with multipart/alternative parts.
14542         (gnus-mime-display-alternative): Tag buttons using `article-type'
14543         text property.
14544
14545         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14546         associated with multipart/alternative parts.
14547
14548         * gnus-art.el (gnus-signature-separator): Fix custom type.
14549
14550         * mm-decode.el (mm-inlined-types): Fix custom type.
14551         (mm-keep-viewer-alive-types): Ditto.
14552         (mm-automatic-display): Ditto.
14553         (mm-attachment-override-types): Ditto.
14554         (mm-inline-override-types): Ditto.
14555         (mm-automatic-external-display): Ditto.
14556
14557 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14558
14559         * spam-report.el (spam-report-user-mail-address)
14560         (spam-report-user-agent): New variables.
14561         (spam-report-url-ping-plain): Use spam-report-user-agent.
14562
14563 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14564
14565         * gnus-art.el (gnus-button-handle-custom): Do not just use
14566         `customize-apropos' for any "M-x customize-*" button but the
14567         function called for.  Accept both the function name and its
14568         argument in order to achieve this.
14569         (gnus-button-alist): Remove support for "custom:" URL's.
14570         Pass function name to `gnus-button-handle-custom' in case of "M-x
14571         customize-*" buttons.
14572
14573 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14574
14575         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14576         multipart/alternative and add xref to mm-discouraged-alternatives
14577         in doc string.
14578
14579         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14580         gnus-buttonized-mime-types in doc string.
14581
14582 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14583
14584         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14585         Suggest image/.* in the doc string.
14586
14587 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14588
14589         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14590         message-marks (Debian bug #342521).
14591
14592 2005-12-12  Simon Josefsson  <jas@extundo.com>
14593
14594         * password.el (password-read-from-cache): Add.
14595         (password-read): Use it.
14596
14597 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14598
14599         * rfc2047.el (rfc2047-charset-to-coding-system):
14600         Recognize us-ascii as a MIME charset.
14601
14602         * mm-bodies.el (mm-decode-content-transfer-encoding):
14603         Protect against the case where the 2nd arg TYPE is nil.
14604
14605 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14606
14607         * pop3.el (pop3-stream-type): Fix custom version.
14608
14609         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14610
14611 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14612
14613         * mm-decode.el (mm-display-external): Add missing cdr.
14614
14615 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14616
14617         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14618         RFC1524) if it is in mailcap or add a suffix according to
14619         mailcap-mime-extensions when generating a temp filename; postpone
14620         deleting a temp file for 2 seconds for some wrappers, shell
14621         scripts, and so on, which might exit right after having started a
14622         viewer command as a background job.
14623
14624 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14625
14626         * nntp.el (nntp-marks-directory): Fix custom group.
14627
14628         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14629         steps when < 10.
14630
14631         * gnus-start.el (gnus-no-server-1):
14632         Mention `gnus-level-default-subscribed' in doc string.
14633
14634 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14635
14636         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14637         parens.
14638
14639 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14640
14641         * gnus-xmas.el (gnus-use-toolbar): Revert.
14642         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14643         gnus-use-toolbar is default.
14644
14645         * messagexmas.el (message-use-toolbar): Revert.
14646         (message-setup-toolbar): Use global default-toolbar if
14647         message-use-toolbar is default.
14648
14649 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14650
14651         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14652         according to default-toolbar-visible-p.
14653
14654         * messagexmas.el (message-use-toolbar): Ditto.
14655
14656 2005-11-26  Dave Love  <fx@gnu.org>
14657
14658         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14659         (tls-program, tls-success): Provide openssl alternative.
14660
14661         * starttls.el: Doc fixes.
14662         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14663         SERVICE to PORT.
14664
14665         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14666         port null or service name.
14667         (starttls-negotiate): Autoload.
14668
14669 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14670
14671         * message.el (message-kill-to-signature): Fix interactive spec.
14672
14673 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14674
14675         * pop3.el (pop3-open-server): Recognize a string as a service name.
14676
14677 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14678
14679         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14680
14681 2005-11-23  Dave Love  <fx@gnu.org>
14682
14683         Add pop3s, pop3/starttls.
14684
14685         * pop3.el (pop3-authentication-scheme): Clarify doc.
14686         (open-tls-stream, starttls-open-stream): Autoload.
14687         (pop3-stream-type): New.
14688         (pop3-open-server): Use it.
14689
14690         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14691         for POP.
14692         (mail-source-keyword-map): Add :stream for POP.
14693         (mail-source-fetch-pop): Use pop3-stream-type.
14694
14695 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14696
14697         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14698         of current-time-string.
14699
14700 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14701
14702         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14703         date header.
14704
14705 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14706
14707         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14708         it can seriously impact performance as it bypasses the agent's
14709         local caches.
14710
14711 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14712
14713         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14714         must be explicitly online rather than "not explicitly offline" for
14715         its flags to be synchronized.
14716
14717         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14718         that gnus-uu-unmark-thread will function correctly.
14719
14720         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14721         1024K is instead displayed as 1M.
14722
14723 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14724
14725         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14726
14727 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14728
14729         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14730
14731 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14732
14733         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14734         error message to display actual error condition.
14735         (gnus-agent-save-local): Avoid saving symbols that are bound to
14736         nil as they simply result in a warning message in
14737         gnus-agent-read-local.
14738
14739 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14740
14741         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14742         rather than make-variable-buffer-local for file-precious-flag.
14743
14744 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14745
14746         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14747         for duplicates which are removed.  The invalid sort check then
14748         triggers a rescan after the sort as sorting may have moved
14749         duplicate entries such that they can be cheaply detected.
14750
14751 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14752
14753         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14754
14755 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14756
14757         * gnus-agent.el (gnus-agent-article-alist-save-format):
14758         Change internal variable to a custom variable.  Change default value
14759         from compressed(2) to uncompressed(1).
14760         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14761         support for uncompressed agentview files.  Taken together, reading
14762         the agentview file should now be 6-7 times faster.
14763
14764 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14765
14766         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14767         as a buffer-local variable.  This avoids creating truncated
14768         dribble files as a result of a hang up, eg.
14769
14770 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14771
14772         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14773         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14774         XEmacs.
14775
14776 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14777
14778         * gnus-start.el (gnus-start-draft-setup):
14779         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14780
14781         * gnus.el (gnus-splash): Change custom group.
14782         (gnus-group-get-parameter, gnus-group-parameter-value):
14783         Describe allow-list argument.
14784
14785         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14786         string.
14787
14788 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14789
14790         * gnus-art.el (gnus-default-article-saver): Add user-defined
14791         `function' to custom type.
14792
14793 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14794
14795         * imap.el (imap-open): Handle case where buffer is a buffer
14796         object.
14797
14798 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14799
14800         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14801         long lines.
14802         (gnus-cache-delete-group): Wrap doc strings.
14803
14804         * gnus-agent.el (gnus-agent-rename-group)
14805         (gnus-agent-delete-group): Wrap doc strings.
14806
14807 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14808
14809         * messagexmas.el (message-use-toolbar): Change the valid values
14810         into default, top, bottom, left, and right.
14811         (message-toolbar-thickness): New variable.
14812         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14813         well.
14814         (message-setup-toolbar): Make it work.
14815
14816         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14817         (gnus-use-toolbar): Change the valid values into default, top,
14818         bottom, left, and right.
14819         (gnus-toolbar-thickness): New variable.
14820         (gnus-xmas-setup-toolbar): New function.
14821         (gnus-xmas-setup-group-toolbar): Use it.
14822         (gnus-xmas-setup-summary-toolbar): Use it.
14823
14824 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14825
14826         * gnus-start.el (gnus-1): Add "native" to
14827         gnus-predefined-server-alist.
14828
14829         * gnus.el (gnus-method-to-server): Don't add "native" to the
14830         lists here, because that leads to problems when
14831         gnus-select-method is bound.
14832
14833 2005-11-09  Simon Josefsson  <jas@extundo.com>
14834
14835         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14836         use (not sort-by-date) instead.
14837
14838 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14839
14840         * gnus-delay.el (gnus-delay-group): Don't autoload.
14841         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14842         to be re-loaded when customizing the `gnus-delay' group.
14843
14844 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14845
14846         * message.el: Revert last changes.
14847         (message-insert-citation-line): Use newlines.
14848
14849 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14850
14851         * message.el (message-courtesy-message)
14852         (message-mark-insert-begin, message-mark-insert-end)
14853         (message-elide-ellipsis, message-cancel-message)
14854         (message-add-header, message-change-subject)
14855         (message-cross-post-followup-to-header)
14856         (message-cross-post-insert-note, message-reduce-to-to-cc)
14857         (message-widen-reply, message-delete-not-region)
14858         (message-kill-to-signature, message-insert-signature)
14859         (message-insert-importance-high, message-insert-importance-low)
14860         (message-insert-or-toggle-importance)
14861         (message-insert-disposition-notification-to)
14862         (message-indent-citation, message-yank-original)
14863         (message-cite-original-without-signature, message-cite-original)
14864         (message-insert-citation-line, message-position-on-field)
14865         (message-fix-before-sending, message-send-mail-partially)
14866         (message-send-mail, message-send-mail-with-sendmail)
14867         (message-send-mail-with-qmail, message-send-news)
14868         (message-check-news-header-syntax, message-generate-headers)
14869         (message-insert-courtesy-copy, message-fill-address)
14870         (message-fill-header, message-shorten-references)
14871         (message-setup-1, message-cancel-news)
14872         (message-forward-make-body-plain, message-forward-make-body-mime)
14873         (message-forward-make-body-mml, message-encode-message-body)
14874         (message-forward-make-body-digest-plain)
14875         (message-forward-make-body-digest-mime)
14876         (message-use-alternative-email-as-from): Insert `hard-newline'
14877         instead of ordinary newlines.
14878
14879 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14880
14881         * message.el (message-generate-headers): Downcase the argument
14882         given to message-check-element.
14883
14884 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14885
14886         * nntp.el (nntp-authinfo-rejected): New error condition.
14887         (nntp-wait-for): Use new error condition to signal authentication
14888         error.
14889         (nntp-retrieve-data): Rethrow new error condition to break out of
14890         recursive call to nntp-send-authinfo.
14891
14892 2005-11-08  Romain Francoise  <romain@orebokech.com>
14893
14894         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14895         (gnus-summary-exit-map): Bind to `Z p'.
14896         (gnus-summary-make-menu-bar): Add menu item.
14897
14898 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14899
14900         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14901         (gnus-treat-*): Add `first' in all doc strings.
14902
14903         * gnus-group.el (gnus-group-compact-group): Fix typo.
14904
14905 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14906
14907         * gnus.el (gnus-parameters-case-fold-search): New variable.
14908         (gnus-parameters-get-parameter): Use it.
14909
14910         * gnus-score.el (gnus-home-score-file): Doc fix.
14911
14912 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14913
14914         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14915
14916 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14917
14918         * mm-util.el (mm-special-display-p): New function.
14919
14920         * mml.el (mml-preview): Use it; doc fix.
14921
14922 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14923
14924         * imap.el (imap-open): Handle case where buffer is a buffer object.
14925
14926 2005-10-29  Romain Francoise  <romain@orebokech.com>
14927
14928         * message.el (message-fix-before-sending): Fix comment.
14929
14930 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14931
14932         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14933
14934 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14935
14936         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14937         Used in gnus-score.el.
14938
14939 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14940
14941         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14942
14943 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14944
14945         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14946         whitespace removed in revision 7.8.  Use concatenated string to
14947         protect trailing whitespace.
14948
14949 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14950
14951         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14952         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14953         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14954         Courier IMAP ("some version from 2004").  Mostly based on similar
14955         code in the same function.
14956
14957 2005-10-26  Didier Verna  <didier@xemacs.org>
14958
14959         * gnus-group.el (gnus-group-compact-group): Invalidate original
14960         article buffer.
14961         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14962         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14963         NOV database and in article itself.
14964         Invalidate article backlog.
14965
14966 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14967
14968         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14969
14970 2005-10-26  Simon Josefsson  <jas@extundo.com>
14971
14972         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14973         part of 2004-07-25 change.
14974
14975 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14976
14977         * message.el (message-display-completion-list): New function.
14978         (message-expand-group): Use it; make sure the Completions buffer
14979         is modifiable.
14980 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14981
14982         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14983         user-mail-name is an empty string.
14984
14985 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14986
14987         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14988         depending on gnus-score-decay-constant.
14989
14990         * encrypt.el (encrypt-insert-file-contents)
14991         (encrypt-write-file-contents): Don't use `gnus-message'.
14992
14993         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14994         arguments.
14995         (mm-uu-type-alist): Add message-marks and insert-marks.
14996         Pass arguments to mm-uu-verbatim-marks-extract.
14997         (mm-uu-hide-markers): New variable.
14998         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14999
15000         * gnus-fun.el (gnus-convert-image-to-x-face-command)
15001         (gnus-convert-image-to-face-command): Use "convert" by default to
15002         allow other input image formats.
15003         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
15004         accordingly.
15005
15006 2005-10-23  Simon Josefsson  <jas@extundo.com>
15007
15008         * imap.el (imap-gssapi-program): Align command line parameters
15009         with latest GNU SASL.
15010         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
15011
15012 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15013
15014         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
15015         HTML.
15016         (nnslashdot-request-article): Ditto.
15017
15018         * lpath.el (featurep): Add nobreak-char-display.
15019
15020 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15021
15022         * mail-source.el (mail-source-fetch-pop): Require pop3.
15023         (mail-source-check-pop): Ditto.
15024
15025 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15026
15027         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
15028         errors.
15029
15030 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15031
15032         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
15033         (gnus-treat-strip-leading-blank-lines): Improve doc string.
15034
15035         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
15036
15037         * mm-bodies.el (mm-decode-string):
15038         Call `mm-charset-to-coding-system' with allow-override argument.
15039
15040 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15041
15042         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
15043         (rfc2047-charset-to-coding-system): New function.
15044         (rfc2047-decode-encoded-words): New function.
15045         (rfc2047-decode-region): Use them.
15046         (rfc2047-decode-cte): Remove.
15047         (rfc2047-parse-and-decode): Remove.
15048         (rfc2047-decode): Remove.
15049
15050 2005-10-15  Kenichi Handa  <handa@m17n.org>
15051
15052         * rfc2047.el (rfc2047-decode-cte): New function.
15053         (rfc2047-decode-region): Change the way to decode successive
15054         encoded-words: decode B- or Q-encoding in each encoded-word,
15055         concatenate them, and decode it as charset.
15056
15057 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15058
15059         * lpath.el: Fbind codepage-setup for XEmacs.
15060
15061 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
15062
15063         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
15064         widget-move-and-invoke.
15065         (gnus-custom-mode): Use gnus-custom-map.
15066
15067 2005-10-15  Bill Wohler  <wohler@newt.com>
15068
15069         * message.el (message-tool-bar-map): Rename image file from
15070         mail_send to mail/send.
15071
15072 2005-10-16  Masatake YAMATO  <jet@gyve.org>
15073
15074         * message.el (message-expand-group): Pass the common
15075         prefix substring of completion to `display-completion-list'.
15076
15077 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
15078
15079         * mml-sec.el (mml-secure-method): New internal variable.
15080         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
15081         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
15082         New functions using mml-secure-method.
15083
15084         * mml.el (mml-mode-map): Add key bindings for those functions.
15085         (mml-menu): Simplify security menu entries.  Suggested by Jesper
15086         Harder <harder@myrealbox.com>.
15087         (mml-attach-file, mml-attach-buffer, mml-attach-external):
15088         Goto end of message if point is the headers of the message.
15089
15090         * message.el (message-in-body-p): New function.
15091
15092         * assistant.el: Autoload gnus-util and netrc.
15093
15094         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
15095         Use `mm-charset-override-alist' only when decoding.
15096
15097         * mm-bodies.el (mm-decode-body):
15098         Call `mm-charset-to-coding-system' with allow-override argument.
15099
15100         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15101         `filename' from Content-Disposition if Content-Type doesn't
15102         provide `name'.
15103         (gnus-mime-view-part-as-type): Set default instead of
15104         initial-input.
15105
15106 2005-10-09  Daniel Brockman  <daniel@brockman.se>
15107
15108         * format-spec.el (format-spec): Propagate text properties of % spec.
15109
15110 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15111
15112         * gnus-art.el (gnus-treat-predicate): Add `first'.
15113
15114 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15115
15116         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15117         (mm-charset-override-alist): New variable.
15118         (mm-charset-to-coding-system): Use it.
15119         (mm-codepage-setup): New helper function.
15120         (mm-charset-eval-alist): New variable.
15121         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15122         Warn about unknown charsets.
15123
15124         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
15125
15126 2005-10-04  David Hansen  <david.hansen@gmx.net>
15127
15128         * nnrss.el (nnrss-request-article): Add support for the comments tag.
15129         (nnrss-check-group): Ditto.
15130
15131 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15132
15133         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15134         Rename x-gnus-verbatim to x-verbatim.
15135         (mm-uu-type-alist): Fix regexp for verbatim-marks.
15136
15137         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15138         x-verbatim.
15139
15140         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15141
15142         * gnus-util.el (gnus-remove-duplicates): Remove.
15143
15144         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15145         instead of gnus-remove-duplicates.
15146
15147         * message.el (message-remove-duplicates): Remove.
15148         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15149         message-remove-duplicates.
15150
15151         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15152         available, else use implementation from `delete-dups'.
15153
15154         * message.el (message-insert-expires): New function.
15155         (message-mode-map): Add key binding.
15156         (message-mode-field-menu): Add menu entry.
15157         (message-mode): Document it.
15158         (message-make-expires-date): Use `message-make-date'.
15159
15160 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
15161
15162         * message.el (message-make-expires-date): New function.
15163
15164 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15165
15166         * Makefile.in (list-installed-shadows): New entry.
15167         (install): Use it.
15168         (remove-installed-shadows): New entry.
15169
15170         * dgnushack.el (dgnushack-default-load-path): New variable.
15171         (dgnushack-find-lisp-shadows): New function.
15172         (dgnushack-remove-lisp-shadows): New function.
15173
15174 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15175
15176         * Makefile.in (install-el-elc): New entry.
15177         (install): Use it so that .el files are necessarily installed.
15178
15179 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15180
15181         * time-date.el: Autoload parse-time-string, XEmacs needs it.
15182
15183 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15184
15185         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15186         function rather than the diff-mode.el package.
15187         (mm-display-external): Use with-current-buffer.
15188         (mm-viewer-completion-map, mm-viewer-completion-map):
15189         Move initialization inside declaration.
15190
15191 2005-09-29  Simon Josefsson  <jas@extundo.com>
15192
15193         * spam.el: Load hashcash when compiling, to avoid warnings.
15194         Don't autoload mail-check-payment.
15195         (spam-check-hashcash): Define unconditionally, since hashcash.el
15196         is part of Gnus now.  Ignore errors from payment checking.
15197
15198 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15199
15200         * message.el (message-bold-region, message-unbold-region):
15201         Rename from `bold-region' and `unbold-region'.
15202
15203         * message.el: Remove useless autoloads.
15204
15205 2005-09-28  Simon Josefsson  <jas@extundo.com>
15206
15207         * message.el (message-use-idna): Default to t.
15208         (message-use-idna): Test whether encoding works too.  Doc fix.
15209
15210 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15211
15212         * nntp.el (nntp-warn-about-losing-connection): Remove.
15213
15214 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15215
15216         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15217         customizable.  Change default value.
15218         (mm-uu-diff-groups-regexp): Change default value.
15219         (mm-uu-type-alist): Add doc string.
15220         (mm-uu-configure): Add doc string.  Make it interactive.
15221         (mm-uu-tex-groups-regexp): New variable.
15222         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15223         (mm-uu-type-alist): Add LaTeX documents.
15224         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15225         of "text/verbatim".
15226         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15227
15228         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15229         instead of "text/verbatim".
15230
15231         * message.el (message-mark-inserted-region)
15232         (message-mark-insert-file): Use slrn style marks when called with
15233         prefix argument.
15234
15235 2005-09-27  Simon Josefsson  <jas@extundo.com>
15236
15237         * message.el (message-idna-to-ascii-rhs-1): Reformat.
15238
15239 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
15240
15241         * message.el (message-remove-duplicates): New function.
15242         Implementation borrowed from `gnus-remove-duplicates'.
15243         (message-idna-to-ascii-rhs): Also encode idna addresses in
15244         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15245         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15246         only ask about the same idna domain once per header and also tell
15247         in what header to replace the idna domain.
15248
15249         * gnus-art.el (article-decode-idna-rhs): Also decode idna
15250         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15251         (article-decode-idna-rhs): Fix regexp so that all idna-address in
15252         a header is decoded and not just the last one.
15253
15254 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15255
15256         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15257         has been decoded.
15258
15259         * mm-decode.el (mm-automatic-display): Add text/verbatim.
15260         (mm-insert-part): Don't modify text if it has been decoded.
15261
15262         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15263         decoded.
15264
15265         * mm-view.el (mm-inline-text): Don't strip text props unless
15266         decoding enriched or richtext parts.
15267
15268 2005-09-25  Romain Francoise  <romain@orebokech.com>
15269
15270         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15271         * gnus-start.el (gnus-subscribe-interactively):
15272         * gnus-uu.el (gnus-uu-grab-articles):
15273         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15274         space.
15275
15276 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15277
15278         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15279         * mm-view.el (mm-view-pkcs7-decrypt):
15280         * gnus-sum.el (gnus-summary-limit-to-extra)
15281         (gnus-summary-respool-article, gnus-read-move-group-name):
15282         * gnus-score.el (gnus-summary-increase-score):
15283         * gnus-util.el (gnus-completing-read-with-default):
15284         * gnus-art.el (gnus-read-save-file-name)
15285         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15286         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15287         * message.el (message-check-news-header-syntax):
15288         Follow convention for reading with the minibuffer.
15289
15290 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
15291
15292         * spam-report.el (spam-report-url-ping-plain):
15293         Use gnus-extended-version as User-Agent.
15294
15295         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15296         default value is nil.
15297
15298         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15299         (mm-uu-verbatim-marks-extract): New function.
15300         (mm-uu-extract): New face.
15301         (mm-uu-copy-to-buffer): Use it.
15302
15303         * spam-report.el (spam-report-gmane-ham): Rename from
15304         `spam-report-gmane-unspam'.
15305         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15306         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15307
15308         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15309         Autoload.
15310         (spam-report-gmane-unregister-routine):
15311         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15312
15313 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15314
15315         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15316         (spam-report-gmane-unregister-routine): Add support for gmane
15317         unregistration.
15318
15319         * spam-report.el (spam-report-gmane-unspam)
15320         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15321         (spam-report-gmane): Change to take a single article and do unspam
15322         registration.
15323
15324 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15325
15326         * mm-url.el (mm-url-decode-entities): Fix regexp.
15327
15328 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15329
15330         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15331         default to nil, to be able to use Gnus at all.  If the default
15332         switches to something else, then the function should be fixed not
15333         be exceedingly slow.
15334
15335 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15336
15337         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15338         fail hard.
15339
15340         * spam-report.el: Add better Keywords line.
15341
15342         * spam.el: Add Maintainer and better Keywords line.
15343
15344 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15345
15346         * gnus-art.el (gnus-article-replace-part)
15347         (gnus-mime-replace-part): New functions.
15348         (gnus-mime-action-alist, gnus-mime-button-commands)
15349         (gnus-mime-save-part-and-strip): Add file argument.
15350         (gnus-article-part-wrapper): Add interactive argument.
15351
15352         * gnus-sum.el (gnus-summary-mime-map):
15353         Add `gnus-article-replace-part'.
15354
15355 2005-09-19  Didier Verna  <didier@xemacs.org>
15356
15357         The nnml compaction feature:
15358         * nnml.el (nnml-request-compact-group): New function.
15359         * nnml.el (nnml-request-compact): New function.
15360         * gnus-int.el (gnus-request-compact-group): New function.
15361         * gnus-int.el (gnus-request-compact): New function.
15362         * gnus-group.el (gnus-group-compact-group): New function.
15363         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15364         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15365         * gnus-srvr.el (gnus-server-compact-server): New function.
15366         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15367         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15368
15369 2005-09-18  Deepak Goel  <deego@gnufans.org>
15370
15371         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15372         format spec.
15373
15374 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15375
15376         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15377
15378 2005-09-15  Romain Francoise  <romain@orebokech.com>
15379
15380         * message.el (message-fill-paragraph): Clarify docstring.
15381
15382 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15383
15384         * gnus-art.el (gnus-mime-display-part): Protect against broken
15385         MIME messages.
15386
15387 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15388
15389         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15390         before parsing header.
15391
15392 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15393
15394         * html2text.el (html2text-replace-list): Add new entities.
15395
15396 2005-09-11  Romain Francoise  <romain@orebokech.com>
15397
15398         * message.el (message-alternative-emails): Improve docstring.
15399         (message-setup-1): Call `message-use-alternative-email-as-from'
15400         after `message-setup-hook' to give it precedence over posting
15401         styles, etc.
15402         (message-use-alternative-email-as-from): Add docstring.
15403         Remove the original From header if present.
15404
15405         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15406         (nnml-save-mail): Use it.
15407
15408         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15409         articles.  Add new argument `silent'.
15410         (gnus-uu-mark-all): Report the total number of marked articles.
15411
15412 2005-09-10  Romain Francoise  <romain@orebokech.com>
15413
15414         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15415         (gnus-uu-mark-series): Likewise.
15416
15417 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15418
15419         * spam-report.el (spam-report-gmane): Fix generation of spam
15420         report URL.
15421
15422 2005-09-10  Simon Josefsson  <jas@extundo.com>
15423
15424         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15425         t, based on discussion on the ding list with Robert Epprecht
15426         <epprecht@solnet.ch>.
15427
15428 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15429
15430         * spam-report.el (spam-report-gmane): Make it work without
15431         X-Report-Spam header.  Gmane now only provides Archived-At.
15432         This is only used if `spam-report-gmane-use-article-number' is nil.
15433         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15434
15435         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15436         make `gnus-summary-sort-by-recipient' work with threading.
15437
15438         * nnweb.el (nnweb-google-wash-article): Print a message if article
15439         is not available.
15440
15441 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15442
15443         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15444         change.  Decode text/* parts content before displaying.
15445
15446 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15447
15448         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15449
15450 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15451
15452         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15453
15454         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15455         url-package-name, url-package-version,
15456         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15457         w3m-display-inline-images, and w3m-minor-mode-map.
15458
15459 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15460
15461         * message.el (message-tab-body-function): Fix mismatched custom type.
15462
15463         * gnus.el (gnus-group-change-level-function): Ditto.
15464
15465         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15466
15467         * gnus-art.el (gnus-signature-limit)
15468         (gnus-article-mime-part-function): Ditto.
15469
15470 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15471
15472         * mml.el (mml-mode): Silence the byte compiler.
15473
15474         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15475         using `(sit-for 0)' before moving the point to the specified part;
15476         skip unbuttonized parts.
15477         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15478         return to the summary window if gnus-auto-select-part is non-nil.
15479
15480 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15481
15482         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15483         New variables.
15484         (mml-dnd-attach-file, mml-mode): Use them.
15485
15486         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15487         Make fetching article by MID work again for Google Groups.
15488         Add FIXME concerning gnus-group-make-web-group.
15489
15490         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15491         Don't depend on Gnus by using mail-extract-address-components if
15492         gnus-extract-address-components is not bound.
15493
15494 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15495
15496         * gnus-art.el (gnus-mime-display-security): Don't display the
15497         signature, but only the signed part.
15498
15499 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15500
15501         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15502
15503         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15504         list, not listp.
15505
15506 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15507
15508         * mm-encode.el (mm-encode-content-transfer-encoding):
15509         Likewise when encoding.
15510
15511         * mm-bodies.el (mm-decode-content-transfer-encoding):
15512         De-canonicalize CRLF for all text content types, not just
15513         text/plain.
15514
15515 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15516
15517         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15518         valid article; point arrow and cursor at the MIME button.
15519
15520 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15521
15522         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15523         Suggested by Dan Christensen <jdc@uwo.ca>.
15524
15525         * mm-decode.el (mm-save-part): Enable change of prompt.
15526
15527 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15528
15529         * gnus-msg.el (gnus-inews-add-send-actions):
15530         Make `message-post-method' lambda parameter ARG `&optional'.
15531
15532 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15533
15534         * gnus-sum.el (gnus-summary-mime-map):
15535         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15536         gnus-article-jump-to-part.
15537
15538         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15539         (gnus-article-edit-part): Use it.
15540         (gnus-article-part-wrapper): Add no-handle argument.
15541         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15542         New functions.
15543
15544 2005-08-29  Romain Francoise  <romain@orebokech.com>
15545
15546         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15547         docstring.
15548         (gnus-face-from-file): Likewise.
15549
15550 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15551
15552         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15553         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15554         non-nil.
15555         (gnus-auto-select-part): New variable.
15556         (gnus-article-jump-to-part): New function.
15557         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15558         (gnus-mime-delete-part): Allow selecting specified part after
15559         deleting or stripping parts.
15560         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15561         part if argument is bogus.
15562
15563 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15564
15565         * gnus-art.el (w3m-minor-mode-map):
15566         * gnus-spec.el (gnus-newsrc-file-version):
15567         * gnus-util.el (nnmail-active-file-coding-system)
15568         (gnus-original-article-buffer, gnus-user-agent):
15569         * gnus.el (gnus-ham-process-destinations)
15570         (gnus-parameter-ham-marks-alist)
15571         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15572         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15573         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15574         * mm-decode.el (gnus-current-window-configuration):
15575         * mm-extern.el (gnus-article-mime-handles):
15576         * mm-url.el (url-current-object, url-package-name)
15577         (url-package-version):
15578         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15579         (smime-keys, w3m-cid-retrieve-function-alist)
15580         (w3m-current-buffer, w3m-display-inline-images)
15581         (w3m-minor-mode-map):
15582         * mml-smime.el (gnus-extract-address-components):
15583         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15584         (gnus-newsrc-hashtb, message-default-charset)
15585         (message-deletable-headers, message-options)
15586         (message-posting-charset, message-required-mail-headers)
15587         (message-required-news-headers):
15588         * mml1991.el (mc-pgp-always-sign):
15589         * mml2015.el (mc-pgp-always-sign):
15590         * nnheader.el (nnmail-extra-headers):
15591         * rfc1843.el (gnus-decode-encoded-word-function)
15592         (gnus-decode-header-function, gnus-newsgroup-name):
15593         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15594
15595 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15596
15597         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15598         the end of the date treatments.
15599
15600 2005-08-15  Simon Josefsson  <jas@extundo.com>
15601
15602         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15603         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15604         Capello and Romain Francoise.
15605         (pgg-fetch-key-function): Remove, not used?
15606         (pgg-insert-url-with-w3): Require url, to get
15607         url-insert-file-contents regardless of where it is defined.
15608
15609 2005-08-13  Romain Francoise  <romain@orebokech.com>
15610
15611         * message.el (message-cite-original-1): New function.
15612         (message-cite-original): Use it.
15613         (message-cite-original-without-signature): Ditto.
15614
15615 2005-08-08  Romain Francoise  <romain@orebokech.com>
15616
15617         * message.el (message-yank-empty-prefix): New variable.
15618         (message-indent-citation): Use it.
15619         (message-cite-original-without-signature): Respect X-No-Archive.
15620
15621 2005-08-08  Simon Josefsson  <jas@extundo.com>
15622
15623         * pgg.el: Autoload url-insert-file-contents instead of loading
15624         w3/url.
15625         (pgg-insert-url-with-w3): Don't load url here.
15626
15627 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15628
15629         * message.el (message-kill-to-signature): Don't insert newline at
15630         bol.
15631         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15632
15633 2005-08-06  Romain Francoise  <romain@orebokech.com>
15634
15635         * message.el (message-user-fqdn): Fix typo in docstring.
15636
15637 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15638
15639         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15640
15641         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15642
15643 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15644
15645         * mm-bodies.el (mm-encode-body): Use coding system rather than
15646         charset to encode text.
15647
15648         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15649         number of charsets if utf-8 is available (XEmacs).
15650
15651 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15652
15653         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15654         taken from `gnus-button-mid-or-mail-regexp'.
15655         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15656         (gnus-button-alist): Improve regexp for domain part of the MIDs
15657         for news:localpart@domain buttons.
15658         (gnus-button-ctan-directory-regexp): Update.
15659
15660 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15661
15662         * sieve-manage.el (sieve-manage-interactive-login):
15663         Use make-local-variable rather than make-variable-buffer-local.
15664         (sieve-manage-open): Ditto.
15665         (sieve-manage-authenticate): Ditto.
15666
15667         * mml.el (mml-generate-mime-1): Make the content type default to
15668         text/plain if the filename is not specified.
15669
15670 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15671
15672         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15673         instead of insert-buffer.
15674
15675         * message.el (message-yank-original): Ditto; set the mark at the
15676         end of the yanked message.
15677
15678 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15679
15680         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15681         lines to scroll rather than to stop it.
15682
15683         * mml.el (mml-generate-default-type): Add doc string.
15684         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15685         default to application/octet-stream when determining the content
15686         type if it is not specified for the part or the mml contents; add
15687         a comment about mml-generate-default-type.
15688
15689 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15690
15691         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15692         make it default to application/octet-stream when determining the
15693         content type if it is not specified for the external contents.
15694
15695 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15696
15697         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15698         segmented parameter but also other parameters might be there.
15699
15700 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15701
15702         * mm-decode.el (mm-display-external): Delete temp file, directory
15703         and buffer immediately if the external process is exited.
15704
15705 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15706
15707         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15708         fewer lines than that of scroll-margin.
15709         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15710
15711 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15712
15713         * gnus-art.el (gnus-article-next-page): Revert.
15714         (gnus-article-beginning-of-window): New macro.
15715         (gnus-article-next-page-1): Use it.
15716         (gnus-article-prev-page): Ditto.
15717         (gnus-article-edit-part): Use insert-buffer-substring instead of
15718         insert-buffer.
15719         (gnus-article-edit-exit): Ditto.
15720
15721         * gnus-util.el (gnus-beginning-of-window): Remove.
15722         (gnus-end-of-window): Remove.
15723
15724         * lpath.el: Don't bind header-line-format and scroll-margin.
15725
15726 2005-07-25  Simon Josefsson  <jas@extundo.com>
15727
15728         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15729         to have the url package without w3.  Reported by Daiki Ueno
15730         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15731
15732 2005-07-20  Didier Verna  <didier@xemacs.org>
15733
15734         * gnus-diary.el: Remove the description comment (nndiary is now
15735         properly documented in the Gnus manual).
15736         Fix the spelling of "Back End".
15737         * nndiary.el: Ditto.
15738         Fix the copyright notice.
15739
15740 2005-07-18  Romain Francoise  <romain@orebokech.com>
15741
15742         * gnus-sum.el (gnus-summary-to-prefix)
15743         (gnus-summary-newsgroup-prefix): New variables.
15744         (gnus-summary-from-or-to-or-newsgroups): Use them.
15745
15746 2005-07-17  Romain Francoise  <romain@orebokech.com>
15747
15748         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15749         space as it's generally not especially interesting to the user.
15750
15751 2005-07-16  Romain Francoise  <romain@orebokech.com>
15752
15753         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15754         nil to avoid prompting and file modification if one of the
15755         messages at the top of the nnfolder file contains a copyright
15756         notice.
15757         Update copyright notice.
15758
15759         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15760         instead of `current-time-string' as the latter creates a time
15761         string that is not RFC 2822 compliant (it lacks the zone).
15762         Update copyright notice.
15763
15764 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15765
15766         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15767         for text/rtf.  Display default in prompt.  Pass default for M-n.
15768
15769         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15770
15771 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15772
15773         * gnus-msg.el (gnus-button-mailto):
15774         Remove save-selected-window-window hackery because it relies on
15775         save-selected-window internals.
15776
15777 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15778
15779         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15780         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15781         (gnus-article-prev-page): Ditto.
15782
15783         * gnus-util.el (gnus-beginning-of-window): New function.
15784         (gnus-end-of-window): New function.
15785
15786         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15787
15788 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15789
15790         * gnus-score.el (gnus-score-edit-all-score):
15791         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15792         gnus-message.
15793
15794 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15795
15796         * gnus-msg.el (gnus-button-mailto):
15797         Remove save-selected-window-window hackery because it relies on
15798         save-selected-window internals.
15799
15800 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15801
15802         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15803         add-minor-mode.
15804         (gnus-binary-mode): Ditto.
15805
15806         * gnus-topic.el (gnus-topic-mode): Ditto.
15807
15808 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15809
15810         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15811         (gnus-article-prev-page): Take scroll-margin into consideration.
15812
15813 2005-07-04  Lute Kamstra  <lute@gnu.org>
15814
15815         Update FSF's address in GPL notices.
15816
15817 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15818
15819         * gnus.el (gnus-exit):
15820         * gnus-group.el (gnus-group-icons):
15821         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15822
15823         * gnus-nocem.el (gnus-nocem):
15824         * message.el (message-various, message-buffers, message-sending)
15825         (message-interface, message-forwarding, message-insertion)
15826         (message-headers, message-news, message-mail):
15827         * pgg-gpg.el (pgg-gpg):
15828         * pgg-parse.el (pgg-parse):
15829         * pgg-pgp.el (pgg-pgp):
15830         * pgg-pgp5.el (pgg-pgp5):
15831         * pop3.el (pop3): Finish `defgroup' description with period.
15832
15833 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15834
15835         * gnus-art.el (article-display-face): Improve the efficiency.
15836         (article-display-x-face): Ditto; remove grey x-face stuff.
15837
15838 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15839
15840         * gnus-art.el (article-display-face): Correct the position in
15841         which Faces are inserted.
15842
15843 2005-06-29  Didier Verna  <didier@xemacs.org>
15844
15845         * gnus-art.el (article-display-face): Display faces in correct
15846         order.
15847
15848 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15849
15850         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15851         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15852         (gnus-nocem-check-article): Fetch the Type header.
15853         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15854         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15855         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15856         make sure gnus-nocem-hashtb is initialized.
15857         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15858         (gnus-nocem-unwanted-article-p): Ditto.
15859
15860         * pgg.el (pgg-verify): Return the verification result.
15861
15862 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15863
15864         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15865         is ascii.
15866
15867 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15868
15869         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15870         `show-nonbreak-escape'.
15871
15872 2005-06-23  Lute Kamstra  <lute@gnu.org>
15873
15874         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15875
15876         * dig.el (dig-mode):
15877         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15878
15879 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15880
15881         * nnimap.el (nnimap-split-download-body): Fix spellings.
15882
15883 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15884
15885         * gnus-art.el (gnus-article-encrypt-body):
15886         * gnus-cus.el (gnus-score-customize):
15887         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15888         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15889
15890 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15891
15892         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15893         header by looking for magic "MII" at the beginnig.
15894
15895 2005-06-16  Miles Bader  <miles@gnu.org>
15896
15897         * gnus-xmas.el (gnus-xmas-group-startup-message):
15898         Use renamed gnus-splash face.
15899
15900         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15901         (assistant-field-face): New backward-compatibility alias for renamed
15902         face.
15903         (assistant-render-text): Use renamed assistant-field face.
15904
15905         * spam.el (spam): Remove "-face" suffix from face name.
15906         (spam-face): New backward-compatibility alias for renamed face.
15907         (spam-face, spam-initialize): Use renamed spam face.
15908
15909         * message.el (message-header-to, message-header-cc)
15910         (message-header-subject, message-header-newsgroups)
15911         (message-header-other, message-header-name)
15912         (message-header-xheader, message-separator, message-cited-text)
15913         (message-mml): Remove "-face" suffix from face names.
15914         (message-header-to-face, message-header-cc-face)
15915         (message-header-subject-face, message-header-newsgroups-face)
15916         (message-header-other-face, message-header-name-face)
15917         (message-header-xheader-face, message-separator-face)
15918         (message-cited-text-face, message-mml-face):
15919         New backward-compatibility aliases for renamed faces.
15920         (message-font-lock-keywords): Use renamed message faces.
15921
15922         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15923         (sieve-test-commands, sieve-tagged-arguments):
15924         Remove "-face" suffix from face names.
15925         (sieve-control-commands-face, sieve-action-commands-face)
15926         (sieve-test-commands-face, sieve-tagged-arguments-face):
15927         New backward-compatibility aliases for renamed faces.
15928         (sieve-control-commands-face, sieve-action-commands-face)
15929         (sieve-test-commands-face, sieve-tagged-arguments-face):
15930         Use renamed sieve faces.
15931
15932         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15933         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15934         (gnus-group-news-3-empty, gnus-group-news-4)
15935         (gnus-group-news-4-empty, gnus-group-news-5)
15936         (gnus-group-news-5-empty, gnus-group-news-6)
15937         (gnus-group-news-6-empty, gnus-group-news-low)
15938         (gnus-group-news-low-empty, gnus-group-mail-1)
15939         (gnus-group-mail-1-empty, gnus-group-mail-2)
15940         (gnus-group-mail-2-empty, gnus-group-mail-3)
15941         (gnus-group-mail-3-empty, gnus-group-mail-low)
15942         (gnus-group-mail-low-empty, gnus-summary-selected)
15943         (gnus-summary-cancelled, gnus-summary-high-ticked)
15944         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15945         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15946         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15947         (gnus-summary-low-undownloaded)
15948         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15949         (gnus-summary-low-unread, gnus-summary-normal-unread)
15950         (gnus-summary-high-read, gnus-summary-low-read)
15951         (gnus-summary-normal-read, gnus-splash):
15952         Remove "-face" suffix from face names.
15953         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15954         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15955         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15956         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15957         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15958         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15959         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15960         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15961         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15962         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15963         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15964         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15965         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15966         (gnus-summary-normal-ticked-face)
15967         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15968         (gnus-summary-normal-ancient-face)
15969         (gnus-summary-high-undownloaded-face)
15970         (gnus-summary-low-undownloaded-face)
15971         (gnus-summary-normal-undownloaded-face)
15972         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15973         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15974         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15975         (gnus-splash-face):
15976         New backward-compatibility aliases for renamed faces.
15977         (gnus-group-startup-message): Use renamed gnus faces.
15978
15979         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15980         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15981         (gnus-server-agent): Remove "-face" suffix from face names.
15982         (gnus-server-agent-face, gnus-server-opened-face)
15983         (gnus-server-closed-face, gnus-server-denied-face)
15984         (gnus-server-offline-face):
15985         New backward-compatibility aliases for renamed faces.
15986         (gnus-server-agent-face, gnus-server-opened-face)
15987         (gnus-server-closed-face, gnus-server-denied-face)
15988         (gnus-server-offline-face): Use renamed gnus faces.
15989
15990         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15991         Remove "-face" suffix from face names.
15992         (gnus-picon-xbm-face, gnus-picon-face):
15993         New backward-compatibility aliases for renamed faces.
15994
15995         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15996         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15997         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15998         (gnus-cite-11): Remove "-face" suffix from face names.
15999         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
16000         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
16001         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
16002         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
16003         New backward-compatibility aliases for renamed faces.
16004         (gnus-cite-attribution-face, gnus-cite-face-list)
16005         (gnus-article-boring-faces): Use renamed gnus faces.
16006
16007         * gnus-art.el (gnus-signature, gnus-header-from)
16008         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
16009         (gnus-header-content): Remove "-face" suffix from face names.
16010         (gnus-signature-face, gnus-header-from-face)
16011         (gnus-header-subject-face, gnus-header-newsgroups-face)
16012         (gnus-header-name-face, gnus-header-content-face):
16013         New backward-compatibility aliases for renamed faces.
16014         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
16015
16016         * gnus-sum.el (gnus-summary-selected-face)
16017         (gnus-summary-highlight): Use renamed gnus faces.
16018         * gnus-group.el (gnus-group-highlight): Likewise.
16019
16020 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
16021
16022         * gnus-sieve.el (gnus-sieve-article-add-rule):
16023         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
16024         * spam-stat.el (spam-stat-buffer-change-to-spam)
16025         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
16026
16027         * message.el (message-is-yours-p):
16028         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
16029
16030 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16031
16032         * mm-view.el (mm-inline-text): Withdraw the last change.
16033
16034 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16035
16036         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
16037         executing enriched-decode.
16038
16039 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16040
16041         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
16042         charset of tar files.
16043
16044 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
16045
16046         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
16047
16048 2005-06-04  Lute Kamstra  <lute@gnu.org>
16049
16050         * nnfolder.el (nnfolder-read-folder): Make sure that undo
16051         information is never recorded.
16052
16053 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16054
16055         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
16056
16057 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16058
16059         * pop3.el (pop3-apop): Run md5 in the binary mode.
16060
16061         * starttls.el (starttls-set-process-query-on-exit-flag):
16062         Use eval-and-compile.
16063
16064 2005-05-31  Simon Josefsson  <jas@extundo.com>
16065
16066         * smime.el (smime-replace-in-string): Define.
16067         (smime-cert-by-ldap-1): Use it.
16068
16069 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16070
16071         * gnus-art.el (article-display-x-face): Replace
16072         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16073
16074         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
16075         set-process-query-on-exit-flag or process-kill-without-query.
16076
16077         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
16078         loop instead of replace-regexp.
16079
16080         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
16081         instead of process-kill-without-query if it is available.
16082
16083         * lpath.el: Fbind ldap-search-entries.
16084
16085         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
16086         instead of find-file-hooks if it is available.
16087
16088         * mml1991.el: Bind pgg-default-user-id when compiling.
16089
16090         * mml2015.el: Bind pgg-default-user-id when compiling.
16091
16092         * nndraft.el (nndraft-request-associate-buffer):
16093         Use write-contents-functions instead of write-contents-hooks if it is
16094         available.
16095
16096         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
16097         instead of find-file-hooks if it is available.
16098
16099         * nntp.el (nntp-open-connection): Replace
16100         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16101         (nntp-open-ssl-stream): Ditto.
16102         (nntp-open-tls-stream): Ditto.
16103
16104         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16105         set-process-query-on-exit-flag or process-kill-without-query.
16106         (starttls-open-stream-gnutls): Use it instead of
16107         process-kill-without-query.
16108         (starttls-open-stream): Ditto.
16109
16110 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
16111
16112         * smime.el (smime-cert-by-ldap-1): Don't use
16113         replace-regexp-in-string.
16114
16115 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
16116
16117         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16118
16119         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16120         in PEM format.  Adjust to the XEmacs compability.
16121
16122 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
16123
16124         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16125         by `string-to-number'.
16126         * gnus-agent.el (gnus-agent-regenerate-group)
16127         (gnus-agent-fetch-articles): Ditto.
16128         * gnus-art.el (gnus-button-fetch-group): Ditto.
16129         * gnus-cache.el (gnus-cache-generate-active)
16130         (gnus-cache-articles-in-group): Ditto.
16131         * gnus-group.el (gnus-group-set-current-level)
16132         (gnus-group-insert-group-line): Ditto.
16133         * gnus-score.el (gnus-score-set-expunge-below)
16134         (gnus-score-set-mark-below, gnus-summary-score-effect)
16135         (gnus-summary-score-entry): Ditto.
16136         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16137         (gnus-soup-pack): Ditto.
16138         * gnus-spec.el (gnus-xmas-format): Ditto.
16139         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16140         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16141         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16142         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16143         * nndb.el (nndb-get-remote-expire-response): Ditto.
16144         * nndiary.el (nndiary-parse-schedule-value)
16145         (nndiary-string-to-number, nndiary-request-replace-article)
16146         (nndiary-request-article): Ditto.
16147         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16148         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16149         * nneething.el (nneething-make-head): Ditto.
16150         * nnfolder.el (nnfolder-request-article)
16151         (nnfolder-retrieve-headers): Ditto.
16152         * nnheader.el (nnheader-file-to-number): Ditto.
16153         * nnkiboze.el (nnkiboze-request-article): Ditto.
16154         * nnmail.el (nnmail-process-unix-mail-format)
16155         (nnmail-process-babyl-mail-format): Ditto.
16156         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16157         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16158         (nnmh-request-create-group, nnmh-request-list-1)
16159         (nnmh-request-group, nnmh-request-article): Ditto.
16160         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16161         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16162         * nnsoup.el (nnsoup-make-active): Ditto.
16163         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16164         * nntp.el (nntp-find-group-and-number)
16165         (nntp-retrieve-headers-with-xover): Ditto.
16166         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16167         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16168         (pgg-format-key-identifier): Ditto.
16169         * pop3.el (pop3-last, pop3-stat): Ditto.
16170         * qp.el (quoted-printable-decode-region): Ditto.
16171
16172         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16173         of concat.
16174
16175 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16176
16177         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16178
16179         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16180
16181         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16182
16183         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16184
16185         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16186
16187         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16188
16189         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16190         (gnus-carpal-mode): Ditto.
16191
16192         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16193         (gnus-browse-mode): Ditto.
16194
16195         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16196
16197         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16198
16199 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16200
16201         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16202
16203 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16204
16205         * gnus-util.el (gnus-run-mode-hooks): New function.
16206
16207         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16208
16209         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
16210         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
16211
16212 2005-05-27  Lute Kamstra  <lute@gnu.org>
16213
16214         * dns-mode.el (dns-mode): Specify customization group.
16215
16216 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16217
16218         * gnus-agent.el (gnus-agent-make-mode-line-string):
16219         Use mode-line-highlight as mouse-face.
16220
16221 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16222
16223         * canlock.el (canlock): Change the parent group to news.
16224
16225         * deuglify.el (gnus-outlook-deuglify): Add :group.
16226
16227         * dig.el (dig): Add :group.
16228
16229         * dns-mode.el (dns-mode): Add :group.
16230
16231         * encrypt.el (encrypt): Add :group.
16232
16233         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16234         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16235         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16236         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16237         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16238
16239         * gnus-diary.el (gnus-diary): Add :group.
16240
16241         * gnus.el (gnus-group-news-1-face): Add :group.
16242         (gnus-group-news-1-empty-face): Ditto.
16243         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16244         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16245         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16246         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16247         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16248         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16249         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16250         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16251         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16252         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16253         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16254         (gnus-summary-high-ticked-face): Ditto.
16255         (gnus-summary-low-ticked-face): Ditto.
16256         (gnus-summary-normal-ticked-face): Ditto.
16257         (gnus-summary-high-ancient-face): Ditto.
16258         (gnus-summary-low-ancient-face): Ditto.
16259         (gnus-summary-normal-ancient-face): Ditto.
16260         (gnus-summary-high-undownloaded-face): Ditto.
16261         (gnus-summary-low-undownloaded-face): Ditto.
16262         (gnus-summary-normal-undownloaded-face): Ditto.
16263         (gnus-summary-high-unread-face): Ditto.
16264         (gnus-summary-low-unread-face): Ditto.
16265         (gnus-summary-normal-unread-face): Ditto.
16266         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16267         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16268
16269         * hashcash.el (hashcash): New custom group.
16270         (hashcash-default-payment): Add :group.
16271         (hashcash-payment-alist): Ditto.
16272         (hashcash-default-accept-payment): Ditto.
16273         (hashcash-accept-resources): Ditto.
16274         (hashcash-path): Ditto.
16275         (hashcash-extra-generate-parameters): Ditto.
16276         (hashcash-double-spend-database): Ditto.
16277         (hashcash-in-news): Ditto.
16278
16279         * message.el (message-minibuffer-local-map): Add :group.
16280
16281         * netrc.el (netrc): Add :group.
16282
16283         * sieve-manage.el (sieve-manage-log): Add :group.
16284         (sieve-manage-default-user): Diito.
16285         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16286         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16287         (sieve-manage-authenticators): Ditto.
16288         (sieve-manage-authenticator-alist): Ditto.
16289         (sieve-manage-default-port): Ditto.
16290
16291         * sieve-mode.el (sieve-control-commands-face): Add :group.
16292         (sieve-action-commands-face): Ditto.
16293         (sieve-test-commands-face): Ditto.
16294         (sieve-tagged-arguments-face): Ditto.
16295
16296         * smime.el (smime): Add :group.
16297
16298         * spam-report.el (spam-report): Add :group.
16299
16300         * spam.el (spam, spam-face): Add :group.
16301
16302 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16303
16304         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16305         return \n.\n.\n at the end of articles.  Protect against that.
16306         (nntp-with-open-group): Allow debugging.
16307
16308         * nnheader.el (mail-header-set-extra): Make into a function
16309         because I just could't understand how to quote the list properly.
16310
16311         * dns.el (query-dns-cached): New function.
16312
16313 2005-05-26  Lute Kamstra  <lute@gnu.org>
16314
16315         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16316
16317 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16318
16319         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16320
16321         * gnus-art.el: Don't autoload mail-extract-address-components.
16322
16323         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16324         eval-and-compile to evaluate it.
16325
16326         * hashcash.el: Don't autoload executable-find.
16327
16328         * nndb.el: Don't declare the nndb back end two or more times; don't
16329         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16330
16331         * nntp.el: Autoload format-spec instead of format; use
16332         eval-and-compile to evaluate autoload forms.
16333
16334 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16335
16336         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16337
16338 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16339
16340         * gnus.el (gnus-version-number): Bump version.
16341
16342 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16343
16344         * gnus.el: No Gnus v0.3 is released.
16345
16346 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16347
16348         * lpath.el (featurep): Bind show-nonbreak-escape.
16349
16350 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16351
16352         * gnus-art.el (gnus-article-edit-part): Disable undo.
16353
16354 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16355
16356         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16357         gnus-article-date-lapsed-new-header is t if date timer is active;
16358         skip headers in which the original date value is empty.
16359         (gnus-article-save-original-date): Redefine it as a macro.
16360         (gnus-display-mime): Use it.
16361
16362 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16363
16364         * gnus-art.el (article-date-ut): Support converting date in
16365         forwarded parts as well.
16366         (gnus-article-save-original-date): New function.
16367         (gnus-display-mime): Use it.
16368
16369 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16370
16371         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16372         enclosure element of <item>.
16373
16374 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16375
16376         * message.el (message-kill-buffer-query): Rename from
16377         `message-kill-buffer-query-if-modified'.  Add :version.
16378
16379 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16380
16381         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16382         window layout.
16383
16384 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16385
16386         * mml.el: Autoload dnd when compiling.
16387
16388 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16389
16390         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16391         x-dnd-*.
16392
16393 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16394
16395         * qp.el (quoted-printable-encode-region): Save excursion.
16396
16397 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16398
16399         * message.el (message-kill-buffer-query-if-modified): Add new variable
16400         so the user can kill a modified message buffer quickly.
16401         (message-kill-buffer): Use it.
16402
16403 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16404
16405         * lpath.el: Fbind display-time-event-handler; don't fbind
16406         string-to-multibyte.
16407
16408         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16409
16410 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16411
16412         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16413         contained in text because xml.el decodes entities) with LFs.
16414
16415 2005-04-11  Lute Kamstra  <lute@gnu.org>
16416
16417         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16418         differently.
16419
16420 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16421
16422         * mm-util.el (mm-detect-coding-region): Typo.
16423
16424 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16425
16426         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16427
16428 2005-04-06  Deepak Goel  <deego@gnufans.org>
16429
16430         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16431         user-function allow user modifications of the scores.
16432         (spam-stat-score-buffer-user): New function, to allow
16433         user-computed modifications to the score.
16434         (spam-stat-score-buffer-user-functions): List of additional
16435         scoring functions.
16436         (spam-stat-error-holder): Global temporary error holder.
16437         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16438         variable.
16439
16440 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16441
16442         * gnus-registry.el (gnus-registry-clean-empty-function)
16443         (gnus-registry-trim, gnus-registry-fetch-groups)
16444         (gnus-registry-delete-group): Groups that match
16445         `gnus-registry-ignored-groups' are removed from the registry
16446         entries, not just ignored for splitting.  This helps clean up the
16447         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16448         to get all the groups a message ID is in.
16449
16450         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16451         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16452         (spam-stat-score-buffer-user-functions): Add :number custom type.
16453
16454 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16455
16456         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16457         argument in XEmacs.
16458
16459         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16460         (nnrss-request-group): Decode group name first.
16461         (nnrss-request-article): Make a text/plain article if mml-to-mime
16462         failed.
16463         (nnrss-get-encoding): Return a compatible encoding according to
16464         nnrss-compatible-encoding-alist.
16465         (nnrss-find-el): Use consp instead of listp.
16466         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16467
16468 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16469
16470         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16471         which Emacs 20 doesn't support.
16472         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16473
16474 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16475
16476         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16477         silence the byte compiler inside the defun.
16478
16479         * gnus-demon.el (parse-time-string): Add autoload.
16480
16481         * gnus-delay.el (parse-time-string): Add autoload.
16482
16483         * gnus-art.el (parse-time-string): Add autoload.
16484
16485         * nnultimate.el (parse-time): Require for `parse-time-string'.
16486
16487 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16488
16489         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16490
16491         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16492
16493         * smime.el (smime-ldap-host-list): Add :version.
16494
16495 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16496
16497         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16498         pass it to `gnus-browse-read-group'.
16499         (gnus-browse-read-group): Add NUMBER argument and pass it to
16500         `gnus-group-read-ephemeral-group'.
16501
16502         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16503         argument and pass it to `gnus-group-read-group'.
16504
16505 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16506
16507         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16508         mm-xemacs-find-mime-charset-1 if we have the mule feature
16509         available at runtime.
16510
16511 2005-03-25  Werner Lemberg  <wl@gnu.org>
16512
16513         * nnmaildir.el: Replace `illegal' with `invalid'.
16514
16515 2005-03-23  Lute Kamstra  <lute@gnu.org>
16516
16517         * time-date.el: Add comment on time value formats.
16518         Don't require parse-time.
16519         (with-decoded-time-value): New macro.
16520         (encode-time-value): New function.
16521         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16522         (days-to-time): Return a valid time value when arg is huge.
16523         (time-since): Use time-subtract.
16524         (time-to-number-of-days): Use time-to-seconds.
16525
16526 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16527
16528         * gnus-start.el (gnus-display-time-event-handler):
16529         Check display-time-timer at runtime rather than only at load time
16530         in case display-time-mode is turned off in the mean time.
16531
16532 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16533
16534         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16535         used.
16536
16537         * nneething.el (nneething-map-file-directory): Derive from
16538         `gnus-directory'.
16539
16540         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16541         the To/Cc button.
16542
16543 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16544
16545         * nnmaildir.el (nnmaildir-request-accept-article):
16546         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16547
16548 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16549
16550         * gnus-async.el: Require timer-funcs at compile time when in
16551         XEmacs for `run-with-idle-timer'.
16552
16553 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16554
16555         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16556         autoloaded function.
16557
16558 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16559
16560         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16561
16562 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16563
16564         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16565
16566 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16567
16568         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16569         Add gnus-expert-user to default.
16570
16571 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16572
16573         * nnimap.el (nnimap-open-server): Ditto.
16574
16575         * imap.el (imap-authenticate): Fix typo.
16576
16577 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16578
16579         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16580         buffer (since IMAP server might return FETCH response out of
16581         order, and the nntp buffer must be sorted).
16582
16583 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16584
16585         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16586         comparison on string.
16587
16588         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16589         (gnus-agent-score): Rename category keywords to match gnus-cus.
16590         (gnus-agent-summary-fetch-series): Modify to protect against
16591         gnus-agent-summary-fetch-group clearing processable flags.
16592         (gnus-agent-synchronize-group-flags): Update live group buffer as
16593         synchronization may occur due to the user toggle the plugged
16594         status.
16595         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16596         successfully downloaded.
16597         (gnus-agent-expire-group-1): Avoid using markers when the overview
16598         is in ascending order; greatly improves performance.
16599         (gnus-agent-regenerate-group):
16600         Use gnus-agent-synchronize-group-flags to reset read status in both
16601         gnus and server.
16602         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16603
16604 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16605
16606         * message.el: Don't autoload former message-utils variables.
16607         (message-strip-subject-trailing-was): Change doc string.
16608
16609         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16610         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16611         (nnweb-google-search): Add "hl=en" here.
16612         (nnweb-google-parse-1, nnweb-google-create-mapping):
16613         Don't hardcode URL.
16614
16615 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16616
16617         * message.el (message-get-reply-headers, message-followup):
16618         Mention related variables `message-use-followup-to' and
16619         `message-use-mail-followup-to', in the information buffer.
16620
16621         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16622         of broken groups(-beta).google.com.
16623
16624 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16625
16626         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16627         parameter to invoked gnus-request-move-article; remove the
16628         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16629         all at once instead of once per article.
16630         (gnus-summary-remove-process-mark): Accept a list of articles as
16631         well as a single article for processing.
16632
16633         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16634         parameter.
16635
16636         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16637
16638         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16639
16640         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16641         parameter.
16642
16643         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16644         parameter.
16645
16646         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16647         parameter and remove the gnus-sum-hint-move-is-internal variable.
16648
16649         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16650         parameter.
16651
16652         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16653         parameter.
16654
16655         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16656         parameter.
16657
16658         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16659
16660         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16661         parameter.
16662
16663         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16664         parameter.
16665
16666 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16667
16668         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16669         a more conservative way.
16670
16671 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16672
16673         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16674         buffer, so it moves the window's cursor.
16675
16676 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16677
16678         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16679         `mm-dissect-multipart' and receive the from field as an (optional)
16680         argument from `mm-dissect-multipart'.
16681         (mm-dissect-multipart): Receive the from field as an argument and
16682         pass it on when we call `mm-dissect-buffer' on MIME parts.
16683         Fixes verification/decryption of signed/encrypted MIME parts.
16684
16685 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16686
16687         * gnus-sum.el (gnus-summary-move-article):
16688         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16689         whatever it calls (right now, only nnimap-request-move article
16690         respects it).
16691
16692         * nnimap.el (nnimap-request-move-article):
16693         When gnus-sum-hint-move-is-internal is set, don't do the extra
16694         nnimap-request-article.
16695
16696 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16697
16698         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16699
16700         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16701         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16702
16703         * gnus-sum.el (gnus-summary-caesar-message):
16704         Apply `gnus-treat-article' after rotation.
16705
16706         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16707         doc string.
16708
16709 2005-02-22  Simon Josefsson  <jas@extundo.com>
16710
16711         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16712         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16713         <arne@arnested.dk>.
16714         (encrypt): Add password-cache and password-cache-expiry as group
16715         members.
16716
16717 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16718
16719         * smime.el (smime-ldap-host-list): Doc fix.
16720         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16721         cache) password.
16722         (smime-sign-region): Use it.
16723         (smime-decrypt-region): Use it.
16724         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16725         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16726         fails.
16727         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16728         certificate from DER to PEM format rather than calling openssl.
16729
16730         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16731
16732         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16733         for signing/encryption.
16734
16735         * mml.el (mml-parse-1): Use them.
16736
16737 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16738
16739         * nnrss.el (nnrss-verbose): Remove.
16740         (nnrss-request-group): Use `nnheader-message' instead.
16741
16742 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16743
16744         * nnrss.el (nnrss-verbose): New variable.
16745         (nnrss-request-group): Make it say nnrss is requesting a group.
16746
16747 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16748
16749         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16750         Handle news URL with given port correctly.
16751
16752 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16753
16754         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16755         containing special characters.
16756
16757         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16758
16759         * mml.el (mime-to-mml): Ditto.
16760
16761         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16762         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16763         (rfc2047-decode-region): Quote decoded words containing special
16764         characters when rfc2047-quote-decoded-words-containing-tspecials
16765         is non-nil.
16766
16767 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16768
16769         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16770
16771         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16772
16773 2005-02-15  Simon Josefsson  <jas@extundo.com>
16774
16775         * nnimap.el (nnimap-debug): Doc fix.
16776
16777         * imap.el (imap-debug): Doc fix.
16778
16779 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16780
16781         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16782
16783 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16784
16785         * gnus.el (spam-contents): Improve docs for spam-contents
16786         parameter in its variable incarnation.
16787
16788 2005-02-14  Simon Josefsson  <jas@extundo.com>
16789
16790         * smime-ldap.el: Use require instead of load-library for ldap.
16791         (smime-ldap-search): Indent.
16792         (smime-ldap-search-internal): Shorten line.
16793
16794         * smime.el (smime-cert-by-dns): Add doc-string.
16795         (smime-cert-by-ldap-1): Indent.
16796
16797         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16798         mml-smime-get-dns-ldap.
16799         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16800
16801 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16802
16803         * smime.el: Require smime-ldap.
16804         (smime-ldap-host-list): New variable.
16805         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16806
16807         * mml-smime.el (mml-smime-encrypt-query): New function.
16808         (mml-smime-encrypt-query): Use it.
16809
16810         * smime-ldap.el: New file.
16811
16812 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16813
16814         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16815
16816 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16817
16818         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16819         argument in doc string.  Make query for type more clear.
16820
16821 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16822
16823         * gnus.el (gnus-group-startup-message): Search for gnus images in
16824         etc/images/gnus.
16825         * mm-util.el (mm-image-load-path): Likewise.
16826         * smiley.el (smiley-data-directory): Search for smilies in
16827         etc/images/smilies.
16828
16829 2005-02-09  Kim F. Storm  <storm@cua.dk>
16830
16831         Change Emacs release version from 21.4 to 22.1 throughout.
16832         Change Emacs development version from 21.3.50 to 22.0.50.
16833
16834 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16835
16836         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16837
16838         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16839         non-Mule XEmacs as well.
16840         (mm-decompress-buffer): Signal an error intentionally if it does
16841         not decompress compressed data because auto-compression-mode is
16842         disabled.
16843
16844 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16845
16846         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16847         an ID in the registry even if it has no groups.
16848
16849 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16850
16851         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16852         merge it into mm-decompress-buffer.
16853         (gnus-mime-copy-part): Use the MIME part charset, the value which
16854         a user specified or gnus-newsgroup-charset for decoding, like
16855         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16856         save-buffer what was used.  Suggested by Kevin Ryde
16857         <user42@zip.com.au>.
16858         (gnus-mime-inline-part): Allow the name parameter as well as the
16859         filename parameter; force decompressing of compressed data; always
16860         display contents being not decoded as unibyte.
16861
16862         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16863         as well as the filename parameter.
16864
16865         * mm-util.el (mm-decompress-buffer):
16866         Merge gnus-mime-jka-compr-maybe-uncompress.
16867         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16868         of compressed data.
16869
16870 2005-02-08  Simon Josefsson  <jas@extundo.com>
16871
16872         * imap.el (imap-log): Doc fix.
16873
16874 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16875
16876         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16877         the coding cookies; decompress compressed parts.
16878
16879         * mml.el (mml-generate-mime-1): Add the charset parameter according
16880         to the value which a user specified manually or the coding cookie.
16881
16882         * mm-util.el (mm-string-to-multibyte): New function.
16883         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16884         (mm-coding-system-to-mime-charset): New function.
16885         (mm-decompress-buffer): New function.
16886         (mm-find-buffer-file-coding-system): New function.
16887
16888         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16889         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16890         parts.
16891
16892 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16893
16894         * mm-view.el (mm-display-inline-fontify): Decode a part according
16895         to the charset parameter.
16896
16897 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16898
16899         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16900         prefix arg is neither nil nor a number, as info specifies.
16901
16902 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16903
16904         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16905         timestamps.
16906
16907 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16908
16909         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16910         groups error checking and notify user.
16911
16912 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16913
16914         * message.el (message-send-mail-function): Check existence of
16915         sendmail-program first before using default value
16916         `message-send-mail-with-sendmail'.  Otherwise use more generic
16917         `smtpmail-send-it'.
16918
16919 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16920
16921         * nntp.el (nntp-request-update-info): Always return nil.
16922
16923 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16924
16925         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16926
16927 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16928
16929         * message.el (message-beginning-of-line): Change the behavior when
16930         invoked between BOL and : so that it first moves backward.
16931
16932 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16933
16934         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16935         article buffer when editing of the article is discarded.
16936         (gnus-article-prepare): Revert.
16937
16938 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16939
16940         * gnus-art.el (gnus-article-prepare):
16941         Remove message-strip-forbidden-properties from the local hook.
16942
16943 2005-01-27  Simon Josefsson  <jas@extundo.com>
16944
16945         * password.el (password-cache-add): Only start one timer per key.
16946         Reported by Derek Atkins <warlord@MIT.EDU>.
16947
16948 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16949
16950         * run-at-time.el: Remove.  It is no longer needed as
16951         timer-funcs.el in the xemacs-base package has a working version of
16952         `run-at-time'.
16953
16954         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16955
16956         * password.el: Require timer-funcs instead of run-at-time in
16957         XEmacs.
16958         Remove `password-run-at-time' macro.
16959         (password-cache-add): Use `run-at-time' instead of
16960         `password-run-at-time'.
16961
16962         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16963         Remove `nnheader-cancel-function-timers' alias,
16964         `cancel-function-timers' exists in XEmacs in timer-funcs.
16965
16966         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16967         for `run-with-idle-timer'.
16968
16969         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16970         for `run-at-time'.
16971
16972         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16973         for `with-timeout'.
16974
16975         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16976         the same as for XEmacs 21.4.
16977         No need to ignore `run-with-idle-timer', this function exists in
16978         XEmacs now in timer-funcs.el in the xemacs-base package.
16979         (dgnushack-compile): No need to delete
16980         run-at-time.el from the list of files to compile because it
16981         doesn't exist anymore.
16982
16983 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16984
16985         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16986         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16987
16988 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16989
16990         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16991         sensitively.
16992
16993 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16994
16995         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16996
16997 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16998
16999         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
17000         which will be inserted according to the multibyteness of a buffer
17001         rather than the type of contents.  Suggested by ARISAWA Akihiro
17002         <ari@mbf.ocn.ne.jp>.
17003
17004         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
17005         of string which old xml.el may return rather than a string.
17006
17007 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17008
17009         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
17010
17011 2005-01-16  Simon Josefsson  <jas@extundo.com>
17012
17013         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
17014         idn/idna.el isn't available.
17015         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
17016         <michael@waxrat.com>.
17017
17018         * hashcash.el: Remove non-FSF copyright header.
17019
17020         * hashcash.el (hashcash-extra-generate-parameters): New variable.
17021         (hashcash-generate-payment): Use it.
17022         (hashcash-generate-payment-async): Use it.
17023
17024 2005-01-15  Simon Josefsson  <jas@extundo.com>
17025
17026         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
17027         Suggested by Raymond Scholz <ray-2005@zonix.de>.
17028
17029         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
17030         gnus-summary-idna-message.
17031         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
17032         (gnus-summary-idna-message): New function.
17033
17034 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
17035
17036         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
17037         gnus-novice-user.
17038
17039 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17040
17041         * nnrss.el (nnrss-request-delete-group): Delete entries in
17042         nnrss-group-alist as well.
17043         (nnrss-save-server-data): Insert newline.
17044
17045 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
17046
17047         * gnus.el (gnus-user-agent): Use list of symbols instead of
17048         symbols.  Display full version number for (S)XEmacs.
17049         Optionally display (S)XEmacs codename.
17050
17051         * gnus-util.el (gnus-emacs-version): Update for new
17052         `gnus-user-agent'.
17053
17054         * gnus-msg.el (gnus-extended-version): Make it possible to omit
17055         Gnus version.
17056
17057 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17058
17059         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
17060         which is unreadable in some setups.
17061
17062 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17063
17064         * gnus-spec.el (gnus-update-format-specifications): Flush the
17065         group format spec cache if it doesn't support decoded group names.
17066
17067 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17068
17069         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
17070         Allow to apply decay on score files matching a regexp.
17071
17072 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17073
17074         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
17075         compatibility in %g and %c.
17076
17077 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17078
17079         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
17080         name for only %g and %c.
17081         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
17082         of gnus-tmp-group to decoded group name.
17083         (gnus-group-make-rss-group): Exclude `/'s from group names.
17084
17085 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17086
17087         * nnrss.el (nnrss-get-encoding): Fix regexp.
17088
17089 2004-12-27  Simon Josefsson  <jas@extundo.com>
17090
17091         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
17092         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
17093         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
17094
17095 2004-12-17  Kim F. Storm  <storm@cua.dk>
17096
17097         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
17098
17099         * gnus-sum.el (gnus-summary-mode-map): Likewise.
17100
17101 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17102
17103         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
17104
17105 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17106
17107         * nnrss.el: Require rfc2047 and mml.
17108         (nnrss-file-coding-system): New variable.
17109         (nnrss-format-string): Redefine it as an inline function.
17110         (nnrss-decode-group-name): New function.
17111         (nnrss-string-as-multibyte): Remove.
17112         (nnrss-retrieve-headers): Decode group name; don't use
17113         nnrss-format-string.
17114         (nnrss-request-group): Decode group name.
17115         (nnrss-request-article): Decode group name; allow a Message-ID as
17116         well as an article number; don't use nnrss-format-string; encode a
17117         Message-ID string which may contain non-ASCII characters; use
17118         mml-to-mime to compose a MIME article.
17119         (nnrss-request-expire-articles): Decode group name.
17120         (nnrss-request-delete-group): Decode group name.
17121         (nnrss-fetch): Clarify error message.
17122         (nnrss-read-server-data): Use insert-file-contents instead of load;
17123         bind file-name-coding-system; use multibyte buffer.
17124         (nnrss-save-server-data): Bind coding-system-for-write to the
17125         value of nnrss-file-coding-system; bind file-name-coding-system;
17126         add coding cookie.
17127         (nnrss-read-group-data): Use insert-file-contents instead of load;
17128         bind file-name-coding-system; use multibyte buffer.
17129         (nnrss-save-group-data): Bind coding-system-for-write to the
17130         value of nnrss-file-coding-system; bind file-name-coding-system.
17131         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
17132         make it work with non-ASCII text.
17133         (nnrss-find-el): Make it work with old xml.el as well.
17134
17135 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17136
17137         * nnrss.el (nnrss-get-encoding): New function.
17138         (nnrss-fetch): Use unibyte buffer initially; bind
17139         coding-system-for-read while performing mm-url-insert; remove ^Ms;
17140         decode contents according to the encoding attribute.
17141         (nnrss-save-group-data): Add coding cookie.
17142         (nnrss-mime-encode-string): New function.
17143         (nnrss-check-group): Use it to encode subject and author.
17144
17145 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
17146
17147         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
17148         imaginary variable.
17149
17150 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17151
17152         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17153         correctly even if there are wide characters.
17154
17155 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
17156
17157         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17158         downcased symbol names; make a new cache instead of reusing
17159         bbdb-hashtable.
17160
17161 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17162
17163         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17164         concatenating segments rather than before concatenating them.
17165         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17166
17167         * message.el (message-get-reply-headers): Bind `extra'.
17168
17169 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17170
17171         * message.el (message-extra-wide-headers): New variable.
17172         (message-get-reply-headers): Use it.
17173
17174 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17175
17176         * gnus-agent.el (gnus-agent-group-path): Decode group name.
17177         (gnus-agent-group-pathname): Ditto.
17178
17179         * gnus-cache.el (gnus-cache-file-name): Decode group name.
17180
17181         * gnus-group.el (gnus-group-make-group): Decode group name.
17182         (gnus-group-make-rss-group): Register the group data after opening
17183         the nnrss group.
17184
17185 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
17186
17187         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17188         by expiry now get marked as read.
17189
17190 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17191
17192         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17193
17194 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
17195
17196         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17197         unify Latin characters in XEmacs.
17198         (mm-find-mime-charset-region): Use it.
17199
17200 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17201
17202         * gnus-util.el (gnus-delete-directory): New function.
17203
17204         * gnus-agent.el (gnus-agent-delete-group): Use it.
17205
17206         * gnus-cache.el (gnus-cache-delete-group): Use it.
17207
17208 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17209
17210         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17211         names.
17212
17213 2004-12-16  Simon Josefsson  <jas@extundo.com>
17214
17215         * hashcash.el (hashcash-payment-alist): Fix custom :type.
17216
17217 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17218
17219         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17220
17221         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17222         (gnus-group-set-current-level): Decode group name.
17223
17224 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
17225
17226         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17227         failed.
17228
17229 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17230
17231         * gnus-group.el (gnus-group-delete-group): Decode group name.
17232         (gnus-group-make-rss-group): Encode group name.
17233         (gnus-group-catchup-current): Decode group name.
17234         (gnus-group-kill-group): Decode group name.
17235
17236 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17237
17238         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17239
17240 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17241
17242         * gnus-group.el (gnus-group-make-rss-group):
17243         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17244
17245         * gnus-start.el (gnus-setup-news): Honor user's setting to
17246         gnus-message-archive-method.  Suggested by Lute Kamstra
17247         <lute@gnu.org>.
17248
17249 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
17250
17251         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17252         global counterparts of the buffer-local variables.
17253
17254 2004-11-16  Romain Francoise  <romain@orebokech.com>
17255
17256         * gnus-sum.el (gnus-summary-exit): Don't clear the global
17257         counterparts of the buffer-local variables.
17258
17259 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17260
17261         * message.el (message-forbidden-properties): Fix typo in doc
17262         string.
17263
17264 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17265
17266         * gnus-util.el (gnus-replace-in-string): Add doc string.
17267
17268         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17269         to avoid problems when splitting mails with many recipients.
17270
17271 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17272
17273         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17274         pop-to-buffer, covered by the subsequent gnus-configure-windows.
17275
17276 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
17277
17278         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17279         if there is no hashtable in memory or file modification time is
17280         newer than cached timestamp.
17281
17282 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17283
17284         * gnus-sum.el (gnus-summary-limit-to-recipient):
17285         Implement not-matching option.
17286
17287 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
17288
17289         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17290         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17291         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17292         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17293         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
17294         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17295
17296 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17297
17298         * message.el (message-forward-make-body-mml): Remove headers
17299         according to message-forward-ignored-headers if a message is decoded.
17300
17301 2004-12-02  Romain Francoise  <romain@orebokech.com>
17302
17303         * message.el (message-forward-make-body-plain): Always remove
17304         headers according to message-forward-ignored-headers.
17305
17306 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17307
17308         * spam.el (spam-summary-prepare-exit): Remove the
17309         gnus-summary-limit pop for now, it has problems with ham marks for
17310         me.
17311
17312 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17313
17314         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17315         correctly.
17316
17317 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17318
17319         * format-spec.el (format-spec): Message the char.
17320
17321 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17322
17323         * gnus-art.el (gnus-split-methods): Reformat comments.
17324
17325         * spam.el (spam-summary-prepare-exit): Remove article limits
17326         before exiting the summary buffer.
17327
17328 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17329
17330         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17331         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17332
17333         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17334         order to silence the byte compiler.
17335
17336         * spam.el: Fix the way to silence the byte compiler, which
17337         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17338         bbdb-search-simple, spam-BBDB-register-routine,
17339         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17340         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17341         spam-stat-buffer-is-spam, spam-stat-load,
17342         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17343         spam-stat-save and spam-stat-split-fancy.
17344
17345 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17346
17347         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17348         which may confuse users.
17349         (canlock-password-for-verify): Ditto.
17350
17351         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17352
17353         * gnus-art.el (gnus-emphasis-alist): Ditto.
17354
17355         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17356
17357         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17358
17359         * gnus-start.el (gnus-save-killed-list): Ditto.
17360
17361         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17362         (gnus-sum-thread-tree-root): Ditto.
17363         (gnus-sum-thread-tree-false-root): Ditto.
17364         (gnus-sum-thread-tree-single-indent): Ditto.
17365
17366         * message.el (message-courtesy-message): Ditto.
17367         (message-archive-note): Ditto.
17368         (message-subscribed-address-file): Ditto.
17369         (message-user-fqdn): Ditto.
17370
17371         * spam-report.el (spam-report-gmane-regex): Ditto.
17372
17373         * spam.el (spam-blackhole-good-server-regex): Ditto.
17374
17375 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17376
17377         * mml.el (mml-preview): Widen the message buffer before copying
17378         the contents to the preview buffer; sort headers before previewing.
17379
17380         * message.el (message-hidden-headers): Fix the way to avoid a bug
17381         in the `repeat' widget in Emacs 21.3 or earlier.
17382
17383 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17384
17385         * message.el (message-hidden-headers): Default to "^References:".
17386         Improve customization type.  Suggested by Reiner Steib
17387         <Reiner.Steib@gmx.de>.
17388
17389 2004-11-25  Romain Francoise  <romain@orebokech.com>
17390
17391         * message.el (message-strip-forbidden-properties): Remove check for
17392         obsolete `message-hidden' text property, hidden headers are not
17393         accessible in the buffer anymore.
17394
17395 2004-11-22  Romain Francoise  <romain@orebokech.com>
17396
17397         * message.el (message-header-format-alist): Add `From' in list
17398         so that it can be sorted.
17399         (message-fix-before-sending): Widen and sort headers before
17400         sending.
17401         (message-hide-headers): Use narrowing to hide headers by moving
17402         them to the top of the buffer and narrowing to the region
17403         underneath.
17404
17405 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17406
17407         * message.el (message-strip-forbidden-properties):
17408         Bind buffer-read-only (etc) to nil.
17409
17410 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17411
17412         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17413         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17414
17415 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17416
17417         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17418
17419 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17420
17421         * dns.el (query-dns): Use sit-for to time instead of
17422         accept-process-output, since that doesn't seem to work on udp
17423         sockets.
17424
17425 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17426
17427         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17428
17429 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17430
17431         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17432         doc string.  Improve doc string.
17433
17434 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17435
17436         * nntp.el (nntp-request-update-info): Return nil if
17437         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17438         may not call gnus-activate-group which uselessly issues the GROUP
17439         commands for all nntp groups and wastes time.  Reported by Romain
17440         Francoise <romain@orebokech.com>.
17441
17442         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17443
17444 2004-11-15  Simon Josefsson  <jas@extundo.com>
17445
17446         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17447         headers separately.
17448         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17449         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17450
17451 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17452
17453         * gnus-start.el (gnus-convert-old-newsrc):
17454         Assign legacy-gnus-agent to 5.10.7.
17455
17456 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17457
17458         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17459         start of the lines.
17460
17461 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17462
17463         * hashcash.el (hashcash-default-payment): Change default to 20.
17464         (hashcash-default-accept-payment): Change default to 20.
17465         (hashcash-process-alist): New variable.
17466         (hashcash-generate-payment-async): Add.
17467         (hashcash-already-paid-p): Add.
17468         (hashcash-insert-payment): Don't generate payments twice.
17469         (hashcash-insert-payment-async): Add.
17470         (hashcash-insert-payment-async-2): Add.
17471         (hashcash-cancel-async): Add.
17472         (hashcash-wait-async): Add.
17473         (hashcash-processes-running-p): Add.
17474         (hashcash-wait-or-cancel): Add.
17475         (mail-add-payment): New optional argument.  Conditionally start
17476         asynchronous calculation.
17477         (mail-add-payment-async): Add.
17478
17479         * message.el (message-send-mail): Wait for asynchronous hashcash
17480         results.  Don't clobber existing X-Hashcash headers.
17481         (message-setup-1): Call mail-add-payment-async when
17482         message-generate-hashcash is non-nil.
17483
17484 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17485
17486         * message.el (message-use-alternative-email-as-from): Examine the
17487         From header as well; use message-make-from in order to include a
17488         user's full name.
17489
17490 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17491
17492         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17493         default; improve customization type.
17494         (gnus-emphasis-custom-with-format): New macro.
17495         (gnus-emphasis-custom-value-to-external): New function.
17496         (gnus-emphasis-custom-value-to-internal): New function.
17497
17498 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17499
17500         * dns.el (query-dns): Resolve reverse addresses.
17501
17502 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17503
17504         * gnus-group.el (gnus-group-get-new-news): Use it.
17505
17506         * gnus-start.el (gnus-check-reasonable-setup): New function.
17507
17508 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17509
17510         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17511         "Args out of range" error.  Reported by Arnaud Giersch
17512         <arnaud.giersch@free.fr>.
17513
17514 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17515
17516         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17517
17518 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17519
17520         * spam.el (spam group): Add :version.
17521
17522         * pgg-def.el (pgg group): Add :version.
17523
17524 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17525
17526         * gnus-art.el (gnus-article-edit-article): Don't associate the
17527         article buffer with a draft file.  This is a temporary measure
17528         against the 2004-08-22 change to gnus-article-edit-mode.
17529
17530 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17531
17532         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17533         (html2text-format-tags): Remove unused variable `attr'.
17534
17535 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17536
17537         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17538
17539         * tls.el (tls-process-connection-type, tls-success)
17540         (tls-certtool-program): Add :version.
17541
17542         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17543         (starttls-extra-arguments, starttls-process-connection-type)
17544         (starttls-connect, starttls-failure, starttls-success): Add :version.
17545
17546         * spam-stat.el (spam-stat): Add :version.
17547
17548         * sieve.el (sieve): Add :version.
17549
17550         * sha1.el (sha1): Add :version.
17551         (sha1-use-external): Remove redundant version.
17552
17553         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17554         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17555         (nnmail-split-fancy-match-partial-words)
17556         (nnmail-split-lowercase-expanded): Add :version.
17557
17558         * nndiary.el (nndiary): Add :version.
17559
17560         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17561
17562         * mml-sec.el (mml-default-sign-method)
17563         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17564         Add :version.
17565
17566         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17567
17568         * mm-url.el (mm-url-use-external, mm-url-program)
17569         (mm-url-arguments): Add :version.
17570
17571         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17572         (mm-attachment-file-modes, mm-decrypt-option)
17573         (mm-w3m-safe-url-regexp): Add :version.
17574
17575         * message.el (message-cite-prefix-regexp)
17576         (message-sendmail-envelope-from, message-minibuffer-local-map)
17577         (message-user-fqdn, message-completion-alist): Add :version.
17578
17579         * gnus-win.el (gnus-configure-windows-hook)
17580         (gnus-use-frames-on-any-display): Add :version.
17581
17582         * gnus-art.el (gnus-article-address-banner-alist)
17583         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17584         (gnus-treat-from-picon, gnus-treat-mail-picon)
17585         (gnus-treat-x-pgp-sig): Add :version.
17586
17587         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17588         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17589         (gnus-summary-article-delete-hook)
17590         (gnus-summary-display-while-building): Add :version.
17591
17592         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17593         (gnus-get-top-new-news-hook): Add :version.
17594
17595         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17596         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17597
17598         * gnus-registry.el (gnus-registry): Add :version.
17599
17600         * gnus-spec.el (gnus-use-correct-string-widths)
17601         (gnus-make-format-preserve-properties): Add :version.
17602
17603         * gnus.el (gnus-group-charter-alist)
17604         (gnus-group-fetch-control-use-browse-url)
17605         (gnus-install-group-spam-parameters): Add :version.
17606
17607         * gnus-diary.el (gnus-diary): Add :version.
17608
17609         * gnus-delay.el (gnus-delay): Add :version.
17610
17611         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17612         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17613         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17614         Add :version.
17615
17616         * gnus-agent.el (gnus-agent-max-fetch-size)
17617         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17618         (gnus-agent-prompt-send-queue): Add :version.
17619
17620         * deuglify.el (gnus-outlook-deuglify): Add :version.
17621
17622         * html2text.el: Beautify code.  Improve doc strings.
17623         Some checkdoc cleanup.
17624         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17625
17626 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17627
17628         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17629
17630 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17631
17632         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17633         when package is loaded.
17634
17635         * spam.el (spam-summary-score-preferred-header): Add global preference
17636         for people who want to override the default SpamAssassin over
17637         Bogofilter preference (when both are set).
17638         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17639         (spam-user-format-function-S):
17640         Check spam-summary-score-preferred-header.
17641         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17642         (spam-user-format-function-S): Format the score correctly.
17643
17644 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17645
17646         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17647         signature file.  Suggested by Manoj Srivastava
17648         <srivasta@golden-gryphon.com>.
17649
17650         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17651         iso-2022-jp even in the Japanese language environment.
17652         Suggested by Jason Rumney <jasonr@gnu.org>.
17653
17654 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17655
17656         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17657         use the same characters as the dummy marks; make it free from
17658         getting affected by the language environment.
17659         (gnus-summary-read-group-1): Update mark positions only when the
17660         format spec is updated.
17661
17662         * gnus-spec.el (gnus-update-format-specifications): Return a list
17663         of updated types.
17664
17665 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17666
17667         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17668         of boundp to check if display-warning is available.
17669
17670 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17671
17672         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17673
17674 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17675
17676         * nnspool.el (nnspool-spool-directory): Use news-path if the
17677         news-directory variable is not bound.
17678
17679         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17680         function instead of display-warning if it is not available.
17681
17682 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17683
17684         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17685         v5-10: Use `point-at-bol'.
17686
17687 2004-10-26  Simon Josefsson  <jas@extundo.com>
17688
17689         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17690         <chenggao@gmail.com>.
17691
17692 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17693
17694         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17695         instead.
17696
17697 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17698
17699         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17700         to remove a server from the nnimap-server-buffer-alist.
17701         (nnimap-open-connection, nnimap-close-server): Use it.
17702
17703         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17704
17705 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17706
17707         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17708         running the major-mode function.
17709
17710 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17711
17712         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17713         dummy marks in the right way.
17714
17715 2004-10-18  David Edmondson  <dme@dme.org>
17716
17717         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17718         excessively.
17719
17720 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17721
17722         * gnus-util.el (gnus-split-references): Accept a nil references
17723         string and go on blissfully.
17724
17725         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17726         cases where the references string is non-nil but has no references.
17727
17728         * encrypt.el: Add autoload tags.
17729
17730         * spam.el (spam-resolve-registrations-routine): Remove article
17731         from unregistration list too.  Reported by David Hanak
17732         <dhanak@isis.vanderbilt.edu>
17733
17734 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17735
17736         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17737         nil.  Change custom type.
17738
17739 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17740
17741         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17742
17743         * gnus-sum.el (gnus-summary-move-article): Use it.
17744
17745 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17746
17747         * encrypt.el: Add autoload cookies.
17748
17749         * spam.el (spam-backend-article-list-property)
17750         (spam-backend-get-article-todo-list)
17751         (spam-backend-put-article-todo-list)
17752         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17753         Resolve registrations separately.
17754         (spam-register-routine): Format comments.
17755         (spam-unregister-routine, spam-register-routine): Always call with
17756         specific-articles, no default list.
17757         (spam-summary-prepare-exit): Use the spam-classifications function.
17758
17759         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17760         gnus-encrypt.el.
17761
17762         * encrypt.el: Copied from gnus-encrypt.el.
17763
17764         * gnus-encrypt.el: Commented that it's obsolete.
17765
17766 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17767
17768         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17769         (gnus-score-save): Use it.
17770
17771         * message.el (message-bury): Use `window-dedicated-p'.
17772
17773 2004-10-15  Simon Josefsson  <jas@extundo.com>
17774
17775         * pop3.el (top-level): Don't require nnheader.
17776         (pop3-read-timeout): Add.
17777         (pop3-accept-process-output): Add.
17778         (pop3-read-response, pop3-retr): Use it.
17779
17780 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17781
17782         * spam.el (spam-register-routine): Move comment.
17783         (spam-verify-bogofilter): Use 'unknown for the initial
17784         spam-bogofilter-valid state, not 'never.
17785
17786         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17787         for netrc-machine.
17788
17789         * nnimap.el (nnimap-open-connection):
17790         Use netrc-machine-user-or-password.
17791
17792 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17793
17794         * gnus-registry.el (gnus-registry-unload-hook):
17795         Set as a variable with add-hook.
17796
17797         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17798         of news-path.
17799
17800         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17801
17802         * spam.el: Delete duplicate `provide'.
17803         (spam-unload-hook): Set as a variable with add-hook.
17804
17805 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17806
17807         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17808         in the doc string.
17809
17810         * message.el (message-ignored-news-headers)
17811         (message-ignored-supersedes-headers)
17812         (message-ignored-resent-headers)
17813         (message-forward-ignored-headers): Improve custom type.
17814
17815 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17816
17817         * message.el (message-tokenize-header): Fix 2004-09-06 change
17818         which used point-min in the wrong place.
17819
17820 2004-10-12  Simon Josefsson  <jas@extundo.com>
17821
17822         * tls.el (tls-certtool-program): New variable.
17823         (tls-certificate-information): New function, based on
17824         ssl-certificate-information.
17825
17826 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17827
17828         * compface.el: Move the version of ELisp-based uncompface program
17829         to the contrib directory because of the copyright problem.
17830
17831 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17832
17833         * message.el (message-kill-buffer): Raise the current frame.
17834
17835 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17836
17837         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17838
17839         * gnus.el (message-y-or-n-p): Autoload.
17840
17841         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17842         (pop3-password-required, pop3-authentication-scheme)
17843         (pop3-leave-mail-on-server): Make customizable.
17844         (pop3): New custom group.
17845         (pop3-retr): Remove `sleep-for' statements.
17846         Suggested by Dave Love <fx@gnu.org>.
17847
17848         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17849         Windows/DOS.
17850
17851         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17852         (imap-parse-body): Fix incorrect use of `assert'.
17853         Suggested by Dave Love <fx@gnu.org>.
17854
17855         * mml.el (mml-minibuffer-read-disposition): Require match.
17856         Suggested by Dave Love <fx@gnu.org>.
17857
17858 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17859
17860         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17861         doc string.
17862
17863 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17864
17865         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17866
17867 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17868
17869         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17870         instead of calling `mm-insert-inline', to decode text/* parts
17871         before displaying them.
17872
17873 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17874
17875         * mm-uu.el (mm-uu-text-plain-type): New variable.
17876         (mm-uu-pgp-signed-extract-1): Use it.
17877         (mm-uu-pgp-encrypted-extract-1): Use it.
17878         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17879         bind mm-uu-text-plain-type with that value.
17880         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17881         mm-uu-dissect.
17882
17883 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17884
17885         * gnus-group.el (gnus-update-group-mark-positions):
17886         * gnus-sum.el (gnus-update-summary-mark-positions):
17887         * message.el (message-check-news-body-syntax):
17888         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17889         of string-as-multibyte.
17890
17891 2004-10-05  Juri Linkov  <juri@jurta.org>
17892
17893         * gnus-group.el (gnus-update-group-mark-positions):
17894         * gnus-sum.el (gnus-update-summary-mark-positions):
17895         * message.el (message-check-news-body-syntax):
17896         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17897         8-bit unibyte values to a multibyte string for search functions.
17898
17899 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17900
17901         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17902         (mm-uu-dissect-text-parts): New function.
17903
17904         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17905         dissect text parts.
17906
17907         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17908         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17909
17910         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17911
17912         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17913         Use gnus-current-topics instead of gnus-current-topic.
17914
17915 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17916
17917         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17918
17919 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17920
17921         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17922         where approriate.
17923
17924         * nnml.el (nnml-generate-active-info): do.
17925
17926         * nndiary.el (nndiary-generate-active-info): do.
17927
17928         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17929         (gnus-topic-move): do.
17930
17931         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17932         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17933
17934         * gnus-srvr.el (gnus-server-prepare)
17935         (gnus-server-open-all-servers): do.
17936
17937         * gnus-msg.el (gnus-summary-cancel-article)
17938         (gnus-summary-resend-message)
17939         (gnus-summary-mail-crosspost-complaint): do.
17940
17941         * gnus-move.el (gnus-change-server): do.
17942
17943         * gnus-group.el (gnus-group-unmark-all-groups)
17944         (gnus-group-set-current-level): do.
17945
17946 2004-10-04  Simon Josefsson  <jas@extundo.com>
17947
17948         * message.el (message-generate-hashcash): Doc fix.
17949
17950 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17951
17952         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17953         avoid infinite recursion via gnus-get-function.
17954
17955 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17956
17957         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17958
17959         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17960
17961         * nnmail.el (nnmail-split-history): do.
17962
17963         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17964         (nnml-request-delete-group): do.
17965
17966         * nnslashdot.el (nnslashdot-read-groups): do.
17967
17968         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17969         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17970
17971         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17972         (nnspool-sift-nov-with-sed): Use last.
17973         (nnspool-retrieve-headers-with-nov): Use mapc.
17974         (nnspool-request-newgroups): Use dolist.
17975         (nnspool-request-group): Use last.
17976
17977         * nntp.el (nntp-read-server-type): Use dolist.
17978
17979         * nnvirtual.el (nnvirtual-create-mapping)
17980         (nnvirtual-update-read-and-marked): Use dolist.
17981         (nnvirtual-convert-headers): Simplify.
17982
17983 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17984
17985         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17986         Add support for sync'ing tick marks.
17987
17988 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17989
17990         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17991         there's no visible header.
17992
17993 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17994
17995         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17996         When necessary, pass full group name to gnus-request-set-marks.
17997
17998 2004-10-01  Simon Josefsson  <jas@extundo.com>
17999
18000         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
18001         acroread.
18002
18003 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18004
18005         * spam-report.el (spam-report-gmane): Fix interactive.
18006
18007         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
18008
18009         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
18010         when writing file.
18011         (gnus-agent-synchronize-flags): Don't default to being
18012         interactive.
18013
18014 2004-09-30  Simon Josefsson  <jas@extundo.com>
18015
18016         * message.el (message-generate-hashcash): Add.
18017         (message-send-mail): Use it, call mail-add-payment.
18018
18019 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18020
18021         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
18022
18023 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
18024
18025         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
18026         gnus-requst-update-info with explicit code to sync the in-memory
18027         info read flags with the marks being sync'd to the backend.
18028
18029         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
18030
18031 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18032
18033         * spam.el (spam-verify-bogofilter): Add new function.
18034         (spam-check-bogofilter)
18035         (spam-bogofilter-register-with-bogofilter): Use it.
18036         (spam-verify-bogofilter): Add small fixes.
18037
18038 2004-09-28  Simon Josefsson  <jas@extundo.com>
18039
18040         * hashcash.el (hashcash-generate-payment): Revert.
18041
18042 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18043
18044         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18045         Use gnus-extract-references instead of gnus-split-references.
18046
18047         * gnus-util.el (gnus-extract-references): Add new function, analogous
18048         to gnus-split-references but extracts only the message-ID without
18049         anything extra.
18050
18051         * hashcash.el (hashcash-generate-payment)
18052         (hashcash-check-payment): Do the right thing if hashcash-path is
18053         nil (because the hashcash program could not be found).
18054
18055         * spam.el (spam-use-hashcash): Remove comment.
18056
18057 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
18058
18059         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
18060         (gnus-cache-enter-article, gnus-cache-remove-article)
18061         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
18062
18063         * gnus-async.el (gnus-async-prefetch-remove-group): do.
18064
18065         * gnus-art.el (article-hide-boring-headers)
18066         (article-translate-strings, article-display-face)
18067         (gnus-article-mime-match-handle-first)
18068         (gnus-article-highlight-headers)
18069         (gnus-article-add-buttons-to-head): do.
18070
18071 2004-09-27  Simon Josefsson  <jas@extundo.com>
18072
18073         * hashcash.el: New version, from
18074         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
18075         ../contrib/.
18076
18077 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18078
18079         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
18080
18081 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
18082
18083         * gnus-dup.el (gnus-dup-open): Use mapc.
18084         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
18085
18086         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
18087         Reported by Stefan Wiens <s.wi@gmx.net>.
18088
18089         * gnus.el (gnus-shutdown): Use dolist.
18090
18091         * gnus-undo.el (gnus-undo): Use mapc.
18092
18093         * nnrss.el (nnrss-generate-active): do.
18094
18095         * message.el (message-cite-original-without-signature)
18096         (message-cite-original): Use mapc.
18097         (message-do-actions, message-make-forward-subject): Use dolist.
18098
18099 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18100
18101         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
18102         deletion to remove entire duplicate line.  Fixes merged article
18103         number bug.
18104
18105 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18106
18107         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18108         servers that are offline.  Avoids having gnus-agent-toggle-plugged
18109         first ask if you want to open a server and then, even when you
18110         responded with no, asking if you want to synchronize the server's
18111         flags.
18112         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18113         multi-line expressions.
18114         (gnus-agent-synchronize-group-flags): New internal function.
18115         Updates marks in memory (in the info structure) AND in the
18116         backend.
18117
18118         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18119
18120         * nnagent.el (nnagent-request-set-mark):
18121         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18122         method, to ensure that synchronization updates marks in the
18123         backend and in the info (in memory) structure.
18124
18125 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18126
18127         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
18128         convention fully; don't miss the root article of a thread; make
18129         the X-Draft-From header with correct article numbers.
18130
18131 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
18132
18133         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18134         unless plugged.  Disable the agent so that an open failure causes
18135         an error.
18136
18137         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18138         Revert 2004-09-21 change.  The backend must be opened while
18139         synchronizing flags even when the backend stores the flags
18140         locally.
18141
18142 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
18143
18144         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
18145         in `header' match.  Reported by Svend Tollak Munkejord.
18146
18147         * message.el (message-cite-original): Fix use of
18148         `message-cite-articles-with-x-no-archive'.
18149
18150 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18151
18152         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18153         (gnus-window-to-buffer): Ditto.
18154
18155         * mml.el (mml-preview-buffer): New variable.
18156         (mml-preview): Manage window layout with gnus-buffer-configuration.
18157
18158         * gnus-msg.el (gnus-setup-message): Put article numbers into the
18159         X-Draft-From header even if those articles aren't quoted.
18160
18161 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
18162
18163         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18164         (gnus-request-set-mark, gnus-request-update-mark): Use new
18165         g-s-t-u-l-m to decide to use backend even when unplugged.
18166
18167 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18168
18169         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18170         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
18171
18172 2004-09-20  Simon Josefsson  <jas@extundo.com>
18173
18174         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18175         "utf-16-le".
18176
18177 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18178
18179         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18180
18181 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18182
18183         * uudecode.el (uudecode-use-external): Add :version.
18184
18185         * smime.el (smime-CA-file, smime-encrypt-cipher)
18186         (smime-dns-server): Add :version.
18187
18188         * smiley.el (gnus-smiley-file-types): Add :version.
18189
18190         * sha1.el (sha1-use-external): Add :version.
18191
18192         * pgg-def.el (pgg-query-keyserver): Add :version.
18193
18194         * nnmail.el (nnmail-fancy-expiry-targets)
18195         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18196         Add :version.
18197
18198         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18199         (nnimap-retrieve-groups-asynchronous): Add :version.
18200         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
18201
18202         * mml.el (mml-content-disposition-parameters)
18203         (mml-insert-mime-headers-always): Add :version.
18204
18205         * mm-util.el (mm-coding-system-priorities): Add :version.
18206
18207         * mm-decode.el (mm-inline-text-html-with-images)
18208         (mm-keep-viewer-alive-types, mm-external-terminal-program)
18209         (mm-verify-option): Add :version.
18210         (mm-text-html-renderer): Change :version.
18211
18212         * message.el (message-fcc-externalize-attachments)
18213         (message-required-headers, message-draft-headers)
18214         (message-subject-trailing-was-query)
18215         (message-subject-trailing-was-ask-regexp)
18216         (message-subject-trailing-was-regexp, message-mark-insert-begin)
18217         (message-mark-insert-end, message-archive-header)
18218         (message-archive-note, message-cross-post-default)
18219         (message-cross-post-note, message-followup-to-note)
18220         (message-cross-post-note-function, message-use-mail-followup-to)
18221         (message-subscribed-address-functions)
18222         (message-subscribed-address-file, message-subscribed-addresses)
18223         (message-subscribed-regexps, message-allow-no-recipients)
18224         (message-yank-cited-prefix, message-signature-insert-empty-line)
18225         (message-hidden-headers, message-hierarchical-addresses)
18226         (message-mail-user-agent, message-use-idna)
18227         (message-valid-fqdn-regexp)
18228         (message-strip-special-text-properties, message-header-synonyms)
18229         (message-beginning-of-line, message-tab-body-function): Add :version.
18230         (message-insert-canlock, message-wide-reply-confirm-recipients):
18231         Change :version.
18232
18233         * mail-source.el (mail-source-ignore-errors): Add :group, :type
18234         and :version.
18235         (mail-source-delete-old-incoming-confirm)
18236         (mail-source-movemail-program): Add :version.
18237
18238         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18239         (gnus-agent-cache, gnus-agent): Change :version.
18240
18241         * gnus-util.el (gnus-use-byte-compile): Change :version.
18242
18243         * gnus-sum.el (gnus-summary-make-false-root-always)
18244         (gnus-summary-default-high-score)
18245         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18246         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18247         (gnus-read-all-available-headers, gnus-article-emulate-mime)
18248         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18249         (gnus-sum-thread-tree-single-indent)
18250         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18251         (gnus-sum-thread-tree-leaf-with-other)
18252         (gnus-sum-thread-tree-single-leaf): Add :version.
18253         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18254         (gnus-article-loose-mime): Change :version.
18255
18256         * gnus-start.el (gnus-backup-startup-file)
18257         (gnus-save-startup-file-via-temp-buffer): Add :version.
18258
18259         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18260         (gnus-server-offline-face): Add :version.
18261
18262         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18263
18264         * gnus-msg.el (gnus-gcc-externalize-attachments)
18265         (gnus-debug-files, gnus-debug-exclude-variables)
18266         (gnus-discouraged-post-methods): Change :version.
18267         (gnus-confirm-mail-reply-to-news)
18268         (gnus-confirm-treat-mail-like-news): Add :version.
18269
18270         * gnus-int.el (gnus-server-unopen-status): Add :version.
18271
18272         * gnus-group.el (gnus-group-jump-to-group-prompt)
18273         (gnus-large-ephemeral-newsgroup)
18274         (gnus-fetch-old-ephemeral-headers): Add :version.
18275
18276         * gnus-fun.el (gnus-x-face-directory)
18277         (gnus-convert-pbm-to-x-face-command)
18278         (gnus-convert-image-to-x-face-command)
18279         (gnus-convert-image-to-face-command): Add :version.
18280
18281         * gnus-delay.el (gnus-delay-default-hour): Add :version.
18282
18283         * gnus-cite.el (gnus-cite-blank-line-after-header)
18284         (gnus-article-boring-faces): Add :version.
18285
18286         * gnus-art.el (gnus-buttonized-mime-types)
18287         (gnus-inhibit-mime-unbuttonizing)
18288         (gnus-treat-display-face)
18289         (gnus-treat-body-boundary): Change :version.
18290         (gnus-body-boundary-delimiter, gnus-picon-databases)
18291         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18292         (gnus-treat-date-english, gnus-treat-fold-headers)
18293         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18294         (gnus-treat-mail-picon, gnus-treat-wash-html)
18295         (gnus-article-encrypt-protocol)
18296         (gnus-use-idna, gnus-article-over-scroll)
18297         (gnus-mime-display-multipart-alternative-as-mixed)
18298         (gnus-mime-display-multipart-related-as-mixed)
18299         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18300         (gnus-ctan-url, gnus-button-ctan-handler)
18301         (gnus-button-handle-ctan-bogus-regexp)
18302         (gnus-button-ctan-directory-regexp)
18303         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18304         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18305         (gnus-button-man-level, gnus-button-emacs-level)
18306         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18307
18308         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18309         (gnus-agent-go-online): Change :version.
18310         (gnus-agent-expire-unagentized-dirs)
18311         (gnus-agent-auto-agentize-methods): Add :version.
18312
18313         * flow-fill.el (fill-flowed-display-column)
18314         (fill-flowed-encode-column): Add :version.
18315
18316         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18317         (gnus-outlook-deuglify-unwrap-max)
18318         (gnus-outlook-deuglify-cite-marks)
18319         (gnus-outlook-deuglify-unwrap-stop-chars)
18320         (gnus-outlook-deuglify-no-wrap-chars)
18321         (gnus-outlook-deuglify-attrib-cut-regexp)
18322         (gnus-outlook-deuglify-attrib-verb-regexp)
18323         (gnus-outlook-deuglify-attrib-end-regexp)
18324         (gnus-outlook-display-hook): Add :version.
18325
18326         * binhex.el (binhex-use-external): Add :version.
18327
18328 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18329
18330         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18331         and `invisible'.
18332
18333 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18334
18335         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18336         in gnus-registry-trim.
18337
18338 2004-09-13  Simon Josefsson  <jas@extundo.com>
18339
18340         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18341
18342         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18343
18344         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18345         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18346         <yamaoka@jpl.org>.
18347         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18348         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18349         <yamaoka@jpl.org>.
18350
18351         * sieve.el (sieve-manage-mode): Ditto.
18352
18353 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18354
18355         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18356
18357 2004-09-11  Simon Josefsson  <jas@extundo.com>
18358
18359         * dns-mode.el: Add.
18360
18361         * mm-view.el (mm-display-dns-inline): Add.
18362
18363         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18364         (mm-automatic-display): Ditto.
18365
18366         * mailcap.el (mailcap-mime-data): Add text/dns.
18367         (mailcap-mime-extensions): Map .soa to text/dns.
18368
18369 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18370
18371         * gnus-art.el (article-decode-mime-words, article-babel)
18372         (gnus-article-highlight-signature, gnus-article-add-buttons)
18373         (gnus-signature-toggle): Remove unnecessary bindings of
18374         `inhibit-read-only' inherited from v5.10 merge.
18375
18376 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18377
18378         * nntp.el (nntp): New customization group.
18379         (nntp-authinfo-file): Add customization group.
18380
18381         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18382
18383         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18384
18385         * gnus.el (to-address, to-list, subscribed)
18386         (large-newsgroup-initial): Ditto.
18387
18388         * flow-fill.el (fill-flowed-display-column)
18389         (fill-flowed-encode-column): Ditto.
18390
18391 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18392
18393         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18394         Use point-min rather than 1.
18395         (message-send-mail): Use buffer-size rather than point-max.
18396
18397         * gnus-sum.el (gnus-summary-search-article-forward):
18398         Signal a specific `search-failed' rather than a generic `error'.
18399
18400         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18401         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18402         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18403
18404 2004-09-10  Simon Josefsson  <jas@extundo.com>
18405
18406         * nndb.el (require): Remove tcp and duplicate cl.
18407
18408 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18409
18410         * gnus-agent.el (directory-files-and-attributes): Move forward.
18411
18412 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18413
18414         * gnus-agent.el (directory-files-and-attributes):
18415         Optionally defined to support XEmacs.
18416
18417 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18418
18419         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18420         to avoid run-time CL dependencies.
18421         (gnus-agent-unfetch-articles): New function.
18422         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18423         article numbers even when local .overview file is missing.
18424         (gnus-agent-read-article-number): New function.  Only accepts
18425         27-bit article numbers.
18426         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18427         Use gnus-agent-read-article-number.
18428         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18429         from backend while recognizing that article numbers in .overview
18430         must be valid.
18431         (gnus-agent-update-files-total-fetched-for):
18432         Use directory-files-and-attributes to improve performance.
18433         * gnus-int.el (gnus-request-move-article):
18434         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18435         improve performance.
18436
18437         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18438         some users confused by references to .newsrc when they only have a
18439         .newsrc.eld file.
18440         (gnus-convert-mark-converter-prompt)
18441         (gnus-convert-converter-needs-prompt): Fix use of property list.
18442         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18443         New function.  Used internally to only display 'gnus converting
18444         files' message when actually necessary.
18445
18446         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18447         methods now autoloaded.
18448
18449 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18450
18451         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18452         identifiers.
18453
18454 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18455
18456         * gnus-picon.el: Fix indentation and closing parenthesis.
18457
18458 2004-09-01  Simon Josefsson  <jas@extundo.com>
18459
18460         * message.el (message-canlock-generate): Require sha1, not
18461         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18462         to require within a function.  Sadly, if sha1.el isn't loaded, the
18463         let binding in m-c-g will hide the defcustom definition, which is
18464         bad.)
18465
18466         * canlock.el: Require sha1, not sha1-el.
18467
18468         * message.el: Don't autoload sha1 (there is a autoload cookie in
18469         sha1.el).
18470
18471         * sha1-el.el: Rename to sha1.el.
18472
18473 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18474
18475         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18476
18477 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18478
18479         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18480
18481 2004-08-30  Kim F. Storm  <storm@cua.dk>
18482
18483         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18484
18485         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18486         Add :group 'nnimap.
18487
18488 2004-08-30  Andreas Schwab  <schwab@suse.de>
18489
18490         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18491         ?* and ?\;.
18492
18493         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18494         and ?\' to symbol instead of whitespace.
18495
18496 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18497
18498         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18499
18500         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18501         instead of re-search-forward.
18502
18503         * gnus-uu.el (gnus-uu-save-article): Ditto.
18504         (gnus-uu-post-encode-uuencode): Ditto.
18505
18506         * html2text.el (html2text-clean-list-items): Ditto.
18507         (html2text-clean-dtdd): Ditto.
18508         (html2text-format-tags): Ditto.
18509
18510         * message.el (message-send-mail-with-sendmail): Fix regexp.
18511         (message-fill-field-general): Use search-forward instead of
18512         re-search-forward.
18513         (unbold-region): Ditto.
18514
18515         * nnrss.el (nnrss-request-article): Ditto.
18516
18517         * nnslashdot.el (nnslashdot-request-article): Ditto.
18518
18519         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18520
18521         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18522         "Unrecognized menu descriptor" error in XEmacs.
18523
18524 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18525
18526         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18527         parent article of a sparse article in the thread hashtb.
18528
18529 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18530
18531         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18532         (nnmail-expand-newtext): Lowercase expanded entries if
18533         nnmail-split-lowercase-expanded is non-nil.
18534
18535 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18536
18537         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18538
18539         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18540         of gnus-tmp-news-method into string under XEmacs.  It will be
18541         passed to gnus-correct-length which takes only a string argument.
18542
18543 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18544
18545         * gnus-util.el (gnus-bind-print-variables): New macro.
18546         (gnus-prin1): Use it.
18547         (gnus-prin1-to-string): Use it.
18548         (gnus-pp): New function.
18549         (gnus-pp-to-string): New function.
18550
18551         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18552         Replace pp-to-string with gnus-pp-to-string.
18553         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18554         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18555         * gnus-msg.el (gnus-debug): Ditto.
18556         * gnus-score.el (gnus-score-save): Ditto.
18557         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18558         gnus-pp-to-string.
18559         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18560         with gnus-pp.
18561         * score-mode.el (gnus-score-pretty-print): Ditto.
18562         * webmail.el (webmail-debug): Ditto.
18563
18564 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18565
18566         * gnus-art.el (article-display-face, article-display-x-face):
18567         Use buffer-read-only.
18568
18569 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18570
18571         * gnus-art.el (article-hide-list-identifiers):
18572         Bind inhibit-read-only as t.
18573
18574 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18575
18576         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18577
18578 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18579
18580         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18581         (gnus-narrow-to-page): Don't assume point-min == 1.
18582         (gnus-article-edit-mode): Derive from message-mode.
18583
18584         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18585         point-min == 1.
18586
18587         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18588         Disable incorrect use of `assert'.
18589
18590         * message.el (message-mode): Set comment-start-skip.
18591
18592
18593 2004-08-22  Sam Steingold  <sds@gnu.org>
18594
18595         * pop3.el (pop3-leave-mail-on-server): New user variable.
18596         (pop3-movemail): Delete mail only when it is nil.
18597
18598 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18599
18600         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18601
18602         * mml.el (mml-preview): Use `pop-to-buffer'.
18603
18604         * message.el (message-goto-mail-followup-to): Insert after "To".
18605         (message-carefully-insert-headers): Add comment.
18606
18607         * gnus.el: Remove unused variable `gnus-article-check-size'.
18608
18609         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18610
18611         * gnus-art.el (gnus-button-alist):
18612         Improve `gnus-button-handle-library' entry.
18613
18614 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18615
18616         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18617         Use downcase, since XEmacs capitalizes error messages differently.
18618
18619 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18620
18621         * nntp.el: Add (require 'gnus) due to reference to
18622         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18623
18624 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18625
18626         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18627         Bind `mm-fill-flowed'.
18628
18629         * mm-decode.el (mm-dissect-singlepart): Check it.
18630
18631 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18632
18633         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18634         'imap' for netrc parsing.
18635
18636 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18637
18638         * mailcap.el (mailcap-mime-data): Mark as risky.
18639
18640 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18641
18642         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18643         may be included in the encoded word.
18644         (rfc2047-encode): Don't append a space if the encoded word
18645         includes close parenthesis.
18646
18647 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18648
18649         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18650         of text within parentheses.
18651
18652 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18653
18654         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18655         (gnus-encrypt-write-file-contents): Make the password key the file
18656         name PLUS the cipher, not just the cipher.  Also remove failed
18657         passwords from the cache.
18658
18659 2004-08-06  Simon Josefsson  <jas@extundo.com>
18660
18661         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18662         Doc fix.
18663
18664 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18665
18666         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18667         LWSP.
18668
18669 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18670
18671         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18672         Try to append in-reply-to: data to the references: header.
18673
18674         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18675         (netrc-parse): Use gnus-encrypt.el functions.
18676
18677         * gnus-encrypt.el: Add new file for encryption support; currently
18678         does only a few GPG ciphers and an internal XOR cipher.
18679
18680         * password.el: Add comments on using password-read-and-add.
18681         (password-read-and-add): Add function to read and add the
18682         password to the cache at once.
18683
18684 2004-07-28  Simon Josefsson  <jas@extundo.com>
18685
18686         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18687         parameter (but don't use it, for now).
18688
18689         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18690         instead of hard coding to nil.
18691
18692 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18693
18694         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18695         as mm-inline-image-xemacs does.
18696
18697 2004-07-26  Simon Josefsson  <jas@extundo.com>
18698
18699         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18700         Revert part of 2004-07-17 change below.
18701
18702 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18703
18704         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18705         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18706
18707 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18708
18709         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18710         quotes that actually start with ">" at the beginning of the
18711         lines.
18712
18713 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18714
18715         * rfc2047.el (rfc2047-encode-region): Fix last change.
18716         (rfc2047-encode-parameter): Remove useless concat.
18717
18718 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18719
18720         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18721         encode special characters; fix some kind of misconfigured headers;
18722         signal a real error if debug-on-quit or debug-on-error is non-nil.
18723         (rfc2047-encode-max-chars): New variable.
18724         (rfc2047-encode-1): Use it.
18725         (rfc2047-encode-parameter): New function.
18726
18727         * mml.el (mml-insert-parameter): Remove an excessive space.
18728
18729 2004-07-17  Simon Josefsson  <jas@extundo.com>
18730
18731         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18732         Kai Grossjohann <kai@emptydomain.de>.
18733         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18734         (gnus-group-make-menu-bar): Ditto.
18735
18736         * gnus-util.el (gnus-group-server): Add.
18737
18738 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18739
18740         * message.el (message-clone-locals): Clone sendmail and smtp
18741         variables.
18742
18743 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18744
18745         * rfc2047.el (rfc2047-encode-region): Fix last change.
18746
18747 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18748
18749         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18750         characters as non-special.
18751
18752 2004-07-09  Simon Josefsson  <jas@extundo.com>
18753
18754         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18755         Users will lose all flag changes made while unplugged with
18756         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18757         good default.  See numerous reports on ding mailing list.
18758
18759 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18760
18761         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18762         add generate-head-function and generate-article-function to the
18763         rfc822-forward entry.
18764         (nndoc-rfc822-forward-generate-article): New function.
18765         (nndoc-rfc822-forward-generate-head): New function.
18766
18767         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18768
18769 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18770
18771         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18772         respect display group parameter and gnus-summary-expunge-below.
18773         (gnus-articles-to-read): Remove unused reference to display group
18774         parameter.
18775
18776 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18777
18778         * nnheader.el (nnheader-uniquify-message-id): New experimental
18779         variable.
18780         (nnheader-nov-read-message-id): Use it.
18781
18782         * spam-report.el (spam-report-gmane): Add interactive.
18783
18784 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18785
18786         * mm-encode.el (mm-content-transfer-encoding-defaults):
18787         Use qp-or-base64 for the application/* types.
18788
18789 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18790
18791         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18792
18793 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18794
18795         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18796         trim value.
18797
18798 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18799
18800         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18801         New macro and function.
18802         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18803
18804 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18805
18806         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18807         after-load-alist.
18808
18809 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18810
18811         * gnus-group.el (gnus-group-get-new-news-this-group):
18812         Don't update info that isn't there.
18813
18814 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18815
18816         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18817         entry.
18818
18819 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18820
18821         * mm-view.el (mm-inline-render-with-function): Use multibyte
18822         buffer; decode html source by charset.
18823
18824         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18825
18826         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18827         Mule-UCS is loaded under XEmacs.
18828         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18829
18830 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18831
18832         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18833
18834 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18835
18836         * mm-util.el (mm-coding-system-p): Return a coding-system.
18837         (mm-mime-mule-charset-alist): Use shift_jis instead of
18838         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18839         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18840         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18841         instead of japanese-shift-jis and iso-latin-1 respectively in
18842         order to share the default value with both Emacs and XEmacs-mule.
18843         (mm-mule-charset-to-mime-charset):
18844         Make mm-coding-system-priorities effective.
18845         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18846         while predicating of candidates upon the priorities.
18847
18848 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18849
18850         * gnus-sum.el (gnus-summary-make-menu-bar):
18851         Add gnus-uu-invert-processable.
18852
18853         * gnus.el: Autoload gnus-uu-invert-processable.
18854
18855 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18856
18857         * mm-util.el (mm-with-multibyte-buffer): New macro.
18858
18859         * rfc2047.el (rfc2047-encode-string): Use it.
18860         (rfc2047-encode-region): Move point to the end of the region after
18861         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18862
18863 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18864
18865         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18866         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18867
18868 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18869
18870         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18871         (gnus-cite-parse): Ignore quoted envelope From_.
18872         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18873
18874 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18875
18876         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18877         invalid addresses.
18878
18879 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18880
18881         * spam.el: Change section markers, revise TODO list.
18882         (spam-backends): Make new master list of all installed backends.
18883         (spam-summary-exit-behavior): Add new variable to determine how
18884         messages moves are done at summary exit.
18885         (spam-move-spam-nonspam-groups-only)
18886         (spam-process-ham-in-nonham-groups)
18887         (spam-process-ham-in-spam-groups): Remove variables, the
18888         spam-summary-exit-behavior variable should be used to manage this
18889         behavior.
18890         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18891         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18892         and spam-old-spam-articles.
18893         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18894         Add empty variables, placeholders for the backends they represent.
18895         (spam-set-difference): Move, unchanged.
18896         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18897         unless the user has a processor variable.
18898         (spam-classifications, spam-classification-valid-p)
18899         (spam-backend-properties, spam-backend-property-valid-p)
18900         (spam-backend-function-type-valid-p)
18901         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18902         (spam-report-articles-gmane, spam-report-articles-resend):
18903         Remove functions, they are not needed.
18904         (spam-install-backend-super, spam-backend-list)
18905         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18906         (spam-backend-function, spam-backend-ham-registration-function)
18907         (spam-backend-spam-registration-function)
18908         (spam-backend-ham-unregistration-function)
18909         (spam-backend-spam-unregistration-function)
18910         (spam-backend-statistical-p, spam-backend-mover-p)
18911         (spam-install-backend-alias, spam-install-checkonly-backend)
18912         (spam-install-mover-backend, spam-install-nocheck-backend)
18913         (spam-install-backend, spam-install-statistical-backend)
18914         (spam-install-statistical-checkonly-backend): Add backend installation
18915         support.
18916         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18917         (spam-group-processor-p): Use the new backend code and respect the
18918         summary exit behavior.
18919         (spam-mark-spam-as-expired-and-move-routine): Remove.
18920         (spam-summary-prepare): Change to use the new spam-old-articles
18921         variable.
18922         (spam-copy-or-move-routine, spam-copy-spam-routine)
18923         (spam-move-spam-routine, spam-copy-ham-routine)
18924         (spam-move-ham-routine): Add code to copy/move ham or spam.
18925         (spam-fetch-field-fast): Improve doc and code, plus allow the
18926         'number request.
18927         (spam-list-of-checks, spam-list-of-statistical-checks):
18928         Remove variables.
18929         (spam-split, spam-find-spam): Use the new backend code.
18930         (spam-registration-functions): Remove variable.
18931         (spam-unregister-routine): Add convenience wrapper.
18932         (spam-log-undo-registration, spam-register-routine)
18933         (spam-log-processing-to-registry)
18934         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18935         where possible.
18936         (spam-check-gmane-xref, spam-check-regex-headers)
18937         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18938         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18939         (spam-check-bogofilter-headers, spam-check-spamoracle)
18940         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18941         (spam-check-crm114-headers): Use the spam-split-group that
18942         spam-split prepares, no need to determine it every time.
18943
18944         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18945         to the nnheader-parse-naked-head call.
18946
18947         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18948
18949         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18950         the nnheader-nov-read-message-id call.
18951
18952 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18953
18954         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18955         gnus-activate-group twice.  Suggested by Markus Peter
18956         <warp@spin.de>.
18957
18958 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18959
18960         * gnus-art.el (gnus-article-time-format): Exchange the order of
18961         day and month in the default value; fix customization type.
18962         (article-date-ut): Use add-text-properties.
18963         (article-make-date-line): Use message-make-date instead of
18964         current-time-string.
18965
18966         * message.el (message-fetch-field): Don't use set-text-properties.
18967         (message-make-date): Simplify.
18968
18969         * messagexmas.el (message-xmas-make-date): New function.
18970         (message-xmas-redefine): Defalias message-make-date to it.
18971
18972 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18973
18974         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18975         (rfc2047-encode-region): Treat text within parentheses as special;
18976         show the original text when error has occurred.
18977
18978         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18979         already-computed method to gnus-activate-group.
18980
18981         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18982         same select-methods identical Lisp objects.
18983
18984         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18985         object when modifying the info.
18986
18987 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18988
18989         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18990         gnus-opened-servers since it has never been opened with the new
18991         configuration yet.
18992
18993 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18994
18995         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18996         arg to nnheader-generate-fake-message-id.
18997
18998 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18999
19000         * nnheader.el (nnheader-generate-fake-message-id): Accept a
19001         number and build a fake message ID localized to a group and
19002         article number (so it's repeatable from that point on).
19003         (nnheader-fake-message-id-p): Change regex to accomodate new fake
19004         ID format.
19005
19006         * gnus-sum.el (gnus-get-newsgroup-headers):
19007         Call nnheader-generate-fake-message-id with the article number.
19008
19009 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
19010
19011         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
19012         end-of-buffer.
19013
19014 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19015
19016         * message.el (message-ignored-supersedes-headers): Add Approved.
19017
19018 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19019
19020         * rfc2047.el (rfc2047-encode-message-header): Remove useless
19021         goto-char.
19022         (rfc2047-encode): Fold the line before encoding.
19023
19024 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19025
19026         * rfc2047.el (rfc2047-encode-message-header): Disabled header
19027         folding -- not all headers can be folded, and this should be done
19028         by the message composition mode.  Probably.  I think.
19029
19030 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19031
19032         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
19033         fast.
19034
19035         * gnus-ems.el (gnus-remove-image): Don't use
19036         message-text-with-property; remove only the image found first.
19037
19038         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
19039         found first.
19040
19041 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
19042
19043         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
19044
19045 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19046
19047         * message.el (message-text-with-property): Make it fast and accept
19048         optional arguments.
19049         (message-strip-forbidden-properties): Use it.
19050         (message-fix-before-sending): Follow the m-t-w-p change.
19051
19052         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
19053
19054 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19055
19056         * gnus-art.el (article-hide-headers): Don't change the buffer
19057         mistakenly when performing mml-preview even if
19058         gnus-single-article-buffer is nil.
19059
19060 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
19061
19062         * message.el (message-expand-name-databases): New user option.
19063         (message-expand-name): Use it.
19064
19065 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
19066
19067         * spam.el (spam-report-articles-resend)
19068         (spam-report-resend-register-routine): Allow ham reporting.
19069         (spam-report-resend-register-ham-routine): Add wrapper.
19070         (spam-registration-functions): Add ham resending functions.
19071         (spam-list-of-processors): Add ham resend processor.
19072
19073         * gnus.el (ham-resend-to): Add new group parameter.
19074         (spam-process): Add ham resend option.
19075
19076         * spam-report.el (spam-report-resend): Allow reporting ham.
19077         (spam-report-resend-ham): Add wrapper.
19078
19079 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19080
19081         * message.el (message-cite-articles-with-x-no-archive):
19082         New variable.
19083         (message-cite-original): Use it.
19084
19085 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19086
19087         * message.el (message-cite-original): Respect X-No-Archive.
19088
19089 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19090
19091         * gnus-art.el (article-hide-headers): Refer to the values for
19092         gnus-ignored-headers and gnus-visible-headers in the summary
19093         buffer since a user may have set them as group parameters.
19094
19095 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
19096
19097         * assistant.el (assistant-node-name): Add convenience function.
19098         (assistant-render-text, assistant-render-node): Add error handling,
19099         plus handle multiple next nodes.
19100         (assistant-find-next-node): Comment out for now.
19101         (assistant-find-next-nodes): Add function, returns list of next
19102         nodes.
19103
19104 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
19105
19106         * mail-source.el (mail-source-directory): Fix doc-string.
19107
19108 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
19109
19110         * assistant.el (assistant-render-text, assistant-eval): Add :set
19111         widget type, which is different because it takes and returns a
19112         list.  Much hilarity ensues.
19113
19114 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
19115
19116         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19117
19118         * gnus-group.el (gnus-group-get-new-news-this-group):
19119         Add doc-string.
19120
19121         * gnus-start.el (gnus-activate-group): Add doc-string.
19122
19123 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19124
19125         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
19126
19127 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
19128
19129         * assistant.el (assistant-render-text): Try to add a :set
19130         widget, more to come.
19131
19132         * spam.el (spam-group-spam-contents-p): Handle empty groupname
19133         strings.
19134         (spam-report-articles-resend)
19135         (spam-register-routine): Do registration iff any articles warrant
19136         it.
19137         (spam-summary-prepare-exit): Change log message for nil group
19138         destinations.
19139
19140 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
19141
19142         * spam.el (spam-report-resend-register-routine):
19143         Allow spam-report-resend-to to be a group parameter or a global value.
19144
19145 2004-05-26  Simon Josefsson  <jas@extundo.com>
19146
19147         * starttls.el: Merge with my GNUTLS based starttls.el.
19148         (starttls-gnutls-program, starttls-use-gnutls)
19149         (starttls-extra-arguments, starttls-process-connection-type)
19150         (starttls-connect, starttls-failure, starttls-success):
19151         New variables.
19152         (starttls-program, starttls-extra-args): Doc fix.
19153         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19154         New functions.
19155         (starttls-negotiate, starttls-open-stream):
19156         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19157         function if it is set.
19158
19159 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19160
19161         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19162         structured fields.
19163
19164 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19165
19166         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19167
19168 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
19169
19170         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19171         Add variable.
19172         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
19173         assigning the spam-mark to new messages.
19174
19175 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
19176
19177         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19178
19179 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19180
19181         * dgnushack.el: Autoload customize-set-variable for XEmacs.
19182
19183         * rfc2047.el (rfc2047-encodable-p): Don't move point.
19184         (rfc2047-decode): Treat the ascii coding-system as raw-text by
19185         default.
19186
19187 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
19188
19189         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19190         correct data.
19191
19192 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
19193
19194         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19195         (spam-group-processor-p): Fix function.
19196         (spam-group-processor-multiple-p)
19197         (spam-group-spam-processor-report-gmane-p)
19198         (spam-group-spam-processor-report-resend-p)
19199         (spam-group-spam-processor-bogofilter-p)
19200         (spam-group-spam-processor-blacklist-p)
19201         (spam-group-spam-processor-ifile-p)
19202         (spam-group-ham-processor-ifile-p)
19203         (spam-group-spam-processor-spamoracle-p)
19204         (spam-group-spam-processor-crm114-p)
19205         (spam-group-ham-processor-bogofilter-p)
19206         (spam-group-spam-processor-stat-p)
19207         (spam-group-ham-processor-stat-p)
19208         (spam-group-ham-processor-whitelist-p)
19209         (spam-group-ham-processor-BBDB-p)
19210         (spam-group-ham-processor-spamoracle-p)
19211         (spam-group-ham-processor-copy-p): Remove functions with some
19212         prejudice against unneeded code.
19213         (spam-report-articles-resend)
19214         (spam-report-resend-register-routine): Allow the group/topic
19215         spam-resend-to value to override spam-report-resend-to.
19216         (spam-summary-prepare-exit): Invoke spam-group-processor-p
19217         properly now.
19218
19219         * gnus.el (spam-resend-to): Add group/topic parameter.
19220         (spam-process): Move the OBSOLETE processors to the end of the
19221         choices.
19222
19223 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
19224
19225         * spam-report.el (spam-report-resend-to, spam-report-resend):
19226         Start with resend-to set to nil, and then ask the user if necessary.
19227         (spam-report-resend): spam-report-resend takes a list of articles, not
19228         separate article numbers.
19229
19230 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19231
19232         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19233         addition to emacs-w3m.
19234
19235 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19236
19237         * assistant.el (assistant-authinfo-data): New function.
19238         (assistant-eval): Eval for entire assistant.
19239
19240         * netrc.el (netrc-services-file): New variable.
19241         (netrc-parse-services): New function.
19242         (netrc-find-service-name): New function.
19243         (netrc-find-service-number): New function.
19244         (netrc-port-equal): New function.
19245         (netrc-machine): Use it.
19246
19247         * nnimap.el (nnimap-open-connection): Use netrc.
19248
19249         * gnus-util.el (gnus-netrc-get): Remove aliases.
19250
19251         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19252
19253         * assistant.el (wid-edit): Fix compilation.
19254
19255         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19256
19257 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
19258
19259         * gnus-util.el (gnus-set-file-modes): New function.  (small
19260         patch).
19261
19262 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19263
19264         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19265
19266         * assistant.el (assistant-render-node): Fix up rendering and
19267         read-only text.
19268         (assistant-render-node): Reset.
19269         (assistant-make-read-only): Not sticky.
19270
19271 2004-05-20  Danny Siu  <dsiu@adobe.com>
19272
19273         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19274         centered even when gnus-auto-center-summary is t.
19275
19276 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19277
19278         * dns.el (dns-get-txt-answer): New function.
19279         (dns-read-txt): Ditto.
19280         (query-dns): Use it.
19281
19282 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19283
19284         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19285         active for foreign groups even if the group level is higher than
19286         the specified value.
19287
19288 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19289
19290         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19291         non-active groups.
19292
19293         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19294
19295 2004-05-20  Magnus Henoch  <mange@freemail.hu>
19296
19297         * dns.el (dns-read-type): Add support for SVR.  (small patch)
19298
19299 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19300
19301         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19302         (spam-crm114-header, spam-crm114-spam-switch)
19303         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19304         (spam-crm114-positive-spam-header)
19305         (spam-crm114-database-directory, spam-list-of-processors)
19306         (spam-group-spam-processor-crm114-p)
19307         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19308         (spam-generic-score, spam-list-of-checks)
19309         (spam-list-of-statistical-checks, spam-registration-functions)
19310         (spam-check-crm114-headers, spam-crm114-score)
19311         (spam-check-crm114, spam-crm114-register-with-crm114)
19312         (spam-crm114-register-spam-routine)
19313         (spam-crm114-unregister-spam-routine)
19314         (spam-crm114-register-ham-routine)
19315         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19316         From asjo@koldfront.dk (Adam Sjøgren).
19317
19318         * gnus.el: Add spam-use-crm114.
19319
19320         * spam.el (spam-list-of-processors, spam-registration-functions):
19321         Add spam-use-resend.
19322         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19323         (spam-report-articles-gmane): Add doc fix.
19324         (spam-report-articles-resend, spam-report-resend-register-routine):
19325         Add wrappers around spam-report-resend-to.
19326
19327         * spam-report.el (spam-report-resend-to, spam-report-resend):
19328         Add support for resending spam.
19329         (spam-report-gmane): Fix line length >80.
19330
19331         * gnus.el (spam-process): Add spam-use-resend.
19332
19333 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19334
19335         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19336         number of processed spam messages.
19337         (spam-ham-copy-or-move-routine): Return the number of processed
19338         ham messages.
19339         (spam-summary-prepare-exit): Use the above values to decide
19340         whether status messages shouled be displayed.
19341
19342 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19343
19344         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19345         `rfc2047-encoding-function-alist' in order to avoid conflicting
19346         with the old version.
19347         (rfc2047-encode-region): Concatenate words containing non-ASCII
19348         characters in structured fields; don't encode space-delimited
19349         ASCII words even in unstructured fields; don't break words at
19350         char-category boundaries.
19351         (rfc2047-encode-1): New function.
19352         (rfc2047-encode): Use it; encode text so that it occupies the
19353         maximum width within 76-column; work correctly on Q encoding for
19354         iso-2022-* charsets.
19355         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19356         sure not to break a line just after the header name.
19357         (rfc2047-b-encode-region): Remove.
19358         (rfc2047-b-encode-string): New function.
19359         (rfc2047-q-encode-region): Remove.
19360         (rfc2047-q-encode-string): New function.
19361
19362         * mm-util.el (mm-replace-in-string): New function.
19363
19364 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19365
19366         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19367         Really get it right.
19368         (gnus-inews-make-draft): Really.
19369
19370 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19371
19372         * nnmh.el (nnmh-request-list-1): Don't check the link count
19373         before descending.  (small patch)
19374
19375 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19376
19377         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19378         stuff.
19379
19380         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19381         Match on real group name.
19382
19383         * gnus-art.el (gnus-signature-limit): Doc fix.
19384
19385         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19386
19387         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19388
19389 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19390
19391         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19392         isn't a string.
19393
19394 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19395
19396         * gnus-draft.el (gnus-draft-send):
19397         Bind rfc2047-encode-encoded-words.
19398
19399         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19400         (rfc2047-encodable-p): Say that =? needs encoding.
19401         (rfc2047-encode-encoded-words): New variable.
19402
19403         * gnus-group.el (gnus-group-select-group): Doc fix.
19404
19405         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19406
19407         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19408         to nil.
19409
19410         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19411
19412         * nnheader.el (nnheader-get-lines-and-char): New function.
19413
19414 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19415
19416         * gnus-msg.el (gnus-summary-followup-with-original):
19417         Document yanking of region when active.
19418
19419 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19420
19421         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19422         groups if the group level is higher than the specified value.
19423
19424 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19425
19426         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19427         (gnus-group-jump-to-group): Add prefix argument using
19428         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19429         non-active group.
19430
19431         * compface.el (uncompface): Be verbose when changing
19432         `uncompface-use-external'.
19433
19434         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19435         handle manual section.
19436
19437 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19438
19439         * gnus-art.el (gnus-button-alist): Revert previous change.
19440
19441 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19442
19443         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19444
19445 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19446
19447         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19448         whether backend can accept message.
19449
19450         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19451
19452 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19453
19454         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19455         Avoid creating directory when nntp-marks-is-evil is true.
19456         Reported by Reiner Steib.
19457
19458 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19459
19460         * gnus-picon.el (gnus-picon-style): New variable.
19461         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19462         (gnus-picon-transform-address): Support `gnus-picon-style'.
19463         From Jesper Harder <harder@ifa.au.dk>.
19464
19465 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19466
19467         * message.el (message-fill-field): Return point.
19468         (message-generate-headers): Go to end of field.
19469
19470         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19471         stuff for non-living groups.
19472
19473 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19474
19475         * gnus-art.el (gnus-article-followup-with-original)
19476         (gnus-article-reply-with-original): gnus-mark-active-p ->
19477         gnus-region-active-p.
19478
19479 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19480
19481         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19482         only when there is spam or ham to be processed.
19483
19484 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19485
19486         * mail-source.el (mail-source-delete-crash-box): Refactor.
19487         (mail-source-fetch): Use it.
19488         (mail-source-fetch-file): Ditto.
19489         (mail-source-fetch-directory): Run postscript in loop.
19490         (mail-source-fetch-pop): Delete.
19491         (mail-source-fetch-maildir): Ditto.
19492         (mail-source-fetch-imap): Ditto.
19493
19494         * imap.el (imap-authenticators): Comment out sasl.
19495
19496         * message.el (message-skip-to-next-address): New function.
19497         (message-fill-header-address): Refactor.
19498         (message-fill-address): Use it.
19499         (message-delete-address): Use it.
19500         (message-fill-header-general): Refactor.
19501         (message-fill-field-address): Rename.
19502         (message-narrow-to-field): Find the start of the header.
19503         (message-header-format-alist): Don't pre-fill.
19504         (message-fill-header): Remove.
19505         (message-insert-header): New function.
19506         (message-shorten-references): Use it.
19507
19508         * rfc2047.el (rfc2047-field-value): Strip props.
19509
19510         * mail-parse.el (mail-header-make-address): New alias.
19511
19512         * ietf-drums.el (ietf-drums-make-address): New function.
19513
19514         * imap.el: Add compiler directives.
19515
19516         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19517
19518         * gnus-art.el (article-decode-idna-rhs): Don't use
19519         message-idna-inside-rhs-p.
19520
19521 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19522
19523         * message.el (message-idna-inside-rhs-p): Remove.
19524         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19525
19526         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19527         false positives.
19528
19529 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19530
19531         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19532
19533 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19534
19535         * nneething.el (nneething-file-name): Don't create spurious
19536         files.
19537
19538         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19539         (gnus-inews-do-gcc): Remove sleep.
19540
19541         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19542         part under point.
19543
19544         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19545         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19546
19547 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19548
19549         * spam.el (spam-summary-prepare-exit): Fix (length).
19550
19551 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19552
19553         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19554         as expired without moving it" message when there are spam
19555         messages left.
19556
19557 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19558
19559         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19560         header is not nil.
19561
19562 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19563
19564         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19565         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19566         (nntp-marks-changed-p): New arg SERVER.
19567         (nntp-request-update-info): Adjust caller.
19568
19569 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19570
19571         * nntp.el (nntp-save-marks): Pass missing arg.
19572
19573 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19574
19575         * nntp.el: Support marks.
19576         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19577         (nntp-marks-modtime, nntp-marks-directory): New variables.
19578         (nntp-request-set-mark, nntp-request-update-info)
19579         (nntp-possibly-create-directory, nntp-marks-changed-p)
19580         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19581         New functions.
19582
19583 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19584
19585         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19586         (gnus-xmas-redefine): Rename.
19587
19588         * gnus-score.el (gnus-score-insert-help):
19589         Use gnus-select-lowest-window.
19590
19591         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19592         appt-select-lowest-window and rename to gnus-select-lowest-window.
19593
19594         * gnus.el: do.
19595
19596 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19597
19598         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19599         encodings of MIME-encoded words, in order to improve
19600         interoperability with several broken MUAs.
19601
19602 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19603
19604         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19605         tags, only when charsets are not specified in headers.
19606         (mm-inline-text-html-render-with-w3m): Ditto.
19607
19608         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19609         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19610
19611 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19612
19613         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19614         instead of MIME-decoded from fields when checking
19615         `gnus-article-address-banner-alist'.
19616
19617 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19618
19619         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19620         description rather than subject.
19621
19622 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19623
19624         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19625
19626 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19627
19628         * gnus.el (gnus-version-number): Bump.
19629
19630 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19631
19632         * gnus.el: No Gnus v0.2 is released.
19633
19634 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19635
19636         * gnus-agent.el (gnus-agent-read-agentview):
19637         Inline gnus-uncompress-range.
19638
19639 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19640
19641         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19642         `exec-installed-p'.
19643
19644 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19645
19646         * gnus.el (spam-process, spam-autodetect-methods):
19647         Add bsfilter and bsfilter-headers.
19648
19649         * spam.el (spam-bsfilter): New customize group.
19650         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19651         (spam-bsfilter-header, spam-bsfilter-probability-header)
19652         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19653         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19654         (spam-bsfilter-database-directory): New options.
19655         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19656         (spam-list-of-statistical-checks, spam-registration-functions):
19657         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19658         (spam-bsfilter-score): New command.
19659         (spam-check-bsfilter-headers, spam-check-bsfilter)
19660         (spam-bsfilter-register-with-bsfilter)
19661         (spam-bsfilter-register-spam-routine)
19662         (spam-bsfilter-unregister-spam-routine)
19663         (spam-bsfilter-register-ham-routine)
19664         (spam-bsfilter-unregister-ham-routine): New functions.
19665         (spam-generic-score): Support bsfilter; Accept an optional argument
19666         to recalcurate spam score even if scoring header has already been
19667         added.
19668         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19669         optional argument to recalcurate spam score even if scoring header
19670         has already been added.
19671
19672 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19673
19674         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19675         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19676         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19677         link is missing.
19678
19679 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19680
19681         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19682         (html2text-get-attr): Rewrite.
19683
19684         * message.el (message-setup-1): Remove redundant put-text-property
19685         on mail-header-separator.
19686
19687 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19688
19689         * gnus-registry.el (gnus-registry-cache-whitespace)
19690         (gnus-registry-action, gnus-registry-spool-action)
19691         (gnus-registry-split-fancy-with-parent): Change message levels
19692         from 5 to 3 or 7, as needed.
19693
19694         * spam.el (spam-summary-prepare-exit)
19695         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19696         (spam-split, spam-find-spam, spam-log-undo-registration)
19697         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19698         level from 5 to 6.
19699
19700 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19701
19702         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19703         2004-03-04 change).
19704
19705 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19706
19707         * sieve-manage.el (sieve-manage-open):
19708         * nnweb.el (nnweb-insert-html):
19709         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19710         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19711         * nnspool.el (nnspool-request-group):
19712         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19713         * nnml.el (nnml-request-update-info):
19714         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19715         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19716         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19717         (nnimap-request-set-mark):
19718         * nnfolder.el (nnfolder-request-update-info):
19719         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19720         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19721         * gnus-uu.el (gnus-uu-find-articles-matching):
19722         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19723         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19724         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19725         * gnus-nocem.el (gnus-nocem-scan-groups):
19726         * gnus-int.el (gnus-start-news-server):
19727         * gnus-group.el (gnus-group-make-kiboze-group)
19728         (gnus-group-browse-foreign-server):
19729         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19730         Use mapc when appropriate.
19731
19732 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19733
19734         FIXME: Make separate entries for each person.
19735
19736         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19737         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19738         <shields@msrl.com>:
19739
19740         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19741         may need for spam sorting and scoring.
19742         (spam-user-format-function-S): Add user format function suitable for
19743         general use.
19744         (spam-article-sort-by-spam-status): Add sorting function for summary
19745         sorting.
19746         (spam-extra-header-to-number): Add function to get a score from a
19747         header.
19748         (spam-summary-score): Add function to get a numeric score from the
19749         headers.
19750         (spam-generic-score): Fix function doc, was in wrong place.
19751         (spam-initialize): Take symbols when it's run, and install the
19752         extra headers that spam-necessary-extra-headers thinks we need.
19753
19754 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19755
19756         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19757         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19758
19759 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19760
19761         * gnus-sum.el (gnus-set-global-variables)
19762         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19763         (gnus-article-get-xrefs, gnus-summary-best-group)
19764         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19765         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19766         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19767         Use with-current-buffer.
19768
19769 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19770
19771         * spam.el (spam-summary-prepare-exit): Simplify logic.
19772         (spam-fetch-article-header): Read the article header if it's not
19773         available.
19774         (spam-list-articles): Simplify logic.
19775         (spam-filelist-register-routine): Fix bug with unregister-list.
19776
19777         * gnus-registry.el: Fix comments at beginning.
19778
19779 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19780
19781         * message.el (message-cater-to-broken-inn): Remove.
19782         (message-shorten-references): Make sure the total folded length of
19783         References is shorter than 998 characters to cater to a bug in INN
19784         2.3.  Also, don't pretend that references aren't folded -- this
19785         hasn't worked for a while.
19786
19787 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19788
19789         * gnus-agent.el (gnus-agentize):
19790         gnus-agent-send-mail-real-function no longer set to current value
19791         of message-send-mail-function but rather a lambda that calls
19792         message-send-mail-function.  The change makes the agent real-time
19793         responsive to user changes to message-send-mail-function.
19794
19795 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19796
19797         * legacy-gnus-agent.el
19798         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19799         help from Florian Weimer <fw@deneb.enyo.de>
19800
19801 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19802
19803         * nnmail.el (nnmail-cache-insert): Revert last change.
19804
19805 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19806
19807         * nnmail.el (nnmail-cache-insert): Always check whether
19808         nnmail-cache-ignore-groups matches a group name.
19809
19810 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19811
19812         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19813         (spam-find-spam, spam-log-processing-to-registry)
19814         (spam-log-registered-p, spam-log-unregistration-needed-p)
19815         (spam-log-undo-registration): Use gnus-message instead of
19816         gnus-error, none of these errors are fatal.
19817
19818         * gnus-registry.el (gnus-registry-clean-empty-function)
19819         (gnus-registry-clean-empty): Remove only empty entries without
19820         extra data.
19821
19822 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19823
19824         * spam-stat.el (spam-stat-buffer-change-to-spam)
19825         (spam-stat-buffer-change-to-non-spam): Change (error) to
19826         (gnus-message 8) invocation.
19827
19828 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19829
19830         * nntp.el (nntp-via-netcat-command): New variable.
19831         (nntp-via-netcat-switches): New variable.
19832         (nntp-open-via-rlogin-and-netcat): New function.
19833         (nntp-open-connection-function): Doc fix.
19834         (nntp-telnet-command): Doc fix.
19835         (nntp-end-of-line): Doc fix.
19836         (nntp-via-rlogin-command): Doc fix.
19837         (nntp-via-user-name): Doc fix.
19838         (nntp-via-address): Doc fix.
19839
19840 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19841
19842         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19843         error in Emacs 21.1.
19844
19845 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19846
19847         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19848
19849 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19850
19851         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19852         (gnus-agent-with-refreshed-group): New macro.
19853         (gnus-agent-rename-group): New function.
19854         (gnus-agent-delete-group): New function.
19855         (gnus-agent-save-group-info): Use gnus-command-method when
19856         `method' parameter is nil.  Don't write nil entries into the
19857         active file.
19858         (gnus-agent-get-group-info): New function.
19859         (gnus-agent-fetch-articles):
19860         Use gnus-agent-update-files-total-fetched-for to increment disk space
19861         used.
19862         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19863         Use gnus-agent-update-view-total-fetched-for to increment disk space
19864         used.
19865         (gnus-agent-get-local): Add optional parameters to avoid calling
19866         gnus-group-real-name and gnus-find-method-for-group.
19867         (gnus-agent-set-local): Delete stored entry if either min, or max,
19868         are nil.
19869         (gnus-agent-fetch-session): Reworded error/quit messages.
19870         On quit, use gnus-agent-regenerate-group to record existance of any
19871         articles fetched to disk before the quit occurred.
19872         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19873         gnus-agent-update-view-total-fetched-for, and
19874         gnus-agent-update-files-total-fetched-for to decrement disk space
19875         used.
19876         (gnus-agent-retrieve-headers):
19877         Use gnus-agent-update-view-total-fetched-for to increment disk space
19878         used.
19879         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19880         with gnus-agent-update-files-total-fetched-for to decrement disk
19881         space and fresh group buffer.
19882         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19883         (gnus-agent-need-update-total-fetched-for): New variable.
19884         (gnus-agent-update-files-total-fetched-for): New function.
19885         (gnus-agent-update-view-total-fetched-for): New function.
19886         (gnus-agent-total-fetched-for): New function.
19887
19888         * gnus-cache.el (gnus-cache-save-buffers):
19889         Use gnus-cache-update-overview-total-fetched-for to change disk space
19890         used by this group.
19891         (gnus-cache-possibly-enter-article):
19892         Use gnus-cache-update-file-total-fetched-for to increment disk space
19893         used by this group.
19894         (gnus-cache-possibly-remove-article):
19895         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19896         used by this group.
19897         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19898         (gnus-cache-rename-group): New function.
19899         (gnus-cache-delete-group): New function.
19900         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19901         (gnus-cache-need-update-total-fetched-for): New variable.
19902         (gnus-cache-with-refreshed-group): New macro.
19903         (gnus-cache-update-file-total-fetched-for): New function.
19904         (gnus-cache-update-overview-total-fetched-for): New function.
19905         (gnus-cache-rename-group-total-fetched-for): New function.
19906         (gnus-cache-delete-group-total-fetched-for): New function.
19907         (gnus-cache-total-fetched-for): New function.
19908
19909         * gnus-group.el: Require gnus-sum and autoload functions to
19910         resolve warnings when gnus-group.el compiled alone.
19911         (gnus-group-line-format): Documented new %F.
19912         (size of Fetched data) group line format; identifies disk space
19913         used by agent and cache.
19914         (gnus-group-line-format-alist): Defined new F format.
19915         (gnus-total-fetched-for): New function.
19916         (gnus-group-delete-group): No longer update
19917         gnus-cache-active-altered as gnus-request-delete-group now keeps
19918         the cache in sync.
19919         (gnus-group-list-active): Let the agent store a server's active
19920         list if currently plugged.
19921
19922         * gnus-int.el (gnus-request-delete-group):
19923         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19924         local disk in sync with the server.
19925         (gnus-request-rename-group):
19926         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19927         local disk in sync with the server.
19928
19929         * gnus-start.el (gnus-get-unread-articles):
19930         Cosmetic simplification to logic.
19931
19932         * gnus-util.el (gnus-rename-file): New function.
19933
19934 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19935
19936         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19937
19938 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19939
19940         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19941         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19942
19943 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19944
19945         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19946         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19947
19948 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19949
19950         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19951
19952 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19953
19954         * spam.el (spam-set-difference): Add function to replace
19955         gnus-set-difference in spam.el.
19956         (spam-summary-prepare-exit): Use spam-set-difference.
19957
19958 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19959
19960         * gnus-registry.el (gnus-registry-cache-file): Update to use
19961         gnus-dribble-directory OR gnus-home-directory OR ~.
19962         (gnus-registry-split-fancy-with-parent): Fix doc.
19963
19964 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19965
19966         * message.el (message-exchange-point-and-mark):
19967         Use message-mark-active-p.  Suggested by Jesper Harder
19968         <harder@ifa.au.dk>.
19969
19970 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19971
19972         * message.el (message-exchange-point-and-mark): Don't activate
19973         region if it was inactive.  Suggested by Hiroshi Fujishima
19974         <pooh@nature.tsukuba.ac.jp>.
19975
19976 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19977
19978         * gnus-art.el (article-display-face): Display Faces in the same
19979         order as X-Faces.
19980
19981 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19982
19983         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19984
19985 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19986
19987         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19988         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19989         (gnus-article-mime-hierarchy): Remove.
19990         (gnus-article-mime-hierarchy-next): Remove.
19991         (gnus-article-mode): Revert 2004-03-19 change.
19992         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19993         (gnus-insert-mime-button): Revert 2004-03-19 change.
19994         (gnus-mime-accumulate-hierarchy): Remove.
19995         (gnus-mime-enter-multipart): Remove.
19996         (gnus-mime-leave-multipart): Remove.
19997         (gnus-mime-display-part): Revert 2004-03-19 change.
19998         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19999
20000         * mml.el (mml-preview): Revert 2004-03-19 change.
20001
20002 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
20003
20004         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
20005
20006 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20007
20008         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
20009         t while entering a file name using the mm-with-multibyte macro.
20010         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20011
20012         * mm-util.el (mm-with-multibyte): New macro.
20013
20014 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20015
20016         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
20017         New user option.
20018         (gnus-mime-multipart-functions): Doc and customization fix.
20019         (gnus-article-mime-hierarchy): New variable.
20020         (gnus-article-mime-hierarchy-next): New variable.
20021         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
20022         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
20023         gnus-article-mime-hierarchy-next to nil.
20024         (gnus-insert-mime-button): Show hierarchy numbers.
20025         (gnus-mime-accumulate-hierarchy): New function.
20026         (gnus-mime-enter-multipart): New function.
20027         (gnus-mime-leave-multipart): New function.
20028         (gnus-mime-display-part): Recompute hierarchical MIME structure.
20029         (gnus-mime-display-alternative): Show hierarchy numbers.
20030
20031         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
20032         gnus-article-mime-hierarchy-next to nil.
20033
20034 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
20035
20036         * dns.el: Don't require gnus-xmas.
20037
20038 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
20039
20040         * mml.el (mml-generate-mime-1): Don't use format=flowed with
20041         inline PGP.
20042         (mml-menu): Disable mml-quote-region if mark is inactive.
20043
20044 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20045
20046         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
20047         when the group's active is not available.
20048
20049 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20050
20051         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
20052         error.
20053
20054 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
20055
20056         * imap.el (imap-store-password): New variable.
20057         (imap-interactive-login): Use it.
20058         Suggested by Mark Plaksin <happy@mcplaksin.org>.
20059
20060 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20061
20062         * gnus-art.el (gnus-article-read-summary-keys): Restore new
20063         window-start and hscroll to summary window.
20064
20065 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20066
20067         * gnus-start.el (gnus-convert-old-newsrc): Only write the
20068         conversion message to newsrc-dribble when an actual conversion is
20069         performed.
20070
20071 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
20072
20073         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
20074
20075 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20076
20077         * mm-decode.el (mm-complicated-handles): New function reviving
20078         former definition of mm-multiple-handles.
20079
20080         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
20081         (gnus-mime-delete-part): Use it.
20082
20083 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20084
20085         * gnus-agent.el (gnus-agent-read-local):
20086         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
20087         avoid the implicit assumption that they will always be equal.
20088         (gnus-agent-save-local): Bind buffer-file-coding-system, not
20089         coding-system-for-write, as the with-temp-file macro first prints
20090         to a buffer then saves the buffer.
20091
20092 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20093
20094         * gnus-art.el (gnus-article-edit-part): New function.
20095         (gnus-mime-save-part-and-strip): Use it; do query instead of
20096         signaling an error; don't use mm-multiple-handles.
20097         (gnus-mime-delete-part): Ditto.
20098
20099 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20100
20101         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
20102         old file versions.
20103         (gnus-group-prepare-hook): Remove function that converted list
20104         form of gnus-agent-expire-days to group properties.
20105
20106         * gnus-int.el: Autoload gnus-agent-regenerate-group.
20107         (gnus-request-accept-article): Re-indented.
20108
20109         * gnus-start.el (gnus-convert-old-newsrc): Registered new
20110         converters to handle old agent file formats.  Add logic for a
20111         "backup before upgrading warning".
20112         (gnus-convert-mark-converter-prompt): Developers can mark
20113         functions as needing (default), or not needing,
20114         gnus-convert-old-newsrc's "backup before upgrading warning".
20115         (gnus-convert-converter-needs-prompt): Tests whether the user
20116         should be protected from potentially irreversable changes by the
20117         function.
20118
20119         * legacy-gnus-agent.el: New.  Provides converters that are only
20120         loaded when gnus-convert-old-newsrc needs to call them.
20121
20122 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20123
20124         * mail-source.el (mail-source-touch-pop): Doc fix.
20125
20126         * message.el (message-smtpmail-send-it): Doc fix.
20127
20128 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
20129
20130         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
20131
20132         * nnmail.el (nnmail-split-fancy): do.
20133
20134         * gnus-kill.el (gnus-kill, gnus-execute): do.
20135
20136 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
20137
20138         * gnus-sum.el (gnus-widget-reversible-match)
20139         (gnus-widget-reversible-to-internal)
20140         (gnus-widget-reversible-to-external): New functions.
20141         (gnus-widget-reversible): New widget.
20142         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20143
20144 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
20145
20146         * gnus-sum.el (gnus-thread-sort-functions)
20147         (gnus-article-sort-functions): Document `(not F)' items.
20148
20149 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
20150
20151         * spam.el (spam-use-gmane-xref): Add new backend.
20152         (spam-gmane-xref-spam-group): Add variable to control the name of the
20153         Gmane spam group.
20154         (spam-blackhole-servers, spam-blackhole-good-server-regex)
20155         (spam-regex-headers-spam, spam-regex-headers-ham)
20156         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20157         (spam-list-of-checks): Add spam-use-gmane-xref to list of
20158         backends and checks.
20159         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20160
20161         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20162         an autodetect method.
20163
20164 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20165
20166         * gnus-int.el (gnus-request-accept-article): Inform the agent that
20167         articles are being added to a group.
20168         (gnus-request-replace-article): Inform the agent that articles
20169         need to be uncached as the cached contents are no longer valid.
20170
20171 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20172
20173         * binhex.el: Don't autoload executable-find.
20174
20175         * canlock.el: Don't autoload mail-fetch-field.
20176
20177         * dgnushack.el: Autoload c-mode for XEmacs.
20178
20179         * gnus-ems.el: Don't autoload appt-select-lowest-window.
20180
20181         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20182         rmail-dont-reply-to and rmail-output.
20183
20184         * gnus-score.el: Don't autoload ffap-string-at-point.
20185
20186         * gnus-setup.el: Don't autoload sc-cite-original.
20187
20188         * imap.el: Don't autoload base64-decode-string,
20189         base64-encode-string and md5.
20190
20191         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20192         and rmail-msg-restore-non-pruned-header.
20193
20194         * mm-decode.el: Don't autoload executable-find.
20195
20196         * mm-url.el: Don't autoload executable-find.
20197
20198         * mm-view.el: Don't autoload diff-mode.
20199
20200         * nndb.el: Don't autoload news-reply-mode, news-setup,
20201         cancel-timer and telnet.
20202
20203         * password.el: Don't autoload run-at-time for Emacs.
20204
20205         * sha1-el.el: Don't autoload executable-find.
20206
20207         * sieve-mode.el: Don't autoload c-mode.
20208
20209         * uudecode.el: Don't autoload executable-find.
20210
20211 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20212
20213         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20214         (gnus-agent-possibly-alter-active): Avoid null in numeric
20215         comparison.
20216         (gnus-agent-set-local): Refuse to save null in local object table.
20217         (gnus-agent-regenerate-group): The REREAD parameter can now be a
20218         list of articles that will be marked as unread.
20219
20220 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20221
20222         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20223
20224 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20225
20226         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20227         language tags.
20228
20229 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
20230
20231         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20232         Don't bind "obarray".
20233
20234         * gnus-sum.el (gnus-thread-sort-functions):
20235         Add `gnus-thread-sort-by-most-recent-number' and
20236         `gnus-thread-sort-by-most-recent-date'.
20237         Reported by Kai Grossjohann <kai@emptydomain.de>.
20238
20239 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20240
20241         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20242
20243 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20244
20245         * gnus-cus.el (gnus-agent-customize-category):
20246         Remove ignore-errors macro reference that required cl to be loaded at
20247         run-time.
20248
20249         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20250         single-interval range of the form (min . max).  Previously the
20251         range had to look like ((min . max)).  Likewise, return
20252         (min . max) rather than ((min . max)).
20253         (gnus-range-map): Use gnus-range-normalize to accept
20254         single-interval range.
20255
20256         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20257         the cache, but not the agent, now appear with their usual face.
20258
20259         * dgnushack.el (loaddir): New variable that is bound to the
20260         directory containing the dgnushack.el file. Use loaddir, rather
20261         than srcdir, to update load-path. Change lets dgnushack compile
20262         code in directories other than GNUS/lisp.
20263
20264 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20265
20266         * lpath.el: Don't bind w3m-safe-url-regexp.
20267
20268         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20269         w3m-safe-url-regexp variable buffer-local.
20270
20271         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20272
20273 2004-02-27  Simon Josefsson  <jas@extundo.com>
20274
20275         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20276         gnus-group-real-prefix.
20277         (gnus-summary-move-article): Use it, instead of
20278         gnus-group-real-prefix.
20279
20280 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20281
20282         * lpath.el: Bind w3m-safe-url-regexp.
20283
20284         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20285         w3m-safe-url-regexp variable buffer-local and set it as the value
20286         of mm-w3m-safe-url-regexp.
20287
20288         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20289
20290         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20291         parsing gnus-posting-styles when the message is not for replying.
20292
20293         * dgnushack.el: Autoload sgml-mode for XEmacs.
20294
20295         * nnrss.el (nnrss-opml-export):
20296         Use mm-set-buffer-file-coding-system instead of
20297         set-buffer-file-coding-system.
20298
20299 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20300
20301         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20302         of checkdoc.el).
20303         * nnrss.el: do.
20304         * gnus-mlspl.el: do.
20305         * gnus-ml.el: do.
20306         * gnus-srvr.el: do.
20307
20308         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20309
20310 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20311
20312         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20313         Corrections to custom-manual links.
20314
20315         * gnus-art.el (gnus-article): Ditto.
20316
20317         * mm-decode.el (mime-display, mime-security): Ditto.
20318
20319 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20320
20321         * flow-fill.el: Typo.
20322
20323 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20324
20325         * spam-wash.el: New file.
20326
20327 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20328
20329         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20330
20331 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20332
20333         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20334         to be run with new-articles as LIST1, not LIST2.
20335         (spam-registration-functions): Add spam-use-ham-copy as a nil
20336         registration backend.
20337
20338 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20339
20340         * spam-stat.el (spam-stat-washing-hook): New option.
20341         (spam-stat-buffer-words): Use it.
20342         (spam-stat-process-directory, spam-stat-test-directory):
20343         Use insert-file-contents-literally.
20344         (spam-stat-coding-system): New variable.
20345         (spam-stat-load, spam-stat-save): Use it.
20346
20347 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20348
20349         * spam-report.el (spam-report-plug-agent):
20350         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20351
20352 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20353
20354         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20355         Allow / in mailto URLs.
20356
20357 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20358
20359         * spam-report.el (spam-report-process-queue): Fix interactive use.
20360         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20361         (spam-report-unplug-agent): Doc fixes.
20362         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20363         (spam-report-agentize, spam-report-deagentize): Autoload.
20364
20365 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20366
20367         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20368
20369         * message.el (message-setup-fill-variables): Add mml tags to
20370         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20371         <ajk@iu.edu>.
20372         (message-mode): Don't modify paragraph-separate there.
20373
20374 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20375
20376         * compface.el (uncompface-use-external): Default to undecided.
20377         (uncompface-use-external-threshold): New variable.
20378         (uncompface-float-time): New macro.
20379         (uncompface): Determine whether to use the external decoder if
20380         uncompface-use-external is undecided.
20381
20382 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20383
20384         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20385         after images.
20386
20387         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20388
20389 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20390
20391         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20392
20393         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20394
20395         * gnus-sum.el (gnus-summary-limit-to-age)
20396         (gnus-summary-limit-children): do.
20397
20398         * gnus-int.el (gnus-request-scan): do.
20399
20400         * gnus-group.el (gnus-group-suspend): do.
20401
20402         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20403
20404         * gnus-cite.el (gnus-cite-parse-attributions): do.
20405
20406         * gnus-agent.el (gnus-summary-set-agent-mark)
20407         (gnus-agent-regenerate-group): do.
20408
20409         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20410
20411         * binhex.el (binhex-decode-region-internal): do.
20412
20413 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20414
20415         * gnus-fun.el (gnus-face-properties-alist): New user option.
20416         (gnus-display-x-face-in-from): Use it.
20417
20418         * gnus-art.el (article-display-face): Ditto.
20419
20420         * compface.el (uncompface-use-external): Default to nil.
20421
20422 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20423
20424         * nntp.el (nntp-erase-buffer): New function.
20425         (nntp-retrieve-data, nntp-send-command)
20426         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20427         (nntp-possibly-change-group): Use it.
20428
20429         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20430         Use with-current-buffer.
20431
20432 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20433
20434         * compface.el: Merge the ELisp-based uncompface program.
20435         (compface): New customization group.
20436         (uncompface-use-external): New user option.
20437         (uncompface): Call uncompface-internal if uncompface-use-external
20438         is nil.
20439         (uncompface-internal): New function.  Note that there are also
20440         some other functions and variables added for this function.
20441
20442 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20443
20444         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20445         if necessary.
20446
20447 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20448
20449         * spam-report.el (spam-report-unplug-agent)
20450         (spam-report-plug-agent, spam-report-deagentize)
20451         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20452         Add support for the Agent in spam-report: when unplugged, report to a
20453         file; when plugged, submit all the requests.
20454
20455         * spam.el (spam-register-routine): Fix message about
20456         registration.
20457
20458 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20459
20460         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20461         dependencies.
20462         (rfc2047-encode): Use it.
20463
20464         * gnus-art.el (gnus-button-marker-list): Move before first
20465         reference.
20466
20467         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20468         (imap-parse-body): Fix format string mismatch.
20469
20470         * gnus-score.el (gnus-summary-increase-score): do.
20471
20472         * nnrss.el (nnrss-close): New function.
20473
20474 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20475
20476         * nnrss.el (nnrss-make-filename): New function.
20477         (nnrss-request-delete-group, nnrss-read-server-data)
20478         (nnrss-save-server-data, nnrss-read-group-data)
20479         (nnrss-save-group-data): Use it.
20480         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20481         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20482         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20483
20484 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20485
20486         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20487
20488 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20489
20490         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20491         files.
20492
20493         * message.el (message-generate-headers-first): Don't quote nil
20494         and t in docstrings.
20495
20496         * imap.el (imap-id): do.
20497
20498         * gnus-agent.el (gnus-agent-consider-all-articles)
20499         (gnus-agent-queue-mail): do.
20500
20501 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20502
20503         * spam-report.el (spam-report-process-queue): New function.
20504         Process requests from `spam-report-requests-file'.
20505         (spam-report-process-queue): Doc fix.
20506
20507 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20508
20509         * spam.el (spam-register-routine)
20510         (spam-log-processing-to-registry, spam-log-registered-p)
20511         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20512         Change "check" to "spam-check" for semi-clarity.
20513
20514 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20515
20516         * pop3.el: Require nnheader.
20517
20518         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20519
20520         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20521
20522         * gnus-picon.el: Require cl.
20523
20524         * gnus-fun.el: Require gnus-ems and gnus-util.
20525
20526         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20527
20528         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20529
20530         * gnus-art.el (gnus-article-edit-mode): Define before first
20531         reference.
20532
20533 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20534
20535         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20536         (gnus-uu-post-encoded): Use point-at-bol.
20537
20538         * gnus-topic.el (gnus-group-active-topic-p): do.
20539
20540         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20541
20542         * gnus-group.el (gnus-group-kill-region): do.
20543
20544         * gnus-art.el (article-date-ut): do.
20545
20546         * message.el (message-fetch-field): Remove redundant
20547         case-fold-search binding.
20548         (message-narrow-to-field): Simplify.
20549
20550 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20551
20552         * spam.el (spam-directory): Derive from `gnus-directory'.
20553
20554         * spam-report.el (spam-report-url-to-file)
20555         (spam-report-requests-file): New function and variable for offline
20556         reporting.
20557         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20558         and user defined function.
20559         (spam-report-url-ping-mm-url): Remove doubled slash.
20560
20561 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20562
20563         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20564
20565 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20566
20567         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20568         Fix format string mismatch.
20569
20570         * sieve.el (sieve-deactivate-all): do.
20571
20572         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20573
20574         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20575
20576         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20577
20578         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20579
20580 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20581
20582         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20583         the list of checks.
20584
20585 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20586
20587         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20588         padding.
20589
20590 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20591
20592         * mm-view.el (mm-fill-flowed): New variable.
20593         (mm-inline-text): Use it.
20594
20595 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20596
20597         * spam.el (spam-spamassassin-register-ham-routine)
20598         (spam-spamassassin-register-spam-routine): Fix function names.
20599
20600 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20601
20602         * gnus.el (gnus-tmp-grouplens): Remove.
20603         (gnus-summary-line-format): Remove grouplens.
20604
20605         * gnus-group.el (gnus-group-line-format): Ditto.
20606
20607         * gnus-spec.el (gnus-format-specs): Ditto.
20608         (gnus-update-format-specifications): Flush the group format spec
20609         cache if there's the grouplens stuff.
20610         (gnus-parse-simple-format): Replace %l with the empty string.
20611
20612 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20613
20614         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20615         omission.
20616
20617 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20618
20619         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20620         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20621
20622 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20623
20624         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20625         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20626         New macros and functions.
20627         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20628         Handle > NLINK_MAX messages.
20629         * nnmaildir.el (nnmaildir-request-set-mark):
20630         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20631
20632 2004-01-25  Alex Schroeder  <alex@gnu.org>
20633
20634         * spam-stat.el (spam-stat-process-directory-age): New option.
20635         (spam-stat-process-directory): Use it.
20636
20637 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20638
20639         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20640         (spam-stat-save): Accept prefix argument.
20641
20642 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20643
20644         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20645         links" error.
20646
20647 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20648
20649         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20650         the rest of the and/or forms.
20651
20652 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20653
20654         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20655         compatibility with old .newsrc.eld files.
20656
20657         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20658
20659         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20660
20661         * gnus-start.el (gnus-1): do.
20662
20663         * gnus-group.el (gnus-group-line-format-alist): do.
20664
20665         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20666
20667         * gnus-gl.el: Remove.
20668
20669 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20670
20671         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20672         marks consisting of a single range {for example, (3 . 5)} rather
20673         than a list of a single range { ((3 . 5)) }.
20674
20675 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20676
20677         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20678         Use with-current-buffer.
20679         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20680         avoid consing a string.
20681
20682         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20683         Remove obsolete entries for big5 and gb2312.
20684
20685 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20686
20687         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20688         uncompressed list.
20689
20690 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20691
20692         * spam-stat.el (spam-stat-strip-xref): New function.
20693         (spam-stat-process-directory): Use it.
20694
20695         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20696         here -- it's done in message-fetch-field.
20697
20698 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20699
20700         * gnus-agent.el (gnus-agent-queue-mail)
20701         (gnus-agent-prompt-send-queue): New variables.
20702         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20703         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20704         "nndraft:queue" along to gnus-draft-send.
20705         Use gnus-agent-prompt-send-queue.
20706         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20707         is "nndraft:queue".  Suggested by Gaute Strokkenes
20708         <gs234@srcf.ucam.org>
20709
20710         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20711         (agent-enable-undownloaded-faces): Add.
20712         (gnus-agent-cat-groups): Use eval-and-compile, not
20713         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20714         method of gnus-agent-cat-groups even when the buffer has been
20715         evaled.
20716         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20717         delete gnus-agent-save-active-1.
20718         (gnus-agent-save-groups): Delete.  Identical to
20719         gnus-agent-save-active.
20720         (gnus-agent-write-active): No longer adjust agent's copy of active
20721         file as agent's adjustments are now stored in their own
20722         file.  Remove optional parameter.
20723         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20724         servers.  Add use of min/max range limits from server's local
20725         file.
20726         (gnus-agent-save-alist): Remove unused optional argument.
20727         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20728         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20729         (gnus-agent-set-local): A per-server file that keeps min/max range
20730         limits for articles known to the agent.  Provides a fast mechanism
20731         for altering many active ranges.
20732         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20733         active file (local makes it unnecessary).
20734         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20735
20736         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20737         (agent-enable-undownloaded-faces): Add.
20738
20739         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20740         disable it when sending to "nndraft:queue".
20741         (gnus-group-send-queue): Add safety check to avoid sending queue
20742         when unplugged.
20743
20744         * gnus-group.el (gnus-group-catchup): Use new
20745         gnus-sequence-of-unread-articles, not
20746         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20747         numbers of articles.  Use gnus-range-map to avoid having to
20748         uncompress the unread list.
20749         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20750         Fix invalid ange-ftp reference.
20751
20752         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20753         (gnus-sorted-range-intersection): Intersection of two ranges
20754         without requiring that they first be uncompressed.
20755
20756         * gnus-start.el (gnus-activate-group): Unless blocked by the
20757         caller, possibly expand the active range to include both cached
20758         and agentized articles.
20759         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20760         multiple version-dependent converters.
20761         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20762         gnus-agent-save-active.
20763         (gnus-save-newsrc-file): Save dirty agent range limits.
20764
20765         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20766         gnus-agent-possibly-alter-active.
20767         (gnus-adjust-marked-articles): Faster handling of simple lists.
20768
20769 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20770
20771         * spam-stat.el (spam-stat-test-directory): New optional argument
20772         displays a list of files detected.  Suggested by Andrew Cohen
20773         <cohen@andy.bu.edu>.
20774         (spam-stat-buffer-words-with-scores): Don't narrow and change
20775         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20776
20777 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20778
20779         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20780         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20781         (spam-spamassassin-arguments)
20782         (spam-spamassassin-spam-flag-header)
20783         (spam-spamassassin-positive-spam-flag-header)
20784         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20785         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20786         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20787         (spam-list-of-processors, spam-list-of-checks)
20788         (spam-list-of-statistical-checks, spam-registration-functions)
20789         (spam-check-spamassassin-headers, spam-check-spamassassin)
20790         (spam-spamassassin-score)
20791         (spam-spamassassin-register-with-sa-learn)
20792         (spam-spamassassin-register-spam-routine)
20793         (spam-spamassassin-register-ham-routine)
20794         (spam-assassin-register-spam-routine)
20795         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20796         (spam-bogofilter-score): Fix to show article before scoring.
20797
20798 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20799
20800         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20801         default scoring function.
20802         (spam-generic-score): Call spam-spamassassin-score if
20803         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20804         spam-bogofilter-score otherwise.
20805
20806         * gnus.el (spam-process, spam-autodetect-methods):
20807         Add spamassassin and spamassassin-headers.
20808
20809 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20810
20811         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20812         Suppress unnecessary messages.
20813
20814 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20815
20816         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20817         make-hash-table.
20818
20819 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20820
20821         * canlock.el (base64-encode-string): Don't autoload it.
20822
20823 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20824
20825         * run-at-time.el: Remove useless (require 'itimer),
20826         eval-and-compile and (featurep 'xemacs).
20827
20828 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20829
20830         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20831         GROUP is a virtual group.
20832
20833 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20834
20835         * gnus.el: Autoload `message-y-or-n-p'.
20836
20837 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20838
20839         * pgg-parse.el: Remove unnecessary (require 'custom).
20840
20841         * pgg-def.el: do.
20842
20843         * nnmail.el: do.
20844
20845         * gnus-undo.el: do.
20846
20847         * gnus-picon.el: do.
20848
20849         * gnus-util.el: do.
20850
20851 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20852
20853         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20854
20855 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20856
20857         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20858         handle, as well as a list.
20859
20860         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20861         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20862         (mm-w3m-cid-retrieve): Simplify.
20863
20864 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20865
20866         * message.el (message-kill-to-signature): Allow prefix arg to
20867         specify number of lines to keep before signature.
20868
20869 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20870
20871         * message.el (message-kill-to-signature): Change docstring.
20872
20873 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20874
20875         * canlock.el: Always require sha1-el.
20876         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20877
20878         * message.el: Autoload sha1 only when compiling.
20879
20880         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20881         eudc-expand-inline for XEmacs.
20882
20883 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20884
20885         * message.el (message-canlock-generate): Require sha1-el.
20886
20887 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20888
20889         * message.el (message-expand-name): Silence the byte compiler.
20890
20891         * lpath.el: Add detect-coding-system.
20892
20893         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20894         cus-edit.
20895
20896 2004-01-13  Simon Josefsson  <jas@extundo.com>
20897
20898         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20899         Invoke gnus-score-mode.
20900         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20901
20902         * gnus-range.el (gnus-compress-sequence): Doc fix.
20903         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20904
20905 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20906
20907         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20908
20909 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20910
20911         * spam.el (spam-get-article-as-string): Update to use
20912         gnus-request-article-this-buffer, much simpler.
20913         (spam-get-article-as-buffer): Remove.
20914
20915 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20916
20917         * message.el (message-expand-name): Use EUDC if the user uses that.
20918
20919 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20920
20921         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20922         character for the encoding to avoid consing a string.
20923
20924         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20925         unnecessarily.
20926
20927         * mm-util.el (mm-replace-chars-in-string): Remove.
20928
20929         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20930         of mm-replace-chars-in-string.
20931
20932 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20933
20934         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20935
20936         * mm-util.el (mm-subst-char-in-string): Support inplace.
20937
20938         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20939         a new string in every iteration.  Use shy groups.
20940
20941 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20942
20943         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20944         * gnus-soup.el (gnus-soup-group-brew):
20945         * gnus-msg.el (gnus-put-message):
20946         * gnus-move.el (gnus-group-move-group-to-server):
20947         * gnus-kill.el (gnus-batch-score):
20948         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20949         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20950         (gnus-group-update-group, gnus-group-read-group)
20951         (gnus-group-make-group, gnus-group-make-help-group)
20952         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20953         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20954         (gnus-group-sort-by-unread, gnus-group-catchup)
20955         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20956         (gnus-group-yank-group, gnus-group-set-info)
20957         (gnus-group-list-groups):
20958         * gnus.el (gnus-generate-new-group-name):
20959         * gnus-delay.el (gnus-delay-send-queue):
20960         * nnvirtual.el (nnvirtual-catchup-group):
20961         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20962         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20963         (gnus-group-prepare-topics, gnus-topic-check-topology):
20964         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20965         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20966         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20967         (gnus-group-make-articles-read):
20968         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20969         (gnus-group-change-level, gnus-kill-newsgroup)
20970         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20971         (gnus-get-unread-articles, gnus-make-articles-unread)
20972         (gnus-make-ascending-articles-unread): Use accessor
20973         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20974         to get group information for improved readability.
20975
20976
20977 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20978
20979         * gnus-art.el (article-decode-mime-words, article-babel)
20980         (gnus-article-highlight-signature, gnus-article-add-buttons)
20981         (gnus-signature-toggle): Use gnus-with-article-buffer.
20982
20983         * gnus-art.el (gnus-article-highlight-headers)
20984         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20985
20986         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20987         (gnus-article-set-globals, gnus-request-article-this-buffer)
20988         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20989         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20990         (gnus-mime-display-alternative): Use with-current-buffer.
20991
20992 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20993
20994         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20995         also under 80 char limit, and call gnus-error if needed.
20996         (spam-fetch-article-header): Fix - it was a
20997         buffer-local variable (gnus-newsgroup-data).
20998         (spam-find-spam): Use spam-generate-fake-headers, forget about
20999         spam-insert-fake-headers.
21000         (spam-insert-fake-headers): Remove.
21001
21002 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21003
21004         * deuglify.el (gnus-article-outlook-unwrap-lines)
21005         (gnus-outlook-rearrange-article)
21006         (gnus-outlook-repair-attribution-outlook)
21007         (gnus-outlook-repair-attribution-block)
21008         (gnus-outlook-repair-attribution-other): Remove redundant
21009         save-excursion.
21010
21011 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21012
21013         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
21014         (spam-fetch-field-subject-fast)
21015         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
21016         (spam-fetch-article-header): Add functions to deal with Gnus
21017         internals for fast retrieval of article header data.
21018         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
21019
21020 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21021
21022         * pop3.el (pop3-md5): Remove.
21023         (pop3-apop): Replace pop3-md5 with md5.
21024
21025         * mm-bodies.el: base64 is always built-in.
21026
21027         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
21028         Use with-current-buffer.
21029
21030 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21031
21032         * canlock.el (canlock-insert-header): Remove excessive grouping in
21033         regexp.
21034
21035         * gnus-sum.el (gnus-summary-read-document): Ditto.
21036
21037         * gnus-uu.el (gnus-uu-part-number): Ditto.
21038
21039         * html2text.el (html2text-remove-tags): Ditto.
21040         (html2text-format-tags): Ditto.
21041         (html2text-format-single-elements): Ditto.
21042
21043         * mml.el (mml-parse-1): Ditto.
21044
21045 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21046
21047         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
21048
21049         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
21050
21051         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
21052
21053         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
21054
21055 2003-11-15  Simon Josefsson  <jas@extundo.com>
21056
21057         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
21058         (pgg-gpg-lookup-key): Use regexp match instead of
21059         split-string (split-string is different between emacs 21.2 and
21060         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
21061
21062 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21063
21064         * gnus-art.el (gnus-mime-view-all-parts)
21065         (gnus-article-part-wrapper, gnus-article-view-part):
21066         Use with-current-buffer.
21067
21068 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21069
21070         * spam.el (spam-disable-spam-split-during-ham-respool)
21071         (spam-spamoracle-database, spam-cache-lookups)
21072         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
21073         (spam-group-ham-mark-p, spam-group-spam-mark-p)
21074         (spam-group-ham-marks, spam-group-spam-marks)
21075         (spam-group-spam-contents-p, spam-group-ham-contents-p)
21076         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
21077         also add spam-use-blackholes to the statistical checks.
21078         (spam-fetch-field-fast): Add interface to fetching fields, may
21079         become a macro.
21080         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
21081         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
21082         (spam-insert-fake-headers): Fake an article when needed.
21083         (spam-find-spam): Fake article when possible.
21084         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
21085         (spam-check-bogofilter-headers): Use message-fetch-field instead
21086         of nnmail-fetch-field.
21087
21088 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
21089
21090         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
21091
21092 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21093
21094         * spam.el (spam-split): Do not require spam-use-CHECK to be
21095         enabled if that check is passed to spam-split explicitly; also
21096         fix so 'spam doesn't get converted to spam-split-group when
21097         spam-split-symbolic-return is t.
21098         (spam-find-spam): Find registrations of the article and use those
21099         instead of re-running spam-split to find the spam/ham
21100         classification of the article.
21101         (spam-log-processing-to-registry, spam-log-registered-p)
21102         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21103         Use gnus-error instead of gnus-message.
21104         (spam-log-registration-type): Add function to determine the
21105         classification of a message based on registry entries; will
21106         return nil if both 'spam and 'ham are found.
21107         (spam-check-BBDB): Expand all the BBDB macros here so we can have
21108         a reasonably fast local cache without the loading errors.
21109         (spam-cache-lookups): Set to t by default.
21110         (spam-find-spam): Don't try to guess spam-cache-lookups.
21111         (spam-enter-whitelist, spam-enter-blacklist): Clear the
21112         spam-caches entry.
21113         (spam-filelist-build-cache, spam-filelist-check-cache):
21114         Fix caching of whitelist/blacklist entries.
21115         (spam-check-whitelist, spam-check-blacklist):
21116         Invoke spam-from-listed-p with a type, not a cache variable.
21117         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21118
21119 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21120
21121         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21122
21123         * nnmail.el (nnmail-split-fancy): do.
21124
21125         * mml.el (mml-parse): do.
21126
21127         * gnus-score.el (gnus-enter-score-words-into-hashtb)
21128         (gnus-score-adaptive): do.
21129
21130 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21131
21132         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21133         (gnus-mime-button-map): Don't set keymap parent.
21134         (gnus-button-ctan-directory-regexp): Use shy grouping.
21135         (gnus-prev-page-map): Don't set keymap parent.
21136         (gnus-prev-page-map): Remove duplicated one.
21137         (gnus-next-page-map): Don't set keymap parent.
21138         (gnus-mime-security-button-map): Ditto.
21139
21140         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21141         version number.
21142
21143         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21144
21145 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21146
21147         * canlock.el (canlock-sha1-function): Remove.
21148         (canlock-sha1-function-for-verify): Remove.
21149         (canlock-openssl-program): Remove.
21150         (canlock-openssl-args): Remove.
21151         (canlock-ignore-errors): Remove.
21152         (canlock-sha1-with-openssl): Remove.
21153         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21154         (canlock-verify): Don't use canlock-ignore-errors.
21155
21156         * sha1-el.el (sha1-string-external): Make it can return a string
21157         in binary form.
21158         (sha1-region-external): Ditto.
21159         (sha1-string-internal): Ditto.
21160         (sha1-region-internal): Ditto.
21161         (sha1-region): Ditto.
21162         (sha1-string): Ditto.
21163         (sha1): Ditto.
21164
21165 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21166
21167         * spam.el (spam-report-articles-gmane): New command.
21168
21169 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21170
21171         * gnus.el: Don't make unnecessary *Group* buffer when loading.
21172
21173         * run-at-time.el (run-at-time-saved): Remove.
21174         (run-at-time): Doc fix.
21175
21176 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21177
21178         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21179         (gnus-summary-limit-map): Add it.
21180         (gnus-summary-make-menu-bar): do.
21181
21182 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
21183
21184         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21185         Make attempt at some caching support (done for BBDB only now).
21186         (spam-find-spam): Set spam-cache-lookups if there are more than 2
21187         addresses to be checked.
21188         (spam-clear-cache-BBDB): Add function, to be invoked by
21189         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21190         (spam-check-BBDB): Check and use the caches, if
21191         spam-cache-lookups is on, remove superfluous (provide).
21192
21193 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
21194
21195         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21196
21197 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
21198
21199         * run-at-time.el (run-at-time-saved): Move to after the definition
21200         of `run-at-time'.
21201
21202         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
21203
21204 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21205
21206         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21207         mm-w3m-local-map-property.
21208
21209         * mm-view.el (mm-w3m-mode-map): Remove.
21210         (mm-w3m-local-map-property): Remove.
21211         (mm-inline-text-html-render-with-w3m): Don't use
21212         mm-w3m-local-map-property.
21213
21214 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21215
21216         * run-at-time.el: New file.
21217
21218         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
21219         under Emacs.
21220
21221         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21222         of gnus-set-text-properties.
21223
21224         * gnus-uu.el (gnus-uu-save-article): Ditto.
21225
21226         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21227
21228         * gnus-cite.el (gnus-cite-parse): Ditto.
21229
21230         * gnus-art.el (gnus-button-push): Use set-text-properties instead
21231         of gnus-.
21232
21233         * gnus-xmas.el (run-at-time): Require run-at-time.
21234
21235         * gnus.el: Change calls to nnheader-run-at-time and
21236         password-run-at-time throughout to use run-at-time directly.
21237
21238         * password.el: Remove definition of run-at-time.
21239
21240         * nnheaderxm.el: Remove definition of run-at-time.
21241
21242 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
21243
21244         * mml.el (mml-minibuffer-read-disposition): Show attachment type
21245         in prompt.
21246
21247 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21248
21249         * messagexmas.el (message-xmas-redefine): Alias
21250         `message-make-caesar-translation-table' to
21251         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
21252         version.
21253
21254         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
21255         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
21256         `gnus-xmas-set-text-properties'.
21257         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
21258         `gnus-xmas-completing-read'.
21259         (gnus-xmas-completing-read): Removed.
21260         (gnus-xmas-open-network-stream): Removed.
21261
21262         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21263         XEmacs version.
21264
21265         * dns.el (dns-make-network-process): Use `open-network-stream'
21266         instead of `gnus-xmas-open-network-stream'.
21267
21268         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
21269
21270         * .cvsignore: Add auto-autoloads.el, custom-load.el.
21271
21272 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21273
21274         * gnus-art.el (gnus-mime-display-alternative)
21275         (gnus-insert-mime-button, gnus-insert-mime-security-button)
21276         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21277         Don't use gnus-local-map-property.
21278
21279         * gnus-util.el (gnus-local-map-property): Remove.
21280
21281         * mm-view.el (mm-view-pkcs7-decrypt):
21282         Replace gnus-completing-read-maybe-default with completing-read.
21283
21284         * gnus-util.el (gnus-completing-read): do.
21285         (gnus-completing-read-maybe-default): Remove.
21286
21287 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21288
21289         * password.el: Only autoload `run-at-time' if not XEmacs.
21290         Only autoload the itimer functions if XEmacs.
21291
21292 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21293
21294         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
21295         XEmacsen.
21296
21297         * dgnushack.el: Autoload executable-find for XEmacs.
21298
21299 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21300
21301         * gnus-art.el (gnus-read-string): Remove.
21302         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21303         read-string.
21304
21305 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21306
21307         * netrc.el: Autoload password-read.
21308         (netrc): Add configuration group.
21309         (netrc-encoding-method, netrc-openssl-path):
21310         Add variables for encoding and decoding of files with symmetric
21311         ciphers.
21312         (netrc-encode): Add assistant function to encode a file with
21313         netrc-encoding-method.
21314         (netrc-parse): Add interactive parameter, added optional
21315         decoding if netrc-encoding-method is non-nil but otherwise
21316         behavior is standard.
21317         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21318         Do s/encode/encrypt/ everywhere.
21319
21320         * spam.el: Remove executable-find autoload.
21321
21322 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21323
21324         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21325
21326         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21327
21328 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21329
21330         * gnus-art.el (gnus-treat-ansi-sequences)
21331         (article-treat-ansi-sequences): New variable and function.
21332         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21333
21334         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21335         Use it.
21336
21337 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21338
21339         * mm-util.el (mm-quote-arg): Remove.
21340
21341         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21342         shell-quote-argument.
21343
21344         * gnus-uu.el (gnus-uu-command): do.
21345
21346         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21347
21348         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21349         with make-char.
21350
21351         * mm-util.el (mm-make-char): Remove.
21352
21353         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21354         add-minor-mode.
21355
21356         * gnus-undo.el (gnus-undo-mode): do.
21357
21358         * gnus-topic.el (gnus-topic-mode): do.
21359
21360         * gnus-sum.el (gnus-dead-summary-mode): do.
21361
21362         * gnus-start.el (gnus-slave-mode): do.
21363
21364         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21365
21366         * gnus-ml.el (gnus-mailing-list-mode): do.
21367
21368         * gnus-gl.el (gnus-grouplens-mode): do.
21369
21370         * gnus-draft.el (gnus-draft-mode): do.
21371
21372         * gnus-dired.el (gnus-dired-mode): do.
21373
21374         * gnus-ems.el (gnus-add-minor-mode): Remove.
21375
21376         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21377         Replace gnus-char-width with char-width.
21378
21379         * gnus-ems.el (gnus-char-width): Remove.
21380
21381         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21382         Replace gnus-char-width with char-width.
21383
21384         * gnus-ems.el (gnus-char-width): Remove.
21385
21386         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21387         definition.
21388         Remove Emacs 20 hash table compatibility code.
21389
21390         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21391         20 compatibility code.
21392
21393         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21394
21395         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21396
21397         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21398         Replace with point-at-{eol,bol}.
21399
21400         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21401
21402         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21403
21404         * flow-fill.el (fill-flowed-point-at-bol)
21405         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21406
21407         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21408         Replace with point-at-{eol,bol} throughout all files.
21409
21410 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21411
21412         * ntlm.el (ntlm-string-as-unibyte): New macro.
21413         (ntlm-build-auth-response): Use it.
21414
21415         Remove Emacs 20 stuff:
21416         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21417         (butlast, mapc, remove): Remove the compiler macros.
21418         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21419         of delq and copy-sequence.
21420         * gnus-art.el (popup-menu): Remove the compiler macro.
21421         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21422         Emacs 20.
21423
21424 2004-01-05  Simon Josefsson  <jas@extundo.com>
21425
21426         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21427         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21428         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21429         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21430         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21431         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21432         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21433         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21434         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21435         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21436         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21437         string-xor into ntlm-string-xor.
21438         Suggested by Jesper Harder <harder@myrealbox.com>.
21439
21440         * ntlm.el: Don't include poem.
21441
21442         * md4.el (print-int32, print-string-hexa): Remove.
21443         Suggested by Jesper Harder <harder@myrealbox.com>.
21444
21445         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21446
21447         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21448         probably breaks emacs with DL patch, but do we care? Is anyone
21449         still using the DL stuff?)
21450
21451         * sieve-manage.el: Use the password package.
21452         (sieve-manage-read-passwd): Remove.
21453         (sieve-manage-interactive-login): Use password.  Re-add
21454         condition-case around loop.
21455
21456         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21457         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21458         Use the password package.
21459
21460 2003-02-19  Simon Josefsson  <jas@extundo.com>
21461
21462         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21463         token.
21464
21465 2002-08-07  Simon Josefsson  <jas@extundo.com>
21466
21467         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21468         (sieve-manage-authenticators):
21469         (sieve-manage-authenticator-alist): Add some SASL mechs.
21470         (sieve-sasl-auth): New function.
21471         (sieve-manage-cram-md5-auth):
21472         (sieve-manage-plain-auth): Rewrite using SASL library.
21473         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21474         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21475         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21476         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21477
21478 2004-01-05  Simon Josefsson  <jas@extundo.com>
21479
21480         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21481         New files.
21482
21483 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21484
21485         * gnus-group.el (gnus-no-groups-message): Update.
21486
21487         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21488
21489 2003-11-09  Simon Josefsson  <jas@extundo.com>
21490
21491         * imap.el: Support for ID IMAP extension (RFC 2971).
21492         (imap-local-variables): Add imap-id.
21493         (imap-id): New variable.
21494         (imap-id): New function.
21495         (imap-parse-response): Parse untagged ID response.
21496         * nnimap.el (nnimap-id): New variable.
21497         (nnimap-open-connection): Use it.
21498
21499 2003-12-28  Simon Josefsson  <jas@extundo.com>
21500
21501         * gnus-score.el (gnus-score-edit-all-score): New.
21502         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21503
21504 2004-01-04  Simon Josefsson  <jas@extundo.com>
21505
21506         * password.el: Add.
21507
21508 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21509
21510         * dns.el (dns-query-types): Fix typo.
21511         (dns-query-types): New function.
21512         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21513         PTR and SOA replies, see RFC 1035.
21514
21515 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21516
21517         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21518
21519         * Move to Changelog.2.
21520
21521 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21522
21523         * gnus.el (gnus-version-number): Bump version.
21524
21525 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21526
21527         * gnus.el: No Gnus v0.1 is released.
21528
21529 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21530
21531         * gnus.el: No Gnus v0.0 is released.
21532
21533 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21534
21535         * gnus.el (gnus-version-number): Bump.
21536         (gnus-version): No.
21537
21538 See ChangeLog.2 for earlier changes.
21539
21540   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21541
21542   This file is part of GNU Emacs.
21543
21544   GNU Emacs is free software: you can redistribute it and/or modify
21545   it under the terms of the GNU General Public License as published by
21546   the Free Software Foundation, either version 3 of the License, or
21547   (at your option) any later version.
21548
21549   GNU Emacs is distributed in the hope that it will be useful,
21550   but WITHOUT ANY WARRANTY; without even the implied warranty of
21551   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21552   GNU General Public License for more details.
21553
21554   You should have received a copy of the GNU General Public License
21555   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21556
21557 ;; Local Variables:
21558 ;; coding: utf-8
21559 ;; fill-column: 79
21560 ;; add-log-time-zone-rule: t
21561 ;; End: