Ignore "archive:sent" groups. Bail out early if enough matches are found while track...
[gnus] / lisp / ChangeLog
1 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * gnus-registry.el (gnus-registry-unfollowed-groups): Add
4         "archive:sent" to the unfollowed group regex (for the recent Gnus
5         archive:sent-YYYY-MM-DD groups).
6         (gnus-registry-split-fancy-with-parent): Bail out early in sender
7         tracking if there are more than `gnus-registry-max-track-groups'
8         matches.
9
10 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11
12         * message.el (message--yank-original-internal): New function to do the
13         insertion cleanly inside eval in `message-yank-original'.
14         (message-yank-original): Use it.
15
16 2011-03-29  Julien Danjou  <julien@danjou.info>
17
18         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
19         local variables disabled rather than `normal-mode'.
20
21 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
22
23         * imap.el (imap-shell-open, imap-process-connection-type): Use
24         imap-process-connection-type for 'shell' streams as well as
25         Kerberos, SSL, other subprocesses.
26
27 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
28
29         * proto-stream.el: Changes preparatory to merging open-protocol-stream
30         with open-network-stream.
31         (proto-stream-always-use-starttls): Option removed.
32         (open-protocol-stream): Return a process object by default.  Provide a
33         new parameter :return-list specifying a list-type return value, which
34         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
35         :type `network' to `try-starttls', and `network-only' to `default'.
36         Make `default' the default, for compatibility with open-network-stream.
37         Handle the no-parameter case exactly as open-network-stream, with no
38         additional stream processing.  Search plists using plist-get.
39         Explicitly add :end-of-commend parameter if it is missing.
40         (proto-stream-open-default): Renamed from
41         proto-stream-open-network-only.  Return 'default as the type.
42         (proto-stream-open-starttls): Rename from proto-stream-open-network.
43         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
44         failed.  Always return a list with a (possibly dead) process as the
45         first element, for compatibility with open-network-stream.
46         (proto-stream-open-tls): Use plist-get.  Always return a list.
47         (proto-stream-open-shell): Return `default' as connection type.
48         (proto-stream-capability-open): Use plist-get.
49         (proto-stream-eoc): Function deleted.
50
51         * nnimap.el (nnimap-stream, nnimap-open-connection)
52         (nnimap-open-connection-1): Handle renaming of :type parameter for
53         open-protocol-stream.
54         (nnimap-open-connection-1): Pass a :return-list parameter
55         open-protocol-stream to obtain a list return value.  Parse this list
56         using plist-get.
57
58         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
59         for open-protocol-stream.  Accept open-protocol-stream return value
60         that is a subprocess object instead of a list.  Handle the case of a
61         dead returned process.
62
63 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
64
65         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
66
67         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
68
69 2011-03-21  Julien Danjou  <julien@danjou.info>
70
71         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
72         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
73         query.
74         (mm-inline-text): Render normal text with fontification whenever
75         possible.
76
77         * gnus-sum.el (gnus-summary-save-parts-1):
78         * gnus-art.el (gnus-article-browse-html-save-cid-content)
79         (gnus-article-browse-html-parts, gnus-mime-delete-part)
80         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
81         Use `mm-handle-filename'.
82
83         * mm-util.el (mm-handle-filename): New function, return the filename of
84         an handle.
85
86 2011-03-18  Julien Danjou  <julien@danjou.info>
87
88         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
89         (gnus-buffer-live-p): Check that buffer is not nil.
90
91 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
92
93         * gnus.el: No Gnus v0.15 is released.
94
95 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
96
97         * time-date.el (format-seconds): Use assoc instead of assoc-string to
98         avoid warning on XEmacs.
99
100         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
101         on XEmacs.
102
103         * gnus-art.el: Require mouse, which the build bot seems to say is
104         needed.
105
106         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
107
108         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
109         XEmacs, since it doesn't have url-retrieve-synchronously.
110
111         * time-date.el (format-seconds): Use assoc instead of assoc-string,
112         since assoc-string doesn't exist in XEmacs.
113
114 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
115
116         * gnus-group.el (gnus-group-list-ticked): New function.
117         (gnus-group-make-menu-bar): Provide a menu entry for it.
118         (gnus-group-list-map): Provide a binding for it.
119
120 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
121
122         * shr.el (shr-visit-file): New command.
123
124         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
125
126 2011-03-17  Bjørn Mork  <bjorn@mork.no>
127
128         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
129         servers.
130
131 2011-03-16  Julien Danjou  <julien@danjou.info>
132
133         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
134         inline.
135
136         * gnus-art.el (article-hide-list-identifiers): Use
137         gnus-group-get-list-identifiers.
138
139         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
140         (gnus-summary-remove-list-identifiers): Use
141         gnus-group-get-list-identifiers to get regexp.
142         (gnus-select-newsgroup, gnus-summary-insert-subject)
143         (gnus-summary-insert-articles): Call
144         gnus-summary-remove-list-identifiers unconditionally.
145
146 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
147
148         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
149         we're selecting a group with unread articles.
150
151         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
152
153         * gssapi.el: New file separated out from imap.el to provide a general
154         Kerberos 5 connection facility for Emacs.
155
156         * message.el (message-elide-ellipsis): Document the format spec
157         ellipsis.
158
159 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
160
161         * message.el (message-elide-region): Allow the ellipsis to say how many
162         lines were removed.
163
164 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
165
166         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
167         window configurations containing buffers that are now dead.
168
169         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
170         parsing to avoid integer overflows.
171         (nnimap-parse-flags): Simplify the last change.
172         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
173         too large for 32-bit Emacsen.
174
175 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
176
177         * auth-source.el (auth-source-netrc-create):
178         * message.el (message-yank-original): Fix use of `case'.
179
180 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
181
182         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
183         XEmacs, which was one character too wide.
184
185 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
186
187         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
188         default number of articles to display.
189         (gnus-articles-to-read): Use pretty names for prompt.
190
191 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
192
193         * gnus-int.el (gnus-open-server): Ditto.
194
195         * gnus-start.el (gnus-activate-group): Give a backtrace if
196         debug-on-quit is set and the user hits `C-g'.
197         (gnus-read-active-file): Ditto.
198
199         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
200
201 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
202
203         * message.el (message-yank-original): Use cond instead of CL case.
204
205 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
206
207         * auth-source.el (auth-source-netrc-create): Use usual format for the
208         default in prompts.
209
210 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
211
212         * lpath.el: Fbind read-char-choice for XEmacs.
213
214 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
215
216         * auth-source.el (auth-source-netrc-create): Show the default in the
217         prompt when prompting for token creation.
218
219 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
220
221         * auth-source.el (auth-source-format-prompt): Always convert the value
222         to a string to avoid evaluating non-string arguments.
223         (auth-source-netrc-create): Offer default properly, not as initial
224         content in `read-string'.
225         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
226         of line to determine if we've been run before.  If so, don't run again,
227         but print a trivial message to indicate the cache was hit instead.
228
229 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
230
231         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
232         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
233         The user will have to run `gnus-sync-read' manually and wait for Cloudy
234         Gnus.
235
236 2011-03-11  Julien Danjou  <julien@danjou.info>
237
238         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
239         modified file".
240
241 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
242
243         * auth-source.el (auth-source-read-char-choice): New function to read a
244         character choice using `dropdown-list', `read-char-choice', or
245         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
246         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
247         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
248         (auth-source-netrc-saver): Use it.
249         (auth-source-pick-first-password): New convenience function.
250
251 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
252
253         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
254         parameter in the credentials.
255         (nnimap-open-connection-1): Use it after a successful login.
256         (nnimap-credentials): Add IMAP-specific user and password prompt.
257
258         * auth-source.el (auth-source-search): Add :require parameter, taking a
259         list.  Document it and the :save-function return token.  Pass :require
260         down.  Change the CREATED message from a warning to a debug statement.
261         (auth-source-search-backends): Pass :require down.
262         (auth-source-netrc-search): Pass :require down.
263         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
264         Change save prompt to indicate all modifications saved here are
265         deletions.
266         (auth-source-netrc-create): Take user login name as default in user
267         prompt.  Move all the save functionality to a lexically bound function
268         under the :save-function token in the returned list.  Set up clearer
269         default prompts for user, host, port, and secret.
270         (auth-source-netrc-saver): New function, intended to be wrapped for
271         :save-function.
272
273 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
274
275         * shr.el (shr-table-horizontal-line): Change the defaults for the table
276         lines to be spaces instead.
277
278 2011-03-07  Julien Danjou  <julien@danjou.info>
279
280         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
281         (sieve-sasl-auth): Check that auth-source-search did return something,
282         or just return an empty string.
283
284 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
285
286         * gnus.el (gnus-interactive): Use read-directory-name.
287
288         * gnus-uu.el (gnus-uu-decode-uu-and-save)
289         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
290         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
291         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
292         Likewise.
293
294         * gnus-group.el (gnus-group-make-directory-group): Likewise.
295
296 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
297
298         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
299         onto the list of killed groups, too.  This makes killed nnimap groups,
300         for instance, more reliably not reappear.
301
302         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
303         the parent.
304
305         * gnus-sum.el (gnus-update-read-articles): Fix typo.
306
307         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
308         really have server-side marks.
309
310         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
311         since most backends do not usefully have server-side marks.
312         (gnus-update-read-articles): Propagate marks to all backends that
313         really have server-side marks.
314
315 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
316
317         * message.el (message-cite-reply-position, message-cite-style):
318         New variables.
319         (message-yank-original): Use the new citation styles.
320
321 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
322
323         * message.el (message-options): Revert 22da67af (workaround for XEmacs
324         buffer-local issue); don't mark it buffer-local when running under
325         XEmacs.
326
327 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
328
329         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
330         numbers too big to be `read'.
331
332 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
333
334         * password-cache.el (password-in-cache-p): Add autoload.
335
336         * message.el (message-options): Make buffer-local two ways to attempt
337         to fix a XEmacs bug.
338
339 2011-03-02  Julien Danjou  <julien@danjou.info>
340
341         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
342
343 2011-03-01  Julien Danjou  <julien@danjou.info>
344
345         * gnus-art.el (list-identifier): Add list-identifier as a parameter
346         group.
347         (article-hide-list-identifiers): Use list-identifier group parameter.
348
349 2011-02-28  Julien Danjou  <julien@danjou.info>
350
351         * sieve.el (sieve-buffer-script-name): New local variable to store
352         sieve script name.
353         (sieve-edit-script): Store sieve script name.
354         (sieve-upload): Use sieve script name when uploading.
355         (sieve-upload): Use substitute-command-keys.
356         (sieve-edit-script): Use substitute-command-keys.
357         (sieve-refresh-scriptlist): Use substitute-command-keys.
358         (sieve-manage-mode-map): Define keymap properly.
359         (sieve-manage-mode): Do not set mode name manually, change mode-name to
360         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
361         Remove commented code about cvs.
362         (sieve-manage-quit): New function.
363         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
364
365 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
366
367         * gnus-group.el (gnus-import-other-newsrc-file): New function.
368
369 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
370
371         * auth-source.el (auth-source-search): Cache empty result sets.
372
373         * password-cache.el (password-in-cache-p): Convenience function to
374         check if a key is in the cache, even if the value is nil.
375
376         * auth-source.el (auth-source-save-behavior): New variable to replace
377         `auth-source-never-create'.
378         (auth-source-netrc-create): Use it.
379         (auth-source-never-save): Remove.
380
381 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
382
383         * nnimap.el (nnimap-stream): Doc fix.
384         (nnimap-open-connection-1): Reverse the order of the ports to that the
385         prompted-for port is first.
386
387         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
388         retrieval by the no-group selection.
389
390         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
391         numerical parameters.
392
393 2011-02-25  Julien Danjou  <julien@danjou.info>
394
395         * gnus-gravatar.el: Use gnus-with-article-buffer.
396
397         * gnus-art.el (gnus-with-article-buffer): Check that the
398         gnus-article-buffer is alive.
399
400 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
401
402         * auth-source.el (auth-source-creation-prompts): New variable to manage
403         creation-time prompts.
404         (auth-source-search): Document it.
405         (auth-source-format-prompt): Add utility function.
406         (auth-source-netrc-create): Don't default the user name to
407         user-login-name.  Use `auth-source-creation-prompts' and some default
408         prompts for user, host, port, and password (the default generic prompt
409         remains ugly).
410         (auth-source-never-save): Add customizable option to never save info.
411         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
412         mode excursion.
413
414 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
415
416         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
417         argument that XEmacs doesn't support.
418
419         * dgnushack.el (dgnushack-compile): Exclude color.el from being
420         compiled for Emacsen having no `libxml-parse-html-region' support.
421
422         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
423
424         * lpath.el: Bind buffer-save-without-query for XEmacs.
425
426 2011-02-23  Julien Danjou  <julien@danjou.info>
427
428         * gnus-art.el (article-make-date-line): Ignore errors if time is
429         invalid and not convertible.
430         (article-make-date-line): Only add lapsed time if time is not nil.
431
432 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
433
434         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
435         `read-char-choice' for backwards compatibility.
436         (auth-source-netrc-element-or-first): New function to DTRT for
437         parameter extraction.
438         (auth-source-netrc-create): Use it and fix multiple parameter print
439         bug.  Use the default passed from above (given-default) or the
440         built-in (user-login-name for :user).
441
442 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
443
444         * gnus-start.el (gnus-dribble-read-file):
445         Set buffer-save-without-query, since we always want to save the dribble
446         file, probably.
447
448         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
449         nnimap.
450
451         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
452         -summary- since it's a user-visible variable.
453
454         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
455         first time you use the new Gnus.
456
457 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
458
459         * auth-source.el: Don't load netrc.el.
460         (auth-sources): Search ~/.netrc as well by default.
461         (auth-source-debug): Add 'trivia option for extra output.
462         (auth-source-do-trivia): Use it.
463         (auth-source-search): Simplify logic to use
464         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
465         appropriate.  Don't keep a running count at this level.  Layer :create
466         and :delete options appropriately on the first and second passes.
467         Don't track the backend with the search results.
468         (auth-source-search-backends): New function to search a list of
469         backends for a processed spec.
470         (auth-source-netrc-parse): Cache all netrc files, making
471         auth-source-netrc-cache an alist keyed by the file name and using the
472         file mtime as the caching criterion.  Keep the obfuscated data secret
473         with a lexical bind.
474         (auth-source-netrc-search): Don't calculate the length of the results
475         unnecessarily.
476         (auth-source-search-backends): Fix bug.
477         (auth-source-netrc-create): Rework prompts.
478
479 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
480
481         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
482         Lower case names of search constraints.
483         (nnir-run-query): Cache and reuse search constraints for all imap
484         servers.
485
486 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
487
488         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
489         after exit.
490         (gnus-setup-message): Define missing variable from last checkin.
491
492         * gnus-sum.el (gnus-summary-show-article): When called with t as the
493         value, show the raw article.
494
495 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
496
497         * gnus.el: No Gnus v0.13 is released.
498
499 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
500
501         * nnimap.el (nnimap-open-connection-1): Revert last change, since
502         auth-source now accepts numbers.
503
504         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
505         spec, too.
506         (auth-source-ensure-strings): New function.
507
508         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
509         (gnus-article-setup-buffer): Always restart the date timer so that user
510         changes to the frequency is respected.
511
512         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
513         port numbers, so make sure it gets that if nnimap-server-port is
514         explicit.
515
516 2011-02-21  Simon Josefsson  <simon@josefsson.org>
517
518         * nnimap.el (nnimap-inbox): Doc fix.
519
520 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
521
522         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
523         Autoload.  Add optional arg FRAME, and pass it to color-values.
524         (color-complement): Caller changed.  Doc fix.
525         (color-gradient): Rewrite for better clarity and efficiency.
526
527 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
528
529         * shr-color.el (shr-color->hexadecimal): Use renamed function names
530         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
531         color-lab-to-srgb.
532
533 2011-02-20  Drew Adams  <drew.adams@oracle.com>
534
535         * color.el: First part of merge from hexrgb.el.
536         (color-rgb-to-hex): Rename from color-rgb->hex.
537         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
538         saturation to zero if the value is too small.
539         (color-rgb-to-hsl): Rename from color-rgb->hsl.
540         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
541         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
542         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
543         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
544         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
545         (color-cie-de2000): Doc fix.
546
547 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
548
549         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
550         given method as in the group name if we're using an extended method.
551         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
552         command, if we're using that, instead of waiting for the beginning.
553
554         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
555         we're sure to get unique server names, and we don't output two async
556         commands in the same buffer.  This fixes an NNTP hang for some users.
557
558 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
559
560         * gnus.el: No Gnus v0.11 is released.
561
562 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
563
564         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
565         summary buffer before reading going to the next buffer.  This avoids
566         putting the point in the group buffer if you `C-g' the command.
567
568         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
569         cache (for now) to make ~/.authinfo.gpg files usable.
570
571         * nnfolder.el (copyright-update): Define for the compiler.
572
573         * auth-source.el (auth-source-search): Fix unbound variable.
574
575 2011-02-19  Glenn Morris  <rgm@gnu.org>
576
577         * gnus.el (gnus-meta): Doc fix.
578
579 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
580
581         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
582         in case it's not yet loaded.
583
584 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
585
586         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
587         line we're waiting for.
588
589 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
590
591         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
592         face with line-width greater than zero will cause RET in gnus summary
593         buffer to scroll down article page-wise because auto vscroll happens,
594         it should be temporalily disabled when doing a scroll-up.
595
596 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
597
598         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
599         outputs from the server.
600
601 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
602
603         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
604         later so that bbdb can hook in easier.
605
606 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
607
608         * auth-source.el (auth-source-search): Don't try to create credentials
609         if the caller doesn't want that.
610         (auth-source-search): If we don't find a match, don't bug out on
611         non-bound variables.
612         (auth-source-search): Only ask a single backend to create the
613         credentials.
614
615         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
616         logging.
617         (nnimap-credentials): Protect against auth-source-search returning nil.
618         (nnimap-request-list): Protect against not being able to open the
619         server.
620
621 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
622
623         * auth-source.el (auth-source-search): Do a two-phase search, one with
624         no :create to get the responses from all backends.
625
626         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
627         when getting credentials.
628
629         * gnus-util.el (gnus-delete-duplicates): New function.
630
631 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
632
633         * nnimap.el (nnimap-credentials): Instead of picking the first port as
634         a creation default, pass the whole port list down.  It will be
635         completed.
636
637         * auth-source.el (auth-source-search): Updated docs to talk about
638         multiple creation choices.
639         (auth-source-netrc-create): Accept a list as a value (from the search
640         parameters) and do completion on that list.  Keep a separate netrc line
641         with the password obscured for showing the user.
642
643         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
644         first choice to `auth-source-search' so it will be used for entry
645         creation instead of the server's Gnus-specific name.
646         (nnimap-credentials): Rely on the auth-source library to select which
647         port is actually wanted in the new netrc entry, so don't override
648         `auth-source-creation-defaults'.
649
650         * auth-source.el (auth-source-netrc-parse): Use :port instead of
651         :protocol and accept a missing user, host, or port as a wildcard match.
652         (auth-source-debug): Default to off.
653
654         (auth-source-netrc-search, auth-source-netrc-create)
655         (auth-source-secrets-search, auth-source-secrets-create)
656         (auth-source-user-or-password, auth-source-backend, auth-sources)
657         (auth-source-backend-parse-parameters, auth-source-search): Use :port
658         instead of :protocol.
659
660         * nnimap.el (nnimap-credentials): Pass a port default to
661         `auth-source-search' in case an entry needs to be created.
662         (nnimap-open-connection-1): Use :port instead of :protocol.
663
664 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
665
666         * auth-source.el: Bind load-path when loading EIEIO from
667         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
668         21.4 doesn't support, to `require'.
669         (auth-source-secrets-search): Use mm-delete-duplicates instead of
670         delete-dups that is not available in XEmacs 21.4.
671
672 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
673
674         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
675         as EIEIO must also be loaded when auth-source.el is being
676         byte-compiled.
677
678 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
679
680         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
681
682         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
683
684         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
685
686         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
687
688         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
689
690         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
691
692         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
693
694         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
695         necessary.
696
697 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
698
699         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
700         nil means that nnimap doesn't get updated.
701
702 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
703
704         * auth-source.el (auth-source-netrc-create): Return a synthetic search
705         result when the user doesn't want to write to the file.
706         (auth-source-netrc-search): Expect a synthetic result and proceed
707         accordingly.
708         (auth-source-cache-expiry): New variable to override
709         `password-cache-expiry'.
710         (auth-source-remember): Use it.
711
712         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
713         parameter.  Create entry if necessary by using :create t.
714         (nnimap-open-connection-1): Don't pass `inhibit-create'.
715
716 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
717
718         * auth-source.el (auth-source-debug): Enable by default and don't
719         mention the obsolete `auth-source-hide-passwords'.
720         (auth-source-do-warn): New function to debug unconditionally.
721         (auth-source-do-debug): Use it.
722         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
723         and for Secrets API entries when the secrets.el library is not
724         available.
725
726 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
727
728         * gnus-sum.el (gnus-propagate-marks): Default to nil.
729         (gnus-summary-exit): Kill the correct article buffer on exit from a
730         `C-d' group.
731
732         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
733         gnus-propagate-marks.
734
735         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
736         before killing the buffers so that a non-full window conf gets handled
737         correctly.
738         (gnus-summary-exit): Ditto.
739         (gnus-summary-read-group-1): Ditto.
740
741         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
742         async code again so that we can debug it properly.
743
744         * message.el (message-reply): Take an optional switch-buffer parameter
745         so that Gnus window confs are respected better.
746
747 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
748
749         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
750         `plist-get' to accept non-list parameters (XEmacs issue).
751         Fix docstring.
752         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
753         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
754         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
755         Login collection is "Login" and not "login".
756
757 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
758
759         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
760         multiple headers.
761
762         * nnimap.el (nnimap-inhibit-logging): New variable.
763         (nnimap-log-command): Don't log login commands.
764
765         * auth-source.el (auth-source-netrc-search): The asserts seem to want
766         to have more parameters.
767
768         * nnimap.el (nnimap-send-command): Mark the command time for each
769         command, so that we don't get NOOPs stepping on our toes.
770
771         * gnus-art.el (article-date-ut): Get the date from the Date header on
772         `t'.
773
774 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
775
776         * auth-source.el (auth-source-search): Use copy-sequence instead of
777         the cl.el copy-list.
778
779 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
780
781         * imap.el: Bring it back (revert
782         84d800cd31de3064f0ed39617d725709a2f8f42f).
783
784 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
785
786         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
787         Improve prompt.
788
789 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
790
791         * gnus-art.el (gnus-article-mode-line-format): Remove the article
792         washing status from the default format.  It isn't very informative.
793
794 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
795
796         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
797         Fix Gcc processing on imap.
798
799 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
800
801         * imap.el: Remove file.  All the functionality is in nnimap.el.
802
803 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
804
805         * message.el (message-bury): Don't pop up a new window when selected
806         window is dedicated.
807
808 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
809
810         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
811
812 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
813
814         * sieve-manage.el: Autoload `auth-source-search'.
815         (sieve-sasl-auth): Use it.
816
817 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
818
819         * nnimap.el: Autoload `auth-source-forget+'.
820         (nnimap-open-connection-1): Use it if the connection fails.
821
822         * auth-source.el: Require `password-cache'.
823         (auth-source-hide-passwords, auth-source-cache): Remove and mark
824         obsolete.
825         (auth-source-magic): Marker for `password-cache' keys.
826         (auth-source-do-cache): Update docstring.
827         (auth-source-search): Use and check cache.
828         (auth-source-forget-all-cached, auth-source-remember)
829         (auth-source-recall, auth-source-forget, auth-source-forget+)
830         (auth-source-specmatchp): Caching support functions.
831         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
832         Remove and obsolete.
833         (auth-source-user-or-password): Remove caching to further discourage
834         using it.  Always hide passwords.
835
836         * password-cache.el (password-cache-remove): Accept secrets that are
837         not strings.
838
839 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
840
841         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
842         code for now, since it doesn't work for all users.
843
844 2011-02-09  Julien Danjou  <julien@danjou.info>
845
846         * message.el (message-options): Make message-options really buffer
847         local.
848
849 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
850
851         * mail-source.el: Autoload `auth-source-search'.
852         (mail-source-keyword-map): Note order matters.
853         (mail-source-set-1): Get all the mail-source source values and
854         defaults and search auth-source on those if needed.  This can all
855         probably be simplified.
856
857         * nnimap.el: Autoload `auth-source-search'.
858         (nnimap-credentials): Use it.
859         (nnimap-open-connection-1): Ask for the virtual server and physical
860         address in one shot.
861
862         * nntp.el: Autoload `auth-source-search'.
863         (nntp-send-authinfo): Use it.  Note TODO.
864
865 2011-02-08  Julien Danjou  <julien@danjou.info>
866
867         * shr.el (shr-tag-body): Add support for text attribute in body
868         markups.
869
870         * message.el (message-options): Make message-options a local variable.
871
872 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
873
874         * auth-source.el (auth-source-secrets-search)
875         (auth-source-user-or-password): Use `append' instead of `nconc'.
876         (auth-source-user-or-password): Build return list better and protect
877         against nil :secret.
878
879 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
880
881         * nnimap.el (nnimap-update-info): Refactor slightly.
882         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
883         (nnimap-update-info): Clean up slightly.
884         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
885         characters.
886         (nnimap-process-quirk): Rename function to avoid collision.
887         (nnimap-update-info): Fix macrology bug-out.
888         (nnimap-update-info): Simplify split history test.
889
890 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
891
892         * auth-source.el (top): Require 'eieio unconditionally.
893         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
894         (auth-source-secrets-search): Limit search when `max' is greater than
895         number of results.
896
897 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
898
899         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
900         part not returning any data.
901
902         * proto-stream.el (open-protocol-stream): Document the return value.
903
904 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
905
906         * auth-source.el (auth-source-secrets-search): Add examples.
907
908 2011-02-06  Julien Danjou  <julien@danjou.info>
909
910         * message.el (message-setup-1): Handle message-generate-headers-first
911         set to t.
912
913 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
914
915         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
916         API with a string "secrets:collection-name" and with 'default.
917         (auth-source-backend-parse): Parse "secrets:collection-name" and
918         'default.  Recurse on parses instead of repeating code.  Use the
919         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
920         message when ignoring a source.
921         (auth-source-search): List ignored search keys at the top level.
922         (auth-source-netrc-create): Use `case' instead of `cond'.
923         (auth-source-secrets-search): Created with TODOs.
924         (auth-source-secrets-create): Created with TODOs.
925         (auth-source-retrieve, auth-source-create, auth-source-delete)
926         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
927         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
928         (auth-source-user-or-password-sftp)
929         (auth-source-user-or-password-smtp): Remove.
930         (auth-source-user-or-password): Deprecated and modified to be a wrapper
931         around `auth-source-search'.  Not tested thoroughly.
932
933 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
934
935         * auth-source.el: Bring in assoc and eioeio libraries.
936         (secrets-enabled): New variable to track the status of the Secrets API.
937         (auth-source-backend): New EIOEIO class to represent a backend.
938         (auth-source-creation-defaults): New variable to set prompt defaults
939         during token creation (see the `auth-source-search' docstring for
940         details).
941         (auth-sources): Simplify to allow a simple string as a netrc backend
942         spec.
943         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
944         (auth-source-backend-parse-parameters): Fill in the backend parameters.
945         (auth-source-search): Main auth-source API entry point.
946         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
947         (auth-source-search-collection): Helper function for searching.
948         (auth-source-netrc-parse, auth-source-netrc-normalize)
949         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
950         Supports search, create, and delete.
951         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
952         backend stubs.
953         (auth-source-user-or-password): Call `auth-source-search' but it's not
954         ready yet.
955
956 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
957
958         * message.el (message-setup-1): Remove the read-only stuff, since it
959         doesn't work under XEmacs, for some reason.
960
961         * gnus-sum.el (gnus-user-date): Rename back from
962         gnus-summary-user-date since user code refers to it.
963
964         * shr.el (shr-render-td): Store the actual background colour used.
965
966         * message.el (message-setup-1): Don't bind the constant
967         -forbidden-properties.
968         (message-setup-1): Revert previous change, since it needs to bind the
969         props to insert them.
970         (message-resend): Allow removing the read-only separator line.
971
972 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
973
974         * nnimap.el (nnimap-request-accept-article): Give an error message if
975         the APPEND wasn't successful.
976
977 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
978
979         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
980         that have no groups.
981
982 2011-02-03  Julien Danjou  <julien@danjou.info>
983
984         * gnus-draft.el: Remove progn around gnus-draft-setup.
985
986 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
987
988         * gnus-start.el (gnus-read-active-for-groups): This function is never
989         called with a nil `infos', so clean that up.
990         (gnus-get-unread-articles): Request active files from primary/secondary
991         methods that have no groups (yet).
992
993 2011-02-03  Julien Danjou  <julien@danjou.info>
994
995         * message.el (message-setup-1): Always generate References first.
996         (message-mail): Return the return value of message-setup, not always t.
997         (message-setup-1): Insert mail-header-separator with read-only and
998         intangible properties set.
999
1000         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1001         user-date in docstring.
1002
1003         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1004
1005         * gnus.el (gnus-summary-line-format): Mention &user-date format in
1006         docstring.
1007
1008         * gnus.el (gnus-user-date-format-alist): Change default value. Use
1009         defcustom, with type and group. Move from gnus-util.el. Rename to
1010         gnus-summary-user-date-format-alist.
1011
1012 2011-02-03  Glenn Morris  <rgm@gnu.org>
1013
1014         * nnimap.el (gnus-fetch-headers): Declare.
1015
1016         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1017
1018 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1019
1020         * message.el (message-forward-make-body-digest-plain)
1021         (message-followup, message-reply): Clean up things noted by Stefan.
1022
1023         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1024         gnus-article-update-date-headers is nil.
1025         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1026         it didn't really work with defcustom.
1027         (article-update-date-lapsed): Make sure the window start doesn't move,
1028         either.
1029
1030 2011-02-01  Julien Danjou  <julien@danjou.info>
1031
1032         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1033         format.
1034
1035         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1036         standard in Emacs nowadays.
1037
1038         * color.el (color-gradient): Add a color-gradient function.
1039
1040 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1041
1042         * message.el (message-expand-name): Don't trust the return value of
1043         bbdb-complete-name.
1044         (message-check-news-header-syntax): Remove unused var `start'.
1045         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1046         (message-inhibit-body-encoding): Move to before first use.
1047         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1048         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1049         (Organization, Message-ID, Date, mh-previous-window-config):
1050         Defvar the vars using dynamic scoping.
1051
1052 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1053
1054         * shr.el (shr-render-td): Only do colours at the final rendering.
1055         Should be slightly faster.
1056         (shr-insert-table): Fix up TD background colours when doing the
1057         vertical padding.
1058
1059         * gnus-art.el (article-date-ut): Protect against articles with no Date
1060         header.
1061         (article-update-date-lapsed): Don't use current-column to find the
1062         horizontal position.  It's fragile in the presence of \003 characters.
1063
1064         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1065
1066 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1067
1068         * gnus-art.el (article-transform-date): Rewrite to still work when
1069         there are several rfc2822 parts.
1070         (article-transform-date): Fix infinite recursion.
1071         (article-date-ut): Replace infinitely many Date headers with a single
1072         one when called interactively.
1073
1074         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1075         secure manner.
1076
1077         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1078         move around by not using save-window-excursion.  It seems to work...
1079
1080 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1081
1082         * gnus-art.el (article-make-date-line): Work for user-defined format.
1083
1084 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1085
1086         * nntp.el (nntp-retrieve-group-data-early)
1087         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1088         fetching functions.
1089
1090         * gnus-start.el (gnus-read-active-for-groups): Read the active files
1091         thoroughly for all backends that have no known groups.  This should
1092         allow new nnml methods to retrieve mail.
1093
1094         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1095         that Gnus doesn't know exists again.
1096
1097         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1098         (gnus-treat-date-ut): Ditto.
1099         (gnus-article-update-date-header): Rename.
1100         (gnus-treat-date-local): Remove.
1101         (gnus-treat-date-english): Remove.
1102         (gnus-treat-date-lapsed): Remove.
1103         (gnus-treat-date-combined-lapsed): Remove.
1104         (gnus-treat-date-original): Remove.
1105         (gnus-treat-date-iso8601): Remove.
1106         (gnus-treat-date-user-defined): Remove.
1107         (gnus-article-date-headers): New variable to control all the date
1108         header options.
1109         (article-date-ut): Rewrite to allow using the new way to format date
1110         headers(s).
1111
1112 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1113
1114         * nnmail.el (nnmail-article-group): Check for a direct fancy split
1115         method.
1116         (nnmail-article-group): A better test for fanciness.
1117
1118         * nnimap.el (nnimap-request-head): Protect against not finding the
1119         article by Message-ID.
1120
1121 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
1122
1123         * gnus-art.el (article-update-date-lapsed): Try a better way to really
1124         keep point at the "same place".
1125
1126 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1127
1128         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1129         data if the group is unactivated.
1130
1131 2011-01-28  Julien Danjou  <julien@danjou.info>
1132
1133         * gnus-win.el: Remove dead function gnus-window-configuration-element.
1134         (gnus-all-windows-visible-p): Remove old compatibility code.
1135         (gnus-window-top-edge): Add docstring.
1136
1137         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1138
1139 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1140
1141         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1142         older request-update-info.
1143
1144         * gnus-art.el (article-make-date-line): Limit the length a bit more.
1145
1146 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
1147
1148         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1149         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1150
1151 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1152
1153         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1154         groups.  This makes the nndraft:queue group pop up if it's not already
1155         there.
1156
1157         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1158         messages" logic, which was reversed.
1159
1160         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1161         the "same place" even if point is on the line being replaced.
1162         (article-update-date-lapsed): Allow updating both the combined lapsed
1163         and the lapsed headers.
1164         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1165         (article-make-date-line): Limit the number of segments dynamically to
1166         avoid too-long lines.
1167
1168 2011-01-27  Julien Danjou  <julien@danjou.info>
1169
1170         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1171         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1172
1173 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1174
1175         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1176         Use plist-get instead of the cl function getf.
1177
1178 2011-01-27  Glenn Morris  <rgm@gnu.org>
1179
1180         * gnus-util.el (float-time): Get rid of compiler warning, again.
1181
1182 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1183
1184         * shr.el (shr-put-color): Special-case background colours: Do put them
1185         at the blank parts at the front of the lines.
1186
1187         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1188         exit hook to nix out all data on readedness on group exit.
1189
1190         * gnus-util.el (float-time): If float-time is bound, always use it on
1191         all Emacsen.  It's unclear why the subrp check was there.
1192         (time-date): Require to make some autoload issues on XEmacs go away.
1193
1194         * shr.el (shr-put-color): Don't do the box padding in tables, since
1195         they're already padded.
1196
1197 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1198
1199         * gnus-art.el (gnus-article-next-page): When the last line of the
1200         article is displayed, scroll down once more instead of going to the
1201         next article at once.
1202         (article-lapsed-string): Refactor out and allow specifying how many
1203         segments you want.
1204         (gnus-article-setup-buffer): Start updating the lapsed header directly.
1205         (gnus-article-update-lapsed-header): New variable.
1206
1207         * shr.el: Revert change that made headings use different-sized faces.
1208         The Emacs display engine isn't advanced enough that, for instance,
1209         tables can comfortably use differently-sized faces.
1210
1211 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1212
1213         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1214         used.
1215         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1216         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1217         we're using an encrypted connection.
1218
1219         * proto-stream.el: Alter the interface functions to also return the
1220         actual stream type used: network or tls.
1221
1222 2011-01-25  Julien Danjou  <julien@danjou.info>
1223
1224         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1225         (mm-display-javascript-inline): New function.
1226
1227         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1228         viewing function.
1229
1230 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1231
1232         * shr.el (shr-expand-newlines): Fix variable name.
1233
1234 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1235
1236         * shr.el (shr-expand-newlines): Make nested boxes work.
1237
1238 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1239
1240         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1241         backgrounds.
1242         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1243         in a more sensible manner.
1244
1245 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1246
1247         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1248         if EPG is loaded.
1249
1250 2011-01-24  Julien Danjou  <julien@danjou.info>
1251
1252         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1253         tags.
1254
1255 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1256
1257         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1258         commands.
1259
1260         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1261         in the article buffer.
1262         (gnus-gravatar-insert): Use blank space from the current buffer to
1263         avoid breaking text properties.  This makes X-Sent updating work again.
1264
1265         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1266
1267 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1268
1269         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1270         fix the bug in url-http.el instead.
1271
1272         * shr.el (shr-image-fetched): Ditto.
1273
1274         * shr.el (shr-image-fetched): Avoid having point move in the article
1275         buffer.
1276
1277         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1278         buffer after being called.  It's apparently being killed by url.el, and
1279         killing it made point move to end-of-buffer in a random buffer.
1280
1281         * shr.el (shr-image-fetched): Ditto.
1282
1283 2011-01-23  Julien Danjou  <julien@danjou.info>
1284
1285         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1286
1287         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1288         text/x-org.
1289
1290 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1291
1292         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1293         (i.e., nnimap) returning nil as the article number.
1294
1295 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1296
1297         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1298         "DelSp" parameter in RFC3676.
1299
1300 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1301
1302         * message.el (message-check-recipients): Display the encoded version of
1303         the bogus address if they differ.
1304
1305         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1306         after sending.
1307
1308         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1309
1310         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1311
1312         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1313         group buffer after sending the queue.
1314
1315         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1316
1317 2011-01-22  Julien Danjou  <julien@danjou.info>
1318
1319         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1320
1321 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1322
1323         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1324         nested related parts.
1325
1326         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1327         unexpired articles.  This fixes the regression that led expiry marks to
1328         disappear from nnfolder groups.
1329
1330 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1331
1332         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1333         Don't confuse the "ret" of "retrograde" with RET.
1334
1335 2011-01-21  Julien Danjou  <julien@danjou.info>
1336
1337         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1338         than mm-insert-inline.
1339
1340 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1341
1342         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1343         Widen article buffer.
1344
1345 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1346
1347         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1348         the temp buffer.
1349         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1350
1351 2011-01-20  Julien Danjou  <julien@danjou.info>
1352
1353         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1354
1355         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1356         than mm-insert-inline to insert inline part: this respect
1357         mm-inline-media-tests displayers.
1358
1359         * mm-view.el (mm-display-shell-script-inline): New function.
1360
1361         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1362
1363         * mm-uu.el (mm-uu-type-alist): Add org block.
1364         (mm-uu-org-src-code-block-extract): New function.
1365
1366         * mm-view.el (mm-display-org-inline): New function.
1367
1368         * mm-decode.el (mm-automatic-display): Add text/org.
1369
1370         * mailcap.el (mailcap-mime-extensions): Add .org.
1371
1372 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1373
1374         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1375         gnus-article-add-buttons.
1376
1377 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1378
1379         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1380         From header with a date and "nobody" as the sender.
1381
1382 2011-01-19  Julien Danjou  <julien@danjou.info>
1383
1384         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1385         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1386         if you have the same regexp several times.
1387         (gnus-button-push): Fix matching when regexp is symbol.
1388
1389 2011-01-15  Glenn Morris  <rgm@gnu.org>
1390
1391         * message.el (message-mail): A compose-mail function should
1392         accept headers as strings.
1393
1394 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1395
1396         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1397         Add :vert-only tags.
1398         (message-mail): New arg RETURN-ACTION.
1399         (message-return-action): New var.
1400         (message-bury): Use it.
1401         (message-mode): Make it buffer-local.
1402         (message-send-and-exit): Always call message-bury.
1403
1404         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1405         message-mail.
1406
1407 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1408
1409         * nnimap.el (nnimap-convert-partial-article): Protect against
1410         zero-length body parts.
1411
1412         * mm-decode.el (mm-preferred-alternative-precedence):
1413         Discourage showing empty parts.
1414
1415         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1416         and stuff if the backend didn't return the article number.  This fixes
1417         an Exchange-related nnimap bug.
1418
1419         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1420         group window, because it does the wrong thing when a separate frame
1421         displays the group buffer.
1422
1423         * proto-stream.el (open-protocol-stream): Protect against the low-level
1424         transport functions returning nil.
1425
1426 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1427
1428         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1429         (mml2015-epg-find-usable-secret-key): New function.
1430         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1431         mml2015-epg-find-usable-key (Bug#7797).
1432         (mml2015-epg-encrypt): Ditto.
1433
1434 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1435
1436         * dgnushack.el (rot13-string): Fix the way to get the argument.
1437
1438 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1439
1440         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1441
1442 2011-01-03  Glenn Morris  <rgm@gnu.org>
1443
1444         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1445
1446         * sieve.el (sieve-open-server): Give a more explicit error if
1447         sieve-manage-open returns nil.  (Bug#7720)
1448
1449 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1450
1451         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1452
1453 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1454
1455         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1456         This avoids sending passwords in plain text over non-encrypted
1457         channels.
1458
1459         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1460
1461         * nnimap.el (nnimap-login): Refactored out into own function, and
1462         implement CRAM-MD5.
1463         (nnimap-wait-for-line): Refactored out.
1464
1465         * mm-view.el (mml-smime): Require.
1466
1467 2010-12-20  David Engster  <deng@eml.cc>
1468
1469         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1470         use EPG to decrypt S/MIME messages instead of openssl.
1471
1472 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1473
1474         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1475
1476         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1477         status is the group clearly is unreachable.
1478
1479         * auth-source.el (auth-source-create): Add the optional second
1480         parameter to `local-variable-p' to be compatible with XEmacs.
1481
1482 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1483
1484         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1485         work when using a compressed nnml folder.
1486
1487 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1488
1489         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1490         backends after sanitising on entry, because this never makes sense:
1491         If the articles have gone missing, then the data no longer exists on
1492         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1493         overwrite anything anyway.
1494
1495         * shr.el (shr-insert-document): Bind shr-width dynamically to
1496         window-width if it's nil.
1497
1498 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1499
1500         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1501         with the meaning of using the full emacs window width for rendering.
1502
1503 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1504
1505         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1506         case when sender is not given.
1507
1508 2010-12-23  Julien Danjou  <julien@danjou.info>
1509
1510         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1511         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1512         the addresses, otherwise we might misplaced the gravatar.
1513
1514 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1515
1516         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1517         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1518         obsolete in Emacs.
1519
1520 2010-12-20  Julien Danjou  <julien@danjou.info>
1521
1522         * gnus-util.el (gnus-rescale-image): Revert last change.
1523
1524 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1525
1526         * binhex.el: Improve commentary (Bug#7482).
1527
1528 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1529
1530         * gnus-group.el (gnus-group-delete-articles): New command.
1531
1532 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1533
1534         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1535
1536 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1537
1538         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1539         here, since it's up to the backends to do CRLF removal if their
1540         protocol has it.
1541
1542         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1543
1544 2010-12-17  Julien Danjou  <julien@danjou.info>
1545
1546         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1547         they are from file. Can also scale up.
1548
1549 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1550
1551         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1552         gnus-use-agent.
1553         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1554
1555         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1556
1557 2010-12-17  Julien Danjou  <julien@danjou.info>
1558
1559         * gravatar.el (gravatar-retrieve-synchronously): New function.
1560         (gravatar-get-data): Make more robust.
1561
1562 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1563
1564         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1565
1566 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1567
1568         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1569         to really consider the last line.
1570
1571 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1572
1573         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1574         list of recipient keys, or use symmetric encryption if not a list.
1575         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1576         EPA override, replacing the call to `netrc-store-data'.
1577
1578 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1579
1580         * gnus-srvr.el: Avoid passing nil regexp argument to
1581         delete-matching-lines.
1582
1583 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1584
1585         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1586         fetching stops when Gnus exits.
1587
1588         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1589         function.
1590         (nnfolder-request-expire-articles): Save all the buffers after doing
1591         expiry.
1592
1593         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1594         the last article", since that led to serious performance regressions
1595         when expiring nnml groups.
1596
1597 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1598
1599         * nnir.el: Improve customizations.
1600
1601 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1602
1603         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1604
1605         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1606         group has been killed.
1607         (gnus-group-yank-group): Ditto.
1608
1609         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1610
1611         * nnimap.el (nnimap-request-update-group-status): New function.
1612
1613         * gnus-int.el (gnus-request-update-group-status): New interface
1614         function.
1615
1616         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1617         copying read-ness to the backends.
1618
1619         * nnimap.el (nnimap-quirk): New function.
1620         (nnimap-retrieve-group-data-early): Use it.
1621         (nnimap-quirks): New alist.
1622
1623 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1624
1625         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1626         don't delete it within indentation.
1627
1628 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1629
1630         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1631         previous line.
1632
1633 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1634
1635         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1636         QRESYNC command by deleting a superfluous space which broke Cyrus
1637         servers.  This change will break other servers that are buggy the other
1638         way around.
1639
1640 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1641
1642         * spam.el: Reindent and fix long lines.
1643         (spam-copy-or-move-routine): Exclude invalid move destinations.
1644
1645 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1646
1647         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1648         installed the registry.
1649
1650 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1651
1652         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1653
1654 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1655
1656         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1657         groupname doesn't contain "gmane".
1658
1659 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1660
1661         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1662         and netrc-bound-and-true-p bindings.
1663         (netrc-parse): Cache the netrc contents.
1664
1665         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1666         (gnus-1): Don't create the nndrafts group twice.
1667         (gnus-setup-news): There's no need to read the active file here, since
1668         that's done again later on a per-backend basis.
1669         (gnus-start-draft-setup): Make sure that the new group is started out
1670         empty.
1671
1672         * gnus-agent.el (gnus-agentize): Don't create the queue group
1673         automatically on startup.  It'll be created later, if needed.
1674
1675         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1676         of automatically subscribed groups.
1677         (gnus-auto-subscribed-categories): New variable.
1678         (gnus-matches-options-n): Use it.
1679         (gnus-default-subscribed-newsgroups): Remove unused variable.
1680         (gnus-start-draft-setup): Message a bit less.
1681
1682 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1683
1684         * nnir.el (nnir-run-imap): Return article list in order of increasing
1685         UID.
1686
1687 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1688
1689         * gnus-sum.el (gnus-summary-enter-digest-group):
1690         Mention gnus-auto-select-on-ephemeral-exit.
1691
1692         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1693         convention of the network-only option.
1694
1695 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1696
1697         * proto-stream.el (proto-stream-open-network-only): New function to
1698         have a way to specify non-STARTTLS upgrade connections.
1699
1700 2010-12-10  Julien Danjou  <julien@danjou.info>
1701
1702         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1703         email address is nil.
1704
1705         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1706
1707 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1708
1709         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1710         deletion.
1711         (nnir-run-imap): Only need to parse list once.
1712
1713 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1714
1715         * shr.el (shr-tag-script): Ignore <script>.
1716         (shr-tag-label): Add <label> support.
1717
1718 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1719
1720         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1721
1722         * shr.el (shr-image-displayer): Work for images lined side by side.
1723
1724 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1725
1726         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1727         parameter, since XEmacs doesn't accept t as a parameter.
1728
1729 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1730
1731         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1732         ids.
1733         (nnir-run-gmane): Simplify groupspec formatting.
1734         (nnir-request-expire-articles): New function.
1735
1736 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1737
1738         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1739         overflow, possibly.
1740
1741         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1742         (shr-render-td): Handle td style="" better.
1743         (shr-tag-table): Use the color from the style sheet.
1744         (shr-render-td): Make sure we copy over all the overlays, too.
1745
1746 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1747
1748         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1749         (nnir-request-article): Improve article retrieval.
1750
1751 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1752
1753         * mm-util.el (mm-extra-numeric-entities): New variable.
1754
1755         * mm-url.el (mm-url-decode-entities):
1756         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1757
1758         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1759
1760 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1761
1762         * message.el: Use completion-at-point.
1763         (message-completion-function): New fun, extracted from message-tab.
1764         (message-mode): Use it for completion-at-point-functions.
1765         (message-tab): Use it and completion-at-point.
1766
1767 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1768
1769         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1770         character if a non-breakable character follows.
1771
1772 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1773
1774         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1775         any stream.
1776
1777         * shr.el (shr-tag-font): Colorize the region.
1778         (shr-tag-body): Ditto.
1779         (shr-tag-font): Actually let the styles be inherited instead of
1780         overwriting them.
1781         (shr-tag-font): Get the background color right.
1782         (shr-tag-style): Ignore all <style> tags for the moment.
1783
1784         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1785         a Message-ID to avoid having nnimap depend on gnus-sum.
1786
1787         * shr.el (shr-descend): Only colorize something if we have a node that
1788         sets colors.
1789
1790 2010-12-06  Julien Danjou  <julien@danjou.info>
1791
1792         * shr.el (shr-render-td): Render td content with shr-descend, so style
1793         will be applied to <td> too.
1794         (shr-colorize-region): Colorize region even if we only have a background.
1795         (shr-tag-body): Fix color and background color inheritance.
1796         Do not recolorize after shr-generic.
1797         (shr-tag-font): Let shr-generic colorize via inheritance.
1798
1799 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1800
1801         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1802
1803 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1804
1805         * nnir.el (nnir-request-move-article): Remove obsolete code.
1806
1807 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1808
1809         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1810
1811 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1812
1813         * gnus-sum.el (gnus-summary-respool-article): The completion function
1814         expects a list instead of an alist.
1815
1816         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1817         string as the parameter.
1818
1819         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1820
1821         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1822         styles.
1823         (shr-colorize-region): New function.
1824         (shr-insert-background-overlay): Remove.
1825         (shr-render-td): Background setting should be taken care of on a higher
1826         level.
1827         (shr-tag-body): Use post-hoc colorizations.
1828         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1829         (shr-put-color-1): Don't overwrite old colors.
1830         (shr-colorize-region): When the background color isn't explicit, use
1831         a fixed background.
1832
1833         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1834         nnmail variables.
1835
1836 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1837
1838         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1839         unless necessary.
1840
1841 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1842
1843         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1844         server.
1845
1846 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1847
1848         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1849         so that TAB works.
1850
1851         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1852         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1853
1854         * shr.el (shr-urlify): Show the URL before the title to avoid
1855         misleading URLs.
1856
1857 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1858
1859         * shr.el (shr-urlify): Display the title in <a> tags.
1860
1861 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1862
1863         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1864
1865 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1866
1867         * nnir.el: Rearrange code to allow macros to be autoloaded by
1868         gnus-sum.el.
1869         (nnir-retrieve-headers-override-function): Make this variable
1870         customizable.
1871         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1872
1873         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1874         from nnir.el.
1875
1876 2010-12-03  Julien Danjou  <julien@danjou.info>
1877
1878         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1879
1880 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1881
1882         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1883         allow optional argument `environment'.
1884
1885 2010-12-03  Glenn Morris  <rgm@gnu.org>
1886
1887         * mm-extern.el (message-goto-body): Update declaration.
1888
1889 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1890
1891         * gnus-util.el (gnus-macroexpand-all): New function.
1892
1893         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1894         instead of macroexpand-all that is unavailable in XEmacs.
1895
1896 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1897
1898         * nnir.el (nnir-summary-line-format): New variable.
1899         (nnir-mode): Use it.
1900         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1901         (nnir-article-ids): Reimplement as defsubst.
1902         (nnir-retrieve-headers): Don't mangle the subject header.
1903         (nnir-run-imap): Use 100 as RSV score.
1904         (nnir-run-find-grep): Fix for full server searching.
1905         (nnir-run-gmane): Better restriction to gmane groups.
1906
1907         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1908         summary buffers.
1909
1910 2010-12-02  Julien Danjou  <julien@danjou.info>
1911
1912         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1913
1914         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1915
1916         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1917         support.
1918
1919 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1920
1921         * nnir.el: Update to handle the registry better.
1922         (autoload): Silence byte-compiler.
1923         (nnir-open-server): Add a hook for nnir groups.
1924         (nnir-request-move-article): Don't mangle the header. Better to use
1925         formating variables (which will be added in the future).
1926         (nnir-registry-action): Update the registry using the original article
1927         group name.
1928         (nnir-mode): Install nnir-specific hooks for updating the registry.
1929
1930         * gnus-sum.el
1931         (gnus-article-original-subject,gnus-newsgroup-original-name):
1932         Remove obsolete variables.
1933         (gnus-summary-move-article): Remove use of obsolete variables.
1934         (gnus-summary-local-variables): Make move and delete hooks local to
1935         summary buffers.
1936
1937 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1938
1939         * rtree.el: New file.
1940
1941 2010-12-01  Julien Danjou  <julien@danjou.info>
1942
1943         * message.el (message-user-organization): Do not use
1944         gnus-local-organization.
1945
1946         * gnus.el: Remove gnus-local-organization.
1947
1948         * gnus-msg.el: Remove nastygram thing.
1949
1950 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1951
1952         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1953         funcall.
1954
1955 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1956
1957         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1958         names.
1959
1960         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1961         characters.
1962
1963         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1964         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1965         Suggested by Štěpán Němec <stepnem@gmail.com>.
1966         (gnus-gravatar-transform-address): Use mail-extract-address-components
1967         that supports non-ASCII names rather than mail-header-parse-addresses.
1968
1969 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1970
1971         * proto-stream.el (open-protocol-stream): All starttls connections are
1972         handled by the network handler.
1973
1974 2010-11-30  Julien Danjou  <julien@danjou.info>
1975
1976         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1977         (nnimap-open-connection-1): Fix PREAUTH.
1978
1979         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1980
1981 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1982
1983         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1984         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1985         (shr-insert): Use them.
1986         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1987
1988 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1989
1990         * nnir.el (nnir-request-move-article): Bail out if original group
1991         doesn't support article moves.
1992         (nnir-get-active): Improve active list retrieval.
1993
1994 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1995
1996         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1997
1998 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1999
2000         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2001         seem to accept strings-with-numbers as port numbers,
2002
2003 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2004
2005         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2006         change the registry.
2007
2008 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2009
2010         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2011         delete-dups that is not available in XEmacs 21.4.
2012
2013         * mm-util.el (mm-delete-duplicates): Add comment.
2014
2015 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
2016
2017         * nnir.el (nnir-ignored-newsgroups): New variable.
2018         (nnir-get-active): Use it.
2019
2020 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2021
2022         * proto-stream.el (proto-stream-open-network): Add some comments.
2023
2024         * nntp.el (nntp-open-connection): Provide a :success condition.
2025
2026         * nnimap.el (nnimap-open-connection-1): Ditto.
2027
2028         * proto-stream.el (proto-stream-open-network): See what the response to
2029         the STARTTLS command is.
2030
2031         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2032         backwards compatibility).
2033         (nnimap-open-connection-1): Really respect nnimap-server-port.
2034
2035         * proto-stream.el (proto-stream-open-network): When doing opportunistic
2036         TLS upgrades we don't really care about the identity of the peer.
2037         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2038         that what we've checked for.
2039         (proto-stream-always-use-starttls): Only default to t if
2040         open-gnutls-stream exists.
2041         (proto-stream-open-network): If STARTTLS failed, then just open a
2042         normal connection.
2043         (proto-stream-open-network): Wait until the greeting before doing
2044         STARTTLS.
2045
2046         * nntp.el (nntp-open-connection): Report what the connection error is.
2047
2048         * proto-stream.el (open-protocol-stream): Rename from
2049         open-proto-stream.
2050
2051 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2052
2053         * nnimap.el (nnimap-stream): Change default to `undecided'.
2054         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2055         first, and then network.
2056         (nnimap-open-connection-1): Respect nnimap-server-port.
2057         (nnimap-open-connection): Be more backwards-compatible.
2058
2059         * proto-stream.el (proto-stream-always-use-starttls): New variable.
2060         (proto-stream-open-starttls): De-duplicate the starttls code.
2061         (proto-stream-open-starttls): Folded back into the main function.
2062         (proto-stream-open-network): Fix typo in the gnutls path.
2063         (proto-stream-command): Refactor out.
2064
2065         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2066
2067         * proto-stream.el (proto-stream-open-starttls): Actually implement the
2068         starttls.el STARTTLS.
2069
2070         * color.el (color-lab->srgb): Fix function call name.
2071
2072         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2073         if we're using tls.el.
2074         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2075         built in, then don't try to establish a STARTTLS connection.
2076
2077         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2078         servers.
2079
2080         * proto-stream.el (open-proto-stream): Use network, not stream.
2081         (open-proto-stream): Add a way to specify what the end of a command is.
2082
2083         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2084         connections types.
2085         (nntp-open-network-stream): Remove.
2086         (nntp-open-ssl-stream): Remove.
2087         (nntp-open-tls-stream): Remove.
2088         (nntp-ssl-program): Remove.
2089
2090         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2091
2092 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
2093
2094         * nnir.el: Fix typos.
2095         (nnir-retrieve-headers-override-function): Rename variable to reflect
2096         new semantics.
2097         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2098         macros.
2099         (nnir-request-article, nnir-request-move-article): Use them.
2100         (nnir-categorize): New function.
2101         (nnir-run-query): Use it.
2102         (nnir-retrieve-headers): Rewrite to batch header retrieval.
2103         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2104         sorted.
2105         (nnir-group-full-name): Use gnus-group-full-name instead.
2106         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2107         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2108
2109 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2110
2111         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2112
2113         * proto-stream.el: New library to provide protocol-specific
2114         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2115         protocols.
2116         (open-proto-stream): Complete the documentation.
2117         (proto-stream-open-network): Fix some typos.
2118
2119         * nnimap.el (nnimap-open-connection): Use it.
2120
2121 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
2122
2123         * pop3.el (pop3-open-server): Read server greeting before starting TLS
2124         negotiation.
2125
2126 2010-11-26  Julien Danjou  <julien@danjou.info>
2127
2128         * color.el: Rename various rgb functions to srgb.
2129
2130 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2131
2132         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2133         names.
2134
2135 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2136
2137         * shr.el (shr-insert): Revert last change.
2138         (shr-find-fill-point): Never leave point being at bol;
2139         relax the kinsoku limitation when rendering tables.
2140
2141 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2142
2143         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2144         results from -accept-article.
2145
2146         * shr-color.el: Require cl when compiling.
2147
2148         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2149         checkin.
2150
2151         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2152
2153         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2154
2155         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2156         'add and 'delete to set backend marks.
2157
2158         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2159
2160         * nnheader.el (nnheader-update-marks-actions): Refactor out.
2161
2162         * nntp.el (nntp-request-set-mark): Use it.
2163
2164         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2165
2166         * nnml.el (nnml-request-set-mark): Ditto.
2167
2168         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2169         introduces regressions in article selection.
2170         (nnimap-find-uid-response): New function.
2171         (nnimap-request-accept-article): Use the UID returned, if any.
2172         (nnimap-request-move-article): Use the UID returned, if any.
2173         (nnimap-get-groups): Reimplement to work with folded lines.
2174         (nnimap-find-uid-response): The UID is the last element in the list.
2175         (nnimap-request-set-mark): Extend syntax with 'set.
2176
2177         * nnml.el (nnml-request-set-mark): Ditto.
2178
2179         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2180
2181         * nntp.el (nntp-request-set-mark): Ditto.
2182
2183 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2184
2185         * message.el (message-called-interactively-p): A temporary macro.
2186         (message-goto-body): Use it temporarily.
2187
2188 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2189
2190         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2191         (nnimap-last-response-string): Unfold quoted lines, if they exist.
2192         (nnimap-last-response-string): Fix last unfolding fix.
2193
2194 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2195
2196         * shr.el (shr-insert): Fix the way to fold lines.
2197
2198 2010-11-25  Julien Danjou  <julien@danjou.info>
2199
2200         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2201
2202         * color.el: Rename from color-lab.el
2203         (color-rgb->hex): Add.
2204         (color-complement): Add.
2205         (color-complement-hex): Add.
2206
2207         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2208
2209 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2210
2211         * shr-color.el (shr-color-visible): Don't bug out if the colour names
2212         don't exist.
2213
2214 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2215
2216         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2217         assuming that article displaying or another mml-preview may be
2218         interrupted for an error or for the like.
2219
2220         * shr.el (shr-get-background): Fix argument name.
2221
2222 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2223
2224         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2225
2226         * gnus-sum.el (gnus-summary-include-articles): New function.
2227
2228         * message.el (message-goto-body): called-interactively-p needs a
2229         parameter, so use `any'.
2230
2231         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2232         clear marks before moving, since they're synced from the Gnus side
2233         first.
2234
2235         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2236         (gnus-summary-move-article): Copy over all marks before moving, so that
2237         IMAP doesn't think a new article has arrived.
2238
2239 2010-11-24  Julien Danjou  <julien@danjou.info>
2240
2241         * shr.el (shr-insert-background-overlay): Fix typo.
2242         (shr-render-td): Copy the background before rendering.
2243
2244         * shr-color.el (shr-color-visible): Fix docstring.
2245
2246         * shr.el (shr-tag-table): Add bgcolor support.
2247         (shr-render-td): Add bgcolor support.
2248         (shr-get-background): Add.
2249         (shr-insert-foreground-overlay): Use shr-get-background.
2250
2251         * message.el (message-goto-body): Use called-interactively-p.
2252         (message-in-body-p): message-goto-body returns point.
2253
2254 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2255
2256         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2257         Fixes something or other in Emacs 23, and is backwards compatible.
2258
2259         * message.el (message-goto-body): Remove the <#secure special-casing,
2260         which is too special.
2261
2262         * shr.el (shr-parse-style): Drop !important from styles.
2263
2264 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2265
2266         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2267         this function to return incorrect results when calling it with an
2268         explicit article argument different from
2269         (gnus-summary-article-number).
2270
2271 2010-11-24  Julien Danjou  <julien@danjou.info>
2272
2273         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2274         (shr-tag-body): Add background support.
2275         (shr-descend): Add background support.
2276         (shr-tag-title): Add.
2277
2278         * shr-color.el (shr-color-visible): Really return original background
2279         if fixed.
2280
2281 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2282
2283         * shr.el (shr-color-check): Protect against non-existent colour names.
2284
2285 2010-11-24  Julien Danjou  <julien@danjou.info>
2286
2287         * color-lab.el: Require 'cl when compiling.
2288
2289         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2290
2291         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2292         matched part.
2293
2294         * color-lab.el: Fix all expt calls to use float type.
2295
2296 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2297
2298         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2299         expression to shr-color-check as is.
2300
2301         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2302
2303         * color-lab.el: Add coding cookie.
2304         (float-pi): Use eval-and-compile.
2305
2306         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
2307         compiled for Emacsen having no `libxml-parse-html-region' support.
2308
2309 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2310
2311         * shr.el (shr-insert-color-overlay): Split stuff like
2312         "#444444 !important" to find the real colour.
2313         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2314         parse <font color="red"> entries.
2315
2316 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2317
2318         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2319         point when parsing headers.
2320
2321         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2322         is positioned properly when parsing headers.
2323
2324 2010-11-23  Julien Danjou  <julien@danjou.info>
2325
2326         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2327
2328         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2329
2330         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2331
2332         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2333         Use shr-color-hue-to-rgb.
2334         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2335
2336 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2337
2338         * shr.el (shr-color->hexadecimal): Autoload.
2339         (shr-descend): Add color to all tags.
2340
2341 2010-11-22  Julien Danjou  <julien@danjou.info>
2342
2343         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2344         shr-color->hexadecimal.
2345
2346         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2347         RGB() or HSL() color representation.
2348
2349         * shr.el (shr-tag-font): Add.
2350         (shr-tag-color-check): New function to get better colors.
2351         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2352         tag-span.
2353
2354         * shr-color.el: New file.
2355
2356         * color-lab.el: New file.
2357
2358         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2359
2360 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2361
2362         * nnir.el: Fix typo in comments.
2363         (nnir-run-imap): Simplify code. No need to reverse artlist.
2364         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2365
2366 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2367
2368         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2369
2370         * nnimap.el (nnimap-get-capabilities): Refactor out.
2371         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2372
2373 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2374
2375         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2376         appearing when `mm-uu-hide-markers' is nil.
2377
2378 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2379
2380         * nnimap.el (nnimap-unselect-group): Make into its own function.
2381         (nnimap-request-rename-group): Unselect group before renaming.
2382         This had gotten lost somewhere.
2383         (nnimap-request-accept-article): Keep track of examined groups, and
2384         unselect the group before APPENDing to read-only groups.
2385         (nnimap-request-move-article): Clear flags before moving so that they
2386         can be re-set later.
2387
2388 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2389
2390         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2391         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2392
2393 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2394
2395         * gnus-art.el (gnus-mime-display-single)
2396         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2397         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2398         parameter.
2399
2400 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2401
2402         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2403         (shr-table-vertical-line): New variable.
2404         (shr-insert-table): Use it.
2405
2406 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2407
2408         * gnus-html.el (gnus-html-wash-images): Don't display images if
2409         gnus-inhibit-images is non-nil; register displayer for cid images.
2410         (gnus-html-display-image): Work for cid image.
2411         (gnus-html-insert-image): Allow arguments.
2412         (gnus-html-put-image): Inhibit read-only.
2413         (gnus-html-prefetch-images): Don't prefetch images if
2414         gnus-inhibit-images is non-nil.
2415
2416 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2417
2418         * shr.el (shr-put-image): Break lines when inserting big pictures.
2419
2420 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2421
2422         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2423         sender, thanks Katsumi Yamaoka.
2424
2425 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2426
2427         * nnir.el (nnir-run-imap): Reverse the article list for each group
2428         rather than the whole list.
2429
2430 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2431
2432         * shr.el (shr-image-displayer): Protect function against non-existent
2433         image source.
2434
2435         * gnus-art.el (gnus-inhibit-images): New user option.
2436         (gnus-mime-display-single): Don't display image if it is non-nil.
2437
2438         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2439         gnus-inhibit-images.
2440
2441         * shr.el (shr-image-displayer): New function.
2442         (shr-tag-img): Use it.
2443
2444 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2445
2446         * mml2015.el (mml2015-epg-sign): Use From header.
2447
2448 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2449
2450         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2451
2452         * gnus-util.el (gnus-find-text-property-region): Return markers.
2453
2454         * shr.el (shr-tag-img): Put a displayer in the text property.
2455
2456         * gnus-util.el (gnus-find-text-property-region): New utility function.
2457
2458         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2459         (gnus-html-show-images): Remove.
2460
2461         * gnus-art.el (gnus-article-show-images): New, more general function.
2462
2463         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2464         image url text properties.
2465
2466         * shr.el: Ditto.
2467
2468         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2469         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2470
2471 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2472
2473         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2474         work for two or more articles.
2475
2476 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2477
2478         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2479         divide an image that's in an html article to two or more when washing
2480         non-ASCII characters in alt text of it.
2481
2482 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2483
2484         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2485         smime-decrypt-region using function argument.
2486         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2487
2488         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2489
2490         * smime.el (smime-decrypt-region): Catch it.
2491
2492 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2493
2494         * smime.el (smime-mode-map): Move initialization into declaration.
2495         (gnus-run-mode-hooks): Don't autoload.
2496         (smime-mode): Use define-derived-mode.
2497
2498 2010-11-11  Glenn Morris  <rgm@gnu.org>
2499
2500         * smime.el (from): Restrict declaration to XEmacs.
2501
2502         * nnir.el (gnus-group-topic-name): Autoload.
2503
2504 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2505
2506         * shr.el (shr-insert): Don't break long line if it is because of
2507         kinsoku-bol characters in the line end.
2508
2509 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2510
2511         * nnir.el (nnir-request-move-article): Fix to provide original group
2512         and subject.
2513         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2514         been retrieved.
2515
2516         * gnus-sum.el (gnus-summary-move-article): Use original group and
2517         subject for virtual articles such as those in an nnir summary buffer.
2518
2519 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2520
2521         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2522         least 21.5).
2523
2524         * smime.el (from): Declare it again for XEmacs.
2525
2526 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2527
2528         * message.el (message-resend): Don't disable encoding unless it's
2529         already encoded.
2530
2531         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2532         low-numbered articles.
2533
2534 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2535
2536         * rfc2047.el (rfc2047-syntax-table): Simplify.
2537
2538         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2539
2540         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2541         set-char-table-range for XEmacs.
2542
2543 2010-11-10  Glenn Morris  <rgm@gnu.org>
2544
2545         * time-date.el (time-to-seconds): Always an alias on Emacs,
2546         never a real function.
2547         (with-no-warnings): Remove compat stub, now unused.
2548         (time-less-p): Doc fix.
2549         (time-to-number-of-days): Simplify.
2550
2551         * smime.el (from): Remove unused declaration.
2552
2553         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2554         (gnus-float-time): On Emacs, always an alias.
2555
2556         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2557         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2558
2559 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2560
2561         * dgnushack.el: Don't use ignore-errors in the top level form since it
2562         is unavailable in XEmacs even if cl is loaded.
2563
2564         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2565
2566 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2567
2568         * shr.el (browse-url-mailto): Autoload.
2569
2570         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2571
2572         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2573         regexp doesn't need quoting.
2574
2575 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2576
2577         * message.el (message-subject-trailing-was-ask-regexp)
2578         (message-subject-trailing-was-regexp): Match was: in addition to was.
2579
2580 2010-11-09  Glenn Morris  <rgm@gnu.org>
2581
2582         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2583         (nnbabyl-check-mbox): Use point-at-bol.
2584
2585 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2586
2587         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2588
2589         * message.el (message-mailto): New function.
2590         (message-mailto): Should accept other parameters.
2591         (message-mailto): Remove since it duplicates browse-url-mailto
2592         functionality.
2593
2594 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2595
2596         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2597         methods.
2598         (gnus-read-active-file): Ditto.
2599
2600         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2601         ": " from the prompt.
2602         (gnus-group-make-group): Ditto.
2603
2604 2010-11-07  Glenn Morris  <rgm@gnu.org>
2605
2606         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2607         (gnus-bookmark-kill-line): Use point-at-eol.
2608
2609 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2610
2611         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2612         asterisks in From header.
2613
2614 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2615
2616         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2617         string to avoid making the From headers syntactically invalid.
2618
2619         * message.el (message-send-mail): Don't insert courtesy messages if the
2620         message already has List-Post and List-ID messages.
2621
2622 2010-11-06  Glenn Morris  <rgm@gnu.org>
2623
2624         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2625         `condition', `type', `length' a prefix.
2626         (gnus-treat-predicate): Update for above name changes.
2627
2628 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2629
2630         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2631         binding.  Handled by `gnus-summary-refer-thread' instead.
2632         (nnir-warp-to-article): New backend function.
2633
2634         * nnimap.el (nnimap-request-thread): Force dependency updating.
2635
2636         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2637         (gnus-summary-refer-thread): Rework to improve thread-referral.
2638
2639         * gnus-int.el (gnus-warp-to-article): New function.
2640
2641         * gnus-sum.el (gnus-summary-article-map): Bind it.
2642
2643 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2644
2645         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2646         gnus-summary-refer-thread.
2647
2648         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2649         headers.
2650         (gnus-summary-limit-include-thread): Prevent articles in thread from
2651         being cut in gnus-cut-threads.
2652         (gnus-summary-refer-thread): Limit retrieved headers to those in
2653         thread.
2654
2655 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2656
2657         * message.el (message-send-mail): Use the value of
2658         message-courtesy-message from the message buffer.
2659
2660         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2661
2662         * shr.el (shr-browse-url): Implement mailto: URLs.
2663
2664         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2665         "raw".
2666
2667         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2668         if it's already selected.
2669
2670         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2671
2672 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2673
2674         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2675         to measure the length and truncate alt text.
2676
2677 2010-11-03  Glenn Morris  <rgm@gnu.org>
2678
2679         * nndiary.el (nndiary-generate-nov-databases-1)
2680         (nndiary-generate-active-info): Rename dynamic variable `files' to
2681         something less generic.
2682
2683 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2684
2685         * nnir.el (nnir-request-move-article): Call the underlying backend to
2686         move articles from nnir.
2687
2688 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2689
2690         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2691
2692 2010-11-02  Julien Danjou  <julien@danjou.info>
2693
2694         * nnir.el: Remove wais support.
2695
2696 2010-11-02  Glenn Morris  <rgm@gnu.org>
2697
2698         * gnus-html.el: Reorder requirements to quieten compiler.
2699
2700 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2701
2702         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2703         properly for XEmacs as well.
2704         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2705         (gnus-article-natural-long-line-p): Use window-width rather than
2706         frame-width.
2707
2708 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2709
2710         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2711         (nnir-read-parms): Don't modify query.
2712         (nnir-run-query): Add ability to search topic on current line.
2713         (nnir-get-active): Clean up.
2714
2715 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2716
2717         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2718         degenerate articles.
2719
2720         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2721         (gnus-print-buffer): Just print the buffer as is, without any copying
2722         to a buffer and then re-highlighting.
2723
2724         * nnimap.el (nnimap-request-group): Store the new updated info.
2725         (nnimap-request-group): Select the group when we don't know whether it
2726         exists or not.
2727
2728         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2729         groups.
2730
2731         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2732         groups.
2733
2734         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2735         groups.
2736
2737         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2738         long-lines case by only filling the long lines.
2739
2740         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2741         (bug #7311).
2742
2743 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2744
2745         * shr.el: No need to declare `declare-function' since shr.el is for
2746         only Emacsen that provide `libxml-parse-html-region'.
2747
2748         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2749         effective only in a file it is referred to.
2750
2751 2010-11-01  Glenn Morris  <rgm@gnu.org>
2752
2753         * mm-util.el (gnus-completing-read): Autoload.
2754         (mm-read-coding-system): Simplify Emacs definition.
2755
2756         * nnmail.el (gnus-activate-group):
2757         * nnimap.el (gnutls-negotiate):
2758         * nntp.el (netrc-parse): Fix declarations.
2759
2760 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2761
2762         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2763         string-match-p in Emacs >=23.
2764
2765         * gnus-msg.el (gnus-configure-posting-styles)
2766         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2767
2768 2010-11-01  Glenn Morris  <rgm@gnu.org>
2769
2770         * nnir.el (declare-function): Add compat stub.
2771         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2772         (nnir-run-gmane): Require 'mm-url.
2773
2774         * mm-util.el (mm-string-to-multibyte): Simplify.
2775
2776         * shr.el (declare-function): Add compat stub.
2777         (url-cache-create-filename): Declare.
2778         (mm-disable-multibyte, widget-convert-button): Autoload.
2779
2780         * smime.el (ldap-search): Declare.
2781         (smime-cert-by-ldap-1): Require ldap on Emacs.
2782
2783         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2784         (nnimap-keepalive): Use gnus-float-time.
2785
2786         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2787         (mail-source-delete-crash-box): Use gnus-float-time.
2788
2789         * gnus-dired.el (gnus-completing-read): Autoload.
2790
2791         * mm-view.el (gnus-rescale-image): Autoload.
2792
2793         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2794
2795         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2796
2797         * sieve-manage.el: Require 'cl when compiling.
2798
2799         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2800         (gnus-iswitchb-completing-read): Require iswitchb.
2801         (gnus-select-frame-set-input-focus): Silence compiler.
2802
2803 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2804
2805         * message.el (message-subject-trailing-was-query): Change default to t,
2806         since I think that's what most people want.
2807
2808         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2809         appending for easier debugging.
2810         (nnimap-wait-for-connection): Take a regexp.
2811         (nnimap-request-accept-article): Wait for the continuation line before
2812         sending anything unless we're streaming.
2813
2814         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2815         leave the header washing to take place.
2816
2817 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2818
2819         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2820         regular expression match and replace in posting styles.
2821
2822 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2823
2824         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2825         an entire server.
2826         (nnir-get-active): New function.
2827         (nnir-run-imap): Use it.
2828         (nnir-run-gmane): Who knew, gmane search returns an article score!
2829
2830         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2831         server on the current line with nnir.
2832
2833 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2834
2835         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2836         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2837         left edge.
2838         (gnus-article-foldable-buffer): Skip past the prefix when determining
2839         raggedness.
2840
2841         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2842         the raw article, and change `C-u g' to show the article without doing
2843         treatments.
2844
2845         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2846         on to `gnus-treat-article'.
2847         (gnus-inhibit-article-treatments): New variable.
2848
2849         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2850
2851         * gnus-art.el (gnus-treatment-function-alist): Have
2852         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2853         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2854         sections.
2855
2856         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2857         parameter.
2858         (gnus-article-fill-cited-long-lines): New function.
2859         (gnus-article-fill-cited-article): Allow filling only long sections.
2860
2861         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2862         and non-punctuation (like after the apostrophe in "'We").
2863
2864         * gnus-sum.el (gnus-summary-select-article): Make sure
2865         gnus-original-article-buffer is alive.
2866
2867         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2868         reflect the order they're in in the digest.
2869
2870         * gnus.el (gnus-group-startup-message): Move point to the start of the
2871         buffer.
2872
2873         * nnimap.el (nnimap-capability): New function.
2874         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2875         is set.
2876
2877 2010-10-31  David Engster  <dengste@eml.cc>
2878
2879         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2880         conform with changes to gnus-completing-read.
2881
2882 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2883
2884         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2885
2886 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2887
2888         * nnir.el: Move defvar, defcustom around to keep file organized
2889         and keep byte-compiler quiet.
2890         (nnir-read-parms): Accept search-engine as arg.
2891         (nnir-run-query): Pass search-engine as arg.
2892         (nnir-search-engine): Remove.
2893
2894 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2895
2896         * shr.el (shr-generic): The text nodes should be text, not :text.
2897
2898         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2899         later in the file.
2900
2901 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2902
2903         * nnir.el: General clean up.  Allow searching with multiple engines.
2904         Allow separate extra-parameters for each engine.
2905         Batch queries when possible.
2906         (nnir-imap-default-search-key,nnir-method-default-engines):
2907         Add customize interface.
2908         (nnir-run-gmane): New engine.
2909         (nnir-engines): Use it.  Qualify all prompts with engine name.
2910         (nnir-search-engine): Remove global variable.
2911         (nnir-run-hyrex): Restore for now.
2912         (nnir-extra-parms,nnir-search-history): New variables.
2913         (gnus-group-make-nnir-group): Use them.
2914         (nnir-group-server): Remove in favor of gnus-group-server.
2915         (nnir-request-group): Avoid searching twice.
2916         (nnir-sort-groups-by-server): New function.
2917
2918 2010-10-30  Julien Danjou  <julien@danjou.info>
2919
2920         * gnus-group.el: Remove gnus-group-fetch-control.
2921
2922         * gnus-start.el (gnus-find-new-newsgroups):
2923         Remove gnus-check-first-time-used.
2924
2925         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2926
2927 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2928
2929         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2930         set on groups that don't have \* permanentflags.
2931
2932 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2933
2934         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2935         control the background color.
2936         (shr-tag-img): Ignore very small web bug type images.
2937         (shr-put-image): Add help-echo alt texts to the images.
2938         (shr-tag-video): Show the video poster image.
2939
2940 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2941
2942         * shr.el (shr-table-depth): New variable.
2943         (shr-tag-table-1): Only insert the images after the top-level table.
2944
2945         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2946
2947         * gnus-util.el (gnus-list-memq-of-list): New function.
2948
2949         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2950         selected.
2951         (nnimap-unsplittable-articles): New slot.
2952         (nnimap-new-articles): Use it.
2953
2954 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2955
2956         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2957         move to the previous line on `M-g'.
2958
2959 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2960
2961         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2962         *-request-group, which seems unnecessary.
2963
2964         * nnimap.el (nnimap-quote-specials): Function copied over from
2965         imap.el.
2966         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2967         they support that.  Suggested by Tom Regner.
2968
2969 2010-10-29  Julien Danjou  <julien@danjou.info>
2970
2971         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2972         defalias.
2973         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2974
2975         * gnus.el: Remove `gnus-nntp-service' variable.
2976         (gnus-secondary-servers): Make obsolete.
2977         (gnus-nntp-server): Make obsolete.
2978
2979         * gnus-start.el (gnus-1): Remove x-splash calls.
2980
2981         * gnus-ems.el (gnus-x-splash): Remove.
2982
2983         * gnus.el (gnus-group-startup-message): Simplify/update code.
2984
2985         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2986         definition.
2987
2988         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2989         capability before doing anything.
2990         (gnus-group-insert-group-line): Remove useless
2991         gnus-group-remove-excess-properties.
2992
2993 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2994
2995         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2996
2997 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2998
2999         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3000         config after reselecting.
3001
3002 2010-10-28  Julien Danjou  <julien@danjou.info>
3003
3004         * shr.el (shr-put-image): Use point even if only inserting text.
3005         (shr-put-image): Save excursion when inserting alt text on non-graphic
3006         display, so the behaviour is the same when we are on a graphic display.
3007
3008         * nnir.el (nnir-run-swish-e): Remove hyrex support.
3009
3010 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3011
3012         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3013         (gnus-mime-copy-part): Check coding system, not charset.
3014         (gnus-mime-view-part-externally): Never remove part.
3015         (gnus-mime-view-part-internally): Don't remove part here.
3016         (gnus-article-part-wrapper): Make sure MIME tag is visible.
3017         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3018         multipart/alternative.
3019
3020         * mm-decode.el (mm-display-part): Take optional arg `force'.
3021
3022 2010-10-26  Julien Danjou  <julien@danjou.info>
3023
3024         * gnus-group.el (gnus-group-default-list-level): Add this function to
3025         compute the default list level.
3026         (gnus-group-default-list-level): Add possibility to use a function.
3027
3028 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3029
3030         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3031
3032         * gnus-group.el (gnus-group-completing-read)
3033         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3034         gnus-replace-in-string.
3035
3036 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3037
3038         * shr.el (shr-tag-div): Add.
3039
3040         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
3041
3042 2010-10-25  Julien Danjou  <julien@danjou.info>
3043
3044         * gnus-util.el: Remove `gnus-with-local-quit'.
3045
3046         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3047
3048 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3049
3050         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3051         the original article buffer.
3052
3053 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3054
3055         * nnimap.el (nnimap-request-head): New function.
3056         (nnimap-request-move-article): Try to be slighly faster by not
3057         requesting the entire message when moving.
3058         (nnimap-transform-headers): Don't bug out on bodiless articles.
3059         (nnimap-send-command): Have no outstanding messages if the IMAP server
3060         doesn't support streaming.
3061         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3062
3063 2010-10-24  Julien Danjou  <julien@danjou.info>
3064
3065         * message.el (message-default-headers): Fix type.
3066
3067 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3068
3069         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3070         prefetching images.
3071
3072         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3073         backend for unknown groups.  This is mainly useful for nnimap groups.
3074
3075         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3076         group isn't covered by the agent.
3077
3078 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
3079
3080         * nnir.el (nnir-method-default-engines): New variable.
3081         (nnir-run-query): Use it.
3082         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3083         (gnus-summary-nnir-goto-thread): Change group if needed.
3084
3085         * gnus-group.el (gnus-group-group-map): Add key binding for
3086         gnus-group-make-nnir-group.
3087
3088 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3089
3090         * shr.el (shr-tag-object): Add.
3091
3092         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3093         original article buffer live.
3094         (gnus-summary-select-article-buffer):
3095         Mention gnus-widen-article-buffer.
3096
3097 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3098
3099         * shr.el (shr-tag-strong): Add.
3100
3101 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3102
3103         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3104         group names.  They mess up the group buffer badly.
3105
3106         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3107
3108         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3109         instead of the summary one.
3110
3111 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3112
3113         * mml.el (mml-preview): Work properly when editing article.
3114
3115         * gnus-start.el (gnus-read-active-file-1): Don't add method to
3116         gnus-have-read-active-file if it's already been in.
3117
3118 2010-10-22  Tom Tromey  <tromey@redhat.com>
3119
3120         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3121         gnus-group-completing-read.
3122
3123 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3124
3125         * message.el (message-mode-map): Don't bind M-; to comment region, to
3126         allow the global comment-dwim to work.
3127
3128 2010-10-21  Julien Danjou  <julien@danjou.info>
3129
3130         * message.el (message-setup-1): Allow message-default-headers to be a
3131         function.
3132
3133 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3134
3135         * shr.el (shr-tag-table): Simplify.
3136
3137 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3138
3139         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3140         to avoid trying to snarf invalid stuff.
3141
3142         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3143
3144         * gnus.el (gnus-message-archive-group): Quote value.
3145         (gnus-message-archive-group): Mark as changed.
3146
3147         * shr.el (shr-add-font): Don't put the font properties on the newline
3148         or the indentation.
3149
3150         * message.el (message-fix-before-sending): Change options when sending
3151         non-printable characters.
3152
3153         * gnus.el (gnus-message-archive-method): Change the default to
3154         monthly outgoing groups.
3155
3156         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3157         that have gotten new numbers.
3158
3159         * nnimap.el (nnimap-request-replace-article): New function.
3160
3161 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3162
3163         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3164         (nnrss-request-article): Don't use special html washing code.
3165
3166 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3167
3168         * shr.el (shr-tag-table): Remove useless nconc.
3169
3170 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3171
3172         * gnus-art.el (article-wash-html): Simplify and remove the charset
3173         stuff.  Use the normal html rendering code instead of the special html
3174         washing code.
3175
3176         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3177         `gnus-w3m' symbols.
3178         (mm-text-html-washer-alist): Remove.
3179
3180         * mm-decode.el (mm-inline-text-html-renderer): Remove.
3181         (mm-inline-media-tests): Remove use.
3182         (mm-text-html-renderer): Change default to the `shr' symbol.
3183
3184         * mm-view.el (mm-inline-text-html): Remove use.
3185
3186         * gnus-art.el (gnus-blocked-images): New function.  Allow the
3187         `gnus-blocked-images' to be a function.
3188         (gnus-article-wash-function): Remove.
3189
3190 2010-10-20  Julien Danjou  <julien@danjou.info>
3191
3192         * spam.el (spam-list-of-processors): Mark as obsolete.
3193
3194         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3195         (nnimap-insert-partial-structure): Fix boundary detection.
3196
3197 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
3198
3199         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3200         run file-truename on remote files.  This can be expensive and even
3201         prevent one from editing drafts if some unrelated buffer has a stale
3202         connection.
3203
3204 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3205
3206         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3207         kinsoku-eol regardless of shr-kinsoku-shorten.
3208         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3209         (shr-tag-table): Support caption, thead, and tfoot.
3210
3211 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3212
3213         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3214         lines.
3215         (shr-save-contents): New command and keystroke.
3216
3217         * nndoc.el (nndoc-type-alist): Add git support.
3218         (nndoc-git-type-p): New function.
3219         (nndoc-transform-git-article): Ditto.
3220         (nndoc-transform-git-headers): Ditto.
3221         (nndoc-transform-git-headers): Generate Subject headers.
3222
3223         * shr.el (shr-parse-style): New function.
3224         (shr-tag-span): Ditto.
3225
3226         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3227         to `G G' to avoid collisions.
3228
3229 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3230
3231         * shr.el: Load kinsoku if necessary.
3232         (shr-kinsoku-shorten): New internal variable.
3233         (shr-find-fill-point): Make kinsoku shorten text line if
3234         shr-kinsoku-shorten is bound to non-nil.
3235         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3236         shr-indentation too when testing if table is wider than frame width.
3237         (shr-insert-table): Use `string-width' instead of `length' to measure
3238         text width.
3239         (shr-insert-table-ruler): Make sure indentation is done at bol.
3240
3241 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3242
3243         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3244         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3245         undecoded network data.
3246
3247 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3248
3249         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3250         name in the mode line spec so that the mode line menu works
3251         (bug #2431).
3252
3253         * message.el (message-get-reply-headers): If we're fed `to-address',
3254         then always use that.
3255
3256         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3257         aren't so wide as to need to switch off the edit menu.
3258
3259         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3260         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3261
3262         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3263         `M-g'.
3264         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3265         the permanent marks.
3266
3267 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3268
3269         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3270         Splitting according to references/in-reply-to obeys the ignore-groups
3271         variable, while splitting by sender and subject do not.
3272
3273 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3274
3275         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3276         alist, so that we can look for non-Unicode chars.
3277         (article-translate-strings): Allow both character and string maps.
3278
3279 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3280
3281         * shr.el (shr-insert): Don't insert space behind a wide character
3282         categorized as kinsoku-bol, or between characters both categorized as
3283         nospace.
3284
3285 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3286
3287         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3288         headers to gnus-newsgroup-headers.
3289
3290 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3291
3292         * shr.el (shr-tag-img): Don't align images -- since we're not
3293         rescaling, this often leads to ugly displays.
3294
3295 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3296
3297         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3298         duplicates.
3299
3300 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3301
3302         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3303         call.
3304
3305 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3306
3307         * gnus.el: Autoload gnus-html-show-images.
3308
3309         * nnimap.el: Use nnheader-message throughout.
3310
3311         * shr.el (shr-tag-img): Ignore images with no data.
3312
3313 2010-10-15  Julien Danjou  <julien@danjou.info>
3314
3315         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3316         a possibility to disable format=flow encoding when using hard newlines.
3317
3318 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3319
3320         * shr.el (shr-insert): Remove space inserted before or after a
3321         breakable character or at the beginning or the end of a line.
3322         (shr-find-fill-point): Do kinsoku; find the second best point or give
3323         it up if there's no breakable point.
3324
3325 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3326
3327         * nnimap.el (nnimap-open-connection): Message when opening connection
3328         for debugging purposes.
3329
3330         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3331         on every setup buffer call to allow this to change from article to
3332         article.
3333
3334         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3335         buffers where we have a wide table.
3336
3337 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3338
3339         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3340         uses *-request-thread.
3341
3342 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3343
3344         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3345         incantation, which is no longer valid.
3346
3347 2010-10-14  Julien Danjou  <julien@danjou.info>
3348
3349         * shr.el: Fix defcustom type (char -> character).
3350
3351 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3352
3353         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3354         programs.
3355
3356 2010-10-14  Julien Danjou  <julien@danjou.info>
3357
3358         * shr.el (shr-tag-a): Use url-link as widget type.
3359
3360         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3361         `gnus-group-get-icon'.
3362
3363 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3364
3365         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3366         This should make server editing work better.
3367
3368         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3369
3370         * tls.el (tls-program): Remove spurious %s from openssl.
3371
3372         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3373         (nnimap-parse-flags): Fix regexp.
3374
3375         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3376         probably work for CJVK text, too.
3377
3378         * nnimap.el (nnimap-extend-tls-programs): Remove.
3379         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3380
3381         * tls.el (tls-starttls-switches): Remove starttls hack.
3382         (open-tls-stream): Ditto.
3383         (tls-find-starttls-argument): Ditto.
3384
3385 2010-10-13  Julien Danjou  <julien@danjou.info>
3386
3387         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3388         responses.
3389
3390 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3391
3392         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3393
3394         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3395         anything in Emacs.
3396
3397         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3398
3399 2010-10-13  Julien Danjou  <julien@danjou.info>
3400
3401         * shr.el (shr-width): Make shr-width a defcustom with default to
3402         fill-column.
3403         (shr-tag-img): Use shr-width rather than fill-column.
3404
3405 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3406
3407         * dgnushack.el (byte-optimize-apply)
3408         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3409
3410         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3411         position when (X-)Faces exist.
3412         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3413         avatars when called interactively.
3414
3415 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3416
3417         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3418         gnus-article-x-face-too-ugly is bound.
3419
3420 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3421
3422         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3423
3424         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3425         mailbox that doesn't exist.
3426
3427 2010-10-12  Julien Danjou  <julien@danjou.info>
3428
3429         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3430         (shr-get-image-data): Encode URL properly when fetching from cache.
3431         (shr-tag-img): Use aligned-to spaces to align correctly images.
3432
3433         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3434         before inserting the Gravatar.
3435
3436         * shr.el (shr-tag-img): Add align attribute support for <img>.
3437
3438 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3439
3440         * gnus-gravatar.el (gnus-art): Require.
3441
3442         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3443         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3444         Remove long obsoleted functions.
3445
3446 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3447
3448         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3449
3450         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3451
3452         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3453         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3454         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3455         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3456         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3457         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3458         * sieve-manage.el, smime.el, spam.el:
3459         Fix comment for declare-function.
3460
3461 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3462
3463         * nnimap.el (nnimap-request-rename-group): Select group read-only
3464         before renaming it.
3465
3466         * shr.el (shr-insert): Fix up the white space only regexp.
3467
3468         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3469         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3470
3471         * shr.el (shr-current-column): New function.
3472         (shr-find-fill-point): New function.
3473
3474 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3475
3476         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3477         numbers.
3478
3479 2010-10-11  Julien Danjou  <julien@danjou.info>
3480
3481         * shr.el (shr-hr-line): Add.
3482         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3483         display hr lines.
3484         (shr-max-columns): Do not change state to nil if we just inserting
3485         spaces.
3486
3487 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3488
3489         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3490         select the last group.
3491
3492 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3493
3494         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3495
3496 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3497
3498         * dig.el (dig-mode-map): Declare and define in one step.
3499
3500 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3501
3502         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3503         for Gnus.
3504         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3505         (nnimap-update-qresync-info): Mark \Seen articles as read.
3506
3507         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3508         non-variable, too.
3509
3510         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3511         available.
3512         (nnimap-update-info): Rely more on the current active than the param
3513         active to avoid marking articles as read too much.
3514
3515         * auth-source.el (auth-source-create): Use (user-login-name) for the
3516         user name default.
3517
3518         * nnimap.el (nnimap-update-info): If the server doesn't return any
3519         useful info, just use the previous info.
3520         (nnimap-update-info): Prefer old info over start-article.
3521         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3522
3523 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3524
3525         * nnir.el (autoload): Clean up autoloads.
3526         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3527         Use key rather than value.
3528         (nnir-imap-search-other): New variable.
3529         (nnir-read-parm): Use it.
3530         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3531         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3532
3533 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3534
3535         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3536         the process, too.
3537
3538 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3539
3540         * spam.el (gnus-summary-mode-map): Bind to "$".
3541         Suggested by Russ Allbery.
3542
3543         * shr.el: Rework the way things are indented by <li> slightly.
3544
3545         * gnus.el (gnus-group-set-parameter): Fix typo.
3546
3547         * nnimap.el: Start implementing QRESYNC support.
3548
3549 2010-10-09  Julien Danjou  <julien@danjou.info>
3550
3551         * nnir.el (nnir-engines): Fix too many arguments.
3552
3553 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3554
3555         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3556         group is the "last", so that the backends like nnfolder actually save
3557         their folders.
3558
3559         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3560         try to use that for the tls stream.
3561         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3562         UIDVALIDITY and find out which groups are read-only and not.
3563         (nnimap-get-flags): Use the same marks parsing code as the rest of
3564         nnimap.
3565
3566 2010-10-09  Julien Danjou  <julien@danjou.info>
3567
3568         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3569
3570         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3571         retrieving gravatars.
3572
3573         * shr.el (shr-table-corner): Add.
3574         (shr-table-line): Add.
3575         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3576
3577 2010-10-08  Julien Danjou  <julien@danjou.info>
3578
3579         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3580
3581 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3582
3583         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3584
3585         * gnus-sum.el (gnus-mark-article-as-unread)
3586         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3587         (gnus-summary-set-bookmark): Use it.
3588
3589         * gnus-msg.el (gnus-setup-message): Use it.
3590
3591         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3592
3593         * gnus.el (gnus-group-remove-parameter): Use it.
3594
3595         * gnus-group.el (gnus-group-make-web-group): Use it.
3596
3597         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3598
3599         * nnregistry.el: Update docs to mention manual.
3600
3601         * gnus-registry.el: Update docs to mention nnregistry.el.
3602         (gnus-registry-initialize): Don't install nnregistry refer method
3603         automatically.
3604         (gnus-registry-install-nnregistry): Remove it.
3605
3606 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3607
3608         * shr.el (shr-insert): Don't insert double spaces.
3609
3610 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3611
3612         * gnus-gravatar.el (gnus-treat-from-gravatar)
3613         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3614         called interactively.
3615
3616         * gnus-art.el (gnus-mime-view-part-externally)
3617         (gnus-mime-view-part-internally): Make predicate function passed to
3618         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3619         of a mime type.
3620
3621         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3622
3623 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3624
3625         * shr.el (require): Require cl when compiling.
3626         (shr-tag-hr): New function.
3627
3628         * nnimap.el (nnimap-update-info): Remove double setting of high.
3629         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3630         This makes nnimap work properly on Courier again.
3631
3632         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3633         the variable for backwards compatibility.
3634
3635         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3636         the file name before using to avoid setting mm-default-directory to
3637         nil.
3638
3639         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3640         bidning gnus-agent variables.
3641
3642         * shr.el (shr-render-td): Use a cache for the table rendering function
3643         to avoid getting an exponential rendering behaviour in nested tables.
3644         (shr-insert): Rework the line-breaking algorithm.
3645         (shr-insert): Don't leave trailing spaces.
3646         (shr-insert-table): Also insert empty TDs.
3647         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3648
3649 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3650
3651         * gnus-sum.el (gnus-number): Rename from `number'.
3652         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3653         (gnus-summary-limit-children): Update uses correspondingly.
3654
3655 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3656
3657         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3658         (gnus-gravatar-transform-address): Don't show avatars of people of
3659         which mail addresses match gnus-gravatar-too-ugly.
3660
3661 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3662
3663         * shr.el (shr-table-widths): Expand TD elements to fill available
3664         space.
3665
3666 2010-10-07  Julien Danjou  <julien@danjou.info>
3667
3668         * nnimap.el (nnimap-request-rename-group): Add this method.
3669
3670 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3671
3672         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3673         name from XEmacs' function-arglist.
3674
3675         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3676         gravatar under XEmacs.
3677
3678 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3679
3680         * auth-source.el: Update docs with TODO items.
3681
3682         * gnus-sync.el: Update docs to explain state and plans.
3683
3684         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3685         Hooks for mark updates.
3686         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3687
3688         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3689         hooks with arguments, which is needed for mark update hooks.
3690
3691 2010-10-06  Julien Danjou  <julien@danjou.info>
3692
3693         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3694         was matched.
3695
3696         * sieve-manage.el: Update example in `Commentary'.
3697
3698         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3699
3700         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3701         not 2000.
3702         (sieve-manage-authenticate): Re-add function.
3703
3704 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3705
3706         * shr.el (shr-insert): Get 'space transition right.
3707         (shr-render-td): Only delete space at the end of the TD.
3708
3709         * nnimap.el (nnimap-open-connection): Prepare to support
3710         open-gnutls-stream.
3711
3712         * shr.el: Rearrange function order to be more logical.
3713
3714 2010-10-06  Julien Danjou  <julien@danjou.info>
3715
3716         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3717         (nnrss-discover-feed): Remove 404 URL in docstring.
3718
3719         * nnir.el: Fix Swish-E URL.
3720         Fix Namazu URL.
3721
3722         * message.el (message-change-subject): Remove 404 URL in a comment.
3723
3724 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3725
3726         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3727         called interactively.
3728
3729         * gnus-util.el (gnus-remove-if): Allow hash table.
3730         (gnus-remove-if-not): New function.
3731
3732         * gnus-art.el (gnus-mime-view-part-as-type)
3733         * gnus-score.el (gnus-summary-score-effect)
3734         * gnus-sum.el (gnus-read-move-group-name):
3735         Replace remove-if-not with gnus-remove-if-not.
3736
3737         * gnus-group.el (gnus-group-completing-read):
3738         Regard collection as a hash table if it is not a list.
3739
3740 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3741
3742         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3743
3744         * shr.el: Document the table-rendering algorithm.
3745
3746 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3747
3748         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3749         for Emacsen having no `libxml-parse-html-region' support.
3750
3751 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3752
3753         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3754         invalid URLs.
3755
3756         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3757         line-broken.
3758         (shr-tag-img): Ignore image fetching errors.
3759         (shr-overlays-in-region): Compute overlay positions correctly.
3760
3761         * mm-decode.el (mm-shr): Require shr.
3762
3763         * gnus-art.el (gnus-blocked-images): Move variable here.
3764
3765         * shr.el (shr-insert-table): Bind free variable.
3766
3767         * mm-decode.el (mm-shr): Bind shr-content-function.
3768
3769         * shr.el (shr-content-function): New variable.
3770
3771         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3772         added for symmetry.
3773
3774         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3775
3776         * gnus-group.el (gnus-group-make-group): Doc fix.
3777
3778         * nnimap.el (nnimap-request-newgroups): Return success.
3779
3780         * shr.el (shr-find-elements): New function.
3781         (shr-tag-table): Put all the images after the table.
3782         (shr-tag-table): Really inhibit images inside the table.
3783         (shr-collect-overlays): Copy over overlays from the TD elements to the
3784         main document.
3785
3786         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3787         gnus-blocked-images.
3788
3789 2010-10-05  Julien Danjou  <julien@danjou.info>
3790
3791         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3792
3793         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3794         (gnus-html-maximum-image-size): Add this function.
3795         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3796
3797         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3798         server-value of the capability is nil.
3799
3800 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3801
3802         * shr.el (shr-tag-em): Add <EM> tag.
3803
3804 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3805
3806         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3807         customizable.
3808
3809         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3810         handing broken links to browse-url.
3811
3812 2010-10-05  Julien Danjou  <julien@danjou.info>
3813
3814         * gnus-util.el (gnus-emacs-completing-read)
3815         (gnus-iswitchb-completing-read): Use autoload rather than require.
3816
3817 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3818
3819         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3820         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3821         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3822         iswitchb-temp-buflist for XEmacs.
3823
3824         * gnus-util.el (gnus-completing-read-function): Exclude
3825         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3826         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3827         XEmacs.
3828
3829         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3830         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3831
3832         * gnus-html.el: Don't require help-fns under XEmacs.
3833         (gnus-html-schedule-image-fetching): Work for XEmacs.
3834
3835         * mm-decode.el (mm-shr): Decode contents by charset.
3836
3837 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3838
3839         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3840         unknown.
3841
3842         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3843         (shr-get-image-data): Ensure against the cache file missing.
3844
3845         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3846         for data.
3847
3848         * spam-report.el (spam-report-url-ping-plain): Don't query about
3849         killing the process.
3850
3851         * shr.el (shr-render-td): Protect against too-wide text.
3852
3853 2010-10-04  Julien Danjou  <julien@danjou.info>
3854
3855         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3856         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3857
3858         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3859         retrieved.
3860
3861 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3862
3863         * shr.el (browse-url): Require.
3864         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3865         lines.
3866         (shr-show-alt-text, shr-browse-image): New commands.
3867         (shr-browse-url, shr-copy-url): New commands.
3868
3869         * gnus-sum.el (gnus-widen-article-window): New variable.
3870         (gnus-summary-select-article-buffer): Use it.
3871
3872         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3873         without @ signs.
3874
3875 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3876
3877         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3878
3879 2010-10-04  Julien Danjou  <julien@danjou.info>
3880
3881         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3882         for XEmacs.
3883
3884 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3885
3886         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3887
3888         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3889         (nnimap-close-server): Implement.
3890
3891         * dgnushack.el (iswitchb): Require to shut up the compiler.
3892
3893         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3894         (shr-insert): Tweak line breaking.
3895         (shr-insert): Handle <pre> better.
3896         (shr-tag-li): Get <li> indentation right.
3897         (shr-tag-li): Get <li> indentation even righter.
3898         (shr-tag-blockquote): Ensure paragraph start.
3899         (shr-make-table): Tweak table generation.
3900         (shr-make-table): Fix typo.
3901
3902         * shr.el: Implement table rendering.
3903
3904 2010-10-04  Julien Danjou  <julien@danjou.info>
3905
3906         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3907
3908 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3909
3910         * shr.el (shr-insert): Use string anchors instead of line anchors.
3911
3912 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3913
3914         * shr.el: Add headings.
3915         (shr-ensure-paragraph): Actually work.
3916         (shr-tag-li): Make <ul> prettier.
3917         (shr-insert): Get white space at the beginning/end of elements right.
3918         (shr-tag-p): Collapse subsequent <p>s.
3919         (shr-ensure-paragraph): Don't insert double line feeds after blank
3920         lines.
3921         (shr-insert): \t is also space.
3922         (shr-tag-s): Fix "s" tag name function.
3923         (shr-tag-s): Fix face prop name.
3924
3925 2010-10-03  Julien Danjou  <julien@danjou.info>
3926
3927         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3928
3929         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3930         gnus-window-inside-pixel-edges.
3931
3932         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3933         gnus-ems.
3934
3935         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3936
3937         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3938         function.
3939
3940         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3941         resize choice.
3942
3943 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3944
3945         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3946         beginning of the buffer.
3947
3948         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3949         article buffer again.
3950
3951         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3952
3953         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3954         when it's at the start of the buffer.
3955
3956         * shr.el (shr-tag-blockquote): Convert name.
3957         (shr-rescale-image): Use the right image-size variant.
3958
3959         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3960         buffer isn't shown, then select the current article first instead of
3961         bugging out.
3962         (gnus-summary-select-article-buffer): Show both the article and summary
3963         buffers again.
3964
3965         * shr.el (shr-fontize-cont): Protect against regions with no text.
3966         Rename tag functions to shr-tag-* for enhanced security.
3967         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3968
3969 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3970
3971         * shr.el (shr-insert):
3972         * pop3.el (pop3-movemail):
3973         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3974         loaded.
3975
3976 2010-10-03  Glenn Morris  <rgm@gnu.org>
3977
3978         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3979
3980         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3981
3982         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3983
3984         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3985
3986         * gnus-util.el (gnus-make-local-hook): Simplify.
3987
3988 2010-10-02  Julien Danjou  <julien@danjou.info>
3989
3990         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3991         (gnus-ido-completing-read): New function.
3992         (gnus-emacs-completing-read): New function.
3993         (gnus-completing-read): Use gnus-completing-read-function.
3994         Add gnus-completing-read-function.
3995
3996 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3997
3998         * shr.el (shr-insert-document): Autoload.
3999         (shr-img): Be silent.
4000         (shr-insert): Add a newline after every picture before text.
4001         (shr-add-font): Use overlays for combining faces.
4002         (shr-insert): Pass upwards the text start point.
4003
4004         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4005         possible.
4006         (mm-shr): New function.
4007
4008 2010-10-02  Julien Danjou  <julien@danjou.info>
4009
4010         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4011         should go backward.
4012
4013 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
4014
4015         * shr.el (shr): Fix typo in provide call.
4016
4017 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4018
4019         * shr.el: New file.
4020
4021         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4022
4023         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4024         completing read.
4025
4026 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4027
4028         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4029         we're being queried about.  Suggested by Dan Jacobson.
4030
4031         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4032         Suggested by Jason Eisner.
4033
4034         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4035         table, too.  Suggested by Stefan Wiens.
4036         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4037         the table unnecessary.  Suggested by Stefan Wiens.
4038
4039         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4040         longer needed, and probably doesn't work either, as pointed out by
4041         Stefan Wiens.
4042         (gnus-summary-exit): Remove call to the clearing function.
4043         (gnus-summary-exit-no-update): Ditto.
4044
4045         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4046         instead of gnus-eval-in-buffer-window to avoid popping up frames.
4047         Reported by Stefan Monnier.
4048         (gnus-summary-save-in-rmail): Ditto.
4049
4050         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4051         article buffer, instead of both the article buffer and the summary
4052         buffer.  Sort of suggested by Dan Jacobson.
4053
4054         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4055
4056         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4057         Suggested by Dan Jacobson.
4058
4059         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4060         documentation clearer.
4061
4062         * message.el (message-shorten-references): Comment on the number "21".
4063         Suggested by Stefan Monnier.
4064
4065         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4066         Suggested by Dan Jacobson.
4067
4068         * gnus.el (gnus-large-newsgroup):
4069         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
4070
4071         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4072         externalize attachments.  Bug reported by Steve Wen.
4073
4074         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4075         really message anything to the user.
4076
4077         * nnmail.el (nnmail-article-group): Allow using the fancy split method
4078         directly.
4079
4080         * nnimap.el (nnimap-request-group): Low higher than high to signal no
4081         messages in empty groups.
4082
4083 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
4084
4085         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4086         non-UIDNEXT group.
4087
4088 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4089
4090         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4091         not the value from the collection.
4092
4093         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4094         values.  This sometimes happens on some groups that have no info.
4095         (nnimap-request-newgroups): New function.
4096
4097 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
4098
4099         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4100         check into `gnus-registry-initialize'.
4101         (gnus-registry-initialize): Ditto.
4102         Fix and extend header docs.
4103
4104 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4105
4106         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4107         regexp backtrace overflows.
4108
4109         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4110         for starttls that tls.el implements; i.e. openssl.
4111
4112         * tls.el (tls-starttls-switches): Give up on using starttls with
4113         gnutls-cli.
4114         (tls-program): Add --insecure to be consistent with the defaults from
4115         openssl s_client.  Now all three commands are insecure.
4116
4117 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4118
4119         * lpath.el: Bind completion-styles-alist for XEmacs.
4120
4121         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4122         (gravatar-create-image): New function that's an alias to
4123         gnus-xmas-create-image, gnus-create-image, or create-image.
4124         (gravatar-data->image): Use it.
4125
4126 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
4127
4128         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4129         install the nnregistry refer method.
4130         (gnus-registry-install-hooks): Use it.
4131         (gnus-registry-unfollowed-groups): Add nnmairix to the default
4132         unfollowed groups.
4133
4134 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
4135
4136         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4137         expanding threads.
4138
4139 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4140
4141         * nnir.el: Use the server names without suffixes (bug #7009).
4142
4143         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4144         unencrypted to STARTTLS, if possible.
4145
4146 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4147
4148         * message.el (message-ignored-supersedes-headers): Strip Injection-*
4149         headers before superseding.
4150
4151 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4152
4153         * nnrss.el (nnrss-use-local): Add documentation.
4154
4155         * nnimap.el (nnimap-extend-tls-programs): New function.
4156         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4157         (nnimap-wait-for-connection): Accept the greeting from the stupid
4158         output from openssl s_client -starttls, too.
4159
4160         * tls.el (tls-starttls-switches): New variable.
4161         (tls-find-starttls-argument): Use it.
4162         (open-tls-stream): Ditto.
4163
4164         * netrc.el (netrc-credentials): Return the value of the "default" entry.
4165         (netrc-machine): Ditto.
4166
4167         * nnimap.el (nnimap-find-article-by-message-id): Really return the
4168         article number.
4169         (nnimap-split-fancy): New variable.
4170         (nnimap-split-incoming-mail): Use it.
4171
4172         * nntp.el (nntp-server-list-active-group): Document.
4173
4174         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4175         SELECT to get the message-id.
4176
4177         * mail-source.el (mail-sources): Remove webmail support.
4178         (defvar): Ditto.
4179         (mail-source-fetcher-alist): Ditto.
4180         (mail-source-fetch-webmail): Remove.
4181
4182         * webmail.el: Remove -- doesn't seem relevant any more.
4183
4184         * gnus.el: Fix up make-obsolete-variable declarations throughout.
4185
4186         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4187         the \r.
4188
4189 2010-09-30  Julien Danjou  <julien@danjou.info>
4190
4191         * gnus-agent.el (gnus-agent-add-group): Fix call to
4192         gnus-completing-read.
4193
4194 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4195
4196         * nndoc.el (nndoc-retrieve-groups): New function.
4197
4198         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4199         `default', use nnmail-split-methods.
4200         (nnimap-request-article): Downcase the NILs so that they are nil.
4201
4202         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4203         symbol.
4204
4205         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4206         code, since if the user has requested network, that's what they ought
4207         to get.
4208         (nnimap-request-set-mark): Erase the buffer before issuing commands.
4209         (nnimap-split-rule): Mark as obsolete.
4210
4211         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4212         New variable.
4213
4214         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4215         correct slot, too.
4216
4217 2010-09-29  Julien Danjou  <julien@danjou.info>
4218
4219         * gnus.el (gnus-local-domain): Declare variable obsolete.
4220
4221         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4222         Fix history computing.
4223         (gnus-ido-completing-read): Require ido.
4224
4225 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4226
4227         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4228         build Gnus.
4229
4230         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4231         when interpreting the structures.
4232         (nnimap-request-accept-article): Add \r\n to the lines to make this
4233         work with Cyrus.
4234
4235         * nndraft.el (nndraft-request-expire-articles): Use the group name
4236         instead if "nndraft".  Fix found by Nils Ackermann.
4237
4238 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4239
4240         * nnregistry.el: Add.
4241
4242 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4243
4244         * nnmail.el (group, group-art-list, group-art):
4245         Remove unneeded directives.
4246
4247 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4248
4249         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4250         (mm-mime-charset)
4251         * rfc2047.el (rfc2047-syntax-table)
4252         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4253
4254         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4255         rather than `insert-file-contents' and `eval-region'.
4256
4257         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4258         construction.
4259
4260         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
4261
4262         * time-date.el: No need to require cl for Emacs 21.
4263
4264 2010-09-29  Julien Danjou  <julien@danjou.info>
4265
4266         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4267         replacement of `gnus-gravatar-relief' to mimic
4268         `gnus-faces-properties-alist'.
4269         Add :version property.
4270
4271 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4272
4273         * mail-source.el (mail-source-report-new-mail)
4274         * message.el (message-default-mail-headers)
4275         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4276
4277         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4278
4279 2010-09-28  Julien Danjou  <julien@danjou.info>
4280
4281         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4282         mail-address contains the same string as real-name.
4283
4284         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4285         non-blank in header, otherwise it'll get stripped.
4286
4287         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4288         real-name, and then for mail address rather than doing : or , search.
4289
4290 2010-09-27  Julien Danjou  <julien@danjou.info>
4291
4292         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4293         right completing-read function.
4294         (gnus-use-ido): New variable
4295         (gnus-completing-read-with-default): Remove.
4296         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4297         (gnus-agent-add-group):
4298         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4299         * mm-view.el (mm-view-pkcs7-decrypt):
4300         * mm-util.el (mm-codepage-setup):
4301         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4302         * mml-smime.el (mml-smime-openssl-sign-query):
4303         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4304         (mml-insert-multipart):
4305         * gnus-msg.el (gnus-summary-yank-message):
4306         * gnus-int.el (gnus-start-news-server):
4307         * mm-decode.el (mm-interactively-view-part):
4308         * gnus-dired.el (gnus-dired-attach):
4309         * gnus.el (gnus-read-method):
4310         * gnus-bookmark.el (gnus-bookmark-jump):
4311         * gnus-art.el (gnus-mime-view-part-as-type)
4312         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4313         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4314         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4315         * nnmairix.el (nnmairix-create-server-and-default-group)
4316         (nnmairix-update-groups, nnmairix-get-server)
4317         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4318         (nnmairix-get-group-from-file-path):
4319         * nnrss.el (nnrss-find-rss-via-syndic8):
4320         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4321         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4322         (gnus-group-browse-foreign-server):
4323         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4324         (gnus-summary-execute-command, gnus-summary-respool-article)
4325         (gnus-read-move-group-name):
4326         * gnus-score.el (gnus-summary-increase-score)
4327         (gnus-summary-score-effect):
4328         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4329
4330 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4331
4332         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4333         x-focus-frame.
4334
4335         * nnimap.el (auth-source-forget-user-or-password)
4336         (auth-source-user-or-password): Autoload.
4337
4338         * message.el (message-from-style, message-interactive)
4339         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4340         (message-yank-prefix, message-indentation-spaces, message-signature)
4341         (message-signature-file): Add comment.
4342
4343 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4344
4345         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4346         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4347         new articles.
4348
4349         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4350         parts.
4351         (nnimap-request-article): Work with the t setting, too.
4352
4353         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4354         that you don't get flashes of other buffers.
4355         (gnus-summary-show-complete-article): Intern before setting.
4356
4357 2010-09-27  David Engster  <dengste@eml.cc>
4358
4359         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4360         well as HEADERS.
4361         (nnmairix-retrieve-headers): Provide new argument for the above.
4362
4363 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4364
4365         * gnus-sum.el (gnus-summary-move-article): Don't alter
4366         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4367         group.
4368
4369         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4370
4371         * message.el (message-cite-prefix-regexp): Revert my last edit.
4372
4373         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4374         variable instead of the Gnus variable.
4375
4376         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4377
4378         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4379
4380         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4381         since some servers don't like it.
4382         (nnimap-open-connection): Forget credentials if the server says the
4383         password was wrong.
4384         (nnimap-parse-line): Protect against invalid data.
4385
4386         * gnus-sum.el (gnus-summary-move-article): Add comment.
4387         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4388         nothing alters it while scanning for new messages.
4389
4390         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4391         which may or may not help.
4392         (nnimap-open-connection): If we're doing a stream connection, and then
4393         discover we're on a STARTTLS-capable server, then open a STARTTLS
4394         connection instead.
4395
4396 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4397
4398         * nnimap.el (utf7): Require.
4399
4400         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4401         prefix.
4402
4403 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4404
4405         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4406
4407 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4408
4409         * nnimap.el (nnimap-request-accept-article): Message the error on
4410         error.
4411
4412 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4413
4414         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4415
4416 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4417
4418         * nndoc.el (nndoc-request-list): Return success always.
4419
4420         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4421         `fetch-old' -- we only want to fetch the articles we've requested.
4422         The rest are in the agent, probably.
4423         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4424         disappeared server" to something low.  It's not important.
4425
4426         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4427         arrived before the FETCH data.
4428
4429         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4430         target here, because we don't know the Gnus name of the group.
4431
4432         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4433         for the correct group.
4434
4435         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4436
4437         * gnus.el (gnus): Give a final warning after startup.
4438
4439         * gnus-util.el (gnus-action-message-log): New variable.
4440         (gnus-message): Use it.
4441         (gnus-final-warning): New function.
4442
4443         * nnimap.el (nnimap-open-connection): Record the greeting.
4444         (nnimap): Add greeting.
4445
4446 2010-09-26  Julien Danjou  <julien@danjou.info>
4447
4448         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4449         arguments.
4450         (gnus-html-wash-images): Fix spec computing to include start/end.
4451
4452         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4453
4454 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4455
4456         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4457         deletion.
4458         (nnimap-retrieve-headers): Don't select the group, because that's
4459         already done by nnimap-possibly-change-group.
4460
4461         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4462         (gnus-picon-transform-address): Use it.
4463
4464         * mail-source.el (mail-source-value): Revert previous patch.
4465
4466         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4467         on failure.
4468         (nnimap-open-connection): Look up both virtual and physical server name
4469         credentials.
4470
4471         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4472
4473 2009-02-07  Dave Love  <fx@gnu.org>
4474
4475         * tls.el (open-tls-stream): Don't query killing process.
4476
4477 2009-02-08  Dave Love  <fx@gnu.org>
4478
4479         * gnus-win.el (gnus-window-to-buffer-helper)
4480         (gnus-all-windows-visible-p): Function needn't be a symbol.
4481
4482         * mail-source.el (mail-source-value): Function needn't be a symbol.
4483
4484 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4485
4486         * message.el (message-cite-prefix-regexp): Remove } from the cite
4487         prefix.
4488
4489         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4490         highlight again, so that the highlight is correct.
4491
4492         * gnus-picon.el (gnus-picon): Remove again.
4493         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4494
4495         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4496         doing the header highlightling, so that the background colour of the
4497         picon is correct.
4498
4499         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4500         (gnus-picon): Ditto.
4501         (gnus-picon): Reinstate.  The background colour for picons is white.
4502         (gnus-picon-insert-glyph): Make the background white.
4503
4504         * nnml.el (nnml-open-nov): Don't return dead buffers.
4505
4506         * auth-source.el (auth-source-create): Query the user for whether to
4507         store the credentials.
4508
4509         * netrc.el (netrc-store-data): New function.
4510
4511         * auth-source.el (auth-source-user-or-password): Use the existing auth
4512         sources, if any, for creation.
4513
4514         * gnus.el (gnus-group-fast-parameter): Return the last matching
4515         parameter instead of the first matching parameter.
4516
4517 2010-09-26  Julien Danjou  <julien@danjou.info>
4518
4519         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4520
4521 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4522
4523         * mml2015.el (mml2015-use): Remove gpg support.
4524
4525         * mml1991.el (mml1991-function-alist): Remove gpg function.
4526         (mml1991-gpg-sign): Remove.
4527
4528 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4529
4530         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4531         (gnus-browse-unsubscribe-current-group): Document it.
4532         (gnus-browse-unsubscribe-group): Use it.
4533
4534 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4535
4536         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4537         address to the To list for easier response.
4538
4539         * gnus.el (gnus-play-startup-jingle): Remove.
4540         (gnus-splash): Don't play jingle.
4541         (gnus): Silence gnus-load message.
4542
4543         * gnus-art.el (gnus-treat-play-sounds): Remove.
4544
4545         * gnus.el (gnus-play-jingle): Remove audio support.
4546
4547         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4548
4549         * earcon.el: Remove -- no users.
4550
4551         * gnus-audio.el: Remove -- no users of this package.
4552
4553         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4554
4555         * gnus-start.el (gnus-setup-news): Remove nocem support.
4556
4557         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4558
4559         * gnus.el (gnus-use-nocem): Remove.
4560
4561         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4562         Remove.
4563
4564         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4565         uses NoCeM any more.
4566
4567         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4568         (gnus-button-ctan-handler): Ditto.
4569         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4570         (gnus-button-ctan-directory-regexp): Ditto.
4571         (gnus-button-handle-ctan): Ditto.
4572         (gnus-button-tex-level): Ditto.
4573         (gnus-button-alist): Remove CTAN stuff.
4574
4575 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4576
4577         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4578         nnimap-streaming test.
4579
4580         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4581         servers twice.
4582
4583         * nnimap.el (nnimap-open-connection): Add more error reporting when
4584         nnimap fails early.
4585
4586         * nnheader.el (nnheader-get-report-string): New function.
4587         (nnheader-get-report): Use it.
4588
4589         * gnus-int.el (gnus-check-server): Say what the error was when opening
4590         failed.
4591
4592         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4593         using streaming.
4594
4595 2010-09-25  Julien Danjou  <julien@danjou.info>
4596
4597         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4598         gnus-window-inside-pixel-edges.
4599
4600 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4601
4602         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4603
4604         * mm-decode.el (mm-save-part): Allow saving to other directories the
4605         normal Emacs way.
4606
4607         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4608         Suggested by Jay Berkenbilt.
4609
4610         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4611         there isn't a single byte.
4612
4613         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4614         just do it.  It doesn't really seem to matter what the user responds
4615         here, I think, so it's just a confusing question.
4616
4617         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4618         non-streaming case.
4619
4620         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4621         (gnus-article-encrypt-body): Use it.
4622
4623         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4624         keystroke.
4625
4626         * nnimap.el (nnimap-find-wanted-parts-1):
4627         Use gnus-fetch-partial-articles.
4628
4629         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4630
4631         * nnimap.el (nnimap-insert-partial-structure): New function.
4632         (nnimap-get-partial-article): New function.
4633         (nnimap-request-article): Use it.
4634         (nnimap-wait-for-response): Return whether the wait was successful.
4635         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4636         retrieval wasn't successful.
4637         (nnimap-retrieve-group-data-early): Allow throttling servers.
4638         (nnimap-streaming): New variable.
4639         (nnimap-fetch-partial-articles): Remove.
4640
4641         * mm-decode.el (mm-with-part): Protect against killed buffers.
4642
4643         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4644         for prettier summary display.
4645
4646 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4647
4648         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4649
4650 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4651
4652         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4653         apparently third-party libraries depend on it.
4654
4655         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4656         before starting negotiation.
4657
4658         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4659         privacy reasons.
4660         (gnus-treat-mail-gravatar): Ditto.
4661
4662         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4663         buffer when inserting images.  Inserting text into the headers, for
4664         instance, can make them invalid.
4665
4666 2010-09-25  Julien Danjou  <julien@danjou.info>
4667
4668         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4669         variables.
4670
4671         * nnheader.el: Remove useless variables news-reply-yank-from and
4672         news-reply-yank-message-id.
4673
4674         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4675         variables.
4676
4677         * mml1991.el: Remove useless mml1991-verbose.
4678
4679         * gnus.el: Remove useless variable gnus-use-generic-from.
4680         Remove obsolete variable gnus-topic-indentation.
4681
4682         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4683
4684         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4685
4686         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4687
4688         * gnus-group.el: Remove useless gnus-group-icon-cache.
4689         Remove useless gnus-ephemeral-group-server.
4690
4691         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4692
4693         * mml2015.el: Remove useless mml2015-verbose.
4694
4695         * mml-smime.el: Remove useless mml-smime-verbose.
4696
4697         * gnus.el: Remove useless gnus-local-domain.
4698
4699         * gnus-gravatar.el (gnus-gravatar-transform-address):
4700         Use gnus-gravatar-size.
4701
4702         * gnus-art.el: Remove useless gnus-treat-translate.
4703
4704 2010-09-24  Julien Danjou  <julien@danjou.info>
4705
4706         * gnus-sum.el: Add support for Gravatars.
4707
4708         * gnus-art.el: Add support for Gravatars.
4709
4710         * gnus-gravatar.el: Add this file.
4711
4712         * gravatar.el: Add this file.
4713
4714 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4715
4716         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4717
4718         * gnus-group.el (gnus-group-fetch-faq): Remove.
4719
4720         * gnus.el (gnus-group-faq-directory): Remove.
4721
4722         * gnus-group.el (gnus-group-fetch-charter): Remove.
4723
4724         * gnus.el (gnus-group-charter-alist): Remove.
4725
4726         * gnus-group.el (gnus-group-archive-directory): Remove.
4727         (gnus-group-recent-archive-directory): Ditto.
4728         (gnus-group-make-archive-group): Remove.
4729
4730         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4731
4732         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4733         use the same article number for all the cached articles.
4734
4735         * nnimap.el (nnimap-command): Register the last command time so
4736         that we can use it for idling NOOPs.
4737         (nnimap-open-connection): Start the keeplive timer.
4738         (nnimap-make-process-buffer): Store all the process buffers.
4739         (nnimap-keepalive): New function.
4740
4741         * starttls.el (starttls-open-stream): Add autoload cookie.
4742
4743 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4744
4745         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4746         handling.
4747
4748 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4749
4750         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4751         its data structures.
4752
4753         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4754         instead of the cl.el copy-list.
4755         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4756         equalp.
4757
4758 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4759
4760         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4761         and tool-bar-local-item-from-menu.
4762
4763         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4764         mode-line-highlight face for Emacs.
4765
4766         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4767         loading gnus-sum.elc; fix comment for canlock-verify.
4768         (gnus-article-jump-to-part): Use read-number.
4769         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4770         Remove Emacs pre-21 compatible code for help-echo.
4771         (gnus-article-next-page-1): No need to adjust the number of lines.
4772         (gnus-article-describe-bindings): Always use help-buffer.
4773
4774         * gnus-audio.el (gnus-audio-inline-sound)
4775         * gnus-cus.el (gnus-custom-mode)
4776         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4777
4778         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4779
4780         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4781         compatible code.
4782
4783 2010-09-24  Glenn Morris  <rgm@gnu.org>
4784
4785         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4786         visiting the fcc file in rmail-mode.
4787
4788         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4789
4790 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4791
4792         * nnir.el: Silence the byte compiler.
4793
4794         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4795         alias to browse-url-url-encode-chars if any.
4796         (gnus-html-encode-url): Use it.
4797
4798 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4799
4800         * gnus-start.el (gnus-use-backend-marks): New variable.
4801         (gnus-get-unread-articles-in-group): Use it.
4802
4803         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4804         makeover.
4805
4806 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4807
4808         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4809
4810 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4811
4812         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4813         Remove.
4814         (gnus-setup-news-hook):
4815         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4816
4817         * gnus-int.el (gnus-request-update-info): Protect against backends not
4818         having the function.
4819
4820         * nnimap.el (nnimap-stream): Mention starttls.
4821         (nnimap-open-connection): Add starttls support.
4822
4823 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4824
4825         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4826
4827 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4828
4829         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4830         BODYSTRUCTUREs.
4831         (nnimap-transform-headers): Unfold quoted {42} headers.
4832
4833         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4834         the info.
4835         (gnus-get-unread-articles): Only call updatep on backends that support
4836         it.
4837
4838         * nnweb.el (nnweb-request-update-info): NOOP.
4839
4840         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4841
4842         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4843         since it only deals with marks.
4844
4845         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4846         gnus-request-marks, and make a new gnus-request-update-info.
4847
4848         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4849         the active instead of the high number, which is usually too low.
4850
4851 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4852
4853         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4854         * encrypt.el: Remove.
4855
4856 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4857
4858         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4859         server in symbolic form.
4860
4861         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4862
4863 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4864
4865         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4866         (nnimap-update-info): Fix up code slightly.
4867
4868         * gnus-int.el (gnus-open-server): Add tracing for performance
4869         debugging.
4870
4871         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4872         (gnus-group-insert-group-line): Pass the real group name so that it
4873         gets the right data.
4874
4875         * gnus-start.el (gnus-get-unread-articles): Don't have
4876         `gnus-get-unread-articles-in-group' update info, since that can be
4877         really slow and doesn't seem to be needed?
4878
4879 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4880
4881         * time-date.el (date-to-time): Try using parse-time-string first before
4882         using the slower timezone-make-date-arpa-standard.
4883
4884 2010-09-22  Julien Danjou  <julien@danjou.info>
4885
4886         * gnus-group.el (gnus-group-insert-group-line):
4887         Call gnus-group-highlight-line.
4888         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4889         default hook list.
4890         (gnus-group-update-eval-form): Add new function.
4891         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4892         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4893
4894 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4895
4896         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4897         immediate, then expire all articles.
4898         (nnimap-update-info): Fix off-by-one errors.
4899         (nnimap-flags-to-marks): Would return no marks lists for group with no
4900         flags.  Instead return the other data.
4901
4902 2010-09-22  Julien Danjou  <julien@danjou.info>
4903
4904         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4905         Only return an icon.
4906         (gnus-group-insert-group-line): Compute icon to return.
4907
4908         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4909         (gnus-html-image-fetched): Only cache if
4910         gnus-html-image-automatic-caching is set.
4911         (gnus-html-image-fetched): Check for errors.
4912
4913 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4914
4915         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4916         once per method on `g'.  This ensures that backends like nnfolder don't
4917         open all their folders.
4918
4919         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4920         (nnimap-request-list): Nix out group in the correct buffer.
4921         (nnimap-parse-flags): Implement by using `read' instead of
4922         hand-parsing.
4923         (nnimap-flags-to-marks): Pass on permanent-flags.
4924         (nnimap-make-process-buffer): Record the server name.
4925         (nnimap-parse-flags): Fix typo.
4926         (nnimap-request-scan): Run split on the server in general, not just a
4927         single group.
4928
4929         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4930         parameter, and propagate this downwards.
4931
4932         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4933         since EXAMINE changes it on the server.
4934
4935         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4936         this command might take a while.
4937
4938 2010-09-22  Julien Danjou  <julien@danjou.info>
4939
4940         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4941         harmful if you have 2 images side-by-side, they can't be properly
4942         update on text deletion.  Using text-property is safer here.
4943         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4944         data.
4945
4946 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4947
4948         * nnimap.el (nnimap-expunge-inbox): Remove.
4949         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4950         (nnimap-expunge): Flip default to t.
4951
4952         * gnus.el (gnus-method-to-server): Don't push things to the cache
4953         unless it's unique.
4954         (gnus-server-to-method): Ditto.
4955
4956 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4957
4958         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4959
4960 2010-09-22  Julien Danjou  <julien@danjou.info>
4961
4962         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4963         get the start of data.
4964         (gnus-html-encode-url): Add this function to encode special chars in
4965         URL.
4966         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4967         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4968
4969         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4970         default.
4971         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4972
4973         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4974         images alt-text.
4975         (gnus-html-put-image): Put alt-text as help-echo.
4976
4977 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4978
4979         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4980         * mm-util.el (mm-decompress-buffer)
4981         * nnir.el (nnir-run-find-grep)
4982         * pop3.el (pop3-list): Use 3rd arg of split-string.
4983
4984         * time-date.el (format-seconds): Comment fix.
4985
4986         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4987         and byte-optimize-form-code-walker.
4988         (dgnushack-make-auto-load): Don't advise make-autoload.
4989
4990         * lpath.el: Remove Emacs 21 stuff.
4991
4992 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4993
4994         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4995         outside the active range.  Suggested by Dan Christensen.
4996
4997         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4998         slightly later to avoid double-getting it.
4999
5000         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5001         previous patch.
5002
5003         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5004
5005 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
5006
5007         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5008
5009 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5010
5011         * gnus-int.el (gnus-open-server): Give a better error message in the
5012         "go offline" case.
5013
5014         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5015         marks for nnimap, which is seldom the right thing to do.
5016
5017         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5018         (gnus-same-method-different-name): New function.
5019
5020         * nnimap.el (parse-time): Require.
5021
5022         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5023         method in the presence of many similar methods.
5024
5025         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5026
5027         * nnimap.el (nnimap-find-expired-articles): Don't refer to
5028         nnml-inhibit-expiry.
5029
5030         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5031         find out whether methods are equal.
5032
5033         * nnimap.el (nnimap-find-expired-articles): New function.
5034         (nnimap-process-expiry-targets): New function.
5035         (nnimap-request-move-article): Request the article before looking at
5036         what the Message-ID is.  Fix found by Andrew Cohen.
5037         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5038
5039         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5040         for oldness in addition to being a predicate.
5041
5042         * nnimap.el (nnimap-request-group): When we have zero articles, return
5043         the right data to Gnus.
5044         (nnimap-request-expire-articles): Only delete articles immediately if
5045         the target is 'delete.
5046
5047         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5048         method, this would bug out.
5049
5050         * gnus-group.el (gnus-group-expunge-group): Rename from
5051         gnus-group-nnimap-expunge, and implemented as a normal interface
5052         function.
5053
5054         * gnus-int.el (gnus-request-expunge-group): New function.
5055
5056         * nnimap.el (nnimap-request-create-group): Implement.
5057         (nnimap-request-expunge-group): New function.
5058
5059 2010-09-21  Julien Danjou  <julien@danjou.info>
5060
5061         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5062         (gnus-html-cache-expired): Add new function.
5063         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5064         wethever we should display image for fetch it.
5065         Compute alt-text earlier to pass it to the fetching function too.
5066         (gnus-html-schedule-image-fetching): Change function argument to only
5067         get one image at a time, not a list.
5068         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5069         cache.
5070         (gnus-html-get-image-data): New function to retrieve image data from
5071         cache.
5072         (gnus-html-put-image): Change buffer argument to use image data rather
5073         than file, and place image above region rather than inserting a new
5074         one.  Do not take alt-text as argument, since it's useless now: we place
5075         the image above alt-text.
5076         (gnus-html-prune-cache): Remove.
5077         (gnus-html-show-images): Start to fetch image when we find one, do not
5078         push into a temporary list.
5079         (gnus-html-prefetch-images): Only fetch image if they have expired.
5080         (gnus-html-browse-image): Fix, use 'gnus-image-url.
5081         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5082
5083 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5084
5085         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5086
5087 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5088
5089         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5090         spec inser "*" if the group isn't active instead of 0.
5091
5092         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5093         opening the server.
5094         (nnimap-request-delete-group): Implement group deletion.
5095         (nnimap-transform-headers): Return the size of the entire message in
5096         the Bytes header, not just the size of the first part.
5097         (nnimap-request-move-article): When moving an article from nnimap,
5098         request the article first so the accepting form has an article to
5099         accept.  Reported by Dan Christensen.
5100         (nnimap-command): Make sure that the error message doesn't error out.
5101
5102 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
5103
5104         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5105         we haven't requested anything.
5106
5107 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5108
5109         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5110         "".  Fix found by Andrew Cohen.
5111
5112         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5113         instead of -encode-string.
5114
5115 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5116
5117         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5118
5119         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5120         by mm-subst-char-in-string.
5121
5122 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5123
5124         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5125         waiting for the connection string.
5126
5127         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5128         arriving.
5129
5130         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5131         bogus characters.  This allows selecting certain Gmail groups.
5132
5133         * nnimap.el (nnimap-find-wanted-parts-1): New function.
5134         (nnimap-fetch-partial-articles): New variable.
5135         (nnimap-open-connection): When looking for credentials, also use the
5136         nnimap-server-port.
5137         (nnimap-request-article): Return the group/article number, so that Gnus
5138         `^' works as expected.
5139         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5140
5141         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5142         comments.
5143         (gnus-methods-sloppily-equal): New function.
5144         (gnus): When using the development version of Gnus, load the gnus-load
5145         file.
5146
5147         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5148         `gnus-open-server' on each method before trying to scan them etc.
5149         This ensures that all the backend parameters are set correctly.
5150
5151         * nnimap.el (nnimap-authenticator): New variable.
5152         (nnimap-open-connection): Allow anonymous login.
5153         (nnimap-transform-headers): The chars header is called Chars not Bytes.
5154         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5155
5156         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5157         patch, found by Knut Anders Hatlen.
5158
5159 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
5160
5161         * gnus-agent.el (gnus-agent-batch-confirmation)
5162         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5163         to gnus-message.
5164         * gnus-art.el (gnus-article-describe-briefly): Likewise.
5165         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5166         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5167         * gnus-int.el (gnus-open-server): Likewise.
5168         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5169         (gnus-score-check-syntax): Likewise.
5170         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5171         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5172         Likewise.
5173         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5174
5175 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5176
5177         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5178         calling conventions so that prefetch doesn't bug out.
5179
5180 2010-09-19  Julien Danjou  <julien@danjou.info>
5181
5182         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5183         rather than `subst-char-in-region' in order to be able to replace ASCII
5184         char by UTF-8 ones.
5185
5186         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5187         than curl.
5188         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5189         the right URL and ALT text on images.
5190         (gnus-html-wash-tags): Fix tag case.
5191         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
5192         (gnus-article-html): Add -o display_ins_del=2 option.
5193         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5194
5195 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5196
5197         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5198         the extra mail headers, which sometimes seem to happen for unknown
5199         reasons.
5200
5201         * mail-parse.el (mail-header-encode-parameter): Define as
5202         rfc2045-encode-string instead of as rfc2231-encode-string, since some
5203         (or most, perhaps?) mail readers don't understand the latter, but do
5204         understand the former.
5205
5206         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5207         to nil, so that no methods are automatically agentized.  I think this
5208         is probably what most users want.
5209
5210         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5211         from url-retrieve, for instance about invalid URLs.
5212
5213         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5214         groups that have no articles.
5215         (nnimap-request-article): Check that we really got an article when we
5216         requested one.
5217
5218         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5219         doesn't exist.
5220
5221         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5222         nntp buffer so the agent can save it.
5223         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5224         that CRLF doesn't get translated to \n.
5225         (nnimap-open-connection): Don't make 'shell commands only send \n.
5226
5227 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5228
5229         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5230         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5231         Update var name.
5232         (nnml-generate-nov-file): Use dolist.
5233         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5234         Use with-current-buffer.
5235
5236 2010-09-18  Julien Danjou  <julien@danjou.info>
5237
5238         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5239         parallel.
5240
5241 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5242
5243         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5244         the range update right.
5245         (nnimap-request-group): Don't make `M-g' bug out on group with no
5246         marks.
5247         (nnoo): Require, so that other packages can require nnimap.
5248         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5249         command we're looking for.  This helps when the server sends more
5250         responses after we've gotten everything we expected.
5251         (nnimap): Add a `newlinep' field to keep track of end-of-line
5252         conventions.
5253         Don't send CRLF to things that don't want it.
5254         (nnimap-request-accept-article): Ditto.
5255
5256 2010-09-18  Julien Danjou  <julien@danjou.info>
5257
5258         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5259         than curl to retrieve images.
5260
5261 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5262
5263         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5264         the marks.
5265         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5266         (nnimap-wait-for-connection): New function.
5267         (nnimap-open-connection): If we have PREAUTH, don't query for login
5268         credentials.
5269         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5270         when doing a partial update.
5271
5272 2010-09-18  Julien Danjou  <julien@danjou.info>
5273
5274         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5275         tags.
5276
5277 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5278
5279         * nnimap.el (nnimap-credentials): New function.
5280         (nnimap-open-connection): Use the new function to look for credentials
5281         also on the numeric equivalents of "imap" and "imaps".
5282
5283         * gnus-start.el (gnus-activate-group): Send the info to
5284         gnus-request-group.
5285
5286         * nnimap.el (nnimap-request-group): Have the "check" version of the
5287         function parse flags and update the info, so that a `M-g' get a total
5288         resync of all flags from the group.
5289
5290         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5291         to allow backends to alter the info on group selection.  Also alter all
5292         the backend -request-group functions to take the parameter.
5293
5294         * nnimap.el (nnimap-store-info): New function.
5295         (nnimap-update-info): Store the info for later usage.
5296         (nnimap-request-group): Use the stored info for the dont-check case, so
5297         that we don't retrieve all marks when we enter a group.
5298
5299         * nnimap.el: Use deffoo instead of defun for interface functions.
5300
5301         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5302         update the group info.  This makes the nndraft groups, for instance, go
5303         back to their old behaviour.
5304
5305         * gnus-sum.el (gnus-select-newsgroup): Indent.
5306
5307         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5308         in.
5309         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5310         nothing.
5311
5312         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5313         from methods that are denied.
5314
5315         * gnus-int.el (gnus-method-denied-p): New function.
5316
5317         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5318         store the password instead of netrc.
5319         (nnimap-open-connection): Don't error out when we can't make a
5320         connections.
5321
5322         * auth-source.el (auth-source-create): In the password prompt, say what
5323         we're querying for.  Also prompt for user name if that hasn't been
5324         given.
5325
5326         * nnimap.el (nnimap-with-process-buffer): Remove.
5327
5328 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5329
5330         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5331         method when we're reading from the agent.
5332
5333         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5334
5335         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5336         that's probably most useful for users.
5337
5338         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5339         "failed" all the time.
5340
5341         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5342         ...)) with (with-current-buffer ... ).
5343
5344         * nntp.el (nntp-open-server): Return whether the open was successful or
5345         not.
5346
5347         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5348         select an unread unseen article first.
5349
5350         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5351         /etc/services, supply some sensible port defaults.
5352
5353         * dgnushack.el: Define netrc-credentials.
5354
5355 2010-09-17  Julien Danjou  <julien@danjou.info>
5356
5357         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5358
5359 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5360
5361         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5362         doesn't have any parameters.
5363
5364 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5365
5366         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5367         only upcased checks.
5368
5369         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5370
5371         * nnimap.el (nnimap-open-shell-stream): New function.
5372         (nnimap-open-connection): Use it.
5373         (nnimap-transform-headers): Get the number of lines in each message.
5374         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5375         number of lines.
5376         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5377         problem.
5378
5379         * utf7.el (utf7-encode): Autoload.
5380
5381         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5382         to allow the mail splitting to not return a default group.  This is
5383         useful for nnimap, which will leave unmatched mail in the inbox.
5384
5385         * nnimap.el: Rewritten.
5386
5387         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5388         nnimap usage.
5389
5390         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5391         if the move is internal, so that nnimap can do fast internal moves.
5392
5393         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5394         data.
5395         (gnus-read-active-for-groups): Support finishing the early retrieval of
5396         data.
5397
5398         * gnus-range.el (gnus-range-nconcat): New function.
5399
5400         * gnus-int.el (gnus-finish-retrieve-group-infos)
5401         (gnus-retrieve-group-data-early): New functions.
5402
5403 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5404
5405         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5406         (nnrss-retrieve-groups):
5407         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5408         (pop3-quit): Use with-current-buffer.
5409
5410 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5411
5412         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5413         instead of nnheader-accept-process-output.
5414
5415         * dgnushack.el (dgnushack-compile): Add comment.
5416
5417         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5418
5419         * gnus-html.el (gnus-html-schedule-image-fetching)
5420         (gnus-html-prefetch-images): Replace process-kill-without-query by
5421         gnus-set-process-query-on-exit-flag.
5422
5423 2010-09-16  Romain Francoise  <romain@orebokech.com>
5424
5425         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5426
5427 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5428
5429         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5430         parameter to unintern is mandatory-ish in Emacs 24.
5431
5432         * gnus-html.el (gnus-html-schedule-image-fetching)
5433         (gnus-html-prefetch-images): Check for curl before using it.
5434
5435         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5436         depend on curl, which isn't essential.
5437
5438         * imap.el: Revert back to version
5439         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5440         seem problematic.
5441
5442 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5443
5444         * gnus-registry.el (gnus-registry-install-shortcuts):
5445         Explicitly pass `obarray' to `unintern' to avoid a warning.
5446
5447 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5448
5449         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5450         change.
5451
5452         * nnrss.el (nnrss-request-list): Remove this function and related
5453         functions, including the moreover stuff.
5454
5455 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5456
5457         * nnrss.el (nnrss-retrieve-groups): New function.
5458
5459 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5460
5461         * .dir-locals.el: Add no-byte-compile cookie.
5462
5463 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5464
5465         * time-date.el (format-seconds): Comment fix.
5466
5467         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5468         for back end that doesn't support request-scan.
5469
5470 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5471
5472         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5473         then do request scans from the backends.
5474
5475         * netrc.el (netrc-credentials): New conveniency function.
5476
5477         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5478         avoid running a hook per line, since this takes a lot of time,
5479         profiling shows.
5480         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5481         directly if gnus-visual-p is true.
5482
5483 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5484
5485         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5486         groups; replace mapcar with dolist which is a bit faster; pass groups
5487         info to gnus-read-active-file-1.
5488         (gnus-read-active-file-1): Scan only specified groups if the new
5489         optional arg `infos' is given.
5490
5491 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5492
5493         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5494
5495         * pop3.el (pop3-movemail): Remove.
5496         (pop3-streaming-movemail): Rename to pop3-movemail.
5497
5498         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5499         don't restrict end-tag searches to the end of the line.
5500
5501 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5502
5503         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5504         articles of every unchecked group to t, which means unknown since the
5505         server has never been opened.
5506
5507 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5508
5509         * gnus-html.el (gnus-html-show-alt-text): New command.
5510         (gnus-html-browse-image): Ditto.
5511         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5512         to browse the image directly.
5513         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5514         better.
5515
5516         * gnus-async.el (gnus-async-article-callback):
5517         Call `gnus-html-prefetch-images' unconditionally.
5518
5519         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5520         before feeding URLs to curl.
5521
5522 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5523
5524         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5525         internal images as deletable by `W D D'.
5526
5527         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5528         (gnus-async-article-callback): Fix typo.
5529
5530 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5531
5532         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5533         current line to work around bugs in the output from w3m.
5534
5535         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5536         for groups that want that.
5537
5538         * nntp.el (nntp-wait-for-string): Supply a timeout for
5539         accept-process-output to ensure progress.
5540
5541         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5542         level to get unread articles from, then use that for foreign groups,
5543         too.
5544
5545         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5546         confuses the rest of the function.
5547
5548         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5549         for the methods that support -retrieve-groups, too.
5550
5551         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5552
5553 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5554
5555         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5556         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5557
5558         * pop3.el: Require cl when compiling.
5559         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5560
5561 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5562
5563         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5564         that aren't going to be activated.
5565         (gnus-get-unread-articles): Fix up the last commit.
5566
5567         * gnus-html.el (gnus-article-html): Allow calling without specifying
5568         the handle.  In that case, dissect the buffer first.
5569
5570         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5571
5572         * nnimap.el (nnimap-open-connection): Revert the change that would look
5573         into authinfo for imaps instead of imap.
5574
5575         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5576         say that you don't want to call gnus-request-group with don-check, but
5577         do check the reponse.  This is for virtual groups only.
5578         (gnus-get-unread-articles): Count the archive groups as secondary, so
5579         that they're activated the same way as before.
5580
5581         * imap.el (imap-message-map): Removed optional buffer parameter, since
5582         no callers use it.
5583         (imap-message-get): Ditto.
5584         (imap-message-put): Ditto.
5585         (imap-mailbox-map): Ditto.
5586         (imap-mailbox-put): Ditto.
5587         (imap-mailbox-get): Ditto.
5588         (imap-mailbox-get): Revert last change for this function.
5589
5590         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5591         case-insensitively.
5592         (nnimap-debug): Remove.
5593
5594         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5595         to use `imap-fetch' instead.  According to the comments, this should be
5596         safe, since all other IMAP clients use the 1:* syntax.
5597         (imap-enable-exchange-bug-workaround): Removed.
5598         (imap-debug): Removed -- doesn't seem very useful.
5599
5600         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5601         mail from a file, and the file doesn't exist.
5602
5603         * imap.el (imap-log): New convenience function used throughout instead
5604         of repeating the same code all over the place.
5605
5606         * pop3.el (pop3-streaming-movemail): Return t for success.
5607
5608         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5609         .authinfo if we're using ssl connection.
5610
5611         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5612         already have if we're in a main Gnus `g' run.
5613
5614         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5615
5616 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5617
5618         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5619
5620         * nnmh.el (nnmh-request-list-1): Bind `file'.
5621
5622         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5623         alias to set-process-query-on-exit-flag or process-kill-without-query.
5624         (pop3-open-server): Use it.
5625
5626 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5627
5628         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5629         box to the Incoming file.  Fixes mistake in previous checkin.
5630
5631         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5632         request loop (for debugging purposes) removed.
5633
5634         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5635         culprit is more visible.
5636         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5637         (nnml-add-incremental-nov): New functions to do "incremental" nov
5638         updates, where we just append to the end of the existing nov files
5639         without reading/writing them in full.
5640
5641         * mail-source.el (mail-source-delete-crash-box): Really only check the
5642         incoming files once in a while.
5643
5644         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5645
5646         * mail-source.el (mail-source-delete-crash-box): Only check the
5647         incoming files for deletion once per day to save a lot of file
5648         accesses.
5649
5650         * pop3.el (pop3-logon): Fix up unbound variable typo.
5651
5652         * mail-source.el (pop3-streaming-movemail): Autoload.
5653
5654         * pop3.el (pop3-streaming-movemail):
5655         Respect pop3-leave-mail-on-server.
5656
5657         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5658         retrieval.
5659
5660         * pop3.el (pop3-process-filter): Remove unused function.
5661         (pop3-streaming-movemail, pop3-send-streaming-command)
5662         (pop3-wait-for-messages, pop3-write-to-file)
5663         (pop3-number-of-responses): New functions for streaming pop3
5664         retrieval.
5665
5666         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5667         come from no known methods.
5668         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5669         list.
5670
5671         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5672         message sizes.
5673         (pop3-movemail): Use erase-buffer instead of looping and deleting
5674         regions, which seems rather odd.
5675
5676         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5677         file once per `g' run.
5678
5679         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5680         directories.  This makes the draft queue directory work.
5681
5682         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5683         data from the backends, so that we only request the list of groups from
5684         each method once.  This should speed things up considerably.
5685
5686         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5687         detect that it's not implemented.
5688
5689         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5690         we actually do recurse down into the tree, but don't stat all leaf
5691         nodes.
5692
5693         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5694         then say so instead of bugging out.
5695
5696         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5697         files exist before trying to read them.
5698
5699         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5700         around <pre_int>.
5701
5702         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5703
5704         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5705
5706 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5707
5708         * mm-util.el (mm-image-load-path): Just return the image directories,
5709         not all directories in the path in addition to the image directories.
5710         (mm-image-load-path): Maintain a cache of the image directories so that
5711         the `g' command in Gnus doesn't have to stat dozens of directories each
5712         time.
5713
5714         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5715         (gnus-html-wash-tags): Add a new `i' command to insert images.
5716         (gnus-html-insert-image): New command and keystroke.
5717         (gnus-html-redisplay-with-images): New command and keystroke.
5718         (gnus-html-show-images): Rename command.
5719         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5720         spacers.
5721         (gnus-html-wash-tags): Decode entities at the end, so that entities
5722         inside the tags don't mess up the rest of the "parsing".
5723
5724         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5725         so that nnimap methods aren't agentized by default.  There's apparently
5726         many problems related to agent/imap behaviour.
5727
5728         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5729
5730         * gnus-html.el: Doc fix.
5731
5732 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5733
5734         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5735         specifier-spec-list for Emacs 21.
5736
5737         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5738         glyph-width and glyph-height instead of display-graphic-p and
5739         image-size; make avoidance of displaying small images work for XEmacs.
5740
5741         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5742         for XEmacs.
5743
5744         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5745         of symbol that holds plist data.
5746         (gnus-process-plist): Remove plist of process after getting it.
5747
5748 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5749
5750         * message.el (message-generate-hashcash): Change default to
5751         'opportunistic if hashcash is installed.
5752
5753         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5754         (gnus-html-put-image): Only call image-size once, since it's somewhat
5755         time-consuming on remote X servers.
5756
5757 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5758
5759         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5760         type on data, not a file name.
5761
5762         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5763         window-pixel-edges for Emacs 21.
5764
5765         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5766         decoded contents.
5767         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5768
5769 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5770
5771         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5772         group line format, since it isn't very interesting.
5773
5774         * gnus-agent.el (gnus-agent-short-article),
5775         (gnus-agent-long-article): Increase values for these two variables,
5776         since most people are likely to have more network connection and
5777         storage than before.
5778
5779         * gnus.el (gnus-refer-article-method): Change default to 'current.
5780         When referring an article, the common behaviour is to refer it from the
5781         current select method, not the native select method.  The chances of
5782         the native select method having the message in question is rather slim
5783         these days.
5784
5785         * gnus-sum.el (gnus-auto-select-subject): Change default to
5786         `unseen-or-unread'.  I think it's likely that most people want to
5787         select an unseen article over a previously seen, but unread one.
5788
5789         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5790         means that in the article buffer none of the minor mode elements will
5791         be shown, usually, and this is not desirable in most cases.
5792
5793         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5794         that commands like `d' (and the like) go to the next line in the
5795         buffer, instead of the next unread article.  I think this is the
5796         behaviour that is most natural for most users.
5797         (gnus-single-article-buffer): Change default to nil, so that people can
5798         have as many article buffers open as they have summary buffer.  I think
5799         this is the most natural way for the groups to behave.
5800
5801         * message.el (message-generate-new-buffers): Change default to
5802         `unsent', so that all new message buffers start their names with the
5803         string "*unsent", and it's easier to find the buffers if you move from
5804         them.
5805
5806 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5807
5808         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5809         small.  They're probably tracking images.
5810         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5811         (gnus-html-rescale-image): Yet another try at getting the image sizing
5812         right.
5813
5814         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5815         nntp-marks-file-name is nil.
5816
5817 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5818
5819         * gnus-html.el (gnus-html-wash-tags)
5820         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5821         Better logging.
5822
5823 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5824
5825         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5826
5827         * gnus-html.el (gnus-html-wash-tags): Check the value of
5828         gnus-blocked-images in the summary buffer.
5829
5830 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5831
5832         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5833
5834 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5835
5836         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5837         like "a", it seems like.
5838         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5839         since it needs to be picked from the correct buffer.
5840
5841         * nnwfm.el: Remove.
5842
5843         * nnlistserv.el: Remove.
5844
5845 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5846
5847         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5848         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5849
5850 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5851
5852         * nnkiboze.el: Remove.
5853
5854         * nndb.el: Remove.
5855
5856         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5857         alt text.
5858         (gnus-html-rescale-image): Try to get the rescaling logic right for
5859         images that are just wide and not tall.
5860
5861         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5862         overshadow variable bindings.
5863
5864 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5865
5866         * gnus-html.el (gnus-html-wash-tags)
5867         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5868         Add extra logging.
5869
5870 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5871
5872         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5873         (gnus-max-image-proportion): New variable.
5874         (gnus-html-rescale-image): New function.
5875         (gnus-html-put-image): Rescale images.
5876
5877 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5878
5879         Fix up some byte-compiler warnings.
5880         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5881         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5882         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5883         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5884         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5885         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5886         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5887
5888 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5889
5890         * gnus-html.el (gnus-article-html): Decode contents by charset.
5891
5892 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5893
5894         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5895         (gnus-html-frame-width, gnus-blocked-images)
5896         * message.el (message-prune-recipient-rules): Add custom version.
5897         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5898
5899         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5900         functions.
5901
5902         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5903         gnus-process-get.
5904
5905 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5906
5907         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5908         instead of lsub directly.
5909
5910 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5911
5912         * nnwarchive.el: Remove.
5913
5914         * gnus-soup.el: Remove.
5915
5916         * nnsoup.el: Remove.
5917
5918         * nnultimate.el: Remove.
5919
5920         * gnus-html.el (gnus-blocked-images): New variable.
5921
5922         * message.el (message-prune-recipients): New function.
5923         (message-prune-recipient-rules): New variable.
5924
5925         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5926         guess whether a long line is natural text or not.
5927
5928         * gnus-html.el (gnus-html-schedule-image-fetching):
5929         Use gnus-process-plist and friends for compatibility.
5930
5931 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5932
5933         * gnus-html.el: Require packages that define macros used in this file.
5934         (gnus-article-mouse-face): Declare to silence byte-compiler.
5935         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5936         process-get.
5937         (gnus-html-put-image): Use plist-get to avoid getf.
5938         (gnus-html-prefetch-images): Use with-current-buffer.
5939
5940 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5941
5942         * gnus-ems.el: Provide compatibility functions for
5943         gnus-set-process-plist.
5944
5945         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5946         header-line-format for XEmacs 21.4.
5947
5948         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5949         * gnus.el (gnus-valid-select-methods)
5950         * message.el (message-send-mail-partially-limit)
5951         * mm-decode.el (mm-text-html-renderer)
5952         * mml.el (mml-insert-mime-headers-always)
5953         * smiley.el (smiley-regexp-alist): Bump custom version.
5954
5955 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5956
5957         * gnus-html.el: require mm-url.
5958         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5959         with the url to `url'.
5960         (gnus-html-wash-tags): Support cid: URLs/images.
5961
5962 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5963
5964         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5965         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5966         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5967
5968         * gnus-move.el: Remove file, since it doesn't really work.
5969
5970         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5971         UTF-8.  This seems to fix problems with some German web feeds.
5972
5973         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5974         at the top so that the proper colours are applied.
5975
5976         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5977         don't have dots in their names.
5978
5979         * gnus-art.el (gnus-article-view-part): Doc fix.
5980
5981         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5982         XEmacs-compatible.
5983         (gnus-html-put-image): Don't do images on non-graphic displays.
5984
5985         * nnslashdot.el: Remove this unused backend.
5986
5987         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5988         actions.
5989         (gnus-undo-register-1): Revert last change.
5990
5991         * gnus-group.el (gnus-group-completing-read): Protect against not
5992         having completion-styles bound.
5993
5994         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5995         make broken recipients happier.
5996
5997         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5998
5999         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6000         point parameter.
6001
6002         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
6003
6004         * gnus-group.el (gnus-group-completing-read): Add 'substring to
6005         completion-styles for group selection.
6006
6007 2009-02-04  Andreas Schwab  <schwab@suse.de>
6008
6009         * gnus-score.el (gnus-score-string): Fix regex for matching extra
6010         headers and regexp-quote the match if necessary.
6011
6012 2009-03-24  Miles Bader  <miles@gnu.org>
6013
6014         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6015         the blinking smiley.
6016
6017 2009-03-24  Simon Josefsson  <simon@josefsson.org>
6018
6019         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6020         blink smiley.
6021
6022 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6023
6024         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6025         where the dribbel file lives exists.
6026
6027         * message.el (message-send-mail-partially-limit): Change the default to
6028         nil, since most people don't want this.
6029
6030         * mm-url.el (mm-url-decode-entities): Also decode entities like
6031         &#x3212.
6032
6033 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
6034
6035         * gnus-sum.el (gnus-summary-idna-message):
6036         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6037         Hyperlink urls in docstrings with URL `...'.
6038
6039 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
6040
6041         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6042         functions.
6043
6044 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6045
6046         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6047         say what the mouseover text should be.
6048
6049         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6050         version of the mm-w3m-safe-url-regexp variable to only download images
6051         in the groups where we want that to happen.
6052
6053         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6054
6055         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6056         easier debugging.
6057         (gnus-article-beginning-of-window): Add kludge to allow spacing past
6058         big pictures in the article buffer.
6059
6060         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6061         gnus-article-html.
6062         (mm-text-html-renderer): gnus-article-html needs curl in addition to
6063         w3m.
6064
6065         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6066
6067 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6068
6069         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6070         which doesn't exist.
6071
6072         * message.el (message-inhibit-ecomplete): New variable to allow some
6073         function to inhibit ecomplete address storage.
6074         (message-resend): Disable ecomplete message storage when resending
6075         messages.
6076
6077         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6078
6079 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6080
6081         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6082         Save excursion while copying, moving, and deleting articles in order to
6083         prevent the cursor from jumping to unforeseen place.
6084
6085 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6086
6087         * lpath.el: No need to bind bookmark-current-buffer,
6088         bookmark-yank-point and bookmark-make-record-function.
6089
6090 2010-08-17  Glenn Morris  <rgm@gnu.org>
6091
6092         * gnus-sync.el: Require gnus components whose functions are used.
6093
6094         * gnus-art.el (bookmark-make-record-function):
6095         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6096         Declare for compiler.
6097
6098         * mm-url.el (mml-compute-boundary): Autoload.
6099
6100 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6101
6102         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6103
6104 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
6105
6106         Typo fix "hoo4a" -> "hook".
6107
6108         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6109
6110 2010-08-14  Glenn Morris  <rgm@gnu.org>
6111
6112         * gnus-sync.el (gnus-sync): Fix defgroup version.
6113
6114 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
6115
6116         Doc fixes and keep unknown groups (ammended for nunion bug fix).
6117
6118         * gnus-sync.el: Fix docs.
6119         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6120         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6121
6122 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6123
6124         Optimizations for gnus-sync.el.
6125
6126         * gnus-sync.el: Add docs about gnus-sync-backend
6127         possibilities.
6128         (gnus-sync-save): Remove unnecessary message.
6129         (gnus-sync-read): Optimize and show what groups were skipped.
6130
6131 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6132
6133         Minor bug fixes for gnus-sync.el.
6134
6135         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6136         Don't read the sync on get-new-news.
6137
6138         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6139         quiet.
6140
6141         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6142         (fix typo).
6143
6144 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
6145
6146         Make saving and restoring of hidden threads work with overlays.
6147         Patch applied by Ted Zlatanov.
6148
6149         * gnus-sum.el (gnus-hidden-threads-configuration)
6150         (gnus-restore-hidden-threads-configuration): Update to deal with text
6151         properties, rather than searching for a magic character.
6152
6153 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6154
6155         New gnus-sync.el library for synchronization of marks.
6156
6157         * gnus-sync.el: New library for synchronization of marks.
6158
6159         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6160         renamed from `gnus-registry-grep-in-list'.
6161
6162         * gnus-registry.el (gnus-registry-follow-group-p):
6163         Use `gnus-grep-in-list'.
6164
6165         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6166
6167 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6168
6169         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6170         determining charset of text fails.
6171
6172 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6173
6174         * nnmail.el (nnmail-get-new-mail-1): Revert.
6175
6176         * nnml.el (nnml-active-number): Make sure names of newly created groups
6177         in nnml-group-alist are encoded.
6178
6179 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6180
6181         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6182         containing non-ASCII characters in active file for nnml back end.
6183
6184 2010-07-24  David Engster  <dengste@eml.cc>
6185
6186         * mml-smime.el (mml-smime-epg-verify): Also accept the older
6187         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6188
6189 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
6190
6191         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6192         tag (Bug#6654).
6193
6194 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6195
6196         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6197         the article buffer, not the summary buffer.
6198
6199 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6200
6201         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6202         Emacs 23 as well.
6203
6204 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6205
6206         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
6207         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
6208
6209 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6210
6211         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6212         Patch applied by Karl Fogel.
6213
6214         * gnus-sum.el (gnus-summary-bookmark-make-record):
6215         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6216
6217 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6218
6219         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6220         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
6221         C-w still not working correctly from Article buffers; Thierry's
6222         patch to fix that will be applied after this.
6223
6224         * gnus-art.el (bookmark-make-record-function): New local variable.
6225
6226         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6227         article buffer.
6228         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6229
6230 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6231
6232         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6233         on changes in bookmark.el.
6234
6235 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6236
6237         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
6238         `no-log' instead of message not to log prompt string.
6239
6240 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
6241
6242         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6243         the *other* type of HTML form submission.
6244
6245 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6246
6247         * auth-source.el (auth-source-pick): If choice does not contain a
6248         questioned keyword, set the check to t.
6249
6250 2010-06-12  Romain Francoise  <romain@orebokech.com>
6251
6252         * gnus-util.el (gnus-date-get-time): Move up before first use.
6253
6254 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6255
6256         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6257         (gnus-article-edit-part): Bind it to make last part that is substituted
6258         or deleted visible.
6259         (gnus-mime-display-single): Buttonize part of which id equals to
6260         gnus-mime-buttonized-part-id.
6261
6262 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6263
6264         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6265         (gnus-dd-mmm): Use gnus-date-get-time.
6266         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6267         simplify logic.
6268         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6269         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6270
6271 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6272
6273         * auth-source.el (top): Autoload `secrets-list-collections',
6274         `secrets-create-item', `secrets-delete-item'.
6275         (auth-sources): Fix tag string.
6276         (auth-get-source, auth-source-retrieve, auth-source-create)
6277         (auth-source-delete): New defuns.
6278         (auth-source-pick): Rewrite in order to avoid 2 passes.
6279         (auth-source-forget-user-or-password): New parameter USERNAME.
6280         (auth-source-user-or-password): New parameters CREATE-MISSING and
6281         DELETE-EXISTING.  Retrieve password interactively, if needed.
6282
6283 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6284
6285         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6286         deleting unused directories when gnus-expert-user is t.
6287
6288 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6289
6290         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6291         for each temp file when gnus-article-browse-delete-temp is ask.
6292
6293 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6294
6295         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
6296         Lisp calls to delete-backward-char by calls to delete-char.
6297
6298 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6299
6300         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6301
6302 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6303
6304         * password-cache.el (password-cache-remove): Fix docstring.
6305
6306 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6307
6308         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6309         article unless decoding article to be saved.
6310
6311 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6312
6313         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6314         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6315         generated within the mm-with-unibyte-current-buffer macro.
6316
6317 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6318
6319         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6320         to nil when we're in a mml-preview buffer and no group is selected.
6321
6322 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6323
6324         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6325         when catching the `C-g'.  Reported by "Leo".
6326
6327 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6328
6329         * message.el (message-forward-make-body-plain)
6330         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6331         multibyte-string-p.
6332
6333         * lpath.el: Revert.
6334
6335 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6336
6337         * message.el (message-forward-make-body-mml): Assume original message
6338         is multibyte string; error on unibyte.
6339         (message-forward-make-body-plain): Ditto; don't add excessive newline
6340         in body end.
6341
6342         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6343
6344 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6345
6346         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6347         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6348
6349 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6350
6351         * mm-extern.el (mm-extern-url): Don't use
6352         mm-with-unibyte-current-buffer.
6353         (mm-extern-cache-contents): Use with-current-buffer instead of
6354         save-excursion + set-buffer.
6355
6356 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6357
6358         * mm-util.el (mm-emacs-mule): Remove.
6359
6360 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6361
6362         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6363         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6364         change.
6365
6366 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6367
6368         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6369         bind the default value of enable-multibyte-characters to nil.
6370
6371 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6372
6373         * message.el (message-forward-make-body-plain)
6374         (message-forward-make-body-mml):
6375         Don't use mm-with-unibyte-current-buffer.
6376
6377 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6378
6379         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6380
6381 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6382
6383         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6384         (Bug#5592).
6385
6386 2010-05-07  Julien Danjou  <julien@danjou.info>
6387
6388         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6389         it to mm-pipe-part.
6390
6391         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6392         it is given.
6393
6394 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6395
6396         * binhex.el (binhex-decode-region-internal)
6397         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6398         (dns-query)
6399         * nnweb.el (nnweb-gmane-search)
6400         * pgg-parse.el (pgg-parse-armor)
6401         * pgg.el (pgg-verify-region)
6402         * sha1.el (sha1-string-external)
6403         * uudecode.el (uudecode-decode-region-internal)
6404         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6405         XEmacs.
6406
6407         * gnus-art.el (gnus-article-browse-html-parts)
6408         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6409         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6410         make-temp-file.
6411
6412         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6413         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6414         compiling.
6415
6416         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6417         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6418         XEmacs when compiling.
6419
6420         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6421         gnus-pick-mode-off-hook for XEmacs when compiling.
6422         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6423         gnus-binary-mode-off-hook for XEmacs when compiling.
6424
6425         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6426         Return nil if char-charset is not available.
6427
6428         * imap.el (imap-disable-multibyte)
6429         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6430         macros.
6431
6432         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6433         instead of encode-coding-string.
6434
6435         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6436         'xemacs) instead of mm-emacs-mule to switch function definitions.
6437         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6438
6439         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6440         bind temporary-file-directory for XEmacs;
6441         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6442         timer-set-function for XEmacs 21.4 and SXEmacs;
6443         bind timer-list for XEmacs 21.4 and SXEmacs;
6444         fbind char-charset and find-charset-region for non-Mule XEmacs;
6445         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6446         encode-coding-region and encode-coding-string for XEmacs having no
6447         file-coding feature.
6448
6449 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6450
6451         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6452
6453 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6454
6455         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6456         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6457
6458 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6459
6460         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6461         alias `jka-compr-delete-temp-file' no longer exists.
6462
6463 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6464
6465         Use define-minor-mode in Gnus where applicable.
6466         * mml.el (mml-mode): Use define-minor-mode.
6467         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6468         (gnus-undo-mode): Use define-minor-mode.
6469         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6470         (gnus-dead-summary-mode): Use define-minor-mode.
6471         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6472         Initialize in declaration.
6473         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6474         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6475         (gnus-mailing-list-mode): Use define-minor-mode.
6476         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6477         (gnus-draft-mode): Use define-minor-mode.
6478         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6479         (gnus-dired-mode): Use define-minor-mode.
6480
6481 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6482
6483         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6484         handles on recursive mml-to-mime translation and check them for
6485         boundary delimiter collisions.  Reported by Greg Troxel.
6486
6487 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6488
6489         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6490
6491 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6492
6493         * mm-util.el (mm-find-buffer-file-coding-system):
6494         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6495
6496 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6497
6498         * message.el (message-generate-headers): Record insertion of optional
6499         headers as well.  Otherwise the check to prevent repeated insertion of
6500         optional headers is a no-op.
6501
6502 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6503
6504         * smime.el: Don't mention CVS.
6505
6506         * nnrss.el (nnrss-fetch): Don't mention CVS.
6507
6508         * nnir.el: Don't mention CVS.
6509
6510 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6511
6512         * gnus-sum.el (gnus-summary-bookmark-make-record):
6513         Add `location' field.
6514
6515 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6516
6517         * lpath.el: Fbind bookmark-default-handler,
6518         bookmark-get-bookmark-record, bookmark-make-record-default,
6519         bookmark-prop-get for Emacs <23 and XEmacs.
6520
6521 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6522
6523         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6524         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6525         Use with-current-buffer to silence the byte-compiler.
6526         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6527         bother to require `gnus'.
6528         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6529
6530 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6531
6532         * gnus-sum.el (gnus-summary-bookmark-make-record)
6533         (gnus-summary-bookmark-jump): New functions.
6534         (gnus-summary-mode): Setup bookmark support.
6535
6536 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6537
6538         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6539         if set.
6540
6541 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6542
6543         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6544         gnus-article-browse-html-save-cid-image; make it work recursively for
6545         forwarded messages as well.
6546         (gnus-article-browse-html-parts): Work when prefix arg is given.
6547         (gnus-article-browse-html-article): Doc fix.
6548
6549 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6550
6551         * message.el (message-default-mail-headers):
6552         (message-default-headers): Carry the value mail-default-headers over
6553         into message-default-mail-headers, rather than message-default-headers.
6554
6555 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6556
6557         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6558         charset.
6559
6560         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6561         charset into the <meta> tag when the article is encoded to utf-8.
6562
6563 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6564
6565         * gnus-art.el (gnus-article-browse-delete-temp-files):
6566         Delete directories as well.
6567         (gnus-article-browse-html-parts): Work for images that do not specify
6568         file names; delete temp directory when quitting; insert header at the
6569         right place; use file: scheme for image files.
6570
6571 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6572
6573         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6574         (gnus-article-browse-html-parts): Use it to make temporary cid image
6575         files in addition to html file so that browser may display them.
6576
6577 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6578
6579         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6580
6581 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6582
6583         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6584
6585 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6586
6587         * auth-source.el (auth-sources): Change default to be simpler.
6588         Explain about Secret Service API sources.  Improve Customize options.
6589         (auth-source-pick): Change to accept any number of search parameters.
6590         Implement fallbacks iteratively, not recursively.  Add scoring on the
6591         second pass and sort by score.  Call Secret Service API when needed.
6592         (auth-source-user-or-password): Use it.  Call Secret Service API
6593         directly when needed to get the user name and the password.
6594
6595 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6596
6597         * message.el (message-interactive): Doc fix.
6598         (message-qmail-inject-args): Reflow.
6599         (message-kill-to-signature): Fix typo in docstring.
6600
6601         * smiley.el (smiley-buffer): Fix typo in docstring.
6602
6603 2010-03-24  Glenn Morris  <rgm@gnu.org>
6604
6605         * mail-source.el (gnus-message): Declare.
6606         (mail-source-delete-old-incoming): Require gnus-util.
6607
6608 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6609
6610         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6611
6612         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6613
6614         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6615         password-cache's default if it is not bound.
6616         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6617         password-cache-expiry's default if it is not bound.
6618
6619         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6620         available in Emacs 21.
6621
6622         * lpath.el: Suppress compiler warnings for:
6623         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6624         XEmacs;
6625         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6626         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6627         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6628
6629 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6630
6631         * auth-source.el (auth-sources): Fix up definition so extra parameters
6632         are always inline.
6633
6634 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6635
6636         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6637         wasn't updated after mismatch.  Clear cached mailbox info correctly
6638         when uidvalidity changes.
6639         (nnimap-group-prefixed-name): New function to avoid some code
6640         duplication.
6641         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6642         (nnimap-request-group): Use it.
6643         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6644         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6645         with many imap folders.  This is done by caching the group status from
6646         the imap server persistently in a group parameter `imap-status'.  (This
6647         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6648         but not persistently, so every Gnus startup was still very slow.)
6649
6650 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6651
6652         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6653         delete the extra newline.  Otherwise editing of :string and :number
6654         types don't work.
6655
6656 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6657
6658         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6659         secrets.el dependency.
6660         (auth-sources): Add optional user name.  Add secrets.el configuration
6661         choice (unused right now).
6662
6663 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6664
6665         * gnus-sum.el (gnus-summary-make-menu-bar):
6666         Let `gnus-registry-install-shortcuts' fill in the functions.
6667
6668         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6669         warnings.
6670         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6671         (gnus-registry-install-shortcuts): Populate and use it in a
6672         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6673
6674 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6675
6676         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6677         In-place substitutions for the group name encoding/decoding.
6678         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6679         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6680         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6681         (nnimap-update-unseen, nnimap-request-list)
6682         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6683         (nnimap-request-set-mark, nnimap-split-to-groups)
6684         (nnimap-split-articles, nnimap-request-newgroups)
6685         (nnimap-request-create-group, nnimap-request-accept-article)
6686         (nnimap-request-delete-group, nnimap-request-rename-group)
6687         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6688         `encoded-mbx' for consistency.
6689         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6690         variable `imap-current-mailbox'.
6691
6692         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6693         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6694
6695 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6696
6697         * pop3.el (pop3-display-message-size-flag): Display message size byte
6698         counts during POP3 download.
6699         (pop3-movemail): Use it.
6700         (pop3-list): Implement listing of available messages.
6701
6702 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6703
6704         * nnir.el (nnir-get-article-nov-override-function): New function to
6705         override the normal NOV retrieval.
6706         (nnir-retrieve-headers): Use it.
6707
6708 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6709
6710         * auth-source.el (netrc-machine-user-or-password): Autoload.
6711
6712 2010-03-19  Glenn Morris  <rgm@gnu.org>
6713
6714         Stop message.el from loading about 40 libraries it doesn't always need.
6715         The general approach is to autoload rather than require, and to
6716         require in the specific functions rather than the file.  (Bug#5642)
6717
6718         * gmm-utils.el: Don't require wid-edit.
6719         (widget-create-child-value, widget-convert, widget-default-get):
6720         Autoload.
6721
6722         * gnus-util.el: Don't require time-date, netrc.
6723         (message-fetch-field, gnus-group-name-decode): Declare rather than
6724         autoloading.
6725         (gnus-fetch-field): Require message.
6726         (gnus-decode-newsgroups): Require gnus-group.
6727
6728         * ietf-drums.el: Don't require time-date.
6729
6730         * message.el: Don't require hashcash, canlock, ecomplete.
6731         Do require mail-utils.  Require nnheader only when compiling.
6732         (smtpmail-default-smtp-server): Remove declaration.
6733         (message-send-mail-function): Check smtpmail-default-smtp-server
6734         is bound rather than requiring smtpmail.
6735         (message-auto-save-directory, message-insert-signature):
6736         Use expand-file-name rather than nnheader-concat.
6737         (nnheader-insert-file-contents): Autoload.
6738         (hashcash-wait-async): Declare.
6739         (message-send-mail): Only call gnus-setup-posting-charset if
6740         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6741         (message-send-mail-with-sendmail): Require sendmail.
6742         (canlock-password, canlock-password-for-verify): Declare.
6743         (message-canlock-password): Require canlock.
6744         (nnheader-get-report): Autoload.
6745         (gnus-setup-posting-charset): Declare.
6746         (message-send-news): Require gnus-msg.
6747         (message-make-references, message-make-in-reply-to): Use mail-header-id
6748         rather than the alias mail-header-message-id.
6749         (ecomplete-add-item, ecomplete-save): Declare.
6750         (message-put-addresses-in-ecomplete): Require ecomplete.
6751         (ecomplete-display-matches): Autoload.
6752
6753         * mm-decode.el: Don't require mailcap, gnus-util.
6754         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6755         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6756         Autoload.
6757         (mailcap-mime-extensions): Declare.
6758
6759         * mm-encode.el: Don't require mailcap.
6760         (mailcap-extension-to-mime): Autoload.
6761
6762         * mml-sec.el: Don't require password-cache.
6763
6764         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6765         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6766         (mml-minibuffer-read-type): Require mailcap.
6767         (mml-preview): Require gnus-msg.
6768
6769         * mml1991.el: Require password-cache.
6770         (password-cache-expiry): Remove declaration.
6771
6772         * mml2015.el: Require password-cache.
6773         (password-cache-expiry): Remove declaration.
6774
6775         * nneething.el (mailcap): Require mailcap.
6776
6777         * nnheader.el (declare-function): Add compatibility stub.
6778         (message-remove-header): Declare rather than autoload.
6779         (nnheader-replace-header): Require message.
6780
6781         * nnimap.el (declare-function): Add compatibility stub.
6782         (netrc-parse, netrc-machine-user-or-password): Declare.
6783         (nnimap-open-connection): Require netrc.
6784
6785         * nntp.el (declare-function): Add compatibility stub.
6786         (netrc-parse, netrc-machine, netrc-get): Declare.
6787         (nntp-send-authinfo): Require netrc.
6788
6789         * rfc2047.el: Don't require qp.
6790         (quoted-printable-encode-region, quoted-printable-decode-string):
6791         Autoload.
6792
6793         * sieve-mode.el: Don't require easymenu.
6794         (easy-menu-add-item): Autoload it.
6795
6796         * spam-stat.el (time-to-number-of-days): Autoload it.
6797
6798 2010-03-19  Glenn Morris  <rgm@gnu.org>
6799
6800         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6801
6802 2010-03-18  Glenn Morris  <rgm@gnu.org>
6803
6804         * hashcash.el (declare-function): Remove duplicate definition.
6805
6806 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6807
6808         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6809         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6810         value if any backslash escapes).
6811
6812 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6813
6814         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6815         if it is available.  (bug#5647)
6816
6817         * lpath.el: Suppress compiler warning for coding-system-from-name for
6818         Emacs 21 and XEmacs.
6819
6820 2010-03-14  Juri Linkov  <juri@jurta.org>
6821
6822         * hmac-def.el:
6823         * hmac-md5.el:
6824         * netrc.el: Fix keywords.
6825
6826 2010-02-26  Glenn Morris  <rgm@gnu.org>
6827
6828         * message.el (message-send-mail-function): Change the default, so that
6829         it inherits from a customized send-mail-function.  (Bug#5643)
6830
6831 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6832
6833         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6834         shell-command-to-string signals an error (bug#5299).
6835
6836 2010-02-24  Glenn Morris  <rgm@gnu.org>
6837
6838         * message.el (message-smtpmail-send-it)
6839         (message-send-mail-with-mailclient): Doc fixes.
6840
6841 2010-02-16  Glenn Morris  <rgm@gnu.org>
6842
6843         * message.el (message-default-mail-headers): Change the default value
6844         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6845
6846 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6847
6848         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6849         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6850
6851 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6852
6853         * time-date.el (date-to-time): Doc fix (Bug#5408).
6854
6855 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6856
6857         * message.el (message-mail): Just pass yank-action on to message-setup.
6858         (message-setup): Handle (FUN . ARGS) form of yank-action.
6859         (message-with-reply-buffer, message-widen-reply)
6860         (message-yank-original): Handle non-buffer values of
6861         message-reply-buffer (Bug#4080).
6862         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6863
6864 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6865
6866         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6867         Fix typo in docstring.
6868
6869 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6870
6871         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6872         response.
6873
6874 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6875
6876         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6877
6878         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6879
6880         * message.el (message-check-news-header-syntax): Protect against a
6881         string that `rfc822-addresses' returns when parsing fails.
6882
6883 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6884
6885         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6886         (gnus-previous-char-property-change): New functions.
6887
6888         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6889
6890 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6891
6892         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6893         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6894
6895 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6896
6897         * message.el (message-exchange-point-and-mark): Rework last change to
6898         avoid using optional arg of exchange-point-and-mark, for backward
6899         compatibility.
6900
6901 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6902
6903         * message.el (message-exchange-point-and-mark):
6904         Call exchange-point-and-mark with an argument rather than setting
6905         mark-active by hand (Bug#5175).
6906
6907 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6908
6909         * nntp.el (nntp-service-to-port): Work for service expressed with
6910         numeric string; replace [:digit:] with [0-9] for XEmacs.
6911
6912 2009-12-17  Glenn Morris  <rgm@gnu.org>
6913
6914         * gnus-group.el (gnus-bug-group-download-format-alist):
6915         Change emacs entry to debbugs.gnu.org.  Bump :version.
6916
6917 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6918
6919         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6920
6921 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6922
6923         * message.el (message-info): Explain why we use `Info-goto-node'.
6924
6925 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6926
6927         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6928
6929 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6930
6931         * message.el (message-completion-in-region): New compatibility function.
6932         (message-expand-group): Use it.
6933
6934 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6935
6936         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6937         with no unread article should be listed if the 2nd arg `predicate' is
6938         given.
6939
6940 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6941
6942         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6943
6944 2009-11-29  Juri Linkov  <juri@jurta.org>
6945
6946         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6947         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6948         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6949
6950 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6951
6952         * sha1.el (sha1-string-external): default-directory "/" in case
6953         otherwise non-existent.  process-connection-type pipe for touch of
6954         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6955
6956 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6957
6958         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6959         it's comms related and sgml-mode.el has "comm" on that basis too.
6960
6961 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6962
6963         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6964         containing tspecial characters if they have been already quoted.
6965
6966 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6967
6968         * dns-mode.el (auto-mode-alist): Purecopy string.
6969
6970 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6971
6972         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6973
6974 2009-10-24  Glenn Morris  <rgm@gnu.org>
6975
6976         * gnus-art.el (help-xref-stack-item): Define for compiler.
6977
6978 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6979
6980         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6981
6982 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6983
6984         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6985
6986 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6987
6988         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6989         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6990
6991 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6992
6993         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6994         (gnus-overlays-in): New alias to overlays-in.
6995
6996         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6997         gnus-overlay-get, and gnus-delete-overlay.
6998         (gnus-summary-show-thread): Make it work as well for systems in which
6999         next-single-char-property-change is not available.
7000         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7001
7002         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
7003         (gnus-overlay-get): New alias to extent-property.
7004         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
7005
7006         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
7007         SXEmacs.
7008
7009         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
7010         SXEmacs.
7011
7012 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
7013
7014         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7015
7016 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7017
7018         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7019         and XEmacs that don't have `remove-overlays'.
7020
7021 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7022
7023         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7024         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7025         selective display.  Use overlays instead.
7026
7027 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7028
7029         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7030
7031 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7032
7033         * spam-stat.el (spam-stat-load): Fix typo in message.
7034
7035 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7036
7037         * dig.el (dig-invoke): Fix typo in docstring.
7038         (query-dig): Reflow docstring.
7039
7040 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
7041
7042         * gnus-art.el (gnus-article-encrypt-body):
7043         * message.el (message-check-recipients):
7044         * mm-util.el (mm-codepage-setup):
7045         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7046         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7047
7048 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
7049
7050         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7051         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7052         keys from the menu if mm-{sign,encrypt}-option is 'guided.
7053         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7054         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7055
7056 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7057
7058         * dig.el: Add "Keywords: comm", as per net-utils.el.
7059
7060 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7061
7062         * dig.el (dig-mode): Use define-derived-mode.
7063
7064 2009-09-19  Glenn Morris  <rgm@gnu.org>
7065
7066         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7067
7068 2009-09-18  Glenn Morris  <rgm@gnu.org>
7069
7070         * gnus-diary.el (gnus-diary-check-message):
7071         * message.el (message-insert-formatted-citation-line):
7072         * nnbabyl.el (top-level):
7073         * nndiary.el (nndiary-schedule):
7074         Fix typos in condition-case handlers.
7075
7076 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7077
7078         * gnus-art.el (gnus-article-edit-part): Work for the buffer
7079         configuration that provides the sole article window in a frame;
7080         position point correctly after deleting a part.
7081
7082 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
7083
7084         * spam.el (spam-unregister-on-reregister): Add boolean variable.
7085         (spam-resolve-registrations-routine): Use it to unregister articles
7086         that change status.
7087
7088 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7089
7090         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
7091         with XEmacs.
7092         (parse-time-string-chars): Use it.
7093
7094 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7095
7096         * imap.el (imap-interactive-login): Better messages.
7097         (imap-open): Fix bug with renamed buffer on reconnect.
7098         (imap-authenticate): Add buffer-local imap-last-authenticator variable
7099         for easier debugging and cleaner code.  On successful (guessed based on
7100         server capabilities) secondary authentication, set imap-state
7101         correctly.
7102         (imap-last-authenticator): Define imap-last-authenticator as a variable
7103         to avoid warnings.
7104
7105 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7106
7107         * nnrss.el (nnrss-request-article): Remove binding of
7108         default-enable-multibyte-characters that has gotten needless by
7109         the 2007-07-13 change in rfc2047-encode-message-header.
7110
7111         * mml.el (mml-insert-multipart): Error on the message header.
7112         (mml-insert-part): Error on the message header; position point at
7113         the end of a MIME tag.
7114
7115 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7116
7117         * time-date.el (autoload): Expand define-obsolete-function-alias into
7118         defalias and make-obsolete for old Emacsen that Gnus supports.
7119         (with-no-warnings): Define it for old Emacsen.
7120         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7121         is available.
7122         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7123         float-time is available; suppress compile warning for time-to-seconds.
7124
7125         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7126         (gnus-float-time): Alias to float-time if it exists.
7127
7128         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7129         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7130         float-time is available; suppress compile warning for time-to-seconds.
7131
7132         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
7133         XEmacs.
7134
7135 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
7136
7137         * imap.el (imap-message-map): Docstring fix.
7138
7139 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7140
7141         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7142         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7143         Add the optional argument `encoding' that overrides the default.
7144
7145         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7146         mm-encode-buffer.
7147
7148 2009-09-04  Glenn Morris  <rgm@gnu.org>
7149
7150         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7151         mm-disable-multibyte, rather than default-enable-multibyte-characters.
7152         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7153         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7154         * mm-util.el (mm-with-unibyte-current-buffer)
7155         (mm-find-buffer-file-coding-system):
7156         * yenc.el (yenc-decode-region): Use default-value rather than
7157         default-enable-multibyte-characters.
7158
7159 2009-09-03  Glenn Morris  <rgm@gnu.org>
7160
7161         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7162         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7163         than default-enable-multibyte-characters.
7164
7165 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
7166
7167         * gnus-art.el (gnus-article-read-summary-keys):
7168         Fix gnus-buffer-configuration's value temporarily used.
7169
7170 2009-09-02  Glenn Morris  <rgm@gnu.org>
7171
7172         * gnus-util.el (gnus-float-time): New function.
7173         * gnus-delay.el (gnus-delay-article):
7174         * gnus-sum.el (gnus-thread-latest-date):
7175         * gnus-util.el (gnus-user-date): Use gnus-float-time.
7176         * nnspool.el (nnspool-request-newgroups):
7177         Use gnus-float-time rather than time-to-seconds.
7178         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7179
7180         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7181         (gnus-header-subject-face, gnus-header-newsgroups-face)
7182         (gnus-header-name-face, gnus-header-content-face):
7183         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7184         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7185         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7186         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7187         (gnus-cite-face-11):
7188         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7189         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7190         (gnus-server-closed-face, gnus-server-denied-face)
7191         (gnus-server-offline-face):
7192         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7193         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7194         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7195         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7196         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7197         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7198         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7199         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7200         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7201         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7202         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7203         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7204         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7205         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7206         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7207         (gnus-summary-high-undownloaded-face)
7208         (gnus-summary-low-undownloaded-face)
7209         (gnus-summary-normal-undownloaded-face)
7210         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7211         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7212         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7213         (gnus-splash-face):
7214         * message.el (message-header-to-face, message-header-cc-face)
7215         (message-header-subject-face, message-header-newsgroups-face)
7216         (message-header-other-face, message-header-name-face)
7217         (message-header-xheader-face, message-separator-face)
7218         (message-cited-text-face, message-mml-face):
7219         * sieve-mode.el (sieve-control-commands-face)
7220         (sieve-action-commands-face, sieve-test-commands-face)
7221         (sieve-tagged-arguments-face):
7222         * spam.el (spam-face):
7223         Mark face aliases with "-face" in the name as obsolete.
7224
7225 2009-09-01  Glenn Morris  <rgm@gnu.org>
7226
7227         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7228         than goto-line.
7229
7230 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7231
7232         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7233         Don't move point if the command is invoked inside the message header.
7234
7235 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7236
7237         * imap.el (imap-send-command): Simplify.
7238         (imap-wait-for-tag): point-max -> buffer-size.
7239
7240 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7241
7242         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7243         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7244         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7245         * nnir.el (nnir-swish-e-index-file):
7246         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7247         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7248         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7249         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7250         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7251         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7252
7253 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7254
7255         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7256         Don't save excursion.
7257
7258 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7259
7260         * nnheader.el (nnheader-find-file-noselect):
7261         * mm-util.el (mm-insert-file-contents):
7262         Use (default-value 'major-mode) instead of default-major-mode.
7263
7264 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7265
7266         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7267
7268 2009-08-26  Glenn Morris  <rgm@gnu.org>
7269
7270         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
7271         than placing in files.el.
7272
7273 2009-08-25  Glenn Morris  <rgm@gnu.org>
7274
7275         * nnir.el (top-level): Don't require cl at run-time.
7276         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7277         Replace cl-function substitute with gnus-replace-in-string.
7278         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7279         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7280         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7281         simplified expansions.
7282
7283 2009-08-25  Kevin Ryde  <user42@zip.com.au>
7284
7285         * dig.el (dig): Add autoload cookie.
7286
7287 2009-08-22  Glenn Morris  <rgm@gnu.org>
7288
7289         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7290         goto-line.
7291
7292 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7293
7294         * parse-time.el (parse-time-string-chars): Save match data.
7295
7296 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7297
7298         * parse-time.el (parse-time-string-chars): Compute using character
7299         classes, to handle non-ascii characters (Bug#3190).
7300
7301 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7302
7303         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7304
7305         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7306         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7307         (gnus-mm-display-part, gnus-mime-display-single)
7308         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7309         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7310
7311         * gnus-sum.el
7312         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7313         (gnus-summary-move-article): Add expirable mark to articles copied or
7314         moved to group that has auto-expire turned on if the option is non-nil.
7315
7316 2009-07-24  Glenn Morris  <rgm@gnu.org>
7317
7318         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7319         Fix typo.  (Bug#3903)
7320
7321 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7322
7323         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7324         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7325         that should not be used for draft articles.
7326         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7327         that has no concern in minor mode keys.
7328         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7329         Abolish.
7330
7331 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7332
7333         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7334         article without making inquiry to a user for unknown encoding.
7335
7336         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7337         (nnmaildir--scan): Assume i-node and device number that file-attributes
7338         returns might be cons-cell.
7339
7340         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7341
7342         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7343
7344 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7345
7346         * auth-source.el: Remove docs now in auth.texi.  Don't use
7347         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7348         `auth-source-hide-passwords' and use them.
7349
7350 2009-07-15  Glenn Morris  <rgm@gnu.org>
7351
7352         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7353
7354 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7355
7356         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7357         excessive whitespace from the default values of title and description.
7358
7359 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7360
7361         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7362         mail-fetch-field to fetch Content-Description header in order to
7363         exclude newlines.
7364
7365 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7366
7367         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7368         format used by GnuPG 2.0.11.
7369
7370 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7371
7372         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7373         to deleted part.
7374
7375 2009-05-30  David Engster  <dengste@eml.cc>
7376
7377         * nnmairix.el: Remove old documentation in the commentary block.
7378         (nnmairix-request-group): Do not update active file for nnml back ends.
7379         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7380         end so that overview files are ignored.
7381         (nnmairix-update-groups): Make updating the groups more robust by using
7382         marks.
7383         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7384         with dollar characters in message-id.
7385
7386 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7387
7388         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7389         2008-12-25 in dns.el.
7390
7391 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7392
7393         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7394         could happen if the text is only composed of spaces and/or tabs.
7395
7396 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7397
7398         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7399         when sending a queued message to avoid extra mml tags.
7400
7401 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7402
7403         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7404
7405 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7406
7407         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7408         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7409         rmail-toggle-header for XEmacs;
7410         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7411
7412 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7413
7414         * gnus-dired.el: Remove autoload for gnus-setup-message.
7415         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7416         displaying Gnus logo; always use compose-mail.
7417
7418 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7419
7420         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7421
7422 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7423
7424         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7425         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7426         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7427         available.
7428         (gnus-nocem-epg-verify): New function.
7429
7430 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7431
7432         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7433
7434 2009-02-15  Glenn Morris  <rgm@gnu.org>
7435
7436         * gnus-util.el (rmail-insert-rmail-file-header)
7437         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7438         autoloads.
7439         (rmail-default-rmail-file): Remove unnecessary declaration.
7440         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7441
7442 2009-02-14  Glenn Morris  <rgm@gnu.org>
7443
7444         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7445         variable (only used in gnus-util, which declares it anyway).
7446         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7447         which was only needed by gnus-art (changed to not use it any more).
7448         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7449         only used in gnus-util, which autoloads it itself.
7450         (rmail-update-summary): Fix autoload.
7451
7452         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7453         rather than rmail-output-to-rmail-file.
7454
7455 2009-02-07  Glenn Morris  <rgm@gnu.org>
7456
7457         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7458         autoload of function that no longer exists.
7459         (rmail-toggle-header): Declare.
7460         (message-forward-rmail-make-body): Handle mbox Rmail.
7461
7462 2009-01-31  Glenn Morris  <rgm@gnu.org>
7463
7464         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7465         2009-01-09 change.
7466
7467 2009-01-31  Dave Love  <fx@gnu.org>
7468
7469         * imap.el (imap-fetch-safe): Bind debug-on-error.
7470         (imap-debug): Add imap-fetch-safe.
7471
7472 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7473
7474         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7475         (auth-source-forget-all-cached): New convenience function.
7476         (auth-source-user-or-password): Accept list of modes or a single mode.
7477
7478         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7479         auth-source modes.
7480
7481         * netrc.el (netrc-machine-user-or-password): Use list of
7482         auth-source modes.
7483
7484         * nnimap.el (nnimap-open-connection): Use list of
7485         auth-source modes.
7486
7487         * nntp.el (nntp-send-authinfo): Use list of
7488         auth-source modes.
7489
7490 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7491
7492         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7493         now.
7494
7495 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7496
7497         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7498         coding system in XEmacs; add a workaround for XEmacs.
7499
7500         * lpath.el: Fbind coding-system-aliasee.
7501
7502 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7503
7504         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7505         of current-language-environment.
7506
7507 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7508
7509         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7510         available at runtime.
7511
7512 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7513
7514         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7515
7516 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7517
7518         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7519         the greatest positive fixnum value doesn't work under an XEmacs with
7520         bignum support; use the most-positive-fixnum constant instead,
7521         available since Emacs 21.1 with cl and XEmacs 21.1.
7522
7523 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7524
7525         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7526         XEmacs gets not to work.
7527
7528 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7529
7530         * mm-util.el (mm-coding-system-priorities): Allow the value like
7531         "Japanese (UTF-8)" of current-language-environment.
7532
7533 2009-01-09  Glenn Morris  <rgm@gnu.org>
7534
7535         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7536         with last-command-event.
7537
7538 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7539
7540         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7541         in the doc string.
7542
7543         * message.el (message-fix-before-sending): Amend comment.
7544
7545 2009-01-08  Dave Love  <fx@gnu.org>
7546
7547         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7548
7549 2009-01-07  David Engster  <dengste@eml.cc>
7550
7551         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7552         simplified server definitions by converting it via
7553         gnus-server-to-method.
7554
7555 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7556
7557         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7558         parameter's operands.
7559
7560 2009-01-06  David Engster  <dengste@eml.cc>
7561
7562         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7563         primary select method (for gnus-group-mark-article-as-read).
7564
7565 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7566
7567         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7568         `(gnus)Face', not `(gnus)X-Face'.
7569
7570 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7571
7572         * mm-util.el (mm-ucs-to-char): New function.
7573
7574         * mm-url.el (mm-url-decode-entities): Use it.
7575
7576         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7577         unicode-to-char.
7578
7579 2009-01-05  Dave Love  <fx@gnu.org>
7580
7581         * time-date.el: Require cl for `declare'.
7582
7583 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7584
7585         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7586         Dave Love.
7587
7588 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7589
7590         * message.el (message-fix-before-sending): Add `eight-bit' to
7591         illegible-text check.
7592
7593 2009-01-03  Michael Olson  <mwolson@gnu.org>
7594
7595         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7596         `headers' is nil.  This can occur if the IMAP server does not have
7597         permissions to read messages from a folder, but can write new messages
7598         to the folder.
7599         (nnimap-request-article-part): Do not insert `data' if it is nil.
7600
7601         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7602         characters which will confuse `read', so skip past them.
7603
7604 2009-01-01  Dave Love  <fx@gnu.org>
7605
7606         * imap.el (imap-string-to-integer): Fix typo.
7607         (imap-fetch-safe): New function.
7608         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7609
7610         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7611
7612         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7613         (imap-parse-greeting): Fix doc strings.
7614         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7615         (imap-parse-flag-list): Make messages unique.
7616         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7617
7618         * nnimap.el: Fix author email.
7619         (nnimap-split-rule): Add FIXME comment.
7620         (nnimap-debug): Fix doc string.
7621
7622 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7623
7624         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7625
7626 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7627
7628         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7629         nslookup if resolv.conf isn't available.
7630         (dns-query): Rename from query-dns.
7631         (dns-query-cached): Rename from query-dns-cached.
7632
7633 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7634
7635         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7636         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7637         to check if those variables exist (first appeared in Emacs 18.50).
7638
7639 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7640
7641         * mm-util.el (mm-line-number-at-pos): New function.
7642
7643         * spam-report.el (spam-report-process-queue): Use it.
7644
7645 2008-12-24  David Engster  <dengste@eml.cc>
7646
7647         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7648         parameters that haven't existed as variables as buffer-local variables.
7649
7650 2008-12-23  Dave Love  <fx@gnu.org>
7651
7652         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7653         cadar.
7654
7655         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7656         imap-starttls-p.
7657         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7658
7659 2008-12-22  Dave Love  <fx@gnu.org>
7660
7661         * imap.el: Fix author email.  Doc fixes.
7662         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7663         reply.
7664
7665 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7666
7667         * spam-report.el (spam-report-gmane-max-requests): New constant.
7668         (spam-report-gmane-wait): New variable.
7669         (spam-report-gmane-ham, spam-report-gmane-spam)
7670         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7671         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7672         the server.
7673
7674         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7675         Add explanations.
7676
7677         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7678         nnheader-accept-process-output and nnheader-read-timeout if available.
7679         (pop3-movemail): Use it.
7680
7681         * message.el (message-check-news-body-syntax): Fix signature check if
7682         there's an attachment.
7683
7684 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7685
7686         * mm-util.el: Add comments to the mm- emulating functions.
7687
7688 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7689
7690         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7691         Reported by Stephen Berman <stephen.berman@gmx.net>.
7692
7693 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7694
7695         * mm-util.el (mm-substring-no-properties): New function.
7696         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7697         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7698         (mm-string-to-multibyte): Doc fix.
7699
7700         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7701
7702 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7703
7704         * mml.el (mml-attach-file): Strip text properties from file name.
7705         (Bug#1574)
7706
7707 2008-12-16  Glenn Morris  <rgm@gnu.org>
7708
7709         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7710
7711 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7712
7713         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7714         knows since the charset specified might be a bogus alias that
7715         mm-charset-synonym-alist provides.
7716
7717 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7718
7719         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7720         "ISO_8859-1".
7721
7722         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7723
7724 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7725
7726         * mm-util.el (mm-charset-eval-alist):
7727         Define it before mm-charset-to-coding-system.
7728         (mm-charset-to-coding-system): Add optional argument `silent';
7729         define it before mm-charset-override-alist.
7730         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7731         default value if it can be used in Emacs currently running;
7732         silence mm-charset-to-coding-system.
7733
7734 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7735
7736         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7737         `allow-override' which says whether to use `mm-charset-override-alist'.
7738         (rfc2047-decode-encoded-words): Use it.
7739
7740         * mm-util.el (mm-charset-override-alist): Fix custom type;
7741         add `(gb2312 . gbk)' to choices.
7742
7743 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7744
7745         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7746         fast.
7747
7748         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7749
7750         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7751
7752 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7753
7754         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7755         on links.
7756
7757         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7758
7759 2008-12-03  Lute Kamstra  <lute@gnu.org>
7760
7761         * sha1.el: Remove leading * from docstrings of defcustoms,
7762         deffaces, defconsts and defuns.
7763
7764 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7765
7766         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7767         users' addresses that don't have domain parts.
7768         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7769         rather than message-narrow-to-head since there will be the message
7770         header separator.
7771
7772 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7773
7774         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7775         since the result is inserted in a unibyte buffer anyway.
7776         (nnimap-demule-use-string-to-multibyte): Remove.
7777         (nnimap-demule): Alias it to mm-string-to-multibyte.
7778
7779 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7780
7781         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7782         variable for debugging bug#464 and bug#1174.
7783         (nnimap-demule): Use it.
7784
7785 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7786
7787         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7788         score calculation correctly.
7789
7790 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7791
7792         * message.el (message-send-mail): Just set the buffer to unibyte
7793         rather than use mm-with-unibyte-current-buffer which does a lot more.
7794         (message-send-mail-partially): Don't bother with
7795         mm-with-unibyte-current-buffer since it's already been made unibyte by
7796         message-send-mail.
7797
7798 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7799
7800         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7801
7802 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7803
7804         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7805
7806 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7807
7808         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7809         require itself and to remove `with-no-warnings'.
7810
7811 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7812
7813         * starttls.el (starttls-any-program-available): Get the name of the
7814         available TLS layer program.
7815         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7816         well as the host name in the "opening" message.
7817
7818         * auth-source.el (auth-source-cache, auth-source-do-cache)
7819         (auth-source-user-or-password): Cache passwords and logins by default,
7820         allow override with `auth-source-do-cache'.
7821         (auth-source-forget-user-or-password): Allow users to remove cache
7822         entries if needed.
7823
7824 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7825
7826         * md4.el (md4-buffer): Fix typo in docstring.
7827         (md4, md4-64): Doc fixes.
7828         (md4-pack-int32): Reflow docstring.
7829
7830 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7831
7832         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7833         condition-case to only the forward-sexp call.
7834
7835 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7836
7837         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7838         quotes contained.  Make it more robust regardless by an extra
7839         condition-case wrapper.
7840
7841 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7842
7843         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7844
7845 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7846
7847         * nnml.el (nnml-request-expire-articles): Check if the function set to
7848         `nnmail-expiry-target' returns the symbol `delete'.
7849
7850         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7851
7852         * nnmail.el (nnmail-expiry-target): Fix custom type.
7853
7854 2008-10-02  Glenn Morris  <rgm@gnu.org>
7855
7856         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7857         Silence compiler warning.
7858
7859 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7860
7861         * tls.el (open-tls-stream): Show the actual command being
7862         executed, instead of the format string.
7863
7864 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7865
7866         * lpath.el: Fbind codepage-setup for Emacs 23.
7867
7868 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7869
7870         * mml.el (mml-menu): Don't assume mml2015 is bound.
7871
7872 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7873
7874         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7875         exists.
7876
7877 2008-09-27  Glenn Morris  <rgm@gnu.org>
7878
7879         * gnus-util.el (mail-header-remove-comments): Autoload it.
7880
7881 2008-09-27  Andreas Schwab  <schwab@suse.de>
7882
7883         * gnus-util.el (gnus-split-references): Strip comments.
7884         (gnus-parent-id): Likewise.
7885
7886 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7887
7888         * message.el (message-confirm-send): Fix version.
7889
7890 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7891
7892         * message.el (message-idna-to-ascii-rhs-1): Use
7893         mail-extract-address-components rather than mail-header-parse-addresses
7894         that is an alias by default to ietf-drums-parse-addresses that does not
7895         support non-ASCII names in headers' contents.
7896
7897 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7898
7899         * message.el (message-confirm-send): Fix variable documentation to
7900         avoid the "y/n" wording.
7901
7902 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7903
7904         * message.el (message-set-auto-save-file-name): Save to a different
7905         filename so multiple messages (especially drafts) can be recovered.
7906
7907 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7908
7909         * message.el (message-confirm-send): Add appropriate version.
7910
7911 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7912
7913         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7914         defvar.
7915
7916 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7917
7918         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7919         (mm-pkcs7-enveloped-magic): Ditto.
7920
7921 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7922
7923         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7924         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7925
7926 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7927
7928         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7929         default, it's better.
7930
7931 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7932
7933         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7934         summary line gnus-number property and ignore them (with a warning
7935         message).
7936
7937 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7938
7939         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7940         macro caddr in the interactive form since it won't be expanded.
7941
7942 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7943
7944         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7945         `charset'; fix name of function called recursively.
7946         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7947
7948 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7949
7950         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7951         (gnus-mime-set-charset-parameters): New function.
7952         (gnus-mime-view-part-as-charset): Use it to correctly display part
7953         specifying wrong charset.
7954
7955 2008-09-08  David Engster  <dengste@eml.cc>
7956
7957         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7958         in completing-read for back end server.
7959
7960 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7961
7962         * message.el (message-confirm-send): New variable to confirm sending a
7963         message.
7964         (message-send): Use it.
7965
7966 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7967
7968         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7969
7970 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7971
7972         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7973
7974 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7975
7976         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7977         prevent tracking too many groups.
7978         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7979         Use it.
7980
7981 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7982
7983         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7984         moving point to the bottom of the window in order to avoid recentering.
7985
7986 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7987
7988         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7989
7990         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7991         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7992         (gnus-article-beginning-of-window): Fix calculation.
7993
7994 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7995
7996         * gnus-msg.el (gnus-summary-supersede-article)
7997         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7998         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7999         message header.
8000
8001 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
8002
8003         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
8004         pending output coming after the status change.
8005
8006 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
8007
8008         * message.el:
8009         * gnus-start.el:
8010         * gnus-registry.el: Remove VMS support.
8011
8012 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8013
8014         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
8015         macro.
8016         (rfc2104-hash): Use it.
8017
8018 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
8019
8020         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
8021         (gnus-summary-sort-by-most-recent-date): New commands.
8022         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
8023         and menu entries.
8024
8025 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8026
8027         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
8028         don't redisplay article for raw contents; remove plural articles stuff.
8029
8030         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
8031         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
8032         on gnus-summary-save-article; display results properly.
8033
8034 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8035
8036         * lpath.el: No need to fbind ns-focus-frame.
8037
8038 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8039
8040         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
8041
8042 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8043
8044         * gnus-art.el (gnus-summary-save-in-pipe):
8045         Consider gnus-save-all-headers.
8046
8047 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8048
8049         * gnus-util.el (ns-focus-frame): Remove declaration.
8050         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
8051         like x.
8052
8053 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8054
8055         * rfc2104.el (rfc2104-zero): Delete defconst.
8056         (rfc2104-hex-alist): Likewise.
8057         (rfc2104-hex-to-int): Delete func.
8058         (rfc2104-hexstring-to-bitstring): Likewise.
8059         (rfc2104-nybbles): New defconst.
8060         (rfc2104-hash): Rewrite for speed.
8061
8062 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8063
8064         * tls.el (open-tls-stream): Make it work with the 2nd argument
8065         BUFFER that is a string but does not exist as a buffer object, as
8066         mentioned in the doc-string.
8067
8068 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8069
8070         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
8071         SXEmacs.
8072
8073 2008-07-16  Glenn Morris  <rgm@gnu.org>
8074
8075         * gnus-util.el (ns-focus-frame): Declare for compiler.
8076
8077 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8078
8079         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
8080         set as a group parameter.
8081         (gnus-summary-save-in-pipe): Work when it is called independently.
8082         (gnus-summary-pipe-to-muttprint): Don't modify
8083         gnus-summary-pipe-output-default-command.
8084
8085 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8086
8087         * message.el (message-send-mail-with-sendmail):
8088         Display the error message.
8089
8090 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8091
8092         * gnus-art.el (gnus-default-article-saver):
8093         Add gnus-summary-save-in-pipe to choices.
8094         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8095         gnus-summary-pipe-output-default-command as the default command.
8096         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8097         instead of gnus-last-shell-command.
8098
8099         * gnus-sum.el (gnus-summary-pipe-output-default-command):
8100         New user option.
8101         (gnus-summary-muttprint-program): Mention the value will be changed.
8102         (gnus-summary-save-article): Force showing of all headers.
8103         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8104
8105 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
8106
8107         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8108
8109 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
8110
8111         * nnimap.el (nnimap-id):
8112         * sieve-manage.el (sieve-manage-open): Doc fixes.
8113
8114 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
8115
8116         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8117         if available.
8118
8119 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8120
8121         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8122
8123         * nnkiboze.el (nnkiboze-generate-group):
8124         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8125
8126         * nnmairix.el: Require CL.
8127
8128 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8129
8130         * dgnushack.el: Autoload get-display-table and put-display-table for
8131         XEmacs 21.5.
8132
8133         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
8134         21.4 and SXEmacs.
8135
8136 2008-06-15  David Engster  <dengste@eml.cc>
8137
8138         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8139
8140 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
8141
8142         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8143         New macros that expand to an `aset'/`aref' call under Emacs, and to a
8144         runtime choice under XEmacs.
8145
8146         * gnus-sum.el (gnus-summary-set-display-table):
8147         Use `gnus-put-display-table', `gnus-get-display-table',
8148         `gnus-set-display-table' for the display table, instead of `aset'.
8149
8150         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
8151         Use `gnus-put-display-table', `gnus-get-display-table',
8152         `gnus-set-display-table' for the display table.
8153
8154 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8155
8156         * nnmairix.el: Add autoloads.
8157
8158 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8159
8160         * nnmairix.el (nnmairix-delete-recreate-group)
8161         (nnmairix-update-and-clear-marks): Fix error messages.
8162
8163 2008-06-14  David Engster  <dengste@eml.cc>
8164
8165         * nnmairix.el: Upgrade to version 0.6.
8166         (nnmairix-group-toggle-propmarks-this-group)
8167         (nnmairix-group-toggle-readmarks-this-group)
8168         (nnmairix-group-delete-recreate-this-group)
8169         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8170         (nnmairix-remove-tick-mark-original-article): New commands.
8171         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8172         (nnmairix-propagate-marks-to-nnmairix-groups)
8173         (nnmairix-only-use-registry, nnmairix-allowfast-default)
8174         (nnmairix-marks-cache, nnmairix-version-output): New variables.
8175         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8176         functions needed for marks propagation and manipulation of read marks.
8177         (nnmairix-update-groups): New function.
8178         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8179         (nnmairix-determine-original-group-from-registry)
8180         (nnmairix-determine-original-group-from-path)
8181         (nnmairix-get-group-from-file-path, nnmairix-map-range)
8182         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8183         New helper functions.
8184         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8185         keystrokes for new commands.
8186         (nnmairix-delete-and-create-on-change): Doc string cleanup.
8187         (nnmairix-request-group): Check allow-fast group parameter.
8188         (nnmairix-request-create-group): Set allow-fast group parameter if
8189         nnmairix-allowfast-default is set.
8190         (nnmairix-close-group): Propagate marks upon closing if needed.
8191         (nnmairix-group-toggle-threads-this-group): Use new.
8192         nnmairix-group-toggle-parameter helper function.
8193         (nnmairix-search): Better check for empty search result.
8194         (nnmairix-goto-original-article): Use new helper functions for
8195         determining original article.
8196         (nnmairix-show-original-article): Make sure message-id is in brackets.
8197         (nnmairix-call-mairix-binary): Change variable name.
8198         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8199         helper function.
8200         (nnmairix-widget-toggle-activate): Fix doc string.
8201
8202 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8203
8204         * nnir.el: Require edmacro when compiling with XEmacs.
8205         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8206         available in Emacs 21.
8207
8208 2008-06-11  Glenn Morris  <rgm@gnu.org>
8209
8210         * gnus-util.el (x-focus-frame):
8211         * gnus.el (image-size):
8212         * mm-decode.el (image-size): Declare.
8213
8214         * gnus-picon.el (declare-function): Add compat definition.
8215         (image-size): Declare.
8216
8217         * gnus-group.el (tool-bar-map):
8218         * gnus-sum.el (tool-bar-map): Define for compiler.
8219
8220         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8221
8222         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8223
8224         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8225         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8226         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8227         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8228         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8229         * sieve-manage.el, spam-report.el, spam.el:
8230         Remove unnecessary eval-and-compile of autoloads.
8231
8232 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8233
8234         * auth-source.el: Precise Tramp doc.
8235
8236 2008-06-07  Glenn Morris  <rgm@gnu.org>
8237
8238         * nnmairix.el: Remove unnecessary eval-when-compile.
8239
8240 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8241
8242         * lpath.el: Fbind propertize for XEmacs 21.4.
8243
8244 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
8245
8246         * nnir.el: Move here from ../contrib.
8247
8248 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8249
8250         * gnus-util.el (gnus-read-shell-command): New function.
8251         * mm-decode.el (mm-pipe-part):
8252         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8253
8254 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8255
8256         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8257
8258 2008-06-03  Glenn Morris  <rgm@gnu.org>
8259
8260         * pop3.el (nnheader-accept-process-output): Autoload it.
8261
8262 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8263
8264         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8265         are not 2-digit hexadecimal characters that follow `%'s.
8266
8267 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8268
8269         * message.el (message-bogus-recipient-p): Fix type in doc string.
8270         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8271         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8272         Improve custom options.
8273         (message-bogus-recipient-p): Adjust accordingly.
8274
8275 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
8276
8277         * parse-time.el (parse-time-months, parse-time-weekdays): Add
8278         long-form month and day names.
8279
8280 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8281
8282         * dgnushack.el: Autoload debug, eudc-expand-inline and
8283         pgg-snarf-keys-region for XEmacs.
8284
8285         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
8286
8287         * nnmairix.el: Require edmacro when compiling with XEmacs.
8288
8289 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8290
8291         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8292         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8293
8294 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8295
8296         * auth-source.el: Add more docs.
8297
8298         * netrc.el (netrc-machine): Always match if the port is not given.
8299
8300 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8301
8302         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8303         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8304         retrieval faster in some cases, but might make CPU usage larger.
8305         If this has any bad side effects, we might revert this change.
8306
8307         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8308         seems to make mail retrieval much, much faster.
8309         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8310         unconditionally.
8311
8312         * gnus-draft.el (gnus-group-send-queue):
8313         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8314
8315 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8316
8317         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8318
8319         * message.el (message-bogus-address-regexp): Fix and improve custom
8320         type.
8321         (message-setup-hook): Add message-check-recipients as custom option.
8322
8323 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8324
8325         * message.el (message-cite-function): Remove bogus autoload which crept
8326         in during merge from v5-10.
8327
8328 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8329
8330         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8331
8332         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8333
8334         * auth-source.el: Preliminary Tramp docs.
8335         (auth-sources): Change the default auth-sources to use
8336         EPA .gpg files.
8337
8338 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8339
8340         * nntp.el: Autoload `auth-source-user-or-password'.
8341         (nntp-send-authinfo): Use it.
8342
8343         * nnimap.el: Autoload `auth-source-user-or-password'.
8344         (nnimap-open-connection): Use it.
8345
8346         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8347         for the gnus-message function.
8348         (auth-source-user-or-password): Use it.
8349
8350 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8351
8352         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8353         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8354         (rfc2104-hash): Use it.
8355
8356 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8357
8358         * gnus-art.el (gnus-article-toggle-truncate-lines):
8359         Don't use `iff' in docstring.
8360
8361 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8362
8363         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8364
8365         * gnus-util.el (gnus-extract-address-component-name)
8366         (gnus-extract-address-component-email): Convenience functions around
8367         `gnus-extract-address-components'.
8368
8369         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8370         Use `gnus-extract-address-component-email' to fix bug of comparing full
8371         sender name to `user-mail-address'.
8372
8373 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8374
8375         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8376         catch/throw to optimize.
8377         (gnus-registry-find-keywords): Just use member to find a keyword.
8378
8379 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8380
8381         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8382         is current before calling gnus-server-prepare.
8383         (gnus-server-setup-buffer, gnus-server-update-server)
8384         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8385
8386 2008-05-04  Juri Linkov  <juri@jurta.org>
8387
8388         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8389         (mailcap-file-default-commands): Use mailcap-replace-in-string
8390         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8391         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8392
8393 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8394
8395         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8396
8397 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8398
8399         * gnus.el: Bump version to 0.11.
8400
8401 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8402
8403         * gnus.el: No Gnus v0.10 is released.
8404
8405 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8406
8407         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8408         hooks.
8409         (gnus-update-read-articles): Speed up non-marks-using users.
8410         (gnus-use-marks): Define gnus-use-marks.
8411         (gnus-propagate-marks): Rename variable to something more sensible.
8412
8413 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8414
8415         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8416         (gmm-image-load-path-for-library): Fix typos in docstrings.
8417         (gmm-message): Reflow docstring.
8418
8419 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8420
8421         * mail-source.el (mail-source-set-1, mail-source-bind):
8422         Move auth-source code out of the macro to clean it up and fix bugs.
8423
8424 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8425
8426         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8427         by sender if it's equal to user-mail-address, it's likely to be
8428         useless.
8429
8430         * mail-source.el (mail-source-bind): Don't use user or password if they
8431         are not bound.  Unintern them if they are nil.  Don't use server unless
8432         it's bound, and default it to empty string otherwise.
8433
8434 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8435
8436         * mail-source.el: Load auth-source.el.
8437         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8438         get user name or password, if auth-sources is set up.
8439
8440         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8441         strategy of splitting with parent.
8442         (gnus-registry-split-fancy-with-parent)
8443         (gnus-registry-post-process-groups): Use it and fix prior
8444         bug (returning a list as the split result).
8445
8446         * auth-source.el (auth-sources): Remove server parameter.
8447         (auth-source-pick, auth-source-user-or-password)
8448         (auth-source-user-or-password-imap)
8449         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8450         (auth-source-user-or-password-sftp)
8451         (auth-source-user-or-password-smtp): Remove server parameter.
8452
8453 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8454
8455         * smime.el (smime-sign-region, smime-encrypt-region)
8456         (smime-decrypt-region):
8457         Remove redundant calls to `generate-new-buffer-name'.
8458
8459 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8460
8461         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8462         Don't use QP for message/rfc822.
8463         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8464
8465 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8466
8467         * sieve-manage.el (sieve-string-bytes): Remove.
8468         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8469         correct byte-length only if the process's coding-system is the same as
8470         the one used internally by Emacs to represent strings.
8471
8472 2008-04-22  Juri Linkov  <juri@jurta.org>
8473
8474         * mailcap.el (mailcap-file-default-commands): New function.
8475
8476 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8477
8478         * message.el (message-signature-separator, message-cite-function):
8479         Change custom version.
8480
8481 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8482
8483         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8484         commands.
8485         (tls-checktrust): Ditto.
8486
8487 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8488
8489         * mm-decode.el (mm-display-external): Make temp file read-only.
8490
8491 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8492
8493         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8494         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8495         `C-c C-f d'.
8496
8497 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8498
8499         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8500
8501 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8502
8503         * gnus.el: Bump version to 0.9.
8504
8505 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8506
8507         * gnus.el: No Gnus v0.8 is released.
8508
8509 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8510
8511         * mail-source.el (mail-source-value):
8512         Prefer fboundp to functionp so it works with macros as well.
8513
8514 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8515
8516         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8517         Fix last change in case the element is not even a symbol.
8518
8519 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8520
8521         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8522         Prefer fboundp to functionp so it works with macros as well.
8523
8524 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8525
8526         * auth-source.el: Add docs.
8527         (auth-sources): Modify format to support server.
8528         (auth-source-pick, auth-source-user-or-password)
8529         (auth-source-user-or-password-imap)
8530         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8531         (auth-source-user-or-password-sftp)
8532         (auth-source-user-or-password-smtp): Add server parameter.
8533
8534 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8535
8536         * gnus-registry.el: Initialize the registry when gnus-registry-install
8537         is t.
8538
8539 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8540
8541         * compface.el (uncompface): Make buffer unibyte.
8542
8543 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8544
8545         * mail-source.el (mail-source-value):
8546         Prefer fboundp to functionp so it works with macros as well.
8547
8548 2008-04-05  Glenn Morris  <rgm@gnu.org>
8549
8550         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8551
8552 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8553
8554         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8555         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8556
8557         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8558         multibyteness after rather than before erasing it.
8559
8560         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8561         mm-with-multibyte.
8562         (gnus-request-article-this-buffer): Make sure the proper decoding is
8563         used if gnus-original-article-buffer happens to be unibyte.
8564
8565         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8566         default-enable-multibyte-characters.
8567
8568         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8569         default-enable-multibyte-characters.
8570
8571         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8572
8573         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8574
8575 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8576
8577         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8578         Fix last change in case the element is not even a symbol.
8579
8580 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8581
8582         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8583         (imap-message-copyuid-1): Use it.
8584         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8585         J. Williams in
8586         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8587
8588         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8589         imap-enable-exchange-bug-workaround.
8590         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8591
8592 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8593
8594         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8595         a 100 byte status-checks into a 2-3MB transfer for each group.
8596         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8597         to enable bug workaround or not.
8598         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8599
8600 2008-03-31  Glenn Morris  <rgm@gnu.org>
8601
8602         * message.el (mml2015-use): Declare for compiler.
8603         (message-info): Require mml2015 when appropriate.
8604
8605 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8606
8607         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8608         whitespace.
8609
8610 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8611
8612         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8613         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8614         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8615         (nntp-service-to-port): New function.
8616         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8617         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8618         (nntp-open-netcat-stream): New function.
8619         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8620
8621 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8622
8623         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8624
8625 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8626
8627         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8628
8629 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8630
8631         * dns.el (dns-write): Use set-buffer-multibyte.
8632
8633 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8634
8635         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8636
8637 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8638
8639         * message.el (message-signature-separator): Change default.
8640         Improve custom type.
8641         (message-cite-function): Change default to
8642         message-cite-original-without-signature.
8643
8644         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8645         toggle.
8646
8647         * message.el (message-check-news-body-syntax): Fix signature check.
8648         (message-setup-1): Mark buffer as unmodified _after_ running
8649         message-setup-hook and handling message-alternative-emails.
8650         (message-shorten-references): Be more strict when building list of
8651         valid references to comply with GNKSA.
8652
8653         * gnus-group.el (gnus-read-ephemeral-bug-group)
8654         (gnus-read-ephemeral-debian-bug-group)
8655         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8656
8657         * message.el (message-info): Don't use booleanp which isn't supported
8658         in Emacs 21 and XEmacs.
8659
8660 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8661
8662         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8663         gnus-group-gmane-group-download-format.
8664         (gnus-group-read-ephemeral-gmane-group): Rename from
8665         gnus-group-read-ephemeral-gmane-group.
8666         (gnus-read-ephemeral-gmane-group-url): Rename from
8667         gnus-group-read-ephemeral-gmane-group-url.
8668         (gnus-bug-group-download-format-alist): New variable.
8669         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8670         (gnus-read-ephemeral-emacs-bug-group): New commands.
8671
8672 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8673
8674         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8675         (gnus-visible-headers): Improve custom type.
8676
8677 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8678
8679         * mml.el (mml-menu): Add workarounds for XEmacs.
8680
8681         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8682         X-Boundary header.
8683
8684         * message.el (message-simplify-recipients): Fix previous commit.
8685
8686 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8687
8688         * mm-util.el (mm-set-buffer-multibyte): New function.
8689         * mm-decode.el (mm-copy-to-buffer): Use it.
8690
8691         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8692         Prefer fboundp to functionp so it works with macros as well.
8693
8694 2008-03-19  Glenn Morris  <rgm@gnu.org>
8695
8696         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8697         Accidentally removed in the sync process with Emacs.
8698
8699 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8700
8701         * message.el (message-alter-recipients-discard-bogus-full-name):
8702         New function.
8703         (message-alter-recipients-function): New variable.
8704         (message-get-reply-headers): Use it.
8705         (message-replace-header): New helper function.
8706         (message-recipients-without-full-name): New variable.
8707         (message-simplify-recipients): New command.
8708
8709         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8710
8711         * message.el (message-info): Handle EasyPG manual.
8712
8713         * mml.el (mml-menu): Add entry for EasyPG.
8714
8715 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8716
8717         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8718         parameter.
8719
8720         * message.el (message-disassociate-draft): Specify drafts group name
8721         fully.
8722
8723 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8724
8725         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8726         Eliminate unnecessary duplicates from the match list.
8727
8728 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8729
8730         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8731
8732         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8733
8734         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8735         args of `how-many' of which the XEmacs version doesn't take; declare
8736         Info-index-next as function.
8737
8738 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8739
8740         * gnus-score.el (gnus-score-headers): Fix handling of
8741         gnus-inhibit-slow-scoring.
8742
8743         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8744         string.
8745         (gnus-button-url-regexp): Improve handling of parenthesis.
8746         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8747         (gnus-button-handle-info-keystrokes): Handle index entries.
8748
8749 2008-03-15  Glenn Morris  <rgm@gnu.org>
8750
8751         * parse-time.el (parse-time-string): Simplify.
8752
8753 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8754
8755         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8756         Incoming* files.
8757
8758 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8759
8760         * auth-source.el (auth-sources): Rename from auth-source-choices.
8761         (auth-source-pick): Use it.
8762
8763 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8764
8765         * binhex.el (binhex-decode-region-internal):
8766         * uudecode.el (uudecode-decode-region-internal):
8767         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8768         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8769         setting default-enable-multibyte-characters.
8770
8771 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8772
8773         * auth-source.el (auth-source-protocols)
8774         (auth-source-protocols-customize, auth-source-choices): Add and
8775         modified variable customizations and defaults.
8776         (auth-source-pick, auth-source-user-or-password)
8777         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8778         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8779         (auth-source-user-or-password-sftp)
8780         (auth-source-user-or-password-smtp): Use new variables and provide an
8781         interface to netrc.el.
8782
8783 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8784
8785         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8786         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8787         Make sure the nntp port to specify is a string.
8788
8789 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8790
8791         * nntp.el: Use with-current-buffer.
8792         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8793         dubious mm-with-unibyte-current-buffer.
8794         (nntp-with-open-group-function): New function extracted from
8795         nntp-with-open-group macro.
8796         (nntp-with-open-group): Use the function, so it's easier to debug.
8797         Add indentation and debugging info.
8798         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8799         Recommend the use of the netcat alternatives.
8800
8801         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8802         Avoid mm-string-as-multibyte as well.
8803
8804         * nnweb.el (nnweb-insert-html):
8805         Remove use of nnheader-string-as-multibyte.
8806
8807         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8808         (nnheader-string-as-multibyte): Remove.
8809
8810         * mm-view.el: Use inhibit-read-only.
8811         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8812         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8813         or unibyte-string.
8814
8815         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8816         (mm-uu-yenc-extract): Use with-current-buffer.
8817
8818         * gnus-soup.el (gnus-soup-send-packet): Don't use
8819         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8820
8821         * nnmh.el: Use with-current-buffer.
8822         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8823         mm-string-as-multibyte on the output of mm-encode-coding-string.
8824
8825         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8826         (nnimap-request-move-article): Use with-current-buffer.
8827
8828         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8829         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8830         conversion uses string-make-unibyte rather than string-as-unibyte.
8831
8832         * gnus-msg.el: Use with-current-buffer.
8833
8834         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8835
8836 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8837
8838         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8839         string for caching if it is 'PIN.
8840
8841 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8842
8843         * lpath.el: Consider the case without Emacs/W3.
8844
8845 2008-03-08  Glenn Morris  <rgm@gnu.org>
8846
8847         * time-date.el (date-to-time, time-subtract, time-add)
8848         (safe-date-to-time): Doc fixes.
8849
8850 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8851
8852         * mail-source.el (mail-source-delete-old-incoming-confirm):
8853         Change default to nil.
8854         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8855
8856 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8857
8858         * lpath.el: Rearrange.
8859
8860         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8861         (gnus-article-goto-prev-page): Work for articles having ^L's.
8862
8863         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8864
8865         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8866
8867 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8868
8869         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8870         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8871         (gnus-bookmark-jump): Adjust some variable names.
8872
8873 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8874
8875         * auth-source.el: New package.
8876         (auth-source-choices): Add customization entry point variable.
8877
8878         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8879         bug.
8880
8881 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8882
8883         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8884         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8885         (gnus-registry-install-shortcuts): Rename from
8886         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8887         the `gnus-registry-mark-map' keymap dynamically from
8888         `gnus-registry-marks'.  The generated functions update the summary line
8889         when a registry mark is added or deleted, and will call
8890         `gnus-registry-install-p' (see the comments in the code).
8891         (gnus-registry-user-format-function-M): Use concat intelligently.
8892
8893         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8894         the registry mark functions.
8895
8896 2008-03-05  Glenn Morris  <rgm@gnu.org>
8897
8898         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8899         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8900         gnus-art.
8901         (top-level): No need to load own source when compiling.
8902
8903 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8904
8905         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8906         Suggested by <chris.anderton@zetnet.co.uk>.
8907
8908 2008-03-04  Glenn Morris  <rgm@gnu.org>
8909
8910         * gnus-sum.el (top-level): No need to require gnus when compiling,
8911         since unconditionally required near start of file.
8912         (gnus-summary-display-while-building): Move definition before use.
8913
8914 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8915
8916         * gnus-registry.el (gnus-registry-user-format-function-M):
8917         Add formatting function.
8918
8919 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8920
8921         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8922         with plists.
8923         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8924         Use new format.
8925
8926 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8927
8928         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8929         `where-is-internal' that returns a range of key sequences.
8930
8931 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8932
8933         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8934
8935         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8936         (gnus-summary-jump-to-group): Consider windows on other displayed
8937         frames as well.  Similar changes might be needed elsewhere, but that's
8938         the one I've bumped into during my use.
8939
8940         * nndoc.el (nndoc-oe-dbx-type-p):
8941         * gnus-msg.el (gnus-debug):
8942         * gnus-group.el (gnus-update-group-mark-positions):
8943         Use mm-string-to-multibyte.
8944
8945 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8946
8947         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8948         doesn't handle NotDashEscaped.
8949
8950         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8951         (mml-dnd-attach-options): Fix typo in custom choice.
8952
8953         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8954         Change nndoc-article-type to mbox.
8955         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8956
8957         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8958         to nil, instead of html2text.
8959
8960         * imap.el (imap-debug): Add `imap-ping-server'.
8961
8962         * gnus-bookmark.el: Add FIXMEs.
8963
8964         * message.el (message-form-letter-separator)
8965         (message-send-form-letter-delay): New variables.
8966         (message-send-form-letter): Use them.  New command to send form
8967         letters.  Requested by Uwe Siart.
8968         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8969
8970 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8971
8972         * Update copyright years.
8973
8974 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8975
8976         Sync from EMACS_22_BASE.
8977
8978         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8979
8980 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8981
8982         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8983         empty author.
8984
8985 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8986
8987         * gnus-registry.el (gnus-registry-marks): Add variable for
8988         customization of marks and their appearance.
8989         (gnus-registry-read-mark): Use it.
8990         (gnus-registry-do-marks): Add utility function to loop through
8991         `gnus-registry-marks'.
8992         (gnus-registry-install-shortcuts-and-menus): Add function to install
8993         shortcuts and menus.
8994         (gnus-registry-initialize): Use it.
8995         (gnus-registry-default-mark): Clarify documentation.
8996
8997 2008-02-29  Glenn Morris  <rgm@gnu.org>
8998
8999         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
9000         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
9001         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
9002         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
9003         Change defcustom :version from 23.0 to 23.1.
9004
9005 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
9006
9007         * gnus-registry.el (gnus-registry-follow-group-p)
9008         (gnus-registry-post-process-groups): Add functions to aid registry
9009         splitting and improve logging.  Clarify behavior in function
9010         documentation.
9011         (gnus-registry-split-fancy-with-parent): Use them.
9012
9013 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9014
9015         * gnus-art.el: Use with-current-buffer.
9016
9017 2008-02-27  David Engster  <dengste@eml.cc>
9018
9019         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
9020         Express real group name in the response.
9021
9022 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9023
9024         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
9025         (nnmairix-last-server, nnmairix-current-server): Defvar them.
9026         (nnmairix-goto-original-article): Defvar gnus-registry-install and
9027         autoload gnus-registry-fetch-group when compiling.
9028         (nnmairix-request-group-with-article-number-correction):
9029         Remove unreferenced argument passed to nnmairix-call-backend.
9030
9031 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9032
9033         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
9034         (mm-uu-extract): Improve face for low color ttys.
9035         Reported by Sascha Wilde.
9036
9037 2008-02-27  Glenn Morris  <rgm@gnu.org>
9038
9039         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
9040         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
9041         variables to defconsts.  Convert comments to doc-strings.
9042         (nnmairix-last-server, nnmairix-current-server): Convert from free
9043         variables to defvars.  Convert comments to doc-strings.
9044         (gnus-registry-fetch-group): Autoload.
9045         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
9046         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
9047         (nnmairix-widget-build-editable-fields): Use car cddr rather than
9048         caddr.
9049         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
9050         nnmairix-request-group-with-article-number-correction call.
9051         (nnmairix-fast, nnmairix-group): New, less general names, for free
9052         variables passed from nnmairix-request-group to
9053         nnmairix-request-group-with-article-number-correction.  Declare.
9054         (nnmairix-request-group-with-article-number-correction):
9055         Use nnmairix-fast, nnmairix-group rather than fast, group.
9056
9057 2008-02-26  David Engster  <dengste@eml.cc>
9058
9059         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
9060         version 0.5.
9061
9062 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9063
9064         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
9065         instead of making an extra function call.  Don't add the current group
9066         to articles only when they have the group.  Use
9067         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
9068         Reported by David <de_bb@arcor.de>.
9069
9070 2008-02-24  Miles Bader  <miles@gnu.org>
9071
9072         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9073         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
9074         (mm-find-mime-charset-region):
9075         * mm-bodies.el (mm-encode-body):
9076         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
9077
9078 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9079
9080         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
9081         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
9082
9083 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
9084
9085         * mail-source.el (mail-source-delete-incoming): Change default.
9086         Supplement doc string.
9087
9088         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
9089
9090 2008-02-14  Glenn Morris  <rgm@gnu.org>
9091
9092         * time-date.el (format-seconds): New function.
9093
9094 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9095
9096         * nnmail.el (nnmail-message-id-cache-file): Derive from
9097         `gnus-home-directory'.
9098
9099 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
9100
9101         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
9102         Document negative prefix.
9103
9104         * gnus-group.el (gnus-group-read-group): Document negative prefix.
9105
9106 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9107
9108         * message.el (message-unsent-separator): Add the Exim bounce
9109         separator.
9110
9111 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
9112
9113         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
9114         list.
9115         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
9116         recipient/signer list.
9117
9118 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9119
9120         * Makefile.in (datarootdir): Define.
9121         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
9122         name that might contain whitespace.
9123
9124 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9125
9126         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9127         fbound (Emacs 23 unicode), signal an error.
9128
9129 2008-02-08  Glenn Morris  <rgm@gnu.org>
9130
9131         * gnus-art.el (pgg-display-output-buffer): Declare as function.
9132
9133 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
9134
9135         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9136         ports to the calls to `netrc-machine-user-or-password' in addition to
9137         "imap" and "imaps".
9138
9139 2008-02-01  Zhang Wei  <id.brep@gmail.com>
9140
9141         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9142
9143         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
9144
9145 2008-02-01  Kenichi Handa  <handa@m17n.org>
9146
9147         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9148         rfc2104-hexstring-to-bitstring and changed to return a byte list.
9149         (rfc2104-hash): Convert the result of concat to unibyte string.
9150
9151 2008-02-01  Dave Love  <fx@gnu.org>
9152
9153         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9154         coding-system-for-read.
9155         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9156
9157 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9158
9159         * gnus.el (gnus-group-startup-message): Add `find-image' call before
9160         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
9161         <hanche@math.ntnu.no>.
9162
9163 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9164
9165         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9166
9167         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9168
9169 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
9170
9171         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9172         * message.el (message-beginning-of-line): Use featurep instead of bound
9173         tests in order to resolve conditionals at compile time.
9174
9175 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
9176
9177         * mail-source.el (mail-sources): Add `group' choice.
9178
9179         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9180         parameter `in-group' to control into which group the articles go.
9181         Add treatment of `group' mail-source.
9182
9183 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9184
9185         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9186
9187         * mm-decode.el (mm-dissect-buffer): Decode description.
9188
9189         * mml.el (mml-to-mime): Encode message header first.
9190
9191 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9192
9193         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9194         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9195
9196         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
9197         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
9198
9199 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
9200
9201         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9202
9203 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9204
9205         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9206         prefix keys.
9207         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9208         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9209         gnus-xmas.el.
9210
9211         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
9212         (gnus-xmas-article-describe-bindings): New function.
9213         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
9214         gnus-xmas-article-describe-bindings.
9215
9216         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
9217
9218 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9219
9220         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9221         Add new variables for article mark management.
9222         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9223         list of extra data entries which, when present, will indicate that the
9224         article ID should not be trimmed from the registry.
9225         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9226         functions.
9227         (gnus-registry-read-mark): New function to read a mark name from the
9228         user.
9229         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9230         (gnus-registry-set-article-mark-internal): New functions to add and
9231         remove marks.
9232         (gnus-registry-get-article-marks): New function to show the marks for
9233         an article, or retrieve them for further use.
9234
9235 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9236
9237         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9238         keys when no argument is given.
9239
9240 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9241
9242         * imap.el (imap-ping-server): New variable.
9243         (imap-opened): On add extra ping if imap-ping-server is non-nil.
9244         (imap-ping-server): Minor doc string fixes.
9245
9246 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9247
9248         * imap.el (imap-ping-server): New function.
9249         (imap-opened): Call imap-ping-server.
9250
9251 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9252
9253         * gnus-sum.el (gnus-article-sort-by-random)
9254         (gnus-thread-sort-by-random): Fix doc strings.
9255         Reported by jidanni@jidanni.org.
9256
9257 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9258
9259         * gnus-art.el (gnus-article-describe-bindings): New function.
9260         (gnus-article-read-summary-keys): Use it.
9261         (gnus-article-mode-map): Bind `C-h b' to it.
9262
9263 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9264
9265         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9266         XEmacs.
9267         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9268         Protect against non-character events.
9269
9270         * lpath.el: Fbind map-keymap for Emacs 21.
9271
9272 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9273
9274         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9275         New command.
9276         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9277         instead of END.  Change name of the temp file.
9278         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9279         customizable.
9280
9281 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9282
9283         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9284         bind `S W' to gnus-article-wide-reply-with-original; set default
9285         binding to gnus-article-read-summary-send-keys.
9286         (gnus-article-read-summary-keys): Fix the order of keys; display
9287         continuation keys correctly in the echo area; describe bindings
9288         correctly when keys end with `C-h'.
9289         (gnus-article-read-summary-send-keys): New function.
9290         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9291         Work for gnus-article-read-summary-send-keys; display continuation keys
9292         correctly in the echo area.
9293         (gnus-article-reply-with-original): Ignore prefix argument.
9294         (gnus-article-wide-reply-with-original): New function.
9295
9296         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
9297         Emacs 21.
9298
9299 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9300
9301         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9302         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9303
9304 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9305
9306         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9307         (gnus-group-read-ephemeral-gmane-group): New command.
9308
9309 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9310
9311         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9312
9313 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9314
9315         * message.el (message-send-mail-function): Increase custom version.
9316
9317         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9318         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9319
9320 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9321
9322         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
9323         for the cases where imap-authenticate is called with a nil buffer
9324         parameter.
9325
9326 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9327
9328         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9329         html parts correctly; support forwarded messages.
9330         (gnus-article-browse-html-article): Remove work buffers.
9331
9332         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9333         compiling.
9334         (netrc-bound-and-true-p): New macro.
9335         (netrc-parse): Use it instead of bound-and-true-p that is not available
9336         in XEmacs 21.4.
9337
9338 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9339
9340         * gnus-registry.el (gnus-registry-mark-article)
9341         (gnus-registry-article-marks): Add functionality to mark articles
9342         through the Gnus registry.
9343
9344         * encrypt.el: Clarify documentation for the new pgg method.
9345         (encrypt-file-alist): Add PGG option.
9346         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9347         functionality.  Abstract password key and messaging to external
9348         functions.
9349         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9350         (encrypt-message-method-and-cipher): Add new convenience external
9351         functions.
9352         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9353         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9354
9355         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9356         (netrc-parse): Use encrypt-file-alist to determine if
9357         encrypt-find-model or encrypt-insert-file-contents should be used.
9358
9359         * encrypt.el: Clarify documentation.  Load password-cache or
9360         password, whichever one is found first, instead of autoloading.
9361
9362 2007-12-19  Glenn Morris  <rgm@gnu.org>
9363
9364         * mml.el (message-options-set, message-narrow-to-head)
9365         (message-in-body-p, message-mail-p, message-encode-message-body):
9366         Autoload.
9367         (message-remove-header, message-narrow-to-headers-or-head)
9368         (message-subscribed-p, message-make-mail-followup-to)
9369         (message-position-on-field, message-news-p)
9370         (message-options-set-recipient, message-generate-headers)
9371         (message-sort-headers): Declare as functions.
9372
9373 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9374
9375         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9376         convention in doc string.
9377
9378 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9379
9380         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9381         title to html parts.
9382         (gnus-article-browse-html-article): Pass message header to it.
9383
9384         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9385
9386 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9387
9388         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9389         or password compatible with XEmacs.
9390
9391 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9392
9393         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9394         format document.
9395         (gnus-mime-delete-part): Don't write description line if empty.
9396         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9397
9398 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
9399
9400         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9401         (gnus-summary-mark-read-and-unread-as-read)
9402         (gnus-summary-mark-current-read-and-unread-as-read)
9403         (gnus-summary-mark-unread-as-ticked): Doc fix.
9404         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9405
9406 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9407
9408         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9409         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9410
9411 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9412
9413         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9414         yes-or-no-p.
9415
9416 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9417
9418         * mm-decode.el (mm-add-meta-html-tag): New function.
9419         (mm-save-part-to-file, mm-pipe-part): Use it.
9420
9421         * gnus-art.el (gnus-article-browse-delete-temp-files):
9422         Use gnus-y-or-n-p instead of y-or-n-p.
9423         (gnus-article-browse-html-parts): Work with message/external-body; use
9424         mm-add-meta-html-tag.
9425
9426 2007-12-11  Glenn Morris  <rgm@gnu.org>
9427
9428         * gnus-cache.el: Require gnus-sum not just when compiling.
9429
9430         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9431
9432         * gnus-int.el (gnus-server-opened, gnus-status-message):
9433         Move definitions before use.
9434
9435         * mm-decode.el: Require gnus-util.
9436         (mm-remove-part): Only call delete-annotation on XEmacs.
9437
9438         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9439
9440         * nnmail.el: Require gnus-int.
9441
9442         * spam.el: Move `require's before `eval-when-compile's.
9443
9444         * gnus-ems.el (gnus-alive-p):
9445         * gnus-fun.el (message-goto-eoh):
9446         * gnus-util.el (gnus-group-name-decode):
9447         * mail-source.el (gnus-compress-sequence):
9448         * message.el (Info-goto-node, format-spec):
9449         * mm-bodies.el (message-options-get):
9450         * mm-decode.el (mm-view-pkcs7):
9451         * mm-util.el (gmm-write-region):
9452         * mml-smime.el (mml-compute-boundary)
9453         (gnus-completing-read-with-default):
9454         * mml.el (widget-button-press, gnus-make-hashtable):
9455         * mml1991.el (mm-decode-content-transfer-encoding)
9456         (mm-encode-content-transfer-encoding)
9457         (message-options-get, message-options-set):
9458         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9459         * nnfolder.el (gnus-request-group):
9460         * nnheader.el (ietf-drums-unfold-fws):
9461         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9462         * smime.el (gnus-run-mode-hooks):
9463         * spam-stat.el (gnus-message): Autoload.
9464
9465         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9466         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9467         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9468         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9469         Add declare-function compatibility definition.
9470
9471         * gnus-cache.el (nnvirtual-find-group-art):
9472         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9473         (gnus-add-image, gnus-add-wash-type):
9474         * gnus-group.el (nnkiboze-score-file):
9475         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9476         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9477         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9478         (message-tokenize-header, gnus-get-buffer-create)
9479         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9480         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9481         * gnus.el (gnus-group-decoded-name):
9482         * mail-source.el (imap-capability):
9483         * mm-bodies.el (message-options-set):
9484         * mm-decode.el (gnus-configure-windows):
9485         * mm-extern.el (message-goto-body):
9486         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9487         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9488         (epg-sub-key-validity, message-options-set):
9489         * mml.el (widget-event-point, gnus-configure-windows):
9490         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9491         * mml2015.el (epg-check-configuration, epg-configuration)
9492         (message-options-set):
9493         * nndb.el (nndb-request-article):
9494         * nnfolder.el (gnus-request-create-group):
9495         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9496         * nnmaildir.el (gnus-group-mark-article-read):
9497         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9498         * rfc1843.el (message-fetch-field):
9499         * spam.el (gnus-extract-address-components):
9500         Declare as functions.
9501
9502 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9503
9504         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9505
9506         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9507
9508         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9509         bind show-trailing-whitespace for XEmacs.
9510
9511 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9512
9513         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9514         new no-op macro for backward compatibility.
9515
9516         * imap.el (imap-string-to-integer): New function.
9517
9518 2007-12-09  Glenn Morris  <rgm@gnu.org>
9519
9520         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9521
9522         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9523         * message.el, mm-view.el, sieve-manage.el, smime.el:
9524         Add declare-function compatibility definition.
9525
9526         * gnus-art.el (w3-region, w3m-region, Info-menu):
9527         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9528         * gnus-sum.el (gnus-get-predicate):
9529         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9530         * message.el (mail-abbrev-in-expansion-header-p):
9531         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9532         (w3m-detect-meta-charset, w3m-region):
9533         * sieve-manage.el (password-read, password-cache-add)
9534         (password-cache-remove):
9535         * smime.el (password-read-and-add): Declare as functions.
9536
9537 2007-12-08  David Kastrup  <dak@gnu.org>
9538
9539         * gnus-sum.el (gnus-summary-simplify-subject-query):
9540         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9541         `message'.
9542
9543 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9544
9545         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9546         it to bind idna-program, installation-directory, defined-colors, and
9547         face-attribute for XEmacs of the version that compiles defcustom forms.
9548
9549 2007-12-07  Glenn Morris  <rgm@gnu.org>
9550
9551         * gnus-art.el (article-make-date-line): Revert previous change.
9552
9553 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9554
9555         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9556
9557 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9558
9559         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9560         Call gnus-add-to-range ranges only once with a prepared article-list.
9561
9562 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9563
9564         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9565         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9566         group names with backslashes.
9567         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9568
9569 2007-12-06  Deepak Goel  <deego3@gmail.com>
9570
9571         * gnus-art.el (article-make-date-line):
9572         * gnus-start.el (gnus-load):
9573         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9574
9575 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9576
9577         * gnus-art.el (gnus-use-idna)
9578         * gnus-start.el (gnus-site-init-file)
9579         * message.el (message-use-idna)
9580         * mm-uu.el (mm-uu-hide-markers)
9581         * smiley.el (smiley-style): Revert changes that suppress warnings.
9582
9583 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9584
9585         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9586         specify charset to html source.
9587         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9588
9589 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9590
9591         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9592         idna-program in order to suppress byte compile warning issued by XEmacs
9593         that came to byte compile the default value section of defcustom forms
9594         recently.
9595
9596         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9597         value of installation-directory.
9598
9599         * message.el (message-use-idna): Don't directly refer to the value of
9600         idna-program.
9601
9602         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9603
9604         * smiley.el (smiley-style): Don't directly call face-attribute.
9605
9606 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9607
9608         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9609
9610         * gnus-dired.el: Reduce Gnus dependencies.
9611         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9612         Don't require.  Use autoloads instead.
9613         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9614         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9615         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9616         (gnus-dired-mode): Adjust doc string.
9617         (gnus-dired-mail-mode): New variable.
9618         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9619         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9620         (gnus-dired-mail-buffers): New function.  Return mail or message
9621         composition buffers.
9622         (gnus-dired-attach): Use it.
9623         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9624         NO-DECODE.
9625         (gnus-dired-print): Use `gnus-print-buffer' depending on
9626         `gnus-dired-mail-mode'.
9627
9628 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9629
9630         * rfc2047.el (rfc2047-encoded-word-regexp)
9631         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9632         explaining what regexp patterns are for.
9633
9634 2007-12-04  Glenn Morris  <rgm@gnu.org>
9635
9636         * password.el: Move to password-cache.el.
9637
9638         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9639         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9640         * mml-smime.el (password-read, password-cache-add)
9641         (password-cache-remove):
9642         No need to autoload, since mml-sec requires password.
9643
9644         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9645         * message.el (gnus-extract-address-components):
9646         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9647
9648         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9649         password.
9650
9651 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9652
9653         * mailcap.el: Reduce dependencies.
9654         (mail-header-parse-content-type): Autoload.
9655         (mailcap-delete-duplicates): New alias.
9656         (mailcap-mime-info): Add optional argument NO-DECODE.
9657         (mailcap-mime-types): Use mailcap-delete-duplicates.
9658
9659         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9660
9661 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9662
9663         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9664         (imap-parse-status): Upcase status-att for servers that sends them
9665         lower-case (e.g., MS Exchange 2007).
9666
9667 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9668
9669         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9670         function.
9671
9672         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9673         (gnus-uu-yenc-article): New function.
9674
9675         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9676
9677         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9678
9679 2007-12-02  Glenn Morris  <rgm@gnu.org>
9680
9681         * binhex.el (binhex): New custom group.
9682         (binhex-decoder-program, binhex-decoder-switches)
9683         (binhex-use-external): Move to the binhex custom group.
9684
9685         * uudecode.el (uudecode): New custom group.
9686         (uudecode-decoder-program, uudecode-decoder-switches)
9687         (uudecode-use-external): Move to the uudecode custom group.
9688
9689         * netrc.el (top-level): Don't load `encrypt' features.
9690         (netrc-parse): Don't use encrypt.
9691         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9692
9693         * encrypt.el: Remove file.
9694
9695 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9696
9697         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9698         matches on patches.
9699
9700         * gnus-art.el (gnus-article-browse-html-article):
9701         Mention `mm-text-html-renderer' in the doc string.
9702
9703         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9704         string.  Add comments.
9705
9706         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9707         if rhs is ASCII.
9708
9709 2007-12-01  Glenn Morris  <rgm@gnu.org>
9710
9711         * mail-source.el (top-level): Require format-spec before
9712         eval-when-compile.
9713
9714 2007-11-30  Glenn Morris  <rgm@gnu.org>
9715
9716         * encrypt.el: Require password, rather than autoloading password-read.
9717
9718 2007-11-29  Glenn Morris  <rgm@gnu.org>
9719
9720         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9721         (sasl-make-client, sasl-next-step, sasl-step-data)
9722         (sasl-step-set-data): Declare as functions.
9723
9724 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9725
9726         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9727
9728 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9729
9730         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9731         certs should be verified and what is to be done in the event of a
9732         verification failure.
9733
9734         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9735         caller can indicate whether the cache should be disregarded for this
9736         call.  This way the result of the call is reproducible at all times and
9737         can be considered a canonical server name for the supplied method.
9738         (gnus-agent-method-p): Canonicalize server names by pushing their
9739         method through `gnus-method-to-server' using the no-cache argument.
9740
9741         * gnus-srvr.el (gnus-server-insert-server-line):
9742         Call `gnus-method-to-server' with `no-cache' argument.
9743
9744         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9745         gnus-agent-possibly-synchronize-flags as this should be called when the
9746         server is actually being opened.
9747         (gnus-agent-possibly-synchronize-flags)
9748         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9749         flags file of an agentized server to the latter function.
9750
9751         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9752         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9753         after a connection has been established successfully.
9754
9755 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9756
9757         * gnus-art.el (article-display-face): Force to display face if called
9758         interactively; check if gnus-article-x-face-too-ugly matches author.
9759         (article-display-x-face): Display face even if From header is missing
9760         as article-display-face does.
9761
9762 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9763
9764         * hashcash.el (message-narrow-to-headers-or-head)
9765         (message-fetch-field, message-goto-eoh)
9766         (message-narrow-to-headers): Declare as functions.
9767
9768 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9769
9770         * mail-source.el (mail-sources): Default to fetch from file for
9771         compatibility with default of nnmail-spool-file.
9772
9773 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9774
9775         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9776         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9777         to look for encoded word that should be encoded again.
9778         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9779         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9780         encoding pattern.
9781         (rfc2047-decode-region): Switch strict regexp and loose one according
9782         to rfc2047-allow-irregular-q-encoded-words.
9783
9784 2007-11-25  Romain Francoise  <romain@orebokech.com>
9785
9786         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9787
9788 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9789
9790         * tls.el (tls-program): Provide more custom choices from
9791         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9792         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9793
9794 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9795
9796         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9797         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9798
9799         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9800         `nnmail-spool-file'.
9801
9802         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9803         `nnmail-spool-file'.
9804
9805         * gnus-move.el (gnus-change-server): Ditto.
9806
9807         * gnus-kill.el (gnus-batch-score): Ditto.
9808
9809         * gnus-cache.el (gnus-jog-cache): Ditto.
9810
9811         * gnus-msg.el (gnus-summary-reply):
9812         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9813
9814 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9815
9816         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9817         version.  Minor improvement to doc strings.
9818         (tls-program): Add comment.
9819
9820 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9821
9822         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9823         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9824         mismatch between the hostname provided in the certificate and the name
9825         of the host connnecting to.
9826         (open-tls-stream): Use them.  Check certificates against trusted root
9827         certificates.
9828
9829 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9830
9831         * gnus-cache.el (gnus-cache-generate-nov-databases):
9832         Use nnml-generate-nov-databases-directory instead of
9833         nnml-generate-nov-databases-1.
9834
9835 2007-11-24  Glenn Morris  <rgm@gnu.org>
9836
9837         * message.el (message-tool-bar-retro): Update for rename
9838         mail_send.xpm->mail-send.xpm.
9839
9840 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9841
9842         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9843         `smime-ldap-search' for Emacs 22 and up.
9844
9845 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9846
9847         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9848
9849         * message.el (message-send-mail-function): Fix error convention.
9850         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9851         (message-widen-reply, message-send-mail, message-talkative-question)
9852         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9853         (message-clone-locals, message-send-news): Use with-current-buffer.
9854         (message-insert-or-toggle-importance): Remove unused var `valid'.
9855         (message-make-references): Remove unused var `new-references'.
9856         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9857
9858 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9859
9860         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9861         (spam-split-symbolic-return-positive): Reflow docstring.
9862         (spam-backends, spam-summary-exit-behavior)
9863         (spam-mark-ham-unread-before-move-from-spam-group)
9864         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9865         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9866         (spam-clear-cache, spam-backend-check, spam-install-backend)
9867         (spam-install-statistical-backend, spam-list-of-processors)
9868         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9869         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9870         (spam-check-crm114, spam-initialize, spam-unload-hook):
9871         Fix typos in docstrings.
9872
9873 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9874
9875         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9876         been checked if they have never been read and those group levels are
9877         higher than the one that a user specified.
9878
9879 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9880
9881         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9882         foreign groups unless a group level is specified by a user.
9883         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9884
9885 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9886
9887         * message.el (message-send-mail-function): Require sendmail.
9888
9889 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9890
9891         * message.el (message-send-mail-function): Check for smtpmail too.
9892
9893         * utf7.el (utf7-encode, utf7-decode): Use coding system
9894         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9895
9896         * message.el (message-send-mail-function): New function.
9897         (message-send-mail-function): Set default using
9898         message-send-mail-function.  Adjust doc string.
9899         (message-send-mail-with-mailclient): New function.
9900
9901 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9902
9903         * smime.el (from):
9904         * rfc2047.el (message-posting-charset):
9905         * qp.el (mm-use-ultra-safe-encoding):
9906         * pop3.el (parse-time-months):
9907         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9908         * nnml.el (files):
9909         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9910         (jka-compr-compression-info-list, ange-ftp-path-format)
9911         (efs-path-regexp):
9912         * nndiary.el (files):
9913         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9914         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9915         (epg-digest-algorithm-alist, inhibit-redisplay)
9916         (password-cache-expiry):
9917         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9918         (pgg-output-buffer, password-cache-expiry):
9919         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9920         (efs-path-regexp):
9921         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9922         (inhibit-redisplay):
9923         * mm-uu.el (file-name, start-point, end-point, entry)
9924         (gnus-newsgroup-name, gnus-newsgroup-charset):
9925         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9926         (latin-unity-ucs-list):
9927         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9928         (mm-uu-binhex-decode-function):
9929         * message.el (gnus-message-group-art, gnus-list-identifiers)
9930         (rmail-enable-mime-composing, gnus-local-organization)
9931         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9932         (gnus-read-active-file, facemenu-add-face-function)
9933         (facemenu-remove-face-function, gnus-article-decoded-p)
9934         (tool-bar-mode):
9935         * mail-source.el (display-time-mail-function):
9936         * gnus-util.el (nnmail-pathname-coding-system)
9937         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9938         (gnus-original-article-buffer, gnus-user-agent)
9939         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9940         (xemacs-codename, sxemacs-codename, emacs-program-version):
9941         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9942         * gnus-start.el (gnus-agent-covered-methods)
9943         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9944         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9945         (gnus-newsgroup-headers, gnus-group-list-mode)
9946         (gnus-group-mark-positions, gnus-newsgroup-data)
9947         (gnus-newsgroup-unreads, nnoo-state-alist)
9948         (gnus-current-select-method, mail-sources)
9949         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9950         (nnmail-spool-file, gnus-cache-active-hashtb):
9951         * gnus-mh.el (mh-lib-progs):
9952         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9953         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9954         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9955         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9956         (gnus-group-buffer):
9957         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9958         (font-lock-set-defaults):
9959         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9960         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9961         (gnus-summary-post-menu, total-parts, type, condition, length):
9962         * gnus-agent.el (gnus-agent-read-agentview):
9963         * flow-fill.el (show-trailing-whitespace):
9964         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9965         eval-and-compile wrappers for byte compiler pacifiers.
9966
9967         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9968         (mm-display-inline-fontify): Check for featurep 'xemacs not
9969         extent-list.
9970
9971         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9972         itimer-list.
9973         (mm-create-image-xemacs): Only do something for XEmacs.
9974         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9975
9976         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9977
9978         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9979         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9980
9981 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9982
9983         * nnimap.el (nnimap-split-download-body):
9984         * gnus-demon.el (gnus-demon):
9985         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9986
9987 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9988
9989         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9990         New macros.
9991         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9992         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9993         copy data from unibyte buffer to multibyte current buffer.
9994         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9995         to copy data from unibyte current buffer to multibyte buffer.
9996         (nntp-make-process-buffer): Make process buffer unibyte.
9997
9998         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9999
10000 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
10001
10002         * pop3.el (pop3-open-server): Accept and process data more robustly at
10003         connexion start to avoid spurious "POP SSL connexion failed" errors.
10004
10005 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10006
10007         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
10008         read group names.
10009
10010 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
10011
10012         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
10013
10014 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10015
10016         * nnmail.el (nnmail-parse-active): Make group names unibyte.
10017         (nnmail-save-active): Use a unibyte buffer when saving active file,
10018         which may contain non-ASCII group names.
10019
10020         * nnml.el (nnml-request-group): Decode group names in messages.
10021
10022 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
10023
10024         * message.el (message-citation-line-function)
10025         (message-insert-formatted-citation-line): Fix spelling of
10026         `message-insert-formated-citation-line'.
10027
10028 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
10029
10030         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
10031
10032 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10033
10034         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
10035         nnmail-pathname-coding-system.
10036
10037         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
10038         that a user enters; decode group names in messages.
10039
10040         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
10041
10042 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10043
10044         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
10045
10046         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
10047
10048         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
10049         risky local variable.
10050
10051         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
10052
10053 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
10054
10055         * encrypt.el: Improve documentation to fix function name typo.
10056         Reported by Daiki Ueno <ueno@unixuser.org>.
10057
10058 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10059
10060         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
10061         even if the point is not in the last page of an article.
10062         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
10063         back to the previous page.
10064
10065 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
10066
10067         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
10068
10069 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10070
10071         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
10072
10073 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10074
10075         * message.el (message-check-news-body-syntax):
10076         Avoid mm-string-as-multibyte.
10077         (message-hide-headers): Don't assume (point-min)==1.
10078
10079 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10080
10081         * message.el (message-remove-blank-cited-lines): Fix if remove is
10082         given.
10083         (message-bogus-address-regexp): New variable.
10084         (message-bogus-recipient-p): New function.
10085         (message-check-recipients): New command.
10086         (message-syntax-checks): Add `bogus-recipient'.
10087         (message-fix-before-sending): Add `bogus-recipient'.
10088
10089         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
10090         (gnus-treat-body-boundary): Don't test window-system.
10091
10092 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
10093
10094         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
10095
10096 2007-10-28  Miles Bader  <miles@gnu.org>
10097
10098         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
10099         at compile-time too.
10100
10101 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10102
10103         * gnus-msg.el (gnus-message-setup-hook):
10104         Add `message-remove-blank-cited-lines' to options.
10105
10106 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10107
10108         * message.el (message-remove-blank-cited-lines): New function.
10109         Suggested by Karl Plästerer.
10110
10111 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10112
10113         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
10114         mapc.
10115
10116         * imap.el (imap-open): Replace mapcar called for effect with mapc.
10117         (top-level): Use mapc to set functions to be traced for debugging.
10118
10119         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
10120         called for effect with while loop.
10121
10122         * message.el (message-talkative-question): Replace mapcar called for
10123         effect with mapc.
10124
10125         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10126         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10127         called for effect with dolist.
10128
10129         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10130
10131         * nndiary.el: Use dolist instead of mapcar to add diary headers to
10132         gnus-extra-headers and nnmail-extra-headers.
10133
10134         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10135         called for effect with dolist.
10136         (top-level): Use mapc to set functions to be traced for debugging.
10137
10138         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10139         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10140         dolist.
10141
10142         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
10143         Replace mapcar called for effect with mapc.
10144         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
10145         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
10146         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
10147         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
10148
10149         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
10150         remove-if that's a cl function.
10151
10152         * webmail.el (webmail-debug): Replace mapcar called for effect with
10153         dolist.
10154
10155         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
10156         with mapc.
10157
10158 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10159
10160         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10161         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10162         with while loop.
10163
10164         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
10165         functions from article-* functions.
10166         (gnus-multi-decode-header): Replace mapcar called for effect with
10167         dolist.
10168
10169         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
10170         (gnus-bookmark-show-details): Replace mapcar called for effect with
10171         while loop.
10172
10173         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10174         called for effect with while loop.
10175
10176         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10177         with dolist.
10178
10179         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10180         Replace mapcar called for effect with dolist.
10181
10182         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10183
10184         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10185         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10186         Replace mapcar called for effect with dolist.
10187         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10188         mapc.
10189
10190         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10191         Replace mapcar called for effect with dolist.
10192         (gnus-topic-list): Replace mapcar called for effect with mapc.
10193
10194         * gnus.el: Use mapc instead of mapcar to add autoloads.
10195
10196 2007-10-23  Richard Stallman  <rms@gnu.org>
10197
10198         * gnus-group.el (gnus-group-highlight): Mark as risky.
10199
10200 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10201
10202         * gnus.el (gnus-server-to-method): Return method found first in
10203         gnus-newsrc-alist.
10204
10205         * gnus-art.el (gnus-article-highlight-signature)
10206         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10207         button overlay without the front stickiness.
10208
10209 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
10210
10211         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10212         overview buffer needed a catch to receive its throw.
10213         (gnus-agent-flush-cache): Declare as interactive to make this function
10214         easier to use.
10215
10216 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
10217
10218         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10219         `next-line'.
10220
10221 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10222
10223         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10224         exclude address matching message-dont-reply-to-names.
10225
10226 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10227
10228         * gnus-util.el (gnus-string<): New function.
10229
10230         * gnus-sum.el (gnus-article-sort-by-author)
10231         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10232
10233 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10234
10235         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10236         the frame-focus tag is set in gnus-buffer-configuration.
10237
10238 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10239
10240         * gnus-art.el (gnus-article-add-button): Make a button overlay without
10241         the front stickiness.
10242
10243 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10244
10245         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10246         url pattern; remove duplicate one.
10247         (gnus-article-extend-url-button): New function.
10248         (gnus-article-add-buttons): Use it.
10249         (gnus-button-push): Use concatenated url that it makes.
10250
10251 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
10252
10253         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10254
10255 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10256
10257         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10258         Don't hardcode point-min==1.
10259
10260 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10261
10262         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10263         Fix comment about "iso8859-1".
10264
10265 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
10266
10267         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10268         ones returned from the verify-function.
10269
10270         * mm-uu.el (mm-uu-pgp-signed-extract-1):
10271         Call mml2015-extract-cleartext-signature if extraction failed.
10272
10273 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
10274
10275         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10276         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10277         failed.
10278
10279 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10280
10281         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10282
10283 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
10284
10285         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
10286         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
10287         recommends to use EasyPG instead of PGG.
10288
10289         * pgg.el: Revert to revision 6.23.2.16.
10290
10291         * pgg-def.el: Revert to revision 6.6.2.14.
10292
10293         * pgg-gpg.el: Revert to revision 6.23.2.34.
10294
10295 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10296
10297         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10298         to mark a thread as expirable.  Add variable `hide' to handle hiding of
10299         thread for both the null and zero (kill/expire thread) universal prefix
10300         cases.
10301         (gnus-summary-expire-thread): Add new function to expire a thread,
10302         using gnus-summary-kill-thread.
10303         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10304         shortcuts for gnus-summary-expire-thread.
10305         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10306         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
10307
10308 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10309
10310         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10311         extras value, so an extras entry can be deleted.
10312         (gnus-registry-delete-extra-entry): Use it.
10313         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10314         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10315         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10316         storage through the gnus-registry, and provide an appropriate API for
10317         it.
10318
10319 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10320
10321         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10322         Suggested by Leo <sdl.web@gmail.com>.
10323
10324         * gnus.el: Do.
10325
10326 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10327
10328         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10329         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10330
10331         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10332
10333         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10334         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10335
10336 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10337
10338         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10339         newline.
10340         (nnmbox-request-accept-article): Don't change article in source buffer;
10341         narrow to header to use message-fetch-field rather than
10342         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10343         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10344         as delimiters; make sure article ends with newline.
10345         (nnmbox-delete-mail): Correct last position of article to be deleted;
10346         ignore X-Gnus-Newsgroup header in article body.
10347         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10348         positions; make sure article ends with newline.
10349
10350         * message.el (message-display-abbrev): Don't infloop when a user
10351         inserts SPC in the beginning of header.
10352
10353         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10354         coding-system-for-read and coding-system-for-write for XEmacs having no
10355         file-coding feature.
10356
10357         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10358
10359 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10360
10361         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10362         list of groups not followed by default.  Fix type to be regexp.
10363         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10364
10365 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10366
10367         * hmac-def.el (define-hmac-function): Switch from old-style to
10368         new-style backquotes.
10369
10370         * md4.el (md4-make-step): Likewise.
10371
10372 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10373
10374         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10375         raw-text coding system when saving .newsrc file, which may contain
10376         non-ASCII group names.
10377
10378 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10379
10380         * gnus-cus.el (gnus-score-extra): New widget.
10381         (gnus-score-extra-convert): New function.
10382         (gnus-score-customize): Use it for Extra.
10383
10384 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10385
10386         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10387         (mml2015-mailcrypt-clear-verify): Use it.
10388         (mml2015-gpg-clear-verify): Use it.
10389         (mml2015-pgg-clear-verify): Use it.
10390         (mml2015-epg-clear-verify): Replace the current part with the output
10391         from GnuPG; don't extract the plaintext by itself.
10392
10393         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10394         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10395         mml2015-clear-verify-function; don't touch the armor headers or
10396         dash-escaped text here.
10397
10398 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10399
10400         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10401         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10402         parts, or application/octet-stream as a last resort.
10403         (gnus-mime-view-part-as-type): Don't toggle display.
10404         (gnus-mime-view-part-as-charset): Don't turn off display before
10405         querying charset.
10406
10407         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10408         stuff to undisplayer function in Emacs.
10409         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10410
10411         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10412         text/calendar parts.
10413
10414 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10415
10416         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10417         decoding text/calendar parts.
10418
10419         * message.el (message-forward-make-body-mime): Always mark body as
10420         having no illegible text; remove signed-or-encrypted argument.
10421         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10422
10423         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10424         (mml-generate-mime-1): Don't encode body if it is specified to be in
10425         raw form; don't make buffer be unibyte when inserting multibyte string.
10426
10427 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10428
10429         * sha1.el: Fix up comment style.
10430         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10431         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10432
10433         * hex-util.el: Fix up comment style.
10434         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10435
10436         * gnus-salt.el: Use with-current-buffer.
10437         (gnus-pick-setup-message): Fix long-standing typo.
10438
10439 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10440
10441         * imap.el (imap-logout-timeout): New variable.
10442         (imap-logout, imap-logout-wait): New functions.
10443         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10444
10445         * nnimap.el (nnimap-logout-timeout): New server variable.
10446         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10447         nnimap-logout-timeout.
10448
10449         * gnus-art.el (gnus-article-summary-command-nosave)
10450         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10451
10452 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10453
10454         * gnus.el (gnus-maximum-newsgroup): New variable.
10455
10456         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10457         according to gnus-maximum-newsgroup.
10458
10459         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10460         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10461         Limit the range of articles according to gnus-maximum-newsgroup.
10462
10463 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10464
10465         * gnus-art.el (gnus-sticky-article): Fix problems described in
10466         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10467         Don't perform gnus-configure-windows here; reuse existing sticky
10468         article buffer.
10469
10470         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10471         it doesn't exist in gnus-article-mode.
10472
10473 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10474
10475         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10476         (gnus-agent-decoded-group-name): New function.
10477         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10478         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10479
10480 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10481
10482         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10483         Add binding for gnus-sticky-article.
10484         (gnus-summary-exit): Don't kill sticky article buffers.
10485
10486         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10487         article buffer.
10488         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10489         (gnus-kill-sticky-article-buffers): New commands.
10490
10491 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10492
10493         * nntp.el (nntp-xref-number-is-evil): New server variable.
10494         (nntp-find-group-and-number): If it is non-nil, don't trust article
10495         numbers in the Xref header.
10496
10497 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10498
10499         * gnus-agent.el (gnus-agent-read-group): New function.
10500         (gnus-agent-flush-group, gnus-agent-expire-group)
10501         (gnus-agent-regenerate-group): Use it.
10502         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10503         nnmail-pathname-coding-system.
10504
10505 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10506
10507         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10508
10509         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10510         that are unread as unread, and also as selected so that information of
10511         marks having been changed by a user may be updated when exiting group.
10512
10513 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10514
10515         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10516
10517 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10518
10519         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10520         calculated ignoring signature parts to gnus-treat-article.
10521
10522 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10523
10524         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10525         a point here in order to keep the window start.
10526         (gnus-insert-mime-security-button): Make a button overlay without the
10527         front stickiness.
10528         (gnus-mime-display-security): Goto the end of a button.
10529
10530         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10531
10532 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10533
10534         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10535         group-name-at-point.
10536         (gnus-group-completing-read): New function that offers decoded
10537         non-ASCII group names for completion.
10538         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10539         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10540         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10541         (gnus-group-fetch-control): Use it.
10542         (gnus-fetch-group): Use group-name-at-point for the initial value
10543         rather than the default value; use gnus-alive-p.
10544
10545         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10546         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10547         (gnus-summary-post-news): Use gnus-group-completing-read.
10548
10549         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10550         (gnus-read-move-group-name): Decode group name for completion.
10551
10552 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10553
10554         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10555         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10556         Yamaoka slightly modified the code).
10557
10558 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10559
10560         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10561         (nnmail-split-incoming): Bind it.
10562
10563         * nnml.el (nnml-group-name-charset): New function.
10564         (nnml-decoded-group-name): Use it; don't decode group name if
10565         nnmail-group-names-not-encoded-p is non-nil.
10566         (nnml-encoded-group-name): New function.
10567         (nnml-group-pathname): Inline nnml-decoded-group-name.
10568         (nnml-request-expire-articles): Decode group name in message.
10569         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10570         nnmail-pathname-coding-system.
10571         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10572         not decoded ones according to nnmail-group-names-not-encoded-p.
10573         (nnml-generate-active-info): Use nnml-encoded-group-name.
10574
10575 2007-08-08  Glenn Morris  <rgm@gnu.org>
10576
10577         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10578         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10579         doc-strings and comments.
10580
10581 2007-07-25  Glenn Morris  <rgm@gnu.org>
10582
10583         * Relicense all FSF files to GPLv3 or later.
10584
10585 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10586
10587         * gnus-sum.el (gnus-summary-move-article):
10588         Make gnus-summary-respool-article work.
10589
10590 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10591
10592         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10593         string.
10594
10595 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10596
10597         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10598         that should be ignored when comparing distant RSS articles with local
10599         ones.
10600         (nnrss-make-hash-index): New function.  Create a hash index according
10601         to the ignored fields.
10602         (nnrss-check-group): Use it.
10603
10604 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10605
10606         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10607
10608         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10609
10610         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10611         the new optional argument ENCODED is non-nil.
10612         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10613         coding system for encoding group name.
10614         (gnus-group-make-rss-group): Pass un-encoded group name to
10615         gnus-group-make-group.
10616         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10617         encoded.
10618
10619         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10620         Encode group name to which articles are moved or copied.
10621         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10622         coding system for encoding Newsgroup, Followup-To and Xref headers.
10623
10624         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10625         marks; use nnheader-file-coding-system to write a file.
10626         (nnagent-retrieve-headers): Bind file-name-coding-system to
10627         nnmail-pathname-coding-system.
10628
10629         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10630
10631         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10632         (nnml-request-article, nnml-request-create-group)
10633         (nnml-request-rename-group, nnml-find-id)
10634         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10635         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10636         (nnml-save-marks): Use nnml-group-pathname instead of
10637         nnmail-group-pathname.
10638
10639         (nnml-request-create-group, nnml-request-expire-articles)
10640         (nnml-request-move-article, nnml-request-delete-group)
10641         (nnml-deletable-article-p, nnml-possibly-create-directory)
10642         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10643         (nnml-open-marks): Bind file-name-coding-system to
10644         nnmail-pathname-coding-system.
10645
10646         (nnml-request-article): Pass server argument to nnml-find-group-number.
10647         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10648         Pass server argument to nnml-possibly-create-directory.
10649         (nnml-request-accept-article): Pass server argument to
10650         nnml-active-number and nnml-save-mail.
10651         (nnml-find-group-number): Pass server argument to nnml-find-id.
10652         (nnml-request-update-info): Pass server argument to
10653         nnml-marks-changed-p.
10654
10655         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10656         (nnml-save-mail, nnml-active-number): Add server argument.
10657
10658         (nnml-request-delete-group): Warn if group is missing.
10659         (nnml-get-nov-buffer): Decode group name.
10660         (nnml-generate-active-info): Encode group name.
10661         (nnml-open-marks): Decode group name in messages.
10662
10663 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10664
10665         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10666         if it is not specified.
10667         (gnus-article-pipe-part, gnus-article-save-part)
10668         (gnus-article-interactively-view-part, gnus-article-copy-part)
10669         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10670         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10671         (gnus-article-replace-part, gnus-article-delete-part)
10672         (gnus-article-view-part-as-type): Pass raw prefix argument to
10673         gnus-article-part-wrapper.
10674
10675 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10676
10677         * gnus-agent.el (gnus-agent-save-active):
10678         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10679
10680         * gnus-cache.el (gnus-cache-save-buffers)
10681         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10682         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10683         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10684         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10685         (gnus-cache-generate-active, gnus-cache-rename-group)
10686         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10687         (gnus-cache-update-overview-total-fetched-for):
10688         Bind file-name-coding-system to nnmail-pathname-coding-system.
10689         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10690         New variables.
10691         (gnus-cache-decoded-group-name): New function.
10692         (gnus-cache-file-name): Use it.
10693         (gnus-cache-generate-active): Use non-decoded group name for active.
10694
10695         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10696         right place.
10697         (gnus-write-active-file): Don't break non-ASCII group names.
10698
10699         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10700         nnmail-pathname-coding-system.
10701
10702         * lpath.el: Bind default-file-name-coding-system,
10703         file-name-coding-system and language-info-alist for XEmacs.
10704
10705         * gnus-uu.el (gnus-uu-decode-save): Typo.
10706
10707 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10708
10709         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10710
10711 2007-07-14  David Kastrup  <dak@gnu.org>
10712
10713         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10714         finishing actions if we did not edit the article.
10715
10716 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10717
10718         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10719         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10720         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10721         (gnus-agent-flush-group, gnus-agent-flush-cache)
10722         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10723         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10724         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10725         (gnus-agent-regenerate-group)
10726         (gnus-agent-update-files-total-fetched-for)
10727         (gnus-agent-update-view-total-fetched-for):
10728         Bind file-name-coding-system to nnmail-pathname-coding-system.
10729         (gnus-agent-group-pathname): Don't encode file names by
10730         nnmail-pathname-coding-system.
10731         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10732         coding-system-for-write instead of buffer-file-coding-system to
10733         gnus-agent-file-coding-system.
10734
10735         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10736         Decode group name.
10737
10738         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10739
10740         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10741         (gnus-read-newsrc-el-file): Make group names unibyte.
10742
10743         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10744         nnmail-pathname-coding-system.
10745
10746         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10747         (nnrss-request-delete-group): Bind file-name-coding-system to
10748         nnmail-pathname-coding-system.
10749         (nnrss-read-server-data, nnrss-read-group-data):
10750         Bind file-name-coding-system correctly.
10751         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10752
10753         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10754         (nntp-server-to-method-cache): New variable.
10755         (nntp-group-pathname): New function that decodes non-ASCII group names.
10756         (nntp-possibly-create-directory, nntp-marks-changed-p)
10757         (nntp-save-marks, nntp-open-marks): Use it.
10758         (nntp-possibly-create-directory, nntp-open-marks):
10759         Bind file-name-coding-system to nnmail-pathname-coding-system.
10760         (nntp-open-marks): Decode group names when bootstrapping marks.
10761
10762         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10763         Newsgroups and Folowup-To headers.
10764
10765 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10766
10767         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10768         (gnus-server-closed-face, gnus-server-denied-face)
10769         (gnus-server-offline-face): Remove variable.
10770         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10771
10772         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10773         of modifying message-stack directly for XEmacs.
10774
10775         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10776         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10777         if the coding-system argument is nil for XEmacs.
10778
10779         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10780         mm-charset-override-alist.
10781
10782         * rfc2047.el: Don't require base64; require rfc2045 for the function
10783         rfc2045-encode-string.
10784         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10785         to quote the parameter value.
10786
10787 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10788
10789         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10790         form in gnus-group-name-charset-method-alist.
10791
10792         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10793         overrides the default layout edit-form.
10794
10795         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10796
10797         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10798
10799 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10800
10801         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10802         as unfetched articles.
10803
10804 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10805
10806         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10807
10808 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10809
10810         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10811         original back end that keeps marks in the local system.
10812
10813 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10814
10815         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10816         arg of pop-to-buffer for XEmacs.
10817         (gnus-article-read-summary-keys): Ditto; don't restore window
10818         configuration if summary command ends up with neither article buffer
10819         nor summary buffer; describe bindings if summary keys end with C-h.
10820
10821 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10822
10823         * message.el (message-fix-before-sending): Skip raw message part to be
10824         forwarded while checking illegible text.
10825         (message-forward-make-body-mime, message-forward-make-body):
10826         Mark signed or encrypted raw message as having no illegible text.
10827
10828 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10829
10830         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10831         (gnus-message-with-timestamp-1): New macro.
10832         (gnus-message-with-timestamp): New function.
10833         (gnus-message): Use them.
10834
10835         * nnheader.el (nnheader-message): Use them.
10836
10837 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10838
10839         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10840         .newsrc.eld file.
10841
10842 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10843
10844         * gnus-agent.el (gnus-agent-fetch-headers)
10845         (gnus-agent-retrieve-headers):
10846         Bind gnus-decode-encoded-address-function to identity.
10847
10848         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10849         available also when the server returns simply a dot.
10850
10851         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10852
10853 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10854
10855         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10856
10857 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10858
10859         * gnus-ems.el (gnus-x-splash): Make it work.
10860
10861         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10862         from being used.
10863
10864         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10865
10866 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10867
10868         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10869         4th and the 5th arguments.
10870
10871         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10872         the front stickiness.
10873         (gnus-article-summary-command-nosave): Correct the order of the
10874         arguments passed to pop-to-buffer.
10875         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10876         summary command ends up with the article buffer.
10877
10878         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10879         the same faces.
10880
10881 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10882
10883         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10884
10885 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10886
10887         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10888         * gnus-sum.el (gnus-summary-highlight):
10889         * pgg.el (pgg-sign-region, pgg-sign):
10890         * mail-source.el (mail-source-delete-old-incoming-confirm):
10891         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10892
10893 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10894
10895         * gnus-art.el (gnus-mime-view-part-externally)
10896         (gnus-mime-view-part-internally): Fix predicate function passed to
10897         completing-read.
10898
10899         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10900
10901         * gnus.el (gnus-update-message-archive-method): Add :version.
10902
10903 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10904
10905         * gnus.el (gnus-update-message-archive-method): New variable.
10906
10907         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10908         according to gnus-message-archive-method if
10909         gnus-update-message-archive-method is non-nil.
10910
10911 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10912
10913         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10914         Suggested by Loic Dachary <loic@dachary.org>.
10915         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10916
10917 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10918
10919         * message.el (message-pop-to-buffer): Add switch-function argument.
10920         (message-mail): Pass switch-function argument to it.
10921
10922 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10923
10924         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10925         Improve doc string.
10926
10927 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10928
10929         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10930         (gnus-header-content)
10931         * gnus-cite.el (gnus-cite-10)
10932         * gnus-srvr.el (gnus-server-closed)
10933         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10934         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10935         (gnus-group-mail-3-empty, gnus-group-mail-low)
10936         (gnus-group-mail-low-empty, gnus-splash)
10937         * message.el (message-header-to, message-header-cc)
10938         (message-header-subject, message-header-other, message-header-name)
10939         (message-header-xheader, message-separator, message-cited-text)
10940         (message-mml): Lighten colors of faces used for dark background.
10941
10942 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10943
10944         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10945         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10946
10947 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10948
10949         * message.el (message-narrow-to-headers-or-head):
10950         Ignore mail-header-separator in the body.
10951
10952 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10953
10954         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10955         same as window size.
10956
10957 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10958
10959         * message.el (message-font-lock-keywords): Use message-header-xheader
10960         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10961         ahead of the anything pattern, to get it recognised.
10962
10963 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10964
10965         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10966         spam.el loads uses it in the compiled defadvice form.
10967
10968 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10969
10970         * gnus-sum.el (gnus-articles-to-read)
10971         (gnus-summary-insert-old-articles): Don't truncate group name for
10972         `read-string'.
10973
10974         * gnus-util.el (gnus-limit-string): Delete this function.
10975
10976         * gnus-sum.el (gnus-simplify-subject-fully):
10977         Use `truncate-string-to-width' instead.
10978
10979 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10980
10981         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10982         Tell if, on summary exit, the next group has to be selected.
10983         (gnus-summary-exit): Use it.
10984
10985 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10986
10987         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10988         non-break space.
10989
10990 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10991
10992         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10993         Check if group is not a directory.
10994         (nnfolder-request-expire-articles): Don't delete articles if the target
10995         group is not available.
10996
10997         * nnml.el (nnml-request-create-group): Properly check if group is not a
10998         file.
10999         (nnml-request-expire-articles): Don't delete articles if the target
11000         group is not available.
11001
11002         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11003         Don't quote characters that are within parentheses.
11004
11005 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11006
11007         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
11008         (gnus-handle-ephemeral-exit): Select article according to it.
11009
11010 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11011
11012         * message.el (message-insert-formated-citation-line): Remove newline.
11013         (message-citation-line-format): Add final \n here so that the user can
11014         avoid a blank line.
11015
11016 2007-05-03  Dan Christensen  <jdc@uwo.ca>
11017
11018         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
11019         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
11020         Update lanl/arXiv support.
11021
11022 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11023
11024         * gnus.el: Bump version number.
11025
11026 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11027
11028         * gnus.el (gnus-version-number): Bump version.
11029
11030 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11031
11032         * gnus.el: No Gnus v0.6 is released.
11033
11034 2007-04-27  Didier Verna  <didier@xemacs.org>
11035
11036         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
11037         * gmm-utils.el (gmm-regexp-concat): ... here.
11038         * message.el: Don't require 'gnus-util.
11039         (message-dont-reply-to-names): Handle name change above.
11040         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
11041
11042 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11043
11044         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
11045         since the initial value varies according to the system.
11046
11047 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11048
11049         * mm-util.el (mm-charset-synonym-alist): Defcustom.
11050
11051 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
11052
11053         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
11054
11055 2007-04-24  Didier Verna  <didier@xemacs.org>
11056
11057         Improve the type of gnus-ignored-from-addresses.
11058         * gnus-util.el (gnus-orify-regexp): New function.
11059         * message.el (gnus-util): Require it.
11060         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
11061         * gnus-sum.el (gnus-ignored-from-addresses): New function.
11062         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
11063
11064 2007-04-24  Didier Verna  <didier@xemacs.org>
11065
11066         * gnus-sum.el:
11067         * gnus-utils.el: Fix some trailing whitespaces.
11068
11069 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11070
11071         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
11072         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
11073         article's Message-ID; refer parent article in summary buffer.
11074
11075         * message.el (message-bounce): Call mime-to-mml.
11076
11077         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
11078         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
11079         optimize and/or forms properly.
11080
11081 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
11082
11083         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
11084         URL.
11085
11086 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11087
11088         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
11089
11090 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11091
11092         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
11093         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
11094         displayed of multipart/alternative part if it is invoked from summary
11095         buffer.
11096
11097         * mm-view.el (mm-inline-text-html-render-with-w3m)
11098         (mm-inline-text-html-render-with-w3m-standalone)
11099         (mm-inline-render-with-function): Use mail-parse-charset by default.
11100
11101 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
11102
11103         * parse-time.el (parse-time-string-chars): Check if CHAR
11104         is less than the length of parse-time-syntax.
11105
11106 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11107
11108         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11109         from gnus-newsgroup-processable.
11110
11111 2007-04-16  Didier Verna  <didier@xemacs.org>
11112
11113         * gnus-msg.el (gnus-configure-posting-styles):
11114         Handle message-signature-directory properly with :file syntax.
11115         Reported by "Leo".
11116
11117 2007-04-11  Didier Verna  <didier@xemacs.org>
11118
11119         New user option: message-signature-directory.
11120         * gnus-msg.el (gnus-configure-posting-styles): Support it.
11121         * message.el (message-insert-signature): Ditto.
11122         * message.el (message-signature-file): Doc update.
11123         * message.el (message-signature-directory): New.
11124
11125 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11126
11127         * gnus-msg.el (gnus-inews-yank-articles):
11128         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
11129
11130 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11131
11132         * message.el (message-yank-original): Make sure cited text ends with
11133         newline; don't exchange point and mark.
11134
11135 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
11136
11137         * tls.el (open-tls-stream): Properly handle case where there
11138         is no associated buffer.
11139
11140 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
11141
11142         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
11143         message-yank-original, make sure (< mark TEXT point).
11144
11145 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11146
11147         * message.el (message-fill-column): New variable.
11148         (message-mode): Use it.  Add comment on a possible new hook.
11149
11150         * nnmail.el (nnmail-spool-file): Mark as obsolete.
11151         (nnmail-get-new-mail): Reformat.
11152
11153         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11154
11155         * gmm-utils.el: Fix Commentary.
11156         (gmm-tool-bar-from-list): Fix typo in doc string.
11157
11158 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
11159
11160         * message.el (message-yank-original): Don't switch point and mark
11161         unnecessarily to put point and mark as documented.
11162
11163 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11164
11165         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
11166         from the message heads.
11167
11168 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
11169
11170         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
11171         article buffer does not have a window.  This may not be the best
11172         solution but is certainly better than setting the start of the null,
11173         that is the current, window.
11174
11175 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11176
11177         * gnus-draft.el (gnus-draft-setup-hook): New hook.
11178         (gnus-draft-setup): Run it.
11179
11180         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11181         gnus-score-fast-scoring.  Allow regexp.
11182         (gnus-score-headers): Use it.
11183
11184         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11185         XEmacs.
11186
11187         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11188         string.
11189         (gnus-button-alist): Also catch `<f1> k ...'.
11190         (gnus-treat-display-x-face): Fix doc string.
11191
11192 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11193
11194         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11195         evaluation of gnus-extended-version to ensure correct generation of the
11196         User-Agent header when message-generate-headers-first is used.
11197
11198 2007-03-24  Simon Josefsson  <simon@josefsson.org>
11199
11200         * hashcash.el (hashcash-generate-payment-async): Don't crash if
11201         hashcash-path is nil.  Don't call callback with incorrect number of
11202         parameters if val is 0.
11203
11204 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11205
11206         * message.el (message-required-news-headers):
11207         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11208
11209 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
11210
11211         * tls.el (open-tls-stream): In handshake-waiting loop,
11212         don't wait more if there is output available to process.
11213
11214 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
11215
11216         * tls.el (tls-program): Doc fix.
11217
11218 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11219
11220         * message.el (message-generate-new-buffers): Change the meaning of the
11221         nil value; add `standard' to the choices; treat t as `unique'; improve
11222         doc string.
11223         (gnus-select-frame-set-input-focus): Autoload.
11224         (message-buffer-name): Search for the existing message buffer if
11225         message-generate-new-buffers is nil or `standard'; treat the value t of
11226         message-generate-new-buffers as `unique'.
11227         (message-pop-to-buffer): Raise the frame already displaying the message
11228         buffer; clear the echo area after querying.
11229         (message-setup): Pass the `continue' argument to compose-mail.
11230         (message-mail): Prefer `switch-function' if it is given; search for the
11231         existing message buffer if the `continue' argument is non-nil; pass
11232         continue and switch-function arguments to compose-mail by way of
11233         message-setup.
11234         (message-mail-other-window): Adjust argument of message-setup.
11235         (message-mail-other-frame): Ditto.
11236
11237 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11238
11239         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11240         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11241         to turn font-lock on when turning gnus-message-citation-mode on.
11242
11243 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
11244
11245         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11246         (mml-smime-function-alist): New variable; add epg as the backend.
11247         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11248         mml-smime- functions instead.
11249         * mm-view.el: Require smime.
11250
11251 2007-03-05  Didier Verna  <didier@xemacs.org>
11252
11253         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11254         instead of just inheritance for posting styles.
11255         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11256
11257 2007-02-24  Chris Moore  <dooglus@gmail.com>
11258
11259         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
11260         * pgg-pgp.el (pgg-pgp-encrypt-region):
11261         * pgg-gpg.el (pgg-gpg-encrypt-region):
11262         Check pgg-encrypt-for-me if no other recipients.
11263
11264 2007-02-24  John Paul Wallington  <jpw@pobox.com>
11265
11266         * tls.el (tls-certtool-program): Fix custom type.
11267
11268 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11269
11270         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11271         and point-at-eol instead of line-(beginning|end)-position.
11272
11273         * assistant.el (assistant-parse-buffer): Ditto.
11274
11275         * netrc.el (netrc-parse-services): Ditto.
11276
11277 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
11278
11279         * mml2015.el (mml2015-epg-find-usable-key): New function.
11280         (mml2015-epg-sign): Use it.
11281         (mml2015-epg-encrypt): Use it.
11282
11283 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11284
11285         * message.el (message-make-in-reply-to): Quote name containing
11286         non-ASCII characters.  It will make the RFC2047 encoder cause an error
11287         if there are special characters.  Reported by NAKAJI Hiroyuki
11288         <nakaji@jp.freebsd.org>.
11289
11290 2007-02-27  Didier Verna  <didier@xemacs.org>
11291
11292         Include the group parameters as well as the topic ones in the
11293         inheritance filter process.
11294         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11295         argument GROUP-PARAMS-LIST.
11296         * gnus-topic.el (gnus-group-topic-parameters): Use it.
11297
11298 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11299
11300         * nntp.el (nntp-never-echoes-commands)
11301         (nntp-open-connection-functions-never-echo-commands): New variables.
11302         (nntp-send-command): Use them.
11303
11304 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
11305
11306         * mml2015.el (mml2015-epg-verify): Simplify.
11307
11308 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11309
11310         * mml.el (mml-content-disposition-alist): New user option.
11311         (mml-content-disposition): New function.
11312         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11313         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11314
11315 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
11316
11317         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11318         verification.
11319
11320 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11321
11322         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11323         articles posted in the last 24 hours.
11324
11325 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11326
11327         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11328
11329 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11330
11331         * nntp.el (nntp-send-command): Don't wait for echoes when
11332         nntp-open-ssl-stream is used.
11333
11334 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11335
11336         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11337         (gnus-message-add-citation-keywords)
11338         (gnus-message-remove-citation-keywords): Remove.
11339         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11340         directly, make the variables in font-lock-defaults buffer-local, add
11341         gnus-message-citation-keywords to them and then update the value of
11342         font-lock-keywords.
11343
11344 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11345
11346         * message.el (message-cite-original-1): Don't call
11347         gnus-article-highlight-citation.
11348
11349         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11350         citations; fix line count.
11351
11352 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11353
11354         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11355         (gnus-message-add-citation-keywords)
11356         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11357         versions of font-lock-add-keywords and font-lock-remove-keywords to
11358         work with XEmacs correctly.
11359
11360 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11361
11362         * gnus-cite.el (gnus-cite-face-list): Set the values of
11363         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11364         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11365         (gnus-message-cite-prefix-regexp): New variable.
11366         (gnus-message-search-citation-line): Use it; protect against long
11367         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11368         the 0th match data for Emacs.
11369         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11370         (gnus-message-add-citation-keywords): Append keywords rather than
11371         prepending; emulate font-lock-add-keywords if it is not available.
11372         (gnus-message-remove-citation-keywords):
11373         Emulate font-lock-remove-keywords if it is not available.
11374
11375         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11376
11377         * message.el (message-cite-prefix-regexp): Set the value of
11378         gnus-message-cite-prefix-regexp.
11379
11380 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11381
11382         * nnweb.el (nnweb-google-parse-1): Update parser.
11383
11384 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11385
11386         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11387
11388 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11389
11390         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11391         regexp.
11392
11393 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11394
11395         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11396         string-to-multibyte.
11397         (uudecode-decode-region-internal): Use it.
11398
11399         * lpath.el: Fbind string-as-multibyte for XEmacs.
11400
11401 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11402
11403         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11404         Fix custom choice.
11405
11406         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11407
11408 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11409
11410         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11411
11412         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11413         `write-region' to respect `mm-inhibit-file-name-handlers'.
11414
11415 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11416
11417         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11418         Use gnus-home-directory instead of "~/" or "$HOME".
11419
11420 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11421
11422         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11423         to mention filename.
11424         Add comments at beginning regarding usage.
11425         (encrypt-write-file-contents): Change interactive so a string is
11426         acceptable.  If the file has no associated model, show an error instead
11427         of a nonsense prompt.
11428
11429 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11430
11431         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11432         Thanks to Yoshihiko Yamada for kind notification of this typo.
11433
11434 2007-01-12  Kenichi Handa  <handa@m17n.org>
11435
11436         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11437         multibyte buffer.
11438
11439 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11440
11441         * gnus-score.el (gnus-score-fast-scoring): New variable.
11442         (gnus-score-headers): Use it.
11443
11444         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11445
11446         * message.el (message-cite-original-1):
11447         Call gnus-article-highlight-citation if requested.
11448         (message-make-from): Allow name and address as optional arguments.
11449
11450         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11451
11452         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11453         bugs to doc string.
11454         (gnus-button-alist): Add mid\\|message-id.
11455         (gnus-button-fetch-group): Extend for use in
11456         `browse-url-browser-function'.
11457         (gnus-button-url-regexp): Try to catch paired parentheses like in
11458         Wikipedia URLs.
11459
11460         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11461         Suggested by Simon Krahnke <overlord@gmx.li>.
11462
11463 2007-01-13  Romain Francoise  <romain@orebokech.com>
11464
11465         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11466         Update copyright.
11467
11468 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11469
11470         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11471
11472 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11473
11474         * gnus-registry.el (gnus-registry-unfollowed-groups)
11475         (gnus-registry-split-fancy-with-parent): Fix documentation.
11476
11477 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11478
11479         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11480         from nnweb groups.
11481
11482 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11483
11484         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11485         Xref urls.  Erase buffer before requesting head.
11486
11487         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11488
11489 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11490
11491         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11492         customizable.
11493
11494 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11495
11496         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11497         no signing key is found.
11498         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11499         no encrypting and/or signing key is found.
11500
11501 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11502
11503         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11504
11505 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11506
11507         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11508         headers read from disk with the ones newly found in the current search.
11509         This should no longer cause problems, because the article numbers in
11510         Gmane's `nov.php' output are ignored since the previous change.
11511
11512 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11513
11514         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11515
11516 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11517
11518         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11519         replace-regexp-in-string; bind url-version; fbind display-images-p and
11520         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11521         find-face and set-itimer-function for Emacs; bind itimer-list for
11522         Emacs.
11523
11524         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11525
11526 2007-01-01  Romain Francoise  <romain@orebokech.com>
11527
11528         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11529
11530 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11531
11532         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11533         `define-minor-mode' macro definition expanded properly.
11534         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11535         exclude it there.
11536
11537         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11538         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11539         `fboundp' test.
11540         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11541         This is OK to autoload in (S)XEmacs now.
11542
11543 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11544
11545         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11546         keystroke.
11547         (gnus-summary-limit-to-singletons): Fix typo.
11548
11549         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11550         else fails.
11551
11552 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11553
11554         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11555         docstring.
11556
11557         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11558         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11559         (gnus-summary-insert-dormant-articles): Fix typo in message.
11560
11561 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11562
11563         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11564         nil for XEmacs.
11565         (gnus-message-citation-mode): Don't autoload in XEmacs.
11566
11567         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11568
11569 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11570
11571         * nnimap.el (nnimap-expunge-search-string):
11572         Mention nnimap-search-uids-not-since-is-evil in docstring.
11573
11574 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11575
11576         * spam.el: Revert to make-obsolete-variable because
11577         define-obsolete-variable-alias is not supported in Emacs 21.
11578
11579         * spam.el (spam-ifile-path, spam-ifile-database-path)
11580         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11581         make-obsolete-variable.
11582         (spam-bsfilter-path, spam-bsfilter-program)
11583         (spam-spamassassin-path, spam-spamassassin-program)
11584         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11585         Don't use "path" inappropriately.
11586         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11587         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11588         variable names.
11589
11590 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11591
11592         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11593         summary buffer.
11594
11595         * password.el (password-cache-remove): Use clear-string to burn
11596         password, if available.
11597
11598 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11599
11600         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11601
11602         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11603
11604         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11605         (gnus-message-highlight-citation): Move defcustom here from
11606         gnus-cite.el.
11607         (gnus-message-citation-mode): Autoload.
11608
11609         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11610         checks to make it compile with XEmacs.
11611         (gnus-message-citation-mode): New minor mode.
11612         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11613         (gnus-message-highlight-citation): New variables.
11614         (gnus-message-search-citation-line)
11615         (gnus-message-add-citation-keywords)
11616         (gnus-message-remove-citation-keywords)
11617         (turn-on-gnus-message-citation-mode)
11618         (turn-off-gnus-message-citation-mode): New functions.
11619
11620 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11621
11622         * gnus-cite.el: Enable highlighting of different citation levels in
11623         message-mode.
11624
11625 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11626
11627         * message.el (message-make-fqdn): Fix comment.
11628         (message-bogus-system-names): Add ".local".
11629
11630         * spam.el (spam-ifile-path, spam-ifile-program)
11631         (spam-ifile-database-path, spam-ifile-database)
11632         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11633         Don't use "path" inappropriately.
11634         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11635         strings.
11636         (spam-check-ifile, spam-ifile-register-with-ifile)
11637         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11638         Use new variable names.
11639
11640         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11641         (gnus-treat-display-smileys): Simplify using
11642         gnus-image-type-available-p.
11643
11644         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11645         available.
11646
11647         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11648         Use `display-images-p' if available.
11649
11650 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11651
11652         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11653         one after turning on the buffer's multibyteness instead of decoding
11654         them directly in the unibyte buffer that causes unexpected conversion
11655         in Emacs 23 (unicode).
11656
11657 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11658
11659         * message.el (message-generate-hashcash): Fix custom type.
11660
11661 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11662
11663         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11664
11665 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11666
11667         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11668         disconnect icons.  Add help text.
11669
11670 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11671
11672         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11673         negated to be consistent with the others we handle.
11674
11675 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11676
11677         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11678         version of gnus-summary-buffer to something, so that we can use two
11679         article buffers at the same time.
11680
11681 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11682
11683         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11684         trigger all the extra headers.
11685         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11686         sorting.
11687
11688 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11689
11690         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11691         solid groups.
11692
11693 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11694
11695         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11696
11697 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11698
11699         * legacy-gnus-agent.el: Add Copyright notice.
11700
11701 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11702
11703         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11704
11705 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11706
11707         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11708
11709         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11710         to make it work reliably in CVS Emacs.
11711         (gnus-summary-limit-strange-charsets-predicate)
11712         (gnus-summary-limit-to-predicate): New functions.
11713
11714 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11715
11716         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11717         specifying array size.
11718         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11719         array if it is too small.
11720         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11721         (gnus-sort-threads-loop): New function.
11722
11723 2006-12-06  Chris Moore  <dooglus@gmail.com>
11724
11725         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11726         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11727
11728 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11729
11730         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11731         options.
11732
11733 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11734
11735         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11736         DOS-ing the recipient.
11737
11738         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11739         the headers when creating the mapping to avoid mismappings.
11740         (nnweb-gmane-create-mapping): Always nix out old mapping.
11741
11742 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11743
11744         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11745         and mm-verify-option to never.
11746
11747 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11748
11749         * message.el (message-signed-or-encrypted-p): New function.
11750         (message-forward-make-body): Use it.
11751
11752         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11753         Replace encode-coding-string with mm-encode-coding-string.
11754
11755 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11756
11757         * nneething.el (nneething-decode-file-name):
11758         Replace decode-coding-string with mm-decode-coding-string.
11759
11760         * gnus-int.el (gnus-open-server): Say failed server's name.
11761
11762 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11763
11764         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11765         strings to a single string.  Quote `errors-file-name'.
11766         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11767         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11768         Adjust calls.  Use `shell-quote-argument'.
11769
11770 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11771
11772         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11773         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11774
11775         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11776         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11777         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11778         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11779         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11780         (gnus-subscribe-newsgroup, gnus-1):
11781         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11782         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11783         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11784         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11785
11786 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11787
11788         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11789         keystroke.
11790         (gnus-summary-limit-to-bodies): Implement headersp.
11791
11792 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11793
11794         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11795
11796 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11797
11798         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11799
11800 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11801
11802         * message.el (message-generate-hashcash): Expand range of values to
11803         include `opportunistic'.
11804         (message-send-mail): Use it.
11805
11806 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11807
11808         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11809         and comment it.
11810
11811         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11812
11813 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11814
11815         * gnus-util.el (gnus-extract-address-components): Improve comment.
11816
11817 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11818
11819         * gnus-util.el (gnus-extract-address-components): Work with address in
11820         which the name portion contains @.
11821
11822         * lpath.el: Fbind custom-autoload.
11823
11824 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11825
11826         * gnus.el (gnus-start): Move custom group up.
11827         (gnus-select-method): Don't autoload, but make it available for
11828         `customize-variable'.
11829         (gnus-getenv-nntpserver): Don't autoload.
11830
11831 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11832
11833         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11834
11835 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11836
11837         * message.el (message-sendmail-extra-arguments): New variable.
11838         (message-send-mail-with-sendmail): Use it.
11839
11840 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11841
11842         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11843         mm-with-unibyte-current-buffer to make string unibyte.
11844
11845         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11846         mm-string-as-multibyte.
11847
11848 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11849
11850         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11851         Reported by Werner Koch <wk@gnupg.org>.
11852
11853 2006-11-14  Daiki Ueno  <ueno@p360>
11854
11855         * mml2015.el: Autoload epa-select-keys when compiling.
11856
11857 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11858
11859         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11860         message-options.
11861         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11862
11863 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11864
11865         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11866         EasyPG (< 0.0.6).
11867         (mml2015-always-trust): New user option.
11868         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11869         prompt.
11870
11871 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11872
11873         * nntp.el (nntp-authinfo-force): New variable.
11874         (nntp-send-authinfo): Use it.
11875
11876 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11877
11878         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11879         decode encoded words.  Improve prompt.  Add comment about forwarding.
11880         (message-replacement-char): Move up.
11881
11882 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11883
11884         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11885         instead of gnus-intersection because arguments of gnus-sorted-nunion
11886         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11887
11888 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11889
11890         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11891         (message-simplify-subject-functions):
11892         Enable message-strip-subject-encoded-words by default.
11893
11894 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11895
11896         * message.el (message-strip-subject-encoded-words): New function.
11897         (message-simplify-subject-functions): New variable.
11898         (message-simplify-subject): Use it.  Fix typo in doc string.
11899         Support message-strip-subject-encoded-words.
11900
11901 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11902
11903         * gnus-diary.el (gnus-diary-delay-format-function):
11904         * nndiary.el (nndiary-reminders):
11905         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11906
11907 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11908
11909         * gnus-art.el (article-hide-boring-headers): Fetch date from
11910         gnus-original-article-buffer to avoid problems with localized date
11911         strings.
11912
11913 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11914
11915         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11916
11917 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11918
11919         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11920         New variables.
11921         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11922         (mm-charset-synonym-alist): Move some entries to
11923         mm-codepage-iso-8859-list.
11924         (mm-charset-synonym-alist, mm-charset-override-alist):
11925         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11926
11927 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11928
11929         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11930
11931 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11932
11933         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11934         with Emacs 21 and XEmacs.
11935
11936 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11937
11938         * spam.el (spam-parse-address): New function for better parsing,
11939         catching errors, etc.
11940         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11941
11942 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11943
11944         * mm-view.el: Add interactive arg to html2text autoload.
11945
11946 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11947
11948         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11949
11950 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11951
11952         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11953         New variables.
11954         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11955         (mm-charset-synonym-alist): Move some entries to
11956         mm-codepage-iso-8859-list.
11957
11958         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11959
11960 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11961
11962         * message.el (message-citation-line-format)
11963         (message-insert-formated-citation-line): Fix implementation of %E, %N
11964         and %n according to the doc string.
11965
11966 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11967
11968         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11969         Use car-safe to avoid bad parses.
11970
11971 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11972
11973         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11974         names.
11975
11976         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11977
11978 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11979
11980         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11981         header.
11982
11983         * message.el (message-draft-headers): Add Date.
11984         (message-headers-to-generate): Fix typo in docstring.
11985
11986         * nndraft.el (nndraft-required-headers): New variable.
11987         (nndraft-generate-headers): Use it.
11988
11989         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11990
11991 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11992
11993         * gnus-registry.el (gnus-registry-wash-for-keywords)
11994         (gnus-registry-find-keywords): New functions to allow easy searching of
11995         articles that are in the registry.
11996
11997 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11998
11999         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12000         Use ietf-drums-parse-address instead of gnus-extract-address-components.
12001         Reported by Damien Elmes <damien@repose.cx>.
12002
12003 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12004
12005         * gnus.el (gnus-mime): Remove unused custom group.
12006
12007 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12008
12009         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
12010         "blank line" when searching for end of armor headers.
12011
12012 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12013
12014         * gmm-utils.el (gmm-write-region): Fix variable name.
12015
12016 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12017
12018         * gmm-utils.el (gmm-write-region): New function based on compatibility
12019         code from `mm-make-temp-file'.
12020
12021         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
12022
12023         * nnmaildir.el (nnmaildir--update-nov)
12024         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
12025         Use `gmm-write-region'.
12026
12027 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12028
12029         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
12030         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12031
12032         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
12033
12034         * message.el (message-replacement-char): New variable.
12035         (message-fix-before-sending): Use it.
12036         (message-simplify-subject): New function to remove duplicate code.
12037         (message-reply, message-followup): Use it.
12038
12039         * gnus-sum.el (gnus-summary-make-menu-bar):
12040         Clarify gnus-summary-limit-to-articles.
12041
12042 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12043
12044         * gnus-util.el (gnus-with-local-quit): New macro.
12045
12046         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
12047
12048 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
12049
12050         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
12051         ignore non-string data.
12052
12053 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12054
12055         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
12056         non-string data (needs to be done in the registry too).
12057
12058 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12059
12060         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
12061         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
12062         (gnus-registry-split-fancy-with-parent)
12063         (gnus-registry-fetch-simplified-message-subject-fast)
12064         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
12065         Remove text properties on ingress into the registry and when it's saved.
12066         (gnus-registry-clean-empty-function): Fix bug with cleaning the
12067         registry from entries with no groups.
12068
12069 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12070
12071         * gnus-util.el (gnus-string-remove-all-properties): Add utility
12072         function to remove string properties.
12073
12074 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12075
12076         * gmm-utils.el (gmm): Adjust custom version.
12077
12078         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
12079         Adjust custom version.
12080
12081         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
12082
12083 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12084
12085         * gnus-art.el (gnus-insert-prev-page-button)
12086         (gnus-insert-next-page-button): Simplify.  Reformat.
12087
12088 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12089
12090         * gnus-art.el (gnus-insert-prev-page-button)
12091         (gnus-insert-next-page-button): Apply gnus-article-button-face.
12092
12093 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
12094
12095         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
12096
12097 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12098
12099         * gnus-art.el (gnus-insert-mime-button)
12100         (gnus-insert-mime-security-button):
12101         Apply gnus-article-button-face to MIME and security buttons.
12102
12103 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
12104
12105         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
12106         readable.
12107
12108 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12109
12110         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
12111
12112 2006-09-20  Steve Youngs  <steve@sxemacs.org>
12113
12114         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
12115         `browse-url-of-file' instead of `browse-url'.
12116
12117 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12118
12119         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12120         regexp.  Articles containing quotation were cut prematurely.
12121
12122 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12123
12124         * message.el (message-cite-original-1): Use nobody by default for the
12125         value of From header.
12126         (message-reply): Ditto.
12127
12128 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
12129
12130         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12131         to the gnus-info.  This fixes a bug of inline-PGP message verification.
12132         Reported by Michael Piotrowski <mxp@dynalabs.de>.
12133
12134 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
12135
12136         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12137         mails in the doc string.  Add some URLs in comment.
12138         (pop3-movemail): Warn about pop3-leave-mail-on-server.
12139
12140 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12141
12142         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12143         backslashes handling and the way to find boundaries of quoted strings.
12144
12145 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
12146
12147         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12148         mml1991-encrypt-to-self is set and mml1991-signers is not set.
12149         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12150         mml2015-encrypt-to-self is set and mml2015-signers is not set.
12151
12152 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12153
12154         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
12155         doc string.
12156         (gnus-button-regexp, gnus-button-last): Remove unused variables.
12157
12158 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12159
12160         * lpath.el: Fbind epg-check-configuration.
12161
12162 2006-09-06  Simon Josefsson  <jas@extundo.com>
12163
12164         * mml2015.el (mml2015-use): Doc fix, mention epg.
12165
12166 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12167
12168         * mml2015.el (mml2015-use): Default to epg, if available.
12169
12170 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12171
12172         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12173         message-sender.
12174         (mml1991-epg-encrypt): Ditto.
12175         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12176         message-sender.
12177         (mml2015-epg-encrypt): Ditto.
12178
12179 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
12180
12181         * message.el (message-send-mail-with-sendmail): Look for sendmail in
12182         several common directories.
12183
12184 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
12185
12186         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12187         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12188
12189 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12190
12191         * gnus-art.el (article-decode-encoded-words): Make it fast.
12192
12193 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12194
12195         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12196
12197         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12198         in quoted string into `\'.
12199
12200 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12201
12202         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12203         Use standard-syntax-table.
12204
12205 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12206
12207         * gnus-art.el (gnus-decode-address-function): New variable.
12208         (article-decode-encoded-words): Use it to decode headers which are
12209         assumed to contain addresses.
12210         (gnus-mime-delete-part): Remove useless `or'.
12211
12212         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12213         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12214         (gnus-nov-parse-line): Use it to decode From header.
12215         (gnus-get-newsgroup-headers): Ditto.
12216         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12217
12218         * mail-parse.el (mail-decode-encoded-address-region): New alias.
12219         (mail-decode-encoded-address-string): New alias.
12220
12221         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12222         New function.
12223         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12224         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12225         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12226         (rfc2047-decode-string): Ditto.
12227         (rfc2047-decode-address-region): New function.
12228         (rfc2047-decode-address-string): New function.
12229
12230 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
12231
12232         * message.el (message-caesar-buffer-body): Allow rotating headers.
12233
12234         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12235
12236         * message.el (message-insert-formated-citation-line): Fix %f.
12237         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12238
12239 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12240
12241         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12242         (gnus-bookmark-mouse-available-p): New macro.
12243         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12244         (gnus-bookmark-bmenu-show-infos): Use it.
12245         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12246         (gnus-bookmark-bmenu-hide-infos): Ditto.
12247         (gnus-bookmark-remove-properties): New function.
12248         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12249         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12250         (gnus-bookmark-write-file): Bind coding-system-for-write.
12251         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12252         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12253         group before selecting it.
12254         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12255         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12256         quit-window if it is not available; use gnus-mouse-2 and bind it to
12257         gnus-bookmark-bmenu-select-by-mouse.
12258         (gnus-bookmark-show-details): Remove unused variable `details-list'.
12259         (gnus-bookmark-bmenu-select-by-mouse): New function.
12260
12261 2006-08-13  Romain Francoise  <romain@orebokech.com>
12262
12263         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12264         space.
12265
12266 2006-08-10  Romain Francoise  <romain@orebokech.com>
12267
12268         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
12269         (dns-mode-soa-auto-increment-serial): New user option.
12270         (dns-mode-soa-maybe-increment-serial): New function.
12271         (dns-mode): Add the latter to `write-contents-functions'.
12272
12273 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12274
12275         * compface.el (uncompface): Use binary rather than raw-text-unix.
12276
12277 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12278
12279         * compface.el (uncompface): Make sure the eol conversion doesn't take
12280         place when communicating with the external programs.
12281         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12282
12283 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12284
12285         * nnheader.el (nnheader-insert-head): Fix typo in comment.
12286
12287 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12288
12289         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12290         Make it more robust by parsing author and date independently.
12291
12292 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12293
12294         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12295
12296 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
12297
12298         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12299         first matching secret key.
12300         (mml2015-epg-encrypt): Ditto.
12301
12302         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12303         first matching secret key.
12304         (mml1991-epg-encrypt): Ditto.
12305
12306         * mml2015.el (mml2015-encrypt-to-self): New user option.
12307         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12308         mml2015-epg-encrypt-to-self is set.
12309
12310         * mml1991.el (mml1991-encrypt-to-self): New variable.
12311         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12312         mml1991-epg-encrypt-to-self is set.
12313
12314         * mml2015.el (mml2015-signers): New user option.
12315         (mml2015-epg-sign): Reflect the value of mml2015-signers.
12316         (mml2015-epg-encrypt): Allow to select signing keys.
12317
12318         * mml1991.el (mml1991-signers): New variable.
12319         (mml1991-epg-sign): Reflect the value of mml1991-signers.
12320         (mml1991-epg-encrypt): Allow to select signing keys.
12321
12322 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12323
12324         * nnheader.el (nnheader-insert-head): Make it work even if the file
12325         uses CRLF for the line-break code.
12326
12327 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12328
12329         * mml2015.el: Require mml-sec instead of password.
12330         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12331         (mml2015-cache-passphrase): Inherit the default value from
12332         mml-secure-cache-passphrase.
12333         (mml2015-passphrase-cache-expiry): Inherit the default value from
12334         mml-secure-passphrase-cache-expiry.
12335
12336         * mml1991.el: Require mml-sec instead of password.
12337         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12338         (mml1991-cache-passphrase): Inherit the default value from
12339         mml-secure-cache-passphrase.
12340         (mml1991-passphrase-cache-expiry): Inherit the default value from
12341         mml-secure-passphrase-cache-expiry.
12342
12343         * mml-sec.el: Require password.
12344         (mml-secure-verbose): New user option.
12345         (mml-secure-cache-passphrase): New user option.
12346         (mml-secure-passphrase-cache-expiry): New user option.
12347
12348 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12349
12350         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12351         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12352         andreas@altroot.de (Andreas Vögele).
12353
12354         FIXME: Use `tiny change'?
12355
12356 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12357
12358         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12359         workaround for the url package included with Emacs.
12360
12361         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12362
12363 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12364
12365         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12366         correctly.  This fixes a bug caused by the 2006-05-12 change.
12367
12368 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12369
12370         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12371         some information about the error when saying that the `bogus' mail
12372         group will be used.
12373
12374 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12375
12376         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12377         string.
12378
12379 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12380
12381         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12382
12383 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12384
12385         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12386
12387 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12388
12389         * mml1991.el (mml1991-function-alist): Add epg.
12390         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12391         (mml1991-epg-encrypt): New functions.
12392
12393 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12394
12395         * mml2015.el (mml2015-verbose): New variable.
12396         (mml2015-cache-passphrase): Ditto.
12397         (mml2015-passphrase-cache-expiry): Ditto.
12398         (mml2015-function-alist): Add epg.
12399         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12400         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12401         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12402         New functions.
12403
12404 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12405
12406         * message.el (message-cite-original-1): Preserve region when removing
12407         quoted text due to X-No-Archive in order to avoid bogus attribution
12408         when citing multiple messages.
12409
12410 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12411
12412         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12413         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12414
12415 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12416
12417         * gnus-diary.el (gnus-user-format-function-d)
12418         (gnus-user-format-function-D): Autoload.
12419
12420         * imap.el (Commentary): Fix typo.
12421
12422         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12423         2006-04-22 contribution.
12424
12425 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12426
12427         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12428         It didn't really fix the bogosity I'm seeing with solid web groups.
12429
12430 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12431
12432         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12433         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12434         created using server names.  If we use the feature without declaring
12435         it, Gnus does not properly manage server and group state.
12436
12437         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12438         bound.
12439
12440 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12441
12442         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12443         looking up the method using GROUP's prefix before inventing a new one.
12444         It is used on killed/unknown groups in various places where returning
12445         an all-new method isn't expected by the caller.
12446
12447         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12448         and match semantics of gnus-group-real-prefix.
12449
12450 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12451
12452         * nnmail.el (nnmail-broken-references-mailers): New variable.
12453         (nnmail-ignore-broken-references): New function generalizing
12454         nnmail-fix-eudora-headers.
12455         (nnmail-fix-eudora-headers): Now obsolete.
12456
12457         * gnus-art.el (gnus-button-handle-custom):
12458         Support `customize-apropos*'.
12459
12460 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12461
12462         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12463
12464         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12465         articles.
12466
12467 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12468
12469         * message.el (message-cite-reply-above): New variable.
12470         (message-yank-original): Use it.
12471
12472 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12473
12474         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12475
12476 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12477
12478         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12479         as read.
12480
12481         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12482
12483 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12484
12485         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12486         (gnus-bookmark-default-file): Use gnus-directory.
12487         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12488         Remove "*" in doc string.
12489         (gnus-bookmark-write-file): Simplify.
12490         (gnus-bookmark-maybe-sort-alist): Use `when'.
12491         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12492         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12493         Add FIXME about Emacs 21 and XEmacs compatibility.
12494         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12495         compatibility.
12496         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12497         compatibility.
12498         (gnus-bookmark-menu-heading): Fix version.
12499
12500 2006-06-19  Bastien Guerry  <bzg@altern.org>
12501
12502         * gnus-bookmark.el: New file.
12503
12504 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12505
12506         * message.el (message-syntax-checks): Doc fix.
12507
12508 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12509
12510         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12511         unsubscribed groups as if they were killed ones.  It causes duplicate
12512         entries in gnus-newsrc-alist.
12513
12514 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12515
12516         * message.el (message-syntax-checks): Doc fix.
12517         (message-send-mail): Add check for continuation headers.
12518         (message-check-news-header-syntax): Fix regexp used to check for
12519         continuation headers.
12520
12521 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12522
12523         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12524
12525 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12526
12527         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12528
12529 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12530
12531         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12532         default-truncate-lines.
12533
12534 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12535
12536         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12537         to fill the utf-8 entry.
12538
12539         * lpath.el: Fbind unicode-precedence-list.
12540
12541 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12542
12543         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12544
12545 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12546
12547         * gnus-agent.el (directory-files-and-attributes): Move all the way
12548         forward (the third and final move).
12549         (gnus-agent-read-agentview): Trap reconstruction errors due to
12550         nonexistent directory.  Handle by returning nil.
12551
12552 2006-05-30  Didier Verna  <didier@xemacs.org>
12553
12554         * message.el (message-dont-reply-to-names): Update the custom type.
12555         * message.el (message-dont-reply-to-names): New defsubst: potentially
12556         convert a list of regexps into a single one.
12557         * message.el (message-get-reply-headers): Use it.
12558         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12559
12560 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12561
12562         * gnus-agent.el (directory-files-and-attributes): Move forward.
12563
12564 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12565
12566         * gnus-ml.el (gnus-mailing-list-subscribe)
12567         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12568         (gnus-mailing-list-message): Fix doc strings.
12569
12570 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12571
12572         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12573         of doing it manually.
12574
12575 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12576
12577         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12578         comment.
12579
12580 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12581
12582         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12583         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12584         (gnus-agent-read-local): All symbols allocated in my-obarray.
12585         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12586         (gnus-agent-regenerate-group): Check numeric names to see if they are
12587         messages or groups.
12588         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12589         better way of do this...)
12590
12591         * gnus-cache.el (gnus-agent-total-fetched-for):
12592         Ignore 'dummy.group' (there should be a better way of do this...)
12593
12594 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12595
12596         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12597         (gnus-saved-headers): Ditto.
12598         (gnus-default-article-saver): Mention functions may have properties.
12599         (gnus-article-save): Override gnus-save-all-headers and
12600         gnus-saved-headers by :headers property which saver function may have.
12601         (gnus-summary-save-in-file): Add :headers property.
12602         (gnus-summary-write-to-file): Ditto.
12603
12604         * gnus-sum.el (gnus-summary-save-article): Bind
12605         gnus-prompt-before-saving to t when saving many articles in a file;
12606         always show all headers.
12607
12608         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12609
12610 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12611
12612         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12613         marks.
12614
12615         * message.el (message-indent-citation): Add optional arguments to allow
12616         using it outside of message buffers.
12617
12618         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12619         (gnus-article-treat-unfold-headers): Use it.
12620         (gnus-article-truncate-lines): New variable.
12621         (gnus-article-mode): Use it.
12622         (gnus-article-toggle-truncate-lines): New function.
12623
12624         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12625         Add gnus-article-toggle-truncate-lines.
12626
12627         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12628         coding system in XEmacs, use binary.
12629
12630 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12631
12632         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12633         after-load-alist.
12634
12635         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12636         this function should save decoded articles.
12637         (gnus-summary-write-to-file): Use property to specify this function
12638         should save decoded articles and specify gnus-summary-save-in-file
12639         should be used to save articles other than the first one when saving
12640         many articles.
12641         (gnus-summary-save-body-in-file): Use property to specify this
12642         function should save decoded articles.
12643         (gnus-summary-write-body-to-file): Use property to specify this
12644         function should save decoded articles and specify
12645         gnus-summary-save-body-in-file should be used to save articles other
12646         than the first one when saving many articles.
12647
12648         * gnus-sum.el (gnus-summary-save-article): Simplify.
12649
12650 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12651
12652         * gnus-art.el (gnus-default-article-saver):
12653         Add gnus-summary-write-body-to-file.
12654         (gnus-article-save-coding-system): Don't use coding system object
12655         in XEmacs.
12656         (gnus-read-save-file-name): Add optional `dir-var' argument which
12657         specifies directory in which files are saved; work even if optional
12658         `variable' argument is not specified.
12659         (gnus-summary-write-to-file): Read file name.
12660         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12661         (gnus-summary-write-body-to-file): New function.
12662
12663         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12664         (gnus-summary-local-variables): Add it.
12665         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12666         (gnus-summary-save-article): Remove optional `decode' argument;
12667         determine whether to decode articles by the value of
12668         gnus-default-article-saver; when saving many files using
12669         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12670         it first and use gnus-summary-save-in-file or
12671         gnus-summary-save-body-in-file thereafter unless
12672         gnus-prompt-before-saving is always; move point to article which
12673         will be saved.
12674         (gnus-summary-save-article-file): Revert.
12675         (gnus-summary-write-article-file): Revert.
12676         (gnus-summary-save-article-body-file): Revert.
12677         (gnus-summary-write-article-body-file): New function.
12678
12679 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12680
12681         * gnus-art.el (gnus-default-article-saver): Doc fix.
12682         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12683         from gnus-summary-save-article-coding-system, and default to a
12684         certain coding system.
12685         (gnus-output-to-file): Add coding cookie and encode text according
12686         to gnus-article-save-coding-system; don't use mm-append-to-file.
12687
12688         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12689         gnus-art.el and rename to gnus-article-save-coding-system.
12690         (gnus-summary-save-article): Require gnus-art; don't show all
12691         headers if it decodes articles; don't add coding cookie here;
12692         don't bind mm-text-coding-system-for-write.
12693         (gnus-summary-save-article-file): Save decoded articles.
12694         (gnus-summary-write-article-file): When saving many files, use
12695         gnus-summary-write-to-file first and gnus-summary-save-in-file
12696         thereafter unless gnus-prompt-before-saving is always.
12697         (gnus-summary-save-article-body-file): Save decoded articles.
12698
12699         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12700
12701 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12702
12703         * nnrss.el (nnrss-check-group): Bind hash-index.
12704
12705 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12706
12707         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12708         its hash index.  Store this hash in `nnrss-group-data'.
12709         (nnrss-read-group-data): Update accordingly.
12710
12711 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12712
12713         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12714         entry.
12715
12716         * gnus-sum.el (gnus-summary-make-menu-bar):
12717         Add gnus-article-browse-html-article.
12718
12719 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12720
12721         * gnus-sum.el (gnus-summary-mime-map):
12722         Add gnus-article-browse-html-article.
12723
12724         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12725
12726 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12727
12728         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12729         suitable coding systems in customize.
12730
12731 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12732
12733         * mail-source.el (mail-sources): Fix custom type.
12734
12735 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12736
12737         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12738         (gnus-summary-expire-articles-now): Shorten prompt.
12739
12740         * gmm-utils.el (wid-edit): Require.
12741         (defun-gmm): Rename from `gmm-defun-compat'.
12742         (gmm-image-search-load-path): Use it.
12743         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12744
12745 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12746
12747         * gnus-sum.el (gnus-summary-save-article-coding-system):
12748         New variable.
12749         (gnus-summary-save-article): Add optional `decode' argument.
12750         If it is set and gnus-summary-save-article-coding-system is non-nil,
12751         save decoded article.
12752         (gnus-summary-write-article-file): Save decoded article if
12753         gnus-summary-save-article-coding-system is non-nil.
12754
12755         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12756         type.
12757
12758 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12759
12760         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12761
12762 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12763
12764         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12765         first to test gnus-single-article-buffer which may be buffer-local.
12766
12767         * gnus-sum.el (gnus-summary-setup-buffer):
12768         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12769         group; make gnus-article-buffer, gnus-article-current, and
12770         gnus-original-article-buffer always buffer-local.
12771         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12772         group.
12773         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12774
12775 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12776
12777         * nnml.el (nnml-request-compact-group): Compressed files might not
12778         have .gz extension.
12779
12780 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12781
12782         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12783         (mm-copy-to-buffer): Use with-current-buffer.
12784         (mm-display-part): Simplify.
12785         (mm-inlinable-p): Add optional arg `type'.
12786
12787 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12788
12789         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12790         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12791         Try harder to show the attachment internally or externally using
12792         gnus-mime-view-part-as-type.
12793
12794 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12795
12796         * message.el (message-from-style, message-signature-separator)
12797         (message-user-organization-file, message-send-mail-function)
12798         (message-citation-line-function, message-yank-prefix)
12799         (message-indent-citation-function, message-signature)
12800         (message-signature-file, message-signature-insert-empty-line):
12801         Remove autoloads.
12802
12803         * gnus-art.el (gnus-buttonized-mime-types):
12804         Remove "multipart/signed".  Revert 2006-04-26 change.
12805
12806 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12807
12808         * gnus.el (gnus-version-number): Bump version.
12809
12810 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12811
12812         * gnus.el: No Gnus v0.5 is released.
12813
12814 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12815
12816         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12817         fetching articles by message-id.
12818
12819 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12820
12821         * message.el (hashcash): Require hashcash as normal.
12822
12823         * ecomplete.el (ecomplete-highlight-match-line):
12824         Use point-at-eol.
12825         (ecomplete-highlight-match-line): Use `highlight', because that
12826         face exists in both Emacs and XEmacs.
12827
12828         * message.el (message-display-abbrev): Use point-at-bol.
12829
12830         * mail-source.el: Don't require timer/timer-funcs.
12831
12832         * gnus-async.el: Ditto.
12833
12834         * password.el: Ditto.
12835
12836         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12837
12838         * mm-url.el: Ditto.
12839
12840         * gnus-xmas.el: Don't require timer-funcs.
12841
12842         * mm-util.el: Require timer/timer-funcs.
12843
12844 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12845
12846         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12847         Close.
12848
12849 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12850
12851         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12852         unibyte after clear-decrypt function runs.
12853
12854         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12855         returns as a unibyte string.
12856
12857 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12858
12859         * lpath.el: Revert.
12860
12861         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12862         (pgg-gpg-process-sentinel): Revert.
12863
12864         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12865         (pgg-pgp-lookup-key): Revert.
12866
12867         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12868         (pgg-pgp5-lookup-key): Revert.
12869
12870         * pgg.el (pgg-fetch-key): Revert.
12871
12872 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12873
12874         * lpath.el: Fbind string-as-multibyte for XEmacs.
12875
12876         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12877         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12878         (mml1991-pgg-encrypt): Ditto.
12879
12880         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12881         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12882         a multibyte buffer.
12883
12884         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12885         (pgg-pgp-lookup-key): Ditto.
12886
12887         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12888         (pgg-pgp5-lookup-key): Ditto.
12889
12890         * pgg.el (pgg-fetch-key): Ditto.
12891
12892 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12893
12894         * message.el (message-user-organization-file): Check several
12895         locations of the organization file.
12896
12897         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12898         Add gnus-article-view-part-as-type.
12899
12900         * gnus-art.el (gnus-article-view-part-as-type): New function.
12901
12902         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12903         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12904
12905         * mml.el: Simplify autoload.
12906         (mml-mode): defvar dnd-protocol-alist instead of using
12907         symbol-value.
12908         (mml-default-directory): New variable.
12909         (mml-minibuffer-read-file): Use it.
12910         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12911
12912         * message.el (message-citation-line-format): New variable.
12913         (message-insert-formated-citation-line): New function.
12914         (message-citation-line-function):
12915         Add `message-insert-formated-citation-line' to custom type.
12916
12917         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12918         to doc string.
12919
12920         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12921         depending on mm-verify-option.
12922
12923 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12924
12925         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12926         binding pgg-* variables; reimplement the section which prevents
12927         MIME header from being signed.
12928         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12929         pgg-text-mode; remove a blank line at the top of body.
12930
12931         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12932         lines at the top of body; use gnus-newsgroup-charset if there's no
12933         Charset header.
12934
12935 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12936
12937         * message.el (message-self-insert-commands): Doc fix.
12938
12939         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12940         (mm-uu-pgp-encrypted-test): Ditto.
12941         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12942         between header and body; return application/pgp-encrypted handle
12943         if decryption failed; decode decrypted body by charset.
12944
12945         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12946         element match to application/pgp-*.
12947
12948 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12949
12950         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12951         HTML.
12952
12953 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12954
12955         * mail-source.el (mail-source-call-script): Message the error
12956         string.
12957
12958 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12959
12960         * gnus-util.el (gnus-byte-compile): Use it.
12961
12962 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12963
12964         * gnus-util.el (kill-empty-logs): New function.
12965
12966 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12967
12968         * message.el (message-mail-alias-type): Doc fix.
12969         (message-mail-alias-type-p): New function.
12970         (message-send): Use it.
12971         (message-mode): Ditto.
12972         (message-strip-forbidden-properties): Ditto.
12973
12974         * ecomplete.el (ecomplete-database-file-coding-system):
12975         New variable.
12976         (ecomplete-save): Use it.
12977         (ecomplete-setup): Use it.
12978
12979 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12980
12981         * message.el (message-self-insert-commands): New variable.
12982         (message-strip-forbidden-properties): Use it.
12983
12984 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12985
12986         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12987         that doesn't make XEmacs choke.
12988
12989 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12990
12991         * gnus-util.el (gnus-replace-in-string):
12992         Prefer replace-regexp-in-string over of replace-in-string.
12993
12994 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12995
12996         * gnus-util.el (gnus-select-frame-set-input-focus):
12997         Use select-frame-set-input-focus if it is available in XEmacs; use
12998         definition defined in Emacs 22 for old Emacsen.
12999
13000         * dgnushack.el: Autoload unmorse-region for XEmacs.
13001
13002         * lpath.el: Bind cursor-in-non-selected-windows and
13003         select-frame-set-input-focus for XEmacs.
13004
13005 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13006
13007         * mm-view.el (mm-inline-text): Use equal instead of equalp.
13008
13009 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
13010
13011         * gnus-registry.el (gnus-registry-cache-save): Remove text
13012         properties when saving via the temp buffer.
13013
13014 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13015
13016         * message.el (message-generate-hashcash): Honor custom type.
13017
13018 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13019
13020         * message.el (message-generate-hashcash): Default to non-nil when
13021         hashcash is found.
13022
13023         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
13024         (gnus-refer-thread-limit): Increase default to 500.
13025
13026         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
13027
13028         * flow-fill.el (fill-flowed): Allow delete-space.
13029
13030 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13031
13032         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13033         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
13034         Remove autoloads.
13035
13036 2006-04-18  Simon Josefsson  <jas@extundo.com>
13037
13038         * message.el (message-generate-hashcash): Default to.
13039
13040 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13041
13042         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13043         concatenating segments rather than before concatenating them.
13044
13045 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13046
13047         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
13048
13049 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13050
13051         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
13052
13053         * message.el (message-forward-make-body-plain):
13054         Allow message-forward-ignored-headers to be a list.
13055         (message-remove-ignored-headers): Factor out into function.
13056         (message-forward-make-body-mml): Use it.
13057
13058         * imap.el (imap-quote-specials): New function.
13059         (imap-login-auth): Quote specials.
13060
13061         * rfc2231.el (rfc2231-parse-string): Remove dead code.
13062         (rfc2231-parse-string): Allow concatanation of parameters that
13063         aren't contiguous.  The test case is
13064           (mail-header-parse-content-type "message/external-body;
13065             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
13066             access-type=LOCAL-FILE;
13067             name*1*=plugh%2fhello-sailor%2fbing.pdf")
13068
13069 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13070
13071         * nntp.el (nntp-accept-process-output): Return the value of
13072         `nnheader-accept-process-output'.
13073
13074 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13075
13076         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
13077         (gnus-button-alist): Recognize more diff formats.
13078         (gnus-button-patch): Strip directory.
13079
13080 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13081
13082         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
13083         Emacs 22 when setting focus.
13084
13085 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13086
13087         * gnus-art.el (gnus-article-treat-types): Do treatment of
13088         text/x-verbatim parts.
13089         (gnus-button-patch): New command.
13090
13091         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
13092         addresses that contain invalid characters.
13093
13094 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13095
13096         * message.el (message-put-addresses-in-ecomplete):
13097         Use gnus-replace-in-string.
13098         (message-is-yours-p): Use the more correct
13099         mail-header-parse-address instead of
13100         mail-extract-address-components.
13101         (message-put-addresses-in-ecomplete): Fix typo.
13102
13103         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13104         keystroke.
13105
13106         * gnus-art.el (gnus-treatment-function-alist): Change order of
13107         newsgroups/generic header folding to avoid double-folding.
13108
13109         * message.el (message-hidden-headers): Add X-Draft-From.
13110
13111         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13112         New command.
13113         (gnus-summary-repeat-search-article-backward): New command.
13114
13115         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13116         groups in the parent topic.
13117
13118 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
13119
13120         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13121         (spam-extra-header-to-number): Return the CRM114 number as a
13122         number instead of a string.
13123
13124 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13125
13126         * gnus-art.el (gnus-face-properties-alist): Move here from
13127         gnus-fun.
13128
13129         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13130
13131 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13132
13133         * message.el (message-strip-forbidden-properties): Only display on
13134         self-insert-command.
13135
13136         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13137         reindent.
13138         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13139
13140 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
13141
13142         * smiley.el (smiley-style): Fix typo.
13143
13144 2006-03-23  Kenichi Handa  <handa@m17n.org>
13145
13146         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13147         instead of set-buffer-multibyte.
13148
13149 2006-03-23  Kenichi Handa  <handa@m17n.org>
13150
13151         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13152         buffer and then decode the buffer text if necessary.
13153         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13154         first, and after mm-encode-body, change the buffer to unibyte.
13155
13156 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13157
13158         * hashcash.el (hashcash-insert-payment-async-2):
13159         Use message-goto-eoh instead of doing it manually.
13160         (mail-add-payment): Use message-narrow-to-header instead of trying
13161         to do the same itself.
13162
13163         * message.el (message-hidden-headers): Add Face.
13164
13165         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13166         reparenting code.
13167         (gnus-summary-reparent-children): Refactored out code.
13168         (gnus-summary-thread-map): New keystroke.
13169         (gnus-summary-reparent-children): Make into command.
13170
13171         * smiley.el (smiley-style): Default to `medium' if using a large
13172         font.
13173
13174         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13175         does it itself.
13176
13177         * message.el (message-point-in-header-p): Simplify definition.
13178
13179 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13180
13181         * nnagent.el (nnagent-request-set-mark): Silence log file
13182         writing.
13183         (nnagent-request-set-mark): Use write-region instead of
13184         append-to-file.
13185
13186         * gnus-sum.el (gnus-read-header): Fudge article number if using a
13187         strange select method.
13188
13189         * ecomplete.el (ecomplete-display-matches): Get highlightling
13190         right.
13191         (ecomplete-display-matches): Use literals.
13192         (ecomplete-display-matches): Disable message logging.
13193
13194         * message.el (message-display-abbrev): Small optimization.
13195
13196         * ecomplete.el (ecomplete-display-matches): Allow automatic
13197         display.
13198
13199         * message.el (message-strip-forbidden-properties):
13200         Display abbrevs.
13201         (message-display-abbrev): Get automatic display right.
13202
13203         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13204         keystrokes.
13205
13206 2006-04-13  Romain Francoise  <romain@orebokech.com>
13207
13208         TODO: Backport to v5-10!
13209
13210         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13211         Move here (and rename) from gnus-registry.el.
13212
13213         * gnus-registry.el: Require gnus-util.
13214         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13215
13216 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13217
13218         * gnus-group.el (gnus-group-catchup-current):
13219         Change if-then-else-if-then-else into cond.
13220         (gnus-group-catchup): Indent.
13221         (group-name-at-point): New function.
13222         (gnus-fetch-group): Provide default from thing at point.
13223
13224 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13225
13226         * message.el (message-display-abbrev): Fix regexp.
13227
13228         * ecomplete.el (ecomplete-highlight-match-line):
13229         Reimplement choosing.
13230         (ecomplete-highlight-match-line): Fix up code rewrite, remove
13231         dead variables.
13232
13233         * message.el (message-newline-and-indent): Remove debugging.
13234         (message-display-abbrev): Use new implementation.
13235
13236 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13237
13238         * gnus-art.el (gnus-article-mode):
13239         Set cursor-in-non-selected-windows to nil.
13240
13241         * smiley.el: Revert previous change.
13242         (smiley-data-directory): defvar it before using it in the
13243         defcustom of `smiley-style'.
13244
13245 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13246
13247         * message.el (message-newline-and-indent): New function.
13248
13249         * ecomplete.el: Implement more bits.
13250
13251         * message.el (message-put-addresses-in-ecomplete): Clean up the
13252         string.
13253
13254         * ecomplete.el (ecomplete-add-item): Chop off decimals.
13255
13256         * gnus-sum.el (gnus-summary-save-parts):
13257         Bind gnus-summary-save-parts-counter and use it to make unique file
13258         names.
13259
13260         * gnus-art.el (gnus-ignored-headers): Add some more headers.
13261
13262         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13263         parameter to say whether to actually parse the individual
13264         addresses.
13265
13266         * message.el (message-put-addresses-in-ecomplete): New function.
13267         (ecomplete): Require.
13268         (message-mail-alias-type): Add ecomplete as an option.
13269
13270 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
13271
13272         * flow-fill.el (fill-flowed): Remove trailing space from blank
13273         quoted lines.
13274
13275 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13276
13277         * smiley.el (smiley-style): Move definition later to avoid a
13278         compilation warning.
13279
13280 2006-04-12  Kenichi Handa  <handa@m17n.org>
13281
13282         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13283         buffer and then decode the buffer text if necessary.
13284         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13285         first, and after mm-encode-body, change the buffer to unibyte.
13286         Use mm-disable-multibyte instead of set-buffer-multibyte.
13287
13288 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13289
13290         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13291         Content-Type header instead of Content-Disposition header.
13292         (gnus-mime-inline-part): Ditto.
13293         (gnus-mime-view-part-as-charset): Ignore charset that the part
13294         specifies.
13295
13296         * mm-decode.el (mm-display-part): Work with external parts and
13297         usual parts similarly.
13298
13299         * mm-extern.el (mm-inline-external-body): Use mm-display-part
13300         instead of gnus-display-mime.
13301
13302         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13303         instead of with-temp-buffer.
13304
13305         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13306         tag to summarized topics part in order to encode non-ASCII text.
13307
13308 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13309
13310         * smiley.el (smiley-style): New variable.
13311         (smiley-directory): New function.
13312         (smiley-data-directory): Derive from `smiley-style' using
13313         `smiley-directory'.
13314         (smiley-regexp-alist): Add new entries.
13315
13316         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13317         (gnus-article-browse-delete-temp): Add :version.
13318
13319 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
13320
13321         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13322         the sieve region.
13323
13324 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13325
13326         * gnus.el (gnus-version-number): Bump version.
13327
13328 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13329
13330         * gnus.el: No Gnus v0.4 is released.
13331
13332 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13333
13334         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13335         layout.
13336
13337         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13338         unknown charset.
13339
13340         * message.el (message-header-synonyms): Add Original-To to the
13341         default.
13342
13343         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13344         optional parameter.
13345
13346 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13347
13348         * gnus-fun.el (gnus): Require it for gnus-directory.
13349
13350 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13351
13352         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13353
13354 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13355
13356         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13357
13358 2006-04-05  Simon Josefsson  <jas@extundo.com>
13359
13360         * password.el (password-reset): New function.
13361
13362 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13363
13364         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13365         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13366
13367 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13368
13369         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13370         Some whitespace was matched into the url, which broke browsing hits
13371         > 100 when mm-url-use-external was nil.
13372
13373 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13374
13375         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13376         Check gnus-extra-headers for 'Newsgroups.
13377
13378         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13379         bound.
13380
13381 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13382
13383         * pgg-gpg.el: Clean up process buffers every time gpg processes
13384         complete.
13385
13386 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13387
13388         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13389         doc string.
13390
13391 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13392
13393         * pgg-gpg.el (pgg-gpg-process-filter)
13394         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13395
13396         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13397         lines, temporary fix.
13398
13399 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13400
13401         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13402
13403 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13404
13405         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13406         default-enable-multibyte-characters.  This reverts the change from
13407         revision 6.17 which is no longer necessary because the passphrase
13408         is sent separately now.  GnuPG messages are unreadable under
13409         multibyte locales with default-enable-multibyte-characters set to
13410         nil.
13411
13412 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13413
13414         * message.el (message-tool-bar-gnome): Move "spell".
13415
13416 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13417
13418         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13419         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13420         instead.
13421
13422 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13423
13424         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13425         Improve newsgroups handling for NNTP overviews which don't include
13426         Newsgroups.
13427
13428 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13429
13430         * message.el (message-resend): Bind message-generate-hashcash to nil.
13431
13432 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13433
13434         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13435         when searching for already-paid recipients.
13436
13437 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13438
13439         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13440         passphrases when it is not needed.
13441         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13442         passphrase stuff from gpg, should only be necessary when you use
13443         gpg with a smartcard.
13444
13445 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13446
13447         * mml.el (mml-insert-mime): Ignore cached contents of
13448         message/external-body part.
13449
13450         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13451         (mm-insert-part): Ditto.
13452
13453 2006-03-23  Simon Josefsson  <jas@extundo.com>
13454
13455         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13456         Reiner.
13457         (pgg-gpg-use-agent-p): Use it again.
13458
13459 2006-03-23  Simon Josefsson  <jas@extundo.com>
13460
13461         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13462         older emacsen.
13463         (pgg-gpg-use-agent-p): Don't use it.
13464
13465 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13466
13467         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13468         if we can.
13469
13470 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13471
13472         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13473         (pgg-gpg-update-agent): New function.
13474         (pgg-gpg-use-agent-p): New function.
13475         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13476         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13477         (pgg-gpg-sign-region): Use it.
13478
13479 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13480
13481         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13482         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13483
13484 2006-03-21  Simon Josefsson  <jas@extundo.com>
13485
13486         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13487         <wilde@sha-bang.de>.
13488         (pgg-gpg-use-agent): New variable.
13489         (pgg-gpg-process-region): Use it.
13490         (pgg-gpg-encrypt-region): Likewise.
13491         (pgg-gpg-encrypt-symmetric-region): Likewise.
13492         (pgg-gpg-decrypt-region): Likewise.
13493         (pgg-gpg-sign-region): Likewise.
13494         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13495
13496 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13497
13498         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13499
13500         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13501         Add comment on version.
13502
13503 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13504
13505         * smiley.el: Add missing test smiley.
13506
13507 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13508
13509         * mm-decode.el (mm-with-part): New macro.
13510         (mm-get-part): Use it; work with message/external-body as well.
13511         (mm-save-part): Treat name and filename equally.
13512
13513         * mm-extern.el (mm-extern-cache-contents): New function.
13514         (mm-inline-external-body): Use it; force the part to be displayed;
13515         move undisplayer added to the cached handle to the parent.
13516
13517         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13518         (gnus-mime-view-part-as-type): Work with message/external-body.
13519
13520         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13521
13522 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13523
13524         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13525         images in image-load-path.  [Sync with image.el, revision 1.60, in
13526         Emacs.]
13527
13528 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13529
13530         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13531         path rather than symbol.  Always return list of directories.
13532         Guarantee that image directory comes first.  [Sync with image.el,
13533         revision 1.59, in Emacs.]
13534
13535         * message.el (message-make-tool-bar): Adjust to new API of
13536         `gmm-image-load-path-for-library'.
13537
13538         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13539
13540         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13541
13542 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13543
13544         * gnus-art.el (gnus-article-only-boring-p):
13545         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13546         intangible text.
13547         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13548
13549 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13550
13551         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13552         Use `defun' instead of `gmm-defun-compat'.
13553
13554 2006-03-14  Simon Josefsson  <jas@extundo.com>
13555
13556         * message.el (message-unique-id): Don't use message-number-base36
13557         if (user-uid) is a float.
13558         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13559
13560 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13561
13562         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13563
13564         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13565         empty line between a part and a message part.
13566
13567 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13568
13569         * smiley.el: Add more test smileys.
13570         (smiley-data-directory, smiley-regexp-alist)
13571         (gnus-smiley-file-types): Fix doc strings.
13572         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13573         adding new elements.
13574         (smiley-mouse-map): Unused code.  Make it a comment.
13575
13576 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13577
13578         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13579         scan latest NoCeM messages instead of old ones.
13580         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13581         delimiters that are recently used.
13582         (gnus-nocem-load-cache): Add autoload cookie.
13583
13584         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13585
13586         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13587         level which is larger than gnus-use-nocem is specified.
13588
13589         * gnus-group.el (gnus-group-get-new-news): Ditto.
13590
13591 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13592
13593         * gnus-util.el (gnus-tool-bar-update): New function.
13594
13595         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13596         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13597
13598         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13599
13600         * gnus-group.el (gnus-group-redraw-when-idle)
13601         (gnus-group-redraw-check): Remove.
13602         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13603
13604 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13605
13606         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13607         if optional last element is specified in splits (FIELD VALUE...).
13608
13609 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13610
13611         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13612         to gmm-image-load-path-for-library.  Call with no-error argument.
13613         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13614
13615         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13616
13617         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13618
13619         * gmm-utils.el (gmm-image-load-path): Remove alias.
13620
13621 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13622
13623         * gmm-utils.el (gmm-image-load-path): Add alias.
13624
13625         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13626         nnml-generate-nov-databases-1.
13627         (nnml-generate-nov-databases): Use it.
13628         (nnml-generate-nov-databases-directory): Document no-active
13629         argument.
13630
13631         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13632         directory if path is t.  Add no-error.
13633
13634         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13635         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13636
13637         * gnus-art.el (gnus-article-browse-delete-temp-files):
13638         Simplify resetting gnus-article-browse-html-temp-list.
13639
13640         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13641         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13642         Add example to docstring.  Rename local variables.  Move error
13643         checks to default case in cond and simplify.
13644
13645 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13646
13647         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13648         handle is multipart when calling it recursively.
13649         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13650
13651 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13652
13653         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13654         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13655
13656 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13657
13658         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13659         is loaded.
13660
13661         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13662         loaded.
13663
13664 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13665
13666         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13667         to "Emacs 23 (unicode)" in doc string.
13668
13669         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13670         "Emacs 23 (unicode)" in comment.
13671
13672 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13673
13674         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13675
13676         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13677         characters 160 through 255 in Emacs 23.
13678
13679 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13680
13681         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13682         gnus-article-browse-html-temp.
13683         (gnus-article-browse-delete-temp): Make it customizable.
13684         Add `file'.  Adjust doc string.
13685         (gnus-article-browse-delete-temp-files): Add argument.
13686         Allow query for each file.  Adjust doc string.
13687         (gnus-article-browse-html-parts):
13688         Add `gnus-article-browse-delete-temp-files' to
13689         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13690
13691 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13692
13693         * gnus-art.el (gnus-article-browse-html-temp)
13694         (gnus-article-browse-delete-temp): New variables.
13695         (gnus-article-browse-delete-temp-files): New function.
13696         (gnus-article-browse-html-parts): Use it.
13697
13698 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13699
13700         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13701
13702         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13703         string.
13704
13705         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13706         gnus-summary-insert-new-articles when unplugged.
13707         Remove gnus-summary-search-article-forward.
13708
13709         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13710         display-visual-class instead of display-color-cells.
13711
13712 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13713
13714         * dgnushack.el: Autoload customize-group for XEmacs.
13715
13716         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13717         message/* containing non-ASCII text properly.
13718
13719 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13720
13721         * message.el: Require gmm-utils, remove autoloads.
13722         (message-tool-bar): Set default based on
13723         gmm-tool-bar-style.
13724         (message-tool-bar-gnome): Add gmm-customize-mode.
13725
13726         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13727         gmm-tool-bar-style.
13728         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13729
13730         * gnus-group.el (gnus-group-tool-bar): Set default based on
13731         gmm-tool-bar-style.
13732         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13733
13734         * gmm-utils.el (gmm-image-directory): Rename variable from
13735         gmm-image-load-path.
13736         (gmm-image-load-path): Use gmm-image-directory.
13737         (gmm-customize-mode): New function.
13738         (gmm-tool-bar-style): New variable.
13739
13740         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13741         gnus-group-redraw-line-number.
13742         (gnus-group-redraw-check): Simplify.
13743         (gnus-group-tool-bar-update): Remove redraw check.
13744         (gnus-group-make-tool-bar): Add redraw check.
13745
13746 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13747
13748         * gnus-art.el (gnus-button): Add missing parentheses.
13749
13750 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13751
13752         * lpath.el: Fbind line-number-at-pos.
13753
13754 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13755
13756         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13757
13758 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13759
13760         * gnus-art.el (gnus-button): New face.
13761         (gnus-article-button-face): Use it.
13762
13763         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13764         Add gnus-summary-next-page.  Re-order.
13765
13766         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13767         next-node are now included.
13768         (gnus-group-redraw-line-number): New internal variable.
13769         (gnus-group-redraw-check): Helper function for updating the tool
13770         bar.
13771         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13772
13773         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13774
13775         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13776         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13777         Use it to match format of Spamassassin 3.0 and later.
13778         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13779         (spam-check-bogofilter)
13780         (spam-bogofilter-register-with-bogofilter): Fix args of
13781         `gnus-error' calls.
13782
13783 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13784
13785         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13786         unnecessary interaction when sending queued mails.
13787         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13788
13789 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13790
13791         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13792         first or last are nil.
13793
13794 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13795
13796         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13797
13798 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13799
13800         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13801
13802 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13803
13804         * dns.el (query-dns): Protect more against buggy tcp output.
13805
13806 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13807
13808         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13809         nov.php.
13810
13811 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13812
13813         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13814         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13815         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13816         output on the server side.
13817         (nnweb-google-create-mapping): Update regexps and add some
13818         progress indication.
13819
13820 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13821
13822         * gnus-group.el (gnus-group-tool-bar-gnome):
13823         Fix gnus-agent-toggle-plugged.  Re-order icons.
13824         (gnus-group-tool-bar-gnome):
13825         Add gnus-group-{prev,next}-unread-group.
13826         (gnus-group-tool-bar-gnome): Re-order icons.
13827
13828         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13829         Move gnus-summary-insert-new-articles.
13830
13831         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13832         Fix comments.
13833
13834         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13835         also available in Emacs 21.3.
13836
13837         * message.el (message-fix-before-sending): Change "Emacs 22" to
13838         "Emacs 23 (unicode)" in comment.
13839
13840         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13841         "Emacs 23 (unicode)" in comment.
13842
13843         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13844         comment.
13845         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13846
13847         * mm-view.el (mm-fill-flowed): Add :version.
13848
13849 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13850
13851         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13852         and load-path.
13853
13854 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13855
13856         * message.el: Autoload gmm-image-load-path.
13857         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13858         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13859         consitency.
13860
13861         * gmm-utils.el (gmm-image-load-path): Also search in
13862         "../etc/images".  Don't set gmm-image-load-path if we don't find
13863         the image.
13864
13865 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13866
13867         * gmm-utils.el (gmm-image-load-path): Don't make
13868         `gmm-image-load-path' include subdirectories which the second arg
13869         `image' might specify.
13870
13871         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13872         subdirectory to icon file names.
13873
13874         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13875
13876 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13877
13878         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13879         gmm-image-load-path calls.
13880
13881         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13882
13883         * message.el (message-make-tool-bar): Ditto.
13884
13885         * mml.el (mml-preview): Add comment concerning tool bar icons.
13886
13887         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13888         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13889
13890         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13891         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13892
13893         * message.el (message-tool-bar-gnome): Use new icon names.
13894         (message-make-tool-bar): Use `gmm-image-load-path'.
13895
13896         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13897         New functions from MH-E.
13898         (gmm-image-load-path): New variable from MH-E.
13899         (gmm-image-load-path): New function from MH-E.  Add arguments
13900         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13901         *-image-load-path-called-flag.
13902
13903 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13904
13905         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13906
13907 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13908
13909         * nnimap.el (nnimap-request-move-article): Change folder back to
13910         source group before deleting.
13911
13912 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13913
13914         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13915
13916         * gnus-art.el (mm-url-insert-file-contents-external):
13917         Autoload mm-url.
13918
13919         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13920
13921 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13922
13923         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13924         coding system which mm-charset-to-coding-system returns for a
13925         given charset is valid.
13926
13927 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13928
13929         * html2text.el (html2text-remove-tag-list):
13930         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13931
13932 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13933
13934         * gnus-cus.el: Revert 2005-10-17 change.
13935
13936 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13937
13938         * gnus-art.el (article-strip-banner):
13939         Call article-really-strip-banner only when the regexp match is made.
13940
13941 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13942
13943         * gnus-art.el (article-strip-banner):
13944         Use gnus-extract-address-components instead of
13945         mail-header-parse-addresses to make it work with non-ASCII text;
13946         remove mail-encode-encoded-word-string.
13947
13948         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13949         values which are surrounded with \"...\"; make it never cause a
13950         Lisp error; give up parsing of parameters if it failed in
13951         extracting type.
13952
13953 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13954
13955         * smime.el (smime-cert-by-ldap-1): Fix bug where
13956         `smime-ldap-search' returns results without userCertificates.
13957
13958 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13959
13960         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13961
13962 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13963
13964         * spam.el (spam-check-spamassassin-headers): Adapt format for
13965         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13966         <ari@mbf.ocn.ne.jp>.
13967         (spam-list-of-processors): Add spam-use-gmane.
13968
13969 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13970
13971         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13972         make-temp-file; make it work with XEmacs as well.
13973
13974         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13975         mm-make-temp-file.
13976
13977         * mm-decode.el (mm-display-external): Use the 3rd arg of
13978         mm-make-temp-file.
13979         (mm-create-image-xemacs): Ditto.
13980
13981 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13982
13983         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13984         with message-narrow-to-headers.
13985         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13986         (gnus-draft-check-draft-articles): New function.
13987         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13988
13989 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13990
13991         * gnus-art.el (gnus-article-browse-html-parts):
13992         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13993         Don't use suffix argument for mm-make-temp-file for Emacs 21
13994         compatibility.  Remove useless `format'.
13995
13996 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13997
13998         * nnweb.el (nnweb-google-wash-article): Update regexps.
13999         (nnweb-group-alist): Use defvoo instead of defvar.
14000
14001 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14002
14003         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
14004         re-loading nn* modules.
14005
14006 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14007
14008         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
14009         for `tool-bar-mode' and don't check it's default-value.
14010
14011         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14012
14013         * message.el (message-make-tool-bar): Ditto.
14014
14015         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
14016         `substring'.  Shorten tmp-file name.
14017
14018         * gnus.el: Remove bogus comment.
14019
14020 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
14021
14022         * gnus-art.el (gnus-article-browse-html-parts): New function.
14023         (gnus-article-browse-html-article): New function for viewing html
14024         articles with a browser.
14025
14026 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
14027
14028         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
14029         in elisp.
14030         (pgg-gpg-encrypt-symmetric-region): Ditto.
14031         (pgg-gpg-sign-region): Ditto.
14032
14033         * pgg-def.el (pgg-text-mode): New variable.
14034
14035         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
14036         (mml2015-pgg-encrypt): Ditto.
14037
14038         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
14039         (mml1991-pgg-encrypt): Ditto.
14040
14041 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14042
14043         * nnfolder.el (nnfolder-insert-newsgroup-line):
14044         Use message-make-date instead of current-time-string.
14045
14046         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
14047         to gnus-decoded which mm-uu might set.
14048
14049 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14050
14051         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
14052         don't decode quoted parameters; remove misimported Emacs code.
14053         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14054         (rfc2231-decode-encoded-string): Don't use split-string which
14055         behaves differently according to Emacs version; use
14056         mm-decode-coding-region to convert charset to coding-system.
14057         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14058         (rfc2231-encode-string): Remove misimported Emacs code.
14059
14060 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14061
14062         * gnus-art.el (article-decode-charset): Don't use ignore-errors
14063         when calling mail-header-parse-content-type.
14064         (article-de-quoted-unreadable): Ditto.
14065         (article-de-base64-unreadable): Ditto.
14066         (article-wash-html): Ditto.
14067
14068         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
14069         calling mail-header-parse-content-type and
14070         mail-header-parse-content-disposition.
14071         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
14072         mail-header-parse-content-type.
14073
14074         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
14075         insert charset and format parameters; encode description after
14076         inserting it to buffer.
14077         (mml-insert-parameter): Fold lines properly even if a parameter is
14078         segmented into two or more lines; change the max column to 76.
14079
14080         * rfc1843.el (rfc1843-decode-article-body): Don't use
14081         ignore-errors when calling mail-header-parse-content-type.
14082
14083         * rfc2231.el (rfc2231-parse-string): Return at least type if
14084         possible; don't cause an error even if it fails in parsing of
14085         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14086         (rfc2231-encode-string): Don't break lines at the beginning, leave
14087         it to mml-insert-parameter.
14088
14089         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
14090         calling mail-header-parse-content-type.
14091
14092 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
14093
14094         * spam-report.el (spam-report-gmane-use-article-number):
14095         Improve doc string.
14096         (spam-report-gmane-internal): Check if a suitable header was found
14097         in the article.
14098
14099 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14100
14101         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14102         (rfc2231-encode-string): Make param*=value always begin with LWSP.
14103
14104 2006-02-05  Romain Francoise  <romain@orebokech.com>
14105
14106         Update copyright notices of all files in the gnus directory.
14107
14108 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14109
14110         * nnweb.el (nnweb-request-group): Avoid growing overview files.
14111
14112 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14113
14114         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14115         segmented lines of parameter value to cope with Thunderbird 1.5
14116         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14117         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14118         (rfc2231-encode-string): Don't make lines exceeding 76 column.
14119
14120 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
14121
14122         * mml.el (mml-generate-mime-1): Correct the order of inline signed
14123         parts.
14124
14125 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14126
14127         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14128         there's only one active file for all servers.
14129         (nnweb-request-scan): Make sure nnweb-articles is initialized on
14130         solid groups.  Gnus might have used a FAST request to select the group.
14131         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14132         and nnweb-search redundantly in the active file.
14133         (nnweb-request-list): Don't list bogus groups.  There can only be one.
14134         (nnweb-request-create-group): Don't use ARGS.
14135         (nnweb-possibly-change-server, nnweb-request-group): Remove some
14136         initialisations.  Let nnoo do the work.
14137
14138 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14139
14140         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14141         Say the part has been decoded.
14142
14143         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
14144
14145 2006-01-31  Kevin Ryde  <user42@zip.com.au>
14146
14147         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14148         mailcap-viewer-test-cache when there's no 'test clause, since that
14149         will invert the meaning of a "nil" test previously determined by
14150         mailcap-mailcap-entry-passes-test.
14151
14152 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14153
14154         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14155         compiling.
14156
14157         * gnus-sum.el: Ditto.
14158
14159         * message.el: Don't bind tool-bar-map when compiling.
14160
14161 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
14162
14163         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14164
14165 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14166
14167         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14168         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14169         current Google Groups.
14170
14171 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
14172
14173         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14174         and tool-bar-mode.
14175
14176         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14177         and tool-bar-mode.
14178
14179         * message.el (message-tool-bar-update): Simplify.
14180         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14181
14182         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14183         gnus-summary-buffer.
14184         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14185         gnus-summary-reply.
14186
14187         * gmm-utils.el (gmm): Add :version.
14188
14189 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14190
14191         * Makefile.in (clean): New rule.
14192         (distclean): Use it.
14193
14194 2006-01-26  Steve Youngs  <steve@sxemacs.org>
14195
14196         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14197         Don't autoload.
14198
14199 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14200
14201         * gmm-utils.el (gmm-verbose): Add :group.
14202
14203 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
14204
14205         * message.el: Change some comments WRT tool-bars.
14206
14207         * gnus-sum.el (gnus-summary-tool-bar)
14208         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14209         (gnus-summary-tool-bar-zap-list): New variables.
14210         (gnus-summary-make-tool-bar): Complete rewrite using
14211         `gmm-tool-bar-from-list'.
14212
14213         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14214         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14215         New variables.
14216         (gnus-group-make-tool-bar): Complete rewrite using
14217         `gmm-tool-bar-from-list'.
14218         (gnus-group-tool-bar-update): New function.
14219
14220         * message.el (message-mode-field-menu): Add "Show hidden Headers".
14221
14222 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14223
14224         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14225         is dissected into a single part of which the type is the same as
14226         the given one; decode charset.
14227
14228 2006-01-21  Kevin Ryde  <user42@zip.com.au>
14229
14230         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14231         into alists as symbol not string, since that's what
14232         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14233         look for.
14234
14235 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
14236
14237         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14238         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14239
14240         * message.el (message-tool-bar-gnome): Use gmm-ignore.
14241
14242 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14243
14244         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
14245         (gnus-xmas-mime-security-button-menu): New function.
14246
14247         * gnus-art.el (gnus-mime-security-button-commands): New variable.
14248         (gnus-mime-security-button-menu): New definition.
14249         (gnus-mime-security-button-map): Use them.
14250         (gnus-mime-security-button-menu): New function.
14251         (gnus-insert-mime-security-button): Addition to help echo.
14252         (gnus-mime-security-run-function, gnus-mime-security-save-part)
14253         (gnus-mime-security-pipe-part): New functions.
14254
14255         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14256         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14257
14258         * mm-decode.el (mm-handle-set-disposition): Remove.
14259         (mm-handle-set-description): Remove.
14260
14261 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14262
14263         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14264         (mm-w3m-standalone-supports-m17n-p): New function.
14265         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14266         w3m usage.
14267
14268         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14269         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14270
14271 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14272
14273         * message.el (message-tool-bar-zap-list):
14274         Use gmm-tool-bar-zap-list as custom type.
14275         (message-tool-bar-update): New function.
14276         (message-tool-bar, message-tool-bar-gnome)
14277         (message-tool-bar-retro): Add message-tool-bar-update.
14278         (message-tool-bar-gnome): Add flyspell-buffer.
14279
14280         * gnus-util.el (gnus-error): Describe `args'.
14281
14282         * gmm-utils.el (gmm-error): Describe `args'.
14283         (gmm-tool-bar-zap-list): New widget.
14284         (gmm-tool-bar-from-list): Improve description of `zap-list'.
14285
14286 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14287
14288         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14289         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14290         the number of recursive calls.
14291
14292         * mm-decode.el (mm-handle-set-disposition): New macro.
14293         (mm-handle-set-description): New macro.
14294
14295 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14296
14297         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14298         encoding.
14299
14300 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14301
14302         * message.el (message-tool-bar-zap-list, message-tool-bar)
14303         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14304         (message-tool-bar-local-item-from-menu): Remove.
14305         (message-tool-bar-map): Replace by `message-make-tool-bar'.
14306         (message-make-tool-bar): New function.
14307         (message-mode): Use `message-make-tool-bar'.
14308
14309         * gmm-utils.el: New file.
14310         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14311         (gmm-lazy): New widget copied from `nnmail.el'.
14312         (gmm-tool-bar-from-list): New function for creating customizable
14313         tool bars.
14314         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
14315         output.
14316         (gmm): Add :prefix to defgroup.
14317
14318 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
14319
14320         * gmm-utils.el (gmm-widget-p): New function.
14321
14322 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14323
14324         * mml.el (mml-attach-file): Describe `description' in doc string.
14325         (mml-menu): Add Emacs MIME manual and PGG manual.
14326
14327 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14328
14329         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14330
14331 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14332
14333         * nntp.el (nntp-end-of-line): Doc fix.
14334
14335 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14336
14337         * imap.el (imap-open): Handle case where buffer is a buffer
14338         object.
14339
14340 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14341
14342         * gnus-delay.el (gnus-delay): Don't autoload.
14343         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14344         to be re-loaded when customizing the `gnus-delay' group.
14345
14346 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14347
14348         * message.el (message-insert-citation-line): Use newlines.
14349
14350 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14351
14352         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14353         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14354         these routines, so the passphrase can be managed externally and
14355         passed in to the system.
14356         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14357         pgg-add-passphrase-to-cache function.
14358
14359         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14360         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14361         these routines, so the passphrase can be managed externally and
14362         passed in to the system.
14363         (pgg-pgp5-sign-region): Use new name of
14364         pgg-add-passphrase-to-cache function.
14365
14366 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14367
14368         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14369         part of the decoded armor to find the key-identifier.
14370         (pgg-gpg-lookup-key-owner): New function to return the
14371         human-readable identifier of a key owner.
14372         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14373         itself.
14374         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14375         the key value) if we have a key and can match it against a secret
14376         key.  Also, added a note pointing out fact that the prompt only
14377         indicates the first matching key.
14378
14379         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14380         pgg-decrypt-region.
14381         (pgg-add-passphrase-to-cache): Rename from
14382         `pgg-add-passphrase-cache' to reduce confusion (all callers
14383         changed).
14384         (pgg-remove-passphrase-from-cache): Rename from
14385         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14386         changed).
14387         (pgg-read-passphrase, pgg-add-passphrase-cache)
14388         (pgg-remove-passphrase-cache): Add informative docstrings.
14389         (pgg-decrypt): Convey provided passphrase in subordinate call to
14390         pgg-decrypt-region.
14391
14392 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14393
14394         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14395         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14396         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14397         'passphrase' argument, so the passphrase can be managed externally
14398         and then passed in to the system.
14399
14400         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14401         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14402         so the passphrase cache can be used reliably with identifiers
14403         besides a pgp packet's key id.
14404
14405         * pgg-gpg.el (pgg-gpg-encrypt-region)
14406         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14407         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14408         these routines, so the passphrase can be managed externally and
14409         passed in to the system.
14410
14411         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14412         'notruncate' argument, so the passphrase cache can be used
14413         reliably with identifiers besides a pgp packet's key id.
14414
14415 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14416
14417         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14418         symmetric encryption.
14419         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14420         encrypted session key.
14421         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14422         message ask for the passphrase in a proper way.
14423
14424         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14425         New user commands for symmetric encryption.
14426
14427 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14428
14429         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14430
14431         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14432
14433 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14434
14435         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14436
14437 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14438
14439         * mm-decode.el (mm-inlined-types): Add application/pgp.
14440         (mm-automatic-display): Ditto.
14441
14442         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14443         part as text.
14444
14445 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14446
14447         * nnrss.el: Update copyright.
14448         (nnrss-opml-import): Query whether to subscribe to each entry.
14449
14450         * gnus-art.el:
14451         * gnus-sum.el:
14452         * gnus-xmas.el:
14453         * messagexmas.el:
14454         * mm-uu.el:
14455         * mm-view.el: Update copyright.
14456
14457 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14458
14459         * message.el (message-info): New function.
14460         (message-mode-menu): Add it.
14461         Update copyright.
14462
14463         * ChangeLog: Fix and update copyright.
14464
14465 2006-01-13  Romain Francoise  <romain@orebokech.com>
14466
14467         * message.el (message-forward-subject-name-subject): Prefer the
14468         address to 'nowhere' if the sender has no name.
14469         Fix typo.  Update copyright year.
14470
14471 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14472
14473         * gnus-art.el (article-wash-html):
14474         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14475         (gnus-article-wash-html-with-w3m-standalone): New function.
14476
14477         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14478         mm-inline-text-html-render-with-w3m-standalone.
14479         (mm-text-html-washer-alist): Map w3m-standalone to
14480         gnus-article-wash-html-with-w3m-standalone.
14481         (mm-inline-text-html-render-with-w3m-standalone): New function.
14482
14483 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14484
14485         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14486         Improve LaTeX.
14487
14488 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14489
14490         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14491         (nnrss-request-article): Render text/plain parts as HTML.
14492
14493         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14494         the buffer.
14495
14496 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14497
14498         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14499         custom definition of `gnus-posting-styles'.
14500
14501         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14502         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14503
14504 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14505
14506         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14507         Use nntp for bug archive.
14508
14509 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14510
14511         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14512         parts.
14513         (nnrss-normalize-date): New function converts ISO 8601 date into
14514         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14515         (nnrss-check-group): Use it.
14516
14517 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14518
14519         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14520
14521         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14522         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14523         (nnrss-insert-w3): Ditto.
14524
14525 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14526
14527         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14528         the articles to be forwarded including the case where neither a
14529         number of articles nor a region is specified.
14530
14531 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14532
14533         * nnrss.el (nnrss-request-article): Fix last change; fill
14534         text/plain parts.
14535
14536 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14537
14538         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14539         in text/plain part.
14540         (nnrss-check-group): Don't add excessive newline to dc:subject.
14541
14542 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14543
14544         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14545         article.
14546
14547 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14548
14549         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14550         (nnml-use-compressed-files, nnml-save-mail): Support other
14551         comression programs such as bzip2.
14552
14553 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14554
14555         * dns.el (query-dns): Make sure we check the buffer size before
14556         removing tcp headers.
14557
14558 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14559
14560         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14561         remove MIME buttons associated with multipart/alternative parts.
14562         (gnus-mime-display-alternative): Tag buttons using `article-type'
14563         text property.
14564
14565         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14566         associated with multipart/alternative parts.
14567
14568         * gnus-art.el (gnus-signature-separator): Fix custom type.
14569
14570         * mm-decode.el (mm-inlined-types): Fix custom type.
14571         (mm-keep-viewer-alive-types): Ditto.
14572         (mm-automatic-display): Ditto.
14573         (mm-attachment-override-types): Ditto.
14574         (mm-inline-override-types): Ditto.
14575         (mm-automatic-external-display): Ditto.
14576
14577 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14578
14579         * spam-report.el (spam-report-user-mail-address)
14580         (spam-report-user-agent): New variables.
14581         (spam-report-url-ping-plain): Use spam-report-user-agent.
14582
14583 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14584
14585         * gnus-art.el (gnus-button-handle-custom): Do not just use
14586         `customize-apropos' for any "M-x customize-*" button but the
14587         function called for.  Accept both the function name and its
14588         argument in order to achieve this.
14589         (gnus-button-alist): Remove support for "custom:" URL's.
14590         Pass function name to `gnus-button-handle-custom' in case of "M-x
14591         customize-*" buttons.
14592
14593 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14594
14595         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14596         multipart/alternative and add xref to mm-discouraged-alternatives
14597         in doc string.
14598
14599         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14600         gnus-buttonized-mime-types in doc string.
14601
14602 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14603
14604         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14605         Suggest image/.* in the doc string.
14606
14607 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14608
14609         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14610         message-marks (Debian bug #342521).
14611
14612 2005-12-12  Simon Josefsson  <jas@extundo.com>
14613
14614         * password.el (password-read-from-cache): Add.
14615         (password-read): Use it.
14616
14617 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14618
14619         * rfc2047.el (rfc2047-charset-to-coding-system):
14620         Recognize us-ascii as a MIME charset.
14621
14622         * mm-bodies.el (mm-decode-content-transfer-encoding):
14623         Protect against the case where the 2nd arg TYPE is nil.
14624
14625 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14626
14627         * pop3.el (pop3-stream-type): Fix custom version.
14628
14629         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14630
14631 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14632
14633         * mm-decode.el (mm-display-external): Add missing cdr.
14634
14635 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14636
14637         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14638         RFC1524) if it is in mailcap or add a suffix according to
14639         mailcap-mime-extensions when generating a temp filename; postpone
14640         deleting a temp file for 2 seconds for some wrappers, shell
14641         scripts, and so on, which might exit right after having started a
14642         viewer command as a background job.
14643
14644 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14645
14646         * nntp.el (nntp-marks-directory): Fix custom group.
14647
14648         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14649         steps when < 10.
14650
14651         * gnus-start.el (gnus-no-server-1):
14652         Mention `gnus-level-default-subscribed' in doc string.
14653
14654 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14655
14656         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14657         parens.
14658
14659 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14660
14661         * gnus-xmas.el (gnus-use-toolbar): Revert.
14662         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14663         gnus-use-toolbar is default.
14664
14665         * messagexmas.el (message-use-toolbar): Revert.
14666         (message-setup-toolbar): Use global default-toolbar if
14667         message-use-toolbar is default.
14668
14669 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14670
14671         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14672         according to default-toolbar-visible-p.
14673
14674         * messagexmas.el (message-use-toolbar): Ditto.
14675
14676 2005-11-26  Dave Love  <fx@gnu.org>
14677
14678         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14679         (tls-program, tls-success): Provide openssl alternative.
14680
14681         * starttls.el: Doc fixes.
14682         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14683         SERVICE to PORT.
14684
14685         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14686         port null or service name.
14687         (starttls-negotiate): Autoload.
14688
14689 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14690
14691         * message.el (message-kill-to-signature): Fix interactive spec.
14692
14693 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14694
14695         * pop3.el (pop3-open-server): Recognize a string as a service name.
14696
14697 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14698
14699         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14700
14701 2005-11-23  Dave Love  <fx@gnu.org>
14702
14703         Add pop3s, pop3/starttls.
14704
14705         * pop3.el (pop3-authentication-scheme): Clarify doc.
14706         (open-tls-stream, starttls-open-stream): Autoload.
14707         (pop3-stream-type): New.
14708         (pop3-open-server): Use it.
14709
14710         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14711         for POP.
14712         (mail-source-keyword-map): Add :stream for POP.
14713         (mail-source-fetch-pop): Use pop3-stream-type.
14714
14715 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14716
14717         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14718         of current-time-string.
14719
14720 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14721
14722         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14723         date header.
14724
14725 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14726
14727         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14728         it can seriously impact performance as it bypasses the agent's
14729         local caches.
14730
14731 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14732
14733         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14734         must be explicitly online rather than "not explicitly offline" for
14735         its flags to be synchronized.
14736
14737         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14738         that gnus-uu-unmark-thread will function correctly.
14739
14740         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14741         1024K is instead displayed as 1M.
14742
14743 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14744
14745         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14746
14747 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14748
14749         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14750
14751 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14752
14753         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14754         error message to display actual error condition.
14755         (gnus-agent-save-local): Avoid saving symbols that are bound to
14756         nil as they simply result in a warning message in
14757         gnus-agent-read-local.
14758
14759 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14760
14761         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14762         rather than make-variable-buffer-local for file-precious-flag.
14763
14764 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14765
14766         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14767         for duplicates which are removed.  The invalid sort check then
14768         triggers a rescan after the sort as sorting may have moved
14769         duplicate entries such that they can be cheaply detected.
14770
14771 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14772
14773         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14774
14775 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14776
14777         * gnus-agent.el (gnus-agent-article-alist-save-format):
14778         Change internal variable to a custom variable.  Change default value
14779         from compressed(2) to uncompressed(1).
14780         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14781         support for uncompressed agentview files.  Taken together, reading
14782         the agentview file should now be 6-7 times faster.
14783
14784 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14785
14786         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14787         as a buffer-local variable.  This avoids creating truncated
14788         dribble files as a result of a hang up, eg.
14789
14790 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14791
14792         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14793         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14794         XEmacs.
14795
14796 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14797
14798         * gnus-start.el (gnus-start-draft-setup):
14799         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14800
14801         * gnus.el (gnus-splash): Change custom group.
14802         (gnus-group-get-parameter, gnus-group-parameter-value):
14803         Describe allow-list argument.
14804
14805         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14806         string.
14807
14808 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14809
14810         * gnus-art.el (gnus-default-article-saver): Add user-defined
14811         `function' to custom type.
14812
14813 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14814
14815         * imap.el (imap-open): Handle case where buffer is a buffer
14816         object.
14817
14818 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14819
14820         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14821         long lines.
14822         (gnus-cache-delete-group): Wrap doc strings.
14823
14824         * gnus-agent.el (gnus-agent-rename-group)
14825         (gnus-agent-delete-group): Wrap doc strings.
14826
14827 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14828
14829         * messagexmas.el (message-use-toolbar): Change the valid values
14830         into default, top, bottom, left, and right.
14831         (message-toolbar-thickness): New variable.
14832         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14833         well.
14834         (message-setup-toolbar): Make it work.
14835
14836         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14837         (gnus-use-toolbar): Change the valid values into default, top,
14838         bottom, left, and right.
14839         (gnus-toolbar-thickness): New variable.
14840         (gnus-xmas-setup-toolbar): New function.
14841         (gnus-xmas-setup-group-toolbar): Use it.
14842         (gnus-xmas-setup-summary-toolbar): Use it.
14843
14844 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14845
14846         * gnus-start.el (gnus-1): Add "native" to
14847         gnus-predefined-server-alist.
14848
14849         * gnus.el (gnus-method-to-server): Don't add "native" to the
14850         lists here, because that leads to problems when
14851         gnus-select-method is bound.
14852
14853 2005-11-09  Simon Josefsson  <jas@extundo.com>
14854
14855         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14856         use (not sort-by-date) instead.
14857
14858 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14859
14860         * gnus-delay.el (gnus-delay-group): Don't autoload.
14861         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14862         to be re-loaded when customizing the `gnus-delay' group.
14863
14864 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14865
14866         * message.el: Revert last changes.
14867         (message-insert-citation-line): Use newlines.
14868
14869 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14870
14871         * message.el (message-courtesy-message)
14872         (message-mark-insert-begin, message-mark-insert-end)
14873         (message-elide-ellipsis, message-cancel-message)
14874         (message-add-header, message-change-subject)
14875         (message-cross-post-followup-to-header)
14876         (message-cross-post-insert-note, message-reduce-to-to-cc)
14877         (message-widen-reply, message-delete-not-region)
14878         (message-kill-to-signature, message-insert-signature)
14879         (message-insert-importance-high, message-insert-importance-low)
14880         (message-insert-or-toggle-importance)
14881         (message-insert-disposition-notification-to)
14882         (message-indent-citation, message-yank-original)
14883         (message-cite-original-without-signature, message-cite-original)
14884         (message-insert-citation-line, message-position-on-field)
14885         (message-fix-before-sending, message-send-mail-partially)
14886         (message-send-mail, message-send-mail-with-sendmail)
14887         (message-send-mail-with-qmail, message-send-news)
14888         (message-check-news-header-syntax, message-generate-headers)
14889         (message-insert-courtesy-copy, message-fill-address)
14890         (message-fill-header, message-shorten-references)
14891         (message-setup-1, message-cancel-news)
14892         (message-forward-make-body-plain, message-forward-make-body-mime)
14893         (message-forward-make-body-mml, message-encode-message-body)
14894         (message-forward-make-body-digest-plain)
14895         (message-forward-make-body-digest-mime)
14896         (message-use-alternative-email-as-from): Insert `hard-newline'
14897         instead of ordinary newlines.
14898
14899 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14900
14901         * message.el (message-generate-headers): Downcase the argument
14902         given to message-check-element.
14903
14904 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14905
14906         * nntp.el (nntp-authinfo-rejected): New error condition.
14907         (nntp-wait-for): Use new error condition to signal authentication
14908         error.
14909         (nntp-retrieve-data): Rethrow new error condition to break out of
14910         recursive call to nntp-send-authinfo.
14911
14912 2005-11-08  Romain Francoise  <romain@orebokech.com>
14913
14914         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14915         (gnus-summary-exit-map): Bind to `Z p'.
14916         (gnus-summary-make-menu-bar): Add menu item.
14917
14918 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14919
14920         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14921         (gnus-treat-*): Add `first' in all doc strings.
14922
14923         * gnus-group.el (gnus-group-compact-group): Fix typo.
14924
14925 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14926
14927         * gnus.el (gnus-parameters-case-fold-search): New variable.
14928         (gnus-parameters-get-parameter): Use it.
14929
14930         * gnus-score.el (gnus-home-score-file): Doc fix.
14931
14932 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14933
14934         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14935
14936 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14937
14938         * mm-util.el (mm-special-display-p): New function.
14939
14940         * mml.el (mml-preview): Use it; doc fix.
14941
14942 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14943
14944         * imap.el (imap-open): Handle case where buffer is a buffer object.
14945
14946 2005-10-29  Romain Francoise  <romain@orebokech.com>
14947
14948         * message.el (message-fix-before-sending): Fix comment.
14949
14950 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14951
14952         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14953
14954 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14955
14956         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14957         Used in gnus-score.el.
14958
14959 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14960
14961         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14962
14963 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14964
14965         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14966         whitespace removed in revision 7.8.  Use concatenated string to
14967         protect trailing whitespace.
14968
14969 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14970
14971         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14972         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14973         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14974         Courier IMAP ("some version from 2004").  Mostly based on similar
14975         code in the same function.
14976
14977 2005-10-26  Didier Verna  <didier@xemacs.org>
14978
14979         * gnus-group.el (gnus-group-compact-group): Invalidate original
14980         article buffer.
14981         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14982         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14983         NOV database and in article itself.
14984         Invalidate article backlog.
14985
14986 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14987
14988         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14989
14990 2005-10-26  Simon Josefsson  <jas@extundo.com>
14991
14992         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14993         part of 2004-07-25 change.
14994
14995 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14996
14997         * message.el (message-display-completion-list): New function.
14998         (message-expand-group): Use it; make sure the Completions buffer
14999         is modifiable.
15000 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
15001
15002         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
15003         user-mail-name is an empty string.
15004
15005 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15006
15007         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
15008         depending on gnus-score-decay-constant.
15009
15010         * encrypt.el (encrypt-insert-file-contents)
15011         (encrypt-write-file-contents): Don't use `gnus-message'.
15012
15013         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
15014         arguments.
15015         (mm-uu-type-alist): Add message-marks and insert-marks.
15016         Pass arguments to mm-uu-verbatim-marks-extract.
15017         (mm-uu-hide-markers): New variable.
15018         (mm-uu-extract): Use face similar to `gnus-cite-3'.
15019
15020         * gnus-fun.el (gnus-convert-image-to-x-face-command)
15021         (gnus-convert-image-to-face-command): Use "convert" by default to
15022         allow other input image formats.
15023         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
15024         accordingly.
15025
15026 2005-10-23  Simon Josefsson  <jas@extundo.com>
15027
15028         * imap.el (imap-gssapi-program): Align command line parameters
15029         with latest GNU SASL.
15030         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
15031
15032 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15033
15034         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
15035         HTML.
15036         (nnslashdot-request-article): Ditto.
15037
15038         * lpath.el (featurep): Add nobreak-char-display.
15039
15040 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15041
15042         * mail-source.el (mail-source-fetch-pop): Require pop3.
15043         (mail-source-check-pop): Ditto.
15044
15045 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15046
15047         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
15048         errors.
15049
15050 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15051
15052         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
15053         (gnus-treat-strip-leading-blank-lines): Improve doc string.
15054
15055         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
15056
15057         * mm-bodies.el (mm-decode-string):
15058         Call `mm-charset-to-coding-system' with allow-override argument.
15059
15060 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15061
15062         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
15063         (rfc2047-charset-to-coding-system): New function.
15064         (rfc2047-decode-encoded-words): New function.
15065         (rfc2047-decode-region): Use them.
15066         (rfc2047-decode-cte): Remove.
15067         (rfc2047-parse-and-decode): Remove.
15068         (rfc2047-decode): Remove.
15069
15070 2005-10-15  Kenichi Handa  <handa@m17n.org>
15071
15072         * rfc2047.el (rfc2047-decode-cte): New function.
15073         (rfc2047-decode-region): Change the way to decode successive
15074         encoded-words: decode B- or Q-encoding in each encoded-word,
15075         concatenate them, and decode it as charset.
15076
15077 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15078
15079         * lpath.el: Fbind codepage-setup for XEmacs.
15080
15081 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
15082
15083         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
15084         widget-move-and-invoke.
15085         (gnus-custom-mode): Use gnus-custom-map.
15086
15087 2005-10-15  Bill Wohler  <wohler@newt.com>
15088
15089         * message.el (message-tool-bar-map): Rename image file from
15090         mail_send to mail/send.
15091
15092 2005-10-16  Masatake YAMATO  <jet@gyve.org>
15093
15094         * message.el (message-expand-group): Pass the common
15095         prefix substring of completion to `display-completion-list'.
15096
15097 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
15098
15099         * mml-sec.el (mml-secure-method): New internal variable.
15100         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
15101         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
15102         New functions using mml-secure-method.
15103
15104         * mml.el (mml-mode-map): Add key bindings for those functions.
15105         (mml-menu): Simplify security menu entries.  Suggested by Jesper
15106         Harder <harder@myrealbox.com>.
15107         (mml-attach-file, mml-attach-buffer, mml-attach-external):
15108         Goto end of message if point is the headers of the message.
15109
15110         * message.el (message-in-body-p): New function.
15111
15112         * assistant.el: Autoload gnus-util and netrc.
15113
15114         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
15115         Use `mm-charset-override-alist' only when decoding.
15116
15117         * mm-bodies.el (mm-decode-body):
15118         Call `mm-charset-to-coding-system' with allow-override argument.
15119
15120         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15121         `filename' from Content-Disposition if Content-Type doesn't
15122         provide `name'.
15123         (gnus-mime-view-part-as-type): Set default instead of
15124         initial-input.
15125
15126 2005-10-09  Daniel Brockman  <daniel@brockman.se>
15127
15128         * format-spec.el (format-spec): Propagate text properties of % spec.
15129
15130 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15131
15132         * gnus-art.el (gnus-treat-predicate): Add `first'.
15133
15134 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15135
15136         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15137         (mm-charset-override-alist): New variable.
15138         (mm-charset-to-coding-system): Use it.
15139         (mm-codepage-setup): New helper function.
15140         (mm-charset-eval-alist): New variable.
15141         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15142         Warn about unknown charsets.
15143
15144         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
15145
15146 2005-10-04  David Hansen  <david.hansen@gmx.net>
15147
15148         * nnrss.el (nnrss-request-article): Add support for the comments tag.
15149         (nnrss-check-group): Ditto.
15150
15151 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15152
15153         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15154         Rename x-gnus-verbatim to x-verbatim.
15155         (mm-uu-type-alist): Fix regexp for verbatim-marks.
15156
15157         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15158         x-verbatim.
15159
15160         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15161
15162         * gnus-util.el (gnus-remove-duplicates): Remove.
15163
15164         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15165         instead of gnus-remove-duplicates.
15166
15167         * message.el (message-remove-duplicates): Remove.
15168         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15169         message-remove-duplicates.
15170
15171         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15172         available, else use implementation from `delete-dups'.
15173
15174         * message.el (message-insert-expires): New function.
15175         (message-mode-map): Add key binding.
15176         (message-mode-field-menu): Add menu entry.
15177         (message-mode): Document it.
15178         (message-make-expires-date): Use `message-make-date'.
15179
15180 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
15181
15182         * message.el (message-make-expires-date): New function.
15183
15184 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15185
15186         * Makefile.in (list-installed-shadows): New entry.
15187         (install): Use it.
15188         (remove-installed-shadows): New entry.
15189
15190         * dgnushack.el (dgnushack-default-load-path): New variable.
15191         (dgnushack-find-lisp-shadows): New function.
15192         (dgnushack-remove-lisp-shadows): New function.
15193
15194 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15195
15196         * Makefile.in (install-el-elc): New entry.
15197         (install): Use it so that .el files are necessarily installed.
15198
15199 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15200
15201         * time-date.el: Autoload parse-time-string, XEmacs needs it.
15202
15203 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15204
15205         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15206         function rather than the diff-mode.el package.
15207         (mm-display-external): Use with-current-buffer.
15208         (mm-viewer-completion-map, mm-viewer-completion-map):
15209         Move initialization inside declaration.
15210
15211 2005-09-29  Simon Josefsson  <jas@extundo.com>
15212
15213         * spam.el: Load hashcash when compiling, to avoid warnings.
15214         Don't autoload mail-check-payment.
15215         (spam-check-hashcash): Define unconditionally, since hashcash.el
15216         is part of Gnus now.  Ignore errors from payment checking.
15217
15218 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15219
15220         * message.el (message-bold-region, message-unbold-region):
15221         Rename from `bold-region' and `unbold-region'.
15222
15223         * message.el: Remove useless autoloads.
15224
15225 2005-09-28  Simon Josefsson  <jas@extundo.com>
15226
15227         * message.el (message-use-idna): Default to t.
15228         (message-use-idna): Test whether encoding works too.  Doc fix.
15229
15230 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15231
15232         * nntp.el (nntp-warn-about-losing-connection): Remove.
15233
15234 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15235
15236         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15237         customizable.  Change default value.
15238         (mm-uu-diff-groups-regexp): Change default value.
15239         (mm-uu-type-alist): Add doc string.
15240         (mm-uu-configure): Add doc string.  Make it interactive.
15241         (mm-uu-tex-groups-regexp): New variable.
15242         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15243         (mm-uu-type-alist): Add LaTeX documents.
15244         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15245         of "text/verbatim".
15246         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15247
15248         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15249         instead of "text/verbatim".
15250
15251         * message.el (message-mark-inserted-region)
15252         (message-mark-insert-file): Use slrn style marks when called with
15253         prefix argument.
15254
15255 2005-09-27  Simon Josefsson  <jas@extundo.com>
15256
15257         * message.el (message-idna-to-ascii-rhs-1): Reformat.
15258
15259 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
15260
15261         * message.el (message-remove-duplicates): New function.
15262         Implementation borrowed from `gnus-remove-duplicates'.
15263         (message-idna-to-ascii-rhs): Also encode idna addresses in
15264         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15265         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15266         only ask about the same idna domain once per header and also tell
15267         in what header to replace the idna domain.
15268
15269         * gnus-art.el (article-decode-idna-rhs): Also decode idna
15270         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15271         (article-decode-idna-rhs): Fix regexp so that all idna-address in
15272         a header is decoded and not just the last one.
15273
15274 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15275
15276         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15277         has been decoded.
15278
15279         * mm-decode.el (mm-automatic-display): Add text/verbatim.
15280         (mm-insert-part): Don't modify text if it has been decoded.
15281
15282         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15283         decoded.
15284
15285         * mm-view.el (mm-inline-text): Don't strip text props unless
15286         decoding enriched or richtext parts.
15287
15288 2005-09-25  Romain Francoise  <romain@orebokech.com>
15289
15290         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15291         * gnus-start.el (gnus-subscribe-interactively):
15292         * gnus-uu.el (gnus-uu-grab-articles):
15293         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15294         space.
15295
15296 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15297
15298         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15299         * mm-view.el (mm-view-pkcs7-decrypt):
15300         * gnus-sum.el (gnus-summary-limit-to-extra)
15301         (gnus-summary-respool-article, gnus-read-move-group-name):
15302         * gnus-score.el (gnus-summary-increase-score):
15303         * gnus-util.el (gnus-completing-read-with-default):
15304         * gnus-art.el (gnus-read-save-file-name)
15305         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15306         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15307         * message.el (message-check-news-header-syntax):
15308         Follow convention for reading with the minibuffer.
15309
15310 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
15311
15312         * spam-report.el (spam-report-url-ping-plain):
15313         Use gnus-extended-version as User-Agent.
15314
15315         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15316         default value is nil.
15317
15318         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15319         (mm-uu-verbatim-marks-extract): New function.
15320         (mm-uu-extract): New face.
15321         (mm-uu-copy-to-buffer): Use it.
15322
15323         * spam-report.el (spam-report-gmane-ham): Rename from
15324         `spam-report-gmane-unspam'.
15325         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15326         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15327
15328         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15329         Autoload.
15330         (spam-report-gmane-unregister-routine):
15331         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15332
15333 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15334
15335         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15336         (spam-report-gmane-unregister-routine): Add support for gmane
15337         unregistration.
15338
15339         * spam-report.el (spam-report-gmane-unspam)
15340         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15341         (spam-report-gmane): Change to take a single article and do unspam
15342         registration.
15343
15344 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15345
15346         * mm-url.el (mm-url-decode-entities): Fix regexp.
15347
15348 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15349
15350         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15351         default to nil, to be able to use Gnus at all.  If the default
15352         switches to something else, then the function should be fixed not
15353         be exceedingly slow.
15354
15355 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15356
15357         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15358         fail hard.
15359
15360         * spam-report.el: Add better Keywords line.
15361
15362         * spam.el: Add Maintainer and better Keywords line.
15363
15364 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15365
15366         * gnus-art.el (gnus-article-replace-part)
15367         (gnus-mime-replace-part): New functions.
15368         (gnus-mime-action-alist, gnus-mime-button-commands)
15369         (gnus-mime-save-part-and-strip): Add file argument.
15370         (gnus-article-part-wrapper): Add interactive argument.
15371
15372         * gnus-sum.el (gnus-summary-mime-map):
15373         Add `gnus-article-replace-part'.
15374
15375 2005-09-19  Didier Verna  <didier@xemacs.org>
15376
15377         The nnml compaction feature:
15378         * nnml.el (nnml-request-compact-group): New function.
15379         * nnml.el (nnml-request-compact): New function.
15380         * gnus-int.el (gnus-request-compact-group): New function.
15381         * gnus-int.el (gnus-request-compact): New function.
15382         * gnus-group.el (gnus-group-compact-group): New function.
15383         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15384         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15385         * gnus-srvr.el (gnus-server-compact-server): New function.
15386         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15387         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15388
15389 2005-09-18  Deepak Goel  <deego@gnufans.org>
15390
15391         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15392         format spec.
15393
15394 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15395
15396         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15397
15398 2005-09-15  Romain Francoise  <romain@orebokech.com>
15399
15400         * message.el (message-fill-paragraph): Clarify docstring.
15401
15402 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15403
15404         * gnus-art.el (gnus-mime-display-part): Protect against broken
15405         MIME messages.
15406
15407 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15408
15409         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15410         before parsing header.
15411
15412 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15413
15414         * html2text.el (html2text-replace-list): Add new entities.
15415
15416 2005-09-11  Romain Francoise  <romain@orebokech.com>
15417
15418         * message.el (message-alternative-emails): Improve docstring.
15419         (message-setup-1): Call `message-use-alternative-email-as-from'
15420         after `message-setup-hook' to give it precedence over posting
15421         styles, etc.
15422         (message-use-alternative-email-as-from): Add docstring.
15423         Remove the original From header if present.
15424
15425         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15426         (nnml-save-mail): Use it.
15427
15428         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15429         articles.  Add new argument `silent'.
15430         (gnus-uu-mark-all): Report the total number of marked articles.
15431
15432 2005-09-10  Romain Francoise  <romain@orebokech.com>
15433
15434         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15435         (gnus-uu-mark-series): Likewise.
15436
15437 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15438
15439         * spam-report.el (spam-report-gmane): Fix generation of spam
15440         report URL.
15441
15442 2005-09-10  Simon Josefsson  <jas@extundo.com>
15443
15444         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15445         t, based on discussion on the ding list with Robert Epprecht
15446         <epprecht@solnet.ch>.
15447
15448 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15449
15450         * spam-report.el (spam-report-gmane): Make it work without
15451         X-Report-Spam header.  Gmane now only provides Archived-At.
15452         This is only used if `spam-report-gmane-use-article-number' is nil.
15453         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15454
15455         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15456         make `gnus-summary-sort-by-recipient' work with threading.
15457
15458         * nnweb.el (nnweb-google-wash-article): Print a message if article
15459         is not available.
15460
15461 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15462
15463         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15464         change.  Decode text/* parts content before displaying.
15465
15466 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15467
15468         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15469
15470 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15471
15472         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15473
15474         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15475         url-package-name, url-package-version,
15476         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15477         w3m-display-inline-images, and w3m-minor-mode-map.
15478
15479 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15480
15481         * message.el (message-tab-body-function): Fix mismatched custom type.
15482
15483         * gnus.el (gnus-group-change-level-function): Ditto.
15484
15485         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15486
15487         * gnus-art.el (gnus-signature-limit)
15488         (gnus-article-mime-part-function): Ditto.
15489
15490 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15491
15492         * mml.el (mml-mode): Silence the byte compiler.
15493
15494         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15495         using `(sit-for 0)' before moving the point to the specified part;
15496         skip unbuttonized parts.
15497         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15498         return to the summary window if gnus-auto-select-part is non-nil.
15499
15500 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15501
15502         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15503         New variables.
15504         (mml-dnd-attach-file, mml-mode): Use them.
15505
15506         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15507         Make fetching article by MID work again for Google Groups.
15508         Add FIXME concerning gnus-group-make-web-group.
15509
15510         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15511         Don't depend on Gnus by using mail-extract-address-components if
15512         gnus-extract-address-components is not bound.
15513
15514 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15515
15516         * gnus-art.el (gnus-mime-display-security): Don't display the
15517         signature, but only the signed part.
15518
15519 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15520
15521         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15522
15523         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15524         list, not listp.
15525
15526 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15527
15528         * mm-encode.el (mm-encode-content-transfer-encoding):
15529         Likewise when encoding.
15530
15531         * mm-bodies.el (mm-decode-content-transfer-encoding):
15532         De-canonicalize CRLF for all text content types, not just
15533         text/plain.
15534
15535 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15536
15537         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15538         valid article; point arrow and cursor at the MIME button.
15539
15540 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15541
15542         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15543         Suggested by Dan Christensen <jdc@uwo.ca>.
15544
15545         * mm-decode.el (mm-save-part): Enable change of prompt.
15546
15547 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15548
15549         * gnus-msg.el (gnus-inews-add-send-actions):
15550         Make `message-post-method' lambda parameter ARG `&optional'.
15551
15552 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15553
15554         * gnus-sum.el (gnus-summary-mime-map):
15555         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15556         gnus-article-jump-to-part.
15557
15558         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15559         (gnus-article-edit-part): Use it.
15560         (gnus-article-part-wrapper): Add no-handle argument.
15561         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15562         New functions.
15563
15564 2005-08-29  Romain Francoise  <romain@orebokech.com>
15565
15566         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15567         docstring.
15568         (gnus-face-from-file): Likewise.
15569
15570 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15571
15572         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15573         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15574         non-nil.
15575         (gnus-auto-select-part): New variable.
15576         (gnus-article-jump-to-part): New function.
15577         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15578         (gnus-mime-delete-part): Allow selecting specified part after
15579         deleting or stripping parts.
15580         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15581         part if argument is bogus.
15582
15583 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15584
15585         * gnus-art.el (w3m-minor-mode-map):
15586         * gnus-spec.el (gnus-newsrc-file-version):
15587         * gnus-util.el (nnmail-active-file-coding-system)
15588         (gnus-original-article-buffer, gnus-user-agent):
15589         * gnus.el (gnus-ham-process-destinations)
15590         (gnus-parameter-ham-marks-alist)
15591         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15592         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15593         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15594         * mm-decode.el (gnus-current-window-configuration):
15595         * mm-extern.el (gnus-article-mime-handles):
15596         * mm-url.el (url-current-object, url-package-name)
15597         (url-package-version):
15598         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15599         (smime-keys, w3m-cid-retrieve-function-alist)
15600         (w3m-current-buffer, w3m-display-inline-images)
15601         (w3m-minor-mode-map):
15602         * mml-smime.el (gnus-extract-address-components):
15603         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15604         (gnus-newsrc-hashtb, message-default-charset)
15605         (message-deletable-headers, message-options)
15606         (message-posting-charset, message-required-mail-headers)
15607         (message-required-news-headers):
15608         * mml1991.el (mc-pgp-always-sign):
15609         * mml2015.el (mc-pgp-always-sign):
15610         * nnheader.el (nnmail-extra-headers):
15611         * rfc1843.el (gnus-decode-encoded-word-function)
15612         (gnus-decode-header-function, gnus-newsgroup-name):
15613         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15614
15615 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15616
15617         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15618         the end of the date treatments.
15619
15620 2005-08-15  Simon Josefsson  <jas@extundo.com>
15621
15622         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15623         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15624         Capello and Romain Francoise.
15625         (pgg-fetch-key-function): Remove, not used?
15626         (pgg-insert-url-with-w3): Require url, to get
15627         url-insert-file-contents regardless of where it is defined.
15628
15629 2005-08-13  Romain Francoise  <romain@orebokech.com>
15630
15631         * message.el (message-cite-original-1): New function.
15632         (message-cite-original): Use it.
15633         (message-cite-original-without-signature): Ditto.
15634
15635 2005-08-08  Romain Francoise  <romain@orebokech.com>
15636
15637         * message.el (message-yank-empty-prefix): New variable.
15638         (message-indent-citation): Use it.
15639         (message-cite-original-without-signature): Respect X-No-Archive.
15640
15641 2005-08-08  Simon Josefsson  <jas@extundo.com>
15642
15643         * pgg.el: Autoload url-insert-file-contents instead of loading
15644         w3/url.
15645         (pgg-insert-url-with-w3): Don't load url here.
15646
15647 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15648
15649         * message.el (message-kill-to-signature): Don't insert newline at
15650         bol.
15651         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15652
15653 2005-08-06  Romain Francoise  <romain@orebokech.com>
15654
15655         * message.el (message-user-fqdn): Fix typo in docstring.
15656
15657 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15658
15659         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15660
15661         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15662
15663 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15664
15665         * mm-bodies.el (mm-encode-body): Use coding system rather than
15666         charset to encode text.
15667
15668         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15669         number of charsets if utf-8 is available (XEmacs).
15670
15671 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15672
15673         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15674         taken from `gnus-button-mid-or-mail-regexp'.
15675         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15676         (gnus-button-alist): Improve regexp for domain part of the MIDs
15677         for news:localpart@domain buttons.
15678         (gnus-button-ctan-directory-regexp): Update.
15679
15680 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15681
15682         * sieve-manage.el (sieve-manage-interactive-login):
15683         Use make-local-variable rather than make-variable-buffer-local.
15684         (sieve-manage-open): Ditto.
15685         (sieve-manage-authenticate): Ditto.
15686
15687         * mml.el (mml-generate-mime-1): Make the content type default to
15688         text/plain if the filename is not specified.
15689
15690 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15691
15692         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15693         instead of insert-buffer.
15694
15695         * message.el (message-yank-original): Ditto; set the mark at the
15696         end of the yanked message.
15697
15698 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15699
15700         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15701         lines to scroll rather than to stop it.
15702
15703         * mml.el (mml-generate-default-type): Add doc string.
15704         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15705         default to application/octet-stream when determining the content
15706         type if it is not specified for the part or the mml contents; add
15707         a comment about mml-generate-default-type.
15708
15709 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15710
15711         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15712         make it default to application/octet-stream when determining the
15713         content type if it is not specified for the external contents.
15714
15715 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15716
15717         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15718         segmented parameter but also other parameters might be there.
15719
15720 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15721
15722         * mm-decode.el (mm-display-external): Delete temp file, directory
15723         and buffer immediately if the external process is exited.
15724
15725 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15726
15727         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15728         fewer lines than that of scroll-margin.
15729         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15730
15731 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15732
15733         * gnus-art.el (gnus-article-next-page): Revert.
15734         (gnus-article-beginning-of-window): New macro.
15735         (gnus-article-next-page-1): Use it.
15736         (gnus-article-prev-page): Ditto.
15737         (gnus-article-edit-part): Use insert-buffer-substring instead of
15738         insert-buffer.
15739         (gnus-article-edit-exit): Ditto.
15740
15741         * gnus-util.el (gnus-beginning-of-window): Remove.
15742         (gnus-end-of-window): Remove.
15743
15744         * lpath.el: Don't bind header-line-format and scroll-margin.
15745
15746 2005-07-25  Simon Josefsson  <jas@extundo.com>
15747
15748         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15749         to have the url package without w3.  Reported by Daiki Ueno
15750         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15751
15752 2005-07-20  Didier Verna  <didier@xemacs.org>
15753
15754         * gnus-diary.el: Remove the description comment (nndiary is now
15755         properly documented in the Gnus manual).
15756         Fix the spelling of "Back End".
15757         * nndiary.el: Ditto.
15758         Fix the copyright notice.
15759
15760 2005-07-18  Romain Francoise  <romain@orebokech.com>
15761
15762         * gnus-sum.el (gnus-summary-to-prefix)
15763         (gnus-summary-newsgroup-prefix): New variables.
15764         (gnus-summary-from-or-to-or-newsgroups): Use them.
15765
15766 2005-07-17  Romain Francoise  <romain@orebokech.com>
15767
15768         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15769         space as it's generally not especially interesting to the user.
15770
15771 2005-07-16  Romain Francoise  <romain@orebokech.com>
15772
15773         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15774         nil to avoid prompting and file modification if one of the
15775         messages at the top of the nnfolder file contains a copyright
15776         notice.
15777         Update copyright notice.
15778
15779         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15780         instead of `current-time-string' as the latter creates a time
15781         string that is not RFC 2822 compliant (it lacks the zone).
15782         Update copyright notice.
15783
15784 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15785
15786         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15787         for text/rtf.  Display default in prompt.  Pass default for M-n.
15788
15789         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15790
15791 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15792
15793         * gnus-msg.el (gnus-button-mailto):
15794         Remove save-selected-window-window hackery because it relies on
15795         save-selected-window internals.
15796
15797 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15798
15799         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15800         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15801         (gnus-article-prev-page): Ditto.
15802
15803         * gnus-util.el (gnus-beginning-of-window): New function.
15804         (gnus-end-of-window): New function.
15805
15806         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15807
15808 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15809
15810         * gnus-score.el (gnus-score-edit-all-score):
15811         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15812         gnus-message.
15813
15814 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15815
15816         * gnus-msg.el (gnus-button-mailto):
15817         Remove save-selected-window-window hackery because it relies on
15818         save-selected-window internals.
15819
15820 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15821
15822         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15823         add-minor-mode.
15824         (gnus-binary-mode): Ditto.
15825
15826         * gnus-topic.el (gnus-topic-mode): Ditto.
15827
15828 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15829
15830         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15831         (gnus-article-prev-page): Take scroll-margin into consideration.
15832
15833 2005-07-04  Lute Kamstra  <lute@gnu.org>
15834
15835         Update FSF's address in GPL notices.
15836
15837 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15838
15839         * gnus.el (gnus-exit):
15840         * gnus-group.el (gnus-group-icons):
15841         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15842
15843         * gnus-nocem.el (gnus-nocem):
15844         * message.el (message-various, message-buffers, message-sending)
15845         (message-interface, message-forwarding, message-insertion)
15846         (message-headers, message-news, message-mail):
15847         * pgg-gpg.el (pgg-gpg):
15848         * pgg-parse.el (pgg-parse):
15849         * pgg-pgp.el (pgg-pgp):
15850         * pgg-pgp5.el (pgg-pgp5):
15851         * pop3.el (pop3): Finish `defgroup' description with period.
15852
15853 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15854
15855         * gnus-art.el (article-display-face): Improve the efficiency.
15856         (article-display-x-face): Ditto; remove grey x-face stuff.
15857
15858 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15859
15860         * gnus-art.el (article-display-face): Correct the position in
15861         which Faces are inserted.
15862
15863 2005-06-29  Didier Verna  <didier@xemacs.org>
15864
15865         * gnus-art.el (article-display-face): Display faces in correct
15866         order.
15867
15868 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15869
15870         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15871         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15872         (gnus-nocem-check-article): Fetch the Type header.
15873         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15874         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15875         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15876         make sure gnus-nocem-hashtb is initialized.
15877         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15878         (gnus-nocem-unwanted-article-p): Ditto.
15879
15880         * pgg.el (pgg-verify): Return the verification result.
15881
15882 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15883
15884         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15885         is ascii.
15886
15887 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15888
15889         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15890         `show-nonbreak-escape'.
15891
15892 2005-06-23  Lute Kamstra  <lute@gnu.org>
15893
15894         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15895
15896         * dig.el (dig-mode):
15897         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15898
15899 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15900
15901         * nnimap.el (nnimap-split-download-body): Fix spellings.
15902
15903 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15904
15905         * gnus-art.el (gnus-article-encrypt-body):
15906         * gnus-cus.el (gnus-score-customize):
15907         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15908         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15909
15910 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15911
15912         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15913         header by looking for magic "MII" at the beginnig.
15914
15915 2005-06-16  Miles Bader  <miles@gnu.org>
15916
15917         * gnus-xmas.el (gnus-xmas-group-startup-message):
15918         Use renamed gnus-splash face.
15919
15920         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15921         (assistant-field-face): New backward-compatibility alias for renamed
15922         face.
15923         (assistant-render-text): Use renamed assistant-field face.
15924
15925         * spam.el (spam): Remove "-face" suffix from face name.
15926         (spam-face): New backward-compatibility alias for renamed face.
15927         (spam-face, spam-initialize): Use renamed spam face.
15928
15929         * message.el (message-header-to, message-header-cc)
15930         (message-header-subject, message-header-newsgroups)
15931         (message-header-other, message-header-name)
15932         (message-header-xheader, message-separator, message-cited-text)
15933         (message-mml): Remove "-face" suffix from face names.
15934         (message-header-to-face, message-header-cc-face)
15935         (message-header-subject-face, message-header-newsgroups-face)
15936         (message-header-other-face, message-header-name-face)
15937         (message-header-xheader-face, message-separator-face)
15938         (message-cited-text-face, message-mml-face):
15939         New backward-compatibility aliases for renamed faces.
15940         (message-font-lock-keywords): Use renamed message faces.
15941
15942         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15943         (sieve-test-commands, sieve-tagged-arguments):
15944         Remove "-face" suffix from face names.
15945         (sieve-control-commands-face, sieve-action-commands-face)
15946         (sieve-test-commands-face, sieve-tagged-arguments-face):
15947         New backward-compatibility aliases for renamed faces.
15948         (sieve-control-commands-face, sieve-action-commands-face)
15949         (sieve-test-commands-face, sieve-tagged-arguments-face):
15950         Use renamed sieve faces.
15951
15952         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15953         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15954         (gnus-group-news-3-empty, gnus-group-news-4)
15955         (gnus-group-news-4-empty, gnus-group-news-5)
15956         (gnus-group-news-5-empty, gnus-group-news-6)
15957         (gnus-group-news-6-empty, gnus-group-news-low)
15958         (gnus-group-news-low-empty, gnus-group-mail-1)
15959         (gnus-group-mail-1-empty, gnus-group-mail-2)
15960         (gnus-group-mail-2-empty, gnus-group-mail-3)
15961         (gnus-group-mail-3-empty, gnus-group-mail-low)
15962         (gnus-group-mail-low-empty, gnus-summary-selected)
15963         (gnus-summary-cancelled, gnus-summary-high-ticked)
15964         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15965         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15966         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15967         (gnus-summary-low-undownloaded)
15968         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15969         (gnus-summary-low-unread, gnus-summary-normal-unread)
15970         (gnus-summary-high-read, gnus-summary-low-read)
15971         (gnus-summary-normal-read, gnus-splash):
15972         Remove "-face" suffix from face names.
15973         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15974         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15975         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15976         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15977         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15978         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15979         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15980         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15981         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15982         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15983         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15984         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15985         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15986         (gnus-summary-normal-ticked-face)
15987         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15988         (gnus-summary-normal-ancient-face)
15989         (gnus-summary-high-undownloaded-face)
15990         (gnus-summary-low-undownloaded-face)
15991         (gnus-summary-normal-undownloaded-face)
15992         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15993         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15994         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15995         (gnus-splash-face):
15996         New backward-compatibility aliases for renamed faces.
15997         (gnus-group-startup-message): Use renamed gnus faces.
15998
15999         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
16000         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
16001         (gnus-server-agent): Remove "-face" suffix from face names.
16002         (gnus-server-agent-face, gnus-server-opened-face)
16003         (gnus-server-closed-face, gnus-server-denied-face)
16004         (gnus-server-offline-face):
16005         New backward-compatibility aliases for renamed faces.
16006         (gnus-server-agent-face, gnus-server-opened-face)
16007         (gnus-server-closed-face, gnus-server-denied-face)
16008         (gnus-server-offline-face): Use renamed gnus faces.
16009
16010         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
16011         Remove "-face" suffix from face names.
16012         (gnus-picon-xbm-face, gnus-picon-face):
16013         New backward-compatibility aliases for renamed faces.
16014
16015         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
16016         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
16017         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
16018         (gnus-cite-11): Remove "-face" suffix from face names.
16019         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
16020         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
16021         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
16022         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
16023         New backward-compatibility aliases for renamed faces.
16024         (gnus-cite-attribution-face, gnus-cite-face-list)
16025         (gnus-article-boring-faces): Use renamed gnus faces.
16026
16027         * gnus-art.el (gnus-signature, gnus-header-from)
16028         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
16029         (gnus-header-content): Remove "-face" suffix from face names.
16030         (gnus-signature-face, gnus-header-from-face)
16031         (gnus-header-subject-face, gnus-header-newsgroups-face)
16032         (gnus-header-name-face, gnus-header-content-face):
16033         New backward-compatibility aliases for renamed faces.
16034         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
16035
16036         * gnus-sum.el (gnus-summary-selected-face)
16037         (gnus-summary-highlight): Use renamed gnus faces.
16038         * gnus-group.el (gnus-group-highlight): Likewise.
16039
16040 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
16041
16042         * gnus-sieve.el (gnus-sieve-article-add-rule):
16043         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
16044         * spam-stat.el (spam-stat-buffer-change-to-spam)
16045         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
16046
16047         * message.el (message-is-yours-p):
16048         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
16049
16050 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16051
16052         * mm-view.el (mm-inline-text): Withdraw the last change.
16053
16054 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16055
16056         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
16057         executing enriched-decode.
16058
16059 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16060
16061         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
16062         charset of tar files.
16063
16064 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
16065
16066         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
16067
16068 2005-06-04  Lute Kamstra  <lute@gnu.org>
16069
16070         * nnfolder.el (nnfolder-read-folder): Make sure that undo
16071         information is never recorded.
16072
16073 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16074
16075         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
16076
16077 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16078
16079         * pop3.el (pop3-apop): Run md5 in the binary mode.
16080
16081         * starttls.el (starttls-set-process-query-on-exit-flag):
16082         Use eval-and-compile.
16083
16084 2005-05-31  Simon Josefsson  <jas@extundo.com>
16085
16086         * smime.el (smime-replace-in-string): Define.
16087         (smime-cert-by-ldap-1): Use it.
16088
16089 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16090
16091         * gnus-art.el (article-display-x-face): Replace
16092         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16093
16094         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
16095         set-process-query-on-exit-flag or process-kill-without-query.
16096
16097         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
16098         loop instead of replace-regexp.
16099
16100         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
16101         instead of process-kill-without-query if it is available.
16102
16103         * lpath.el: Fbind ldap-search-entries.
16104
16105         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
16106         instead of find-file-hooks if it is available.
16107
16108         * mml1991.el: Bind pgg-default-user-id when compiling.
16109
16110         * mml2015.el: Bind pgg-default-user-id when compiling.
16111
16112         * nndraft.el (nndraft-request-associate-buffer):
16113         Use write-contents-functions instead of write-contents-hooks if it is
16114         available.
16115
16116         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
16117         instead of find-file-hooks if it is available.
16118
16119         * nntp.el (nntp-open-connection): Replace
16120         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16121         (nntp-open-ssl-stream): Ditto.
16122         (nntp-open-tls-stream): Ditto.
16123
16124         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16125         set-process-query-on-exit-flag or process-kill-without-query.
16126         (starttls-open-stream-gnutls): Use it instead of
16127         process-kill-without-query.
16128         (starttls-open-stream): Ditto.
16129
16130 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
16131
16132         * smime.el (smime-cert-by-ldap-1): Don't use
16133         replace-regexp-in-string.
16134
16135 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
16136
16137         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16138
16139         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16140         in PEM format.  Adjust to the XEmacs compability.
16141
16142 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
16143
16144         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16145         by `string-to-number'.
16146         * gnus-agent.el (gnus-agent-regenerate-group)
16147         (gnus-agent-fetch-articles): Ditto.
16148         * gnus-art.el (gnus-button-fetch-group): Ditto.
16149         * gnus-cache.el (gnus-cache-generate-active)
16150         (gnus-cache-articles-in-group): Ditto.
16151         * gnus-group.el (gnus-group-set-current-level)
16152         (gnus-group-insert-group-line): Ditto.
16153         * gnus-score.el (gnus-score-set-expunge-below)
16154         (gnus-score-set-mark-below, gnus-summary-score-effect)
16155         (gnus-summary-score-entry): Ditto.
16156         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16157         (gnus-soup-pack): Ditto.
16158         * gnus-spec.el (gnus-xmas-format): Ditto.
16159         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16160         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16161         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16162         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16163         * nndb.el (nndb-get-remote-expire-response): Ditto.
16164         * nndiary.el (nndiary-parse-schedule-value)
16165         (nndiary-string-to-number, nndiary-request-replace-article)
16166         (nndiary-request-article): Ditto.
16167         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16168         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16169         * nneething.el (nneething-make-head): Ditto.
16170         * nnfolder.el (nnfolder-request-article)
16171         (nnfolder-retrieve-headers): Ditto.
16172         * nnheader.el (nnheader-file-to-number): Ditto.
16173         * nnkiboze.el (nnkiboze-request-article): Ditto.
16174         * nnmail.el (nnmail-process-unix-mail-format)
16175         (nnmail-process-babyl-mail-format): Ditto.
16176         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16177         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16178         (nnmh-request-create-group, nnmh-request-list-1)
16179         (nnmh-request-group, nnmh-request-article): Ditto.
16180         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16181         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16182         * nnsoup.el (nnsoup-make-active): Ditto.
16183         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16184         * nntp.el (nntp-find-group-and-number)
16185         (nntp-retrieve-headers-with-xover): Ditto.
16186         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16187         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16188         (pgg-format-key-identifier): Ditto.
16189         * pop3.el (pop3-last, pop3-stat): Ditto.
16190         * qp.el (quoted-printable-decode-region): Ditto.
16191
16192         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16193         of concat.
16194
16195 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16196
16197         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16198
16199         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16200
16201         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16202
16203         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16204
16205         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16206
16207         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16208
16209         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16210         (gnus-carpal-mode): Ditto.
16211
16212         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16213         (gnus-browse-mode): Ditto.
16214
16215         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16216
16217         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16218
16219 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16220
16221         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16222
16223 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16224
16225         * gnus-util.el (gnus-run-mode-hooks): New function.
16226
16227         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16228
16229         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
16230         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
16231
16232 2005-05-27  Lute Kamstra  <lute@gnu.org>
16233
16234         * dns-mode.el (dns-mode): Specify customization group.
16235
16236 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16237
16238         * gnus-agent.el (gnus-agent-make-mode-line-string):
16239         Use mode-line-highlight as mouse-face.
16240
16241 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16242
16243         * canlock.el (canlock): Change the parent group to news.
16244
16245         * deuglify.el (gnus-outlook-deuglify): Add :group.
16246
16247         * dig.el (dig): Add :group.
16248
16249         * dns-mode.el (dns-mode): Add :group.
16250
16251         * encrypt.el (encrypt): Add :group.
16252
16253         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16254         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16255         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16256         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16257         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16258
16259         * gnus-diary.el (gnus-diary): Add :group.
16260
16261         * gnus.el (gnus-group-news-1-face): Add :group.
16262         (gnus-group-news-1-empty-face): Ditto.
16263         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16264         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16265         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16266         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16267         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16268         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16269         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16270         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16271         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16272         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16273         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16274         (gnus-summary-high-ticked-face): Ditto.
16275         (gnus-summary-low-ticked-face): Ditto.
16276         (gnus-summary-normal-ticked-face): Ditto.
16277         (gnus-summary-high-ancient-face): Ditto.
16278         (gnus-summary-low-ancient-face): Ditto.
16279         (gnus-summary-normal-ancient-face): Ditto.
16280         (gnus-summary-high-undownloaded-face): Ditto.
16281         (gnus-summary-low-undownloaded-face): Ditto.
16282         (gnus-summary-normal-undownloaded-face): Ditto.
16283         (gnus-summary-high-unread-face): Ditto.
16284         (gnus-summary-low-unread-face): Ditto.
16285         (gnus-summary-normal-unread-face): Ditto.
16286         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16287         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16288
16289         * hashcash.el (hashcash): New custom group.
16290         (hashcash-default-payment): Add :group.
16291         (hashcash-payment-alist): Ditto.
16292         (hashcash-default-accept-payment): Ditto.
16293         (hashcash-accept-resources): Ditto.
16294         (hashcash-path): Ditto.
16295         (hashcash-extra-generate-parameters): Ditto.
16296         (hashcash-double-spend-database): Ditto.
16297         (hashcash-in-news): Ditto.
16298
16299         * message.el (message-minibuffer-local-map): Add :group.
16300
16301         * netrc.el (netrc): Add :group.
16302
16303         * sieve-manage.el (sieve-manage-log): Add :group.
16304         (sieve-manage-default-user): Diito.
16305         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16306         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16307         (sieve-manage-authenticators): Ditto.
16308         (sieve-manage-authenticator-alist): Ditto.
16309         (sieve-manage-default-port): Ditto.
16310
16311         * sieve-mode.el (sieve-control-commands-face): Add :group.
16312         (sieve-action-commands-face): Ditto.
16313         (sieve-test-commands-face): Ditto.
16314         (sieve-tagged-arguments-face): Ditto.
16315
16316         * smime.el (smime): Add :group.
16317
16318         * spam-report.el (spam-report): Add :group.
16319
16320         * spam.el (spam, spam-face): Add :group.
16321
16322 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16323
16324         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16325         return \n.\n.\n at the end of articles.  Protect against that.
16326         (nntp-with-open-group): Allow debugging.
16327
16328         * nnheader.el (mail-header-set-extra): Make into a function
16329         because I just could't understand how to quote the list properly.
16330
16331         * dns.el (query-dns-cached): New function.
16332
16333 2005-05-26  Lute Kamstra  <lute@gnu.org>
16334
16335         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16336
16337 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16338
16339         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16340
16341         * gnus-art.el: Don't autoload mail-extract-address-components.
16342
16343         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16344         eval-and-compile to evaluate it.
16345
16346         * hashcash.el: Don't autoload executable-find.
16347
16348         * nndb.el: Don't declare the nndb back end two or more times; don't
16349         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16350
16351         * nntp.el: Autoload format-spec instead of format; use
16352         eval-and-compile to evaluate autoload forms.
16353
16354 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16355
16356         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16357
16358 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16359
16360         * gnus.el (gnus-version-number): Bump version.
16361
16362 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16363
16364         * gnus.el: No Gnus v0.3 is released.
16365
16366 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16367
16368         * lpath.el (featurep): Bind show-nonbreak-escape.
16369
16370 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16371
16372         * gnus-art.el (gnus-article-edit-part): Disable undo.
16373
16374 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16375
16376         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16377         gnus-article-date-lapsed-new-header is t if date timer is active;
16378         skip headers in which the original date value is empty.
16379         (gnus-article-save-original-date): Redefine it as a macro.
16380         (gnus-display-mime): Use it.
16381
16382 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16383
16384         * gnus-art.el (article-date-ut): Support converting date in
16385         forwarded parts as well.
16386         (gnus-article-save-original-date): New function.
16387         (gnus-display-mime): Use it.
16388
16389 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16390
16391         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16392         enclosure element of <item>.
16393
16394 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16395
16396         * message.el (message-kill-buffer-query): Rename from
16397         `message-kill-buffer-query-if-modified'.  Add :version.
16398
16399 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16400
16401         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16402         window layout.
16403
16404 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16405
16406         * mml.el: Autoload dnd when compiling.
16407
16408 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16409
16410         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16411         x-dnd-*.
16412
16413 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16414
16415         * qp.el (quoted-printable-encode-region): Save excursion.
16416
16417 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16418
16419         * message.el (message-kill-buffer-query-if-modified): Add new variable
16420         so the user can kill a modified message buffer quickly.
16421         (message-kill-buffer): Use it.
16422
16423 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16424
16425         * lpath.el: Fbind display-time-event-handler; don't fbind
16426         string-to-multibyte.
16427
16428         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16429
16430 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16431
16432         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16433         contained in text because xml.el decodes entities) with LFs.
16434
16435 2005-04-11  Lute Kamstra  <lute@gnu.org>
16436
16437         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16438         differently.
16439
16440 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16441
16442         * mm-util.el (mm-detect-coding-region): Typo.
16443
16444 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16445
16446         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16447
16448 2005-04-06  Deepak Goel  <deego@gnufans.org>
16449
16450         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16451         user-function allow user modifications of the scores.
16452         (spam-stat-score-buffer-user): New function, to allow
16453         user-computed modifications to the score.
16454         (spam-stat-score-buffer-user-functions): List of additional
16455         scoring functions.
16456         (spam-stat-error-holder): Global temporary error holder.
16457         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16458         variable.
16459
16460 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16461
16462         * gnus-registry.el (gnus-registry-clean-empty-function)
16463         (gnus-registry-trim, gnus-registry-fetch-groups)
16464         (gnus-registry-delete-group): Groups that match
16465         `gnus-registry-ignored-groups' are removed from the registry
16466         entries, not just ignored for splitting.  This helps clean up the
16467         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16468         to get all the groups a message ID is in.
16469
16470         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16471         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16472         (spam-stat-score-buffer-user-functions): Add :number custom type.
16473
16474 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16475
16476         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16477         argument in XEmacs.
16478
16479         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16480         (nnrss-request-group): Decode group name first.
16481         (nnrss-request-article): Make a text/plain article if mml-to-mime
16482         failed.
16483         (nnrss-get-encoding): Return a compatible encoding according to
16484         nnrss-compatible-encoding-alist.
16485         (nnrss-find-el): Use consp instead of listp.
16486         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16487
16488 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16489
16490         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16491         which Emacs 20 doesn't support.
16492         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16493
16494 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16495
16496         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16497         silence the byte compiler inside the defun.
16498
16499         * gnus-demon.el (parse-time-string): Add autoload.
16500
16501         * gnus-delay.el (parse-time-string): Add autoload.
16502
16503         * gnus-art.el (parse-time-string): Add autoload.
16504
16505         * nnultimate.el (parse-time): Require for `parse-time-string'.
16506
16507 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16508
16509         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16510
16511         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16512
16513         * smime.el (smime-ldap-host-list): Add :version.
16514
16515 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16516
16517         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16518         pass it to `gnus-browse-read-group'.
16519         (gnus-browse-read-group): Add NUMBER argument and pass it to
16520         `gnus-group-read-ephemeral-group'.
16521
16522         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16523         argument and pass it to `gnus-group-read-group'.
16524
16525 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16526
16527         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16528         mm-xemacs-find-mime-charset-1 if we have the mule feature
16529         available at runtime.
16530
16531 2005-03-25  Werner Lemberg  <wl@gnu.org>
16532
16533         * nnmaildir.el: Replace `illegal' with `invalid'.
16534
16535 2005-03-23  Lute Kamstra  <lute@gnu.org>
16536
16537         * time-date.el: Add comment on time value formats.
16538         Don't require parse-time.
16539         (with-decoded-time-value): New macro.
16540         (encode-time-value): New function.
16541         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16542         (days-to-time): Return a valid time value when arg is huge.
16543         (time-since): Use time-subtract.
16544         (time-to-number-of-days): Use time-to-seconds.
16545
16546 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16547
16548         * gnus-start.el (gnus-display-time-event-handler):
16549         Check display-time-timer at runtime rather than only at load time
16550         in case display-time-mode is turned off in the mean time.
16551
16552 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16553
16554         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16555         used.
16556
16557         * nneething.el (nneething-map-file-directory): Derive from
16558         `gnus-directory'.
16559
16560         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16561         the To/Cc button.
16562
16563 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16564
16565         * nnmaildir.el (nnmaildir-request-accept-article):
16566         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16567
16568 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16569
16570         * gnus-async.el: Require timer-funcs at compile time when in
16571         XEmacs for `run-with-idle-timer'.
16572
16573 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16574
16575         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16576         autoloaded function.
16577
16578 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16579
16580         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16581
16582 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16583
16584         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16585
16586 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16587
16588         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16589         Add gnus-expert-user to default.
16590
16591 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16592
16593         * nnimap.el (nnimap-open-server): Ditto.
16594
16595         * imap.el (imap-authenticate): Fix typo.
16596
16597 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16598
16599         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16600         buffer (since IMAP server might return FETCH response out of
16601         order, and the nntp buffer must be sorted).
16602
16603 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16604
16605         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16606         comparison on string.
16607
16608         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16609         (gnus-agent-score): Rename category keywords to match gnus-cus.
16610         (gnus-agent-summary-fetch-series): Modify to protect against
16611         gnus-agent-summary-fetch-group clearing processable flags.
16612         (gnus-agent-synchronize-group-flags): Update live group buffer as
16613         synchronization may occur due to the user toggle the plugged
16614         status.
16615         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16616         successfully downloaded.
16617         (gnus-agent-expire-group-1): Avoid using markers when the overview
16618         is in ascending order; greatly improves performance.
16619         (gnus-agent-regenerate-group):
16620         Use gnus-agent-synchronize-group-flags to reset read status in both
16621         gnus and server.
16622         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16623
16624 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16625
16626         * message.el: Don't autoload former message-utils variables.
16627         (message-strip-subject-trailing-was): Change doc string.
16628
16629         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16630         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16631         (nnweb-google-search): Add "hl=en" here.
16632         (nnweb-google-parse-1, nnweb-google-create-mapping):
16633         Don't hardcode URL.
16634
16635 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16636
16637         * message.el (message-get-reply-headers, message-followup):
16638         Mention related variables `message-use-followup-to' and
16639         `message-use-mail-followup-to', in the information buffer.
16640
16641         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16642         of broken groups(-beta).google.com.
16643
16644 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16645
16646         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16647         parameter to invoked gnus-request-move-article; remove the
16648         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16649         all at once instead of once per article.
16650         (gnus-summary-remove-process-mark): Accept a list of articles as
16651         well as a single article for processing.
16652
16653         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16654         parameter.
16655
16656         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16657
16658         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16659
16660         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16661         parameter.
16662
16663         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16664         parameter.
16665
16666         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16667         parameter and remove the gnus-sum-hint-move-is-internal variable.
16668
16669         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16670         parameter.
16671
16672         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16673         parameter.
16674
16675         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16676         parameter.
16677
16678         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16679
16680         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16681         parameter.
16682
16683         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16684         parameter.
16685
16686 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16687
16688         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16689         a more conservative way.
16690
16691 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16692
16693         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16694         buffer, so it moves the window's cursor.
16695
16696 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16697
16698         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16699         `mm-dissect-multipart' and receive the from field as an (optional)
16700         argument from `mm-dissect-multipart'.
16701         (mm-dissect-multipart): Receive the from field as an argument and
16702         pass it on when we call `mm-dissect-buffer' on MIME parts.
16703         Fixes verification/decryption of signed/encrypted MIME parts.
16704
16705 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16706
16707         * gnus-sum.el (gnus-summary-move-article):
16708         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16709         whatever it calls (right now, only nnimap-request-move article
16710         respects it).
16711
16712         * nnimap.el (nnimap-request-move-article):
16713         When gnus-sum-hint-move-is-internal is set, don't do the extra
16714         nnimap-request-article.
16715
16716 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16717
16718         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16719
16720         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16721         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16722
16723         * gnus-sum.el (gnus-summary-caesar-message):
16724         Apply `gnus-treat-article' after rotation.
16725
16726         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16727         doc string.
16728
16729 2005-02-22  Simon Josefsson  <jas@extundo.com>
16730
16731         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16732         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16733         <arne@arnested.dk>.
16734         (encrypt): Add password-cache and password-cache-expiry as group
16735         members.
16736
16737 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16738
16739         * smime.el (smime-ldap-host-list): Doc fix.
16740         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16741         cache) password.
16742         (smime-sign-region): Use it.
16743         (smime-decrypt-region): Use it.
16744         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16745         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16746         fails.
16747         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16748         certificate from DER to PEM format rather than calling openssl.
16749
16750         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16751
16752         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16753         for signing/encryption.
16754
16755         * mml.el (mml-parse-1): Use them.
16756
16757 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16758
16759         * nnrss.el (nnrss-verbose): Remove.
16760         (nnrss-request-group): Use `nnheader-message' instead.
16761
16762 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16763
16764         * nnrss.el (nnrss-verbose): New variable.
16765         (nnrss-request-group): Make it say nnrss is requesting a group.
16766
16767 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16768
16769         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16770         Handle news URL with given port correctly.
16771
16772 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16773
16774         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16775         containing special characters.
16776
16777         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16778
16779         * mml.el (mime-to-mml): Ditto.
16780
16781         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16782         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16783         (rfc2047-decode-region): Quote decoded words containing special
16784         characters when rfc2047-quote-decoded-words-containing-tspecials
16785         is non-nil.
16786
16787 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16788
16789         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16790
16791         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16792
16793 2005-02-15  Simon Josefsson  <jas@extundo.com>
16794
16795         * nnimap.el (nnimap-debug): Doc fix.
16796
16797         * imap.el (imap-debug): Doc fix.
16798
16799 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16800
16801         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16802
16803 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16804
16805         * gnus.el (spam-contents): Improve docs for spam-contents
16806         parameter in its variable incarnation.
16807
16808 2005-02-14  Simon Josefsson  <jas@extundo.com>
16809
16810         * smime-ldap.el: Use require instead of load-library for ldap.
16811         (smime-ldap-search): Indent.
16812         (smime-ldap-search-internal): Shorten line.
16813
16814         * smime.el (smime-cert-by-dns): Add doc-string.
16815         (smime-cert-by-ldap-1): Indent.
16816
16817         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16818         mml-smime-get-dns-ldap.
16819         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16820
16821 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16822
16823         * smime.el: Require smime-ldap.
16824         (smime-ldap-host-list): New variable.
16825         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16826
16827         * mml-smime.el (mml-smime-encrypt-query): New function.
16828         (mml-smime-encrypt-query): Use it.
16829
16830         * smime-ldap.el: New file.
16831
16832 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16833
16834         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16835
16836 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16837
16838         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16839         argument in doc string.  Make query for type more clear.
16840
16841 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16842
16843         * gnus.el (gnus-group-startup-message): Search for gnus images in
16844         etc/images/gnus.
16845         * mm-util.el (mm-image-load-path): Likewise.
16846         * smiley.el (smiley-data-directory): Search for smilies in
16847         etc/images/smilies.
16848
16849 2005-02-09  Kim F. Storm  <storm@cua.dk>
16850
16851         Change Emacs release version from 21.4 to 22.1 throughout.
16852         Change Emacs development version from 21.3.50 to 22.0.50.
16853
16854 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16855
16856         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16857
16858         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16859         non-Mule XEmacs as well.
16860         (mm-decompress-buffer): Signal an error intentionally if it does
16861         not decompress compressed data because auto-compression-mode is
16862         disabled.
16863
16864 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16865
16866         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16867         an ID in the registry even if it has no groups.
16868
16869 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16870
16871         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16872         merge it into mm-decompress-buffer.
16873         (gnus-mime-copy-part): Use the MIME part charset, the value which
16874         a user specified or gnus-newsgroup-charset for decoding, like
16875         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16876         save-buffer what was used.  Suggested by Kevin Ryde
16877         <user42@zip.com.au>.
16878         (gnus-mime-inline-part): Allow the name parameter as well as the
16879         filename parameter; force decompressing of compressed data; always
16880         display contents being not decoded as unibyte.
16881
16882         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16883         as well as the filename parameter.
16884
16885         * mm-util.el (mm-decompress-buffer):
16886         Merge gnus-mime-jka-compr-maybe-uncompress.
16887         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16888         of compressed data.
16889
16890 2005-02-08  Simon Josefsson  <jas@extundo.com>
16891
16892         * imap.el (imap-log): Doc fix.
16893
16894 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16895
16896         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16897         the coding cookies; decompress compressed parts.
16898
16899         * mml.el (mml-generate-mime-1): Add the charset parameter according
16900         to the value which a user specified manually or the coding cookie.
16901
16902         * mm-util.el (mm-string-to-multibyte): New function.
16903         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16904         (mm-coding-system-to-mime-charset): New function.
16905         (mm-decompress-buffer): New function.
16906         (mm-find-buffer-file-coding-system): New function.
16907
16908         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16909         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16910         parts.
16911
16912 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16913
16914         * mm-view.el (mm-display-inline-fontify): Decode a part according
16915         to the charset parameter.
16916
16917 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16918
16919         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16920         prefix arg is neither nil nor a number, as info specifies.
16921
16922 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16923
16924         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16925         timestamps.
16926
16927 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16928
16929         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16930         groups error checking and notify user.
16931
16932 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16933
16934         * message.el (message-send-mail-function): Check existence of
16935         sendmail-program first before using default value
16936         `message-send-mail-with-sendmail'.  Otherwise use more generic
16937         `smtpmail-send-it'.
16938
16939 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16940
16941         * nntp.el (nntp-request-update-info): Always return nil.
16942
16943 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16944
16945         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16946
16947 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16948
16949         * message.el (message-beginning-of-line): Change the behavior when
16950         invoked between BOL and : so that it first moves backward.
16951
16952 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16953
16954         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16955         article buffer when editing of the article is discarded.
16956         (gnus-article-prepare): Revert.
16957
16958 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16959
16960         * gnus-art.el (gnus-article-prepare):
16961         Remove message-strip-forbidden-properties from the local hook.
16962
16963 2005-01-27  Simon Josefsson  <jas@extundo.com>
16964
16965         * password.el (password-cache-add): Only start one timer per key.
16966         Reported by Derek Atkins <warlord@MIT.EDU>.
16967
16968 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16969
16970         * run-at-time.el: Remove.  It is no longer needed as
16971         timer-funcs.el in the xemacs-base package has a working version of
16972         `run-at-time'.
16973
16974         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16975
16976         * password.el: Require timer-funcs instead of run-at-time in
16977         XEmacs.
16978         Remove `password-run-at-time' macro.
16979         (password-cache-add): Use `run-at-time' instead of
16980         `password-run-at-time'.
16981
16982         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16983         Remove `nnheader-cancel-function-timers' alias,
16984         `cancel-function-timers' exists in XEmacs in timer-funcs.
16985
16986         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16987         for `run-with-idle-timer'.
16988
16989         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16990         for `run-at-time'.
16991
16992         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16993         for `with-timeout'.
16994
16995         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16996         the same as for XEmacs 21.4.
16997         No need to ignore `run-with-idle-timer', this function exists in
16998         XEmacs now in timer-funcs.el in the xemacs-base package.
16999         (dgnushack-compile): No need to delete
17000         run-at-time.el from the list of files to compile because it
17001         doesn't exist anymore.
17002
17003 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17004
17005         * mml.el (mml-generate-mime-1): Convert string into unibyte when
17006         inserting " *mml*" buffer's contents into a unibyte temp buffer.
17007
17008 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
17009
17010         * mail-source.el (mail-source-fetch-imap): Search for ^From case
17011         sensitively.
17012
17013 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
17014
17015         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
17016
17017 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17018
17019         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
17020         which will be inserted according to the multibyteness of a buffer
17021         rather than the type of contents.  Suggested by ARISAWA Akihiro
17022         <ari@mbf.ocn.ne.jp>.
17023
17024         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
17025         of string which old xml.el may return rather than a string.
17026
17027 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17028
17029         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
17030
17031 2005-01-16  Simon Josefsson  <jas@extundo.com>
17032
17033         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
17034         idn/idna.el isn't available.
17035         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
17036         <michael@waxrat.com>.
17037
17038         * hashcash.el: Remove non-FSF copyright header.
17039
17040         * hashcash.el (hashcash-extra-generate-parameters): New variable.
17041         (hashcash-generate-payment): Use it.
17042         (hashcash-generate-payment-async): Use it.
17043
17044 2005-01-15  Simon Josefsson  <jas@extundo.com>
17045
17046         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
17047         Suggested by Raymond Scholz <ray-2005@zonix.de>.
17048
17049         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
17050         gnus-summary-idna-message.
17051         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
17052         (gnus-summary-idna-message): New function.
17053
17054 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
17055
17056         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
17057         gnus-novice-user.
17058
17059 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17060
17061         * nnrss.el (nnrss-request-delete-group): Delete entries in
17062         nnrss-group-alist as well.
17063         (nnrss-save-server-data): Insert newline.
17064
17065 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
17066
17067         * gnus.el (gnus-user-agent): Use list of symbols instead of
17068         symbols.  Display full version number for (S)XEmacs.
17069         Optionally display (S)XEmacs codename.
17070
17071         * gnus-util.el (gnus-emacs-version): Update for new
17072         `gnus-user-agent'.
17073
17074         * gnus-msg.el (gnus-extended-version): Make it possible to omit
17075         Gnus version.
17076
17077 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17078
17079         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
17080         which is unreadable in some setups.
17081
17082 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17083
17084         * gnus-spec.el (gnus-update-format-specifications): Flush the
17085         group format spec cache if it doesn't support decoded group names.
17086
17087 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17088
17089         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
17090         Allow to apply decay on score files matching a regexp.
17091
17092 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17093
17094         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
17095         compatibility in %g and %c.
17096
17097 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17098
17099         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
17100         name for only %g and %c.
17101         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
17102         of gnus-tmp-group to decoded group name.
17103         (gnus-group-make-rss-group): Exclude `/'s from group names.
17104
17105 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17106
17107         * nnrss.el (nnrss-get-encoding): Fix regexp.
17108
17109 2004-12-27  Simon Josefsson  <jas@extundo.com>
17110
17111         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
17112         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
17113         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
17114
17115 2004-12-17  Kim F. Storm  <storm@cua.dk>
17116
17117         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
17118
17119         * gnus-sum.el (gnus-summary-mode-map): Likewise.
17120
17121 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17122
17123         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
17124
17125 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17126
17127         * nnrss.el: Require rfc2047 and mml.
17128         (nnrss-file-coding-system): New variable.
17129         (nnrss-format-string): Redefine it as an inline function.
17130         (nnrss-decode-group-name): New function.
17131         (nnrss-string-as-multibyte): Remove.
17132         (nnrss-retrieve-headers): Decode group name; don't use
17133         nnrss-format-string.
17134         (nnrss-request-group): Decode group name.
17135         (nnrss-request-article): Decode group name; allow a Message-ID as
17136         well as an article number; don't use nnrss-format-string; encode a
17137         Message-ID string which may contain non-ASCII characters; use
17138         mml-to-mime to compose a MIME article.
17139         (nnrss-request-expire-articles): Decode group name.
17140         (nnrss-request-delete-group): Decode group name.
17141         (nnrss-fetch): Clarify error message.
17142         (nnrss-read-server-data): Use insert-file-contents instead of load;
17143         bind file-name-coding-system; use multibyte buffer.
17144         (nnrss-save-server-data): Bind coding-system-for-write to the
17145         value of nnrss-file-coding-system; bind file-name-coding-system;
17146         add coding cookie.
17147         (nnrss-read-group-data): Use insert-file-contents instead of load;
17148         bind file-name-coding-system; use multibyte buffer.
17149         (nnrss-save-group-data): Bind coding-system-for-write to the
17150         value of nnrss-file-coding-system; bind file-name-coding-system.
17151         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
17152         make it work with non-ASCII text.
17153         (nnrss-find-el): Make it work with old xml.el as well.
17154
17155 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17156
17157         * nnrss.el (nnrss-get-encoding): New function.
17158         (nnrss-fetch): Use unibyte buffer initially; bind
17159         coding-system-for-read while performing mm-url-insert; remove ^Ms;
17160         decode contents according to the encoding attribute.
17161         (nnrss-save-group-data): Add coding cookie.
17162         (nnrss-mime-encode-string): New function.
17163         (nnrss-check-group): Use it to encode subject and author.
17164
17165 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
17166
17167         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
17168         imaginary variable.
17169
17170 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17171
17172         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17173         correctly even if there are wide characters.
17174
17175 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
17176
17177         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17178         downcased symbol names; make a new cache instead of reusing
17179         bbdb-hashtable.
17180
17181 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17182
17183         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17184         concatenating segments rather than before concatenating them.
17185         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17186
17187         * message.el (message-get-reply-headers): Bind `extra'.
17188
17189 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17190
17191         * message.el (message-extra-wide-headers): New variable.
17192         (message-get-reply-headers): Use it.
17193
17194 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17195
17196         * gnus-agent.el (gnus-agent-group-path): Decode group name.
17197         (gnus-agent-group-pathname): Ditto.
17198
17199         * gnus-cache.el (gnus-cache-file-name): Decode group name.
17200
17201         * gnus-group.el (gnus-group-make-group): Decode group name.
17202         (gnus-group-make-rss-group): Register the group data after opening
17203         the nnrss group.
17204
17205 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
17206
17207         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17208         by expiry now get marked as read.
17209
17210 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17211
17212         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17213
17214 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
17215
17216         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17217         unify Latin characters in XEmacs.
17218         (mm-find-mime-charset-region): Use it.
17219
17220 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17221
17222         * gnus-util.el (gnus-delete-directory): New function.
17223
17224         * gnus-agent.el (gnus-agent-delete-group): Use it.
17225
17226         * gnus-cache.el (gnus-cache-delete-group): Use it.
17227
17228 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17229
17230         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17231         names.
17232
17233 2004-12-16  Simon Josefsson  <jas@extundo.com>
17234
17235         * hashcash.el (hashcash-payment-alist): Fix custom :type.
17236
17237 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17238
17239         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17240
17241         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17242         (gnus-group-set-current-level): Decode group name.
17243
17244 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
17245
17246         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17247         failed.
17248
17249 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17250
17251         * gnus-group.el (gnus-group-delete-group): Decode group name.
17252         (gnus-group-make-rss-group): Encode group name.
17253         (gnus-group-catchup-current): Decode group name.
17254         (gnus-group-kill-group): Decode group name.
17255
17256 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17257
17258         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17259
17260 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17261
17262         * gnus-group.el (gnus-group-make-rss-group):
17263         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17264
17265         * gnus-start.el (gnus-setup-news): Honor user's setting to
17266         gnus-message-archive-method.  Suggested by Lute Kamstra
17267         <lute@gnu.org>.
17268
17269 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
17270
17271         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17272         global counterparts of the buffer-local variables.
17273
17274 2004-11-16  Romain Francoise  <romain@orebokech.com>
17275
17276         * gnus-sum.el (gnus-summary-exit): Don't clear the global
17277         counterparts of the buffer-local variables.
17278
17279 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17280
17281         * message.el (message-forbidden-properties): Fix typo in doc
17282         string.
17283
17284 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17285
17286         * gnus-util.el (gnus-replace-in-string): Add doc string.
17287
17288         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17289         to avoid problems when splitting mails with many recipients.
17290
17291 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17292
17293         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17294         pop-to-buffer, covered by the subsequent gnus-configure-windows.
17295
17296 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
17297
17298         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17299         if there is no hashtable in memory or file modification time is
17300         newer than cached timestamp.
17301
17302 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17303
17304         * gnus-sum.el (gnus-summary-limit-to-recipient):
17305         Implement not-matching option.
17306
17307 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
17308
17309         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17310         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17311         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17312         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17313         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
17314         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17315
17316 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17317
17318         * message.el (message-forward-make-body-mml): Remove headers
17319         according to message-forward-ignored-headers if a message is decoded.
17320
17321 2004-12-02  Romain Francoise  <romain@orebokech.com>
17322
17323         * message.el (message-forward-make-body-plain): Always remove
17324         headers according to message-forward-ignored-headers.
17325
17326 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17327
17328         * spam.el (spam-summary-prepare-exit): Remove the
17329         gnus-summary-limit pop for now, it has problems with ham marks for
17330         me.
17331
17332 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17333
17334         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17335         correctly.
17336
17337 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17338
17339         * format-spec.el (format-spec): Message the char.
17340
17341 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17342
17343         * gnus-art.el (gnus-split-methods): Reformat comments.
17344
17345         * spam.el (spam-summary-prepare-exit): Remove article limits
17346         before exiting the summary buffer.
17347
17348 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17349
17350         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17351         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17352
17353         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17354         order to silence the byte compiler.
17355
17356         * spam.el: Fix the way to silence the byte compiler, which
17357         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17358         bbdb-search-simple, spam-BBDB-register-routine,
17359         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17360         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17361         spam-stat-buffer-is-spam, spam-stat-load,
17362         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17363         spam-stat-save and spam-stat-split-fancy.
17364
17365 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17366
17367         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17368         which may confuse users.
17369         (canlock-password-for-verify): Ditto.
17370
17371         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17372
17373         * gnus-art.el (gnus-emphasis-alist): Ditto.
17374
17375         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17376
17377         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17378
17379         * gnus-start.el (gnus-save-killed-list): Ditto.
17380
17381         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17382         (gnus-sum-thread-tree-root): Ditto.
17383         (gnus-sum-thread-tree-false-root): Ditto.
17384         (gnus-sum-thread-tree-single-indent): Ditto.
17385
17386         * message.el (message-courtesy-message): Ditto.
17387         (message-archive-note): Ditto.
17388         (message-subscribed-address-file): Ditto.
17389         (message-user-fqdn): Ditto.
17390
17391         * spam-report.el (spam-report-gmane-regex): Ditto.
17392
17393         * spam.el (spam-blackhole-good-server-regex): Ditto.
17394
17395 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17396
17397         * mml.el (mml-preview): Widen the message buffer before copying
17398         the contents to the preview buffer; sort headers before previewing.
17399
17400         * message.el (message-hidden-headers): Fix the way to avoid a bug
17401         in the `repeat' widget in Emacs 21.3 or earlier.
17402
17403 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17404
17405         * message.el (message-hidden-headers): Default to "^References:".
17406         Improve customization type.  Suggested by Reiner Steib
17407         <Reiner.Steib@gmx.de>.
17408
17409 2004-11-25  Romain Francoise  <romain@orebokech.com>
17410
17411         * message.el (message-strip-forbidden-properties): Remove check for
17412         obsolete `message-hidden' text property, hidden headers are not
17413         accessible in the buffer anymore.
17414
17415 2004-11-22  Romain Francoise  <romain@orebokech.com>
17416
17417         * message.el (message-header-format-alist): Add `From' in list
17418         so that it can be sorted.
17419         (message-fix-before-sending): Widen and sort headers before
17420         sending.
17421         (message-hide-headers): Use narrowing to hide headers by moving
17422         them to the top of the buffer and narrowing to the region
17423         underneath.
17424
17425 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17426
17427         * message.el (message-strip-forbidden-properties):
17428         Bind buffer-read-only (etc) to nil.
17429
17430 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17431
17432         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17433         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17434
17435 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17436
17437         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17438
17439 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17440
17441         * dns.el (query-dns): Use sit-for to time instead of
17442         accept-process-output, since that doesn't seem to work on udp
17443         sockets.
17444
17445 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17446
17447         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17448
17449 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17450
17451         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17452         doc string.  Improve doc string.
17453
17454 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17455
17456         * nntp.el (nntp-request-update-info): Return nil if
17457         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17458         may not call gnus-activate-group which uselessly issues the GROUP
17459         commands for all nntp groups and wastes time.  Reported by Romain
17460         Francoise <romain@orebokech.com>.
17461
17462         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17463
17464 2004-11-15  Simon Josefsson  <jas@extundo.com>
17465
17466         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17467         headers separately.
17468         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17469         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17470
17471 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17472
17473         * gnus-start.el (gnus-convert-old-newsrc):
17474         Assign legacy-gnus-agent to 5.10.7.
17475
17476 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17477
17478         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17479         start of the lines.
17480
17481 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17482
17483         * hashcash.el (hashcash-default-payment): Change default to 20.
17484         (hashcash-default-accept-payment): Change default to 20.
17485         (hashcash-process-alist): New variable.
17486         (hashcash-generate-payment-async): Add.
17487         (hashcash-already-paid-p): Add.
17488         (hashcash-insert-payment): Don't generate payments twice.
17489         (hashcash-insert-payment-async): Add.
17490         (hashcash-insert-payment-async-2): Add.
17491         (hashcash-cancel-async): Add.
17492         (hashcash-wait-async): Add.
17493         (hashcash-processes-running-p): Add.
17494         (hashcash-wait-or-cancel): Add.
17495         (mail-add-payment): New optional argument.  Conditionally start
17496         asynchronous calculation.
17497         (mail-add-payment-async): Add.
17498
17499         * message.el (message-send-mail): Wait for asynchronous hashcash
17500         results.  Don't clobber existing X-Hashcash headers.
17501         (message-setup-1): Call mail-add-payment-async when
17502         message-generate-hashcash is non-nil.
17503
17504 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17505
17506         * message.el (message-use-alternative-email-as-from): Examine the
17507         From header as well; use message-make-from in order to include a
17508         user's full name.
17509
17510 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17511
17512         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17513         default; improve customization type.
17514         (gnus-emphasis-custom-with-format): New macro.
17515         (gnus-emphasis-custom-value-to-external): New function.
17516         (gnus-emphasis-custom-value-to-internal): New function.
17517
17518 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17519
17520         * dns.el (query-dns): Resolve reverse addresses.
17521
17522 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17523
17524         * gnus-group.el (gnus-group-get-new-news): Use it.
17525
17526         * gnus-start.el (gnus-check-reasonable-setup): New function.
17527
17528 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17529
17530         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17531         "Args out of range" error.  Reported by Arnaud Giersch
17532         <arnaud.giersch@free.fr>.
17533
17534 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17535
17536         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17537
17538 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17539
17540         * spam.el (spam group): Add :version.
17541
17542         * pgg-def.el (pgg group): Add :version.
17543
17544 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17545
17546         * gnus-art.el (gnus-article-edit-article): Don't associate the
17547         article buffer with a draft file.  This is a temporary measure
17548         against the 2004-08-22 change to gnus-article-edit-mode.
17549
17550 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17551
17552         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17553         (html2text-format-tags): Remove unused variable `attr'.
17554
17555 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17556
17557         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17558
17559         * tls.el (tls-process-connection-type, tls-success)
17560         (tls-certtool-program): Add :version.
17561
17562         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17563         (starttls-extra-arguments, starttls-process-connection-type)
17564         (starttls-connect, starttls-failure, starttls-success): Add :version.
17565
17566         * spam-stat.el (spam-stat): Add :version.
17567
17568         * sieve.el (sieve): Add :version.
17569
17570         * sha1.el (sha1): Add :version.
17571         (sha1-use-external): Remove redundant version.
17572
17573         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17574         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17575         (nnmail-split-fancy-match-partial-words)
17576         (nnmail-split-lowercase-expanded): Add :version.
17577
17578         * nndiary.el (nndiary): Add :version.
17579
17580         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17581
17582         * mml-sec.el (mml-default-sign-method)
17583         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17584         Add :version.
17585
17586         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17587
17588         * mm-url.el (mm-url-use-external, mm-url-program)
17589         (mm-url-arguments): Add :version.
17590
17591         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17592         (mm-attachment-file-modes, mm-decrypt-option)
17593         (mm-w3m-safe-url-regexp): Add :version.
17594
17595         * message.el (message-cite-prefix-regexp)
17596         (message-sendmail-envelope-from, message-minibuffer-local-map)
17597         (message-user-fqdn, message-completion-alist): Add :version.
17598
17599         * gnus-win.el (gnus-configure-windows-hook)
17600         (gnus-use-frames-on-any-display): Add :version.
17601
17602         * gnus-art.el (gnus-article-address-banner-alist)
17603         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17604         (gnus-treat-from-picon, gnus-treat-mail-picon)
17605         (gnus-treat-x-pgp-sig): Add :version.
17606
17607         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17608         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17609         (gnus-summary-article-delete-hook)
17610         (gnus-summary-display-while-building): Add :version.
17611
17612         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17613         (gnus-get-top-new-news-hook): Add :version.
17614
17615         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17616         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17617
17618         * gnus-registry.el (gnus-registry): Add :version.
17619
17620         * gnus-spec.el (gnus-use-correct-string-widths)
17621         (gnus-make-format-preserve-properties): Add :version.
17622
17623         * gnus.el (gnus-group-charter-alist)
17624         (gnus-group-fetch-control-use-browse-url)
17625         (gnus-install-group-spam-parameters): Add :version.
17626
17627         * gnus-diary.el (gnus-diary): Add :version.
17628
17629         * gnus-delay.el (gnus-delay): Add :version.
17630
17631         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17632         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17633         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17634         Add :version.
17635
17636         * gnus-agent.el (gnus-agent-max-fetch-size)
17637         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17638         (gnus-agent-prompt-send-queue): Add :version.
17639
17640         * deuglify.el (gnus-outlook-deuglify): Add :version.
17641
17642         * html2text.el: Beautify code.  Improve doc strings.
17643         Some checkdoc cleanup.
17644         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17645
17646 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17647
17648         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17649
17650 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17651
17652         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17653         when package is loaded.
17654
17655         * spam.el (spam-summary-score-preferred-header): Add global preference
17656         for people who want to override the default SpamAssassin over
17657         Bogofilter preference (when both are set).
17658         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17659         (spam-user-format-function-S):
17660         Check spam-summary-score-preferred-header.
17661         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17662         (spam-user-format-function-S): Format the score correctly.
17663
17664 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17665
17666         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17667         signature file.  Suggested by Manoj Srivastava
17668         <srivasta@golden-gryphon.com>.
17669
17670         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17671         iso-2022-jp even in the Japanese language environment.
17672         Suggested by Jason Rumney <jasonr@gnu.org>.
17673
17674 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17675
17676         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17677         use the same characters as the dummy marks; make it free from
17678         getting affected by the language environment.
17679         (gnus-summary-read-group-1): Update mark positions only when the
17680         format spec is updated.
17681
17682         * gnus-spec.el (gnus-update-format-specifications): Return a list
17683         of updated types.
17684
17685 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17686
17687         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17688         of boundp to check if display-warning is available.
17689
17690 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17691
17692         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17693
17694 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17695
17696         * nnspool.el (nnspool-spool-directory): Use news-path if the
17697         news-directory variable is not bound.
17698
17699         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17700         function instead of display-warning if it is not available.
17701
17702 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17703
17704         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17705         v5-10: Use `point-at-bol'.
17706
17707 2004-10-26  Simon Josefsson  <jas@extundo.com>
17708
17709         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17710         <chenggao@gmail.com>.
17711
17712 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17713
17714         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17715         instead.
17716
17717 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17718
17719         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17720         to remove a server from the nnimap-server-buffer-alist.
17721         (nnimap-open-connection, nnimap-close-server): Use it.
17722
17723         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17724
17725 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17726
17727         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17728         running the major-mode function.
17729
17730 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17731
17732         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17733         dummy marks in the right way.
17734
17735 2004-10-18  David Edmondson  <dme@dme.org>
17736
17737         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17738         excessively.
17739
17740 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17741
17742         * gnus-util.el (gnus-split-references): Accept a nil references
17743         string and go on blissfully.
17744
17745         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17746         cases where the references string is non-nil but has no references.
17747
17748         * encrypt.el: Add autoload tags.
17749
17750         * spam.el (spam-resolve-registrations-routine): Remove article
17751         from unregistration list too.  Reported by David Hanak
17752         <dhanak@isis.vanderbilt.edu>
17753
17754 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17755
17756         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17757         nil.  Change custom type.
17758
17759 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17760
17761         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17762
17763         * gnus-sum.el (gnus-summary-move-article): Use it.
17764
17765 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17766
17767         * encrypt.el: Add autoload cookies.
17768
17769         * spam.el (spam-backend-article-list-property)
17770         (spam-backend-get-article-todo-list)
17771         (spam-backend-put-article-todo-list)
17772         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17773         Resolve registrations separately.
17774         (spam-register-routine): Format comments.
17775         (spam-unregister-routine, spam-register-routine): Always call with
17776         specific-articles, no default list.
17777         (spam-summary-prepare-exit): Use the spam-classifications function.
17778
17779         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17780         gnus-encrypt.el.
17781
17782         * encrypt.el: Copied from gnus-encrypt.el.
17783
17784         * gnus-encrypt.el: Commented that it's obsolete.
17785
17786 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17787
17788         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17789         (gnus-score-save): Use it.
17790
17791         * message.el (message-bury): Use `window-dedicated-p'.
17792
17793 2004-10-15  Simon Josefsson  <jas@extundo.com>
17794
17795         * pop3.el (top-level): Don't require nnheader.
17796         (pop3-read-timeout): Add.
17797         (pop3-accept-process-output): Add.
17798         (pop3-read-response, pop3-retr): Use it.
17799
17800 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17801
17802         * spam.el (spam-register-routine): Move comment.
17803         (spam-verify-bogofilter): Use 'unknown for the initial
17804         spam-bogofilter-valid state, not 'never.
17805
17806         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17807         for netrc-machine.
17808
17809         * nnimap.el (nnimap-open-connection):
17810         Use netrc-machine-user-or-password.
17811
17812 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17813
17814         * gnus-registry.el (gnus-registry-unload-hook):
17815         Set as a variable with add-hook.
17816
17817         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17818         of news-path.
17819
17820         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17821
17822         * spam.el: Delete duplicate `provide'.
17823         (spam-unload-hook): Set as a variable with add-hook.
17824
17825 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17826
17827         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17828         in the doc string.
17829
17830         * message.el (message-ignored-news-headers)
17831         (message-ignored-supersedes-headers)
17832         (message-ignored-resent-headers)
17833         (message-forward-ignored-headers): Improve custom type.
17834
17835 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17836
17837         * message.el (message-tokenize-header): Fix 2004-09-06 change
17838         which used point-min in the wrong place.
17839
17840 2004-10-12  Simon Josefsson  <jas@extundo.com>
17841
17842         * tls.el (tls-certtool-program): New variable.
17843         (tls-certificate-information): New function, based on
17844         ssl-certificate-information.
17845
17846 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17847
17848         * compface.el: Move the version of ELisp-based uncompface program
17849         to the contrib directory because of the copyright problem.
17850
17851 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17852
17853         * message.el (message-kill-buffer): Raise the current frame.
17854
17855 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17856
17857         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17858
17859         * gnus.el (message-y-or-n-p): Autoload.
17860
17861         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17862         (pop3-password-required, pop3-authentication-scheme)
17863         (pop3-leave-mail-on-server): Make customizable.
17864         (pop3): New custom group.
17865         (pop3-retr): Remove `sleep-for' statements.
17866         Suggested by Dave Love <fx@gnu.org>.
17867
17868         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17869         Windows/DOS.
17870
17871         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17872         (imap-parse-body): Fix incorrect use of `assert'.
17873         Suggested by Dave Love <fx@gnu.org>.
17874
17875         * mml.el (mml-minibuffer-read-disposition): Require match.
17876         Suggested by Dave Love <fx@gnu.org>.
17877
17878 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17879
17880         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17881         doc string.
17882
17883 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17884
17885         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17886
17887 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17888
17889         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17890         instead of calling `mm-insert-inline', to decode text/* parts
17891         before displaying them.
17892
17893 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17894
17895         * mm-uu.el (mm-uu-text-plain-type): New variable.
17896         (mm-uu-pgp-signed-extract-1): Use it.
17897         (mm-uu-pgp-encrypted-extract-1): Use it.
17898         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17899         bind mm-uu-text-plain-type with that value.
17900         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17901         mm-uu-dissect.
17902
17903 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17904
17905         * gnus-group.el (gnus-update-group-mark-positions):
17906         * gnus-sum.el (gnus-update-summary-mark-positions):
17907         * message.el (message-check-news-body-syntax):
17908         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17909         of string-as-multibyte.
17910
17911 2004-10-05  Juri Linkov  <juri@jurta.org>
17912
17913         * gnus-group.el (gnus-update-group-mark-positions):
17914         * gnus-sum.el (gnus-update-summary-mark-positions):
17915         * message.el (message-check-news-body-syntax):
17916         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17917         8-bit unibyte values to a multibyte string for search functions.
17918
17919 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17920
17921         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17922         (mm-uu-dissect-text-parts): New function.
17923
17924         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17925         dissect text parts.
17926
17927         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17928         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17929
17930         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17931
17932         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17933         Use gnus-current-topics instead of gnus-current-topic.
17934
17935 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17936
17937         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17938
17939 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17940
17941         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17942         where approriate.
17943
17944         * nnml.el (nnml-generate-active-info): do.
17945
17946         * nndiary.el (nndiary-generate-active-info): do.
17947
17948         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17949         (gnus-topic-move): do.
17950
17951         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17952         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17953
17954         * gnus-srvr.el (gnus-server-prepare)
17955         (gnus-server-open-all-servers): do.
17956
17957         * gnus-msg.el (gnus-summary-cancel-article)
17958         (gnus-summary-resend-message)
17959         (gnus-summary-mail-crosspost-complaint): do.
17960
17961         * gnus-move.el (gnus-change-server): do.
17962
17963         * gnus-group.el (gnus-group-unmark-all-groups)
17964         (gnus-group-set-current-level): do.
17965
17966 2004-10-04  Simon Josefsson  <jas@extundo.com>
17967
17968         * message.el (message-generate-hashcash): Doc fix.
17969
17970 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17971
17972         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17973         avoid infinite recursion via gnus-get-function.
17974
17975 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17976
17977         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17978
17979         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17980
17981         * nnmail.el (nnmail-split-history): do.
17982
17983         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17984         (nnml-request-delete-group): do.
17985
17986         * nnslashdot.el (nnslashdot-read-groups): do.
17987
17988         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17989         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17990
17991         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17992         (nnspool-sift-nov-with-sed): Use last.
17993         (nnspool-retrieve-headers-with-nov): Use mapc.
17994         (nnspool-request-newgroups): Use dolist.
17995         (nnspool-request-group): Use last.
17996
17997         * nntp.el (nntp-read-server-type): Use dolist.
17998
17999         * nnvirtual.el (nnvirtual-create-mapping)
18000         (nnvirtual-update-read-and-marked): Use dolist.
18001         (nnvirtual-convert-headers): Simplify.
18002
18003 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18004
18005         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18006         Add support for sync'ing tick marks.
18007
18008 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18009
18010         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
18011         there's no visible header.
18012
18013 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18014
18015         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18016         When necessary, pass full group name to gnus-request-set-marks.
18017
18018 2004-10-01  Simon Josefsson  <jas@extundo.com>
18019
18020         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
18021         acroread.
18022
18023 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18024
18025         * spam-report.el (spam-report-gmane): Fix interactive.
18026
18027         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
18028
18029         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
18030         when writing file.
18031         (gnus-agent-synchronize-flags): Don't default to being
18032         interactive.
18033
18034 2004-09-30  Simon Josefsson  <jas@extundo.com>
18035
18036         * message.el (message-generate-hashcash): Add.
18037         (message-send-mail): Use it, call mail-add-payment.
18038
18039 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18040
18041         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
18042
18043 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
18044
18045         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
18046         gnus-requst-update-info with explicit code to sync the in-memory
18047         info read flags with the marks being sync'd to the backend.
18048
18049         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
18050
18051 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18052
18053         * spam.el (spam-verify-bogofilter): Add new function.
18054         (spam-check-bogofilter)
18055         (spam-bogofilter-register-with-bogofilter): Use it.
18056         (spam-verify-bogofilter): Add small fixes.
18057
18058 2004-09-28  Simon Josefsson  <jas@extundo.com>
18059
18060         * hashcash.el (hashcash-generate-payment): Revert.
18061
18062 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18063
18064         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18065         Use gnus-extract-references instead of gnus-split-references.
18066
18067         * gnus-util.el (gnus-extract-references): Add new function, analogous
18068         to gnus-split-references but extracts only the message-ID without
18069         anything extra.
18070
18071         * hashcash.el (hashcash-generate-payment)
18072         (hashcash-check-payment): Do the right thing if hashcash-path is
18073         nil (because the hashcash program could not be found).
18074
18075         * spam.el (spam-use-hashcash): Remove comment.
18076
18077 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
18078
18079         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
18080         (gnus-cache-enter-article, gnus-cache-remove-article)
18081         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
18082
18083         * gnus-async.el (gnus-async-prefetch-remove-group): do.
18084
18085         * gnus-art.el (article-hide-boring-headers)
18086         (article-translate-strings, article-display-face)
18087         (gnus-article-mime-match-handle-first)
18088         (gnus-article-highlight-headers)
18089         (gnus-article-add-buttons-to-head): do.
18090
18091 2004-09-27  Simon Josefsson  <jas@extundo.com>
18092
18093         * hashcash.el: New version, from
18094         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
18095         ../contrib/.
18096
18097 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18098
18099         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
18100
18101 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
18102
18103         * gnus-dup.el (gnus-dup-open): Use mapc.
18104         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
18105
18106         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
18107         Reported by Stefan Wiens <s.wi@gmx.net>.
18108
18109         * gnus.el (gnus-shutdown): Use dolist.
18110
18111         * gnus-undo.el (gnus-undo): Use mapc.
18112
18113         * nnrss.el (nnrss-generate-active): do.
18114
18115         * message.el (message-cite-original-without-signature)
18116         (message-cite-original): Use mapc.
18117         (message-do-actions, message-make-forward-subject): Use dolist.
18118
18119 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18120
18121         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
18122         deletion to remove entire duplicate line.  Fixes merged article
18123         number bug.
18124
18125 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18126
18127         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18128         servers that are offline.  Avoids having gnus-agent-toggle-plugged
18129         first ask if you want to open a server and then, even when you
18130         responded with no, asking if you want to synchronize the server's
18131         flags.
18132         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18133         multi-line expressions.
18134         (gnus-agent-synchronize-group-flags): New internal function.
18135         Updates marks in memory (in the info structure) AND in the
18136         backend.
18137
18138         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18139
18140         * nnagent.el (nnagent-request-set-mark):
18141         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18142         method, to ensure that synchronization updates marks in the
18143         backend and in the info (in memory) structure.
18144
18145 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18146
18147         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
18148         convention fully; don't miss the root article of a thread; make
18149         the X-Draft-From header with correct article numbers.
18150
18151 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
18152
18153         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18154         unless plugged.  Disable the agent so that an open failure causes
18155         an error.
18156
18157         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18158         Revert 2004-09-21 change.  The backend must be opened while
18159         synchronizing flags even when the backend stores the flags
18160         locally.
18161
18162 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
18163
18164         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
18165         in `header' match.  Reported by Svend Tollak Munkejord.
18166
18167         * message.el (message-cite-original): Fix use of
18168         `message-cite-articles-with-x-no-archive'.
18169
18170 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18171
18172         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18173         (gnus-window-to-buffer): Ditto.
18174
18175         * mml.el (mml-preview-buffer): New variable.
18176         (mml-preview): Manage window layout with gnus-buffer-configuration.
18177
18178         * gnus-msg.el (gnus-setup-message): Put article numbers into the
18179         X-Draft-From header even if those articles aren't quoted.
18180
18181 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
18182
18183         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18184         (gnus-request-set-mark, gnus-request-update-mark): Use new
18185         g-s-t-u-l-m to decide to use backend even when unplugged.
18186
18187 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18188
18189         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18190         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
18191
18192 2004-09-20  Simon Josefsson  <jas@extundo.com>
18193
18194         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18195         "utf-16-le".
18196
18197 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18198
18199         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18200
18201 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18202
18203         * uudecode.el (uudecode-use-external): Add :version.
18204
18205         * smime.el (smime-CA-file, smime-encrypt-cipher)
18206         (smime-dns-server): Add :version.
18207
18208         * smiley.el (gnus-smiley-file-types): Add :version.
18209
18210         * sha1.el (sha1-use-external): Add :version.
18211
18212         * pgg-def.el (pgg-query-keyserver): Add :version.
18213
18214         * nnmail.el (nnmail-fancy-expiry-targets)
18215         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18216         Add :version.
18217
18218         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18219         (nnimap-retrieve-groups-asynchronous): Add :version.
18220         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
18221
18222         * mml.el (mml-content-disposition-parameters)
18223         (mml-insert-mime-headers-always): Add :version.
18224
18225         * mm-util.el (mm-coding-system-priorities): Add :version.
18226
18227         * mm-decode.el (mm-inline-text-html-with-images)
18228         (mm-keep-viewer-alive-types, mm-external-terminal-program)
18229         (mm-verify-option): Add :version.
18230         (mm-text-html-renderer): Change :version.
18231
18232         * message.el (message-fcc-externalize-attachments)
18233         (message-required-headers, message-draft-headers)
18234         (message-subject-trailing-was-query)
18235         (message-subject-trailing-was-ask-regexp)
18236         (message-subject-trailing-was-regexp, message-mark-insert-begin)
18237         (message-mark-insert-end, message-archive-header)
18238         (message-archive-note, message-cross-post-default)
18239         (message-cross-post-note, message-followup-to-note)
18240         (message-cross-post-note-function, message-use-mail-followup-to)
18241         (message-subscribed-address-functions)
18242         (message-subscribed-address-file, message-subscribed-addresses)
18243         (message-subscribed-regexps, message-allow-no-recipients)
18244         (message-yank-cited-prefix, message-signature-insert-empty-line)
18245         (message-hidden-headers, message-hierarchical-addresses)
18246         (message-mail-user-agent, message-use-idna)
18247         (message-valid-fqdn-regexp)
18248         (message-strip-special-text-properties, message-header-synonyms)
18249         (message-beginning-of-line, message-tab-body-function): Add :version.
18250         (message-insert-canlock, message-wide-reply-confirm-recipients):
18251         Change :version.
18252
18253         * mail-source.el (mail-source-ignore-errors): Add :group, :type
18254         and :version.
18255         (mail-source-delete-old-incoming-confirm)
18256         (mail-source-movemail-program): Add :version.
18257
18258         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18259         (gnus-agent-cache, gnus-agent): Change :version.
18260
18261         * gnus-util.el (gnus-use-byte-compile): Change :version.
18262
18263         * gnus-sum.el (gnus-summary-make-false-root-always)
18264         (gnus-summary-default-high-score)
18265         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18266         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18267         (gnus-read-all-available-headers, gnus-article-emulate-mime)
18268         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18269         (gnus-sum-thread-tree-single-indent)
18270         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18271         (gnus-sum-thread-tree-leaf-with-other)
18272         (gnus-sum-thread-tree-single-leaf): Add :version.
18273         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18274         (gnus-article-loose-mime): Change :version.
18275
18276         * gnus-start.el (gnus-backup-startup-file)
18277         (gnus-save-startup-file-via-temp-buffer): Add :version.
18278
18279         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18280         (gnus-server-offline-face): Add :version.
18281
18282         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18283
18284         * gnus-msg.el (gnus-gcc-externalize-attachments)
18285         (gnus-debug-files, gnus-debug-exclude-variables)
18286         (gnus-discouraged-post-methods): Change :version.
18287         (gnus-confirm-mail-reply-to-news)
18288         (gnus-confirm-treat-mail-like-news): Add :version.
18289
18290         * gnus-int.el (gnus-server-unopen-status): Add :version.
18291
18292         * gnus-group.el (gnus-group-jump-to-group-prompt)
18293         (gnus-large-ephemeral-newsgroup)
18294         (gnus-fetch-old-ephemeral-headers): Add :version.
18295
18296         * gnus-fun.el (gnus-x-face-directory)
18297         (gnus-convert-pbm-to-x-face-command)
18298         (gnus-convert-image-to-x-face-command)
18299         (gnus-convert-image-to-face-command): Add :version.
18300
18301         * gnus-delay.el (gnus-delay-default-hour): Add :version.
18302
18303         * gnus-cite.el (gnus-cite-blank-line-after-header)
18304         (gnus-article-boring-faces): Add :version.
18305
18306         * gnus-art.el (gnus-buttonized-mime-types)
18307         (gnus-inhibit-mime-unbuttonizing)
18308         (gnus-treat-display-face)
18309         (gnus-treat-body-boundary): Change :version.
18310         (gnus-body-boundary-delimiter, gnus-picon-databases)
18311         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18312         (gnus-treat-date-english, gnus-treat-fold-headers)
18313         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18314         (gnus-treat-mail-picon, gnus-treat-wash-html)
18315         (gnus-article-encrypt-protocol)
18316         (gnus-use-idna, gnus-article-over-scroll)
18317         (gnus-mime-display-multipart-alternative-as-mixed)
18318         (gnus-mime-display-multipart-related-as-mixed)
18319         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18320         (gnus-ctan-url, gnus-button-ctan-handler)
18321         (gnus-button-handle-ctan-bogus-regexp)
18322         (gnus-button-ctan-directory-regexp)
18323         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18324         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18325         (gnus-button-man-level, gnus-button-emacs-level)
18326         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18327
18328         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18329         (gnus-agent-go-online): Change :version.
18330         (gnus-agent-expire-unagentized-dirs)
18331         (gnus-agent-auto-agentize-methods): Add :version.
18332
18333         * flow-fill.el (fill-flowed-display-column)
18334         (fill-flowed-encode-column): Add :version.
18335
18336         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18337         (gnus-outlook-deuglify-unwrap-max)
18338         (gnus-outlook-deuglify-cite-marks)
18339         (gnus-outlook-deuglify-unwrap-stop-chars)
18340         (gnus-outlook-deuglify-no-wrap-chars)
18341         (gnus-outlook-deuglify-attrib-cut-regexp)
18342         (gnus-outlook-deuglify-attrib-verb-regexp)
18343         (gnus-outlook-deuglify-attrib-end-regexp)
18344         (gnus-outlook-display-hook): Add :version.
18345
18346         * binhex.el (binhex-use-external): Add :version.
18347
18348 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18349
18350         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18351         and `invisible'.
18352
18353 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18354
18355         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18356         in gnus-registry-trim.
18357
18358 2004-09-13  Simon Josefsson  <jas@extundo.com>
18359
18360         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18361
18362         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18363
18364         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18365         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18366         <yamaoka@jpl.org>.
18367         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18368         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18369         <yamaoka@jpl.org>.
18370
18371         * sieve.el (sieve-manage-mode): Ditto.
18372
18373 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18374
18375         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18376
18377 2004-09-11  Simon Josefsson  <jas@extundo.com>
18378
18379         * dns-mode.el: Add.
18380
18381         * mm-view.el (mm-display-dns-inline): Add.
18382
18383         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18384         (mm-automatic-display): Ditto.
18385
18386         * mailcap.el (mailcap-mime-data): Add text/dns.
18387         (mailcap-mime-extensions): Map .soa to text/dns.
18388
18389 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18390
18391         * gnus-art.el (article-decode-mime-words, article-babel)
18392         (gnus-article-highlight-signature, gnus-article-add-buttons)
18393         (gnus-signature-toggle): Remove unnecessary bindings of
18394         `inhibit-read-only' inherited from v5.10 merge.
18395
18396 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18397
18398         * nntp.el (nntp): New customization group.
18399         (nntp-authinfo-file): Add customization group.
18400
18401         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18402
18403         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18404
18405         * gnus.el (to-address, to-list, subscribed)
18406         (large-newsgroup-initial): Ditto.
18407
18408         * flow-fill.el (fill-flowed-display-column)
18409         (fill-flowed-encode-column): Ditto.
18410
18411 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18412
18413         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18414         Use point-min rather than 1.
18415         (message-send-mail): Use buffer-size rather than point-max.
18416
18417         * gnus-sum.el (gnus-summary-search-article-forward):
18418         Signal a specific `search-failed' rather than a generic `error'.
18419
18420         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18421         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18422         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18423
18424 2004-09-10  Simon Josefsson  <jas@extundo.com>
18425
18426         * nndb.el (require): Remove tcp and duplicate cl.
18427
18428 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18429
18430         * gnus-agent.el (directory-files-and-attributes): Move forward.
18431
18432 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18433
18434         * gnus-agent.el (directory-files-and-attributes):
18435         Optionally defined to support XEmacs.
18436
18437 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18438
18439         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18440         to avoid run-time CL dependencies.
18441         (gnus-agent-unfetch-articles): New function.
18442         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18443         article numbers even when local .overview file is missing.
18444         (gnus-agent-read-article-number): New function.  Only accepts
18445         27-bit article numbers.
18446         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18447         Use gnus-agent-read-article-number.
18448         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18449         from backend while recognizing that article numbers in .overview
18450         must be valid.
18451         (gnus-agent-update-files-total-fetched-for):
18452         Use directory-files-and-attributes to improve performance.
18453         * gnus-int.el (gnus-request-move-article):
18454         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18455         improve performance.
18456
18457         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18458         some users confused by references to .newsrc when they only have a
18459         .newsrc.eld file.
18460         (gnus-convert-mark-converter-prompt)
18461         (gnus-convert-converter-needs-prompt): Fix use of property list.
18462         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18463         New function.  Used internally to only display 'gnus converting
18464         files' message when actually necessary.
18465
18466         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18467         methods now autoloaded.
18468
18469 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18470
18471         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18472         identifiers.
18473
18474 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18475
18476         * gnus-picon.el: Fix indentation and closing parenthesis.
18477
18478 2004-09-01  Simon Josefsson  <jas@extundo.com>
18479
18480         * message.el (message-canlock-generate): Require sha1, not
18481         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18482         to require within a function.  Sadly, if sha1.el isn't loaded, the
18483         let binding in m-c-g will hide the defcustom definition, which is
18484         bad.)
18485
18486         * canlock.el: Require sha1, not sha1-el.
18487
18488         * message.el: Don't autoload sha1 (there is a autoload cookie in
18489         sha1.el).
18490
18491         * sha1-el.el: Rename to sha1.el.
18492
18493 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18494
18495         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18496
18497 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18498
18499         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18500
18501 2004-08-30  Kim F. Storm  <storm@cua.dk>
18502
18503         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18504
18505         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18506         Add :group 'nnimap.
18507
18508 2004-08-30  Andreas Schwab  <schwab@suse.de>
18509
18510         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18511         ?* and ?\;.
18512
18513         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18514         and ?\' to symbol instead of whitespace.
18515
18516 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18517
18518         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18519
18520         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18521         instead of re-search-forward.
18522
18523         * gnus-uu.el (gnus-uu-save-article): Ditto.
18524         (gnus-uu-post-encode-uuencode): Ditto.
18525
18526         * html2text.el (html2text-clean-list-items): Ditto.
18527         (html2text-clean-dtdd): Ditto.
18528         (html2text-format-tags): Ditto.
18529
18530         * message.el (message-send-mail-with-sendmail): Fix regexp.
18531         (message-fill-field-general): Use search-forward instead of
18532         re-search-forward.
18533         (unbold-region): Ditto.
18534
18535         * nnrss.el (nnrss-request-article): Ditto.
18536
18537         * nnslashdot.el (nnslashdot-request-article): Ditto.
18538
18539         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18540
18541         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18542         "Unrecognized menu descriptor" error in XEmacs.
18543
18544 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18545
18546         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18547         parent article of a sparse article in the thread hashtb.
18548
18549 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18550
18551         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18552         (nnmail-expand-newtext): Lowercase expanded entries if
18553         nnmail-split-lowercase-expanded is non-nil.
18554
18555 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18556
18557         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18558
18559         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18560         of gnus-tmp-news-method into string under XEmacs.  It will be
18561         passed to gnus-correct-length which takes only a string argument.
18562
18563 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18564
18565         * gnus-util.el (gnus-bind-print-variables): New macro.
18566         (gnus-prin1): Use it.
18567         (gnus-prin1-to-string): Use it.
18568         (gnus-pp): New function.
18569         (gnus-pp-to-string): New function.
18570
18571         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18572         Replace pp-to-string with gnus-pp-to-string.
18573         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18574         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18575         * gnus-msg.el (gnus-debug): Ditto.
18576         * gnus-score.el (gnus-score-save): Ditto.
18577         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18578         gnus-pp-to-string.
18579         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18580         with gnus-pp.
18581         * score-mode.el (gnus-score-pretty-print): Ditto.
18582         * webmail.el (webmail-debug): Ditto.
18583
18584 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18585
18586         * gnus-art.el (article-display-face, article-display-x-face):
18587         Use buffer-read-only.
18588
18589 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18590
18591         * gnus-art.el (article-hide-list-identifiers):
18592         Bind inhibit-read-only as t.
18593
18594 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18595
18596         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18597
18598 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18599
18600         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18601         (gnus-narrow-to-page): Don't assume point-min == 1.
18602         (gnus-article-edit-mode): Derive from message-mode.
18603
18604         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18605         point-min == 1.
18606
18607         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18608         Disable incorrect use of `assert'.
18609
18610         * message.el (message-mode): Set comment-start-skip.
18611
18612
18613 2004-08-22  Sam Steingold  <sds@gnu.org>
18614
18615         * pop3.el (pop3-leave-mail-on-server): New user variable.
18616         (pop3-movemail): Delete mail only when it is nil.
18617
18618 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18619
18620         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18621
18622         * mml.el (mml-preview): Use `pop-to-buffer'.
18623
18624         * message.el (message-goto-mail-followup-to): Insert after "To".
18625         (message-carefully-insert-headers): Add comment.
18626
18627         * gnus.el: Remove unused variable `gnus-article-check-size'.
18628
18629         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18630
18631         * gnus-art.el (gnus-button-alist):
18632         Improve `gnus-button-handle-library' entry.
18633
18634 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18635
18636         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18637         Use downcase, since XEmacs capitalizes error messages differently.
18638
18639 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18640
18641         * nntp.el: Add (require 'gnus) due to reference to
18642         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18643
18644 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18645
18646         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18647         Bind `mm-fill-flowed'.
18648
18649         * mm-decode.el (mm-dissect-singlepart): Check it.
18650
18651 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18652
18653         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18654         'imap' for netrc parsing.
18655
18656 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18657
18658         * mailcap.el (mailcap-mime-data): Mark as risky.
18659
18660 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18661
18662         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18663         may be included in the encoded word.
18664         (rfc2047-encode): Don't append a space if the encoded word
18665         includes close parenthesis.
18666
18667 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18668
18669         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18670         of text within parentheses.
18671
18672 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18673
18674         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18675         (gnus-encrypt-write-file-contents): Make the password key the file
18676         name PLUS the cipher, not just the cipher.  Also remove failed
18677         passwords from the cache.
18678
18679 2004-08-06  Simon Josefsson  <jas@extundo.com>
18680
18681         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18682         Doc fix.
18683
18684 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18685
18686         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18687         LWSP.
18688
18689 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18690
18691         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18692         Try to append in-reply-to: data to the references: header.
18693
18694         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18695         (netrc-parse): Use gnus-encrypt.el functions.
18696
18697         * gnus-encrypt.el: Add new file for encryption support; currently
18698         does only a few GPG ciphers and an internal XOR cipher.
18699
18700         * password.el: Add comments on using password-read-and-add.
18701         (password-read-and-add): Add function to read and add the
18702         password to the cache at once.
18703
18704 2004-07-28  Simon Josefsson  <jas@extundo.com>
18705
18706         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18707         parameter (but don't use it, for now).
18708
18709         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18710         instead of hard coding to nil.
18711
18712 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18713
18714         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18715         as mm-inline-image-xemacs does.
18716
18717 2004-07-26  Simon Josefsson  <jas@extundo.com>
18718
18719         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18720         Revert part of 2004-07-17 change below.
18721
18722 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18723
18724         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18725         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18726
18727 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18728
18729         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18730         quotes that actually start with ">" at the beginning of the
18731         lines.
18732
18733 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18734
18735         * rfc2047.el (rfc2047-encode-region): Fix last change.
18736         (rfc2047-encode-parameter): Remove useless concat.
18737
18738 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18739
18740         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18741         encode special characters; fix some kind of misconfigured headers;
18742         signal a real error if debug-on-quit or debug-on-error is non-nil.
18743         (rfc2047-encode-max-chars): New variable.
18744         (rfc2047-encode-1): Use it.
18745         (rfc2047-encode-parameter): New function.
18746
18747         * mml.el (mml-insert-parameter): Remove an excessive space.
18748
18749 2004-07-17  Simon Josefsson  <jas@extundo.com>
18750
18751         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18752         Kai Grossjohann <kai@emptydomain.de>.
18753         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18754         (gnus-group-make-menu-bar): Ditto.
18755
18756         * gnus-util.el (gnus-group-server): Add.
18757
18758 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18759
18760         * message.el (message-clone-locals): Clone sendmail and smtp
18761         variables.
18762
18763 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18764
18765         * rfc2047.el (rfc2047-encode-region): Fix last change.
18766
18767 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18768
18769         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18770         characters as non-special.
18771
18772 2004-07-09  Simon Josefsson  <jas@extundo.com>
18773
18774         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18775         Users will lose all flag changes made while unplugged with
18776         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18777         good default.  See numerous reports on ding mailing list.
18778
18779 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18780
18781         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18782         add generate-head-function and generate-article-function to the
18783         rfc822-forward entry.
18784         (nndoc-rfc822-forward-generate-article): New function.
18785         (nndoc-rfc822-forward-generate-head): New function.
18786
18787         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18788
18789 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18790
18791         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18792         respect display group parameter and gnus-summary-expunge-below.
18793         (gnus-articles-to-read): Remove unused reference to display group
18794         parameter.
18795
18796 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18797
18798         * nnheader.el (nnheader-uniquify-message-id): New experimental
18799         variable.
18800         (nnheader-nov-read-message-id): Use it.
18801
18802         * spam-report.el (spam-report-gmane): Add interactive.
18803
18804 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18805
18806         * mm-encode.el (mm-content-transfer-encoding-defaults):
18807         Use qp-or-base64 for the application/* types.
18808
18809 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18810
18811         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18812
18813 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18814
18815         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18816         trim value.
18817
18818 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18819
18820         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18821         New macro and function.
18822         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18823
18824 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18825
18826         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18827         after-load-alist.
18828
18829 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18830
18831         * gnus-group.el (gnus-group-get-new-news-this-group):
18832         Don't update info that isn't there.
18833
18834 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18835
18836         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18837         entry.
18838
18839 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18840
18841         * mm-view.el (mm-inline-render-with-function): Use multibyte
18842         buffer; decode html source by charset.
18843
18844         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18845
18846         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18847         Mule-UCS is loaded under XEmacs.
18848         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18849
18850 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18851
18852         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18853
18854 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18855
18856         * mm-util.el (mm-coding-system-p): Return a coding-system.
18857         (mm-mime-mule-charset-alist): Use shift_jis instead of
18858         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18859         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18860         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18861         instead of japanese-shift-jis and iso-latin-1 respectively in
18862         order to share the default value with both Emacs and XEmacs-mule.
18863         (mm-mule-charset-to-mime-charset):
18864         Make mm-coding-system-priorities effective.
18865         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18866         while predicating of candidates upon the priorities.
18867
18868 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18869
18870         * gnus-sum.el (gnus-summary-make-menu-bar):
18871         Add gnus-uu-invert-processable.
18872
18873         * gnus.el: Autoload gnus-uu-invert-processable.
18874
18875 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18876
18877         * mm-util.el (mm-with-multibyte-buffer): New macro.
18878
18879         * rfc2047.el (rfc2047-encode-string): Use it.
18880         (rfc2047-encode-region): Move point to the end of the region after
18881         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18882
18883 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18884
18885         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18886         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18887
18888 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18889
18890         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18891         (gnus-cite-parse): Ignore quoted envelope From_.
18892         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18893
18894 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18895
18896         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18897         invalid addresses.
18898
18899 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18900
18901         * spam.el: Change section markers, revise TODO list.
18902         (spam-backends): Make new master list of all installed backends.
18903         (spam-summary-exit-behavior): Add new variable to determine how
18904         messages moves are done at summary exit.
18905         (spam-move-spam-nonspam-groups-only)
18906         (spam-process-ham-in-nonham-groups)
18907         (spam-process-ham-in-spam-groups): Remove variables, the
18908         spam-summary-exit-behavior variable should be used to manage this
18909         behavior.
18910         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18911         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18912         and spam-old-spam-articles.
18913         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18914         Add empty variables, placeholders for the backends they represent.
18915         (spam-set-difference): Move, unchanged.
18916         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18917         unless the user has a processor variable.
18918         (spam-classifications, spam-classification-valid-p)
18919         (spam-backend-properties, spam-backend-property-valid-p)
18920         (spam-backend-function-type-valid-p)
18921         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18922         (spam-report-articles-gmane, spam-report-articles-resend):
18923         Remove functions, they are not needed.
18924         (spam-install-backend-super, spam-backend-list)
18925         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18926         (spam-backend-function, spam-backend-ham-registration-function)
18927         (spam-backend-spam-registration-function)
18928         (spam-backend-ham-unregistration-function)
18929         (spam-backend-spam-unregistration-function)
18930         (spam-backend-statistical-p, spam-backend-mover-p)
18931         (spam-install-backend-alias, spam-install-checkonly-backend)
18932         (spam-install-mover-backend, spam-install-nocheck-backend)
18933         (spam-install-backend, spam-install-statistical-backend)
18934         (spam-install-statistical-checkonly-backend): Add backend installation
18935         support.
18936         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18937         (spam-group-processor-p): Use the new backend code and respect the
18938         summary exit behavior.
18939         (spam-mark-spam-as-expired-and-move-routine): Remove.
18940         (spam-summary-prepare): Change to use the new spam-old-articles
18941         variable.
18942         (spam-copy-or-move-routine, spam-copy-spam-routine)
18943         (spam-move-spam-routine, spam-copy-ham-routine)
18944         (spam-move-ham-routine): Add code to copy/move ham or spam.
18945         (spam-fetch-field-fast): Improve doc and code, plus allow the
18946         'number request.
18947         (spam-list-of-checks, spam-list-of-statistical-checks):
18948         Remove variables.
18949         (spam-split, spam-find-spam): Use the new backend code.
18950         (spam-registration-functions): Remove variable.
18951         (spam-unregister-routine): Add convenience wrapper.
18952         (spam-log-undo-registration, spam-register-routine)
18953         (spam-log-processing-to-registry)
18954         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18955         where possible.
18956         (spam-check-gmane-xref, spam-check-regex-headers)
18957         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18958         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18959         (spam-check-bogofilter-headers, spam-check-spamoracle)
18960         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18961         (spam-check-crm114-headers): Use the spam-split-group that
18962         spam-split prepares, no need to determine it every time.
18963
18964         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18965         to the nnheader-parse-naked-head call.
18966
18967         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18968
18969         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18970         the nnheader-nov-read-message-id call.
18971
18972 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18973
18974         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18975         gnus-activate-group twice.  Suggested by Markus Peter
18976         <warp@spin.de>.
18977
18978 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18979
18980         * gnus-art.el (gnus-article-time-format): Exchange the order of
18981         day and month in the default value; fix customization type.
18982         (article-date-ut): Use add-text-properties.
18983         (article-make-date-line): Use message-make-date instead of
18984         current-time-string.
18985
18986         * message.el (message-fetch-field): Don't use set-text-properties.
18987         (message-make-date): Simplify.
18988
18989         * messagexmas.el (message-xmas-make-date): New function.
18990         (message-xmas-redefine): Defalias message-make-date to it.
18991
18992 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18993
18994         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18995         (rfc2047-encode-region): Treat text within parentheses as special;
18996         show the original text when error has occurred.
18997
18998         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18999         already-computed method to gnus-activate-group.
19000
19001         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
19002         same select-methods identical Lisp objects.
19003
19004         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
19005         object when modifying the info.
19006
19007 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19008
19009         * gnus-srvr.el (gnus-server-set-info): Remove the server from
19010         gnus-opened-servers since it has never been opened with the new
19011         configuration yet.
19012
19013 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19014
19015         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
19016         arg to nnheader-generate-fake-message-id.
19017
19018 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
19019
19020         * nnheader.el (nnheader-generate-fake-message-id): Accept a
19021         number and build a fake message ID localized to a group and
19022         article number (so it's repeatable from that point on).
19023         (nnheader-fake-message-id-p): Change regex to accomodate new fake
19024         ID format.
19025
19026         * gnus-sum.el (gnus-get-newsgroup-headers):
19027         Call nnheader-generate-fake-message-id with the article number.
19028
19029 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
19030
19031         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
19032         end-of-buffer.
19033
19034 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19035
19036         * message.el (message-ignored-supersedes-headers): Add Approved.
19037
19038 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19039
19040         * rfc2047.el (rfc2047-encode-message-header): Remove useless
19041         goto-char.
19042         (rfc2047-encode): Fold the line before encoding.
19043
19044 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19045
19046         * rfc2047.el (rfc2047-encode-message-header): Disabled header
19047         folding -- not all headers can be folded, and this should be done
19048         by the message composition mode.  Probably.  I think.
19049
19050 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19051
19052         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
19053         fast.
19054
19055         * gnus-ems.el (gnus-remove-image): Don't use
19056         message-text-with-property; remove only the image found first.
19057
19058         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
19059         found first.
19060
19061 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
19062
19063         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
19064
19065 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19066
19067         * message.el (message-text-with-property): Make it fast and accept
19068         optional arguments.
19069         (message-strip-forbidden-properties): Use it.
19070         (message-fix-before-sending): Follow the m-t-w-p change.
19071
19072         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
19073
19074 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19075
19076         * gnus-art.el (article-hide-headers): Don't change the buffer
19077         mistakenly when performing mml-preview even if
19078         gnus-single-article-buffer is nil.
19079
19080 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
19081
19082         * message.el (message-expand-name-databases): New user option.
19083         (message-expand-name): Use it.
19084
19085 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
19086
19087         * spam.el (spam-report-articles-resend)
19088         (spam-report-resend-register-routine): Allow ham reporting.
19089         (spam-report-resend-register-ham-routine): Add wrapper.
19090         (spam-registration-functions): Add ham resending functions.
19091         (spam-list-of-processors): Add ham resend processor.
19092
19093         * gnus.el (ham-resend-to): Add new group parameter.
19094         (spam-process): Add ham resend option.
19095
19096         * spam-report.el (spam-report-resend): Allow reporting ham.
19097         (spam-report-resend-ham): Add wrapper.
19098
19099 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19100
19101         * message.el (message-cite-articles-with-x-no-archive):
19102         New variable.
19103         (message-cite-original): Use it.
19104
19105 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19106
19107         * message.el (message-cite-original): Respect X-No-Archive.
19108
19109 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19110
19111         * gnus-art.el (article-hide-headers): Refer to the values for
19112         gnus-ignored-headers and gnus-visible-headers in the summary
19113         buffer since a user may have set them as group parameters.
19114
19115 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
19116
19117         * assistant.el (assistant-node-name): Add convenience function.
19118         (assistant-render-text, assistant-render-node): Add error handling,
19119         plus handle multiple next nodes.
19120         (assistant-find-next-node): Comment out for now.
19121         (assistant-find-next-nodes): Add function, returns list of next
19122         nodes.
19123
19124 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
19125
19126         * mail-source.el (mail-source-directory): Fix doc-string.
19127
19128 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
19129
19130         * assistant.el (assistant-render-text, assistant-eval): Add :set
19131         widget type, which is different because it takes and returns a
19132         list.  Much hilarity ensues.
19133
19134 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
19135
19136         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19137
19138         * gnus-group.el (gnus-group-get-new-news-this-group):
19139         Add doc-string.
19140
19141         * gnus-start.el (gnus-activate-group): Add doc-string.
19142
19143 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19144
19145         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
19146
19147 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
19148
19149         * assistant.el (assistant-render-text): Try to add a :set
19150         widget, more to come.
19151
19152         * spam.el (spam-group-spam-contents-p): Handle empty groupname
19153         strings.
19154         (spam-report-articles-resend)
19155         (spam-register-routine): Do registration iff any articles warrant
19156         it.
19157         (spam-summary-prepare-exit): Change log message for nil group
19158         destinations.
19159
19160 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
19161
19162         * spam.el (spam-report-resend-register-routine):
19163         Allow spam-report-resend-to to be a group parameter or a global value.
19164
19165 2004-05-26  Simon Josefsson  <jas@extundo.com>
19166
19167         * starttls.el: Merge with my GNUTLS based starttls.el.
19168         (starttls-gnutls-program, starttls-use-gnutls)
19169         (starttls-extra-arguments, starttls-process-connection-type)
19170         (starttls-connect, starttls-failure, starttls-success):
19171         New variables.
19172         (starttls-program, starttls-extra-args): Doc fix.
19173         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19174         New functions.
19175         (starttls-negotiate, starttls-open-stream):
19176         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19177         function if it is set.
19178
19179 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19180
19181         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19182         structured fields.
19183
19184 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19185
19186         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19187
19188 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
19189
19190         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19191         Add variable.
19192         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
19193         assigning the spam-mark to new messages.
19194
19195 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
19196
19197         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19198
19199 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19200
19201         * dgnushack.el: Autoload customize-set-variable for XEmacs.
19202
19203         * rfc2047.el (rfc2047-encodable-p): Don't move point.
19204         (rfc2047-decode): Treat the ascii coding-system as raw-text by
19205         default.
19206
19207 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
19208
19209         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19210         correct data.
19211
19212 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
19213
19214         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19215         (spam-group-processor-p): Fix function.
19216         (spam-group-processor-multiple-p)
19217         (spam-group-spam-processor-report-gmane-p)
19218         (spam-group-spam-processor-report-resend-p)
19219         (spam-group-spam-processor-bogofilter-p)
19220         (spam-group-spam-processor-blacklist-p)
19221         (spam-group-spam-processor-ifile-p)
19222         (spam-group-ham-processor-ifile-p)
19223         (spam-group-spam-processor-spamoracle-p)
19224         (spam-group-spam-processor-crm114-p)
19225         (spam-group-ham-processor-bogofilter-p)
19226         (spam-group-spam-processor-stat-p)
19227         (spam-group-ham-processor-stat-p)
19228         (spam-group-ham-processor-whitelist-p)
19229         (spam-group-ham-processor-BBDB-p)
19230         (spam-group-ham-processor-spamoracle-p)
19231         (spam-group-ham-processor-copy-p): Remove functions with some
19232         prejudice against unneeded code.
19233         (spam-report-articles-resend)
19234         (spam-report-resend-register-routine): Allow the group/topic
19235         spam-resend-to value to override spam-report-resend-to.
19236         (spam-summary-prepare-exit): Invoke spam-group-processor-p
19237         properly now.
19238
19239         * gnus.el (spam-resend-to): Add group/topic parameter.
19240         (spam-process): Move the OBSOLETE processors to the end of the
19241         choices.
19242
19243 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
19244
19245         * spam-report.el (spam-report-resend-to, spam-report-resend):
19246         Start with resend-to set to nil, and then ask the user if necessary.
19247         (spam-report-resend): spam-report-resend takes a list of articles, not
19248         separate article numbers.
19249
19250 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19251
19252         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19253         addition to emacs-w3m.
19254
19255 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19256
19257         * assistant.el (assistant-authinfo-data): New function.
19258         (assistant-eval): Eval for entire assistant.
19259
19260         * netrc.el (netrc-services-file): New variable.
19261         (netrc-parse-services): New function.
19262         (netrc-find-service-name): New function.
19263         (netrc-find-service-number): New function.
19264         (netrc-port-equal): New function.
19265         (netrc-machine): Use it.
19266
19267         * nnimap.el (nnimap-open-connection): Use netrc.
19268
19269         * gnus-util.el (gnus-netrc-get): Remove aliases.
19270
19271         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19272
19273         * assistant.el (wid-edit): Fix compilation.
19274
19275         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19276
19277 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
19278
19279         * gnus-util.el (gnus-set-file-modes): New function.  (small
19280         patch).
19281
19282 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19283
19284         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19285
19286         * assistant.el (assistant-render-node): Fix up rendering and
19287         read-only text.
19288         (assistant-render-node): Reset.
19289         (assistant-make-read-only): Not sticky.
19290
19291 2004-05-20  Danny Siu  <dsiu@adobe.com>
19292
19293         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19294         centered even when gnus-auto-center-summary is t.
19295
19296 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19297
19298         * dns.el (dns-get-txt-answer): New function.
19299         (dns-read-txt): Ditto.
19300         (query-dns): Use it.
19301
19302 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19303
19304         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19305         active for foreign groups even if the group level is higher than
19306         the specified value.
19307
19308 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19309
19310         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19311         non-active groups.
19312
19313         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19314
19315 2004-05-20  Magnus Henoch  <mange@freemail.hu>
19316
19317         * dns.el (dns-read-type): Add support for SVR.  (small patch)
19318
19319 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19320
19321         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19322         (spam-crm114-header, spam-crm114-spam-switch)
19323         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19324         (spam-crm114-positive-spam-header)
19325         (spam-crm114-database-directory, spam-list-of-processors)
19326         (spam-group-spam-processor-crm114-p)
19327         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19328         (spam-generic-score, spam-list-of-checks)
19329         (spam-list-of-statistical-checks, spam-registration-functions)
19330         (spam-check-crm114-headers, spam-crm114-score)
19331         (spam-check-crm114, spam-crm114-register-with-crm114)
19332         (spam-crm114-register-spam-routine)
19333         (spam-crm114-unregister-spam-routine)
19334         (spam-crm114-register-ham-routine)
19335         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19336         From asjo@koldfront.dk (Adam Sjøgren).
19337
19338         * gnus.el: Add spam-use-crm114.
19339
19340         * spam.el (spam-list-of-processors, spam-registration-functions):
19341         Add spam-use-resend.
19342         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19343         (spam-report-articles-gmane): Add doc fix.
19344         (spam-report-articles-resend, spam-report-resend-register-routine):
19345         Add wrappers around spam-report-resend-to.
19346
19347         * spam-report.el (spam-report-resend-to, spam-report-resend):
19348         Add support for resending spam.
19349         (spam-report-gmane): Fix line length >80.
19350
19351         * gnus.el (spam-process): Add spam-use-resend.
19352
19353 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19354
19355         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19356         number of processed spam messages.
19357         (spam-ham-copy-or-move-routine): Return the number of processed
19358         ham messages.
19359         (spam-summary-prepare-exit): Use the above values to decide
19360         whether status messages shouled be displayed.
19361
19362 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19363
19364         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19365         `rfc2047-encoding-function-alist' in order to avoid conflicting
19366         with the old version.
19367         (rfc2047-encode-region): Concatenate words containing non-ASCII
19368         characters in structured fields; don't encode space-delimited
19369         ASCII words even in unstructured fields; don't break words at
19370         char-category boundaries.
19371         (rfc2047-encode-1): New function.
19372         (rfc2047-encode): Use it; encode text so that it occupies the
19373         maximum width within 76-column; work correctly on Q encoding for
19374         iso-2022-* charsets.
19375         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19376         sure not to break a line just after the header name.
19377         (rfc2047-b-encode-region): Remove.
19378         (rfc2047-b-encode-string): New function.
19379         (rfc2047-q-encode-region): Remove.
19380         (rfc2047-q-encode-string): New function.
19381
19382         * mm-util.el (mm-replace-in-string): New function.
19383
19384 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19385
19386         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19387         Really get it right.
19388         (gnus-inews-make-draft): Really.
19389
19390 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19391
19392         * nnmh.el (nnmh-request-list-1): Don't check the link count
19393         before descending.  (small patch)
19394
19395 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19396
19397         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19398         stuff.
19399
19400         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19401         Match on real group name.
19402
19403         * gnus-art.el (gnus-signature-limit): Doc fix.
19404
19405         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19406
19407         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19408
19409 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19410
19411         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19412         isn't a string.
19413
19414 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19415
19416         * gnus-draft.el (gnus-draft-send):
19417         Bind rfc2047-encode-encoded-words.
19418
19419         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19420         (rfc2047-encodable-p): Say that =? needs encoding.
19421         (rfc2047-encode-encoded-words): New variable.
19422
19423         * gnus-group.el (gnus-group-select-group): Doc fix.
19424
19425         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19426
19427         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19428         to nil.
19429
19430         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19431
19432         * nnheader.el (nnheader-get-lines-and-char): New function.
19433
19434 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19435
19436         * gnus-msg.el (gnus-summary-followup-with-original):
19437         Document yanking of region when active.
19438
19439 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19440
19441         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19442         groups if the group level is higher than the specified value.
19443
19444 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19445
19446         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19447         (gnus-group-jump-to-group): Add prefix argument using
19448         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19449         non-active group.
19450
19451         * compface.el (uncompface): Be verbose when changing
19452         `uncompface-use-external'.
19453
19454         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19455         handle manual section.
19456
19457 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19458
19459         * gnus-art.el (gnus-button-alist): Revert previous change.
19460
19461 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19462
19463         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19464
19465 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19466
19467         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19468         whether backend can accept message.
19469
19470         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19471
19472 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19473
19474         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19475         Avoid creating directory when nntp-marks-is-evil is true.
19476         Reported by Reiner Steib.
19477
19478 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19479
19480         * gnus-picon.el (gnus-picon-style): New variable.
19481         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19482         (gnus-picon-transform-address): Support `gnus-picon-style'.
19483         From Jesper Harder <harder@ifa.au.dk>.
19484
19485 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19486
19487         * message.el (message-fill-field): Return point.
19488         (message-generate-headers): Go to end of field.
19489
19490         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19491         stuff for non-living groups.
19492
19493 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19494
19495         * gnus-art.el (gnus-article-followup-with-original)
19496         (gnus-article-reply-with-original): gnus-mark-active-p ->
19497         gnus-region-active-p.
19498
19499 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19500
19501         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19502         only when there is spam or ham to be processed.
19503
19504 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19505
19506         * mail-source.el (mail-source-delete-crash-box): Refactor.
19507         (mail-source-fetch): Use it.
19508         (mail-source-fetch-file): Ditto.
19509         (mail-source-fetch-directory): Run postscript in loop.
19510         (mail-source-fetch-pop): Delete.
19511         (mail-source-fetch-maildir): Ditto.
19512         (mail-source-fetch-imap): Ditto.
19513
19514         * imap.el (imap-authenticators): Comment out sasl.
19515
19516         * message.el (message-skip-to-next-address): New function.
19517         (message-fill-header-address): Refactor.
19518         (message-fill-address): Use it.
19519         (message-delete-address): Use it.
19520         (message-fill-header-general): Refactor.
19521         (message-fill-field-address): Rename.
19522         (message-narrow-to-field): Find the start of the header.
19523         (message-header-format-alist): Don't pre-fill.
19524         (message-fill-header): Remove.
19525         (message-insert-header): New function.
19526         (message-shorten-references): Use it.
19527
19528         * rfc2047.el (rfc2047-field-value): Strip props.
19529
19530         * mail-parse.el (mail-header-make-address): New alias.
19531
19532         * ietf-drums.el (ietf-drums-make-address): New function.
19533
19534         * imap.el: Add compiler directives.
19535
19536         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19537
19538         * gnus-art.el (article-decode-idna-rhs): Don't use
19539         message-idna-inside-rhs-p.
19540
19541 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19542
19543         * message.el (message-idna-inside-rhs-p): Remove.
19544         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19545
19546         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19547         false positives.
19548
19549 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19550
19551         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19552
19553 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19554
19555         * nneething.el (nneething-file-name): Don't create spurious
19556         files.
19557
19558         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19559         (gnus-inews-do-gcc): Remove sleep.
19560
19561         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19562         part under point.
19563
19564         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19565         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19566
19567 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19568
19569         * spam.el (spam-summary-prepare-exit): Fix (length).
19570
19571 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19572
19573         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19574         as expired without moving it" message when there are spam
19575         messages left.
19576
19577 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19578
19579         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19580         header is not nil.
19581
19582 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19583
19584         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19585         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19586         (nntp-marks-changed-p): New arg SERVER.
19587         (nntp-request-update-info): Adjust caller.
19588
19589 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19590
19591         * nntp.el (nntp-save-marks): Pass missing arg.
19592
19593 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19594
19595         * nntp.el: Support marks.
19596         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19597         (nntp-marks-modtime, nntp-marks-directory): New variables.
19598         (nntp-request-set-mark, nntp-request-update-info)
19599         (nntp-possibly-create-directory, nntp-marks-changed-p)
19600         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19601         New functions.
19602
19603 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19604
19605         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19606         (gnus-xmas-redefine): Rename.
19607
19608         * gnus-score.el (gnus-score-insert-help):
19609         Use gnus-select-lowest-window.
19610
19611         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19612         appt-select-lowest-window and rename to gnus-select-lowest-window.
19613
19614         * gnus.el: do.
19615
19616 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19617
19618         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19619         encodings of MIME-encoded words, in order to improve
19620         interoperability with several broken MUAs.
19621
19622 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19623
19624         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19625         tags, only when charsets are not specified in headers.
19626         (mm-inline-text-html-render-with-w3m): Ditto.
19627
19628         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19629         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19630
19631 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19632
19633         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19634         instead of MIME-decoded from fields when checking
19635         `gnus-article-address-banner-alist'.
19636
19637 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19638
19639         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19640         description rather than subject.
19641
19642 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19643
19644         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19645
19646 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19647
19648         * gnus.el (gnus-version-number): Bump.
19649
19650 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19651
19652         * gnus.el: No Gnus v0.2 is released.
19653
19654 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19655
19656         * gnus-agent.el (gnus-agent-read-agentview):
19657         Inline gnus-uncompress-range.
19658
19659 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19660
19661         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19662         `exec-installed-p'.
19663
19664 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19665
19666         * gnus.el (spam-process, spam-autodetect-methods):
19667         Add bsfilter and bsfilter-headers.
19668
19669         * spam.el (spam-bsfilter): New customize group.
19670         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19671         (spam-bsfilter-header, spam-bsfilter-probability-header)
19672         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19673         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19674         (spam-bsfilter-database-directory): New options.
19675         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19676         (spam-list-of-statistical-checks, spam-registration-functions):
19677         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19678         (spam-bsfilter-score): New command.
19679         (spam-check-bsfilter-headers, spam-check-bsfilter)
19680         (spam-bsfilter-register-with-bsfilter)
19681         (spam-bsfilter-register-spam-routine)
19682         (spam-bsfilter-unregister-spam-routine)
19683         (spam-bsfilter-register-ham-routine)
19684         (spam-bsfilter-unregister-ham-routine): New functions.
19685         (spam-generic-score): Support bsfilter; Accept an optional argument
19686         to recalcurate spam score even if scoring header has already been
19687         added.
19688         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19689         optional argument to recalcurate spam score even if scoring header
19690         has already been added.
19691
19692 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19693
19694         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19695         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19696         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19697         link is missing.
19698
19699 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19700
19701         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19702         (html2text-get-attr): Rewrite.
19703
19704         * message.el (message-setup-1): Remove redundant put-text-property
19705         on mail-header-separator.
19706
19707 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19708
19709         * gnus-registry.el (gnus-registry-cache-whitespace)
19710         (gnus-registry-action, gnus-registry-spool-action)
19711         (gnus-registry-split-fancy-with-parent): Change message levels
19712         from 5 to 3 or 7, as needed.
19713
19714         * spam.el (spam-summary-prepare-exit)
19715         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19716         (spam-split, spam-find-spam, spam-log-undo-registration)
19717         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19718         level from 5 to 6.
19719
19720 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19721
19722         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19723         2004-03-04 change).
19724
19725 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19726
19727         * sieve-manage.el (sieve-manage-open):
19728         * nnweb.el (nnweb-insert-html):
19729         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19730         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19731         * nnspool.el (nnspool-request-group):
19732         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19733         * nnml.el (nnml-request-update-info):
19734         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19735         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19736         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19737         (nnimap-request-set-mark):
19738         * nnfolder.el (nnfolder-request-update-info):
19739         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19740         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19741         * gnus-uu.el (gnus-uu-find-articles-matching):
19742         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19743         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19744         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19745         * gnus-nocem.el (gnus-nocem-scan-groups):
19746         * gnus-int.el (gnus-start-news-server):
19747         * gnus-group.el (gnus-group-make-kiboze-group)
19748         (gnus-group-browse-foreign-server):
19749         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19750         Use mapc when appropriate.
19751
19752 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19753
19754         FIXME: Make separate entries for each person.
19755
19756         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19757         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19758         <shields@msrl.com>:
19759
19760         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19761         may need for spam sorting and scoring.
19762         (spam-user-format-function-S): Add user format function suitable for
19763         general use.
19764         (spam-article-sort-by-spam-status): Add sorting function for summary
19765         sorting.
19766         (spam-extra-header-to-number): Add function to get a score from a
19767         header.
19768         (spam-summary-score): Add function to get a numeric score from the
19769         headers.
19770         (spam-generic-score): Fix function doc, was in wrong place.
19771         (spam-initialize): Take symbols when it's run, and install the
19772         extra headers that spam-necessary-extra-headers thinks we need.
19773
19774 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19775
19776         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19777         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19778
19779 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19780
19781         * gnus-sum.el (gnus-set-global-variables)
19782         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19783         (gnus-article-get-xrefs, gnus-summary-best-group)
19784         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19785         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19786         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19787         Use with-current-buffer.
19788
19789 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19790
19791         * spam.el (spam-summary-prepare-exit): Simplify logic.
19792         (spam-fetch-article-header): Read the article header if it's not
19793         available.
19794         (spam-list-articles): Simplify logic.
19795         (spam-filelist-register-routine): Fix bug with unregister-list.
19796
19797         * gnus-registry.el: Fix comments at beginning.
19798
19799 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19800
19801         * message.el (message-cater-to-broken-inn): Remove.
19802         (message-shorten-references): Make sure the total folded length of
19803         References is shorter than 998 characters to cater to a bug in INN
19804         2.3.  Also, don't pretend that references aren't folded -- this
19805         hasn't worked for a while.
19806
19807 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19808
19809         * gnus-agent.el (gnus-agentize):
19810         gnus-agent-send-mail-real-function no longer set to current value
19811         of message-send-mail-function but rather a lambda that calls
19812         message-send-mail-function.  The change makes the agent real-time
19813         responsive to user changes to message-send-mail-function.
19814
19815 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19816
19817         * legacy-gnus-agent.el
19818         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19819         help from Florian Weimer <fw@deneb.enyo.de>
19820
19821 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19822
19823         * nnmail.el (nnmail-cache-insert): Revert last change.
19824
19825 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19826
19827         * nnmail.el (nnmail-cache-insert): Always check whether
19828         nnmail-cache-ignore-groups matches a group name.
19829
19830 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19831
19832         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19833         (spam-find-spam, spam-log-processing-to-registry)
19834         (spam-log-registered-p, spam-log-unregistration-needed-p)
19835         (spam-log-undo-registration): Use gnus-message instead of
19836         gnus-error, none of these errors are fatal.
19837
19838         * gnus-registry.el (gnus-registry-clean-empty-function)
19839         (gnus-registry-clean-empty): Remove only empty entries without
19840         extra data.
19841
19842 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19843
19844         * spam-stat.el (spam-stat-buffer-change-to-spam)
19845         (spam-stat-buffer-change-to-non-spam): Change (error) to
19846         (gnus-message 8) invocation.
19847
19848 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19849
19850         * nntp.el (nntp-via-netcat-command): New variable.
19851         (nntp-via-netcat-switches): New variable.
19852         (nntp-open-via-rlogin-and-netcat): New function.
19853         (nntp-open-connection-function): Doc fix.
19854         (nntp-telnet-command): Doc fix.
19855         (nntp-end-of-line): Doc fix.
19856         (nntp-via-rlogin-command): Doc fix.
19857         (nntp-via-user-name): Doc fix.
19858         (nntp-via-address): Doc fix.
19859
19860 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19861
19862         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19863         error in Emacs 21.1.
19864
19865 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19866
19867         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19868
19869 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19870
19871         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19872         (gnus-agent-with-refreshed-group): New macro.
19873         (gnus-agent-rename-group): New function.
19874         (gnus-agent-delete-group): New function.
19875         (gnus-agent-save-group-info): Use gnus-command-method when
19876         `method' parameter is nil.  Don't write nil entries into the
19877         active file.
19878         (gnus-agent-get-group-info): New function.
19879         (gnus-agent-fetch-articles):
19880         Use gnus-agent-update-files-total-fetched-for to increment disk space
19881         used.
19882         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19883         Use gnus-agent-update-view-total-fetched-for to increment disk space
19884         used.
19885         (gnus-agent-get-local): Add optional parameters to avoid calling
19886         gnus-group-real-name and gnus-find-method-for-group.
19887         (gnus-agent-set-local): Delete stored entry if either min, or max,
19888         are nil.
19889         (gnus-agent-fetch-session): Reworded error/quit messages.
19890         On quit, use gnus-agent-regenerate-group to record existance of any
19891         articles fetched to disk before the quit occurred.
19892         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19893         gnus-agent-update-view-total-fetched-for, and
19894         gnus-agent-update-files-total-fetched-for to decrement disk space
19895         used.
19896         (gnus-agent-retrieve-headers):
19897         Use gnus-agent-update-view-total-fetched-for to increment disk space
19898         used.
19899         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19900         with gnus-agent-update-files-total-fetched-for to decrement disk
19901         space and fresh group buffer.
19902         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19903         (gnus-agent-need-update-total-fetched-for): New variable.
19904         (gnus-agent-update-files-total-fetched-for): New function.
19905         (gnus-agent-update-view-total-fetched-for): New function.
19906         (gnus-agent-total-fetched-for): New function.
19907
19908         * gnus-cache.el (gnus-cache-save-buffers):
19909         Use gnus-cache-update-overview-total-fetched-for to change disk space
19910         used by this group.
19911         (gnus-cache-possibly-enter-article):
19912         Use gnus-cache-update-file-total-fetched-for to increment disk space
19913         used by this group.
19914         (gnus-cache-possibly-remove-article):
19915         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19916         used by this group.
19917         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19918         (gnus-cache-rename-group): New function.
19919         (gnus-cache-delete-group): New function.
19920         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19921         (gnus-cache-need-update-total-fetched-for): New variable.
19922         (gnus-cache-with-refreshed-group): New macro.
19923         (gnus-cache-update-file-total-fetched-for): New function.
19924         (gnus-cache-update-overview-total-fetched-for): New function.
19925         (gnus-cache-rename-group-total-fetched-for): New function.
19926         (gnus-cache-delete-group-total-fetched-for): New function.
19927         (gnus-cache-total-fetched-for): New function.
19928
19929         * gnus-group.el: Require gnus-sum and autoload functions to
19930         resolve warnings when gnus-group.el compiled alone.
19931         (gnus-group-line-format): Documented new %F.
19932         (size of Fetched data) group line format; identifies disk space
19933         used by agent and cache.
19934         (gnus-group-line-format-alist): Defined new F format.
19935         (gnus-total-fetched-for): New function.
19936         (gnus-group-delete-group): No longer update
19937         gnus-cache-active-altered as gnus-request-delete-group now keeps
19938         the cache in sync.
19939         (gnus-group-list-active): Let the agent store a server's active
19940         list if currently plugged.
19941
19942         * gnus-int.el (gnus-request-delete-group):
19943         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19944         local disk in sync with the server.
19945         (gnus-request-rename-group):
19946         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19947         local disk in sync with the server.
19948
19949         * gnus-start.el (gnus-get-unread-articles):
19950         Cosmetic simplification to logic.
19951
19952         * gnus-util.el (gnus-rename-file): New function.
19953
19954 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19955
19956         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19957
19958 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19959
19960         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19961         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19962
19963 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19964
19965         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19966         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19967
19968 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19969
19970         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19971
19972 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19973
19974         * spam.el (spam-set-difference): Add function to replace
19975         gnus-set-difference in spam.el.
19976         (spam-summary-prepare-exit): Use spam-set-difference.
19977
19978 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19979
19980         * gnus-registry.el (gnus-registry-cache-file): Update to use
19981         gnus-dribble-directory OR gnus-home-directory OR ~.
19982         (gnus-registry-split-fancy-with-parent): Fix doc.
19983
19984 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19985
19986         * message.el (message-exchange-point-and-mark):
19987         Use message-mark-active-p.  Suggested by Jesper Harder
19988         <harder@ifa.au.dk>.
19989
19990 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19991
19992         * message.el (message-exchange-point-and-mark): Don't activate
19993         region if it was inactive.  Suggested by Hiroshi Fujishima
19994         <pooh@nature.tsukuba.ac.jp>.
19995
19996 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19997
19998         * gnus-art.el (article-display-face): Display Faces in the same
19999         order as X-Faces.
20000
20001 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20002
20003         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
20004
20005 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20006
20007         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
20008         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
20009         (gnus-article-mime-hierarchy): Remove.
20010         (gnus-article-mime-hierarchy-next): Remove.
20011         (gnus-article-mode): Revert 2004-03-19 change.
20012         (gnus-article-setup-buffer): Revert 2004-03-19 change.
20013         (gnus-insert-mime-button): Revert 2004-03-19 change.
20014         (gnus-mime-accumulate-hierarchy): Remove.
20015         (gnus-mime-enter-multipart): Remove.
20016         (gnus-mime-leave-multipart): Remove.
20017         (gnus-mime-display-part): Revert 2004-03-19 change.
20018         (gnus-mime-display-alternative): Revert 2004-03-19 change.
20019
20020         * mml.el (mml-preview): Revert 2004-03-19 change.
20021
20022 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
20023
20024         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
20025
20026 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20027
20028         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
20029         t while entering a file name using the mm-with-multibyte macro.
20030         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20031
20032         * mm-util.el (mm-with-multibyte): New macro.
20033
20034 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20035
20036         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
20037         New user option.
20038         (gnus-mime-multipart-functions): Doc and customization fix.
20039         (gnus-article-mime-hierarchy): New variable.
20040         (gnus-article-mime-hierarchy-next): New variable.
20041         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
20042         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
20043         gnus-article-mime-hierarchy-next to nil.
20044         (gnus-insert-mime-button): Show hierarchy numbers.
20045         (gnus-mime-accumulate-hierarchy): New function.
20046         (gnus-mime-enter-multipart): New function.
20047         (gnus-mime-leave-multipart): New function.
20048         (gnus-mime-display-part): Recompute hierarchical MIME structure.
20049         (gnus-mime-display-alternative): Show hierarchy numbers.
20050
20051         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
20052         gnus-article-mime-hierarchy-next to nil.
20053
20054 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
20055
20056         * dns.el: Don't require gnus-xmas.
20057
20058 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
20059
20060         * mml.el (mml-generate-mime-1): Don't use format=flowed with
20061         inline PGP.
20062         (mml-menu): Disable mml-quote-region if mark is inactive.
20063
20064 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20065
20066         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
20067         when the group's active is not available.
20068
20069 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20070
20071         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
20072         error.
20073
20074 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
20075
20076         * imap.el (imap-store-password): New variable.
20077         (imap-interactive-login): Use it.
20078         Suggested by Mark Plaksin <happy@mcplaksin.org>.
20079
20080 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20081
20082         * gnus-art.el (gnus-article-read-summary-keys): Restore new
20083         window-start and hscroll to summary window.
20084
20085 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20086
20087         * gnus-start.el (gnus-convert-old-newsrc): Only write the
20088         conversion message to newsrc-dribble when an actual conversion is
20089         performed.
20090
20091 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
20092
20093         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
20094
20095 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20096
20097         * mm-decode.el (mm-complicated-handles): New function reviving
20098         former definition of mm-multiple-handles.
20099
20100         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
20101         (gnus-mime-delete-part): Use it.
20102
20103 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20104
20105         * gnus-agent.el (gnus-agent-read-local):
20106         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
20107         avoid the implicit assumption that they will always be equal.
20108         (gnus-agent-save-local): Bind buffer-file-coding-system, not
20109         coding-system-for-write, as the with-temp-file macro first prints
20110         to a buffer then saves the buffer.
20111
20112 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20113
20114         * gnus-art.el (gnus-article-edit-part): New function.
20115         (gnus-mime-save-part-and-strip): Use it; do query instead of
20116         signaling an error; don't use mm-multiple-handles.
20117         (gnus-mime-delete-part): Ditto.
20118
20119 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20120
20121         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
20122         old file versions.
20123         (gnus-group-prepare-hook): Remove function that converted list
20124         form of gnus-agent-expire-days to group properties.
20125
20126         * gnus-int.el: Autoload gnus-agent-regenerate-group.
20127         (gnus-request-accept-article): Re-indented.
20128
20129         * gnus-start.el (gnus-convert-old-newsrc): Registered new
20130         converters to handle old agent file formats.  Add logic for a
20131         "backup before upgrading warning".
20132         (gnus-convert-mark-converter-prompt): Developers can mark
20133         functions as needing (default), or not needing,
20134         gnus-convert-old-newsrc's "backup before upgrading warning".
20135         (gnus-convert-converter-needs-prompt): Tests whether the user
20136         should be protected from potentially irreversable changes by the
20137         function.
20138
20139         * legacy-gnus-agent.el: New.  Provides converters that are only
20140         loaded when gnus-convert-old-newsrc needs to call them.
20141
20142 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20143
20144         * mail-source.el (mail-source-touch-pop): Doc fix.
20145
20146         * message.el (message-smtpmail-send-it): Doc fix.
20147
20148 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
20149
20150         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
20151
20152         * nnmail.el (nnmail-split-fancy): do.
20153
20154         * gnus-kill.el (gnus-kill, gnus-execute): do.
20155
20156 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
20157
20158         * gnus-sum.el (gnus-widget-reversible-match)
20159         (gnus-widget-reversible-to-internal)
20160         (gnus-widget-reversible-to-external): New functions.
20161         (gnus-widget-reversible): New widget.
20162         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20163
20164 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
20165
20166         * gnus-sum.el (gnus-thread-sort-functions)
20167         (gnus-article-sort-functions): Document `(not F)' items.
20168
20169 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
20170
20171         * spam.el (spam-use-gmane-xref): Add new backend.
20172         (spam-gmane-xref-spam-group): Add variable to control the name of the
20173         Gmane spam group.
20174         (spam-blackhole-servers, spam-blackhole-good-server-regex)
20175         (spam-regex-headers-spam, spam-regex-headers-ham)
20176         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20177         (spam-list-of-checks): Add spam-use-gmane-xref to list of
20178         backends and checks.
20179         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20180
20181         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20182         an autodetect method.
20183
20184 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20185
20186         * gnus-int.el (gnus-request-accept-article): Inform the agent that
20187         articles are being added to a group.
20188         (gnus-request-replace-article): Inform the agent that articles
20189         need to be uncached as the cached contents are no longer valid.
20190
20191 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20192
20193         * binhex.el: Don't autoload executable-find.
20194
20195         * canlock.el: Don't autoload mail-fetch-field.
20196
20197         * dgnushack.el: Autoload c-mode for XEmacs.
20198
20199         * gnus-ems.el: Don't autoload appt-select-lowest-window.
20200
20201         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20202         rmail-dont-reply-to and rmail-output.
20203
20204         * gnus-score.el: Don't autoload ffap-string-at-point.
20205
20206         * gnus-setup.el: Don't autoload sc-cite-original.
20207
20208         * imap.el: Don't autoload base64-decode-string,
20209         base64-encode-string and md5.
20210
20211         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20212         and rmail-msg-restore-non-pruned-header.
20213
20214         * mm-decode.el: Don't autoload executable-find.
20215
20216         * mm-url.el: Don't autoload executable-find.
20217
20218         * mm-view.el: Don't autoload diff-mode.
20219
20220         * nndb.el: Don't autoload news-reply-mode, news-setup,
20221         cancel-timer and telnet.
20222
20223         * password.el: Don't autoload run-at-time for Emacs.
20224
20225         * sha1-el.el: Don't autoload executable-find.
20226
20227         * sieve-mode.el: Don't autoload c-mode.
20228
20229         * uudecode.el: Don't autoload executable-find.
20230
20231 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20232
20233         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20234         (gnus-agent-possibly-alter-active): Avoid null in numeric
20235         comparison.
20236         (gnus-agent-set-local): Refuse to save null in local object table.
20237         (gnus-agent-regenerate-group): The REREAD parameter can now be a
20238         list of articles that will be marked as unread.
20239
20240 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20241
20242         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20243
20244 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20245
20246         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20247         language tags.
20248
20249 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
20250
20251         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20252         Don't bind "obarray".
20253
20254         * gnus-sum.el (gnus-thread-sort-functions):
20255         Add `gnus-thread-sort-by-most-recent-number' and
20256         `gnus-thread-sort-by-most-recent-date'.
20257         Reported by Kai Grossjohann <kai@emptydomain.de>.
20258
20259 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20260
20261         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20262
20263 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20264
20265         * gnus-cus.el (gnus-agent-customize-category):
20266         Remove ignore-errors macro reference that required cl to be loaded at
20267         run-time.
20268
20269         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20270         single-interval range of the form (min . max).  Previously the
20271         range had to look like ((min . max)).  Likewise, return
20272         (min . max) rather than ((min . max)).
20273         (gnus-range-map): Use gnus-range-normalize to accept
20274         single-interval range.
20275
20276         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20277         the cache, but not the agent, now appear with their usual face.
20278
20279         * dgnushack.el (loaddir): New variable that is bound to the
20280         directory containing the dgnushack.el file. Use loaddir, rather
20281         than srcdir, to update load-path. Change lets dgnushack compile
20282         code in directories other than GNUS/lisp.
20283
20284 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20285
20286         * lpath.el: Don't bind w3m-safe-url-regexp.
20287
20288         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20289         w3m-safe-url-regexp variable buffer-local.
20290
20291         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20292
20293 2004-02-27  Simon Josefsson  <jas@extundo.com>
20294
20295         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20296         gnus-group-real-prefix.
20297         (gnus-summary-move-article): Use it, instead of
20298         gnus-group-real-prefix.
20299
20300 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20301
20302         * lpath.el: Bind w3m-safe-url-regexp.
20303
20304         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20305         w3m-safe-url-regexp variable buffer-local and set it as the value
20306         of mm-w3m-safe-url-regexp.
20307
20308         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20309
20310         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20311         parsing gnus-posting-styles when the message is not for replying.
20312
20313         * dgnushack.el: Autoload sgml-mode for XEmacs.
20314
20315         * nnrss.el (nnrss-opml-export):
20316         Use mm-set-buffer-file-coding-system instead of
20317         set-buffer-file-coding-system.
20318
20319 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20320
20321         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20322         of checkdoc.el).
20323         * nnrss.el: do.
20324         * gnus-mlspl.el: do.
20325         * gnus-ml.el: do.
20326         * gnus-srvr.el: do.
20327
20328         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20329
20330 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20331
20332         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20333         Corrections to custom-manual links.
20334
20335         * gnus-art.el (gnus-article): Ditto.
20336
20337         * mm-decode.el (mime-display, mime-security): Ditto.
20338
20339 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20340
20341         * flow-fill.el: Typo.
20342
20343 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20344
20345         * spam-wash.el: New file.
20346
20347 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20348
20349         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20350
20351 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20352
20353         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20354         to be run with new-articles as LIST1, not LIST2.
20355         (spam-registration-functions): Add spam-use-ham-copy as a nil
20356         registration backend.
20357
20358 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20359
20360         * spam-stat.el (spam-stat-washing-hook): New option.
20361         (spam-stat-buffer-words): Use it.
20362         (spam-stat-process-directory, spam-stat-test-directory):
20363         Use insert-file-contents-literally.
20364         (spam-stat-coding-system): New variable.
20365         (spam-stat-load, spam-stat-save): Use it.
20366
20367 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20368
20369         * spam-report.el (spam-report-plug-agent):
20370         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20371
20372 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20373
20374         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20375         Allow / in mailto URLs.
20376
20377 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20378
20379         * spam-report.el (spam-report-process-queue): Fix interactive use.
20380         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20381         (spam-report-unplug-agent): Doc fixes.
20382         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20383         (spam-report-agentize, spam-report-deagentize): Autoload.
20384
20385 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20386
20387         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20388
20389         * message.el (message-setup-fill-variables): Add mml tags to
20390         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20391         <ajk@iu.edu>.
20392         (message-mode): Don't modify paragraph-separate there.
20393
20394 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20395
20396         * compface.el (uncompface-use-external): Default to undecided.
20397         (uncompface-use-external-threshold): New variable.
20398         (uncompface-float-time): New macro.
20399         (uncompface): Determine whether to use the external decoder if
20400         uncompface-use-external is undecided.
20401
20402 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20403
20404         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20405         after images.
20406
20407         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20408
20409 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20410
20411         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20412
20413         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20414
20415         * gnus-sum.el (gnus-summary-limit-to-age)
20416         (gnus-summary-limit-children): do.
20417
20418         * gnus-int.el (gnus-request-scan): do.
20419
20420         * gnus-group.el (gnus-group-suspend): do.
20421
20422         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20423
20424         * gnus-cite.el (gnus-cite-parse-attributions): do.
20425
20426         * gnus-agent.el (gnus-summary-set-agent-mark)
20427         (gnus-agent-regenerate-group): do.
20428
20429         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20430
20431         * binhex.el (binhex-decode-region-internal): do.
20432
20433 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20434
20435         * gnus-fun.el (gnus-face-properties-alist): New user option.
20436         (gnus-display-x-face-in-from): Use it.
20437
20438         * gnus-art.el (article-display-face): Ditto.
20439
20440         * compface.el (uncompface-use-external): Default to nil.
20441
20442 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20443
20444         * nntp.el (nntp-erase-buffer): New function.
20445         (nntp-retrieve-data, nntp-send-command)
20446         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20447         (nntp-possibly-change-group): Use it.
20448
20449         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20450         Use with-current-buffer.
20451
20452 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20453
20454         * compface.el: Merge the ELisp-based uncompface program.
20455         (compface): New customization group.
20456         (uncompface-use-external): New user option.
20457         (uncompface): Call uncompface-internal if uncompface-use-external
20458         is nil.
20459         (uncompface-internal): New function.  Note that there are also
20460         some other functions and variables added for this function.
20461
20462 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20463
20464         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20465         if necessary.
20466
20467 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20468
20469         * spam-report.el (spam-report-unplug-agent)
20470         (spam-report-plug-agent, spam-report-deagentize)
20471         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20472         Add support for the Agent in spam-report: when unplugged, report to a
20473         file; when plugged, submit all the requests.
20474
20475         * spam.el (spam-register-routine): Fix message about
20476         registration.
20477
20478 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20479
20480         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20481         dependencies.
20482         (rfc2047-encode): Use it.
20483
20484         * gnus-art.el (gnus-button-marker-list): Move before first
20485         reference.
20486
20487         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20488         (imap-parse-body): Fix format string mismatch.
20489
20490         * gnus-score.el (gnus-summary-increase-score): do.
20491
20492         * nnrss.el (nnrss-close): New function.
20493
20494 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20495
20496         * nnrss.el (nnrss-make-filename): New function.
20497         (nnrss-request-delete-group, nnrss-read-server-data)
20498         (nnrss-save-server-data, nnrss-read-group-data)
20499         (nnrss-save-group-data): Use it.
20500         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20501         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20502         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20503
20504 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20505
20506         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20507
20508 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20509
20510         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20511         files.
20512
20513         * message.el (message-generate-headers-first): Don't quote nil
20514         and t in docstrings.
20515
20516         * imap.el (imap-id): do.
20517
20518         * gnus-agent.el (gnus-agent-consider-all-articles)
20519         (gnus-agent-queue-mail): do.
20520
20521 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20522
20523         * spam-report.el (spam-report-process-queue): New function.
20524         Process requests from `spam-report-requests-file'.
20525         (spam-report-process-queue): Doc fix.
20526
20527 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20528
20529         * spam.el (spam-register-routine)
20530         (spam-log-processing-to-registry, spam-log-registered-p)
20531         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20532         Change "check" to "spam-check" for semi-clarity.
20533
20534 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20535
20536         * pop3.el: Require nnheader.
20537
20538         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20539
20540         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20541
20542         * gnus-picon.el: Require cl.
20543
20544         * gnus-fun.el: Require gnus-ems and gnus-util.
20545
20546         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20547
20548         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20549
20550         * gnus-art.el (gnus-article-edit-mode): Define before first
20551         reference.
20552
20553 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20554
20555         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20556         (gnus-uu-post-encoded): Use point-at-bol.
20557
20558         * gnus-topic.el (gnus-group-active-topic-p): do.
20559
20560         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20561
20562         * gnus-group.el (gnus-group-kill-region): do.
20563
20564         * gnus-art.el (article-date-ut): do.
20565
20566         * message.el (message-fetch-field): Remove redundant
20567         case-fold-search binding.
20568         (message-narrow-to-field): Simplify.
20569
20570 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20571
20572         * spam.el (spam-directory): Derive from `gnus-directory'.
20573
20574         * spam-report.el (spam-report-url-to-file)
20575         (spam-report-requests-file): New function and variable for offline
20576         reporting.
20577         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20578         and user defined function.
20579         (spam-report-url-ping-mm-url): Remove doubled slash.
20580
20581 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20582
20583         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20584
20585 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20586
20587         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20588         Fix format string mismatch.
20589
20590         * sieve.el (sieve-deactivate-all): do.
20591
20592         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20593
20594         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20595
20596         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20597
20598         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20599
20600 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20601
20602         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20603         the list of checks.
20604
20605 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20606
20607         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20608         padding.
20609
20610 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20611
20612         * mm-view.el (mm-fill-flowed): New variable.
20613         (mm-inline-text): Use it.
20614
20615 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20616
20617         * spam.el (spam-spamassassin-register-ham-routine)
20618         (spam-spamassassin-register-spam-routine): Fix function names.
20619
20620 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20621
20622         * gnus.el (gnus-tmp-grouplens): Remove.
20623         (gnus-summary-line-format): Remove grouplens.
20624
20625         * gnus-group.el (gnus-group-line-format): Ditto.
20626
20627         * gnus-spec.el (gnus-format-specs): Ditto.
20628         (gnus-update-format-specifications): Flush the group format spec
20629         cache if there's the grouplens stuff.
20630         (gnus-parse-simple-format): Replace %l with the empty string.
20631
20632 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20633
20634         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20635         omission.
20636
20637 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20638
20639         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20640         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20641
20642 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20643
20644         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20645         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20646         New macros and functions.
20647         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20648         Handle > NLINK_MAX messages.
20649         * nnmaildir.el (nnmaildir-request-set-mark):
20650         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20651
20652 2004-01-25  Alex Schroeder  <alex@gnu.org>
20653
20654         * spam-stat.el (spam-stat-process-directory-age): New option.
20655         (spam-stat-process-directory): Use it.
20656
20657 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20658
20659         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20660         (spam-stat-save): Accept prefix argument.
20661
20662 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20663
20664         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20665         links" error.
20666
20667 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20668
20669         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20670         the rest of the and/or forms.
20671
20672 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20673
20674         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20675         compatibility with old .newsrc.eld files.
20676
20677         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20678
20679         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20680
20681         * gnus-start.el (gnus-1): do.
20682
20683         * gnus-group.el (gnus-group-line-format-alist): do.
20684
20685         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20686
20687         * gnus-gl.el: Remove.
20688
20689 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20690
20691         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20692         marks consisting of a single range {for example, (3 . 5)} rather
20693         than a list of a single range { ((3 . 5)) }.
20694
20695 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20696
20697         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20698         Use with-current-buffer.
20699         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20700         avoid consing a string.
20701
20702         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20703         Remove obsolete entries for big5 and gb2312.
20704
20705 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20706
20707         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20708         uncompressed list.
20709
20710 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20711
20712         * spam-stat.el (spam-stat-strip-xref): New function.
20713         (spam-stat-process-directory): Use it.
20714
20715         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20716         here -- it's done in message-fetch-field.
20717
20718 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20719
20720         * gnus-agent.el (gnus-agent-queue-mail)
20721         (gnus-agent-prompt-send-queue): New variables.
20722         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20723         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20724         "nndraft:queue" along to gnus-draft-send.
20725         Use gnus-agent-prompt-send-queue.
20726         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20727         is "nndraft:queue".  Suggested by Gaute Strokkenes
20728         <gs234@srcf.ucam.org>
20729
20730         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20731         (agent-enable-undownloaded-faces): Add.
20732         (gnus-agent-cat-groups): Use eval-and-compile, not
20733         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20734         method of gnus-agent-cat-groups even when the buffer has been
20735         evaled.
20736         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20737         delete gnus-agent-save-active-1.
20738         (gnus-agent-save-groups): Delete.  Identical to
20739         gnus-agent-save-active.
20740         (gnus-agent-write-active): No longer adjust agent's copy of active
20741         file as agent's adjustments are now stored in their own
20742         file.  Remove optional parameter.
20743         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20744         servers.  Add use of min/max range limits from server's local
20745         file.
20746         (gnus-agent-save-alist): Remove unused optional argument.
20747         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20748         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20749         (gnus-agent-set-local): A per-server file that keeps min/max range
20750         limits for articles known to the agent.  Provides a fast mechanism
20751         for altering many active ranges.
20752         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20753         active file (local makes it unnecessary).
20754         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20755
20756         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20757         (agent-enable-undownloaded-faces): Add.
20758
20759         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20760         disable it when sending to "nndraft:queue".
20761         (gnus-group-send-queue): Add safety check to avoid sending queue
20762         when unplugged.
20763
20764         * gnus-group.el (gnus-group-catchup): Use new
20765         gnus-sequence-of-unread-articles, not
20766         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20767         numbers of articles.  Use gnus-range-map to avoid having to
20768         uncompress the unread list.
20769         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20770         Fix invalid ange-ftp reference.
20771
20772         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20773         (gnus-sorted-range-intersection): Intersection of two ranges
20774         without requiring that they first be uncompressed.
20775
20776         * gnus-start.el (gnus-activate-group): Unless blocked by the
20777         caller, possibly expand the active range to include both cached
20778         and agentized articles.
20779         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20780         multiple version-dependent converters.
20781         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20782         gnus-agent-save-active.
20783         (gnus-save-newsrc-file): Save dirty agent range limits.
20784
20785         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20786         gnus-agent-possibly-alter-active.
20787         (gnus-adjust-marked-articles): Faster handling of simple lists.
20788
20789 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20790
20791         * spam-stat.el (spam-stat-test-directory): New optional argument
20792         displays a list of files detected.  Suggested by Andrew Cohen
20793         <cohen@andy.bu.edu>.
20794         (spam-stat-buffer-words-with-scores): Don't narrow and change
20795         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20796
20797 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20798
20799         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20800         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20801         (spam-spamassassin-arguments)
20802         (spam-spamassassin-spam-flag-header)
20803         (spam-spamassassin-positive-spam-flag-header)
20804         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20805         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20806         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20807         (spam-list-of-processors, spam-list-of-checks)
20808         (spam-list-of-statistical-checks, spam-registration-functions)
20809         (spam-check-spamassassin-headers, spam-check-spamassassin)
20810         (spam-spamassassin-score)
20811         (spam-spamassassin-register-with-sa-learn)
20812         (spam-spamassassin-register-spam-routine)
20813         (spam-spamassassin-register-ham-routine)
20814         (spam-assassin-register-spam-routine)
20815         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20816         (spam-bogofilter-score): Fix to show article before scoring.
20817
20818 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20819
20820         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20821         default scoring function.
20822         (spam-generic-score): Call spam-spamassassin-score if
20823         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20824         spam-bogofilter-score otherwise.
20825
20826         * gnus.el (spam-process, spam-autodetect-methods):
20827         Add spamassassin and spamassassin-headers.
20828
20829 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20830
20831         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20832         Suppress unnecessary messages.
20833
20834 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20835
20836         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20837         make-hash-table.
20838
20839 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20840
20841         * canlock.el (base64-encode-string): Don't autoload it.
20842
20843 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20844
20845         * run-at-time.el: Remove useless (require 'itimer),
20846         eval-and-compile and (featurep 'xemacs).
20847
20848 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20849
20850         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20851         GROUP is a virtual group.
20852
20853 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20854
20855         * gnus.el: Autoload `message-y-or-n-p'.
20856
20857 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20858
20859         * pgg-parse.el: Remove unnecessary (require 'custom).
20860
20861         * pgg-def.el: do.
20862
20863         * nnmail.el: do.
20864
20865         * gnus-undo.el: do.
20866
20867         * gnus-picon.el: do.
20868
20869         * gnus-util.el: do.
20870
20871 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20872
20873         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20874
20875 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20876
20877         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20878         handle, as well as a list.
20879
20880         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20881         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20882         (mm-w3m-cid-retrieve): Simplify.
20883
20884 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20885
20886         * message.el (message-kill-to-signature): Allow prefix arg to
20887         specify number of lines to keep before signature.
20888
20889 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20890
20891         * message.el (message-kill-to-signature): Change docstring.
20892
20893 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20894
20895         * canlock.el: Always require sha1-el.
20896         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20897
20898         * message.el: Autoload sha1 only when compiling.
20899
20900         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20901         eudc-expand-inline for XEmacs.
20902
20903 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20904
20905         * message.el (message-canlock-generate): Require sha1-el.
20906
20907 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20908
20909         * message.el (message-expand-name): Silence the byte compiler.
20910
20911         * lpath.el: Add detect-coding-system.
20912
20913         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20914         cus-edit.
20915
20916 2004-01-13  Simon Josefsson  <jas@extundo.com>
20917
20918         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20919         Invoke gnus-score-mode.
20920         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20921
20922         * gnus-range.el (gnus-compress-sequence): Doc fix.
20923         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20924
20925 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20926
20927         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20928
20929 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20930
20931         * spam.el (spam-get-article-as-string): Update to use
20932         gnus-request-article-this-buffer, much simpler.
20933         (spam-get-article-as-buffer): Remove.
20934
20935 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20936
20937         * message.el (message-expand-name): Use EUDC if the user uses that.
20938
20939 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20940
20941         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20942         character for the encoding to avoid consing a string.
20943
20944         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20945         unnecessarily.
20946
20947         * mm-util.el (mm-replace-chars-in-string): Remove.
20948
20949         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20950         of mm-replace-chars-in-string.
20951
20952 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20953
20954         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20955
20956         * mm-util.el (mm-subst-char-in-string): Support inplace.
20957
20958         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20959         a new string in every iteration.  Use shy groups.
20960
20961 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20962
20963         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20964         * gnus-soup.el (gnus-soup-group-brew):
20965         * gnus-msg.el (gnus-put-message):
20966         * gnus-move.el (gnus-group-move-group-to-server):
20967         * gnus-kill.el (gnus-batch-score):
20968         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20969         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20970         (gnus-group-update-group, gnus-group-read-group)
20971         (gnus-group-make-group, gnus-group-make-help-group)
20972         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20973         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20974         (gnus-group-sort-by-unread, gnus-group-catchup)
20975         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20976         (gnus-group-yank-group, gnus-group-set-info)
20977         (gnus-group-list-groups):
20978         * gnus.el (gnus-generate-new-group-name):
20979         * gnus-delay.el (gnus-delay-send-queue):
20980         * nnvirtual.el (nnvirtual-catchup-group):
20981         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20982         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20983         (gnus-group-prepare-topics, gnus-topic-check-topology):
20984         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20985         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20986         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20987         (gnus-group-make-articles-read):
20988         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20989         (gnus-group-change-level, gnus-kill-newsgroup)
20990         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20991         (gnus-get-unread-articles, gnus-make-articles-unread)
20992         (gnus-make-ascending-articles-unread): Use accessor
20993         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20994         to get group information for improved readability.
20995
20996
20997 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20998
20999         * gnus-art.el (article-decode-mime-words, article-babel)
21000         (gnus-article-highlight-signature, gnus-article-add-buttons)
21001         (gnus-signature-toggle): Use gnus-with-article-buffer.
21002
21003         * gnus-art.el (gnus-article-highlight-headers)
21004         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
21005
21006         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
21007         (gnus-article-set-globals, gnus-request-article-this-buffer)
21008         (gnus-button-message-id, gnus-article-maybe-hide-headers)
21009         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
21010         (gnus-mime-display-alternative): Use with-current-buffer.
21011
21012 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21013
21014         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
21015         also under 80 char limit, and call gnus-error if needed.
21016         (spam-fetch-article-header): Fix - it was a
21017         buffer-local variable (gnus-newsgroup-data).
21018         (spam-find-spam): Use spam-generate-fake-headers, forget about
21019         spam-insert-fake-headers.
21020         (spam-insert-fake-headers): Remove.
21021
21022 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21023
21024         * deuglify.el (gnus-article-outlook-unwrap-lines)
21025         (gnus-outlook-rearrange-article)
21026         (gnus-outlook-repair-attribution-outlook)
21027         (gnus-outlook-repair-attribution-block)
21028         (gnus-outlook-repair-attribution-other): Remove redundant
21029         save-excursion.
21030
21031 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21032
21033         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
21034         (spam-fetch-field-subject-fast)
21035         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
21036         (spam-fetch-article-header): Add functions to deal with Gnus
21037         internals for fast retrieval of article header data.
21038         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
21039
21040 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21041
21042         * pop3.el (pop3-md5): Remove.
21043         (pop3-apop): Replace pop3-md5 with md5.
21044
21045         * mm-bodies.el: base64 is always built-in.
21046
21047         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
21048         Use with-current-buffer.
21049
21050 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21051
21052         * canlock.el (canlock-insert-header): Remove excessive grouping in
21053         regexp.
21054
21055         * gnus-sum.el (gnus-summary-read-document): Ditto.
21056
21057         * gnus-uu.el (gnus-uu-part-number): Ditto.
21058
21059         * html2text.el (html2text-remove-tags): Ditto.
21060         (html2text-format-tags): Ditto.
21061         (html2text-format-single-elements): Ditto.
21062
21063         * mml.el (mml-parse-1): Ditto.
21064
21065 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21066
21067         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
21068
21069         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
21070
21071         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
21072
21073         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
21074
21075 2003-11-15  Simon Josefsson  <jas@extundo.com>
21076
21077         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
21078         (pgg-gpg-lookup-key): Use regexp match instead of
21079         split-string (split-string is different between emacs 21.2 and
21080         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
21081
21082 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21083
21084         * gnus-art.el (gnus-mime-view-all-parts)
21085         (gnus-article-part-wrapper, gnus-article-view-part):
21086         Use with-current-buffer.
21087
21088 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21089
21090         * spam.el (spam-disable-spam-split-during-ham-respool)
21091         (spam-spamoracle-database, spam-cache-lookups)
21092         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
21093         (spam-group-ham-mark-p, spam-group-spam-mark-p)
21094         (spam-group-ham-marks, spam-group-spam-marks)
21095         (spam-group-spam-contents-p, spam-group-ham-contents-p)
21096         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
21097         also add spam-use-blackholes to the statistical checks.
21098         (spam-fetch-field-fast): Add interface to fetching fields, may
21099         become a macro.
21100         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
21101         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
21102         (spam-insert-fake-headers): Fake an article when needed.
21103         (spam-find-spam): Fake article when possible.
21104         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
21105         (spam-check-bogofilter-headers): Use message-fetch-field instead
21106         of nnmail-fetch-field.
21107
21108 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
21109
21110         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
21111
21112 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21113
21114         * spam.el (spam-split): Do not require spam-use-CHECK to be
21115         enabled if that check is passed to spam-split explicitly; also
21116         fix so 'spam doesn't get converted to spam-split-group when
21117         spam-split-symbolic-return is t.
21118         (spam-find-spam): Find registrations of the article and use those
21119         instead of re-running spam-split to find the spam/ham
21120         classification of the article.
21121         (spam-log-processing-to-registry, spam-log-registered-p)
21122         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21123         Use gnus-error instead of gnus-message.
21124         (spam-log-registration-type): Add function to determine the
21125         classification of a message based on registry entries; will
21126         return nil if both 'spam and 'ham are found.
21127         (spam-check-BBDB): Expand all the BBDB macros here so we can have
21128         a reasonably fast local cache without the loading errors.
21129         (spam-cache-lookups): Set to t by default.
21130         (spam-find-spam): Don't try to guess spam-cache-lookups.
21131         (spam-enter-whitelist, spam-enter-blacklist): Clear the
21132         spam-caches entry.
21133         (spam-filelist-build-cache, spam-filelist-check-cache):
21134         Fix caching of whitelist/blacklist entries.
21135         (spam-check-whitelist, spam-check-blacklist):
21136         Invoke spam-from-listed-p with a type, not a cache variable.
21137         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21138
21139 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21140
21141         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21142
21143         * nnmail.el (nnmail-split-fancy): do.
21144
21145         * mml.el (mml-parse): do.
21146
21147         * gnus-score.el (gnus-enter-score-words-into-hashtb)
21148         (gnus-score-adaptive): do.
21149
21150 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21151
21152         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21153         (gnus-mime-button-map): Don't set keymap parent.
21154         (gnus-button-ctan-directory-regexp): Use shy grouping.
21155         (gnus-prev-page-map): Don't set keymap parent.
21156         (gnus-prev-page-map): Remove duplicated one.
21157         (gnus-next-page-map): Don't set keymap parent.
21158         (gnus-mime-security-button-map): Ditto.
21159
21160         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21161         version number.
21162
21163         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21164
21165 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21166
21167         * canlock.el (canlock-sha1-function): Remove.
21168         (canlock-sha1-function-for-verify): Remove.
21169         (canlock-openssl-program): Remove.
21170         (canlock-openssl-args): Remove.
21171         (canlock-ignore-errors): Remove.
21172         (canlock-sha1-with-openssl): Remove.
21173         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21174         (canlock-verify): Don't use canlock-ignore-errors.
21175
21176         * sha1-el.el (sha1-string-external): Make it can return a string
21177         in binary form.
21178         (sha1-region-external): Ditto.
21179         (sha1-string-internal): Ditto.
21180         (sha1-region-internal): Ditto.
21181         (sha1-region): Ditto.
21182         (sha1-string): Ditto.
21183         (sha1): Ditto.
21184
21185 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21186
21187         * spam.el (spam-report-articles-gmane): New command.
21188
21189 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21190
21191         * gnus.el: Don't make unnecessary *Group* buffer when loading.
21192
21193         * run-at-time.el (run-at-time-saved): Remove.
21194         (run-at-time): Doc fix.
21195
21196 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21197
21198         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21199         (gnus-summary-limit-map): Add it.
21200         (gnus-summary-make-menu-bar): do.
21201
21202 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
21203
21204         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21205         Make attempt at some caching support (done for BBDB only now).
21206         (spam-find-spam): Set spam-cache-lookups if there are more than 2
21207         addresses to be checked.
21208         (spam-clear-cache-BBDB): Add function, to be invoked by
21209         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21210         (spam-check-BBDB): Check and use the caches, if
21211         spam-cache-lookups is on, remove superfluous (provide).
21212
21213 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
21214
21215         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21216
21217 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
21218
21219         * run-at-time.el (run-at-time-saved): Move to after the definition
21220         of `run-at-time'.
21221
21222         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
21223
21224 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21225
21226         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21227         mm-w3m-local-map-property.
21228
21229         * mm-view.el (mm-w3m-mode-map): Remove.
21230         (mm-w3m-local-map-property): Remove.
21231         (mm-inline-text-html-render-with-w3m): Don't use
21232         mm-w3m-local-map-property.
21233
21234 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21235
21236         * run-at-time.el: New file.
21237
21238         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
21239         under Emacs.
21240
21241         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21242         of gnus-set-text-properties.
21243
21244         * gnus-uu.el (gnus-uu-save-article): Ditto.
21245
21246         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21247
21248         * gnus-cite.el (gnus-cite-parse): Ditto.
21249
21250         * gnus-art.el (gnus-button-push): Use set-text-properties instead
21251         of gnus-.
21252
21253         * gnus-xmas.el (run-at-time): Require run-at-time.
21254
21255         * gnus.el: Change calls to nnheader-run-at-time and
21256         password-run-at-time throughout to use run-at-time directly.
21257
21258         * password.el: Remove definition of run-at-time.
21259
21260         * nnheaderxm.el: Remove definition of run-at-time.
21261
21262 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
21263
21264         * mml.el (mml-minibuffer-read-disposition): Show attachment type
21265         in prompt.
21266
21267 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21268
21269         * messagexmas.el (message-xmas-redefine): Alias
21270         `message-make-caesar-translation-table' to
21271         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
21272         version.
21273
21274         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
21275         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
21276         `gnus-xmas-set-text-properties'.
21277         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
21278         `gnus-xmas-completing-read'.
21279         (gnus-xmas-completing-read): Removed.
21280         (gnus-xmas-open-network-stream): Removed.
21281
21282         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21283         XEmacs version.
21284
21285         * dns.el (dns-make-network-process): Use `open-network-stream'
21286         instead of `gnus-xmas-open-network-stream'.
21287
21288         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
21289
21290         * .cvsignore: Add auto-autoloads.el, custom-load.el.
21291
21292 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21293
21294         * gnus-art.el (gnus-mime-display-alternative)
21295         (gnus-insert-mime-button, gnus-insert-mime-security-button)
21296         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21297         Don't use gnus-local-map-property.
21298
21299         * gnus-util.el (gnus-local-map-property): Remove.
21300
21301         * mm-view.el (mm-view-pkcs7-decrypt):
21302         Replace gnus-completing-read-maybe-default with completing-read.
21303
21304         * gnus-util.el (gnus-completing-read): do.
21305         (gnus-completing-read-maybe-default): Remove.
21306
21307 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21308
21309         * password.el: Only autoload `run-at-time' if not XEmacs.
21310         Only autoload the itimer functions if XEmacs.
21311
21312 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21313
21314         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
21315         XEmacsen.
21316
21317         * dgnushack.el: Autoload executable-find for XEmacs.
21318
21319 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21320
21321         * gnus-art.el (gnus-read-string): Remove.
21322         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21323         read-string.
21324
21325 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21326
21327         * netrc.el: Autoload password-read.
21328         (netrc): Add configuration group.
21329         (netrc-encoding-method, netrc-openssl-path):
21330         Add variables for encoding and decoding of files with symmetric
21331         ciphers.
21332         (netrc-encode): Add assistant function to encode a file with
21333         netrc-encoding-method.
21334         (netrc-parse): Add interactive parameter, added optional
21335         decoding if netrc-encoding-method is non-nil but otherwise
21336         behavior is standard.
21337         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21338         Do s/encode/encrypt/ everywhere.
21339
21340         * spam.el: Remove executable-find autoload.
21341
21342 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21343
21344         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21345
21346         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21347
21348 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21349
21350         * gnus-art.el (gnus-treat-ansi-sequences)
21351         (article-treat-ansi-sequences): New variable and function.
21352         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21353
21354         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21355         Use it.
21356
21357 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21358
21359         * mm-util.el (mm-quote-arg): Remove.
21360
21361         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21362         shell-quote-argument.
21363
21364         * gnus-uu.el (gnus-uu-command): do.
21365
21366         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21367
21368         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21369         with make-char.
21370
21371         * mm-util.el (mm-make-char): Remove.
21372
21373         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21374         add-minor-mode.
21375
21376         * gnus-undo.el (gnus-undo-mode): do.
21377
21378         * gnus-topic.el (gnus-topic-mode): do.
21379
21380         * gnus-sum.el (gnus-dead-summary-mode): do.
21381
21382         * gnus-start.el (gnus-slave-mode): do.
21383
21384         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21385
21386         * gnus-ml.el (gnus-mailing-list-mode): do.
21387
21388         * gnus-gl.el (gnus-grouplens-mode): do.
21389
21390         * gnus-draft.el (gnus-draft-mode): do.
21391
21392         * gnus-dired.el (gnus-dired-mode): do.
21393
21394         * gnus-ems.el (gnus-add-minor-mode): Remove.
21395
21396         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21397         Replace gnus-char-width with char-width.
21398
21399         * gnus-ems.el (gnus-char-width): Remove.
21400
21401         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21402         Replace gnus-char-width with char-width.
21403
21404         * gnus-ems.el (gnus-char-width): Remove.
21405
21406         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21407         definition.
21408         Remove Emacs 20 hash table compatibility code.
21409
21410         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21411         20 compatibility code.
21412
21413         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21414
21415         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21416
21417         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21418         Replace with point-at-{eol,bol}.
21419
21420         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21421
21422         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21423
21424         * flow-fill.el (fill-flowed-point-at-bol)
21425         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21426
21427         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21428         Replace with point-at-{eol,bol} throughout all files.
21429
21430 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21431
21432         * ntlm.el (ntlm-string-as-unibyte): New macro.
21433         (ntlm-build-auth-response): Use it.
21434
21435         Remove Emacs 20 stuff:
21436         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21437         (butlast, mapc, remove): Remove the compiler macros.
21438         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21439         of delq and copy-sequence.
21440         * gnus-art.el (popup-menu): Remove the compiler macro.
21441         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21442         Emacs 20.
21443
21444 2004-01-05  Simon Josefsson  <jas@extundo.com>
21445
21446         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21447         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21448         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21449         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21450         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21451         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21452         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21453         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21454         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21455         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21456         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21457         string-xor into ntlm-string-xor.
21458         Suggested by Jesper Harder <harder@myrealbox.com>.
21459
21460         * ntlm.el: Don't include poem.
21461
21462         * md4.el (print-int32, print-string-hexa): Remove.
21463         Suggested by Jesper Harder <harder@myrealbox.com>.
21464
21465         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21466
21467         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21468         probably breaks emacs with DL patch, but do we care? Is anyone
21469         still using the DL stuff?)
21470
21471         * sieve-manage.el: Use the password package.
21472         (sieve-manage-read-passwd): Remove.
21473         (sieve-manage-interactive-login): Use password.  Re-add
21474         condition-case around loop.
21475
21476         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21477         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21478         Use the password package.
21479
21480 2003-02-19  Simon Josefsson  <jas@extundo.com>
21481
21482         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21483         token.
21484
21485 2002-08-07  Simon Josefsson  <jas@extundo.com>
21486
21487         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21488         (sieve-manage-authenticators):
21489         (sieve-manage-authenticator-alist): Add some SASL mechs.
21490         (sieve-sasl-auth): New function.
21491         (sieve-manage-cram-md5-auth):
21492         (sieve-manage-plain-auth): Rewrite using SASL library.
21493         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21494         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21495         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21496         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21497
21498 2004-01-05  Simon Josefsson  <jas@extundo.com>
21499
21500         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21501         New files.
21502
21503 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21504
21505         * gnus-group.el (gnus-no-groups-message): Update.
21506
21507         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21508
21509 2003-11-09  Simon Josefsson  <jas@extundo.com>
21510
21511         * imap.el: Support for ID IMAP extension (RFC 2971).
21512         (imap-local-variables): Add imap-id.
21513         (imap-id): New variable.
21514         (imap-id): New function.
21515         (imap-parse-response): Parse untagged ID response.
21516         * nnimap.el (nnimap-id): New variable.
21517         (nnimap-open-connection): Use it.
21518
21519 2003-12-28  Simon Josefsson  <jas@extundo.com>
21520
21521         * gnus-score.el (gnus-score-edit-all-score): New.
21522         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21523
21524 2004-01-04  Simon Josefsson  <jas@extundo.com>
21525
21526         * password.el: Add.
21527
21528 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21529
21530         * dns.el (dns-query-types): Fix typo.
21531         (dns-query-types): New function.
21532         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21533         PTR and SOA replies, see RFC 1035.
21534
21535 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21536
21537         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21538
21539         * Move to Changelog.2.
21540
21541 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21542
21543         * gnus.el (gnus-version-number): Bump version.
21544
21545 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21546
21547         * gnus.el: No Gnus v0.1 is released.
21548
21549 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21550
21551         * gnus.el: No Gnus v0.0 is released.
21552
21553 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21554
21555         * gnus.el (gnus-version-number): Bump.
21556         (gnus-version): No.
21557
21558 See ChangeLog.2 for earlier changes.
21559
21560   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21561
21562   This file is part of GNU Emacs.
21563
21564   GNU Emacs is free software: you can redistribute it and/or modify
21565   it under the terms of the GNU General Public License as published by
21566   the Free Software Foundation, either version 3 of the License, or
21567   (at your option) any later version.
21568
21569   GNU Emacs is distributed in the hope that it will be useful,
21570   but WITHOUT ANY WARRANTY; without even the implied warranty of
21571   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21572   GNU General Public License for more details.
21573
21574   You should have received a copy of the GNU General Public License
21575   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21576
21577 ;; Local Variables:
21578 ;; coding: utf-8
21579 ;; fill-column: 79
21580 ;; add-log-time-zone-rule: t
21581 ;; End: